@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: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Montserrat", "Hiragino Kaku Gothic ProN W3";
    width: 90%;
    margin: auto;
}
.wrapper-min {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Montserrat", "Hiragino Kaku Gothic ProN W3";
    width: 80%;
    margin: auto;
}
body{
    background-color: #FCF9EF;
    color: #171717;
    overflow-x: hidden;
}
main{
    overflow-x: hidden;
}
img{
    vertical-align: bottom;
    width: 100%;
    height: 100%;
}
body a:hover{
    opacity: 1;
}
body a:hover img{
    opacity: 1;
}
@media only screen and (max-width: 780px) {
    .wrapper, .wrapper-min{
        width: 95%;
    }
}
/*++++++++++++++++++++++++++
	ボタン
++++++++++++++++++++++++++*/

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;
}
.f-marugo{
    font-family:  "M PLUS Rounded 1c", "Kiwi Maru", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium";
}
.f-kakugo{
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium" "M PLUS Rounded 1c";
}
@media only screen and (max-width: 780px) {
.sp{
     display: block;
}
.pc{
     display: none;
}
}

/*++++++++++++++++++++++++++
メインビジュアル
++++++++++++++++++++++++++*/
#mainvisual{
    overflow: hidden;
    & .back{
        width: 100%;
    }
    & .contents{
        position: relative;
    }
    & .rogo{
        position: absolute;
        top: 3%;
        left: 0;
        right: 0;
        margin: auto;
        width: 11%;
        z-index: 20;
    }
    & .title{
        position: absolute;
        top: 12.5%;
        left: -6.2%;
        width: 70%;
        z-index: 10;
        & img{
            animation: shakeTitle 13s ease-in-out infinite;
            animation-delay: 6s;
        }
    }
    & .img1{
        position: absolute;
        top: 5.5%;
        right: -0.1%;
        width: 35%;
        z-index: 4;
        & img{
            animation: shakeTitle 13s ease-in-out infinite;
            animation-delay: 6.07s;
        }
    }
    & .img2{
        position: absolute;
        top: 47.2%;
        right: 23.2%;
        width: 25.7%;
        z-index: 2;
        & img{
            animation: shakeTitle 13s ease-in-out infinite;
            animation-delay: 6.12s;
        }
    }
    & .kinoko1{
        position: absolute;
        top: 15%;
        left: -1%;
        width: 10%;
        z-index: 8;
        & img{
            animation: shakeAnimeA 7.7s ease-in-out infinite;
        }
    }
    & .kinoko2{
        position: absolute;
        top: 23%;
        left: 55.5%;
        width: 12.2%;
        z-index: 7;
        & img{
            animation: shakeAnimeB 7s ease-in-out infinite;
            animation-delay: 0.1s;
        }
    }
    & .kinoko3{
        position: absolute;
        bottom: 2%;
        left: 6.5%;
        width: 11%;
        z-index: 13;
        & img{
            animation: shakeAnimeB 7.7s ease-in-out infinite;
            animation-delay: 0.4s;
        }
    }
    & .kinoko4{
        position: absolute;
        bottom: 8%;
        left: 37%;
        width: 11%;
        z-index: 14;
        & img{
            animation: shakeAnimeA 7s ease-in-out infinite;
            animation-delay: 0.3s;
        }
    }
}
@keyframes shakeTitle {
    0%,3%,100% {
        opacity: 1;
        transform: translate(0);
    }
    1%{
        opacity: 0;
        transform: translate(-40px, 5px);
    }
    2%{
        opacity: 0;
        transform: translate(40px, -5px);
    }
}
@keyframes shakeAnimeA {
    0%,100% {
        transform: translate(0);
    }
    50% {
        transform: translate(-2px, 3px);
    }
}
@keyframes shakeAnimeB {
    0%,100% {
        transform: translate(0);
    }
    50% {
        transform: translate(2px, -3px);
    }
}
@media only screen and (max-width: 780px) {
    #mainvisual{
        & .rogo{
            top: 2%;
            width: 26%;
        }
        & .title{
            top: 7.6%;
            left: -3%;
            width: 106%;
        }
        & .img1{
            top: 44%;
            right: -0.3%;
            width: 62%;
        }
        & .img2{
            top: 65%;
            right: inherit;
            left: -4%;
            width: 47%;
        }
        & .kinoko1{
            top: 7%;
            left: 4%;
            width: 25%;
        }
        & .kinoko2{
            top: 27%;
            left: inherit;
            right: -3%;
            width: 24%;
        }
        & .kinoko3{
            bottom: inherit;
            top: 46%;
            left: 4%;
            width: 28%;
        }
        & .kinoko4{
            bottom: 11%;
            left: 49%;
            width: 27%;
        }
    }
}


.outer-wrapper {
    width: 100%;
    overflow: hidden;
    margin-top: -9%;
    padding: 5% 0;
    position: relative;
    z-index: 20;
}
.loop-container {
    background-color: #FCF9EF;
    transform: rotate(-4deg);
    transform-origin: center;
    width: 120%;
    margin-left: -10%;
    padding: 15px 0 6%;
    overflow: hidden;
}
.loop-wrapper {
    display: flex;
    width: max-content;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.loop-wrapper.is-animated {
    animation: infinite-scroll 25s linear infinite;
}
.loop-item {
    height: 30px;
    width: auto;
    display: block;
    box-sizing: border-box;
    padding: 0 15px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
@keyframes infinite-scroll {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}
@media only screen and (max-width: 780px) {
    .loop-container {
        padding: 10px 0 6%;
    }
    .loop-item {
        height: 20px;
        padding: 0 10px;
    }
}
/*++++++++++++++++++++++++++
about
++++++++++++++++++++++++++*/
#about{
    padding: clamp(0px, 3vw, 20px) 0 clamp(30px, 7vw, 180px);
    & h2{
        font-size: 12.5vw;
        font-weight: 900;
        line-height: 1.2em;
    }
    & h2 span{
        letter-spacing: -0.12em;
    }
    & h2 small.sm1{
        font-size: 0.65em;
    }
    & h2 small.sm2{
        font-size: 0.95em;
    }
    & .title-blk{
        position: relative;
    }
    & .title-blk .kinoko{
        position: absolute;
        top: 2vw;
        right: 0;
        width: 23vw;
    }
    & .banner {
        position: relative;
        width: calc(100% - 20px);
        margin: 1.75vw auto;
        padding: 1.2vw 0;
        height: auto;
        background: #fff;
        transform: skewX(-12deg);
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    & .banner::before {
        content: "";
        position: absolute;
        left: 0;
        width: 4vw;
        height: 100%;
        background: #d70c19;
    }
    & .banner-inner {
        transform: skewX(12deg);
        line-height: 1.4em;
        font-size: 4.5vw;
        font-weight: 900;
        letter-spacing: -0.03em;
    }
    & .red {
        color: #d70c19;
        font-size: 1.4em;
    }
    & .space1{
        letter-spacing: -0.15em;
    }
    & .cooking{
        margin-top: 11vw
    }
    & .cooking .midashi{
        margin-bottom: 4vw;
    }
    & .cooking .midashi h3{
        font-size: 6.6vw;
        font-weight: 900;
        line-height: 1.2em;
        letter-spacing: -0.05em;
        text-align: center;
    }
    & .cooking .midashi h3 span{
        color: #DD0816;
    }
    & .cooking .midashi h3 strong{
        font-size: 1.15em;
        margin: auto 0.02em;
    }
    & .cooking .midashi .topright{
        width: 45vw;
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 2vw;
    }
    & .cooking .midashi .btmleft{
        width: 45vw;
        margin-left: 0;
        margin-right: auto;
        margin-top: 2.5vw;
    }
    & .cooking .kinokoitem{
        margin-bottom: 2vw;
    }
    & .cooking .kinokoitem .list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    & .cooking .kinokoitem .list .item{
        width: 24.5%;
    }
    & h4{
        font-size: 7.8vw;
        line-height: 1.3em;
        font-weight: 900;
        white-space: nowrap;
        letter-spacing: -0.01em;
        display: inline-block;
        transform: scaleX(0.8);
        transform-origin: left center;
    }
    & h4 small{
        letter-spacing: -0.3em;
    }
    & h4 span{
        background: linear-gradient(transparent 55%, #FFEB27 45%);
    }
    & h5{
        font-size: 4vw;
        line-height: 1.3em;
        font-weight: 800;
        letter-spacing: -0.02em;
    }
}
@media only screen and (max-width: 780px) {
    #about{
        & h2{
            font-size: 14.3vw;
        }
        & .title-blk .kinoko{
            top: 0;
            right: 1vw;
            width: 27vw;
        }
        & .banner{
            margin: 2.8vw auto;
        }
        & .banner-inner{
            font-size: 8.5vw;
        }
        & .cooking .midashi h3{
            font-size: 13.2vw;
        }
        & .cooking .midashi .topright{
            width: 42vw;
            margin-right: -1.7%;
        }
        & .cooking .midashi .btmleft{
            width: 42vw;
            margin-left: -1.7%;
            margin-top: 3vw;
        }
        & .cooking .kinokoitem .list{
            justify-content: center;
        }
        & .cooking .kinokoitem .list .item{
            width: 49%;
            margin-bottom: 1%;
        }
        & .cooking .kinokoitem .list .item:nth-child(1),
        .cooking .kinokoitem .list .item:nth-child(3){
            margin-right: 2%;
        }
        & .cooking .kinokoitem .list .item:nth-child(3),
        .cooking .kinokoitem .list .item:nth-child(4){
            width: 45%;
        }
        & h4{
            font-size: 11.8vw;
        }
        & h5{
            font-size: 5.8vw;
        }
    }
}
/*++++++++++++++++++++++++++
爆速きのこうどん
++++++++++++++++++++++++++*/
hgroup.recipe-ttl{
    margin-bottom: clamp(20px, 4vw, 100px);
    & h1{
        width: 32vw;
        margin: auto;
    }
    & .txt1{
        font-size: 3.2vw;
        text-align: center;
        line-height: 1.5em;
        font-weight: 900;
        color: #fff;
        margin-top: -2.1vw;
        margin-bottom: 1.4vw;
        position: relative;
    }
    & .txt2{
        font-size: 1.8vw;
        text-align: center;
        line-height: 1.5em;
        font-weight: 900;
        color: #FFFFB4;
        margin-top: 0.5vw;
        position: relative;
    }
    & .txt2::before{
        content: '';
        display: inline-block;
        background-image: url(../images/check.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 0.9em;
        height: 0.9em;
        vertical-align: middle;
        margin-right: 0.25em;
    }
}
/*++++++++++++recipe1++++++++++++*/
#recipe1{
    background-color: #E31D1D;
    padding: clamp(20px, 9vw, 160px) 0;
}
/*++++++++++++recipe2++++++++++++*/
#recipe2{
    background-color: #F2761A;
    padding: clamp(20px, 9vw, 160px) 0;
    & .buzzrecipe{
        padding-top: clamp(35px, 5vw, 100px);
    }
    & .buzzrecipe .public-txt{
        text-align: center;
        margin-bottom: clamp(15px, 1.8vw, 50px);
    }
    & .buzzrecipe .public-txt h6{
        font-size: 1.8vw;
        line-height: 1.55em;
        font-weight: 800;
        color: #fff;
        display: inline-block;
        position: relative;
    }
    & .buzzrecipe .public-txt h6 span{
        color: #FFFFB4;
    }
    & .buzzrecipe .public-txt h6::before{
        content: '';
        position: absolute;
        bottom: 0;
        left: -20px;
        width: 2px;
        height: 4.5vw;
        background-color: #fff;
        border-radius: 5px;
        transform: rotate(-20deg);
        -webkit-transform: rotate(-20deg);
    }
    & .buzzrecipe .public-txt h6::after{
        content: '';
        position: absolute;
        bottom: 0;
        right: -20px;
        width: 2px;
        height: 4.5vw;
        background-color: #fff;
        border-radius: 5px;
        transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
    }
    & .buzzrecipe .banner{
        margin: auto;
        width: 45%;
    }
}
@media only screen and (max-width: 780px) {
    #recipe2{
        & .buzzrecipe{
            padding-top: clamp(35px, 7.5vw, 100px);
        }
        & .buzzrecipe .public-txt h6{
            font-size: 4.5vw;
        }
        & .buzzrecipe .public-txt h6::before,
        .buzzrecipe .public-txt h6::after{
            height: 9vw;
        }
        & .buzzrecipe .banner{
            width: 100%;
        }
    }
}
/*++++++++++++recipe3++++++++++++*/
#recipe3{
    background-color: #FFD033;
    padding: clamp(20px, 9vw, 160px) 0 clamp(40px, 8vw, 120px);
    & hgroup.recipe-ttl{
        & h1{
            width: 31vw;
        }
        /* & .txt1{
            color: #103B65;
        } */
        & .txt2{
            color: #654E10;
        }
        & .txt2::before{
            background-image: url(../images/check-red.svg);
        }
    }
}
@media only screen and (max-width: 780px) {
    hgroup.recipe-ttl{
        & h1{
            width: 72vw;
        }
        & .txt1{
            font-size: 7.5vw;
            margin-top: -3.5vw;
            margin-bottom: 3.8vw;
        }
        & .txt2{
            font-size: 4.2vw;
            margin-top: 1.5vw;
        }
    }
    #recipe1, #recipe2{
        padding: clamp(20px, 13vw, 160px) 0;
    }
    #recipe3{
        padding: clamp(20px, 13vw, 160px) 0 clamp(40px, 8vw, 240px);
        & hgroup.recipe-ttl{
            & h1{
                width: 70vw;
            }
        }
    }
}
/* 最大幅を調整
1枚：max-width: 320px;
2枚：max-width: 620px;
3枚：max-width: 920px;
4枚：max-width: 1220px;
5枚：max-width: 1520px;
6枚：max-width: 1820px;
7枚：max-width: 2120px;
8枚：max-width: 2420px;
～300pxずつ増える
 */
.slider-container {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
#recipe1 .slider-container{
    max-width: 320px;
}
#recipe2 .slider-container{
    max-width: 320px;
}
#recipe3 .slider-container{
    max-width: 320px;
}
.slider-container figure{
    width: 100%;
}
.swiper {
    width: 100%;
    height: auto;
}
.swiper-slide {
    position: relative;
    width: 280px;
    aspect-ratio: 9 / 16;
    background: #000;
    overflow: hidden;
}
.video-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.video-item {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.play-button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 10;
    transition: all .1s;
}
.play-icon {
    width: 25px;
    height: 25px;
    margin-left: 4px; 
}
.video-wrapper:hover .play-button{
    scale: 1.1;
}
/*++++++++++++++++++++++++++
tired
++++++++++++++++++++++++++*/
#tired{
    background-color: #FFE691;
    padding: clamp(20px, 9vw, 160px) 0 0;
    & .flx-box{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    & .flx-box .left{
        width: 42%;
    }
    & .flx-box .right{
        width: 53%;
    }
    & .flx-box h4{
        font-size: 4.7vw;
        line-height: 1.45em;
        font-weight: 900;
        white-space: nowrap;
        letter-spacing: -0.01em;
    }
    & .flx-box h4 span{
        background: linear-gradient(transparent 55%, #FFDA10 45%);
    }
    & .flx-box h5{
        font-size: 3.2vw;
        line-height: 1.3em;
        font-weight: 900;
        white-space: nowrap;
        letter-spacing: -0.01em;
    }
    & .flx-box h5 small{
        font-size: 0.8em;
        letter-spacing: -0.4em;
    }
    & .txt-box{
        margin-top: clamp(15px, 3vw, 70px);
        background-color: #fff;
        border-radius: 15px;
        padding: 4% 10%;
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    }
    & .txt-box p{
        font-size: 2.1vw;
        line-height: 1.7em;
        font-weight: 800;
        text-align: center;
        color: #654E10;
    }
    & .arrow{
        width: 1.8vw;
        margin: clamp(18px, 3vw, 50px) auto -0.6vw;
    }
}
@media only screen and (max-width: 780px) {
    #tired{
        & .flx-box .left{
            width: 100%;
        }
        & .flx-box .right{
            width: 100%;
            margin-top: clamp(20px, 5vw, 50px);
        }
        & .flx-box h4{
            font-size: 9.1vw;
        }
        & .flx-box h5{
            font-size: 6.2vw;
        }
        & .txt-box p{
            font-size: 4vw;
        }
        & .arrow{
            width: 3.6vw;
            margin-bottom: -1vw;
        }
    }
}
/*++++++++++++++++++++++++++
campaign
++++++++++++++++++++++++++*/
#campaign{
    background-image: linear-gradient(140deg, #ed7700, #e31d1d);
    padding: clamp(20px, 9vw, 160px) 0 0;
    & .flx-box{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    & .flx-box .left{
        width: 48%;
    }
    & .flx-box .right{
        width: 48%;
    }
    & .flx-box p{
        font-size: 1.8vw;
        line-height: 1.8em;
        font-weight: 900;
        color: #fff;
    }
    & .present{
        margin-top: clamp(20px, 5vw, 100px);
        background-color: #fff;
        border-radius: 15px;
        padding: 5% 3%;
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    }
    & .present h5{
        font-size: 2.45vw;
        line-height: 2em;
        font-weight: 800;
        text-align: center;
        color: #654E10;
        letter-spacing: -0.01em;
    }
    & .present h5 span{
        border-bottom: solid 3px #E75F5F;
    }
    & .present h5 strong{
        font-size: 1.1em;
        font-weight: 900;
    }
    & .flx-box2{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-top: clamp(15px, 3.5vw, 70px);
    }
    & .flx-box2 .left{
        width: 41%;
    }
    & .flx-box2 .right{
        width: 58%;
    }
    & .flx-box2 h6{
        font-size: 2vw;
        line-height: 1.8em;
        font-weight: 800;
        text-align: center;
        color: #654E10;
        letter-spacing: -0.02em;
    }
    & .flx-box2 h6 span{
        border-bottom: solid 3px #E75F5F;
        font-size: 1.1em;
        font-weight: 900;
    }
    & .triangle{
        margin-top: clamp(15px, 4vw, 50px);
    }
}
@media only screen and (max-width: 780px) {
    #campaign{
        & .flx-box .left{
            width: 100%;
        }
        & .flx-box .right{
            width: 100%;
        }
        & .flx-box p{
            font-size: 3.7vw;
            text-align: center;
            margin-top: clamp(20px, 5.5vw, 40px);
        }
        & .present h5{
            font-size: 3.7vw;
        }
        & .present h5 span{
            border-bottom: solid 2px #E75F5F;
        }
        & .flx-box2 .left{
            width: 100%;
        }
        & .flx-box2 .right{
            width: 100%;
            margin-top: clamp(12px, 3vw, 40px);
        }
        & .flx-box2 h6{
            font-size: 3.6vw;
        }
        & .flx-box2 h6 span{
            border-bottom: solid 2px #E75F5F;
        }
    }
}
/*++++++++++++++++++++++++++
apply
++++++++++++++++++++++++++*/
#apply{
    padding: clamp(20px, 9vw, 160px) 0 0;
    & .block{
        margin-bottom: clamp(60px, 13vw, 160px);
    }
    & h4{
        font-size: 3vw;
        font-weight: 900;
        text-align: center;
        position: relative;
        margin-bottom: clamp(15px, 3vw, 40px);
    }
    & h4::before{
        content: '';
        position: absolute;
        bottom: -0.25em;
        left: 0;
        right: 0;
        margin: auto;
        width: 6.8vw;
        height: .084em;
        background-color: #DD1B1B;
        border-radius: 20px;
    }
    & .clm3-box{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-top: clamp(25px, 5.5vw, 90px);
    }
    & .clm3-box .number{
        width: 7%;
    }
    & .clm3-box .image{
        width: 27%;
    }
    & .clm3-box .txt{
        width: 60%;
    }
    & .clm3-box .number p{
        font-size: 3.2vw;
        font-weight: 800;
        text-align: center;
        color: #ED8A85;
        letter-spacing: -0.06em;
    }
    & .clm3-box .txt p{
        font-size: 1.9vw;
        font-weight: 800;
        line-height: 1.7em;
        letter-spacing: -0.02em;
    }
    & .clm3-box .txt p span{
        color: #DD1B1B;
    }
    & .date{
        font-size: 3vw;
        font-weight: 800;
        text-align: center;
        padding-top: 0.5vw;
        padding-bottom: 3vw;
    }
    & .btn-contents{
        text-align: center;
        margin-top: clamp(10px, 2.8vw, 50px);
    }
    & .btn-contents .inr{
        background-color: #2B2B2B;
        border-radius: 1000px;
        display: inline-block;
        width: 50vw;
        position: relative;
    }
    & .btn-contents.instagram .inr{
        background-color: #E37C4D;
    }
    & .btn-contents .inr::before{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 4vw;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 1.2vw solid transparent;
        border-bottom: 1.2vw solid transparent;
        border-left: 1.6vw solid #fff;
        border-right: 0;
    }
    & .btn-contents .inr p{
        font-size: 2.2vw;
        font-weight: 900;
        color: #fff;
        text-align: center;
        padding: 0.6em 1em;
    }
}
@media only screen and (max-width: 780px) {
    #apply{
        & h4{
            font-size: 6.2vw;
        }
        & h4::before{
            width: 14.5vw;
            height: .09em;
        }
        & .clm3-box{
            margin-top: clamp(35px, 9vw, 90px);
        }
        & .clm3-box .number{
            width: 100%;
            margin-bottom: clamp(10px, 2.2vw, 30px);
        }
        & .clm3-box .image{
            width: 100%;
            margin-bottom: clamp(10px, 2.2vw, 30px);
        }
        & .clm3-box .txt{
            width: 100%;
        }
        & .clm3-box .number p{
            font-size: 6vw;
        }
        & .clm3-box .image figure{
            width: 60%;
            margin: auto;
        }
        & .clm3-box .txt p{
            font-size: 3.8vw;
            text-align: center;
        }
        & .date{
            font-size: 5vw;
            padding-top: 2.5vw;
        }
        & .btn-contents .inr{
            width: 75vw;
        }
        & .btn-contents .inr p{
            font-size: 4.3vw;
    }
    }
}
/*++++++++++++++++++++++++++
footer
++++++++++++++++++++++++++*/
footer{
    background-color: #FCF9EF;
    padding: clamp(40px, 5vw, 50px) 0;
}
footer .conts{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
footer .conts .left figure{
    max-width: 160px;
}
footer .conts .right .sns{
    font-size: 0;
    text-align: right;
}
footer .conts .right .sns .icon{
    display: inline-block;
    width: 40px;
    margin-right: 10px;
}
footer .conts .right .sns .icon:last-child{
    margin-right: 0;
}
footer .conts .right p{
    font-size: clamp(11px, 1.2vw, 12px);
    line-height: 1.4em;
    text-align: right;
    margin-top: 20px;
}
@media only screen and (max-width: 780px) {
    footer .conts{
        display: block;
    }
    footer .conts .left{
        margin-bottom: 40px;
    }
    footer .conts .left figure{
        margin: auto;
    }
    footer .conts .right .sns{
        text-align: center;
    }
    footer .conts .right .sns .icon{
        width: 35px;
    }
    footer .conts .right p{
        text-align: center;
    }
}
/*++++++++++++++++++++++++++
トップアニメーション
++++++++++++++++++++++++++*/
.scale-in1,
.scale-in2{
    transform: scale(0.6);
    opacity: 0;
}
.scale-in1.show {
    animation: scaleBounceIn1 0.3s cubic-bezier(0,.22,.22,1) forwards;
    animation-delay: 0.8s;
}
.scale-in2.show {
    animation: scaleBounceIn1 0.3s cubic-bezier(0,.22,.22,1) forwards;
    animation-delay: 0.85s;
}
@keyframes scaleBounceIn1 {
    0% {
        transform: scale(0.6);
        opacity: 0;
    }
    60% {
        transform: scale(1.025);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.slide-in1,
.slide-in2,
.slide-in3 {
    opacity: 0;
    transform: translate(70px, -5px);
}
.slide-in1.show {
    animation: slideIn 0.6s cubic-bezier(0,1.11,.49,1) forwards;
    animation-delay: 0.5s;
}
.slide-in2.show {
    animation: slideIn 0.6s cubic-bezier(0,1.11,.49,1) forwards;
    animation-delay: 0.7s;
}
.slide-in3.show {
    animation: slideIn 0.6s cubic-bezier(0,1.11,.49,1) forwards;
    animation-delay: 0.75s;
}
@keyframes slideIn {
    0% {
        transform: translate(70px, -5px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/*++++++++++++++++++++++++++
スクロールアニメーション
++++++++++++++++++++++++++*/
.scroll-scaleup{
    transform: scale(0.9);
    opacity: 0;
}
.scroll-scaleup.is-inview{
    opacity: 1;
    animation: scaleUp 0.45s cubic-bezier(0,.22,.22,1) forwards;
}
@keyframes scaleUp {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    50% {
        transform: scale(1.01);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.scroll-slideleft {
    opacity: 0;
    transform: translateX(-60px);
    transition: opacity 0.3s, transform .3s;
}
.scroll-slideleft.is-inview {
    opacity: 1;
    transform: translateX(0);
}
.scroll-slideright {
    opacity: 0;
    transform: translateX(60px);
    transition: opacity 0.3s, transform .3s;
}
.scroll-slideright.is-inview {
    opacity: 1;
    transform: translateX(0);
}
.scroll-diagonalright {
    opacity: 0;
    transform: translate(40px, -10px);
    transition: opacity 0.3s, transform .3s;
}
.scroll-diagonalright.is-inview {
    opacity: 1;
    transform: translateX(0);
}
