@charset "Shift_JIS";
#info_contents { margin-bottom:0!important; }
.body_sph .contents_main { margin: 0; }

/*===============================
wrapper（横幅調整）
===============================*/
#web_fuku2026 .wrapper-big,
#web_fuku2026 .wrapper-small{
   margin-inline:auto;
}
#web_fuku2026 .wrapper-big{
    width: 662px;
}
#web_fuku2026 .wrapper-small{
    width: 540px;
}

/*===============================
余白調整など
===============================*/
#web_fuku2026 section:not(:last-of-type){
    margin-bottom: 15%;
}
#web_fuku2026 .comment{
    margin-bottom: 10%;
}
#web_fuku2026 .wash,
#web_fuku2026 #skin .link-wrap,
#web_fuku2026 #health .link-wrap{
    margin-bottom: 5%;
}

#web_fuku2026 .wash{
    background-color: #fdc5ab;
}

#web_fuku2026 .banner-wrapper{
    margin-top: 5%;
    margin-bottom: 10%;
}
#web_fuku2026 .banzai{
    margin-bottom: 3%;
}
/*===============================
リンク設定
===============================*/
#web_fuku2026 .link-wrap{
    position: relative;
    display: inline-block;
}
#web_fuku2026 .link{
    position: absolute;
    display: block;
    z-index: 3;
/*background: rgba(255,0,0,0.2);*/
}

/*=画像全てリンク----*/
#web_fuku2026 .link-all{
    inset: 0;
}
/*=重ね順を上に（ボタン）----*/
#web_fuku2026 .link-big,
#web_fuku2026 .link-small{
    z-index: 4;
}

/*=FV=======---------------------------------*/
#web_fuku2026 .link-fv-skin,
#web_fuku2026 .link-fv-health{
    height: 10%;
    width: 45%;
    bottom: 7%;
}
#web_fuku2026 .link-fv-skin{
    left: 4%;
}
#web_fuku2026 .link-fv-health{
    left: 51%;
}

/*=big共通=---====---------------------------*/
#web_fuku2026 .link-big{
    height: 4.5em;
    width: 62%;
    left: 19%;
}
/*=位置調整（化粧品）=---*/
#web_fuku2026 .link-skin-big-02{
    bottom: 8%;
}
#web_fuku2026 .link-skin-big-03{
    bottom: 12%;
}

/*=位置調整（健康）=---*/
#web_fuku2026 .link-health-big-01{
    bottom: 6.5%;
}

/*=small共通=---====---------------------------*/
#web_fuku2026 .link-small{
    height: 4em;
    width: 45%;

}
/*=位置調整（化粧品）=---*/
#web_fuku2026 .link-skin-small-01{
    bottom: 13%;
    left: 48.5%;
}
#web_fuku2026 .link-skin-small-02{
    bottom: 14%;
    left: 45.5%;
}
#web_fuku2026 .link-skin-small-03{
    bottom: 13%;
    left: 45.5%;
}
#web_fuku2026 .link-skin-small-04{
    bottom: 14%;
    left: 45.5%;
}
#web_fuku2026 .link-skin-small-05{
    bottom: 12.5%;
    left: 36.5%;
    width: 55%;
}

/*=位置調整（健康食品）=---*/
#web_fuku2026 .link-health-small-01{
    bottom: 14%;
    left: 49.5%;
}
#web_fuku2026 .link-health-small-02{
    bottom: 12%;
    left: 48%;
}

/*===============================
レスポンシブ対応
===============================*/
@media screen and (max-width: 768px) {
        #web_fuku2026 .wrapper-big{
        width: 92vw;
    }
   #web_fuku2026 .wrapper-small{
        width: 80vw;
    }
        
    
/*ボタン高さ調整=---====---------------------------*/
#web_fuku2026 .link-big{
    height: 2em;
}
#web_fuku2026 .link-small{
    height: 1.8em;

}
}