@charset "UTF-8";

/* ================================================
===================================================
===================================================
Base
===================================================
===================================================
================================================ */
body{-webkit-text-size-adjust: 100%;color: #292929;font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;padding: 0;height: auto;font-size: 16px;}
img {width: 100%;}
body * {
  box-sizing : border-box;
}
/*++++++++++++++++++++++++++
	Link : Img
++++++++++++++++++++++++++*/
/*  PC  */
@media screen and (min-width: 641px){a:hover img {filter: alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;}a:hover{filter: alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;}
/* hover */.hover,a.hover{text-decoration:none ;-webkit-transition: background-color 0.4s linear;-moz-transition: background-color 0.4s linear;-o-transition: background-color 0.4s linear;transition: background-color 0.4s linear;filter: alpha(opacity=100);-moz-opacity:1;opacity:1;}}
dl,dt,dd,ul,ol,li{margin: 0px;padding: 0px;list-style:none;}
/*++++++++++++++++++++++++++
	汎用クラス
++++++++++++++++++++++++++*/
td {text-align: left;}
th {font-weight: normal;text-align: center;}
section {clear: both;margin: 0;padding: 0;}
/* ================================================
===================================================
===================================================
Base end
===================================================
===================================================
================================================ */

/* ================================================
===================================================
===================================================
reset
===================================================
===================================================
================================================ */
/* 
	html5doctor.com Reset Stylesheet
	v1.6.1
	Last Updated: 2010-09-17
	Author: Richard Clark - http://richclarkdesign.com 
	Twitter: @rich_clark
*/
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tfoot, thead, 
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;margin: 0;font-style: normal;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display:block;}
nav ul {list-style:none;padding:0 ;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:'';content:none;}
.clear_both {clear: both;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;}
address{font-style:normal ;}
/* ================================================
===================================================
===================================================
reset end
===================================================
===================================================
================================================ */

/*++++++++++++++++++++++++++
	背景
++++++++++++++++++++++++++*/
.wrapper {
    font-family: "Zen Maru Gothic","Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M",
      "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3",
      "Hiragino Kaku Gothic ProN W3";
    max-width: 1100px;
    width: 90%;
    margin: auto;
}
.sec-wrapper {
    font-family: "Zen Maru Gothic","Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M",
      "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3",
      "Hiragino Kaku Gothic ProN W3";
    max-width: 1100px;
    width: 80%;
    margin: auto;
}
body {
    background-color: #fff;
    color: #0f0f0f;
    overflow-x: hidden;
}
img{
    vertical-align: bottom;
    width: 100%;
    height: 100%;
}
body a:hover{
    opacity: 1;
}
body a:hover img{
    opacity: 1;
}
.f-kkg{
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M",
      "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3",
      "Hiragino Kaku Gothic ProN W3";
}
/*++++++++++++++++++++++++++
	ボタン
++++++++++++++++++++++++++*/

a{text-decoration:none; color:#171717;}
a:link{text-decoration:none; color:#171717;}
a:visited{text-decoration:none; color:#171717;}
a:hover{text-decoration:none; color:#171717;}
a:active {text-decoration:none; color:#171717;}

/*++++++++++++++++++++++++++
	共通コンテンツ
++++++++++++++++++++++++++*/
.sp{
    display: none;
}
.pc{
    display:block;
}
@media only screen and (max-width: 780px) {
.sp{
     display: block;
}
.pc{
     display: none;
}
}
/*++++++++++++++++++++++++++
main
++++++++++++++++++++++++++*/
#main{
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
}
.mainwrap {
    position: fixed;
    width: 100%;
    z-index: 0;
}
#main .title{
    position: relative;
}
#main .logo{
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 10;
    width: 120px;
}
#main .txt-en{
    position: absolute;
    top: 86vh;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    width: 135vh;
}
#main .scroll figure{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    width: 50px;
}
#main .scroll figure{
    animation: scroll-floatUpDown 3s ease-in-out infinite;
}
@keyframes scroll-floatUpDown {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-5px);
    }
    100% {
      transform: translateY(0);
    }
}
#main .ttl-img .txt{
    position: absolute;
    top: 5vh;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    width: 65vh;
}
#main .contents{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .contents .bunashimeji,
#main .contents .eringi{
    width: 50%;
    height: 100vh;
    background-color: #FFE100;
    position: relative;
}
#main .contents .eringi{
    background-color: #FF6C00;
}
#main .contents .bunashimeji .item{
    position: absolute;
    top: 25vh;
    right: 3%;
    width: 62vh;
}
#main .contents .eringi .item{
    position: absolute;
    top: 25vh;
    left: 3%;
    width: 62vh;
}
@media only screen and (max-width: 780px) {
    #main{
        height: 100svh;
    }
    #main .contents .bunashimeji,
    #main .contents .eringi{
        width: 100%;
        height: 50svh;
    }
    #main .logo{
        max-width: 120px;
        min-width: 70px;
        width: 20%;
    }
    #main .txt-en{
        display: none;
    }
    #main .scroll figure{
        max-width: 40px;
        width: 12%;
    }
    #main .ttl-img .txt{
        top:44.2svh;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 10;
        max-width: 390px;
        width: 71%;
    }
    #main .contents .bunashimeji .item{
        top: inherit;
        bottom: 13%;
        right: 0;
        left: 0;
        margin: auto;
        max-width: 350px;
        width: 65%;
    }
    #main .contents .eringi .item{
        top: 13%;
        right: 0;
        left: 0;
        margin: auto;
        max-width: 350px;
        width: 65%;
    }
    @media only screen and (max-height: 650px) {
        #main .ttl-img .txt{
            max-width: 250px;
        }
        #main .contents .bunashimeji .item{
            max-width: 210px;
        }
        #main .contents .eringi .item{
            max-width: 210px;
        }
    }
}
/*++++++++++++++++++++++++++
secret
++++++++++++++++++++++++++*/
#secret{
    background-color: #FFE100;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: clamp(50px, 8vw, 80px) 0 clamp(100px, 13vw, 130px);
    overflow-x: hidden;
    position: relative;
}
#secret .sec-wrapper{
    position: relative;
}
#secret hgroup .txtimg1 figure{
    max-width: 180px;
    width: 38%;
    margin: auto auto 20px;
}
#secret hgroup .txtimg2 figure{
    max-width: 400px;
    width: 84%;
    margin: auto auto 20px;
}
#secret p.txt{
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 700;
    text-align: center;
    line-height: 1.8em;
    margin-top: 30px;
}
#secret .step{
    margin-top: clamp(30px, 5vw, 50px);
    position: relative;
}
#secret .step .frozenillust{
    position: absolute;
    bottom: -30%;
    left: -2%;
    max-width: 150px;
    width: 14%;
}
#secret .step .frozenillust figure{
    animation: secret-floatUpDown 4s ease-in-out infinite;
}
@keyframes secret-floatUpDown {
    0% {
      transform: rotate(0);
    }
    50% {
      transform: rotate(8deg);
    }
    100% {
      transform: rotate(0);
    }
}

#secret .step .contents{
    background-color: #FEF5E5;
    border: solid 4px #231815;
    border-radius: 15px;
    
}
#secret .step .contents .inr{
    padding: 5%;
}
#secret .step .contents .inr ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#secret .step .contents .inr ul li{
    width: 30%;
    position: relative;
}
@media only screen and (min-width: 781px) {
    #secret .step .contents .inr ul li:not(:last-child):before{
        position: absolute;
        top: 0;
        bottom: 0;
        right: -13.5%;
        margin: auto;
        content: '';
        display: inline-block;
        background-image: url(../images/arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 10%;
        height: auto;
        transform: rotate(-90deg);
    }
}

#secret .step .contents .inr ul li .midashi{
    height: clamp(2em, 7vw, 5em);
}
#secret .step .contents .inr ul li .midashi figure{
    display: flex;
}

#secret .back1{
    position: absolute;
    top: 0;
    left: calc(50% - 680px);
    width: 140px;
}
#secret .back2{
    position: absolute;
    bottom: 0;
    left: calc(50% - 770px);
    width: 170px;
}
#secret .back3{
    position: absolute;
    top: 10px;
    right: calc(50% - 660px);
    width: 140px;
}
#secret .back4{
    position: absolute;
    bottom: 10px;
    right: calc(50% - 770px);
    width: 190px;
}
@media only screen and (max-width: 780px) {
    #secret .step{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    #secret .step .contents .inr{
        padding: 12% 10%;
    }
    #secret .step .frozenillust{
        bottom: -9%;
        left: -4%;
        max-width: 120px;
        width: 30%;
    }
    #secret .step .contents .inr ul li{
        width: 100%;
    }
    #secret .step .contents .inr ul li:not(:last-child){
        margin-bottom: 20%;
    }
    #secret .step .contents .inr ul li:not(:last-child):before{
        position: absolute;
        bottom: -25%;
        right: 0;
        left: 0;
        margin: auto;
        content: '';
        background-image: url(../images/arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 10%;
        height: 10%;
        z-index: 10;
    }
    #secret .step .contents .inr ul li .midashi{
        height: auto;
        margin-bottom: 3%;
    }
    #secret .back1{
        top: 0;
        left: -24%;
        width: 30%;
    }
    #secret .back2{
        bottom: 5%;
        left: -29%;
        width: 34%;
    }
    #secret .back3{
        top: 0;
        right: -26%;
        width: 32%;
    }
    #secret .back4{
        bottom: -3%;
        right: -32%;
        width: 40%;
    }
}

#secret .image-box {
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: auto;
}
#secret .slide-image {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: auto;
}
#secret .front {
    transition: transform 1s linear;
}
#secret .rotate {
    transform: rotateZ(360deg);
}
#secret .back {
    opacity: 0;
    transition: opacity 0s;
}
#secret .show {
    opacity: 1;
}
@media only screen and (max-width: 500px) {
    #secret .image-box {
        width: 250px;
        height: 250px;
    }
}
/*++++++++++++++++++++++++++
handy
++++++++++++++++++++++++++*/
.wave{
    margin-top: -6px;
    padding: 9px 0;
    background-image: url(../images/wave.svg);
    background-position: top;
    background-size: 114px;
    background-repeat: repeat-x;
    position: relative;
}
#handy{
    background-color: #FEF5E5;
    padding: clamp(50px, 8vw, 80px) 0 clamp(100px, 13vw, 130px);
    position: relative;
}
#handy hgroup .txtimg1 figure{
    max-width: 300px;
    width: 78%;
    margin: auto auto 20px;
}
#handy hgroup p{
    font-size: clamp(16px, 1.8vw, 18px);
    line-height: 1.6em;
    font-weight: 600;
    text-align: center;
}
#handy .contents{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 900px;
    margin: clamp(30px, 5vw, 50px) auto auto;
}
#handy .contents .eringi,
#handy .contents .bunashimeji{
    width: 48%;
}
#handy .contents .bunashimeji{
    margin-top: 10%;
}
#handy .contents .eringi figure.image{
    width: 80%;
    margin-right: 0;
    margin-left: auto;
}
#handy .contents .bunashimeji figure.image{
    width: 80%;
    margin-right: auto;
    margin-left: 0;
}
#handy .contents .box{
    position: relative;
}
#handy .contents .eringi .box .illust1-1{
    position: absolute;
    bottom: 3%;
    left: -2%;
    width: 22%;
}
#handy .contents .eringi .box .illust1-2{
    position: absolute;
    top: 4%;
    left: 8%;
    width: 18%;
}
#handy .contents .bunashimeji .box .illust2-1{
    position: absolute;
    top: 4%;
    right: 0;
    width: 18%;
}
#handy .contents .bunashimeji .box .illust2-2{
    position: absolute;
    bottom: -10%;
    right: -8%;
    width: 38%;
}
#handy .contents .eringi .box .illust1-2 figure{
    animation: handy-floatUpDown 3s ease-in-out infinite;
}
@keyframes handy-floatUpDown {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-7px);
    }
    100% {
      transform: translateY(0);
    }
}
#handy .contents .eringi .box .illust1-1 figure{
    animation: handy-floatUpDown2 3s ease-in-out infinite;
}
@keyframes handy-floatUpDown2 {
    0% {
        transform: rotate(0);
      }
      50% {
        transform: rotate(-10deg);
      }
      100% {
        transform: rotate(0);
      }
}
#handy .contents .bunashimeji .box .illust2-1 figure{
    animation: handy-floatUpDown3 3s ease-in-out infinite;
}
@keyframes handy-floatUpDown3 {
    0% {
        transform: rotate(0);
      }
      50% {
        transform: rotate(10deg);
      }
      100% {
        transform: rotate(0);
      }
}
@media only screen and (max-width: 780px) {
    #handy .contents .eringi,
    #handy .contents .bunashimeji{
        width: 100%;
    }
    #handy .contents .bunashimeji{
        margin-top: 2%;
    }
    #handy .contents .eringi figure.image{
        width: 65%;
    }
    #handy .contents .bunashimeji figure.image{
        width: 65%;
    }
    #handy .contents .eringi .box .illust1-1{
        bottom: 9%;
        left: 6%;
    }
    #handy .contents .eringi .box .illust1-2{
        top: 8%;
        left: 18%;
    }
    #handy .contents .bunashimeji .box .illust2-1{
        top: 6%;
        right: 6%;
    }
    #handy .contents .bunashimeji .box .illust2-2{
        bottom: -10%;
        right: 2%;
    }
}
/*++++++++++++++++++++++++++
cooking
++++++++++++++++++++++++++*/
#cooking{
    background-color: #FFE100;
    padding: clamp(50px, 8vw, 80px) 0;
    position: relative;
}
#cooking .midashi{
    font-size: clamp(24px, 3.8vw, 38px);
    font-weight: 700;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 20px;
}
#cooking .contents{
    max-width: 700px;
    width: 95%;
    margin: auto;
}
#cooking .contents figure{
    width: 100%;
}
/*++++++++++++++++++++++++++
lineup
++++++++++++++++++++++++++*/
#lineup{
    background-color: #FEF5E5;
    padding: clamp(50px, 8vw, 80px) 0 clamp(70px, 10vw, 100px);
    position: relative;
}
#lineup hgroup{
    text-align: center;
}
#lineup hgroup h4{
    font-size: clamp(30px, 4vw, 40px);
    font-weight: 600;
    line-height: 1.4em;
    color: #FF6C00;
    position: relative;
    display: inline-block;
}
#lineup hgroup h4::before,
#lineup hgroup h4::after{
    content: '';
    display: inline-block;
    background-image: url(../images/illust_kinoko.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
}
#lineup hgroup h4::before{
    left: -50px;
}
#lineup hgroup h4::after{
    right: -50px;
}
#lineup hgroup p{
    font-size: clamp(13px, 1.5vw, 15px);
    font-weight: 600;
    line-height: 1.4em;
    margin-top: 5px;
}
#lineup .contents .box{
    margin-top: clamp(35px, 5vw, 50px);
    background-color: #FFFEF8;
    border: dashed 2px #FFC400;
    box-sizing: border-box;
    border-radius: 20px;
}
#lineup .contents .box.eringi{
    border-color: #FF6C00;
}
#lineup .contents .box .inr{
    padding: 3% 4%;
}
#lineup .contents .box .inr .blk1{
    border-bottom: dashed 2px #FFC400;
}
#lineup .contents .box.eringi .inr .blk1{
    border-color: #FF6C00;
}
#lineup .contents .box .inr .blk1 h5{
    font-size: clamp(22px, 2.8vw, 28px);
    font-weight: 700;
    line-height: 1.7em;
    color: #008C43;
    padding-bottom: 15px;
}
#lineup .contents .box.eringi .inr .blk1 h5{
    color: #FF6C00;
}
#lineup .contents .box .inr .blk1 p{
    font-size: clamp(15px, 1.9vw, 19px);
    font-weight: 600;
    line-height: 1.7em;
    padding-top: 15px;
}
#lineup .contents .box .inr .blk2{
    padding: 30px 0 10px;
    position: relative;
}
#lineup .contents .box .inr .blk2 .tableware{
    position: absolute;
    top: 15px;
    right: 10px;
    width: 60px;
}
#lineup .contents .box .inr .blk2 h6{
    font-size: clamp(17px, 2.4vw, 24px);
    font-weight: 700;
    line-height: 1.7em;
    color: #008C43;
    padding-bottom: clamp(30px, 5vw, 50px);
    text-align: center;
}
#lineup .contents .box.eringi .inr .blk2 h6{
    color: #FF6C00;
}
#lineup .contents .box .inr .blk2 .food{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#lineup .contents .box .inr .blk2 .food .item{
    width: 47%;
    position: relative;
}
#lineup .contents .box .inr .blk2 .food .item .photo img{
    border-radius: 10px;
    border: solid 2px #FFC400;
}
#lineup .contents .box.eringi .inr .blk2 .food .item .photo img{
    border-color: #FF6C00;
}
#lineup .contents .box .inr .blk2 .food .item .name{
    position: absolute;
    top: -5%;
    right: -3%;
    width:20%;
}
#lineup .contents .box .inr .blk2 .food .item .illust{
    position: absolute;
    bottom: -7%;
    right: -3%;
    width:15%;
}
#lineup .contents .box .inr .blk2 .food .item .illust figure{
    animation: lineup-floatUpDown 5s ease-in-out infinite;
}
@keyframes lineup-floatUpDown {
    0% {
        transform: rotate(0);
      }
      50% {
        transform: rotate(15deg);
      }
      100% {
        transform: rotate(0);
      }
}
@media only screen and (min-width: 781px) {
    #lineup .contents .box .inr .blk1{
        position: relative;
        padding: clamp(20px, 5vw, 50px) 0 clamp(40px, 8vw, 80px);
    }
    #lineup .contents .box .inr .blk1 .wid{
        width: 48%;
        margin-left: auto;
        margin-right: 0;
    }
    #lineup .contents .box .inr .blk1 .image{
        position: absolute;
        top: 0;
        left: 0;
        width: 48%;
    }
    #lineup .contents .box .inr .blk1 .image figure{
        max-width: 300px;
        width: 80%;
        margin-left: auto;
        margin-right: 0;
    }
}

@media only screen and (max-width: 780px) {
    #lineup hgroup h4::before,
    #lineup hgroup h4::after{
        width: 30px;
        height: 30px;
        top: 10px;
    }
    #lineup hgroup h4::before{
        left: -45px;
    }
    #lineup hgroup h4::after{
        right: -45px;
    }
    #lineup .contents .box .inr{
        padding: 4% 6%;
    }
    #lineup .contents .box .inr .blk1{
        padding: 10px 0 30px;
    }
    #lineup .contents .box .inr .blk1 h5{
        text-align: center;
    }
    #lineup .contents .box .inr .blk1 p{
        text-align: center;
    }
    #lineup .contents .box .inr .blk1 .image figure{
        width: 80%;
        margin: auto;
    }
    #lineup .contents .box .inr .blk2 .tableware{
        position: absolute;
        top: 5px;
        right: -5px;
        width: 60px;
    }
    #lineup .contents .box .inr .blk2 h6{
        text-align: left;
    }
    #lineup .contents .box .inr .blk2 .food .item{
        width: 100%;
    }
    #lineup .contents .box .inr .blk2 .food .item:first-child{
        margin-bottom: 40px;
    }
    #lineup .contents .box .inr .blk2 .food .item .name{
        top: -4%;
        right: -2%;
    }
    #lineup .contents .box .inr .blk2 .food .item .illust{
        bottom: -7%;
        right: -2%;
    }
}
/*++++++++++++++++++++++++++
footer
++++++++++++++++++++++++++*/
footer{
    padding: clamp(50px, 8vw, 80px) 0 clamp(32px, 4vw, 40px);
    position: relative;
    background-color: #fff;
}
footer .foot-illust{
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 450px;
}
footer .logo{
    max-width: 180px;
    width: 60%;
    margin: 5px auto 40px;
}
footer .sns ul{
    text-align: center;
}
footer .sns ul li{
    display: inline-block;
    width: 30px;
    margin: auto 8px;
}
footer p.copyright{
    font-size: clamp(10px, 1.2vw, 12px);
    text-align: center;
    margin-top: 20px;
}
@media only screen and (max-width: 780px) {
    footer .foot-illust{
        max-width: 270px;
        width: 60%;
    }
}
/*++++++++++++++++++++++++++
トップアニメーション
++++++++++++++++++++++++++*/
.slide-in-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 1s;
}
.slide-in-up.show {
    opacity: 1;
    transform: translateY(0);
}
.scale-in {
    transform: scale(0.7);
    opacity: 0;
}
.scale-in.show {
    opacity: 1;
    animation: scaleBounceIn 0.65s cubic-bezier(0,.22,.22,1) forwards;
}
@keyframes scaleBounceIn {
    0% {
        transform: scale(0.7);
        opacity: 0;
    }
    50% {
        transform: scale(1.02);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/*++++++++++++++++++++++++++
スクロールアニメーション
++++++++++++++++++++++++++*/
.scroll-fadeup{
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 2s;
}
.scroll-fadeup.is-inview{
    opacity: 1;
    transform: translateY(0);
}
.scroll-scaleup {
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.6s, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}
.scroll-scaleup.is-inview {
    opacity: 1;
    transform: scale(1);
}