@charset "UTF-8";

/* ========================================
共通部品
======================================== */

/* ------------------------------
フォント
------------------------------ */
.CosmeTop-section ,
.Special-section {
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* ------------------------------
見出し
------------------------------ */

/* h1見出し：赤色下線 */
h1.ttl_h1{
  display: inline;
  margin: 100px 5% 0;
  padding-bottom: 8px;
  width: auto;
  border-bottom: 5px solid #d71718;
  font-size: 48px;
}
h1.ttl_h1 > .subtitle{
  padding-bottom: 15px;
  color: #d71718;
  font-size: 72px;
}
h1.ttl_h1 > .subtitle.list{ /* 化粧品一覧 */
  margin-left: -5%;
}

/* h2見出し：赤色下線 */
h2.ttl_h2{
  display: inline;
  margin: 80px 45px 20px;
  padding-bottom: 8px;
  width: auto;
  min-width: 560px;
  border-bottom: 4px solid #d71718;
  font-size: 50px;
}

/* ------------------------------
商品ページリンクボタン（ページフッター）
------------------------------ */
.list_link_area{
  margin: 20px 0;
  background: none;
  border-bottom: 1px solid #b19d9d;
}
a.list_link_btn{
  text-decoration: none;
  font-size: 19px;
  color: #000;
  font-weight: bold;
}
a.list_link_btn::before{
  content: "■";
  color: #e60012;
}
a.list_link_btn:hover{
  color: #e60012;
}

/* ------------------------------
商品概要
------------------------------ */

/* 商品説明 */
.item_message{
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 90%;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
}

/* 全成分 */
.item_component{
  margin: auto;
  max-width: 78%;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}
.item_component > .kome{
  padding-top: 20px;
  font-size: 16px;
}

/* 内容量 */
.item_volume{
  margin: auto;
  margin-bottom: 20px;
  max-width: 42%;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}

/* 価格 */
.item_price{
  margin: auto;
  margin-bottom: 20px;
  max-width: 42%;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}

/* ------------------------------
洗顔手順
------------------------------ */

/* 手順画像 */
.cosme_process_img{
    padding-top: 20px;
    max-width: 45%;
}

/* 手順エリア */
.cosme_process_content{
  margin: auto;
  max-width: 70%;
  padding-top: 40px;
  border-bottom: 2px solid #d71718;
}

/* 手順テキスト */
ul.cosme_process{
  margin-bottom: 0;
  list-style: none;
  padding-left: 0.5em;
}
ul.cosme_process li{
  position: relative;
  padding-left: 1.6em;
  padding-bottom: 1.2em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
ul.cosme_process.large li{
  font-size: 20px;
}
ul.cosme_process li::before {
  content: "■";
  color: #d71718;
  position: absolute;
  left: 0;
  top: 0;
}

/* point */
.cosme_process_content > .point{
  position: relative;
  padding: 1.5em 2.4em 1.2em;
  color: #e60012;
  font-size: 18px;
  font-weight: bold;
}
.cosme_process_content > .point::before{
  position: absolute;
  content: 'POINT';
  top: 5px;
  left: 5px;
  transform: rotate(-25deg);
}

/* text */
.cosme_process_content > .text{
  padding: 0.5em 2em 2em;
  font-size: 18px;
  font-weight: bold;
}

/* クレンジングジェルAA 専用
---------------------------------------- */
.Special-section .cleansing {
  background-image: url('../assets/ImageFile/Cosme/cleansingAA/cosme_cleansing_06.webp');
  background-size: 25%;
  background-position: right top;
  background-repeat: no-repeat;
}

.Special-section .col-lg-5-block2{ 
    max-width: 15%;
}
.Special-section .col-lg-7-block2 {
    max-width: 80%;
}
.Special-section .col-lg-5-block2 .cosme_process_img{ /* 手順画像 */
    max-width: 100%;
}
.Special-section .col-lg-7-block2 .cosme_process_content{ /* 手順エリア */
  max-width: 90%;
  padding-top: 50px;
}

/* まつエクOK */
.Special-section .cleansing_ok{
  margin: auto;
  padding: 40px 0 20px;
  width: 770px;
}

/* ダブル洗顔 */
.Special-section .cleansing_double{
  margin: auto;
  width: 850px;
  font-size: 24px;
}
.Special-section .cleansing_double img{
  float: left;
  margin-right: 20px;
  width: 130px;
}

/* UVプロテクトセラム 専用
---------------------------------------- */
/* UV下地の塗り方5ステップ */
.Special-section .uvprotect_5step_ttl{
  margin-top: 25px;
  margin-bottom: 15px;
  text-align: center;
}
.Special-section .uvprotect_5step_ttl > img{
  max-width: 35%;
}
.Special-section .uvprotect_5step{
  margin: auto;
  width: 950px;
}
.Special-section .uvprotect_5step img{
  float: right;
  max-width: 520px;
}
.Special-section .uvprotect_5step .text{
  padding-top: 100px;
  font-size: 18px;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  line-height: 2;
}
.Special-section .uvprotect_5step .text .purple{
  color: #601986;
}

/* ワンポイントアドバイス */
.Special-section .onepoint{
    text-align: center;
}

/* ブースターエマルジョン 専用
---------------------------------------- */
/* 使い方の説明 */
.Special-section .emulsion_special{
  margin: auto;
  width: 1100px;
}
.Special-section .emulsion_special .emulsion_special_img{
  width: 50%;
  float: left;
  text-align: center;
  margin: auto;
}
.Special-section .emulsion_special .emulsion_special_img > img{
  max-width: 100%;
}
.Special-section .emulsion_special .emulsion_special_text{
  width: 50%;
  float: right;
  text-align: center;
  margin: auto;
}
.Special-section .emulsion_special .emulsion_special_text > img{
  max-width: 65%;
}
.Special-section .emulsion_special .emulsion_special_text > img.logo{
  margin: auto;
  max-width: 400px;
}
.Special-section .emulsion_special .emulsion_special_text .text{
  font-size: 18px;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

/* ------------------------------
お手入れ手順
------------------------------ */
.howto_content{
  display: flex;
  align-items: center;
  gap: 20px;
  margin: auto;
  padding: 0 64px;
  width: 1040px;
  font-family: "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.howto_image img {
  max-width: 254px;
  height: auto;
}

.howto_textarea {
  flex: 1;
}

.howto_ttl {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 30px;
}

.howto_item {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px;
  background: #e5e5e5;
  border-radius: 5px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.howto_text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

.howto_arrow {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* アクティブモード */
.howto_content.active{
  margin-bottom: 40px;
  padding: 20px 64px;
  gap: 50px;
  background: #ffeeee;
  border-radius: 5px;
}
.howto_content.active .howto_image img {
  max-width: 344px;
}
.howto_content.active .howto_ttl {
  font-size: 36px;
}
.howto_content.active .howto_item {
  margin-bottom: 35px;
  padding: 13px 11px;
  background: #ffdbdb;
  font-size: 30px;
  color: #ec1a1a;
}
.howto_content.active .howto_text {
  line-height: 2;
}

/* スマホ版
---------------------------------------- */
.howto_content_sp{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: auto;
  margin: 0 10px;
  padding: 0 24px;
  width: 96%;
  font-family: "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.howto_content_sp .howto_image {
  margin-bottom: 16px;
}

.howto_content_sp .howto_image img {
  max-width: 170px;
  height: auto;
}

.howto_content_sp .howto_ttl {
  margin-bottom: 10px;
  font-size: 24px;
}

.howto_content_sp .howto_item {
  margin-bottom: 10px;
  font-size: 16px;
}

.howto_arrow_sp{
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}

/* アクティブモード */
.howto_content_sp.active{
  gap: 0;
  background: #ffeeee;
  border-radius: 5px;
  width: 96%;
  padding: 40px 24px;
}
.howto_content_sp.active .howto_image {
  margin-bottom: 16px;
}
.howto_content_sp.active .howto_image img {
  max-width: 220px;
}
.howto_content_sp.active .howto_ttl {
  margin-bottom: 16px;
  font-size: 30px;
}
.howto_content_sp.active .howto_item {
  margin-bottom: 16px;
  padding: 8px 14px;
  background: #ffdbdb;
  font-size: 24px;
  color: #ec1a1a;
}
.howto_content_sp.active .howto_text {
  line-height: 2;
}

/* ------------------------------
Q&A
------------------------------ */
ul.cosme_faq_list{
  position: relative;
  margin: 30px 0;
  padding-left: 3em;
  list-style: none;
}
ul.cosme_faq_list::before{
  position: absolute;
  content: "“";
  left: 40px;
  top: -50px;
  font-size: 85px;
}
ul.cosme_faq_list li{
  position: relative;
  padding-left: 1.6em;
  font-size: 19px;
  font-weight: bold;
}
ul.cosme_faq_list li.question{
  color: #e60012;
}
ul.cosme_faq_list li::before{
  position: absolute;
  left: 0;
  top: 0;
}
ul.cosme_faq_list li.question::before {
  content: "Q：";
  color: #d71718;
}
ul.cosme_faq_list li.answer::before {
  content: "A：";
}

/* ------------------------------
お客様の声
------------------------------ */
ul.cosme_voice_list{
  position: relative;
  margin: 30px 0;
  padding-left: 3em;
  list-style: none;
}
ul.cosme_voice_list::before{
  position: absolute;
  content: "“";
  left: 40px;
  top: -50px;
  font-size: 85px;
}
ul.cosme_voice_list li{
  position: relative;
  padding-left: 0;
  font-size: 19px;
  font-weight: bold;
}
ul.cosme_voice_list li.profile{
  color: #e60012;
}

/* ========================================
化粧品一覧ページ
======================================== */

/* メッセージ */
.list_message{
  padding: 70px 10px 20px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8;
  color: #d71718;
}


/* ========================================
768px以下
======================================== */
@media (max-width: 768px){

  /* ------------------------------
  見出し
  ------------------------------ */

  /* h1見出し：赤色下線 */
  h1.ttl_h1{
    width: 90%;
    font-size: 5vw;
  }
  h1.ttl_h1 > .subtitle{
    font-size: 5vw;
  }

  /* h2見出し：赤色下線 */
  h2.ttl_h2{
    margin: 40px 10px 0;
    padding-bottom: 8px;
    min-width: 95%;
    font-size: 24px;
  }

  /* ------------------------------
  商品ページリンクボタン（ページフッター）
  ------------------------------ */
  .list_link_area{
    margin: 15px 0;
  }
  a.list_link_btn{
    font-size: 3vw;
  }

  /* ------------------------------
  商品概要
  ------------------------------ */

  /* 商品説明 */
  .item_message{
    margin-bottom: 0;
    max-width: 95%;
    font-size: 16px;
  }

  /* 全成分 */
  .item_component{
    margin-bottom: 20px;
    max-width: 95%;
    font-size: 16px;
  }
  .item_component > .kome{
    padding-top: 10px;
    font-size: 12px;
  }

  /* 内容量 */
  .item_volume{
    max-width: 95%;
    font-size: 16px;
  }

  /* 価格 */
  .item_price{
    max-width: 95%;
    font-size: 16px;
  }

  /* ------------------------------
  洗顔手順
  ------------------------------ */

  /* 手順画像 */
  .cosme_process_img{
    padding-top: 0;
    max-width: 65%;
  }

  /* 手順エリア */
  .cosme_process_content{
    max-width: 100%;
    padding-top: 20px;
  }

  /* 手順テキスト */
  ul.cosme_process{
    margin-bottom: 20px;
  }
  ul.cosme_process.large{
    margin-bottom: 5px;
  }
  ul.cosme_process li{
    padding-bottom: 0.6em;
    font-size: 14px;
  }
  ul.cosme_process.large li{
    font-size: 16px;
  }

  /* point */
  .cosme_process_content > .point{
    padding: 1em 1em 1em 2em;
    font-size: 14px;
  }
  .cosme_process_content > .point::before{
    top: 0;
    left: 0;
  }

  /* text */
  .cosme_process_content > .text{
    padding: 0 1em 1em;
    font-size: 14px;
  }

  /* クレンジングジェルAA 専用
  ---------------------------------------- */
  .Special-section .cleansing {
    background: none;
  }

  .Special-section .cleansing .justify-content-center {
    flex-direction: column;
  }

  .Special-section .col-lg-5-block2{
    margin: auto;
    max-width: 65%;
  }
  .Special-section .col-lg-7-block2 {
    max-width: 100%;
  }
  .Special-section .col-lg-7-block2 .cosme_process_content{ /* 手順エリア */
    max-width: 100%;
    padding-top: 0;
  }

  /* まつエクOK */
  .Special-section .cleansing_ok{
    padding: 0 0 20px;
    width: 100%;
  }
  .Special-section .cleansing_ok img{
    width: 100%;
  }

  /* ダブル洗顔 */
  .Special-section .cleansing_double{
    width: 100%;
    font-size: 14px;
    font-weight: bold;
  }
  .Special-section .cleansing_double img{
    display: block;
    float: none;
    margin-right: 0;
    width: 100px;
  }

  /* UVプロテクトセラム 専用
  ---------------------------------------- */
  /* UV下地の塗り方5ステップ */
  .Special-section .uvprotect_5step_ttl > img{
    max-width: 60%;
  }
  .Special-section .uvprotect_5step{
    width: 100%;
  }
  .Special-section .uvprotect_5step img{
    float: none;
    max-width: 100%;
  }
  .Special-section .uvprotect_5step .text{
    padding-top: 0;
    font-size: 14px;
  }

  /* ワンポイントアドバイス */
  .Special-section .onepoint img{
    padding-top: 10px;
    width: 100%;
  }

  /* ブースターエマルジョン 専用
  ---------------------------------------- */
  .Special-section .emulsion_special{
    width: 100%;
  }
  .Special-section .emulsion_special .emulsion_special_img{
    float: none;
    width: 100%;
  }
  .Special-section .emulsion_special .emulsion_special_text{
    float: none;
    width: 100%;
  }
  .Special-section .emulsion_special .emulsion_special_text > img{
    max-width: 80%;
  }
  .Special-section .emulsion_special .emulsion_special_text > img.logo{
    max-width: 100%;
  }
  .Special-section .emulsion_special .emulsion_special_text .text{
    font-size: 16px;
  }


  /* ------------------------------
  Q&A
  ------------------------------ */
  ul.cosme_faq_list{
    margin: 20px 0;
    padding-left: 0;
  }
  ul.cosme_faq_list::before{
    left: -5px;
    top: -45px;
    font-size: 65px;
  }
  ul.cosme_faq_list li{
    font-size: 16px;
  }

  /* ------------------------------
  お客様の声
  ------------------------------ */
  ul.cosme_voice_list{
      margin: 20px 0;
      padding-left: 0;
  }
  ul.cosme_voice_list::before{
      left: -5px;
      top: -45px;
      font-size: 65px;
  }
  ul.cosme_voice_list li{
      font-size: 16px;
  }

  /* ========================================
  化粧品一覧ページ
  ======================================== */

  /* メッセージ */
  .list_message{
    padding: 50px 10px 20px;
    font-size: 18px;
  }








}