@charset "utf-8";
/* Hero */
.hero-inner{position: absolute; top: 15.8vw; left: 0; right: 0;}
.hero h2{margin: 0;}
@media (max-width: 767px){
    .hero-inner{top: 39vw; width: 100%;}
    .hero h2{margin: 0 auto; text-align: center; transform: translate(0,60px); -webkit-transform: translate(0,60px);}
    .hero h2.is-view{transform: translate(0,0); -webkit-transform: translate(0,0);}
}

/* Product */
.box-cake:nth-child(1){
    padding-top: 180px;
}
.box-cake{
    padding-bottom: 180px;
}
.box-cake .flex{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.box-cake .flex .image{
    width: 57.4%;
}

.cap-img{
    font-size: 1.2rem;
    padding-top: 1em;
}
.box-cake .flex .cake__content{
    width: 40.3%;
}
.cake__content .m-tit{
    text-transform: uppercase;
}
.cake-content-flex{
    display: flex;
    justify-content: space-between;
}
.cake__desc{
    width: 63%;
}
.cake-img-item{
    width: 32%;
    max-width: 118px;
}
.cake-nutrition{
    padding-top: 57px;
}

.slider-products{line-height: 1;}
.slider-nav{line-height: 1;}
.slider-nav .slick-slide{margin-bottom: 10px; cursor: pointer;}
.slider-nav .slick-slide:last-of-type{margin: 0;}

/* THAWING INSTRUCTIONS */
.instructions .m-tit{
    text-transform: uppercase;
    text-align: center;
}
.instructions{
    background: #E9F8FB;
    padding: 95px 0;
}
.instructions__box{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.instructions__btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 3px solid #5FC5DE;
    width: 864px;
    border-radius: 100px;
    background: #5FC5DE;
}
.instructions__btn p{
    padding: 24px 0;
    font-size: clamp(18px, 4.3vw, 4.3rem);
    line-height: 1.3;
}
.instructions__btn .btn-bg{
    width: 50%;
    color: #ffffff;
    text-align: center;
}
.instructions__btn .btn{
    width: 50%;
    text-align: center;
    font-weight: 600;
    background: #ffffff;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.instructions__desc{
    padding-top: 24px;
    width: 864px;
    /* font-size: 3rem; */
    font-size: clamp(1.6rem,3.8vw,3rem);
    line-height: 1.5;
}
/* THAWING INSTRUCTIONS */

/* Temperature */
.temperature{
    padding: 183.4px 0;
    width: 88%;
    margin: 0 auto;
}
.temperature .m-tit{
    margin-bottom: 15px;
}

.temperature__table table{
    width: 100%;
    font-size: 2rem;
    line-height: 1.5;
}
.temperature__table table th, table td{
    border: 2px solid #000;
}
.temperature__table table th{
    padding: 10px;
    font-size: clamp(2rem,3.5vw,3.5rem);
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
}
.temperature__table table td{
    padding: 10px 17px;
}
.temperature__table table td:nth-child(1){
    width: 335px;
    vertical-align: top;
}
.temperature__table table td:nth-child(2){
    padding-left: 39px;
}
.table--blue{
    padding-top: 28px;
}
.table--blue table td{
    border: 2px solid #5FC5DE;
}
.table--blue table th{
    background: #5FC5DE;
    border: 2px solid #5FC5DE;
}
.table--blue table tr:nth-child(even){
    background: #E9F8FB;
}

.table--black{
    padding-top: 60px;
}
.table--black table th, table td{
    border: 2px solid #330100;
}
.table--black table th{
    background: #330100;
}
.table--black table tr:nth-child(even){
    background: #EEEEEE;
}
.temperature__table table td p:nth-child(1){
    padding-bottom: 30px;
}
.temperature__desc{
    padding-top: 61px;
}
.temperature__desc p{
    font-size: clamp(1.6rem, 3.8vw, 3rem);
    line-height: 1.5;
}
/* Temperature */

/* \Roll Cakes */
@media (max-width: 868px){
    .instructions__btn,
    .instructions__desc{
        width: 100%;
    }
}
@media (max-width: 767px){
    .box-cake .flex{
        flex-direction: column;
    }
    .box-cake .flex .image{
        width: calc(100% + 20px);
        position: relative;
        text-align: end;
        margin-bottom: 40px;
    }
    .box-cake .flex .image img{
        width: 100%;
    }
    .box-cake:nth-child(odd) .flex .image{
        margin-left: -20px;
    }
    .box-cake:nth-child(even) .flex .image{
        margin-right: -20px;
    }
    .box-cake:nth-child(even) .cap-img{
        padding-right: 10px;
    }
    .box-cake:nth-child(1){
        padding-top: 60px;
    }
    .box-cake {
        padding-bottom: 60px;
    }
    .box-cake .flex .cake__content{
        width: 100%;
    }
    .cake__content .m-tit{
        margin-bottom: 0.5em;
    }
    .cake-nutrition {
        padding-top: 28.5px;
    }
    .cake-nutrition img{
        width: 100%;
    }
    .instructions {
        padding: 60px 0;
    }
    .temperature {
        padding: 60px 0;
    }
    .temperature__desc{
        padding-top: 40px;
    }
    
    .temperature__table table td:nth-child(1){
        width: 200px;
    }
    .temperature__table table td:nth-child(2) {
        padding-left: 17px;
    }
    .table--black{
        padding-top: 48px;
    }
    .temperature{
        width: 100%;
    }

}       
@media (max-width: 480px){
    .temperature__table table{
        font-size: 1.4rem;
    }
    .temperature__table table td:nth-child(1) {
        width: 100px;
    }
    .temperature__table table td {
        padding: 5px;
    }
    .cap-img {
        font-size: 1rem;
    }
}