@charset "UTF-8";

/*-----------------------------------------------------	*/
/*	レチノールとは					                       */
/*-----------------------------------------------------	*/

#about-premium-text01 {
    font-size: 1.3em;
}

#about-premium-text02 {
    font-size: 1.9em;
    margin-top: 25px;
}

.asterisk-img {
    display: inline-block;
    max-width: 13px;
    margin-left: 5px;
}

.asterisk-img img {
    vertical-align: 13px;
}

#premium-contents #premium-des-arrow-btn .s-text {
    font-size: 80%;
    letter-spacing: 0.05em;
}
    

@media screen and (max-width: 950px) {
    #about-premium-text02 {
        font-size: 1.7em;
    }    
}

@media screen and (max-width: 830px) {
    #about-premium-text02 {
        font-size: 6vw;
    }
}

@media screen and (max-width: 767px) {
    #about-premium-text01 {
        font-size: 1.2em;
    }    
    
    #about-premium-text02 {
        font-size: 5.5vw;
    }
    
    .asterisk-img img {
        vertical-align: 10px;
    }
    
    .asterisk-img img {
        max-width: 9px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 500px) {
    #about-premium-text02 {
        font-size: 5.6vw;
    }    
}

@media screen and (max-width: 480px) {
     #about-premium-text02 {
        font-size: 6vw;
    } 
}

@media screen and (max-width: 410px) {   
    #premium-contents #premium-des-arrow-btn .s-text {
        letter-spacing: 0.01em;
    }
}


/*-----------------------------------------------------	*/
/*	レチノールはこんなところにアプローチ					    */
/*-----------------------------------------------------	*/

#premium-contents #approach-list {
    color: #666666;
}

#premium-contents #approach-photo img {
    padding-left: 50px;
}

@media screen and (max-width: 1024px) {
    #premium-contents #approach-photo img {
        padding-left: 0px;
    } 
    
    #premium-contents #approach-photo {
        margin-top: 40px;
    }
}

/*-----------------------------------------------------	*/
/*	基本設定					                         */
/*-----------------------------------------------------	*/

/*** 共通 ***/
/* プレミアム用にカラー変更 */
body #premium-contents {
    color: #e0a946;
}

#premium-contents #des-sub-title {
    color: #e0a946;
    font-size: 1.1em;
}

/*-----------------------------------------------------	*/
/*	共通					                      　　　   */
/*-----------------------------------------------------	*/

/* 切り替えボタン */
#switching-btn-out {
    position: relative;
    top: -95px;
    display: flex;
    max-width: 900px;
    margin: 0px auto;
}
 
#switching-btn-out img:hover {
    cursor: pointer;
}
    
.switch-sp-btn {
    display: none;
}
            
.switch-btn {
  position: relative;
}

.switch-btn img.on {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;    
    transition: opacity 0.2s ease;
}

/* 初期状態 */
.switch-btn img.off {
    opacity: 1;
}

/* スマホ用は非表示 */
#switching-btn-out .switch-btn img.switch-sp-btn {
    display: none;
}

/* ON状態のボタン */
.switch-btn.on img.on {
    opacity: 1;
}

/* ボディミルク */
#switch-bodymilk-btn {
    width: 50%;
} 

/* プレミアム */
#switch-premium-btn {
    width: 50%;
}

/* ホバー時に画像切り替え */
@media (hover: hover) and (pointer: fine) {
  .switch-btn.off:hover img.on {
    opacity: 1;
  }
}

    
@media screen and (max-width: 767px) {
    #switching-btn-out {
        top: -60px;
    }
    
    #switching-btn-out .switch-btn img.switch-pc-btn {
        display: none;
    }

    #switching-btn-out .switch-btn img.switch-sp-btn {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    #switching-btn-out {
        top: -40px;
    }    
}

/*** フッター ***/
.premium-wrapper .sns-text {
    color: #80808c;
}

.premium-wrapper #footer-link li a {
    color: #80808c;
}

.premium-wrapper #copy-out {
    color: #80808c;
}

.premium-wrapper #footer-bottom {
    background: url(../images/common/footer-back-gold.png) no-repeat bottom center;
    background-size: cover;
}

@media screen and (max-width: 1550px) {
    .premium-wrapper #footer-bottom {
        background: url(../images/common/footer-back-tb-gold.png) no-repeat bottom center;
        background-size: 100% auto;
    }        
}

@media screen and (max-width: 1100px) {
    .premium-wrapper #footer-bottom {
        background: url(../images/common/footer-back-tb-gold.png) no-repeat bottom center;
        background-size: cover;
    }   
}

@media screen and (max-width: 767px) {
    .premium-wrapper #footer-bottom {
        background: url(../images/common/footer-back-sp-gold.png) no-repeat bottom center;
        background-size: cover;
    }  
}

/*-----------------------------------------------------	*/
/*	商品説明					                         */
/*-----------------------------------------------------	*/

#premium-des-out {
    display: grid;
    grid-template-columns: 41% auto;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

/* ボタン矢印 */
#premium-des-con03 {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    #premium-des-con03 {
        margin-top: 0px;
    }    
}

#premium-des-arrow-btn {
    max-width: 437px;
    text-align: center;
}

/* キャッチ */
#premium-des-catch-out {
    font-size: 170%;
    line-height: 1.8em;
}

#premium-des-catch02 {
    font-size: 130%;
    margin-top: 30px;
    line-height: 1.6em;
}

#premium-des-catch01 .new-line,
#premium-des-catch02 .new-line
{
    display: block;
    opacity: 0;
}

#premium-des-catch01.scroll,
#premium-des-catch02.scroll
{
    opacity: 1;
}

#premium-des-catch01.active .new-line,
#premium-des-catch02.active .new-line
{
    animation-name: read-anime02;
    animation-duration: 0.8s;
    animation-direction: normal;
    animation-fill-mode:forwards;       
}

@keyframes read-anime03 {
    from {
        opacity: 0;
        filter: blur(3px);
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        filter: blur(0px);
        transform: translate(0);
    }
}

#premium-des-catch01.active > *:first-child
{
    animation-delay: 0.4s;
}

#premium-des-catch01.active > *:first-child+*
{
    animation-delay: 0.5s;
} 

#premium-des-catch01.active > *:first-child+*+*
{
    animation-delay: 0.6s;
}

#premium-des-catch02.active > *:first-child
{
    animation-delay: 0.8s;
}

#premium-des-catch02.active > *:first-child+*
{
    animation-delay: 0.9s;
} 

#premium-des-catch02.active > *:first-child+*+*
{
    animation-delay: 1s;
}

#premium-des-catch-cation {
    display: block;
    font-size: 35%;
    line-height: 1em;
    margin-top: 15px;
}

@media screen and (max-width: 1199px) {
    #premium-des-catch-cation {
        font-size: 1rem;
    }    
}

@media screen and (max-width: 767px) {
    #premium-des-catch-cation {
        font-size: 0.8rem;
    }       
}

#premium-contents .des-out {
    padding-top: 80px;
}

#premium-contents #des-title {
    position: static;
}

#premium-contents #des-sub-title {
    position: absolute;
    top: -55px;
    right: 0px;
    z-index: 3;
    background: none;
    padding: 0px;
    opacity: 0;
}

#premium-contents #des-sub-title.active {
    animation-name:blurAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    animation-delay: 0.5s;
}

#premium-contents #des-sub-title h4 {
    font-weight: 500;
    font-size: 150%;
    letter-spacing: 0.1em;
}

#premium-contents #des-sub-title #title01{
    text-align: center;
} 

#premium-contents #des-sub-title #title02 {
    display: inline-block;
    background: #dfe2e7;
    color: white;
    padding: 22px 10px 24px 42px;
    border-radius: 80px;
    margin-top: 20px;
    background: url(../images/common/gold-btn-back01.gif) no-repeat center center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    #premium-contents #des-sub-title #title02{
        margin-top: 20px;
    }     
}

@media screen and (max-width: 650px) {
    #premium-contents #des-sub-title #title02{
        margin-top: 10px;
    }         
}

/* 写真 */
#premium-contents #des-three-photo {
    position: relative;
}

#premium-contents #des-three-photo #des01 {
    position: absolute;
    top: 0px;
    left: 20px;
    margin: auto;
}

#premium-contents #des-three-photo #des02 {
    position: absolute;
    top: 170px;
    right: 0px;
}

#premium-contents #des-three-photo #des03 {
    position: absolute;
    top: 320px;
    left: 60px;
}

#des-three-photo img {
  max-width: 286px;
  opacity: 0;
}

#des-three-photo.scroll.active {
    opacity: 1;
}

/* 写真が見えた時順に表示するアニメーション */
#des-three-photo.scroll.active #des01 {
  animation-name:blurup;
  animation-delay: 0.5s;
  animation-duration:1.5s;
	animation-fill-mode:forwards;
}

#des-three-photo.scroll.active #des02 {
  animation-name:blurup;  
  animation-delay: 0.75s;
  animation-duration:1.5s;
	animation-fill-mode:forwards;
}

#des-three-photo.scroll.active #des03 {
  animation-name:blurup;
  animation-delay: 1s;
  animation-duration:1.5s;
	animation-fill-mode:forwards;
}

@keyframes blurup {
  from {
	filter: blur(10px);
	opacity: 0;
    transform: translateY(20px);
  }

  to {
	filter: blur(0);
	opacity: 1;
    transform: translateY(0px);
  }
}

/* ボタン */
#premium-contents .basic-btn01 {
    background: url(../images/common/gold-btn-back02.gif) no-repeat center center;
    background-size: 100% auto;
}

#premium-contents .basic-btn01:hover {
    color: #e0a946;
    background: white;
}

#premium-contents #des-btn-out {
    position: static;
    margin-top: 40px;
}

#premium-contents #des-btn {
    display: block;
    padding: 14px 26px;
}

@media screen and (max-width: 1024px) {
    #premium-contents #bodymilk {
        margin-top: 0px;
    }
    
    #premium-contents .des-out {
        padding-top: 120px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 901px) {
    #premium-contents .des-out {
        padding-top: 100px;
        margin-top: 20px;
    }
    
    #premium-des-out {
        grid-template-columns: 43% auto;
    }
    
    #premium-des-con01,
    #premium-des-con03
    {
        font-size: 85%;
    }
    
    #premium-des-con02 {
        padding-left: 10px;
    }
    
    #premium-contents #des-sub-title {
        font-size: 1.6vw;
        top: -70px;
    }
    
    #premium-contents #des-sub-title #title02 {
        padding: 15px 5px 17px 32px;
    }
    
    #premium-contents #des-three-photo img {
        width: 23vw;
    }
    
    #premium-des-arrow-btn {
        font-size: 90%;
    }
}

@media screen and (max-width: 900px) and (min-width: 768px) {
    #premium-des-out {
        grid-template-columns: 47% auto;
    } 
    
    #premium-contents #des-sub-title {
        top: -85px;
    }
    
    #premium-contents #des-sub-title {
        font-size: 1.5vw;
    } 
    
    #premium-contents #des-sub-title #title02 {
        padding: 10px 5px 12px 25px;
    }
    
    #des-three-photo img {
        width: 23vw;
    }
    
    #premium-des-con01 {
        font-size: 80%;
    }
    
    #premium-des-con03 {
        font-size: 70%;
    }
    
    #premium-contents #des-btn {
        padding: 14px 16px;
    }
}

@media screen and (max-width: 767px) {
    #premium-contents .des-out {
        padding-top: 40px;
        margin-top: 0px;
    }    
    
    #premium-des-out {
        display: block;
    }
    
    #premium-des-con01 {
        font-size: 200%;
    }
    
    #premium-des-con02 {
        min-height: 90vw;   
    }
    
    #premium-contents #des-sub-title {
        top: -60px;
    }
    
    #premium-contents #des-sub-title {
        font-size: 2.9vw;
    }
    
    #premium-contents #des-sub-title #title02 {
        padding: 24px 10px 26px 34px;
    }
    
    #premium-contents #des-photo-out {
        margin-top: 140px;
    }
    
    #premium-contents #des-three-photo img {
        width: 44vw;
    }
    
    #premium-contents #des-three-photo #des01 {
        left: 0px;
    }
    
    #premium-contents #des-three-photo #des02 {
        top: 140px;
    }

    #premium-contents #des-three-photo #des03 {
        left: 10vw;
    }
    
    #premium-des-arrow-btn {
        margin: 0px auto;
    }
}

@media screen and (max-width: 700px) {
     #premium-des-con02 {
        min-height: 97vw;   
    }   
}

@media screen and (max-width: 650px) {
     #premium-des-con02 {
        min-height: 107vw;   
    }   
}

@media screen and (max-width: 550px) {
    #premium-des-con01 {
        font-size: 160%;
    }
    
     #premium-des-con02 {
        min-height: 114vw;   
    }  
}

@media screen and (max-width: 480px) { 
     #premium-des-con02 {
        min-height: 108vw;   
    }    
    
    #premium-des-con01 {
        font-size: 140%;
    }
    
    #premium-contents #des-sub-title {
        font-size: 1.2em;
    }
    
    #premium-contents #des-sub-title {
        top: -80px;
    }
    
    #premium-contents #des-sub-title #title02 {
        padding: 16px 10px 18px 27px;
    }
    
    #premium-contents #des-three-photo #des02 {
        top: 24vw;
    }

    #premium-contents #des-three-photo #des03 {
        top: 56vw;
    }
}

@media screen and (max-width: 400px) {
    #premium-contents #des-photo-out {
        margin-top: 150px;    
    }
    
    #premium-contents #des-sub-title {
        top: -95px;
    }    
}

@media screen and (max-width: 390px) {
    #premium-des-con01 {
        font-size: 130%;
    }
}

@media screen and (max-width: 360px) {
    #premium-des-con01 {
        font-size: 120%;
    }
}

@media screen and (max-width: 340px) {
    #premium-des-con01 {
        font-size: 110%;
    }
}
/*
@media screen and (max-width: 1750px) {
    #premium-des-con02 {
        width: 48vw;   
    }
}

@media screen and (max-width: 1400px) {
    #premium-des-con02 {
        width: 70vw;   
    }
}
*/

/*-----------------------------------------------------	*/
/*	製品紹介　　　　					                   */
/*-----------------------------------------------------	*/
         
/*** wakuテクスチャテスト ***/
/*** 影部分をリセット ***/
#premium-contents .waku01 {
    position: relative;
    box-shadow: none !important;
    /* 既存リセット */
    padding: 0px;
    background: none;
    border-radius: none;
}
    
/*** レチノールとは？　***/
#premium-contents #about-out {
    /* 既存上書き */
    margin-top: 0px;
    padding-top: 60px;
}

/* 内枠にリセット部分を反映 */
#premium-contents #about-waku-inner {
   padding: 180px 80px 140px 200px;
    background: white;
    border-radius: 210px;
}
    
/* 擬似シャドウ */
#premium-contents #about-out .waku01::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 40px;
  width: 100%;
  height: 100%;
  background-image: url('../images/common/gold-back01.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1; /* ← 背面に移動 */
border-radius: 210px;
}
            
@media screen and (max-width: 1200px) {
     #premium-contents #about-waku-inner {
        padding: 105px 40px 100px 130px;
    } 
}
        
@media screen and (max-width: 1024px) {
    #premium-contents #about-waku-inner {
        border-radius: 90px;
    }
    
    #premium-contents #about-out .waku01::after {
        border-radius: 90px;
    }
}
        
@media screen and (max-width: 900px) {
    #premium-contents #about-waku-inner {
        padding: 105px 20px 100px 50px;
    }
}

@media screen and (max-width: 767px) {
    #premium-contents #about-waku-inner {
        display: block !important;
        border-radius: 50px;
        padding: 55px 30px 60px 30px;
    }
    
    #premium-contents #about-out .waku01::after {
        border-radius: 50px;
        top: 28px;
        left: 28px;
    }
}

@media screen and (max-width: 480px) {
    #premium-contents #about-waku-inner {
        padding-right: 5px;
    }
    
    #premium-contents #about-out .waku01::after {
        top: 18px;
        left: 18px;
    }
}

@media screen and (max-width: 440px) {
     #premium-contents #about-waku-inner {
         padding-left: 25px;
    }       
}
      
/*----------------------------------------------------　*/
/*	こんな人におすすめ　　　					         　 */
/*----------------------------------------------------	*/

#premium-contents #recommend-waku-inner {
    margin-top: 35px;
    padding: 145px 40px 135px 145px;
    background: white;
    border-radius: 150px;
} 

#premium-contents #recommend-out .waku01::after {
      content: "";
      position: absolute;
      top: 30px;
      left: 40px;
      width: 100%;
      height: 100%;
      background-image: url('../images/common/gold-back01.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      z-index: -1; /* ← 背面に移動 */
    border-radius: 150px;
}
            
    @media screen and (max-width: 1024px) {
        #premium-contents #recommend-waku-inner {
            padding: 95px 75px 95px 95px;
            border-radius: 110px;
        }
        
        #premium-contents #recommend-out .waku01::after {
            border-radius: 110px;
        }
    }

    @media screen and (max-width: 900px) {
         #premium-contents #recommend-waku-inner {
            padding: 95px 20px 95px 60px;
        }       
    }

    @media screen and (max-width: 800px) {
         #premium-contents #recommend-waku-inner {
            padding: 95px 20px 95px 35px;
        }
        
    }

    @media screen and (max-width: 767px) {
        #premium-contents #recommend-waku {
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }
        
        #premium-contents #recommend-waku-inner {
            padding: 70px 15px 70px 15px;
        }

         #premium-contents #recommend-waku-inner {
            border-radius: 70px;
        }
        
        #premium-contents #recommend-out .waku01::after {
            top: 28px;
            left: 28px;
            border-radius: 70px;
        }
    }


@media screen and (max-width: 480px) {
    #premium-contents #recommend-waku-inner {
        padding: 50px 12px 50px 12px;
        border-radius: 60px;
    }
    
    #premium-contents #recommend-out .waku01::after {
        top: 18px;
        left: 18px;
        border-radius: 60px;
    }
}


/*----------------------------------------------------　*/
/*	製品特長　　　　					                  */
/*----------------------------------------------------	*/

/*　製品特長説明 */
#premium-contents #title-features img {
    position: static;
}

#premium-contents #features #feature-syosai {
    color: #666666;
}

#premium-contents #feature-text-out {
    margin-top: 60px;
}

/* 特長枠 */
#premium-contents #point .waku02 {
    position: relative;
    box-shadow: none !important;
    /* 既存リセット */
    padding: 0px;
    background: none;
    border-radius: none;
}

#premium-contents #point .waku02-inner {
    padding: 130px 50px;
    background: white;
    border-radius: 400px;
}
            
/* 擬似シャドウ */
#premium-contents #point .waku02::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 40px;
  width: 100%;
  height: 100%;
  background-image: url('../images/common/gold-back01.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1; /* ← 背面に移動 */
  border-radius: 210px;
}

/* ポイント */
#premium-contents #point-out {
    margin-top: 140px;
}

#premium-contents .point-title {
    text-align: left;
}

#premium-contents .point-text {
    text-align: left;
}

@media screen and (max-width: 767px) {
    /* 既存上書き */
   #point03 .point-text br {
       display: inline !important;
   }    

    #premium-contents #point-out {
        margin-top: 80px;
    }
    
    #premium-contents #feature-photo {
        position: static;
    }
    
    #premium-contents #feature-photo img {
        margin-top: 10px;
    }
    
    #premium-contents #feature-text-out {
        margin-top: 30px;
    }
}

@media screen and (max-width: 650px) {
    #premium-contents #point02 .point-left { 
        margin-left: 13vw;
    }
}


@media screen and (max-width: 600px) {
    #premium-contents #point02 .point-left { 
        margin-left: 9vw;
    }
}

@media screen and (max-width: 550px) {
    #premium-contents #point02 .point-left { 
        margin-left: 4vw;
    }
}

@media screen and (max-width: 500px) {
    #premium-contents #point02 .point-left { 
        margin-left: 7vw;
    }
}

@media screen and (max-width: 480px) {
    #premium-contents #point-out {
        margin-top: 70px;
    }     
}

@media screen and (max-width: 500px) {
    #premium-contents #point02 .point-left { 
        margin-left: 7vw;
    }
}

@media screen and (max-width: 450px) {
    #premium-contents #point02 .point-left { 
        margin-left: 8vw;
    }
}

@media screen and (max-width: 410px) {
    #premium-contents #point02 .waku02-inner {
        padding: 30px 4vw;
    }
    
    #premium-contents #point02 .point-left { 
        margin-left: 6vw;
    }
}

@media screen and (max-width: 380px) {
    #premium-contents #point02 .point-left { 
        margin-left: 2vw;
    }
}

@media screen and (max-width: 370px) {
    #premium-contents #point02 .waku02-inner {
        padding-left: 7vw !important;
    }
    
    #premium-contents #point02 .point-left { 
        margin-left: 3vw;
    }
}

/* POINT1 */
#premium-contents .point-center01 {
    max-width: none;
    display: inline-block;
}

#premium-contents #point01 .waku02-inner {
    text-align: center;
}

@media screen and (max-width: 900px) { 
    #premium-contents .point-center01 {
        margin-left: 4vw;
    }    
}

@media screen and (max-width: 650px) {
    #premium-contents .point-center01 .point-title {
        margin-left: 6vw;
    }

    #premium-contents .point-center01 .point-text {
        margin-left: 6vw;
    }    
}

@media screen and (max-width: 480px) {
    #premium-contents #point01 .waku02-inner  {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    
    #premium-contents #point01 .waku02::after {
        border-radius: 90px !important;
    }
    
    #premium-contents #point01 .point-center01 {
        margin-left: 1vw !important;
    }
    
    #premium-contents .point-center01 .point-title {
        margin-left: 0px;
    }

    #premium-contents .point-center01 .point-text {
        margin-left: 0px;
    }    
}

@media screen and (max-width: 390px) {
    #premium-contents #point01 .point-center01 {
        margin-left: 0px !important;
    }    
}

/* POINT2 */
#premium-contents .point-center02 .point-left {
    width: 61%;
}

#premium-contents .point-center02 .point-right {
    width: auto;
}

#premium-contents .point-center02 #point02-img {
    max-width: 180px;
}

@media screen and (max-width: 1300px) {
    #premium-contents .point-center02 {
        margin-left: 8vw;
    } 
}

@media screen and (max-width: 1199px) {
    #premium-contents .point-center02 #point02-img {
        max-width: 160px;
    }
}

@media screen and (max-width: 1100px) {
    #premium-contents .point-center02 {
        margin-left: 3vw;
    }     
}

@media screen and (max-width: 900px) {
    #premium-contents .point-center02 .point-left {
        width: 55%;
    }    
}


@media screen and (max-width: 650px) {
    #premium-contents .point-center02 .point-left {
        width: 100%;
    }
    
    #premium-contents .point-center02 {
        margin-left: 0px; 
    }
    
    #premium-contents .point-text {
        text-align: left !important;
    }
    
    #premium-contents #point02 .point-center02 {
        display: flex;
    }
    
    #premium-contents #point02 .point-left {
        order: 2;
    }
    
    #premium-contents #point02 .point-right {
        order: 1;
    }
}

@media screen and (max-width: 480px) {
    #premium-contents .point-center02 #point02-img {
        max-width: 120px;
    }
}

/* POINT3 */
#premium-contents .point-center03 {
    max-width: 810px;
}

@media screen and (max-width: 1300px) {
    #premium-contents .point-center03 {
        margin-left: 8vw;
    } 
}

@media screen and (max-width: 1100px) {
    #premium-contents .point-center03 {
        margin-left: 3vw;
    } 
}

@media screen and (max-width: 900px) {
    #premium-contents .point-center03 {
        margin-left: 10vw;
    } 
}

@media screen and (max-width: 650px) {
    #premium-contents .point-center03 {
        margin-left: 14vw;
    } 
}

@media screen and (max-width: 480px) {
    #premium-contents .point-center03 {
        margin-left: 0px;
    } 
}

/* POINT4 */
#premium-contents .point-center04 {
    max-width: none;
    display: inline-block;
}

#premium-contents #point04 .waku02-inner {
    text-align: center;
}

@media screen and (max-width: 900px) {
    #premium-contents .point-center04 {
        margin-left: 3vw;
    } 
}

@media screen and (max-width: 800px) { 
    #premium-contents .point-center04 {
        margin-left: 0px;
    }  
}

@media screen and (max-width: 767px) {
     #premium-contents .point-center04 {
        margin-left: 10vw;
    } 
    
    #premium-contents #point04 .waku02-inner {
        text-align: left;
    }
}

@media screen and (max-width: 650px) {
    #premium-contents #point04 .point-title {
        margin-left: 1vw;
    }
    
    #premium-contents #point04 .point-text {
        margin-left: 0px;
    }
}


@media screen and (max-width: 550px) {
    #premium-contents .point-center04 {
        display: block;
    }
    
     #premium-contents .point-center04 {
        margin-left: 6vw;
    } 
}

@media screen and (max-width: 480px) {
     #premium-contents .point-center04 {
        margin-left: 8vw;
    } 
}

@media screen and (max-width: 450px) {
     #premium-contents .point-center04 {
        margin-left: 5vw;
    } 
}

@media screen and (max-width: 430px) {
     #premium-contents .point-center04 {
        margin-left: 3vw;
    } 
}

@media screen and (max-width: 390px) {
     #premium-contents .point-center04 {
        margin-left: 0px;
    } 
}

@media screen and (max-width: 380px) {
     #premium-contents .point-center04 {
        margin-left: 3vw;
    } 
}

@media screen and (max-width: 365px) {
     #premium-contents .point-center04 {
        margin-left: 0px;
    } 
}

/* ポイント関連全体 */
@media screen and (max-width: 1199px) {
    #premium-contents .point-icon-right {
        right: -10px;
    }        
}

@media screen and (max-width: 900px) {
    #premium-contents #point .waku02-inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 800px) {
    #premium-contents .point-icon-right {
        right: -50px;
    }     
}
            
@media screen and (max-width: 767px) {
    #premium-contents .point-icon-right {
        right: -20px;
    }      
    
    #premium-contents #point .waku02-inner {
        padding: 60px 30px;
    }
    
    #premium-contents #point02 .waku02-inner {
        padding: 30px 50px;
    }
    
    #premium-contents #point .waku02::after {
        top: 16px;
        left: 16px;
    }
    
    #premium-contents #point04 .waku02-inner {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}
            
@media screen and (max-width: 650px) {
    #premium-contents #point .waku02-inner {
        border-radius: 90px;
    }
    
    #premium-contents #point .waku02::after {
        border-radius: 90px;
    }
    
    #premium-contents #point02 .waku02-inner {
        padding: 30px 40px;
    }
}

@media screen and (max-width: 480px) {
    #premium-contents .point-icon-right {
        right: 0px;
    }
    
    #premium-contents #point02 .waku02-inner {
        padding: 30px;
    }
    
    #premium-contents #point03 .point-title,
    #premium-contents .point-center03 .point-text
    {
        margin-left: 11vw;
    }
}
         
@media screen and (max-width: 400px) {
    #premium-contents #point02 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media screen and (max-width: 480px) {
    #premium-contents #point .waku02-inner {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 60px; 
    }
    
    #premium-contents #point01 .waku02-inner {
        padding-right: 12px !important;
    }
}

@media screen and (max-width: 420px) {
    #premium-contents #point .waku02-inner {
        border-radius: 80px;
    }
}

@media screen and (max-width:410px) {
    #premium-contents #point01 .waku02-inner {
        padding-right: 20px !important;
    }
}

@media screen and (max-width:380px) {
    #premium-contents #point .waku02-inner {
        padding-left: 9vw;
    }    
    
    #premium-contents #point03 .point-title,
    #premium-contents .point-center03 .point-text
    {
        margin-left: 5vw;
    }
}

/*----------------------------------------------------　*/
/*	成分・使用上の注意　　	　　　			                  */
/*----------------------------------------------------	*/

#premium-contents .component-cation-title h3 {
    color: #666666;
}

#premium-contents .open-close-btn .line01 {
     background-color: #666666;
}

#premium-contents .component-cation-title {
     border-bottom: 3px solid #666666;
}

#premium-contents .open-close-btn .line02 {
    background-color: #666666;
}

#premium-contents .component-cation-text {
    color: #666666; 
}

#premium-contents #sub-cation-text {
    color: #666666;
}

