@charset "utf-8";
@media screen and (min-width:1200px){
    
.pc_hidden{
    display: none;
}
body{
    background-image: url(../images/test6@2x.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}
#bodyinner{
    width: 600px;
    margin: 0 auto;
    background-color: #FFF;
}
#FV{
    background-color: #271300;
    height: auto;
    margin: 0 auto 20px;
}
#webset_set{
    width: 95%;
    margin: -60px auto 0;
}
#webset_cta{
    width: 60%;
    margin: 30px auto 0;
}
#FVto{
    background-image: url(../images/FV_RANK@1.5x.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
}

/* ここからランキング */
#RANK{
    margin: -270px auto 0;
    padding-bottom: 50px;
    background-image: url(../images/RANK1_bg@1.5x.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 130px;
}
#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;
}
#RANK .name{
    font-size: 17px;
}
#RANK .price{
    font-size: 22px;
}
#RANK .price span{
    font-size: 15px;
}
.RANK_cart{
    display: block;
    width: 40%;
    margin: 20px auto 60px;
}
#RANK .RANK_cart img{
    width: 100%;
}
#RANK_2 img{
    width: 80%;
    margin: 0 auto;
}
#RANK_3{
    width: 80%;
    margin: 0 auto;
}
#RANK_3 img{
    width: 80%;
    margin: 0 auto;
}

/* ここから予算別セクション　menu */
.cart2{
    display: block;
    width: 60%;
    margin: 20px auto 60px;
}
.next{
    display: block;
    width: 25%;
    margin-left: auto;
}
#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: 30px auto;
}
#MENU_2000>div{
    width: 40%;
    margin: 30px auto;
}
#MENU_3000>div{
    width: 40%;
    margin: 30px auto;
}

#MENU p{
    text-align: center;
    color: #FFF;
}
#MENU .maker{
    font-size: 13px;
}
#MENU .name{
    font-size: 15px;
}
#MENU .price{
    font-size: 18px;
}
#MENU .price span{
    font-size: 13px;
}
#MENU .RANK_cart img{
    width: 70%;
    margin: 10px auto;
}
.VIEWMORE{
    transition: .1s;
    display: flex;
    justify-content: end;
    margin-right: 5%;
    padding-bottom: 50px;
}
.VIEWMORE:hover{
    opacity: .3;
}

.VIEWMORE img{
    width: 100%;
}
.MENU_title{
    width: 90%;
    margin: 0 auto;
}

/* 配送について　DELI */
#DELI_title{
    font-size: 22px;
    color: #FFF;
    background-color: #e84074;
    display: flex;
    justify-content: center;
    align-items: center;
}
#DELI p{
    font-size: 21px;
    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;
}

/* ボタン　ぷるぷるshake */
.shake:hover{
    animation: shake .4s ease-in-out;
}

@keyframes shake{
    0%{transform: translateY(0);}
    25%{transform: translateY(-4px);}
    50%{transform: translateY(4px);}
    75%{transform: translateY(-4px);}
    100%{transform: translateY(0);}
}

/* CTA FIXED  CTA_FIXED */
#CTA_FIXED{
    width: 30%;
    position: fixed;
    z-index: 1000;
    bottom: 15px;
    right: 1vw;
}
#CTA_FIXED a:hover{
    opacity: 1;
    cursor: pointer;
}



}
