@charset "utf-8";
/* Hero */
.hero-inner{position: absolute; left: 0; right: 0; top: 29vw; font-size: min(1.6vw,1.6rem); line-height: 1.7;}
.hero h2{margin-bottom: 0.3em;}
.hero p{max-width: 870px;}

@media (max-width: 1500px){
    .hero-inner{top: 32vw;}
}

@media (max-width: 767px){
    .hero-inner{font-size: 3.1vw; left: 4%; top: auto; bottom: 8vw; width: 92%;}
    .hero-inner .container{width: 100%;}
}

/* Discover */
.milk{
    position: relative;
    z-index: 1;
}
.milk::after{
    position: absolute;
    content: "";
    width: 80%;
    height: 90%;
    background: #E9F8FB;
    top: 0;
    left: 15%;
    z-index: -1;
}
.milk__flex{
    display: flex;
    justify-content: flex-start;
}
.milk__flex .image{
    margin-right: 63px;
    margin-top: -100px;
}
.milk__img{
    text-align: right;
    margin-top: 50px;
}
.milk__content{
    max-width: 680px;
}

.eggs{
    margin-top: 300px;
}
.eggs__img{
    text-align: left;
}
.eggs__content{
    max-width: 900px;
    margin-top: 54px;
    margin-left: auto;
}

.wheat__box{
    position: relative;
    z-index: 1;
    margin-top: 50px;
}
.wheat__box::after{
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    z-index: -1;
    background: #E9F8FB;
    top: 0;
    left: 0;
}
.wheat__box .container{
    padding-bottom: 95px;
    background: #E9F8FB;
}
.wheat__img{
    text-align: right;
    margin-right: -100px;
    top: -150px;    
    position: relative;
}
.wheat__content{
    max-width: 865px;
    margin-top: 56px;
    margin-right: auto;
}

.custard__cream{
    margin-top: 231px;
    position: relative;
    z-index: 1;
}
.custard__cream::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 30%;
    width: 100%;
    background: #5FC5DE;
    z-index: -1;
}
.custard__cream .container{
    padding-top: 88px;
    padding-left: 100px;
}
.custard__bottom{
    max-width: 1116px;
    margin-left: auto;
}
.custard__content{
    margin-bottom: 70px;
    color: #ffffff;
    max-width: 1040px;
}
.custard__img{
    margin-bottom: 76px;
    text-align: right;
}
.custard__img .js-photo{
    padding-bottom: 70%;
}
.custard__desc{
    max-width: 961px;
}
.desc p:not(:first-of-type){
    padding-top: 1em;
}

.technique{
    margin-top: 130px;
    position: relative;
    z-index: 1;
}
.technique::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 38%;
    width: 100%;
    background: #E9F8FB;
    z-index: -1;
}
.technique .container{
    padding-top: 120px;
}
.technique__desc{
    max-width: 1040px;
}
.technique__img{
    max-width: 1116px;
}
.technique__img .js-photo{
    padding-bottom: 60%;
}
.technique__content{
    padding-left: 100px;
    padding-bottom: 63px;
}

.homemade__content{
    max-width: 840px;
    margin-top: 54px;
    margin-left: auto;
}
.temaki__box{
    margin-top: 167px;
    position: relative;
    z-index: 1;
}
.temaki__box::after{
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    z-index: -1;
    background: #E9F8FB;
    top: 0;
    left: 0;
}
.temaki__box .container{
    padding-bottom: 95px;
    background: #E9F8FB;
}
.temaki__img{    
    display: flex;
    justify-content: flex-end;
    margin-right: -100px;
}
.temaki__imgwrap{
    max-width: 1116px;
    width: 100%;
}
.temaki__img .js-photo{
    padding-bottom: 60%;
}
.temaki__content{
    max-width: 865px;
    margin-top: 56px;
    margin-right: auto;
}

.cream-choco{
    margin: 126px 0;
}
.cream-choco .flex{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.cream-choco-item{
    width: 45%;
}
.cream-choco-item img{
    width: 100%;
}
.cream-choco-item .title{
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cream-choco-item .title::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #000000;
}
.cream-choco-item .title p{
    font-size: 4rem;
    font-weight: 200;
    line-height: 1.2;
    padding-right: 30px;
}
.cream-choco-item:nth-child(2) .title p{
    padding-right: 40px;
}

@media (max-width: 1700px){
    .milk::after{
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 767px){
    .milk::after{
        left: 0;
        height: 95%;
    }
    .milk__flex{
        flex-direction: column;
    }
    .milk__flex .image{
        margin-right: 25%;
        margin-top: -70px;
    }
    .milk__content{
        width: auto;
        order: -1;
        margin: -60px 30px 60px;
    }
    .milk__img img{
        width: 100%;
    }
    .milk__img{
        margin-left: 20px;
    }
    .eggs {
        margin-top: 200px;
        margin-bottom: -100px;
    }
    .eggs__img img{
        width: 100%;
    }
    .eggs__img {
        margin-right: -20px;
    }
    .eggs__content {
        padding-top: 30px;
        width: 95%;
        margin: 0 auto;
    }
    .wheat__box {
        margin-top: 150px;
    }
    .wheat__img {
        text-align: left;
        margin-right: -20px;
    }
    .wheat__img img{
        width: 100%;
    }
    .wheat__box::after {
        width: 100%;
    }
    .wheat__content{
        padding-top: 30px;
        margin: 0 auto;
        width: 95%;
    }
    .wheat__box .container {
        padding-bottom: 40px;
    }
    .technique__img img{
        width: 100%;
    }
    .custard__cream {
        margin-top: 70px;
    }
    .custard__cream .container{
        padding-top: 60px;
        padding-left: 0;
    }
    .custard__content{
        margin: 0 auto;
        width: 95%;
        padding-bottom: 40px;
    }
    .custard__img {
        margin-bottom: 30px;
    }
    .custard__img img{
        width: 100%;
    }
    .custard__desc{
        width: 95%;
        margin: 0 auto;
    }
    .custard__cream::after {
        height: 40%;
    }
    .technique{
        margin-top: 70px;
    }
    .technique .container {
        padding-top: 60px;
    }
    .technique__content {
        padding-left: 0;
        padding-bottom: 30px;
        width: 95%;
        margin: 0 auto;
    }
    .homemade__content{
        padding-top: 30px;
        margin: 0 auto;
        width: 95%;
    }
    .temaki__box{
        margin-top: 80px;
    }
    .temaki__img {
        text-align: left;
        margin-right: -20px;
    }
    .temaki__img img{
        width: 100%;
    }
    .temaki__box::after {
        width: 100%;
    }
    .temaki__content{
        padding-top: 30px;
        margin: 0 auto;
        width: 95%;
    }
    .temaki__content .m-tit{
        margin-right: -20px;
    }
    .temaki__box .container {
        padding-bottom: 40px;
    }
    .cream-choco-content{
        margin: 0 auto;
        width: 95%;
    }
    .cream-choco .flex{
        flex-direction: column;
        align-items: center;
    }
    .cream-choco-item{
        width: 90%;
    }
    .cream-choco-item .title p{
        font-size: clamp(2.5rem, 4vw, 4rem);
    }
    .cream-choco-item:first-of-type{
        margin-bottom: 40px;
    }
    .cream-choco {
        margin: 60px 0 70px;
    }    
    .technique::after{
        height: 60%;
    }
}
