@charset "Shift_JIS";/*border:1px solid #36C;*//**/

/*全体*/
#info_contents{margin-bottom:0!important;}
.body_sph .contents_main{margin: 0;}



#cushion_foundation_202511 p{
    margin-bottom: 0;
    font-size: 1.35em;
    line-height: 1.7;
}

/*左右上下中央ぞろえ*/
#cushion_foundation_202511 .center-center{
    display: grid;
    place-content: center; /*要素の中央揃え*/
    place-items: center; /*要素同士の中央揃え*/
}

/*===============================
wrapper（横幅調整）
===============================*/
#cushion_foundation_202511 .wrapper-big,
#cushion_foundation_202511 .wrapper-small{
   margin-inline:auto;
}
#cushion_foundation_202511 .wrapper-big{
    width: 662px;
}
#cushion_foundation_202511 .wrapper-small{
    width: 540px;
}


/*===============================
各セクション
===============================*/



#cushion_foundation_202511 #point{
    background-color: #fff2e9;
    margin-top: 10%;
}
#cushion_foundation_202511 #point > *:not(:last-of-type){
    margin-bottom: 8%;
}

#cushion_foundation_202511 #howto{
    background-color: #fff2f3;
    padding: 10% 0;
    margin-top: 10%;
}
#cushion_foundation_202511 #howto > div > *:not(:last-of-type){
    margin-bottom: 10%;
}
#cushion_foundation_202511 #howto .movie_box {
    margin-bottom: 10%;
}
/*===============================
リンク設定
===============================*/
#cushion_foundation_202511 .link-wrap{
    position: relative;
    display: inline-block;
}
#cushion_foundation_202511 .link{
    position: absolute;
    display: block;
    z-index: 3;
/*background: rgba(255,0,0,0.2);*/
}
#cushion_foundation_202511 .link-fv .link-1{
inset: 0;
}
#cushion_foundation_202511 .link-fv .link-2{
width: 50%;
    height: 11%;
    bottom: 5.5%;
    left: 3%;
}

#cushion_foundation_202511 .link-problem .link-1{
    width: 66%;
    height: 60%;
    top: 16%;
}
#cushion_foundation_202511 .link-color-map{
    margin-top: 8%;
    background-color: #fff;
}
#cushion_foundation_202511 .link-color-map .link-1,
#cushion_foundation_202511 .link-color-map .link-2{
    width: 35%;
    height: 23%;
    right: 0;
}
#cushion_foundation_202511 .link-color-map .link-1{
    top: 35%;
}
#cushion_foundation_202511 .link-color-map .link-2{
    top: 58.5%;
}

#cushion_foundation_202511 .link-point-title .link-1{
    width: 55%;
    height: 65%;
    top: 33%;
    left: 40%;
}

/*===============================
動き
===============================*/
/*フェードイン*/
#cushion_foundation_202511 .fade-in {
        opacity: 0;
        transform: translateY(-1.5%);
        transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    }
#cushion_foundation_202511 .fade-in.fade-in-appear {
        opacity: 1;
        transform: translateY(0);
    }


/*===============================
横串バナー
===============================*/

#cushion_foundation_202511 .cp-banner{
    margin :8% auto 10%;
}
#cushion_foundation_202511 .cp-banner-item:not(:last-of-type) {
    margin-bottom: 8%;
}
#cushion_foundation_202511 .cp-banner-title{
    margin-bottom: 3%;
    text-align: center;
}
#cushion_foundation_202511 .cp-banner-title img{
    max-height: 40px;
}

/*====================================
インクルード
==========================================*/
/*プレゼント*/
#cushion_foundation_202511 .hairclip{
    margin-top: 12%;
    padding-left: 8%;
}
#cushion_foundation_202511 .hairclip img{
   width:92%;
}



/*全体の余白調整*/
#cushion_foundation_202511 .include{
    padding: 5% 0 5%;
    background-color: #f9c7ca;
}


/*余白少な目*/
#cushion_foundation_202511 .include.padding-less{
    padding: 0% 0 5%;
}

/*余白少な目*/
#cushion_foundation_202511 #flor .include{
    margin-top: 3%;
}

#cushion_foundation_202511 .include-inner{    
    padding: 7% 0;
    background-color: #fff;
}

#cushion_foundation_202511 .include .goods_set{
display: flex;
    gap: 3%;
    margin: 0 0 2% 0;
}



/*左：----------------------*/

#cushion_foundation_202511 .include .img_box{
    flex: 0.8; /*画像の大きさ*/
}

/*右----------------------*/
/*長さ*/
#cushion_foundation_202511 .include .txt_box{
    flex: 2; /*長さ*/

}

/*fv のみ横向きに*/
#cushion_foundation_202511 .include .cp_box{
    display: block;
}


/*割引後価格*/
#cushion_foundation_202511 .include .price2{
    font-size: 2em;
    color: #dd303c;
}
#cushion_foundation_202511 .include .price2 .tax{
    font-size: 0.5em;
    margin-left: -0.3em;
}
/*割引率*/
#cushion_foundation_202511 .include .cp_discount{
    font-size: 2.3em;
    background-color: #dd303c;
}
/*商品名サイズ*/


#cushion_foundation_202511 .price_box {
    margin: 0 auto;
    line-height: 1.2;

}

/*商品名*/
#cushion_foundation_202511 .include .name{
    font-size: 1.2em;
}
#cushion_foundation_202511 .include .name a:link{
    color: #451d0b;
}



/*ボタン*/
#cushion_foundation_202511 .include .cta-btn:not(:last-of-type){
   margin-bottom: 11%;
}

#cushion_foundation_202511 .cta-btn a{
      position: relative;
      display: block;
      width: 100%;
      background-color: #dd303c;
     /*グラデにする場合
      background: linear-gradient(90deg, #ffacac 40%, #562b7c 100%);*/
      color: #fff;
      text-decoration: none;
      text-align: center;
      padding: 3% 0;
      border-radius: 10em;
}


#cushion_foundation_202511 .cta-btn:hover{
    opacity: 0.8;
        transition: 0.3s;
}
#cushion_foundation_202511 .cta-btn a::after{
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 1.5em;
      width: 0.5em;
      height: 0.5em;
      margin: auto;
      border-top: 0.1em solid #fff;
      border-right: 0.1em solid #fff;
      transform: rotate(45deg);
      box-sizing: border-box;
    }


#cushion_foundation_202511 .include .cta-btn a{
    font-size: 1.5em;
    font-weight: bold;
}
#cushion_foundation_202511 .include .cta-btn a::after{
        border-top: 0.15em solid #fff;
    border-right: 0.15em solid #fff;
}



/*画像なしSPEC----------------------*/
#cushion_foundation_202511 .fv_include.include{
        background-color: #f3f5f8;
    padding: 1% 0 5%;
    
}


#cushion_foundation_202511 .fv_include.include .img_box{
display: none;
}

#cushion_foundation_202511 .fv_include.include .goods_set{
    display: block;
}


#cushion_foundation_202511 .fv_include.include .cp_box {
    display: inline;
}

/*余白調整*/
#cushion_foundation_202511 .fv_include　.name_box {
   margin-bottom: 0em;
}


#cushion_foundation_202511 .fv_include.include .txt_box{
            display: grid;
    place-content: center; /*要素の中央揃え*/
    place-items: center; /*要素同士の中央揃え*/
}


#cushion_foundation_202511 .fv_include.include .cta-btn a {
    font-size: 2em;
    padding: 2.5% 0;
}

/*===============================
スマホ
===============================*/
@media screen and (max-width: 768px) {
    
    #cushion_foundation_202511 .wrapper-big{
        width: 92vw;
    }
   #cushion_foundation_202511 .wrapper-small{
        width: 80vw;
    }
    
    #cushion_foundation_202511 #fv{
    padding-top: 5%;
}
    
 /*FV下*/
#cushion_foundation_202511 .copy-txt {
    font-size: 1em;
}
    
    #cushion_foundation_202511 .cp-banner-title img {
    max-height: 24px;
}
    
/*＝インクルード＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*全体の余白調整*/
#cushion_foundation_202511 .include{
    padding: 6% 0;
}
#cushion_foundation_202511 .include .goods_set{
    gap: 4%;
}
#cushion_foundation_202511 .name_box {
    margin-bottom: 0.2em;
} 
   #cushion_foundation_202511 .fv_include.include .cta-btn a {
    font-size: 1.5em;
    padding: 2.5% 0;
        margin-top: 4%;
}
    

 /*左----------------------*/
/*画像の大きさ*/
#cushion_foundation_202511 .include .img_box{
    flex: 0.55;
}   
/*右----------------------*/
#cushion_foundation_202511 .include .txt_box{
    font-size: 0.85em;
        flex: 1;
}
#cushion_foundation_202511 .include .price2{
font-size: 1.6em;
}
#cushion_foundation_202511 .include .cp_discount{
font-size: 2em;
}
/*商品名*/
#cushion_foundation_202511 .include .name{
font-size: 0.9em;

}   
    
#cushion_foundation_202511 .include .goods_set{
    margin: 0 0 4% 0;
}
    
/*ボタン*/
#cushion_foundation_202511 .include .cta-btn:not(:last-of-type){
   margin-bottom: 13%;
}

   #cushion_foundation_202511 .include .cta-btn a {
    font-size: 1.2em;
}
    



}