/*
* Theme Name: fache
* Description: fache
* Version: 1.6
* Author: ThanhVV
* Author URI: https://its-global.vn;
* Tags: キムチの素,ファーチェ,キムチ
* Text Domain: fache
*/

@charset "UTF-8";

@font-face {
    font-family: 'notoSans bold';
    src: url("assets/webfonts/NotoSansCJKjp-Bold.otf") format("truetype");
    font-weight: 300;
    font-style: normal; }

@font-face {
    font-family: 'notoSans medium';
    src: url("assets/webfonts/NotoSansCJKjp-Medium.otf") format("truetype");
    font-weight: 300;
    font-style: normal; }

@font-face {
    font-family: 'notoSans regular';
    src: url("assets/webfonts/NotoSansCJKjp-Regular.otf") format("truetype");
    font-weight: 300;
    font-style: normal; }

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

body {
    margin: 0;
    overflow-x: hidden;
}
p {
    margin-top: 0;
    margin-bottom: 5px;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

button,
input { /* 1 */
    overflow: visible;
}

button,
select { /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}
@media (min-width: 1200px){
    .container {
        max-width: 990px !important;
    }
}
@media (min-width: 992px){
    .container {
        max-width: 990px !important;
    }
}

body {
    background: #ffffff;
    box-sizing: border-box;
    color: #000;
    font-family: 'notoSans regular', 'Noto Sans JP', sans-serif !important;
    font-size: 1.8rem;
    letter-spacing: -0.015em;
    text-align: left;
}
.font-14{
    font-size: 14px;
}
.font-16{
    font-size: 16px;
}
.font-18{
    font-size: 18px;
}
.font-32{
    font-size: 32px;
}
.font-23{
    font-size: 23px;
}
.font-notoBold{
    font-family: "notoSans bold";
}

/*header home*/
#header{
    padding-top: 40px;
}
.navbar-custom .navbar-brand{
    transform: translateX(-30px);
}
.navbar-custom .navbar-nav .nav-link{
    color: #000;
    font-family: 'notoSans bold';
    font-size: 14px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.navbar-custom .navbar-nav .nav-link:hover{
    opacity: 0.5;
}
.navbar-custom .navbar-nav .nav-item{
    position: relative;
    padding: 0px 15px;
}
.navbar-custom .navbar-nav .nav-item:last-child{
    display: none;
}
.navbar-custom .navbar-nav .nav-item:after{
    content: "|";
    color: red;
    position: absolute;
    top: 5px;
    left: 0px;
}
.navbar-custom .navbar-nav .nav-item:nth-child(1):after{
    content: "";
}
.navbar-custom .navbar-toggler{

}
.navbar-custom .navbar-toggler-icon {
    color: #db2f21;
}
.navbar-custom .navbar-toggler{
    outline: none;
}
.navbar-brand img{
    width: 227px;
    height: 49px;
}
#eventMenu .fa-times{
    display: none;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}
#eventMenu i{
    font-size: 25px;
}
.active .fa-bars{
    display: none;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}
.active .fa-times{
    display: block !important;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}
.social{
    text-align: center;
}
.social a{
    color: #333333;
}
.social a.link-cart{
    font-size: 16px;
    width: 280px;
    height: 40px;
    padding: 7px 0px;
}
.social a.link-cart .cart:before{
    left: 16px;
    top: 6px;
}
.social a.link-cart .fa-play:before{
    top: 15px;
    right: 25px;
}
.social a.btn-social{
    font-size: 25px;
    padding: 0px 10px;
}
.header-wrap{
    position: relative;
}
.card-block{
    background: #db2f21;
    text-align: center;
    position: absolute;
}
#card-block-header{
    top: -35px;
    right: 50px;
}
a.link-cart{
    color: #fff;
    position: relative;
    color: #fff;
    position: relative;
    width: 290px;
    display: block;
}
a.link-cart:hover{
    text-decoration: none;
    color: #fff;
}
i.fa-play{
    font-size: 11px;
}
.cart:before{
    content: '';
    background: url(assets/images/cart.png) no-repeat;
    width: 26px;
    height: 28px;
    display: inline-block;
    position: absolute;
    left: 10px;
}
.fa-play:before{
    position: absolute;
    top: 8px;
    right: 25px;
}
/* Slider home*/
.max-style{
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
}
#slide-home .sp{display: none}
/* info home */

#home_category{
    margin-top: 98.37px;
    margin-bottom: 100px;
}
.s_title{
    text-align: center;
}
.s_title h4{
    color: #333;
    font-weight: 600;
    margin-bottom: 34px;
    font-size: 32px;
}
#home_category .list_category {

}
.list_category .item-post{
    background: #f0f0f0;
}
.list_category .item-post:hover
{
    background: #b9d875;
}
.list_category .item-post{
    color: #333;
    font-weight: 600;
    padding: 20.5px 0px;
    margin: 10px 0px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.transform{
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.opacity:hover{
    opacity: 0.5;
}
.list_category .item-post a{
    color: #333;
}
.list_category .item-post a:hover{
    text-decoration: none;
}
.list_category .item-post .post-time{
    text-align: center;
}
#home_category .cat-button{
    text-align: center;
}
.s-button{
    margin: 25px auto;
}
.s-button a{
    border: 1px solid #db2f21;
    color: red;
    font-family: 'notoSans bold';
    position: relative;
    line-height: 37px;
    width: 220px;
    height: 40px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.s-button a i{
    position: absolute;
    right: 10px;
    top: 13px;
    font-size: 11px;
}
.s-button a:hover{
    background: #e66e63;
    color: #fff;
    border: none;
}
/* .s-button a:after{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    top: 9px;
    right: 9px;
} */
.s-button a:hover{
    color: #fff;
    text-decoration: none;
}
#home_category a:hover{
    text-decoration: none;
}

/* home product */
#home_product{
    padding: 100px 0px 100px;
    background: url(assets/images/bg-prod2.png) no-repeat;
    background-size: cover;
    background-position: center right;
}
#home_product .img-prod img{
    width: 100%;
    border-radius: 5px;
}
#home_product .content-intro{
    color: #333;
    font-weight: 600;
}
#home_product .content-intro p{
    margin-bottom: 5px;
}

/* home contact */
#home_contact{
    margin-top: 50px;
    margin-bottom: 100px;
}
#home_contact .border-wrap{
    border: 5px solid #9c973a;
    border-radius: 5px;
    padding: 25px 10px 25px 40px;
    margin: 0px auto;
}
#home_contact .border-wrap h4.ct-title{
    padding: 0px 10px;
    color: #9c973a;
    font-size: 32px;
    font-family: "notoSans bold";
}
#home_contact p.dot-title{
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    font-size: 18px;
}
#home_contact p{
    margin-bottom: 5px;
}
#home_contact p.dot-title:before{
    content: "";
    background: url(assets/images/dot.png) no-repeat;
    height: 12px;
    width: 13px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 6px;
}
#home_contact .below-ct{
    margin-top: 10px;
}
.contact-btn-sp{
    display: none;
}
.contact-btn a{
    width: 243px !important;
    height: 40px;
    font-size: 13px;
}
/* home social */
#home_social{
    margin-top: 100px;
    display: block;
}
#home_social a:hover{
    text-decoration: none;
    color: white;
}
.sky{
    background: url(assets/images/sky.jpg) no-repeat top center;
    text-align: center;
    height: 160px;
    width: 100%;
    background-size: cover;
    padding: 55px;
    margin-bottom: 45px;
    border-radius: 6px;
}
.sky a:hover{
    text-decoration: none;
}
.sky p{
    font-size: 35px;
    font-weight: bold;
    color: #fff;
}
.sky i.home:before{
    content: "";
    background: url("assets/images/house.svg") no-repeat;
}
.picture img, .pic-social img{
    width: 100%;
}
.picture{
    margin-bottom: 45px;
}
.picture .pic1{

}
.pic-social a.btn-social{
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
    color: #ffffff;
}
.pic-social a.btn-social:hover{
    color: #ffffff;
    text-decoration: none;
}
p.p-social{
    position: absolute;
    text-align: center;
    margin: 0;
}
.btn-instagram p{
    bottom: 3px;
    left: calc(100% / 2 - 95px);
}
.btn-fb p{
    bottom: 3px;
    left: calc(100% / 2 - 150px);
}
span.fb{
    position: absolute;
    top: 22px;
    display: block;
    left: calc(100% / 2 - 125px);
    font-size: 44px;
    font-weight: bold;
}
/* footer pc */
#ft-pc{
    border-top: 1px solid #ebe79e;
}
#ft-pc .footer-wrap{
    padding: 30px 10px;
}
.ft-pc-bg{
    background: url("assets/images/icon-footer.svg") repeat-x;
    height: 21px;
    border-top: 1px solid #dacba6
}
.ft-contact p{
    margin-bottom: 0px;
}
#card-block-ft{
    margin-top: 15px;
    position: unset;
    width: 200px;
    height: 25px;
}
#card-block-ft a.link-cart{
    width: 100%;
    font-size: 14px;
    padding: 2px 0px;
}
#card-block-ft a.link-cart .cart:before{
    left: 16px;
    bottom: 4px;
    background: url(assets/images/cart-ft.png) no-repeat;
    width: 16px;
    height: 16px;
}
#card-block-ft a.link-cart .fa-play:before{
    top: 9px;
    right: 20px;
    font-size: 8px;
}
#mn-ft{
    padding-left: 50px;
}
.mn-ft-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mn-ft-item{
    width: calc((100%) / 3 - 15px)
}
.mn-ft-item:last-child{
    text-align: right;
}
.menu-ft ul{
    list-style: none;
    padding: 0px;
}
.menu-ft ul li{
    padding-bottom: 10px;
    font-size: 14px;
}
.menu-ft ul li a, #mn-ft .social-ft a{
    color: #333333;
}
.menu-ft ul li a:hover, #mn-ft .social-ft a:hover{
    text-decoration: none;
}
#mn-ft .social-ft a{
    font-size: 20px;
    padding-right: 5px;
}
/* Category */
.header-title-cat{
    background: #fceeed;
    text-align: center;
    padding: 58px 0px;
    margin-bottom: 90px;
}
.header-title-cat h4{
    font-size: 30px;
    font-weight: bold;
}
.tem-cat{
    padding: 5px 0px;
    margin: 0 auto 60px auto;
}
ol.breadcrumb{
    background: none;
    padding: 10px 0px 0px 0px;
    margin-bottom: 5px;
    font-size: 14px;
}
ol.breadcrumb li{
    padding: 0px 5px;
}
ol.breadcrumb li a{
    color: #333333;
}
.btn-cat{
    margin-bottom: 80px;
    text-align: center;
}
.btn-cat a{
    background: #ffffff;
    border: 1px solid #cdcdcd;
    padding: 10px 65px;
    margin-left: 35px;
    color: #333333;
    font-weight: bold;
    position: relative;
}
.btn-cat a:hover{
    background: #ebebeb;
}
.st-btn{
    margin-bottom: 40px;
}
.btn-cat a span.next{
    position: absolute;
    right: 10px;
    top: 10px;
}
.btn-cat a span.prev{
    position: absolute;
    left: 10px;
    top: 10px;
}
.btn-cat a:hover{
    text-decoration: none;
    color: #333333;
}
/* single post */
.main-content-post {
    margin-bottom: 70px;
    font-size: 18px;
}
.time-post{
    font-size: 18px;
    font-weight: bold;
}
.title-post{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}
.main-content-post img{
    margin: 25px 0px;
}
.wrap-post{
    margin: 0 auto;
}
/* Page */
.title-page{
    font-weight: bold;
    margin-bottom: 60px;
    font-size: 20px;
}
.page-site{
    padding: 45px 0px;
}
.main-content-page{
    width: 50%;
}
#page-sitemap ul{
    list-style: none;
    padding: 0;
}
#page-sitemap ul li{
    padding-bottom: 25px;
    padding-left: 15px;
    position: relative;
}
#page-sitemap ul li:before{

}
#page-sitemap ul li a, #page-sitemap ul li a:hover{
    color: #333333;
    font-size: 18px;
    text-decoration: none;
}
#page-sitemap ul li a:before{
    content: '|';
    position: absolute;
    left: 0;
    top: 0;
}
#page-sitemap ul li a:hover::before{
    color: #9cc83a;
}
#page-sitemap .title-page{
    font-family: "notoSans bold";
    font-size: 24px;
}
/* page company */
#page-company .header-page{
    background-image: url("assets/images/bg-sky.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 20px;
    background-position: top center;
    color: #ffffff;
    height: 160px;
    margin: auto;
}
#page-company .header-page h4{
    font-size: 35px;
    font-family: "notoSans bold";
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.prod-ct-site-2 .map-responsive iframe{
    height: 244px;
}
.prod-ct-3 .map-responsive iframe{
    height: 250px;
}
.header-page{
    text-align: center;
}
.header-bg{
    background-image: url("assets/images/bg-fa.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding: 75px 20px;
    background-position: top center;
    min-height: 400px;
    text-align: center;
}
.header-bg-content{
    padding: 30px 0px;
}
h4.header-prod-title{
    color: #db2f21;
    font-family: "notoSans bold";
    margin-bottom: 25px;
    font-size: 30px;
}
p.header-prod-intro{
    font-family: "notoSans bold";
    margin-bottom: 75px;
    font-size: 24px;
}
.header-prod-info {
    font-size: 20px;
}
.ct-prod-site{
    background-color: #fceeed;
    margin: auto;
}
.prod-ct-1{
    padding: 120px 0;
}
#page-company .prod-ct-1{
    padding: 120px 35px;
}
.main-preview p{
    margin-bottom: 5px;
    font-size: 18px;
    letter-spacing: 2px;
}
.main-preview p.p-last{
    margin-top: 35px;
}
.img-author img{
    height: 215px;
}
.prod-author{
    text-align: right;
    margin-top: 85px;
}
.gt-author{
    margin-top: 15px;
    margin-left: 75px;
    text-align: center;
}
.img-author{

}
.gt-author p{
    margin-bottom: 0px;
}
.prod-ct-2{
    padding: 50px 0px;
}
.prod-table-style tr{
    border-top: 1px solid #c2bebe;
}
.prod-table-style tr:last-child{
    border-bottom: 1px solid #c2bebe;
}
.prod-table-style tr td{
    padding: 15px;
}
.prod-ct-3{
    padding-bottom: 90px;
}
.prod-ct-3 img{
    width: 100%;
}
p.prod-add-title{
    font-family: "notoSans bold";
    font-size: 24px;
}
table.prod-table-style{
    font-size: 16px;
}
.ct-prod-site2{
    background-color: #fffaeb;
    padding-bottom: 60px;
}
p.p-auth, .last2 p{
    margin-bottom: 0;
}
p.p-auth{
    font-family: "notoSans bold";
    font-size: 24px;
}
.gt-author-detail{
    margin-top: 20px;
    font-size: 18px;
}
.last2{
    text-align: right;
    font-size: 16px;
}
.prod-ct-site-1{
    padding: 40px 0px
}
.gt-author-2 img{
    height: 150px;
}
.gt-author-2-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gt-author-2-item{

}
.img-author2{
    text-align: right;
}
.mapLast img{
    width: 100%;
}
.last-intro{
    background: #db2f21;
    text-align: center;
    color: #fff;
    padding: 15px 0px;
}
.last-intro .li1{
    padding-right: 25px;
    font-family: "notoSans bold";
    font-size: 25px;
}
.last-intro .li2{
    font-size: 18px;
    color: #fdf3f2;
}
.box-border:before{
    content: '';
    display: block;
    width: 2px;
    background: #cfc9c8;
    position: absolute;
    left: 68px;
    top: 60px;
    bottom: 60px;
}
.box-border {
    float: left;
    width: 100%;
    padding: 60px 0px;
    position: relative;
    z-index: 9;
}
.item {
    float: left;
    width: 100%;
    padding-bottom: 25px;
    position: relative;
}
.item .head:before {
    left: -2px;
    top: 65px;
    width: 15px;
    height: 15px;
}
/* product page template */
#page-product .header-page{
    background-image: url("assets/images/bg-prod-page.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 20px;
    background-position: top center;
    color: #333333;
    max-width: 1280px;
    margin: auto;
}
#page-product .header-page h4{
    font-weight: bold;
}
.img-p1 img{
    width: 100%;
}
.product-image-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}
.product-image-btn img{
    width: 60%;
}
.product-page-button{
    text-align: center;
}
.product-title-page{
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    font-size: 22px;
    margin-bottom: 5px;
}
h4.product-intro-page{
    color: #db2f21;
    font-weight: bold;
    margin: 60px auto 20px;
    font-size: 32px;
}
.product-content-page p{
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}
.ct-p1{
    padding: 130px 150px 50px 80px;
}
.ct-p2 {
    padding: 130px 80px 50px 150px;
}
/* page-recipe */
#page-recipe .header-page{
    background-image: url(assets/images/bg-r.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 160px;
    background-position: top center;
    color: #ffffff;
}
#page-recipe .header-page h4{
    background-image: url(assets/images/bg-title-r.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 45px 20px;
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
    background-position: 0px 15px;
}
#page-recipe .wrap-post{
    width: 335px;
    height: 160px;
}
#food{
    padding-top:70px;
}
#food p{
    margin: 0;
}
.last-img-text3{
    font-size: 14px;
}
.food{
    position: relative;
}
.food .wrap-food{
    background-color: #fff9e5;
    min-height: 100%;
}
.food .wrap-food-middle{
    background-color: #F1F7E3;
    min-height: 100%;
}

.food-sp{
    display: none;
}
.food .gt-img{
    position: absolute;
    top: -10px;
    margin: 0;
    z-index: 999;
    left: 5px;
}
i.thia{
    content: url(assets/images/thia.svg);
    width: 75px;
    position: absolute;
    left: -15px;
    top: -20px;
}
i.chevron-right{
    content: url(assets/images/chevron-right-icon.svg);
    width: 12px;
    position: absolute;
    top: 10px;
    right: 15px;
}
.gt-span{
    font-size: 21px;
    display: inline-block;
    background: #b65f2a;
    color: #fff;
    padding: 10px 25px 10px 45px;
    position: relative;
    text-align: right;
    width: 100%;
}
.wrap-list{
    padding: 20px;
}
.food-intro{
    padding: 0px 0px 15px;
    border-bottom: 2px dotted #BAD1BE;
    margin-bottom: 20px;
}
.food-intro p{
    color: #b96430;
    font-weight: bold;
    font-size: 18px;
}
.menu-food{
    font-weight: bold;
}
.menu-food ul,ol{
    list-style: none;
    padding: 0px;
    margin-bottom: 0rem;
}
.menu-food ul li,dl{
    position: relative;
    border-bottom: 1px solid #d0ddca;
    line-height: 40px;
    padding-left: 25px;
}
.menu-food ul li:before{
    content: url(assets/images/dot-food.png);
    position: absolute;
    left: 0px;
    top: 0px;
}
.menu-food ol li:before{
    display: none;
}
.menu-food ul li span{
    position: absolute;
    right: 0;
    top: 0;
}
.menu-food dl dt span{
    position: absolute;
    right: 0;
    top: 0;
}
.menu-food p[type="list-menu"]{
    position: relative;
    border-bottom: 1px solid #d0ddca;
    line-height: 40px;
}
.menu-food p span{
    position: absolute;
    right: 0;
    top: 0;
}
.list-food{
    margin-top: 25px;
    padding: 25px 0px;
    border-top: 2px dotted #BAD1BE;
}
.list-food p{
    font-weight: bold;
}
.list-food ul{
    padding: 0px;
    color: #b65f2a;
    margin-top: 20px;
}
.list-food ul li{
    list-style: none;
    padding-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
.list-food ul li span{
    color: #fff;
    padding: 2px;
    background: #b65f2a;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    position: absolute;
    left: 0px;
    top: 0;
}
.btn-food{
    position: relative;
    background: #9cc83a;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px;
    -webkit-box-shadow: 4px 4px 7px 0px rgba(215,210,192,1);
    -moz-box-shadow: 4px 4px 7px 0px rgba(215,210,192,1);
    box-shadow: 4px 4px 7px 0px rgba(215,210,192,1);
}
.btn-food:before{
    position: absolute;
    content: url(assets/images/king.png);
    z-index: 999;
    top: -35px;
    right: -32px;
}
.hand{
    font-size: 16px;
    color: #fff;
    position: relative;
}
.below-hand{
    font-size: 12px;
}
.hand:before{
    content: url(assets/images/hand.png);
    position: absolute;
    top: -14px;
    left: 25px;
}
.last-img{
    padding: 15px 0;
}
.last-img .img-block{
    padding-left: 25px;
}
.last-img img{
    width: 80px;
    height: 120px;
}
.last-img-text{
    text-align: center;
}
.last-img-text1{
    color: #b65f2a;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 25px;
}
.last-img-text2{
    margin: 8px auto !important;
}
.last-img-text3{
    position: relative;
    color: #dd3a2d;
    padding: 5px 30px 5px 20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.last-img-text3:hover{
    color: #dd3a2d;
    text-decoration: none;
    opacity: 0.8;
}
.instagram-feed{
    margin-top: 100px;
}
.instagram-button{
    text-align: center;
}
.instagram-feed h4{

}
.instagram-feed .logo-instagram:before{
    content: url("assets/images/logo-instagram.png");
}
.feed-dt{
    position: relative;
    margin-bottom: 25px;
}
.feed-dt .wrap-f{
    position: absolute;
    top: 5px;
    left: 270px;
    font-size: 18px;
    padding: 0 15px;
}
.text-wrap-f{
    font-weight: bold;
    position: relative;
    font-size: 22px;
    padding: 0 25px;
}
.text-wrap-f:before{
    content: url("assets/images/left-i.png");
    position: absolute;
    top: 5px;
    left: 0;
}
.text-wrap-f:after{
    content: url("assets/images/right-i.png");
    position: absolute;
    top: 5px;
    right: 0;
}
.sp{
    display: none;
}
    /* ft-sp */
.logo-ft img{
    width: 227px;
    height: 49px
}
#ft-sp{
    display: none;
    border-top: 2px solid #606060;
}
#ft-sp .footer-wrap{
    padding: 35px 10px;
}
#ft-sp .menu-ft ul li{
    padding-bottom: 12px;
}
#ft-sp .ft-card{
    padding: 0px 70px;
}
.sp-ft-below{
    padding: 45px 10px 30px 30px;
}
#ft-sp .social-ft a{
    font-size: 30px;
    color: #333333;
    padding: 0px 2px;
}
.sp-ft-last{
    padding: 0px 20px;
}
.sp-ft-last p{
    margin-bottom: 5px;
}

/* Timeline */
.timeline {
    border-left: 3px solid #cfc9c8;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(255, 255, 255, 0.03);
    color: #333;
    font-family: 'Chivo', sans-serif;
    margin: 50px auto;
    /*letter-spacing: 0.5px;*/
    position: relative;
    line-height: 7px;
    font-size: 1.03em;
    list-style: none;
    text-align: left;
    font-weight: 100;
    max-width: 60%;
}
.timeline .event {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 0px;
    margin-bottom: 15px;
    position: relative;
}
.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}
.timeline .event:before {
    left: -217.5px;
    color: #333333;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
    font-family: 'Saira', sans-serif;
}
.timeline .event:after {
    left: -45.85px;
    background: #707070;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    content: "";
    top: -1px;
}

/* scroll to top */
.scrollTop{
    display:none;
    width: 40px;
    height: 140px;
    padding: 25px 12px 12px;
    position: fixed;
    z-index: 999;
    right: 25px;
    bottom: 20%;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    text-align: center;
}
.scrollTop p.pos{
    position: relative;
}
.scrollTop p{
    font-weight: bold;
    line-height: 14px;
    font-size: 15px;
}
.scrollTop p.pos-pc{

}

.scrollTop p.pos-sp{
    display: none;
}
.scrollTop p.pos-sp i{
    transform: rotate(90deg);
    color: red;
    top: -13px;
    position: absolute;
    left: 2px;
}
.feed-is-mobile {
    display: none;
}
.wp-image-113 {
    width: 100% !important;
}
.paginate-post {
    display: flex;
    justify-self: center;
    flex-direction: column;
    align-items: center;
}
#page-product .header-page h4 {
    font-size: 32px;
    font-family: 'notoSans bold'
}
.container-1280 {
    max-width: 1280px !important;
}
.prod-author-name {
    font-size: 15px;
}
.prod-author-name-kana {
    font-size: 13px;
}
#timeline-content .timeline {
    font-size: 14px;
}
/* 404 page */
.error-404{
    margin: 50px 0px;
}
.error-404 h1.page-title{
    font-size: 24px;
    font-family: "notoSans medium";
}
.error-404 .page-content{
    font-size: 16px;
}
.error-404 #search-form{
    border: 1px solid #333333;
    width: 315px;
    max-width: 100%;
}


.sp{display: none}
.pc{display: block}

@media (min-width: 320px) and (max-width: 480px) {
.sp{display: block!important}
.pc{display: none!important}
}

.social-ft i.fab.fa-twitter {
    display: inline-block;
    width: 17.26px;
    height: 27px;
    background-image: url('./assets/images/tw-black.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center 9px;
    position: relative;
    top: 1.8px;
}
.social-ft i.fab.fa-twitter::before {
	display: none !important;
}
.social i.fab.fa-twitter {
    display: inline-block;
    width: 23px;
    height: 30px;
    background-image: url('./assets/images/tw-black.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center 7px;
    position: relative;
    top: 1px;
}
#navbarResponsive .social i.fab.fa-twitter {
    background-image: url('./assets/images/tw-black.png');
    width: 21.64px;
    background-position: center 0px;
    position: relative;
    top: 4px;
    height: 25px;
}
@media screen and (max-width: 992px) {
	#navbarResponsive .social i.fab.fa-twitter {
		width: 39.14px;
		top: 8px;
		height: 45px;
	}
}
@media screen and (max-width: 1000px) {
	.social-ft i.fab.fa-twitter {
		width: 33.64px;
		height: 38px;
		background-position: center center;
		position: relative;
		top: 4px;
	}
	.social-ft.col-4 {
		padding: 0;
	}
}
@media screen and (max-width: 480px) {
	.social-ft i.fab.fa-twitter {
		width: 20.76px;
		height: 24px;
		top: 3px;
	}
}

.social i.fab.fa-twitter::before {
	display: none !important;
}