@charset "utf-8";

#FV{
    background-color: #271300;
    height: auto;
    margin: 0 auto;
    padding-bottom: 10vw;

}
#webset_set{
    width: 95%;
    margin: -60px auto 0;
}
#webset_cta{
    width: 60%;
  margin: 10px auto 0;
}
#FVto{
    background-image: url(../images/FV_RANK@1.5x.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 33vw;
    transform: translateY(-10vw);

}

/* ここからランキング */
#RANK{
    margin: -30vw auto 0;
    padding-bottom: 50px;
    background-image: url(../images/RANK1_bg@1.5x.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 24vw;
}
#RANK_title{
    width: 80%;
    margin: 0 auto;
}
#RANK_1{
    width: 80%;
    margin: 0 auto;
}
#RANK_1 img{
    transform: translateX(-5%);
}
#RANK p{
    color: #FFF;
    margin: 0 auto;
    text-align: center;

}
#RANK .maker{
    /* font-size: 15px; */
    font-size: clamp(15px,4vw,36px);
}
#RANK .name{
    /* font-size: 17px; */
    font-size: clamp(17px,4.53vw,38px);
}
#RANK .price{
    /* font-size: 22px; */
    font-size: clamp(22px,5.86vw,43px);
}
#RANK .price span{
    /* font-size: 15px; */
    font-size: clamp(15px,4vw,36px);

}
#RANK .RANK_cart img{
    width: 40%;
    margin: 10px auto;
}
#RANK_2,#RANK_3 img{
    width: 80%;
    margin: 0 auto;
}

/* ここから予算別セクション　menu */
#MENU{
    margin: -30px auto 0;
    background-image: url(../images/RANK_bg@1.5x.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.flex{
    display: flex;
    justify-content: space-around;
}
#MENU_1000{
    margin: 10px auto 0;
}
#MENU_1000>div{
    width: 40%;
    margin: 8vw auto;
}
#MENU_2000>div{
    width: 40%;
    margin: 8vw auto;
}
#MENU_3000>div{
    width: 40%;
    margin: 8vw auto;
}

#MENU p{
    text-align: center;
    color: #FFF;
}
#MENU .maker{
    /* font-size: 13px; */
    font-size: clamp(13px,3.46vw,23px);

}
#MENU .name{
    /* font-size: 15px; */
    font-size: clamp(15px,4vw,25px);
}
#MENU .price{
    /* font-size: 18px; */
    font-size: clamp(18px,4.8vw,28px);

}
#MENU .price span{
    /* font-size: 13px; */
    font-size: clamp(13px,3.46vw,23px);

}
#MENU .RANK_cart img{
    width: 70%;
    margin: 3vw auto;
}
.VIEWMORE{
    display: flex;
    justify-content: end;
    margin-right: 5%;
    padding-bottom: 50px;
}
.VIEWMORE img{
    width: clamp(100px,30vw,200px);
}
.MENU_title{
    width: 90%;
    margin: 0 auto;
}
.mar-b{
    margin-bottom: 20px;
}
/* 配送について　DELI */
#DELI_title{
    font-size: clamp(22px,5.86vw,45px);
    color: #FFF;
    background-color: #e84074;
    display: flex;
    justify-content: center;
    align-items: center;
}
#DELI p{
    font-size: clamp(14px,4vw,25px);
    color: #271300;
    display: block;
    width: 90%;
    margin: 0 auto;
}
/* CTAボタン */
#CTA{
    width: 80%;
    margin: 0 auto;
}

/* footer */
#footer{
    background-image: url(../images/Footer_bg@1.5x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 24%;
}
#footer p{
    font-size: 11px;
    color: #FFF;
    text-align: center;
    padding-top: 200px;
}

/* CTA FIXED  CTA_FIXED */
@media screen and (max-width:1200px){
#CTA_FIXED{
    width: 80%;
    position: fixed;
    z-index: 1000;
    bottom: 15px;
    left: 10%;
}
}

/* ボタン　ぷるぷるshake */
.shake{
    animation: shake1 3s infinite;
}

@keyframes shake1{
    0%,20%,50%,100%{transform: translateY(0);}
    30%{transform: translateY(-15px);}
    40%{transform: translateY(0);}
    60%{transform: translateY(-7px);}
}
/* FIXED CTA active */
#CTA_FIXED a{
    transition: .1s;
    display: inline-block;
}
#CTA_FIXED a:active{
    transform: translateY(3px);
}
#CTA_FIXED a{
    opacity: 1;
}



/* fadein */
.fadein{
    opacity: 0;
    transform: translateY(30px);
    transition: .8s;
}
.show{
    opacity: 1;
    transform: translateY(0);
}