@charset "utf-8";
/* CSS Document */
a {
  text-decoration: none !important;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
a:hover {
  text-decoration: none;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*--------スライダー設定--------*/
/* トップスライダー */
.mySwiper1 {
    width: 100%; 
    overflow: hidden;
}
.swiper-slide img {
 width: 100%; 
 height: auto; 
}
.swiper-wrapper {
 transition-timing-function: linear;
}
.swiper-button-prev-1,
.swiper-button-next-1 {
    background-image: none !important; 
    position: absolute;
    top: 50%; 
    transform: translateY(-50%);
    margin-top: 0;
    z-index: 10;
}
.swiper-container {
    position: relative;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev-1:after,
.swiper-button-next-1:after {
 content: "";
 width: 1rem;
 height: 1rem;
 border: 0;
 border-top: solid 0.2rem gray;
 border-right: solid 0.2rem gray;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 margin: auto;
}
.swiper-button-prev-1:after {
 transform: rotate(-135deg);
}
.swiper-button-next-1:after {
 transform: rotate(45deg);
}
/* ゾーガンキンスライダー */
.mySwiper2 {
  max-width: 500px;
}
.swiper-button-next-2::after,
.swiper-button-prev-2::after {
  color: gray;
}
@media screen and (min-width: 641px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
/*--------Onbeauty--------*/
.container_wrap {
  font-size: 115%;
  line-height: 2.2rem;
}
/*heder*/
.hed {
  width: 100%;
  background-color: #fe8f1c;
}
.hed h1 {
  padding-left: 10%;
}
.hed h1 img {
  width: 15%;
}
/*onkyobeauty説明*/
.f_block {
  background-color: #f7f7f7;
  padding-bottom: 6rem;
}
.onb_rogo2 {
  max-width: 300px;
  padding: 4rem 5% 3rem;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.onb_f {
  max-width: 980px;
  margin: 0 auto;
}
.onb_f h2 {
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 2.4rem;
}
.onb_f p {
  font-size: 140%;
  line-height: 2.3rem;
  font-weight: 500;
}
/*------------- collaboration -------------*/
/*main 画像*/
.onb_main {
  margin: 6rem 0 10rem;
  text-align: center;
}
/*コラボ商品紹介*/
.onb_list01 {
  width: 100%;
}
.onb_main_mdl01 {
  padding: 0 5%;
  font-size: 250%;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
  font-family: serif;
  line-height: 2.2rem;
  margin-bottom: 4rem;
}
.onb_list01 p {
  padding-top: 0;
  margin-top: 1rem;
}
.o_nomallistitem_02 {
  padding: 0;
  padding: 0;
  margin: 0 auto;
  margin: 2rem 0 2rem;
  width: 100%;
  text-align: center;
}
.o_nomallistitem_02 img {
  width: 80%;
}
.name_ {
  font-size: 150%;
  margin-top: 2rem;
  font-weight: 600;
}
.comment_ {
  font-size: 120%;
}
.o_nomallistitem_02 p span {
  font-size: 120%;
}
.o_nomallistitem_02 p a {
  display: block;
  padding: 20px;
  background-color: lightgray;
  width: 330px;
  margin: 0 auto;
  font-size: 120%;
  background-color: gray;
  color: white;
}
.o_nomallistitem_02 p a:hover {
  background-color: lightgray;
  color: black;
}
.c_nomallistitem_03 {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 5%;
  margin: 3rem 0 5rem;
  text-decoration: none;
}
.c_list02 {
  width: 48%;
  text-align: center;
}
.onb_list02 p {
  padding-top: 0;
  margin-top: 1rem;
}
.c_list02 p a {
  display: block;
  padding: 20px;
  width: 70%;
  margin: 0 auto;
  font-size: 120%;
  background-color: gray;
  color: white;
}
/*/20250829 追加*/
/*-------------ゾーガンキン-------------*/
.container_b {
  text-align: center;
  margin-bottom: 5rem;
}
.container_b img {
  width: 80%;
}
.container_onb01 {
  margin: 5rem 0 2rem;
  font-size: 115%;
}
.line_m {
  display: block;
  border-bottom: solid 0.5px #AAA;
  padding: 1rem 0 1rem;
  margin-bottom: 2rem;
}
.icon_list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  margin-bottom: 7rem;
}
.block_of_top_lfist {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 990px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; /* 子要素の高さを揃える */
  gap: 30px; /* 動画間のスペース */
  margin-bottom: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.h3_text01 {
  display: block;
  font-family: udmincho, ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
  font-size: 23px;
  line-height: 1.5em;
  text-align: center;
}
.h3_text02 {
  display: block;
  font-weight: bold;
  font-family: ｍｓ ゴシック, ms gothic, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, osaka, sans-serif;
  font-size: 40px;
  padding: 2rem 0 0.8rem;
}
.h3_text03 {
  display: block;
  font-size: 20px;
  font-family: ｍｓ ゴシック, ms gothic, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, osaka, sans-serif;
  font-weight: lighter;
}
/*/コラボ商品紹介*/
/* -------------共通部分------------- */
/* h4ピンク見出し */
.zg_detail01_h4 {
  font-size: 24px;
  line-height: 34px;
  padding: 27px 24px;
  font-family: serif;
  font-size: 250%;
  text-align: center;
  font-weight: 600;
  max-width: 980px;
  margin: 0 auto 7rem;
  background: -webkit-linear-gradient(top left, #d286a1 10%, #ce507d 100%);
  background: -o-linear-gradient(top left, #d286a1 10%, #ce507d 100%);
  background: linear-gradient(to bottom right, #d286a1 10%, #ce507d 100%);
  color: white;
}
/* 本文 */
.zg_detail01 p {
  font-size: 140%;
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: left;
  margin-top: 10px;
}
/* １カラム */
.block_of_top_o {
  margin: 0 auto;
  max-width: 980px;
  margin-bottom: 5rem;
  text-align: center;
  margin-bottom: 1rem;
}
.block_of_top_o img {
  width: inherit;
  margin-bottom: 0;
}
.interval {
  margin-bottom: 2rem;
}
/*20250829更新*/
.zg_ch01 {
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 2.2rem;
  margin-top: 2rem;
text-align: center;
}
.zg_ch01 p {
  color: #212121;
  font-size: 24px;
  line-height: 34px;
  padding: 27px 5px 10px;
  font-family: serif;
  font-size: 250%;
  text-align: center;
  font-weight: 600;
display: inline-block;
}
/*/20250829更新*/
.col01 {
  background-color: #FFFAFA;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 3rem;
}
/*横並び2列*/
.block_of_top_l {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; /* 子要素の高さを揃える */
  gap: 30px; /* 動画間のスペース */
  margin-bottom: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block_l.block_r {
  vertical-align: middle;
  display: table-cell;
  /*width: 50%;*/
}
.block_l {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  display: block;
  /*width: 50%;*/
  /*width: 100%; /* 必要に応じて幅を調整 */
  -o-object-fit: cover;
  object-fit: cover; /* 動画のアスペクト比を維持しつつ高さを調整 */
  width: 100%;
}
.block_l img {
  /*width: 80%;*/
  /*width: 100%;*/
}
.block_l p {
  /*font-size: 120%;  20250825更新*/
  line-height: 2.3rem; /*20250825更新*/
}
.block_l h5 {
  text-align: left;
}
.block_l h5 span {
  font-size: 200%;
  /*display: inline-block;*/
  vertical-align: middle;
  padding-left: 5px;
  color: #bf0018;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
}
.block_r {
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  /*width: 50%;*/
  width: 100%;
}
.block_r h3 {
  letter-spacing: normal;
}
.block_r p {
  /*font-size: 115%;*/
}
.block_r img {
  /*width: 80%;*/
  /*width: 100%;*/
}
.block_r h5 {
  text-align: left;
}
.block_r h5 span {
  font-size: 200%;
  /*display: inline-block;*/
  vertical-align: middle;
  padding-left: 5px;
  color: #bf0018;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
}
.s_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s_container img {
  height: auto;
  padding-right: 5px;
}
.s_container01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s_container01 img {
  height: auto;
  padding-right: 5px;
}
/*横並び2列*/
/* ---------フェイスケア-------- */
.mg_01 {
  margin-bottom: 0;
}

.line_s {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(80%, #fff799));
  background: -o-linear-gradient(transparent 70%, #fff799 80%);
  background: linear-gradient(transparent 70%, #fff799 80%);
  font-weight: bold;
  letter-spacing: 0.1rem;
  font-size: 2.4rem;
  display: inline-block;}

.no-break {
  font-size: 2.4rem;
}
/* ---------プロが教えるおすすめトリートメント-------- */
.col p {
  color: hotpink;
}
.zg_ch02 {
  /*background-color: #fbeef3;*/
}
.zg_ch02 p {
  line-height: 2.6rem;
  padding: 27px 24px;
  /*font-family: serif;*/
  font-size: 160%;
  text-align: left;
  font-weight: 500;
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.pos {
  text-align: center !important; /*20250825更新*/
  border: solid 1px gray;
}
/* -------------動画------------- */
/*動画*/
.content_mov {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 5rem;
}
.content_mov p {
  text-align: left;
  margin: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8em;
  max-width: 850px;
}
.myodr_mov {
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.frame_m_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*/動画*/
/* -------------使用方法------------- */
/*/画像１*/
.block_of_top_f {
  margin-bottom: 5rem;
  text-align: center;
  padding-bottom: 7rem;
}
.zg_ch011 {
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 4rem;
  padding-top: 2rem;
}
.zg_ch011 p {
  color: #212121;
  line-height: 34px;
  padding: 27px 24px;
  font-family: serif;
  font-size: 250%;
  text-align: center;
  font-weight: 600;
}
.zg_ch04 div {
  margin: 0 auto;
  max-width: 900px;
  text-align: left;
}
.zg_ch04 p li {
  font-size: 115%;
  font-family: YuGothic, "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  /* text-align: left; */
}
.zg_ch04 ul li {
  font-size: 140%;
  line-height: 2.2rem;
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  padding-left: 3em; /*20250825更新*/
  text-indent: -3.2em; /*20250825更新*/
}
li.my-class {
  padding-top: 1.5rem;
}
.zg_ch04 ul li span {
  color: #d286a1;
  font-size: 150%;
  background-color: white;
  border-radius: 30px;
}
.zg_ch04 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
.zg_ch04 span {
  padding: 5px 10px;
  background-color: lightyellow;
  font-weight: 600;
  width: 10%;
  text-align: center;
  margin-right: 15px;
  min-width: 120px;
}
.zg_ch04 span.describe {
  font-size: 140%;
  text-align: left;
  margin-top: 10px;
}
/* -------------注意事項------------- */
.r_border {
  border: solid 5px lightgray;
  padding: 1rem 2rem 2rem;
  border-radius: 25px;
}
.zg_ch05 {
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 3rem;
  margin-bottom: 5rem;
}
.r_border01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.r_border01 span {
  padding-right: 10px;
}
.r_border01 div p {
  padding-left: 1em;
  text-indent: -1em;
}
.col_2 {
  margin: 1rem 0;
  width: 100%;
  padding: 3rem 13%;
  background-color: #f7f7f7;
  padding: 2rem 0;
}
/* -------------スペック------------- */
.col_wrap {
  /*width: 100%;*/
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  background-color: gray;
  color: #FFF;
  text-align: center;
  /* padding: 2rem 15%; */
  text-align: left;
  /* color: gray; */
  border-top: 1px solid white;
  border-bottom: solid 1px white;
  padding: 2rem 0;
  font-size: 110%;
  max-width: 1000px;
  margin: 0 auto;
}
.col_wrap > div {
  width: 50%;
}
.col_l {
  display: inline-block;
  padding-right: 10px;
  text-align: right;
  width: 20%;
  margin-left: 30px;
}
.col_r {
  display: inline-block;
  width: 65%;
}
.c_last {
  vertical-align: top;
  height: 100%;
}
/*/スペック　2カラム*/
/* -------------ご使用の前に------------- */
.cg {
  margin: 3rem 0;
  max-width: 980px;
  margin: 0 auto;
  padding: 2rem 0;
}
.cg h6 {
  text-align: left;
  font-size: 140%;
  margin-top: 1.5rem;
}
.cg p {
  font-size: 110%;
  }
}
/*アタッチメントボタン（PCSP共通）*/
.o_nomallistitem_03 {
  font-size: 90%;
  padding: 0;
  margin: 0 auto;
  margin: 2rem 0 2rem;
  width: 100%;
  text-align: center;
}
.o_nomallistitem_03 img {
  display: block;
  margin-bottom: 10px;
  margin: 0 auto;
  padding-bottom: 13px;
}
.o_nomallistitem_03 p span {
  font-size: 80%;
}
.o_nomallistitem_03 p a {
  display: block;
  padding: 20px;
  background-color: lightgray;
  max-width: 600px;
  margin: 0 auto;
  font-size: 120%;
  background-color: black;
  color: white;
  text-align: center;
}
.o_nomallistitem_03 p a:hover {
  background-color: gray;
  color: white;
}
.arrow {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 9px;
}
.arrow::before, .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #FFF;
  background-color: #FFF;
  -webkit-transform-origin: calc(100% - 1px) 50%;
      -ms-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.arrow::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrow::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  /*------Onbeauty-------*/
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
  .container {
    margin-top: 0;
  }
  div,p,span,ul,li {
    font-size: 1.143rem;
    line-height: 1.6;
  }
  .swiper {
    width: 100%;
  }
  /*------ヘッダー-------*/
  .hed {
    width: 100%;
    background-color: #fe8f1c;
  }
  .hed h1 {
    padding-left: 4%;
  }
  .hed h1 img {
    width: 40%;
  }
  /*-------------onkyobeauty説明-------------*/
  .containe1_wrap {
    padding: 0 5% 3rem;
    background-color: #f7f7f7;
  }
  .onb_rogo2 {
    padding: 2rem 5% 3rem;
    margin: 0 auto;
    width: 30%;
  }
  .onb_f h2 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 2.4rem;
  }

  /*------------- collaboration -------------*/
  .onb_main {
    margin: 3rem 0 3rem;
  }
  .onb_main_mdl01 {
    margin-bottom: 2rem;
  }
  .onb_list01 {
    width: 100%;
  }
  div.onb_list01 p {
    margin-top: 2rem;
    padding: 0 5%;
  }
  .onb_main_mdl01 p {
    padding: 0;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-top: 0;
    font-family: serif;
    line-height: 2.2rem;
    margin-bottom: 0;
  }
  .o_nomallistitem_02 {
    padding: 0;
    margin: 0 auto;
    margin: 2rem 0 2rem;
    width: 100%;
    text-align: center;
  }
  .o_nomallistitem_02 img {
    width: 90%;
  }
  .name_ {
    font-size: 1.3rem;
    margin-top: 1rem;
    font-weight: 600;
  }
  .comment_ {
    margin-top: 0;
    font-weight: normal;
  }
  .o_nomallistitem_02 p a {
    display: block;
    padding: 1.3rem 1rem;
    background-color: lightgray;
    margin: 1rem auto 0;
    background-color: gray;
    color: white;
    width: 90%;
  }
  .o_nomallistitem_02 p a:hover {
    background-color: lightgray;
    color: black;
  }
  .c_nomallistitem_03 {
    margin: 3rem 0 5rem;
  }
  .c_list02 {
    margin-bottom: 3rem;
  }
  /* -------------共通部分------------- */
  /* h4ピンク見出し */
  .zg_detail01_h4 {
    line-height: 2.8rem;
    padding: 1.25rem 0.8px;
    font-family: serif;
    font-size:2.286rem;
    text-align: center;
    font-weight: 600;
    max-width: 980px;
    margin: 5rem auto 2rem;
    background: -o-linear-gradient(top left, #d286a1 10%, #ce507d 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(10%, #d286a1), to(#ce507d));
    background: linear-gradient(to bottom right, #d286a1 10%, #ce507d 100%);
    color:white;
  }
  /* 本文 */
  .zg_detail01 p {
    text-align: left;
    margin-top: 1.25rem;
    line-height: 2rem;
  }
  /* １カラム */
  .block_of_top_o {
    margin: 0 auto;
    max-width: 980px;
    margin-bottom: 0;
    text-align: center;
  }
  .block_of_top_o img {
    width: 90%;
    margin-bottom: 2rem
  }
  /* １カラムタイトル */
  .zg_ch01 {
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .zg_ch01 p {
    line-height: 2.4rem;
    padding: 10px 24px 15px;
    font-family: serif;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
  }
  /* １カラム本文 */
  .zg_ch02 p {
    /* line-height: 2.2rem; */
    padding: 10px 20px;
    font-size: 1.3rem;
    text-align: left;
    font-weight: 500;
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }
  /* ２カラム */
  /* ２カラムタイトル */
  .s_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* ２カラムタイトルフォント*/
  .block_of_top_l h5 span {
    font-size: 1.8rem;
    vertical-align: middle;
    padding-left: 5px;
    color: #bf0018;
    font-weight: 600;
    line-height: 1.2;
    display: inline-block;
    text-align: left;
  }
  /* ２カラムタイトルアイコン*/
  .s_container img {
    width: 50px;
    height: auto;
    padding-right: 5px;
    margin-left: -2%;
  }
  /* ２カラムブロック */
  .block_of_top_l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; /* 子要素の高さを揃える */
    margin-bottom: 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5%;
  }

  /* 文字 */
  .child_1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 1.1rem;
  }
  /* 画像 */
  .child_2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 2rem;
  }

/* 非表示部分 */
  .s_container01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .s_container01 img {
    height: auto;
    padding-right: 5px;
  }
  /*-------------ゾーガンキン-------------*/
  .container_b {
    text-align: center;
    margin-bottom: 2rem;
  }
  .container_b img {
    width: 90%;
  }
  .container_onb01 {
    margin: 5rem 0 2rem;
  }
  .block_of_top_lfist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; /* 子要素の高さを揃える */
    margin-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5%;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
   .container_onb01 p {
    line-height: 2;
   }
  .line_m {
    display: block;
    border-bottom: solid 0.5px #AAA;
    padding: 0.7rem 0;
    margin-bottom: 1.4rem;
  }
  .icon_list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4rem;
  }
  .h3_text01 {
    font-size: 1rem;
    text-align: center;
    font-family: udmincho, ms mincho, ヒラギノ明朝 pro w3, hiragino mincho pro, serif;
  }
  .h3_text02 {
    display: block;
    font-size: 2.3rem;
    font-weight: bold;
    font-family: ｍｓ ゴシック, ms gothic, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, osaka, sans-serif;
    display: block;
    margin-top: 0.5rem;
  }
  .h2_text03 {
    display: block;
    margin-top: -1rem;
  }
  
  .c_list02 p a {
   display: block;
   padding: 20px;
   width: 90%;
   margin: 0 auto;
   font-size: 120%;
   background-color: gray;
   color: white;
}
  /* ---------フェイスケア-------- */
  /* タイトル */
  .line_s {
    font-weight: bold;
    letter-spacing: 0.1rem;
    font-size: 2.1rem;
  }
  /*単語の改行なし*/
  .no-break {
    white-space: nowrap;
    font-weight: bold;
    letter-spacing: 0.1rem;
    font-size: 2.1rem;
  }
  /* ---------プロが教えるおすすめトリートメント-------- */
  .col p {
        color: hotpink;
        font-size: 2rem;
  }
  .col01 {
        background-color: #FFFAFA;
        width: 100%;
        padding: 1rem 0 2rem;
        margin-bottom: 3rem;
    }
  .col01 .block_l {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 3%;
  }
  .col01 .block_l p {
    margin-top: -5px;
  }
  .col01 .block_l img {
    width: 100%;
  }
  /* -------------動画------------- */
    .m_mov {
    padding-top: 15px;
    text-align: center;
    margin: 0 auto;
    padding: 1.5rem 10px;
  }
    .content_mov {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }
  .content_mov p {
    text-align: left;
    margin: 1rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5em;
    max-width: 850px;
    padding: 0 2%;
  }
  .content_mov {
    width: 100%;
  }
  .content_mov p {
    text-align: left;
    margin: 1rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8em;
    max-width: 850px;
  }
  .myodr_mov {
    text-align: center;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .frame_m_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* -------------使用方法------------- */
  .block_of_top_f {
    margin-bottom: 5rem;
    text-align: center;
    background-color: #f7f7f7;
    padding: 1rem 5% 3rem;
  }
  /* タイトル */
  .zg_ch011 p {
    color: #212121;
    line-height: 34px;
    padding: 1.7rem 0;
    font-family: serif;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
  }
  li.my-class {
    padding-top: 1.5rem;
  }
  .zg_ch04 ul li {
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: left;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    padding-left: 2rem;
    text-indent: -2rem;
  }
  .zg_ch04 ul li span {
    color: #d286a1;
    font-size: 1.2rem;
    background-color: #f7f7f7;
    padding-right: 0.3rem;
  }
  /* 枠内 */
  .zg_ch04 p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1rem;
    text-align: center;
  }
  .zg_ch04 span {
    background-color: lightyellow;
    font-weight: 600;
    width: 15%;
    text-align: center;
    margin-right: 0px;
    min-width: 100px;
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
  }
  .r_border {
    border: solid 3px lightgray;
    padding: 0.5rem 1rem;
    border-radius: 25px;
  }
  /* -------------注意事項------------- */
  .zg_ch05 {
    margin: 0 auto;
    max-width: 900px;
    border-top: solid 1px gray;
    padding: 2rem 0;
    margin-top: 2rem;
  }
  .r_border01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .r_border01 span {
    padding-right: 10px;
  }
  .r_border01 div p {
    padding-left: 1em;
    text-indent: -1em;
  }
  /* -------------スペック------------- */
  .col_wrap {
    background-color: gray;
    color: #FFF;
    text-align: left;
    padding: 1.5rem;
    margin-bottom: 3rem;
  }
  .col_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col_l {
    display: inline-block;
    width: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .col_r {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-indent: -1em;
  }
  /* -------------ご使用の前に------------- */
  .cg {
    margin: 3rem 0;
    max-width: 980px;
    margin: 0 auto;
    padding: 2rem 0;
  }
  .cg h6 {
    text-align: left;
    font-size: 1.5rem;
    margin-top: 1.25rem;
  }
  /*----------/Onbeauty*---------*/
}