/* FV */
html{
    scroll-behavior: smooth;
}
@keyframes ChangeImage {
    0%{ opacity: 0; pointer-events: none;} 
    10%{ opacity: 1; pointer-events: auto; } 
    30%{ opacity: 1; pointer-events: auto; } 
    50%{ opacity: 0; pointer-events: none;} 
    100%{ opacity: 0; pointer-events: none;}
}
.smkif-top-fv .smkif-topfv-wrap{
    overflow: hidden;
}
.smkif-top-fv .smkif-topfv-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    animation: ChangeImage 12s infinite;
}
.smkif-top-fv .smkif-topfv-item:nth-of-type(1) {
    animation-delay: 0s;
}
.smkif-top-fv .smkif-topfv-item:nth-of-type(2) {
    animation-delay: 4s;
}
.smkif-top-fv .smkif-topfv-item:nth-of-type(3) {
    animation-delay: 8s;
}
.w-790{
    max-width: 50.75rem;
    margin-left: auto;
    margin-right: auto;
}
.w-100az{
    width: 100%;
}
.ls01{
    letter-spacing: 0.01em;
}
.col_grayx{
    color: #BDBDBD;
}
.w-1440{
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
}
.lst0{
    list-style: none;
}
.z0{
    z-index: 0;
}
.z1{
    z-index: 1;
}
#contentWrap .pdl0{
    padding-left: 0;
}
.smkif-top-fv .smkif-topfv-btn{
    background-color: var(--hover-color);
    border-radius: 0.438rem;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    justify-content: center;
}
.smkif-top-fv .smkif-topfv-btn:hover{
    opacity: 0.8;
}
.smkif-top-fv .smkif-top-texta,
.smkif-top-fv .smkif-top-textb{
    text-align: center;
}
.smkif-top-fv .smkif-fvt-content{
    width: 100%;
    position: absolute;
    left: 50%;
    z-index: 2;
}
/* End FV */
/* News */
.smkif-top-news .smkif-news__title,
.smkif-top-news .kiji-datek{
    font-size: 1rem;
    line-height: 1.5;
}
.smkif-top-news .kiji-datek{
    font-weight: 700;
}
.smkif-top-news .smkif-news-item:hover{
    color: var(--hover-color);
}
/* End news */
/* Banner */
.smkif-top-banner .smkif-tbn-image{
    overflow: hidden;
}
.smkif-top-banner .smkif-tbn-image::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.smkif-top-banner .smkif-tbn-image picture{
    position: relative;
    z-index: 0;
}
.smkif-top-banner .smkif-tbn-left .smkif-tbn-image::before{
    background-color: rgba(0, 0, 0, 0.7);
}
.smkif-top-banner .smkif-tbn-right .smkif-tbn-image::before{
    background-color: rgba(187, 33, 6, 0.7);
}
.smkif-top-banner .smkif-tbn-content{
    position: absolute;
    width: 100%;
}
#contentWrap .smkif-tbn-more{
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    display: flex;
    flex-direction: column;
    max-width: 9.188rem;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    text-align: center;
    margin-top: 1.25rem;
    text-indent: -1.125rem;
}
#contentWrap .tbn_arrow{
    max-width: 9.188rem;
    height: auto;
    display: block;
    object-fit: cover;
    margin-top: -0.313rem;
}
/* End banner */
/* Recipes */
.smkif-top-recipes .smkif-list-cat{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    justify-content: center;
    padding-left: 0;
}
.smkif-top-recipes .smkif-rcp-catname{
    border-radius: 2.5rem;
    display: block;
    line-height: 1.25;
    padding: 0.281rem 0.656rem;
    text-align: center;
    min-width: 5.313rem;
}
.smkif-top-recipes .smkif-rcp-catname:not(.active){
    background-color: #F0F0F0;
    color: var(--body-color);
}
.smkif-top-recipes .smkif-rcp-catname.active{
    background-color: #2F2725;
    color: var(--bg-light);
}
@keyframes loaderOut {
    0% {
      transform: rotate(0);
    }
  
    25% {
      transform: rotate(-45deg);
    }
  
    50% {
      transform: rotate(0);
    }
  
    75% {
      transform: rotate(45deg);
    }
  
    100% {
      transform: rotate(0);
    }
}
@keyframes spin {
    0%   { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}
.smkif-top-recipes .smkif-has-loader.lbt-loader::before{
    content: "";
    border: 2px solid var(--hover-color);
    border-right-color: transparent;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top:50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation: spin .75s linear infinite;
}
.smkif-top-recipes .smkif-has-loader.lbt-loader::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
}
/* End recipes */
/* Vision */
.smkif-top-vision{
    background-color: #312D2D;
}
/* End vision */
/* Hubspot form */
.smkif-top-form{
    background-color: #F5F5F5;
}
.smkif-top-form .smkif-thubspot-form{
    background-color: var(--bg-light);
}
@media only screen and (min-width: 781px){
    /* FV */
    .smkif-top-fv .topfv-imga{
        max-width: 33.875rem;
        height: auto;
        width: 100%;
    }
    .smkif-top-fv .smkif-fvt-content{
        max-width: 71.25rem;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .smkif-top-fv .smkif-topfv-item::before{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top:0;
        left: 0;
        background: #F1F1F1;
        z-index: 0;
    }
    .smkif-top-fv .smkiftopfv-image{
        position: relative;
        z-index: 1;
    }
    .smkif-top-fv .smkif-topfv-ttt{
        font-size: 1.875rem;
        line-height: 1.4;
        margin-top: 1.875rem;
    }
    .smkif-top-fv .smkif-topfv-btt{
        font-size: 2.375rem;
        line-height: 1.5;
        margin-top: 0.25rem;
    }
    .smkif-top-fv .smkif-topfv-bttb{
        font-size: 2.375rem;
        line-height: 1.5;
    }
    .smkif-top-news .kiji-datek time{
        vertical-align: middle;
    }
    .smkif-top-fv .smkif-topfv-ctl li{
        font-size: 1.625rem;
        line-height: 3rem;
    }
    .smkif-top-fv .smkif-topfv-ctl{
        margin-top: 1.125rem;
        margin-left: 1rem;
    }
    .smkif-top-fv .smkif-topfv-btn{
        width: 16.75rem;
        height: 4.625rem;
        margin-top: 1.25rem;
    }
    .smkif-top-fv .smkif-top-texta,
    .smkif-top-fv .smkif-top-textb{
        font-size: 1.125rem;
        line-height: 1.5;
        background-color: rgba(255, 255, 255, 0.5);
        max-width: 14.688rem;
        width: 100%;
        min-height: 4.25rem;
        padding: 0.375rem;
    }
    .smkif-top-fv .smkif-top-texta{
        position: absolute;
        bottom: 1.75rem;
        left: 61%;
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1;
    }
    .smkif-top-fv .smkif-top-textb{
        position: absolute;
        bottom: 1.75rem;
        left: 81.8%;
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1;
    }
    .smkif-top-fv .smkif-topfv-wrap{
        min-height: 32.875rem;
    }
    .smkif-top-fv .mskif-fvt-img{
        height: 32.875rem;
        object-fit: cover;
    }
    /* End fv */
    /* News */
    .smkif-top-news{
        margin-top: 2.75rem;
        margin-bottom: 4.813rem;
    }
    .smkif-top-news .smkif-list-news{
        max-width: 24.063rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2rem;
    }
    .smkif-top-news .smkif-news-item{
        display: flex;
        gap: 1rem;
        justify-content: space-between;
    }
    .smkif-top-news .smkif-news-item:not(:last-child){
        margin-bottom: 1.375rem;
    }
    /* End news */
    /* Banner */
    .smkif-top-banner .smkif-topbanner-wrap{
        display: flex;
        gap: 0;
    }
    .smkif-top-banner .smkif-tbn-left,
    .smkif-top-banner .smkif-tbn-right{
        flex-basis: 50%;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .smkif-top-banner .mskif-tbn-img{
        width: 45rem;
        height: 34.063rem;
        object-fit: cover;
    }
    .smkif-top-banner .smkif-tbn-content{
        max-width: 34rem;
    }
    .smkif-top-banner .smkif-tbn-left .smkif-tbn-content{
        top: 5.625rem;
        right: 1.5rem;
    }
    .smkif-top-banner .smkif-tbn-txt{
        line-height: 1.625rem;
    }
    .smkif-top-banner .has-mh{
        min-height: 16.5rem;
    }
    .smkif-top-banner .smkif-tbn-right .smkif-tbn-content{
        top: 5.625rem;
        left: 3.375rem;
    }
    #contentWrap .smkif-top-banner .smkif-tbn-more{
        margin-right: 1.625rem;
    }
    .smkif-top-banner .smkif-tbn-title{
        font-size: 1.75rem;
        line-height: 1.5;
    }
    /* End banner */
    /* Recipes */
    .smkif-top-recipes{
        margin-top: 4.688rem;
        margin-bottom: 4.875rem;
    }
    .smkif-top-recipes .smkif-top-recipes-list{
        margin-top: 2.5rem;
    }
    #contentWrap .smkif-has-loader{
        margin-top: 2.188rem;
    }
    #contentWrap .smkif-has-loader .recipes-post-list{
        width: 25rem;
    }
    #contentWrap .smkif-toprcp{
        padding: 1.875rem 0;
    }
    #contentWrap .no-swiper .smkif-toprcp{
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 25rem;
        justify-content: start;
        gap: 1.25rem;
        overflow-x: auto;
        padding-left: 1.25rem;
        scroll-behavior: smooth;
        -ms-transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
    /* End recipes */
    /* Vision */
    .smkif-top-vision{
        padding-top: 4.688rem;
        padding-bottom: 7.188rem;
    }
    .smkif-top-vision .smkif-vs-items{
        display: flex;
        gap: 3.25rem;
        margin-top: 3.125rem;
    }
    .smkif-top-vision .smkif-vsitem-left{
        flex-basis: 10.063rem;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .smkif-top-vision .smkif-vstm-imgx{
        width: 10.063rem;
        height: 14.375rem;
        object-fit: cover;
    }
    .smkif-top-vision .smkif-vsits-note{
        margin-top: 0.5rem;
    }
    /* End vision */
    /* Company */
    .w-560{
        max-width: 42rem;
        margin-right: auto;
        margin-left: auto;
    }
    .smkif-top-company{
        margin-top: 3.125rem;
        margin-bottom: 4.938rem;
    }
    .smkif-top-company .smkif-cmp-content{
        margin-top: 3.125rem;
        position: relative;
        left: 7.813rem;
    }
    .smkif-top-company .smkif-cpntop li{
        display: flex;
        gap: 2.875rem;
        font-weight: 700;
        margin-bottom: 1.25rem;
    }
    .smkif-top-company .smkif-cmnttl{
        display: inline-block;
        width: 5.625rem;
        flex-basis: 5.625rem;
        flex-grow: 0;
        flex-shrink: 0;
        text-align: right;
    }
    .smkif-top-company .smkif-cmnif{
        font-size: 1.25rem;
        line-height: 1.5;
    }
    .smkif-top-company .smkif-combt{
        margin-top: 3.125rem;
        padding-left: 0.625rem;
    }
    .smkif-top-company .mgttop{
        margin-top: 0.625rem;
    }
    .smkif-top-company .smkif-cpntevb{
        margin-bottom: 0.375rem;
    }
    /* End company */
    /* Hubspot form */
    .smkif-top-form{
       padding-top: 5.25rem;
       padding-bottom: 5.25rem;
    }
    .smkif-top-form .smkif-thubspot-form{
        margin-top: 1.25rem;
        max-width: 39.875rem;
        width: 100%;
        padding: 1rem;
        margin-left: auto;
        margin-right: auto;
    }
    /* End hubspot form */
}
@media only screen and (max-width: 1199px) and (min-width:992px){
    .smkif-top-fv .smkif-top-textb{
        left: 87.8%;
    }
}
@media only screen and (max-width: 1300px) and (min-width:1200px){
    .smkif-top-fv .smkif-top-textb{
        left: 87.8%;
    }
}
@media only screen and (max-width: 991px) and (min-width: 781px){
    .smkif-top-fv .smkif-fvt-content,
    .smkif-top-recipes .smkif-list-cat,
    .smkif-top-recipes .smkif-main-title,
    .w-790{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .smkif-top-banner .smkif-tbn-content{
        max-width: 100%;
    }
    .smkif-top-banner .smkif-tbn-left .smkif-tbn-content{
        right: 0;
        padding-left: 1rem;
    }
    .smkif-top-banner .smkif-tbn-right .smkif-tbn-content{
        left: 0;
        padding-left: 1rem;
    }
    .smkif-top-fv .smkif-top-textb{
        left: 87.8%;
    }
}
@media only screen and (max-width: 780px){
    /* FV */
    .smkif-top-fv .topfv-imga{
        max-width: 15.688rem;
        height: auto;
        margin: 0 auto;
        width: 100%;
    }
    .smkif-top-fv .smkif-fvt-content{
        background-color: rgba(255, 255, 255, 0.9);
        border: 1px solid #F3F3F3;
        box-shadow: 3px 4px 25px 10px #00000005;
        border-radius: 1.875rem;
        padding: 1.75rem 0.125rem;
        max-width: 21.625rem;
        min-height: 22.25rem;
        bottom: 2.625rem;
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .smkif-top-fv .smkif-topfv-ttt{
        font-size: 1.25rem;
        line-height: 1.375;
        margin-top: 1.5rem;
        text-align: center;
    }
    .smkif-top-fv .smkif-topfv-btt{
        font-size: 1.625rem;
        line-height: 1.875rem;
        margin-top: 1rem;
        text-align: center;
    }
    .smkif-top-fv .smkif-topfv-bttb{
        font-size: 1.625rem;
        line-height: 1.875rem;
        text-align: center;
    }
    .smkif-top-fv .smkif-topfv-ctl li{
        font-size: 1.125rem;
        line-height: 2rem;
    }
    .smkif-top-fv .smkif-topfv-ctl{
        margin-top: 1.25rem;
    }
    .smkif-top-fv .smkif-topfv-btn{
        margin-top: 2.313rem;
        width: 14.75rem;
        height: 4.125rem;
        margin-left: auto;
        margin-right: auto;
    }
    .smkif-top-fv .smkif-top-texta,
    .smkif-top-fv .smkif-top-textb{
        font-size: 0.875rem;
        line-height: 1.375;
    }
    .smkif-top-fv .smkif-top-texta strong,
    .smkif-top-fv .smkif-top-textb strong{
        font-size: 1.125rem;
        line-height: 1.5;
    }
    .smkif-top-fv .smkif-top-texta{
        position: absolute;
        left: 1.5rem;
        top: 41%;
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
    }
    .smkif-top-fv .smkif-top-textb{
        position: absolute;
        top: 41%;
        right: 1.5rem;
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
    }
    .smkif-top-fv .smkif-topfv-wrap,
    .smkif-top-fv .smkif-topfv-item{
        min-height: 39.563rem;
    }
    .smkif-top-fv .mskif-fvt-img{
        height: 28.375rem;
        object-fit: cover;
    }
    /* End fv */
    /* News */
    .smkif-top-news{
        margin-top: 1.438rem;
        margin-bottom: 1.375rem;
    }
    .smkif-top-news .smkif-list-news{
       margin-top: 1.5rem;
    }
    .smkif-top-news .smkif-news-item{
        display: block;
    }
    .smkif-top-news .kiji-datek{
        display: flex;
        justify-content: end;
        margin-top: 0.375rem;
    }
    .smkif-top-news .smkif-news-item:not(:last-child){
        margin-bottom: 1rem;
    }
    /* End news */
    /* Banner */
    .smkif-top-banner .smkif-topbanner-wrap{
        margin-top: 1rem;
    }
    .smkif-top-banner .mskif-tbn-img{
        object-fit: cover;
        width: 100%;
        height: auto;
    }
    .smkif-top-banner .smkif-tbn-left .smkif-tbn-content,
    .smkif-top-banner .smkif-tbn-right .smkif-tbn-content{
        padding-left: 1rem;
        padding-right: 1rem;
        top: 50%;
        left: 0;
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .smkif-top-banner .smkif-tbn-title{
        font-size: 1.75rem;
        line-height: 1.5;
    }
    .smkif-top-banner .smkif-tbn-txt{
        line-height: 1.75rem;
    }
    .smkif-top-banner .has-mh{
        min-height: 17.5rem;
    }
    /* End banner */
    /* Recipes */
    .smkif-top-recipes{
        margin-top: 2.5rem;
        margin-bottom: 3.25rem;
    }
    .smkif-top-recipes .smkif-top-recipes-list{
        margin-top: 1.875rem;
    }
    #contentWrap .smkif-has-loader{
        margin-top: 1.875rem;
    }
    .smkif-top-recipes .smkif-toprcp-wrap{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #contentWrap .smkif-has-loader{
        overflow: visible!important;
    }
    #contentWrap .smkif-toprcp{
        display: block!important;
        -o-transform: none!important;
        -ms-transform: none!important;
        -moz-transform: none!important;
        -webkit-transform: none!important;
        transform: none!important;
    }
    #contentWrap .recipes-post-list{
        width: 100%!important;
        margin-right: 0!important;
    }
    /* End recipes */
    /* Vision */
    .smkif-top-vision{
        padding-top: 4.25rem;
        padding-bottom: 5.063rem;
    }
    .w-790{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .smkif-top-vision .smkif-vs-items{
        margin-top: 0.625rem;
        position: relative;
    }
    .smkif-top-vision .smkif-vs-items::before{
        content: "";
        width: 18.125rem;
        height: 18.125rem;
        border-radius: 50%;
        background-color: transparent;
        border: 0.188rem solid rgba(255, 255, 255, 0.4);
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 0;
        top: 2rem;
    }
    .smkif-top-vision .smkif-vsitem-left{
        text-align: center;
        position: relative;
        z-index: 1;
    }
    .smkif-top-vision .smkif-vstm-imgx{
        object-fit: cover;
        width: 9.125rem;
        height: 13.063rem;
        margin: 0 auto;
    }
    .smkif-top-vision .smkif-vsits-note{
        margin-top: 0.5rem;
        font-size: 1.125rem;
        line-height: 1.5;
    }
    .smkif-top-vision .smkif-vsits-txt{
        font-size: 1.125rem;
        line-height: 1.875rem;
        margin-top: 1rem;
    }
    /* End vision */
    /* Company */
    .smkif-top-company{
        margin-top: 2.75rem;
        margin-bottom: 4.375rem;
    }
    .smkif-top-company .smkif-cmp-content{
        margin-top: 4.063rem;
    }
    .smkif-top-company .smkif-cpntop li{
        margin-bottom: 1.25rem;
    }
    .smkif-top-company .smkif-cpntop .smkif-cmnttl,
    .smkif-top-company .smkif-cpnvc{
        font-weight: 700;
        display: block;
        text-align: left;
    }
    .smkif-top-company .smkif-cmnif{
        font-size: 1.25rem;
        line-height: 1.5;
    }
    .smkif-top-company .smkif-combt{
        margin-top: 3.125rem;
    }
    .smkif-top-company .smkif-cpntevb{
        margin-top: 1.25rem;
    }
    /* End company */
    /* Hubspot form */
    .smkif-top-form{
       padding-top: 2.25rem;
       padding-bottom: 3.125rem;
    }
    .smkif-top-form .smkif-thubspot-form{
        margin-top: 1.25rem;
        padding: 2.5rem 1rem;
        margin-left: auto;
        margin-right: auto;
    }
    /* End hubspot form */
}