/* -----------------------------------------------
* お知らせ
* スタイル
-------------------------------------------------- */

/* 商品詳細ページのレビュー位置用 */
.info-area-review--flex{
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 641px) {
  .review--flex-child1{
    order: 1;
  }
  .review--flex-child2{
    order: 2;
  }
  .review--flex-child3{
    order: 3;
  }
  .review--flex-child4{
    order: 4;
  }
  .review--flex-child5{
    order: 5;
  }
}
@media only screen and (max-width: 640px) {
  .item-detail .item-block .info-wrap{
    margin-top: 0px;
  }

  .review--flex-child1{
    order: 2;
  }
  .review--flex-child2{
    order: 3;
  }
  .review--flex-child3{
    order: 4;
  }
  .review--flex-child4{
    order: 1;
    margin:20px auto 50px auto;
  }
  .review--flex-child5{
    order: 5;
  }
}

.info-content-block .info-ttl02{
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    margin-bottom:-40px;
  }
  .info-content-block table.info_tbl{
    text-align: left;
  }
  @media only screen and (max-width: 640px) {
  .info-content-block table.info_tbl{
      width:100%;
    font-size: 12px;
  }
  }
  .info-content-block .info_tbl td{
      border:1px solid #999;
    padding:10px 40px;
  }
  @media only screen and (max-width: 640px) {
    .info-content-block .info_tbl td{
      padding:10px;
    }
    .pc-only{
      display: none;
    }
  }
  .info-content-block .info_tbl .l_area{
      background-color:#eee;
  }

/* トップページ 新ブランド追加*/
.home .c-bnr-block.new_brand_men {
    padding-top: 0px;
    padding-bottom: 120px;
}
@media only screen and (max-width: 640px){
.home .c-bnr-block.new_brand_men {
    padding-bottom: 65px;
}
}

/* ヘッダーグロナビ 調整*/
.c-header .nav-list li a.red{
  color:#B60005;
}
/* 定期初回購入エリア 調整*/
.subscription-block.pc{
  margin-top: 50px;
}
.subscription-cart .c-btn03 {
  background: #B60005;
  color: #fff;
  width: 100%;
}
.subscription-cart .to-service-link {
  color: #B60005;
  display: block;
  font-size: 12px;
  text-decoration: underline;
  text-align: right;
  margin-top: 5px;
}
.item-detail .subscription-block.pc .box .item-wrap .ttl {
  font-size: 30px;
  color: #B60005;
  font-weight: bold;
}
.item-detail .subscription-block.sp .box .item-wrap .ttl {
  font-size: 24px;
  color: #B60005;
  font-weight: bold;
  text-align: center;
}

/* 初めての方へ 定期50%OFFエリア 調整*/
@media only screen and (min-width: 641px){
.page-about .subsc-guide-block .btn-area {
  margin: 80px -16px 0;
}
}
@media only screen and (max-width: 640px){
.page-about .subsc-guide-block .btn-area {
  margin: 30px 5px 0;
}
}
.page-about .subsc-guide-block .inner-block {
  margin: 52px auto 0;
}
.page-about .btn-inner{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.page-about .btn-inner img{
  margin-right: 10px;
  margin-top:5px;
}
@media only screen and (min-width: 641px){
.page-about .inner-block .btn-area a.c-btn02 {
  color: #fff;
  padding: 16px 0 16px 66px;
}
}
@media only screen and (max-width: 640px){
.page-about .inner-block .btn-area a.c-btn02 {
  color: #fff;
  padding: 16px 0 16px 66px;
}
}
.page-about .inner-block .btn-area a.c-btn02:hover {
  color: #B60005;
}
.page-about .inner-block .btn-area a.c-btn02.btn-a {
  background: #B60005 url("/duo/wp/wp-content/themes/duo_2021/duo/img/common/about-ico-wh01.svg")no-repeat 15px center;
}
.page-about .inner-block .btn-area a.c-btn02.btn-a:hover {
  background: #fff url("/duo/wp/wp-content/themes/duo_2021/duo/img/common/about-ico-re01.svg")no-repeat 15px center;
}
.page-about .inner-block .btn-area a.c-btn02.btn-b {
  background: #B60005 url("/duo/wp/wp-content/themes/duo_2021/duo/img/common/about-ico-wh02.svg")no-repeat 15px center;
}
.page-about .inner-block .btn-area a.c-btn02.btn-b:hover {
  background: #fff url("/duo/wp/wp-content/themes/duo_2021/duo/img/common/about-ico-re02.svg")no-repeat 15px center;
}
.page-about .inner-block .btn-area a.c-btn02.btn-c {
  background: #B60005 url("/duo/wp/wp-content/themes/duo_2021/duo/img/common/about-ico-wh03.svg")no-repeat 15px center;
}
.page-about .inner-block .btn-area a.c-btn02.btn-c:hover {
  background: #fff url("/duo/wp/wp-content/themes/duo_2021/duo/img/common/about-ico-re03.svg")no-repeat 15px center;
}
.page-about .btn-inner .icon-balm{
  margin-top: 21px;
}
@media only screen and (max-width: 640px){
.page-about .teiki-balm{
  padding:8px 0;
}
.subsc-guide-block .btn-area .c-btn02 {
  padding-top: 8px;
  padding-bottom: 8px;
}}
.page-about .btn-inner img{
  margin-right: 20px;
}
.page-about .subsc-guide-block .list li .txt_3l {
    font-size: 32px;
    color: #B60005;
    line-height: 1;
    text-align: center;
    padding-top: 39px;
}
.page-about .subsc-guide-block .list li .txt_l {
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 12px;
}
@media only screen and (max-width: 640px){
.page-about .subsc-guide-block .list li .txt_3l {
    font-size: 18px;
    padding-top: 21px;
    min-height: 79px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: .55;
}
.page-about .subsc-guide-block .list li .txt_l {
    font-size: 18px;
    display: inline;
    margin-bottom: 0px;
    line-height: 1.4;
}
}
#comparison-block .c-item-list li > a .ico,
#comparison-block .c-item-list li > .ico,
#comparison-block-wash .c-item-list li > a .ico,
#comparison-block-wash .c-item-list li > .ico {
    display: block;
    line-height: 1;
    font-size: 0;
    position: static;
    padding: 0 20px 20px 0;
    text-align: right;
}

/* 比較表の設定 */
/* umemiya_220812_fix_HP-1666クレンジングバーム比較表の改修／HP-1688洗顔料 比較表の改修 */
.c-comparison-block .table-wrap {
    position:relative;
    width: 100%;
}
.compa_btn_area div {
	position:absolute;
	width:4em;
	height:4em;
	cursor:pointer;
	vertical-align:middle;
	z-index:10;
}
#comparison-block .compa_btn_area div {
	top: 34%;
}
#comparison-block-wash .compa_btn_area div {
	top: 42.5%;
}
.compa_btn_area .compa_btn_prev {
    left:0px;
}
.compa_btn_area .compa_btn_next {
    right:0px;
    text-align: right;
}
.c-comparison-block .table-wrap .table-inn{
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type:inline;
}
.c-item-list.comparison li {
    width: 280px;
}
.c-item-list li.orange .c-cat,
.c-item-list li.orange .box,
.c-item-list li.orange .img::before {
    background: #e1374f;
}
.c-item-list li.orange .img .img-txt {
    color: #e1374f;
}
.c-item-list li.gray .c-cat,
.c-item-list li.gray .box,
.c-item-list li.gray .img::before {
    background: #626569;
}
.c-item-list li.gray .img .img-txt {
    color: #626569;
}
.c-item-list.comparison .cart-wrap {
    padding: 25px 18px;
    position: relative;
}
#comparison-block .c-item-list.comparison .cart-wrap::before {
    background: #251E1C;
    content: "";
    display: block;
    width: calc(100% - 24px);
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.c-item-list.comparison .cart-wrap .capacity {
    font-size: 12px;
    margin-bottom: 20px;
}
.c-item-list.comparison .cart-wrap .btn-wrap {
    text-align: left;
}
.c-item-list.comparison .cart-wrap .btn-wrap.subscription .place {
    color: #B60005;
    padding:0;
}
.c-item-list.comparison .cart-wrap .btn-wrap .place {
    font-size: 14px;
    margin-bottom: 8px;
}
.c-item-list.comparison .cart-wrap .btn-wrap .delete-place .num-txt {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
}
.c-item-list.comparison .cart-wrap .btn-wrap .place .num-txt {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin-left:8px;
}
.c-item-list.comparison {
    margin: -20px -4px 0;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.c-item-list.comparison .txt-area {
    white-space: nomal;
}
.c-item-list.comparison .orange .txt-area .cat-area {
    margin-bottom: 5px;
}
.c-item-list.comparison .orange .item-wrap .inn.colmn .txt {
    width: calc(100% - 43px);
}
.c-item-list.comparison .orange .detail-img {
  width: 43px;
}
.c-item-list.comparison .btn-wrap.subscription .c-btn03 {
    padding: 18px 18px 18px 60px;
}
.c-item-list.comparison .btn-wrap.subscription .c-btn03 .ico {
    width: 60px;
}
.c-item-list.comparison .btn-wrap.subscription .c-btn04{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px;
    margin-top:15px;
    letter-spacing: 0.05em;
    text-align: center;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 8px;
    cursor: pointer;
    height: 100%;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 641px){
.c-item-list.comparison .btn-wrap.subscription .c-btn04:hover {
    color: #B60005;
    -webkit-box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 20%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #F0F0EB;
}
}
.comp_txt_wp{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top:10px;
}
.item_comp_txt{
    font-size: 16px;
}
.item_comp_txt .comp_price{
    font-size: 26px;
    font-weight: bold;
}
.comp_price_y{
    font-weight: bold;
}
.comp_red{
    color:#B60005;
}
.comp_txt_wp .btn-wrap{
    margin:0;
}
@media only screen and (max-width: 640px){
.c-item-list.comparison li {
    width: 237px;
}
.c-comparison-block .table-wrap {
    overflow-x: visible;
}
.c-comparison-block .table-wrap .table-inn{
    overflow-x: scroll;
    min-width: 100%;
}
.c-comparison-block .comp_txt_wp .btn-wrap {
    margin: 20px auto 0;
    width: 100%;
}
.c-item-list.comparison .btn-wrap.subscription .c-btn04{
    padding: 15px;
}
.c-item-list.comparison .btn-wrap.subscription .c-btn03 {
    padding: 15px 15px 15px 50px;
}
.c-item-list.comparison .btn-wrap.subscription .c-btn03 .ico .c-svg {
    width: 22px;
    height: 21px;
}
.c-item-list.comparison .cart-wrap .btn-wrap .place .num-txt {
    margin-left:0px;
}
}
#comparison-block-wash .c-item-list.comparison .btn-wrap.subscription .delete-place{
    font-size: 13px;
}

/* Moved From comparison-block.php */
/* ご注文例 */
.outer-block .fd-box01 {
    background-color: #fff;
    display: inline-block;
    width: 100%;
  }
.outer-block .fd-box01 .sample-box {
    background: #f0f0eb;
    border-radius: 20px;
    padding: 50px 4vw!important;
    margin: 50px auto!important;
  }
.outer-block .fd-box01 .sample-box .sample-ttl {
    font-size: 24px;
    margin-bottom: 30px!important;
    line-height: 1.875;
    text-align: left;
  }
.outer-block .fd-box01 .sample-box .sample-ttl .txt {
    margin-bottom: 15px!important;
    display: block;
  }
.outer-block .fd-box01 .sample-box .sample-ttl .sub {
    font-size: 22px;
  }
.outer-block .fd-box01 .sample-box .sample-ttl .tax {
    font-size: 16px;
  }
.outer-block .fd-box01 .sample-box .wrap{
    display: flex;
    align-items: center;
  }
.outer-block .fd-box01 .sample-box .item {
    margin-right: 35px!important;
    display: flex;
    text-align: left;
    align-items: center;
  }
.outer-block .fd-box01 .sample-box .item .img {
    width: 13.9092240117vw;
    max-width: 190px;
    display: inline-block;
    margin-right: 20px!important;
    text-align: center;
  }
.outer-block .fd-box01 .sample-box .item .cat {
    background: #8F262A;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 2px 6px!important;
    margin-bottom: 10px!important;
  }
.outer-block .fd-box01 .sample-box .item.wash .cat {
    background: #8686B4;
}
.outer-block .fd-box01 .sample-box .item .type {
    font-size: 16px;
    color: #969696;
  }
.outer-block .fd-box01 .sample-box .item .name {
    font-size: 20px;
    margin: 0;
    padding: 0;
  }
.outer-block .fd-box01 .sample-box .price {
    font-size: 20px;
    position: relative;
    margin-right: 6vw!important;
  }
.outer-block .fd-box01 .sample-box .price .num {
    font-size: 32px;
    line-height: 1;
  }
.outer-block .fd-box01 .sample-box .price .normal {
    display: block;
    text-align: left;
  }
.outer-block .fd-box01 .sample-box .price::before {
    content: "";
    position: absolute;
    background: url("/duo/wp/wp-content/themes/duo_2021/duo/img/campaign/first-balm/arrow.png") no-repeat center/contain;
    width: 20px;
    height: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -50px;
  }
.outer-block .fd-box01 .sample-box .off{
    display: flex;
    align-items: center;
    position: relative;
  }
.outer-block .fd-box01 .sample-box .off .circle {
    text-align: center;
    border-radius: 50%;
    background: #B60005;
    color: #fff;
    width: 140px;
    height: 140px;
    line-height: 1;
    padding: 20px 0!important;
    margin-right: 20px!important;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
.outer-block .fd-box01 .off .circle .num {
    font-size: 52px;
  }
.outer-block .fd-box01 .off .circle .percent {
    font-size: 32px;
  }
.outer-block .fd-box01 .off .circle .alphabet {
    font-size: 40px;
  }
.outer-block .fd-box01 .off .period {
    color: #B60005;
    font-size: 20px;
    text-align: left;
  }
.outer-block .fd-box01 .off .period .num {
    font-size: 44px;
    font-weight: bold;
    line-height: 1;
  }
.outer-block .fd-box01 .sample-box .detail-txt-area {
    margin-top: 50px!important;
    font-size: 12px;
    text-align: left;
  }
.outer-block .fd-box01 .sample-box .after-cont {
    background-color: #F8EAEA;
    padding: 10.5px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    border-radius: 10px;
}
.outer-block .fd-box01 .sample-box .after-cont .red {
    color: #B60005;
}
.outer-block .fd-box01 .sample-box .detail-txt-area .indent {
    padding-left: 2em!important;
  }
.outer-block .fd-box01 .sample-box .detail-txt-area * + * {
    margin-top: 8px!important;
  }

@media only screen and (max-width: 640px){
.outer-block .fd-box01 .sample-box {
      border-radius: 10px!important;
    }
.outer-block .fd-box01 .sample-box .sample-ttl {
      font-size: 16px!important;
      line-height: 1.5!important;
    }
.outer-block .fd-box01 .sample-box .sample-ttl .txt {
      margin-bottom: 10px;
    }
.outer-block .fd-box01 .sample-box .sample-ttl .sub {
      font-size: 14px!important;
    }
.outer-block .fd-box01 .sample-box .sample-ttl .tax {
      font-size: 10px;
    }
.outer-block .fd-box01 .sample-box .wrap {
      display: block!important;
    }
.outer-block .fd-box01 .sample-box .wrap .item{
      justify-content: center;
      margin-right: 2.9282576867vw!important;
    }
.outer-block .fd-box01 .sample-box .item .img {
      width: 37.3333333333vw!important;
    }
.outer-block .fd-box01 .sample-box .item .cat {
      padding: 0px 4px!important;
      font-size: 10px!important;
    }
.outer-block .fd-box01 .sample-box .item .type {
      font-size: 10px!important;
    }
.outer-block .fd-box01 .sample-box .item .name {
      font-size: 14px!important;
      letter-spacing: -0.05em;
      padding: 0;
      margin: 0;
    }
.outer-block .fd-box01 .sample-box .detail-txt-area {
      font-size: 10px!important;
    }
.outer-block .fd-box01 .sample-box .item .amount {
      font-size: 10px!important;
    }
.outer-block .fd-box01 .sample-box .price {
      text-align: center;
      margin: 20px 0 0px!important;
      padding-bottom: 30px!important;
      font-size: 16px!important;
    }
.outer-block .fd-box01 .sample-box .price::before {
      left: 0;
      right: -2.9282576867vw!important;
      transform: rotate(90deg);
      top: auto!important;
      bottom: -16px!important;
    }
.outer-block .fd-box01 .sample-box .price .normal {
      display: inline-block!important;
    }
.outer-block .fd-box01 .sample-box .off .circle {
      width: 100px!important;
      height: 100px!important;
      padding: 16px 0!important;
      margin-right: 16px!important;
    }
.outer-block .fd-box01 .sample-box .off .circle .sub {
      font-size: 12px;
    }
.outer-block .fd-box01 .sample-box .off .circle .num {
      font-size: 34px;
    }
.outer-block .fd-box01 .sample-box .off .circle .alphabet {
      font-size: 20px;
    }
.outer-block .fd-box01 .sample-box .off .period {
      font-size: 16px;
    }
.outer-block .fd-box01 .sample-box .after-cont {
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    margin-top: 9px;
}
.outer-block .fd-box01 .fd-item-list02 .img {
      height: 210px!important;
    }
  }
  .item-detail.outer-block .fd-box01 .sample-box .off .add-txt {
    position: absolute;
    font-size: 14px;
    bottom: -20px;
    right: 0;
}
@media only screen and (max-width: 640px){
.item-detail.outer-block .fd-box01 .sample-box .off{
    padding-top:20px;
  }
.item-detail.outer-block .fd-box01.sample-box .off .add-txt {
    font-size: 12px!important;
}
}

/* 定期初回限定50％OFFページ */
.campaign_special-template .c-off-area{
    margin-bottom: 100px;
}
.campaign_special-template-first-wash .c-item-list.cart .btn-wrap.subscription .delete-place{
    font-size: 13px;
    margin-bottom: 10px;
}
.campaign_special-template-first-wash .c-item-list.cart .btn-wrap.subscription .delete-place .num-txt {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
}
.campaign_special-template-first-wash .campaign-first .sample-box .item .cat {
    background: #8686B4;
}
@media only screen and (max-width: 640px){
.campaign_special-template .c-off-area{
    margin-bottom: 40px;
}
.campaign_special-template-first-wash .c-item-list.cart .btn-wrap.subscription .delete-place {
    font-size: 9px;
}
.campaign_special-template-first-wash .c-item-list.cart .btn-wrap.subscription .delete-place .num-txt  {
    font-size: 16px;
}
.campaign_special-template-first-wash .campaign-first .sample-box .item .img {
    width: 34.3333333333vw;
}
}
@media only screen and (min-width: 1201px){
.campaign_special-template-first-wash .campaign-first .sample-box .item {
    margin-right: 30px;
}
}
/* リペアショット 使用方法 マージン調整 */
.item-template-rpst .aco-box .js-cont .column2 .box .inn .wrap{
  margin-top: 15px;
}

/* クレンジングバーム 受賞一覧 マージン調整 */
@media only screen and (max-width: 640px){
.item-template-clbm .item-detail .best-block .list {
    justify-content: space-around;
}
.item-template-clbm .item-detail .best-block .list li + li {
    margin-left: 4px;
}
}

/* 商品詳細ページ 関連コンテンツ（ASHITA BIHADA） */
@media only screen and (min-width: 641px){
.item-template-clbm .item-detail,
.item-template-clbc .item-detail,
.item-template-clby .item-detail,
.item-template-clbb .item-detail,
.item-template-clbw-a .item-detail,
.item-template-crmb .item-detail,
.item-template-ntem .item-detail,
.item-template-skcf .item-detail  {
    padding-bottom: 30px;
}
}
.item-detail .c-ashita-bihada {
    margin-top: 120px;
}
@media only screen and (max-width: 640px){
  .item-detail .c-ashita-bihada {
    margin-bottom: -80px;
}
}
.item-detail .c-ashita-bihada h3 {
	background: #E8EEF2;
	color:#E86862;
	width:100%;
	text-align:center;
	font-size: 20px;
	margin-bottom:30px;
	padding:4px;
}
@media only screen and (max-width: 640px){
.item-detail .c-ashita-bihada h3 {
    font-size: 14px;
}
}
@media only screen and (min-width: 641px){
.c-ashita-bihada .column2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}
.c-ashita-bihada .column2 .inn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.c-ashita-bihada .column2 .inn .img img{
    pointer-events: auto;
}
@media only screen and (min-width: 641px) and (min-width: 1150px){
.c-ashita-bihada .column2 .box {
    width: calc((100% - 75px) / 2);
}
.c-ashita-bihada .column2 .box:nth-child(even) {
    margin-left: 75px;
}
}
@media only screen and (max-width: 640px){
.c-ashita-bihada .column2 .box {
    margin-bottom:20px;
    padding-bottom: 20px;
}
.c-ashita-bihada .column2 .box:nth-child(1){
    margin-bottom:0px;
    padding-bottom: 20px;
}
.c-ashita-bihada .column2 .box:nth-child(2){
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
}
.c-ashita-bihada .column2 .inn .img {
    width: 232px;
    padding-right: 30px;
}
@media only screen and (max-width: 640px){
.c-ashita-bihada .column2 .inn .img {
    padding-right: 13px;
    width: 130px;
}
}
.c-ashita-bihada .column2 .inn .txt-area {
    width: calc(100% - 232px);
}
@media only screen and (max-width: 640px){
.c-ashita-bihada .column1{
    margin-bottom: 20px;
}
.c-ashita-bihada .column2 .inn .txt-area {
    width: calc(100% - 130px);
    position: relative;
}
}
.c-ashita-bihada .column2 .ttl {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
 }
 .c-ashita-bihada .column2 .txt {
    font-size: 15px;
 }
 @media only screen and (max-width: 640px){
 .c-ashita-bihada .column2 .ttl {
    font-size: 12px;
    line-height: 1.4;
 }
 .c-ashita-bihada .column2 .txt {
    font-size: 10px;
    line-height: 1.4;
}
}
.c-ashita-bihada  .ashita-btn{
	background:#E86862;
	width:100%;
	padding:5px;
	text-align:center;
	border-radius:8px;
	margin-top: 20px;
	color:#fff;
}
.c-ashita-bihada  .ashita-btn a{
	color:#fff;
}
@media only screen and (max-width: 640px){
.c-ashita-bihada  .ashita-btn{
	font-size:12px;
	padding:3px;
	border-radius:4px;
	margin-top: 10px;
}
.c-ashita-bihada  .ashita-ico{
  position: absolute;
  right: 0;
  bottom: -15px;
}
}

/* ザ クレンジングバーム ホット 商品詳細ページ */
/* umemiya_220909_fix_HP-1696クレンジングバームホット関連ページ作成 */
.c-item-list li#item-list-clbh-a .img::before,
.c-item-list li#item-list-clbh-a .c-cat,
.c-item-list li#item-list-clbh-a .box {
    background: #e1374f;
}
.item-detail.orange .c-bg-area::before,
.item-detail.orange .c-bg-area::after {
    background: #fceef0;
}
.item-detail.orange .item-block::before,
.item-detail.orange .item-block .c-cat {
    background: #e1374f;
}
.item-detail.orange .showcase-block .list li::before {
    background: url(/duo/wp/wp-content/themes/duo_2021/duo/img/common/ico-check-re.svg) no-repeat center center/contain;
}
.item-detail.orange .c-bg-area .ttl {
    border-color: #e1374f;
}
.item-detail.orange .c-bg-area .ttl .inn {
    color: #e1374f;
}
.item-detail.orange .c-bg-area .column3.variable .list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.item-detail.orange .c-bg-area .radius-ttl.small {
    margin-bottom: 0px;
    background: #e1374f;
}

@media only screen and (min-width: 641px){
.item-detail.orange .c-bg-area .column3.large {
    margin-left: 0px;
    margin-right: 0px;
}
.item-detail.orange .c-bg-area .radius-ttl.small {
    font-size: 18px;
    padding: 12px 20px;
}
.item-detail.orange .c-bg-area .column3.variable .list{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.item-detail.orange .c-bg-area .column3.variable .list li {
    width: 33%;
}
.item-detail.orange .c-bg-area .column3.variable .list li.shield {
    width: 20%;
}
.item-detail.orange .c-bg-area .column3.variable .list li.shield img {
    width: 100px;
}
.item-detail.orange .c-bg-area .img.rdc10 {
    padding: 0 10%;
}
.item-detail.orange .c-bg-area .img.rdc20 {
    padding: 0 20%;
}
.item-detail.orange .c-bg-area .img.rdc30 {
    padding: 0 30%;
}
}
@media only screen and (max-width: 640px){
.item-detail.orange .c-bg-area .column3.variable .list{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.item-detail.orange .c-bg-area .column3.variable .list.ingre{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.item-detail.orange .c-bg-area .column3.variable .list li {
    width: 30%;
}
.item-detail.orange .c-bg-area .column3.variable .list li + li{
    margin-top: 0px;
    padding-top:0px;
}
.item-detail.orange .c-bg-area .column3.variable .list.ingre li{
    width: auto;
}
.item-detail.orange .c-bg-area .radius-ttl.small {
    height: auto;
    padding: 5px 10px;
}
.item-detail.orange .c-bg-area .column3.variable .list li.shield .txt {
    font-size:12px;
}
.item-detail.orange .c-bg-area .img.rdc30 {
    padding: 0 20%;
    margin: 20px 0 0;
}
}
@media only screen and (min-width: 641px) and (max-width: 950px){
.item-detail.orange .c-bg-area .column3.variable .list li + li {
    margin-top: 0px;
}
}


/* ザ クレンジングバーム ホワイトa 商品詳細ページ */
@media only screen and (min-width: 641px){
.item-template-clbw-a .item-detail .showcase-block .img {
    top: 190px;
}
}
.item-template-clbw-a .item-detail .c-bg-area .txt-area .melt-area .melt-img {
    max-width: 340px;
    flex-direction: column;
}
.item-template-clbw-a .item-detail .c-bg-area .txt-area .melt-area .melt-img img {
    margin: 15px;
}
@media only screen and (max-width: 640px){
.item-template-clbw-a .item-detail .c-bg-area .txt-area .melt-area .melt-img img {
    margin: 0;
}
}

/* ザ ブライトフォーム BK 商品詳細ページ */
.c-item-list li#item-list-bkfo .img::before,
.c-item-list li#item-list-bkfo .c-cat,
.c-item-list li#item-list-bkfo .box {
    background: #626569;
}
.item-template-bkfo .item-detail .c-bg-area::before,
.item-template-bkfo .item-detail .c-bg-area::after {
    background: #f2f2f2;
}
.item-template-bkfo .item-detail .item-block::before,
.item-template-bkfo .item-detail .item-block .c-cat {
    background: #626569;
}
.item-template-bkfo .item-detail .c-bg-area .radius-ttl {
    background: #626569;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 30px;
    padding: 12px 20px;
    text-align: center;
}
.item-template-bkfo .item-detail .c-bg-area .column3.variable .list .ingre_wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.item-template-bkfo .item-detail .c-bg-area .column3.variable .list .ingre_wp div.ingre44:nth-child(2)  {
    margin-left:15px;
}

@media only screen and (min-width: 641px){
.item-template-bkfo .item-detail .c-bg-area .img.rdc10 {
    padding: 0 10%;
}
.item-template-bkfo .item-detail .c-bg-area .img.rdc20 {
     padding: 0 20%;
}
.item-template-bkfo .item-detail .c-bg-area .img.rdc30 {
    padding: 0 30%;
}
.item-template-bkfo .item-detail .c-bg-area .column3.variable .list li {
    width: auto;
}
.item-template-bkfo .item-detail .c-bg-area .column3.variable .list li img{
    height: 138px;
    width:auto;
}
}
@media only screen and (max-width: 640px){
.item-template-bkfo .item-detail .c-bg-area .column3.variable .list li img{
    height: 100px;
    width:auto;
}
.item-template-bkfo .item-detail .c-bg-area .txt-area .column3 .list .txt {
    padding-top: 10px;
    font-size:12px;
}
}

/* ザ ナイトエマルジョン 商品詳細ページ */
.item-template-ntem .item-detail .c-bg-area .detail-box {
    background-color: transparent;
}

.item-template-ntem .item-detail .c-bg-area .detail-box .detail-content {
    background-color: #fff;
    z-index: 2;
}


/* ザ クリームb 商品詳細ページ */
.item-template-crmb .item-detail .c-bg-area .detail-box {
    background-color: transparent;
}
.item-template-crmb .item-detail .c-bg-area .detail-box .detail-content {
    background-color: #fff;
    z-index: 2;
}
.item-detail .img-wrap-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.item-detail .img-wrap-5 li {
    width:18%;
    margin:20px 1%;
    text-align: center;
}
.item-detail .img-wrap-5 li p {
    margin-top:5px;
}
@media only screen and (max-width: 640px){
.item-detail .img-wrap-5 {
    justify-content: flex-start;
}
.item-detail .img-wrap-5 li {
    width:30%;
    margin:10px 1%;
}
.item-detail .img-wrap-5 li p {
    font-size: 12px;
}
}

/* ザ ナイトエマルジョン/ザ クリームb共通 商品詳細ページ */
.item-detail .img-wrap-3{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.item-detail .c-bg-area .detail-box .detail-content .img-wrap-3 .wp3img {
  width: 30%;
  margin:0 1.5%;
}
@media only screen and (max-width: 640px){
.item-detail .c-bg-area .detail-box .detail-content .img-wrap-3 .wp3img img:nth-child（2） {
   margin:0 5px;
  }
}

/* ザ インナーリペアシャンプー・トリートメント 商品詳細ページ */
.item-template-irsh .item-detail .c-bg-area .radius-ttl,
.item-template-irtr .item-detail .c-bg-area .radius-ttl {
    background: #B60005;
    margin-bottom: 20px;
}
.item-template-irsh .item-detail .c-bg-area .detail-box,
.item-template-irtr .item-detail .c-bg-area .detail-box{
    background-color: transparent;
}

.item-template-irsh .item-detail .c-bg-area .detail-box .detail-content,
.item-template-irtr .item-detail .c-bg-area .detail-box .detail-content {
    background-color: #fff;
    z-index: 2;
}
.item-template-irsh .item-detail .item-block .mini-area,
.item-template-irtr .item-detail .item-block .mini-area {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.item-template-irsh .item-detail .item-block .mini-area .item,
.item-template-irsh .item-detail .item-block .mini-area .box,
.item-template-irsh .item-detail .item-block .mini-area .note,
.item-template-irtr .item-detail .item-block .mini-area .item,
.item-template-irtr .item-detail .item-block .mini-area .box,
.item-template-irtr .item-detail .item-block .mini-area .note {
    display: none;
}
@media only screen and (min-width: 641px){
.item-template-irsh .item-detail .txt-area .img.mx_half img,
.item-template-irtr .item-detail .txt-area .img.mx_half img{
    max-width: 50%;
}
.item-template-irsh .item-detail .c-bg-area .detail-box .detail-content,
.item-template-irtr .item-detail .c-bg-area .detail-box .detail-content {
    padding: 30px 100px;
}
}
@media only screen and (max-width: 640px){
.item-template-irsh .l-long.item-detail .showcase-block .img img,
.item-template-irtr .l-long.item-detail .showcase-block .img img {
    max-width: 210px;
}
}

/* ザ リブーストローション カート非表示 */
.item-template-rblo_1st .item-detail .item-block .box .cart-btn-wrap,
.item-template-rblo_1st .item-detail .item-block .box .c-btn03,
.item-template-rblo_1st .sp-foot-area,
.c-item-list.cart li#item-list-rblo_1st{
    display: none!important;
}

/* ザ シカバスオイル カート非表示 */
.item-template-dbbo .item-detail .item-block .box .cart-btn-wrap,
.item-template-dbbo .item-detail .item-block .box .c-btn03,
.item-template-dbbo .sp-foot-area,
.c-item-list.cart li#item-list-dbbo .cart-wrap .btn-wrap .c-btn03{
    display: none!important;
}

/* ザ スカルプケア カート非表示 */
.item-template-scsm .item-detail .item-block .box .cart-btn-wrap,
.item-template-scsm .item-detail .item-block .box .c-btn03,
.item-template-scsm .sp-foot-area,
.c-item-list.cart li#item-list-scsm{
    display: none!important;
}

/* ザ クレンジングバーム ホット カート非表示 */
.item-template-clbh .item-detail .item-block .box .cart-btn-wrap,
.item-template-clbh .item-detail .item-block .box .c-btn03,
.item-template-clbh .sp-foot-area,
.c-item-list.cart li#item-list-clbh{
    display: none!important;
}

/* ザ クレンジングバーム 抹茶 カート非表示 */
.item-template-clbt .item-detail .item-block .box .c-btn03,
.item-template-clbt .sp-foot-area{
    display: none!important;
}

/* ザ クレンジングバーム ホワイト カート非表示 */
/* oda_20221027_HP-1781 アクアミスト＆バームクール カート非表示 */
.item-template-clbw .item-detail .item-block .box .cart-btn-wrap,
.item-template-clbw .item-detail .item-block .box .c-btn03,
.item-template-clbw .sp-foot-area,
.post-type-archive-item .c-item-list.cart.js-search-item li#item-list-clbw,
.item-template-aqmm .item-detail .item-block .box .cart-btn-wrap,
.item-template-aqmm .item-detail .item-block .box .c-btn03,
.item-template-aqmm .sp-foot-area,
.post-type-archive-item .c-item-list.cart.js-search-item li#item-list-aqmm .btn-wrap .c-btn03,
.item-template-clbo .item-detail .item-block .box .cart-btn-wrap,
.item-template-clbo .item-detail .item-block .box .c-btn03,
.item-template-clbo .sp-foot-area,
.post-type-archive-item .c-item-list.cart.js-search-item li#item-list-clbo .btn-wrap .c-btn03{
    display: none!important;
}
.item-template-clbw .item-detail .item-block .mini-area,
.item-template-aqmm .item-detail .item-block .mini-area,
.item-template-clbo .item-detail .item-block .mini-area {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.item-template-clbw .item-detail .item-block .mini-area .item,
.item-template-clbw .item-detail .item-block .mini-area .box,
.item-template-clbw .item-detail .item-block .mini-area .note,
.item-template-aqmm .item-detail .item-block .mini-area .item,
.item-template-aqmm .item-detail .item-block .mini-area .box,
.item-template-clbo .item-detail .item-block .mini-area .item,
.item-template-clbo .item-detail .item-block .mini-area .box {
    display: none;
}
/* 商品詳細ページ「RELATED CONTENTS」がない場合の「SKINCARE STEP」のマージン */
/* umemiya_202401_HP-2249【DUO】「商品の使用ステップ」の修正 */
.item-template-rblo_1st .item-detail .c-recommend-block,
.item-template-dems .item-detail .c-recommend-block,
.item-template-ndpd .item-detail .c-recommend-block,
.item-template-smbb .item-detail .c-recommend-block,
.item-template-clbd .item-detail .c-recommend-block,
.item-template-clbb-ex .item-detail .c-recommend-block,
.item-template-clbm-ex .item-detail .c-recommend-block,
.item-template-clbw-ex .item-detail .c-recommend-block,
.item-template-clby-ex .item-detail .c-recommend-block {
    margin-top: 120px;
}
@media only screen and (max-width: 640px) {
.item-template-rblo_1st .item-detail .c-recommend-block,
.item-template-dems .item-detail .c-recommend-block,
.item-template-ndpd .item-detail .c-recommend-block,
.item-template-smbb .item-detail .c-recommend-block,
.item-template-clbb-ex .item-detail .c-recommend-block,
.item-template-clbm-ex .item-detail .c-recommend-block,
.item-template-clbw-ex .item-detail .c-recommend-block,
.item-template-clby-ex .item-detail .c-recommend-block {
    margin-top: 65px;
}
}

/* 新旧商品詳細ページへのリンク */
.item-detail .item-block .mini-area .old_item{
    margin-top:30px;
    display: block;
}
.item-detail .item-block .mini-area .old_item a{
    text-decoration: underline;
    font-size: 12px;
}
.item-detail .item-block .mini-area .old_item span{
    color:#fff;
    padding:4px 10px;
    font-size: 12px;
    line-height: 1;
    background: #B60005;
    border-radius: 5px;
    margin-right:20px;
}


/* サポート マイページ 画面キャプチャまわりCSS */
.page-template-support__mypage .mypage-step-ss-wrap{
  overflow-x: scroll;
}
.page-template-support__mypage table.mypage-step-ss{
  width: 100%;
  border-collapse: collapse;
}
.page-template-support__mypage table.mypage-step-ss td{
  vertical-align: top;
}

@media only screen and (min-width: 641px){
  .page-template-support__mypage table.mypage-step-ss .sp-only{
    display: none;
  }
  .page-template-support__mypage table.mypage-step-ss td{
    min-width: 520px;
    max-width: 520px;
    padding: 0 1em;
  }
}
@media only screen and (max-width: 640px){
  .page-template-support__mypage table.mypage-step-ss .pc-only{
    display: none;
  }
  .page-template-support__mypage table.mypage-step-ss td{
    min-width: 250px;
    max-width: 250px;
    padding: 0 20px;
  }
}

/*oda_220221_HP-1301_fix スキンコントロール詳細ページ*/
@media only screen and (min-width: 641px){
  .item-template-skcf .item-detail .showcase-block .img{
    position: absolute;
    top: 230px;
    bottom: 0px;
    right: -710px;
    left: 0;
    max-width: 200px;
  }
}

@media only screen and (min-width: 641px){
  .item-template-skcf .item-detail .c-bg-area .column3 .list li {
    width: calc((100% - 56px) / 3);
  }
  .item-template-skcf .item-detail .c-bg-area .column3 .list li.img-arrow{
    width: 20px;
    margin-top: 50px;
  }
  .item-template-skcf .item-detail .c-bg-area .column3 .column-txt{
    margin-top: 20px;
  }
}

@media only screen and (max-width: 640px){
  .item-template-skcf .item-detail .c-bg-area .column3 .list li.img-arrow{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.item-template-skcf .item-detail .c-bg-area .detail-box{
  background-color: transparent;
}
.item-template-skcf .item-detail .c-bg-area .detail-box .detail-content{
  background-color: #fff;
}
.item-template-skcf .item-detail .c-bg-area .detail-box .detail-ttl {
  border-radius: 29px;
  margin-bottom: -30px;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 641px){
  .item-template-skcf .item-detail .c-bg-area .detail-box .detail-content{
    text-align: center;
  }
  .item-template-skcf .item-detail .c-bg-area .detail-box .detail-content img{
    max-width: 50%;
  }
}
@media only screen and (max-width: 640px){
  .item-template-skcf .item-detail .c-bg-area .detail-box .detail-content{
    padding-top: 50px;
  }
}

/*oda_220221_HP-1301_fix お手入れステップページ*/
@media only screen and (min-width: 641px){
  .page-template-step .step-table .step-item-wrap ul.item-daycare li{
    min-width: calc((100% - 160px) /4);
    max-width: calc((100% - 160px) /4);
  }
}
.page-template-step .step-table .step-item-wrap .small {
    color: #666;
    font-size: 10px;
    letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px){
.page-template-step .step-table .step-item-wrap .small {
    font-size: 8px;
}
}


/* 商品の使い方ページのアイコン */
.page-howto-mv .movie-wrap .c-cat.orange {
    background: #e1374f;
}
.page-howto-mv .movie-wrap .c-cat.gray{
    background: #626569;
}

/*oda_220317_HP-1301_fix リタッチコントロール詳細ページ*/
@media only screen and (min-width: 641px){
  .item-template-rtcf .item-detail .showcase-block .img{
    top: 130px;
    right: -750px;
    max-width: 180px;
  }
}

/* 正規取り扱い店舗のご案内 */
 @media only screen and (min-width: 641px) {
.page-template-notice .c-btn02 .logo-txt .logo img.long_ttl {
    width:84px;
}
.page-template-notice .store-block .btn-area .bottom {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}
}

/* kikuchi_fix_220311_HP-1357_「ザ ブラックリペアセラム」関連ページ作成 */
/* brsm.php */
.item-template-brsm .item-detail .c-bg-area h4 {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    background-color: #251E1C;
    margin:30px auto 10px;
    text-align: center;
    width: 440px;
    border-radius: 20px;
}
.item-template-brsm .Wblack-wrap {
    margin-top: 30px;
}
.item-template-brsm .Wblack-box {
    margin: 0 20px;
    width: 200px;
    text-align: center;
}
.item-template-brsm .Wblack-wrap {
    display: flex;
    justify-content: center;
}
.item-template-brsm .item-detail .c-bg-area .Wblack-box .img {
    padding: 0;
}
.item-template-brsm .item-detail .c-bg-area .txt-area .Wblack-box .img {
    width: 100%;
    margin-top: 0;
}
.item-template-brsm .item-detail .c-bg-area .txt-area .img + .txt {
    margin-top: 6px;
}
@media only screen and (min-width: 641px){
    .item-template-brsm .item-detail .c-bg-area .txt-area .wakan-img {
        width: 60%;
        margin: 45px auto 0;
    }
}
@media only screen and (max-width: 640px) {
    .item-template-brsm .item-detail .c-bg-area h4 {
        width: 100%;
    }
    .item-template-brsm .Wblack-box {
        margin: 0 auto;
    }
    .item-template-brsm .item-detail .c-bg-area .txt-area .Wblack-box .img {
        width: 85%;
        margin: 6px auto;
    }
    .item-template-brsm .Wblack-box:first-child {
        margin-bottom: 20px;
    }
}
/* 黒ずみ毛穴ケアアイコン非表示 */
#item-list-brsm .cat-area {
    display: none;
}
#item-list-brsm .sub-ttl {
    margin-top: 35px;
}
.campaign_special-template-first-essence .black .cat-area {
    display: none;
}
.campaign_special-template-first-essence .black .ttl {
    margin-top: 35px;
}
.item-template-brsm .item-detail .item-block .cat-area {
    display: none;
}
/* clayence色指定 */
.c-campaign-list .cat-clayence {
  background: #796e69;
}

/*220420_yamanaka 商品詳細 共通スタイル*/

.item-detail .img-wrap-3  li{
  text-align: center;
}
.item-detail .img-wrap-3 li:nth-child(2){
  margin:0 10px;
}
.item-detail .img-wrap-3 li img{
  width: 100px;
}
.item-detail .c-bg-area .detail-box .detail-content img{
  padding-top: 0;
}
.item-detail .com-img{
  margin-top: 50px;
}

@media only screen and (max-width: 640px) {
  .item-detail .img-wrap-3 li{
    width: 30%;
  }
  .item-detail .img-wrap-3 li p{
    font-size:12px;
  }
  .item-detail .com-img{
    margin-top: 20px;
  }
  .item-detail .c-bg-area .detail-box .detail-content{
    padding:20px 8px;
  }

}

/*221122_umemiya HP-1807【DUO】洗顔3種　3分の2サイズへ切り替え*/
/*商品詳細ページのミニサイズエリア非表示*/
.item-template-brfo .item-detail .item-block .mini-area,
.item-template-wabr .item-detail .item-block .mini-area,
.item-template-rbar .item-detail .item-block .mini-area {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.item-template-brfo .item-detail .item-block .mini-area .item,
.item-template-brfo .item-detail .item-block .mini-area .box,
.item-template-brfo .item-detail .item-block .mini-area .note,
.item-template-wabr .item-detail .item-block .mini-area .item,
.item-template-wabr .item-detail .item-block .mini-area .box,
.item-template-wabr .item-detail .item-block .mini-area .note,
.item-template-rbar .item-detail .item-block .mini-area .item,
.item-template-rbar .item-detail .item-block .mini-area .box,
.item-template-rbar .item-detail .item-block .mini-area .note {
    display: none;
}
.item-detail .subsc-banner .subsc-banner_info-area .subsc-txt-long{
  display:none;
}
.item-template-brfo .item-detail .subsc-banner .subsc-banner_info-area .subsc-txt-long,
.item-template-wabr .item-detail .subsc-banner .subsc-banner_info-area .subsc-txt-long,
.item-template-rbar .item-detail .subsc-banner .subsc-banner_info-area .subsc-txt-long{
  display:block;
}
.item-template-brfo .item-detail .subsc-banner .subsc-banner_info-area .subsc-txt,
.item-template-wabr .item-detail .subsc-banner .subsc-banner_info-area .subsc-txt,
.item-template-rbar .item-detail .subsc-banner .subsc-banner_info-area .subsc-txt{
  display:none;
}

@media only screen and (max-width: 767px){
.item-template-brfo #item_subscription-area,
.item-template-wabr #item_subscription-area,
.item-template-rbar #item_subscription-area{
    display: flex;
    flex-direction: column;
}
.item-template-brfo #item_subscription-area .subsc-banner.spsub,
.item-template-wabr #item_subscription-area .subsc-banner.spsub,
.item-template-rbar #item_subscription-area .subsc-banner.spsub{
    order:2;
}
.item-template-brfo #item_subscription-area .mini-area,
.item-template-wabr #item_subscription-area .mini-area,
.item-template-rbar #item_subscription-area .mini-area{
    order:1;
}
.item-template-brfo #item_subscription-area .subsc-banner.spsub .subsc-banner_img-area img,
.item-template-wabr #item_subscription-area .subsc-banner.spsub .subsc-banner_img-area img {
    max-width: 100%;
}
}

/*220524_yamanaka HP-1522ヘッダー、ハンバーガーボタン部分調整*/
.head-info-area{
  z-index: 1000;
}

/*220530_yamanaka HP-1567 商品一覧＆商品詳細ページに発売日の設置*/
#lineup .new-release-icon,
.item-detail .c-recommend-block  .new-release-icon {
  background: #ff6464;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 67px;
    height: 67px;
    position: absolute;
    z-index: 1;
}
#lineup .new-release-icon{
    top:5px;
    left: 5px;
}
.item-detail .c-recommend-block  .new-release-icon {
    top:7px;
    left: 7px;
}
#lineup .new-release-icon .inner,
.item-detail .c-recommend-block .new-release-icon .inner{
  line-height: initial;
}
.item-detail .item-block .new-release-icon {
  background: #ff6464;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 90px;
    height: 90px;
    position: absolute;
    z-index: 1;
    top:30px;
    left: 50px;
}
.item-detail .item-block .new-release-icon .inner{
  line-height: initial;
  font-size: 20px;
}
@media only screen and (max-width: 640px) {
#lineup .new-release-icon,
.item-detail .c-recommend-block .new-release-icon {
    width: 40px;
    height: 40px;
    letter-spacing: 0;
}
#lineup .new-release-icon {
    top: 3px;
    left: 3px;
}
.item-detail .c-recommend-block .new-release-icon {
    top: 7px;
    left: 7px;
}
#lineup .new-release-icon .inner,
.c-recommend-block .new-release-icon .inner{
  line-height: 1.2;
}
#lineup .new-release-icon .inner p,
.c-recommend-block .new-release-icon .inner p{
  font-size: 10px;
}
.item-detail .item-block .new-release-icon {
    width: 70px;
    height: 70px;
    letter-spacing: 0;
    left: 20px;
    top: 5px;
}
.item-detail .item-block .new-release-icon .inner{
  line-height: 1.2;
  font-size: 18px;
}

}

/*220622_yamanaka 商品一覧に詳細ページ以外への誘導*/
#lineup .cp-link{
  font-size: 14px;
  padding-left: 17px;
  padding-bottom: 10px;
  color: #ff6464;
}
@media only screen and (max-width: 640px) {
  #lineup .cp-link{
    font-size: 10px;
    padding-left: 9px;
    padding-bottom: 12px;
    color: #ff6464;
  }
}

/* yamanaka_220614 商品一覧ディズニーと限定バーム画像調整 */
.c-item-list #item-list-disp .img img {
  max-width: 200px;
}

.c-item-list #item-list-clbb_2206 .img img {
  max-width: 115px;
}
@media only screen and (max-width: 640px) {
  .c-item-list #item-list-clbb_2206 .img img {
    max-width: 80px;
  }}

/* kikuchi_220705_HP-1616 トップページのpagetopボタンを非表示にしたい */
.home .c-pagetop {
    display: none!important;
}

/* yamanaka_220704 今月のおすすめ商品エリア　新商品アイコンスタイル */
.c-ranking-block .new-release-icon {
  background: #ff6464;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    top:10px;
    left: 10px;
}
.c-ranking-block .new-release-icon .inner{
  line-height: 1.2;
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
.c-ranking-block .new-release-icon {
    width: 40px;
    height: 40px;
    top:5px;
    left: 5px;
}

.c-ranking-block .new-release-icon .inner {
  line-height: 1.1;
  font-size: 12px;
}}

/* fukasawa_220720_HP-1642レビューフォーム上部にバナー設置 */
@media only screen and (min-width: 639px) {
.reviewcampaign_bnr{
	width:50%;
	margin: 0 auto 30px;
}
}
@media only screen and (max-width: 640px) {
.reviewcampaign_bnr{
	width:80%;
	margin: 0 auto 30px;
}
}

/* yamanaka_220809_HP-1671 ハンバーガーメニュー改修 */
@media only screen and (max-width: 950px) {

  .c-header .nav-list .link-list a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 55px;
  }
  .c-header .nav-list .link-list a .img{
    width: 60px;
  }
  .c-header .nav-list .link-list a img{
    max-width: 30px;
  }
  }

/* yamanaka_220915_商品詳細ページ使用方法の動画非表示 */
/* murai_220110_商品詳細ページ使用方法の動画非表示解除 */
/*
.aco-box .flashyVideo{
  display: none;
  }
*/

/* oda_221007 HP-1732 クレンジングバーム薬事修正 他 */
.item-detail .c-bg-area .column3.point_ingredient .list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  font-size: 12px;
}
.item-detail .c-bg-area .column3.point_ingredient .list div{
  width: 20%;
  text-align: center;
}
.item-detail .c-bg-area .column3.point_ingredient .list img{
  width: 100px;
  height: auto;
}

.item-detail .c-bg-area .column3.point_capsule .list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-detail .c-bg-area .column3.point_capsule .list div{
  position: relative;
  width: 30%;
  font-size: 12px;
}
.item-detail .c-bg-area .column3.point_capsule .list .point_capsule_arrow::before{
  position: absolute;
  top: 120px;
  left: -15px;
  content: '';
  display: inline-block;
  width: 10px;
  height: 20px;
  background-image: url(/duo/wp/wp-content/themes/duo_2021/duo/img/item/clbm/point-img2-4.png);
  background-size: contain;
}
.item-detail.yellow .c-bg-area .column3.point_capsule .list .point_capsule_arrow::before{
  background-image: url(/duo/wp/wp-content/themes/duo_2021/duo/img/item/clbc/secret-arrow.png);
}
.item-detail .c-bg-area .column3.point_capsule .list div p{
  margin: 10px;
}

@media only screen and (max-width: 640px){
.item-detail .c-bg-area .column3.point_ingredient .list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  font-size: 10px;
  column-gap: 10px;
}
.item-detail .c-bg-area .column3.point_ingredient .list div{
  width: 30%;
  text-align: center;
}

.item-detail .c-bg-area .column3.point_capsule .list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 10%;
  row-gap: 20px;
}
.item-detail .c-bg-area .column3.point_capsule .list div{
  width: 100%;
}
.item-detail .c-bg-area .column3.point_capsule .list .point_capsule_arrow::before{
  position: absolute;
  top: -10px;
  left: 45%;
  content: '';
  display: inline-block;
  width: 30px;
  height: 15px;
  background-image: url(/duo/wp/wp-content/themes/duo_2021/duo/img/item/clbm/point-img2-4sp.png);
  background-size: cover;
}
.item-detail.yellow .c-bg-area .column3.point_capsule .list .point_capsule_arrow::before{
  top: -20px;
  width: 15px;
  height: 30px;
  transform: rotate(90deg);
}
}

/* oda_221021 HP-1761 公式アプリバナー */
@media only screen and (min-width: 641px) {
  .c-footer .upper .bnr-wrap .bnr-list .ttl{
      font-size: 14px;
  }
}

/* oda_221028 HP-1758 【DUO】薬用クレンジングバームバリア薬事修正 */
@media only screen and (min-width: 641px) {
  .item-template-clby .item-name_newline{
    margin-top: -20px;
  }
}
@media only screen and (max-width: 640px) {
  .item-template-clby .item-detail .item-block .info-area .ttl .tag{
    display: inline-block;
    margin: 10px 0 20px 10px;
  }
}

@media only screen and (min-width: 641px) {
  .item-template-clby .item-detail .c-bg-area .txt-area .img.point1_capsule_img img,
  .item-template-clby .item-detail .c-bg-area .txt-area .img.point3_protect_img img{
    max-width: 420px;
    margin: 50px auto;
  }
}
@media only screen and (max-width: 640px) {
  .item-template-clby .item-detail .c-bg-area .txt-area .img.point1_capsule_img img,
  .item-template-clby .item-detail .c-bg-area .txt-area .img.point3_protect_img img{
    max-width: 80%;
    margin: 50px auto;
  }
}

@media only screen and (min-width: 641px) {
  .item-template-clby .item-detail .c-bg-area .column3.point2_medi .point2_medi_2li{
    width: calc((100% - 16px) * 0.66);
  }
  .item-template-clby .item-detail .c-bg-area .column3.point2_medi .point2_medi_2li .list{
    justify-content: center;
  }
}


@media only screen and (max-width: 640px) {
  .item-template-clby .item-detail .c-bg-area .point2_medi .radius-ttl,
  .item-template-clby .item-detail .c-bg-area .point3_support .radius-ttl{
    font-size: 15px;
  }

  .item-template-clby .point2_medi_2li{
    margin-top: 50px;
  }
  .item-template-clby .point2_medi .point2_medi_2li .list,
  .item-template-clby .point3_support .list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    column-gap: 10px;
  }
  .item-template-clby .item-detail .c-bg-area .txt-area .point2_medi .point2_medi_2li .list li + li,
  .item-template-clby .item-detail .c-bg-area .txt-area .point3_support .list li + li{
    padding-top: 0;
    margin-left: 0;
  }
  .item-template-clby .point2_medi img{
    width: 100px;
  }
  .item-template-clby .point2_medi p,
  .item-template-clby .point3_support p{
    font-size: 12px;
  }

  .item-template-clby .point3_support .point3_support_ttl{
    min-height: 2.8rem;
  }
}

.item-template-clby .point3_support .point3_support_ttl{
  color: #41a297;
  font-weight: 700;
}
@media only screen and (min-width: 641px) {
  .item-template-clby .point3_support img, .point2_medi img{
    width: 100px;
  }
}

/* umemiya_2303 HP-1952ザ ブライトフォーム薬事修正 */
.item-template-brfo .item-detail .c-bg-area .radius-ttl {
    background: #8F262A;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 30px;
    padding: 12px 20px;
}
.item-template-brfo .item-detail .c-bg-area .column3.variable .list .ingre_wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.item-template-brfo .item-detail .c-bg-area .column3.variable .list .ingre_wp div.ingre44:nth-child(2)  {
    margin-left:15px;
}

@media only screen and (min-width: 641px){
.item-template-brfo .item-detail .showcase-block .img img {
    width: 255px;
}
.item-template-brfo .item-detail .showcase-block .img {
    width: 659px;
    right: -861px;
}
.item-template-brfo .item-detail .showcase-block .txt-area {
    width: 711px;
}
.item-template-brfo .item-detail .c-bg-area .column3.variable .list li {
    width: auto;
}
.item-template-brfo .item-detail .c-bg-area .column3.variable .list li img{
    height: 138px;
    width:auto;
}
}
@media only screen and (max-width: 640px){
.item-template-brfo .item-detail .c-bg-area .column3.variable .list li img{
    height: 100px;
    width:auto;
}
.item-template-brfo .item-detail .c-bg-area .txt-area .column3 .list .txt {
    padding-top: 10px;
    font-size:12px;
}
}

/* umemiya_2302 HP-1912【DUO】ホワイトクレイクレンズ商品詳細_薬事修正 */
.item-template-wccl .item-detail .c-bg-area .column4 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.item-template-wccl .item-detail .c-bg-area .column4.wccl-colum4 .list li {
    text-align: center;
}
@media only screen and (min-width: 641px){
.item-template-wccl .item-detail .c-bg-area .column4.wccl-colum4 .list li {
    width: calc((100% - 15px) / 4);
    margin: 0 30px;
}
.item-template-wccl .item-detail .c-bg-area .txt-area .img.point_mannan img{
    max-width: 400px;
  }
}
@media only screen and (max-width: 640px){
.item-template-wccl .item-detail .c-bg-area .column4 .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.item-template-wccl .item-detail .c-bg-area .column4 .list li {
    width: 45%;
}
.item-template-wccl .item-detail .c-bg-area .column4 .list li + li {
    margin-top: 0px;
}
.item-template-wccl .item-detail .c-bg-area .column4 .list li:nth-child(n+3) {
    margin-top: 15px;
}
.item-template-wccl .item-detail .c-bg-area .txt-area .list li + li {
    padding-top: 0;
}
.item-template-wccl .item-detail .c-bg-area .column4 .list li p {
    font-size: 12px;
    line-height: 1.8;
}
}

/* umemiya_2302 HP-1913【DUO】バイタルバリアウォッシュ商品詳細_薬事修正 */
.item-template-vtbw .item-detail .c-bg-area .column3 .list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.item-template-vtbw .item-detail .c-bg-area .column3 .list li.point2_medi_2li .list li,
.item-template-vtbw .item-detail .c-bg-area .column3 .list li.point2_medi_3li .list li   {
    width: 40%;
 }
.item-template-vtbw .item-detail .c-bg-area .radius-ttl {
    font-size: 18px;
    padding: 10px 20px;
}
.item-template-vtbw .item-detail .c-bg-area .txt-area .img .img_ttl{
    font-weight:bold;
    color:#41a297;
    margin-bottom:30px;
}
.item-template-vtbw .item-detail .c-bg-area .txt-area .img.vtbw_287 img{
    max-width: 287px;
  }
@media only screen and (min-width: 641px){
.item-template-vtbw .item-detail .c-bg-area .txt-area .img.vtbw_400 img{
    max-width: 400px;
  }
.item-template-vtbw .item-detail .c-bg-area .column3 .list li.point2_medi_1li  {
    width: 30%;
 }
 .item-template-vtbw .item-detail .c-bg-area .column3 .list li.point2_medi_2li  {
    width: 65%;
    margin-left:15px;
 }
 .item-template-vtbw .item-detail .c-bg-area .column3 .list li.point2_medi_3li  {
    width: 70%;
    margin-top: 40px;
 }
}
@media only screen and (max-width: 640px){

.item-template-vtbw .item-detail .c-bg-area .column3 .list li.point2_medi_1li  {
    width: 100%;
 }
  .item-template-vtbw .item-detail .c-bg-area .column3 .list li.point2_medi_2li{
    margin: 30px 0;
 }
 .item-template-vtbw .item-detail .c-bg-area .column3 .list li.point2_medi_2li,
 .item-template-vtbw .item-detail .c-bg-area .column3 .list li.point2_medi_3li  {
    margin-left: 0;
    width: 100%;
 }
  .item-template-vtbw .item-detail .c-bg-area .column3 .list li.point2_medi_2li li + li,
  .item-template-vtbw .item-detail .c-bg-area .column3 .list li.point2_medi_3li li + li{
    padding-top: 0;
  }
.item-template-vtbw .item-detail .c-bg-area .column3 .list li.point2_medi_1li img,
.item-template-vtbw .item-detail .c-bg-area .column3 .list li.point2_medi_2li .list li,
.item-template-vtbw .item-detail .c-bg-area .column3 .list li.point2_medi_3li .list li   {
    width: 45%;
 }
}

/* umemiya_2302 HP-1914【DUO】ザ ウォッシュ ブラックリペア商品詳細_薬事修正 */
@media only screen and (max-width: 640px){
.item-template-wabr .l-long.item-detail .showcase-block .img img {
    max-width: 100%;
}
}

/* umemiya_221112 HP-1789【DUO】ザ エッセンスセラム薬事修正 */
.item-template-essm .item-detail .c-bg-area .radius-ttl {
    background: #8F262A;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 30px;
    padding: 12px 20px;
    text-align: center;
}
@media only screen and (min-width: 641px){
.item-template-essm .item-detail .c-bg-area .column3.variable .list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.item-template-essm .item-detail .c-bg-area .column3.variable .list li {
    width: auto;
    margin: 20px;
}
.item-template-essm .item-detail .c-bg-area .column3.variable .list li img{
    height: 138px;
    width:auto;
}
}
@media only screen and (max-width: 640px){
.item-template-essm .item-detail .c-bg-area .column3.variable .list li img{
    height: 100px;
    width:auto;
}
.item-template-essm .item-detail .c-bg-area .txt-area .column3 .list .txt {
    padding-top: 10px;
    font-size:12px;
}
}

/* umemiya_2302 HP-1904【DUO】ザ ホワイトレスキュー薬事修正 */
.item-template-wtrs .item-detail .c-bg-area .radius-ttl {
    background: #8686B4;
    font-size: 18px;
    margin:0 50px 25px;
}
.item-template-wtrs .item-detail .c-bg-area .column3 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.item-template-wtrs .item-detail .c-bg-area .column3 .list div {
    margin: 0 10px;
    text-align:center;
}
.item-template-wtrs .item-detail .c-bg-area .column3 .list div p {
    padding-top: 5px;
    font-size:16px;
    line-height: 1.3;
}
@media only screen and (min-width: 641px){
.item-template-wtrs .item-detail .c-bg-area .column3 .list.block2 {
    margin-bottom:50px;
}
.item-template-wtrs .item-detail .c-bg-area .column3 .list div img{
    height: 100px;
    width:auto;
}
.item-template-wtrs .item-detail .c-bg-area .txt-area .img.point_rescue img{
    max-width: 340px;
  }
}
@media only screen and (max-width: 640px){
.item-template-wtrs .item-detail .c-bg-area .radius-ttl {
    margin:0 0 30px;
    font-size: 14px;
}
.item-template-wtrs .item-detail .c-bg-area .column3 .list.block2 {
    margin-bottom:30px;
}
.item-template-wtrs .item-detail .c-bg-area .column3 .list.block2 div {
    width: calc((100% - 20px) / 2);
}
.item-template-wtrs .item-detail .c-bg-area .column3 .list div {
    width: calc(100% / 3);
    margin: 0px;
}
.item-template-wtrs .item-detail .c-bg-area .column3 .list div img{
    height: auto;
    width:80px;
}
.item-template-wtrs .item-detail .c-bg-area .column3 .list div p {
    padding-top: 10px;
    font-size:12px;
}
.item-template-wtrs .item-detail .c-bg-area .txt-area .img.point_rescue img{
    max-width: 90%;
    margin: 15px auto;
}
}

/* umemiya_221202 HP-1800【DUO】薬用バリアレスキュー薬事修正 */
.item-template-brrs .item-detail .c-bg-area .column3 {
    margin-top: 0px;
}
.item-template-brrs .item-detail .c-bg-area .radius-ttl.small {
    font-size: 16px;
}
.item-template-brrs .item-detail .c-bg-area .column3.variable .list .ingre_wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top:20px
}
.item-template-brrs .item-detail .c-bg-area .column3.variable .list .ingre_wp div.ingre2:nth-child(2)  {
    margin-left:15px;
}
.item-template-brrs .item-detail .c-bg-area .column3.variable .list .ingre_wp div.ingre3:nth-child(2)  {
    margin: 0 10px;
}
.item-template-brrs .item-detail .c-bg-area .column3.variable .list .ingre_wp .txt {
    padding-top: 5px;
    font-size:10px;
    line-height: 1.3;
}
@media only screen and (min-width: 951px){
.item-template-brrs .item-detail .c-bg-area .column3 .list li {
    width: calc((100% - 16px) / 3);
}
}
@media only screen and (min-width: 641px){
.item-template-brrs .item-detail .c-bg-area .column3.variable .list li img{
    height: 60px;
    width:auto;
}
}
@media only screen and (max-width: 640px){
.item-template-brrs .item-detail .c-bg-area .column3.variable .list .ingre_wp div.ingre2:nth-child(2)  {
    margin-left:10px;
}

.item-template-brrs .item-detail .c-bg-area .column3.variable .list .ingre_wp div {
    width: calc((100% - 20px) / 3);
}
.item-template-brrs .item-detail .c-bg-area .column3.variable .list li img{
    height: auto;
    width:80px;
}
.item-template-brrs .item-detail .c-bg-area .txt-area .column3 .list .txt {
    padding-top: 10px;
    font-size:12px;
}
}

/* オイルミルクミスト商品詳細ページ */
@media only screen and (min-width: 641px){
.item-template-omst .item-detail .c-bg-area .img.prl150 {
    padding: 0 150px;
}
.item-template-omst .item-detail .c-bg-area .img.prl125 {
    padding: 0 125px;
}
}

/* umemiya_2302 HP-1924【DUO】リブーストローション薬事修正 */
.item-template-rblo_1st .item-detail .c-bg-area .column3.energy .list,
.item-template-rblo .item-detail .c-bg-area .column3.energy .list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.item-template-rblo_1st .item-detail .c-bg-area .column3.energy .list div,
.item-template-rblo .item-detail .c-bg-area .column3.energy .list div{
  width: 25%;
  text-align: center;
}
@media only screen and (min-width: 641px){
.item-template-rblo_1st .item-detail .c-bg-area .column3.energy .list div img,
.item-template-rblo .item-detail .c-bg-area .column3.energy .list div img{
    height: 100px;
    width:auto;
}
.item-template-rblo_1st .item-detail .c-bg-area .txt-area .img.vitamin_ace img,
.item-template-rblo .item-detail .c-bg-area .txt-area .img.vitamin_ace img{
    max-width: 400px;
  }
}
@media only screen and (max-width: 640px){
.item-template-rblo_1st .item-detail .c-bg-area .column3.energy .list,
.item-template-rblo .item-detail .c-bg-area .column3.energy .list{
  font-size: 12px;
  column-gap: 10px;
}
.item-template-rblo_1st .item-detail .c-bg-area .column3.energy .list div,
.item-template-rblo .item-detail .c-bg-area .column3.energy .list div{
  width: 100%;
}
}

/* umemiya_2307 HP-1937薬用レスキューバーム商品詳細ページ修正 */
.item-template-rscb .item-detail .c-bg-area .detail-box {
    background-color: transparent;
}
.item-detail .c-bg-area .point2_resq {
    margin-top: 40px;
}
.item-detail .c-bg-area .point2_resq .square-ttl {
    margin-bottom:20px;
    font-size: 16px;
    padding:8px;
    border:1px solid #707070;
    background:#fff;
    color:#6E6E6E;
}
.item-detail .c-bg-area .point2_resq p{
    padding-top:8px;
    font-size: 15px;
    line-height: 1.3;
}
@media only screen and (min-width: 641px){
.item-template-rscb .item-detail .showcase-block .img {
    width: 659px;
    position: absolute;
    right: -850px;
    left: 0;
    margin: auto;
    bottom:10px;
}
.item-detail .c-bg-area .box .img.rscb_400 img{
    max-width: 400px;
    margin-bottom:30px;
  }
.item-detail .c-bg-area .point2_resq .list{
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}
@media only screen and (min-width: 951px){
.item-detail .c-bg-area .point2_resq .list .point2_resq_1li {
    width: 56%;
    margin-bottom:30px;
}
.item-detail .c-bg-area .point2_resq .list .point2_resq_2li,
.item-detail .c-bg-area .point2_resq .list .point2_resq_3li{
    width: 38%;
    margin: 0 30px;
}
.item-detail .c-bg-area .point2_resq .list li img {
    height:120px;
}
.item-detail .c-bg-area .point2_resq .list .point2_resq_2li .list li,
.item-detail .c-bg-area .point2_resq .list .point2_resq_3li .list li{
    width: calc((100% - 16px) / 2);
}
}
@media only screen and (max-width: 640px){
.item-detail .c-bg-area .point2_resq p{
    padding-top:5px;
    font-size: 12px;
    line-height: 1.2;
}
.item-detail .c-bg-area .point2_resq .list li .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
   justify-content: space-around;
}
.item-detail .c-bg-area .point2_resq .list .point2_resq_1li .list li {
    width: calc((100% - 16px) / 3);
}
.item-detail .c-bg-area .point2_resq .list .point2_resq_2li .list li,
.item-detail .c-bg-area .point2_resq .list .point2_resq_3li .list li{
    width: calc((100% - 16px) / 2);
}
.item-detail .c-bg-area .point2_resq .list li .list li + li {
    padding-top: 0px;
    margin-left: 0px;
}
}


/* umemiya_2305 HP-1984【DUO】ザ ヌードパウダー薬事修正　反映 */
@media only screen and (min-width: 641px){
.item-template-ndpd .item-detail .c-bg-area .txt-area .img.w400 img{
    max-width: 400px;
}
}

/* 商品詳細ページ シリーズアイコンの※表示非表示 */
.item-detail .info-wrap .cat-area.review--flex-child1 .c-cat sup{
    display: none;
}
.item-template-clbm .item-detail .info-wrap .cat-area.review--flex-child1 .c-cat sup,
.item-template-clbw-a .item-detail .info-wrap .cat-area.review--flex-child1 .c-cat sup,
.item-template-brfo .item-detail .info-wrap .cat-area.review--flex-child1 .c-cat sup,
.item-template-essm .item-detail .info-wrap .cat-area.review--flex-child1 .c-cat sup,
.item-template-wtrs .item-detail .info-wrap .cat-area.review--flex-child1 .c-cat sup{
    display: inline-block;
}

/*221219_umemiya HP-1819「バーム定期初回半額」削除・変更対応 */
.outer-block.service #merit02 .sample-ttl {
    font-size: 22px;
    margin-bottom: 30px!important;
    margin-top: 20px;
    line-height: 1.875;
    text-align: left;
  }
.outer-block.service #merit02 .sample-ttl .tax {
    font-size: 16px;
  }
.outer-block.service #merit02 .wrap{
    display: flex;
    align-items: center;
  }
.outer-block.service #merit02 .item {
    margin-right: 35px!important;
    display: flex;
    text-align: left;
    align-items: center;
  }
.outer-block.service #merit02 .item .img {
    width: 13.9092240117vw;
    max-width: 190px;
    display: inline-block;
    margin-right: 20px!important;
    text-align: center;
  }
.outer-block.service #merit02 .item .cat {
    background: #8F262A;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 2px 6px!important;
    margin-bottom: 10px!important;
  }
.outer-block.service #merit02 .item .type {
    font-size: 16px;
    color: #969696;
  }
.outer-block.service #merit02 .item .name {
    font-size: 20px;
    margin: 0;
    padding: 0;
  }
.outer-block.service #merit02 .price {
    font-size: 20px;
    position: relative;
    margin-right: 6vw!important;
  }
.outer-block.service #merit02 .price .num {
    font-size: 32px;
    line-height: 1;
  }
.outer-block.service #merit02 .price .normal {
    display: block;
    text-align: left;
  }
.outer-block.service #merit02 .price::before {
    content: "";
    position: absolute;
    background: url("/duo/wp/wp-content/themes/duo_2021/duo/img/campaign/first-balm/arrow.png") no-repeat center/contain;
    width: 20px;
    height: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -50px;
  }
.outer-block.service #merit02 .off{
    display: flex;
    align-items: center;
    position: relative;
  }
.outer-block.service #merit02 .off .circle {
    text-align: center;
    border-radius: 50%;
    background: #B60005;
    color: #fff;
    width: 140px;
    height: 140px;
    line-height: 1;
    padding: 20px 0!important;
    margin-right: 20px!important;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
.outer-block.service #merit02 .off .circle .num {
    font-size: 52px;
  }
.outer-block.service #merit02 .off .circle .percent {
    font-size: 32px;
  }
.outer-block.service #merit02 .off .circle .alphabet {
    font-size: 40px;
  }
.outer-block.service #merit02 .off .period {
    color: #B60005;
    font-size: 20px;
    text-align: left;
  }
.outer-block.service #merit02 .off .period .num {
    font-size: 44px;
    font-weight: bold;
    line-height: 1;
  }
.outer-block.service #merit02 .after-cont {
    background-color: #F8EAEA;
    padding: 10.5px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    border-radius: 10px;
}
.outer-block.service #merit02 .after-cont .red {
    color: #B60005;
}
@media only screen and (max-width: 640px){
.outer-block.service #merit02 .sample-ttl {
      font-size: 14px!important;
      line-height: 1.5!important;
    }
.outer-block.service #merit02 .sample-ttl .tax {
      font-size: 10px;
    }
.outer-block.service #merit02 .wrap {
      display: block!important;
    }
.outer-block.service #merit02 .wrap .item{
      justify-content: center;
      margin-right: 1vw!important;
    }
.outer-block.service #merit02 .item .img {
      width: 37vw!important;
    }
.outer-block.service #merit02 .item .cat {
      padding: 0px 4px!important;
      font-size: 10px!important;
    }
.outer-block.service #merit02 .item .type {
      font-size: 10px!important;
    }
.outer-block.service #merit02 .item .name {
      font-size: 14px!important;
      letter-spacing: -0.05em;
      padding: 0;
      margin: 0;
    }
.outer-block.service #merit02 .detail-txt-area {
      font-size: 10px!important;
    }
.outer-block.service #merit02 .item .amount {
      font-size: 10px!important;
    }
.outer-block.service #merit02 .price {
      text-align: center;
      margin: 20px 0 0px!important;
      padding-bottom: 30px!important;
      font-size: 16px!important;
    }
.outer-block.service #merit02 .price::before {
      left: 0;
      right: -2.9282576867vw!important;
      transform: rotate(90deg);
      top: auto!important;
      bottom: -5px!important;
    }
.outer-block.service #merit02 .price .normal {
      display: inline-block!important;
      margin-right:5px;
    }
.outer-block.service #merit02 .off .circle {
      width: 100px!important;
      height: 100px!important;
      padding: 23px 0!important;
      margin-right: 16px!important;
    }
.outer-block.service #merit02 .off .circle .sub {
      font-size: 12px;
    }
.outer-block.service #merit02 .off .circle .num {
      font-size: 34px;
    }
.outer-block.service #merit02 .off .circle .alphabet {
      font-size: 20px;
    }
.outer-block.service #merit02 .off .period {
      font-size: 16px;
    }
}

/* 221117_umemiya HP-1816ショッピングガイド修正対応 */
.page-template-guide .guide .select-menu {
    max-width: 1000px;
    padding: 100px 0 80px;
}
@media only screen and (max-width: 640px){
.page-template-guide .guide .select-menu {
    padding: 50px 0 40px;
}
.page-template-guide .guide .select-menu .c-lineup-list li {
    width: calc(50% - 11px);
    margin:0 11px 11px 0;
}
}

/*221212_wakisaka 【DUO】商品詳細ページ（SP）の追従CVボタンの表示タイミング変更*/
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}
.sp-foot-area {
  animation: fadeIn 0.6s ease-in 0s forwards;
}

/*221212_wakisaka 【DUO】多言語ページ制作*/
.la-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding-bottom: 30px;
  justify-content: flex-end;
}
.la-link li+li::before {
  content: "|";
  margin: 0 5px;
  font-size: 22px;
  color: #fff;
  line-height: 0;
}
.la-link li {
  line-height: 20px;;
}
.la-link li a {
  color: #fff;
}
@media only screen and (max-width: 640px){
  .la-link {
    justify-content: normal;
  }
}
/*221223_yamanaka 【DUO】商品詳細にお知らせフィールド追加*/
.notice-area{
  margin-top: 30px;
  display: block;
}

.notice-area span{
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1;
  background: #B60005;
  border-radius: 5px;
  margin-right: 20px;
}

.notice-area a{
  text-decoration: underline;
  font-size: 12px;
}

/* 230110_murai 【DUO】商品詳細 「showcase-block」マージン調整 */
.item-detail .showcase-block .inner-block.mb20 {
  margin-bottom: 20px
}
.item-detail .showcase-block .inner-block.mb80 {
  margin-bottom: 80px;
}
.item-detail .showcase-block .inner-block.mb100,
.item-detail .showcase-block .inner-block.mb100-20 {
  margin-bottom: 100px;
}
.item-detail .showcase-block .inner-block.mb140 {
  margin-bottom: 140px;
}
.item-detail .showcase-block .inner-block.mb165 {
  margin-bottom: 165px;
}
.item-detail .showcase-block .inner-block.mb230-50 {
  margin-bottom: 230px
}
.item-detail .showcase-block .inner-block.mb245 {
  margin-bottom: 245px;
}
.item-detail .movie-wrap {
  margin-top: 45px;
}
@media only screen and (min-width: 641px) and (max-width: 1300px) {
  .item-detail .showcase-block .inner-block.mb20,
  .item-detail .showcase-block .inner-block.mb80,
  .item-detail .showcase-block .inner-block.mb100,
  .item-detail .showcase-block .inner-block.mb165,
  .item-detail .showcase-block .inner-block.mb245 {
    margin-bottom: 0;
  }
  .item-detail .showcase-block .inner-block.mb100-20 {
    margin-bottom: 20px;
  }
  .item-detail .showcase-block .inner-block.mb230-50 {
    margin-bottom: 50px
  }
}

/* 230111_yamanaka_クレンジングバームは肌悩みに寄り添い6タイプの横幅調整 */
@media only screen and (min-width: 641px) {
  .c-cleansing-balm-block .c-item-list li{
    width: 183px;
  }}

/* 230117_wakisaka フッターにロゴ追加＋FAX番号追加 */
.c-footer .middle .inner-block {
  padding-top: 35px;
  padding-bottom: 35px;
}
.c-footer .upper .bnr-wrap .small-bnr .small-bnr-list {
  flex-wrap: wrap;
}
.c-footer .upper .bnr-wrap .small-bnr .small-bnr-list li {
  width: 197px;
}
.c-footer .middle .wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-footer .middle .wrap .inn {
  display: block;
}
.c-footer .middle .wrap .inn .tel-block:first-child {
  margin-bottom: 30px;
}
.c-footer .middle .wrap .inn .tel-block .tel-ttl {
  font-size: 14px;
  color: #E16464;
  margin-bottom: 10px;
}
.c-footer .middle .wrap .inn .tel-block .tel-content {
  margin-left: 15px;
}
.c-footer .middle .wrap .inn .tel-block .tel-content .tel-btn {
  border: none;
  padding: 0;
}
.c-footer .middle .wrap .inn .tel-block .tel-content .tel-btn.fax {
  font-size: 22px;
}
.c-footer .middle .wrap .inn .tel-block .tel-content .tel-btn span:before {
  width: 40px;
}
.c-footer .middle .wrap .inn .tel-block .tel-content p {
  font-size: 11px;
  padding-left: 0;
}
.c-footer .middle .wrap .btn-wrap {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .c-footer .upper .bnr-wrap .small-bnr .small-bnr-list li {
    width: 50%;
  }
  .c-footer .middle .wrap .inn .tel-block .tel-content .tel-btn {
    text-align: left;
  }
  .c-footer .middle .wrap .inn .tel-block .tel-content p {
    text-align: left;
  }
  .c-footer .middle .wrap .btn-wrap {
    margin-top: 25px;
  }
}
.txt-area .stop-info-txt{
    color: #B60005;
    font-size: 10px;
    padding: 2px 4px;
    border: 1px solid #B60005;
    margin: 15px 0;
}

/* ザ リペアショット カート非表示 */
.item-template-rpst .item-detail .item-block .box .cart-btn-wrap,
.item-template-rpst .item-detail .item-block .box .c-btn03,
.item-template-rpst .sp-foot-area,
#lineup .c-item-list li#item-list-rpst .cart-wrap .c-btn03{
    display: none!important;
}

/* ザ スカルプシャンプー カート非表示 */
.item-template-scsp .item-detail .item-block .box .cart-btn-wrap,
.item-template-scsp .item-detail .item-block .box .c-btn03,
.item-template-scsp .sp-foot-area,
.c-item-list.cart li#item-list-scsp{
    display: none!important;
}

/* ザ ヘアトリートメント カート非表示 */
.item-template-hatr .item-detail .item-block .box .cart-btn-wrap,
.item-template-hatr .item-detail .item-block .box .c-btn03,
.item-template-hatr .sp-foot-area,
.c-item-list.cart li#item-list-hatr{
    display: none!important;
}

/* ザ クリーム カート非表示 */
.item-template-crem .item-detail .item-block .box .cart-btn-wrap,
.item-template-crem .item-detail .item-block .box .c-btn03,
.item-template-crem .sp-foot-area,
.c-item-list.cart li#item-list-crem{
    display: none!important;
}

/* ザ エマルジョン カート非表示 */
.item-template-emsn .item-detail .item-block .box .cart-btn-wrap,
.item-template-emsn .item-detail .item-block .box .c-btn03,
.item-template-emsn .sp-foot-area,
.c-item-list.cart li#item-list-emsn{
    display: none!important;
}

/* ザ クレンジングバーム あまおう カート非表示 */
.item-template-clbi .item-detail .item-block .box .c-btn03,
#lineup .c-item-list li#item-list-clbi .btn-wrap .c-btn03{
  display: none!important;
}

/* ザ セラムBB カート非表示 */
.item-template-smbb .item-detail .item-block .box.subscription,
.item-template-smbb .item-detail .item-block .box .c-btn03,
.item-template-smbb .sp-foot-area,
#lineup .c-item-list li#item-list-smbb .btn-wrap.subscription,
#lineup .c-item-list li#item-list-smbb .btn-wrap .c-btn03{
    display: none!important;
}

/* X・SINTO色指定 */
.c-campaign-list .cat-sinto {
  background: #b4c8c8;
  color: #221e1f;
}
.c-campaign-list .cat-x {
  background: #ccd0e2;
  color: #221e1f;
}

/* ザ スキンリペアマスク・ザ リンクルホワイトマスク 使用方法修正 */
.item-template-yrwm .item-detail .aco-block .aco-box .column2 .box,
.item-template-ysrm .item-detail .aco-block .aco-box .column2 .box {
  width: 100%;
}

/* 商品一覧ページこだわり部分の余白調整 */
/* ザ スキンリペアマスク・ザ リンクルホワイトマスク 無添加訴求追加 */
.item .tab-wrap {
  margin-top: 0;
}
@media only screen and (max-width: 640px){
  .item .tab-wrap {
      margin-top: 0;
  }
  .item-template-yrwm .item-detail .c-bg-area .inner-block,
  .item-template-ysrm .item-detail .c-bg-area .inner-block {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }
}

.item-template-yrwm .item-detail .c-bg-area .inner-block,
.item-template-ysrm .item-detail .c-bg-area .inner-block {
  padding-bottom: 0;
}
.item-template-yrwm .item-detail .c-bg-area-wrap,
.item-template-ysrm .item-detail .c-bg-area-wrap{
  padding-top: 0;
}
.item-template-yrwm .item-detail .c-bg-area::before,
.item-template-ysrm .item-detail .c-bg-area::before{
  background: none;
}

/* 230327_wakisaka【DUO】「クレンジングバームブラックリペア」商品詳細ページ改善 */
.item-detail .item-block.clbb .info-area .cat-area .c-cat {
  border: 1px solid #4F4B4B;
  border-radius: 0px;
}
.item-detail .item-block.clbb .info-area .cat-area .c-cat + .c-cat {
  margin-left: 10px;
}
.item-detail .item-block.clbb .info-area .cat-area .c-cat.white {
  border: 1px solid #251E1C;
  background: #fff;
  color: #000;
}
.item-detail .item-block.clbb .info-area .cat-area .campaign {
  display: none;
}
.item-detail .item-block.clbb .info-area .capacity {
  margin: 10px 0;
}
.item-detail .item-block.clbb .review--flex-child6 {
  order: 6;
}
.item-detail .item-block.clbb .review--flex-child7 {
  order: 7;
}
@media only screen and (min-width: 641px) {
  .item-detail .item-block.clbb .box .cat-txt-wrap {
    position: relative;
  }
  .item-detail .item-block.clbb .box.subscription .place {
    padding-bottom: 0;
  }
  .item-detail .item-block.clbb .subscription-tag-area {
    white-space: nowrap;
    position: absolute;
    top: -36px;
  }
  .item-detail .item-block.clbb .subscription-tag-area .tag {
    font-size: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .item-detail .item-block.clbb .info-area .cat-area .c-cat {
    font-size: 12px;
  }
  .item-detail .item-block.clbb .box {
    margin-top: 24px;
  }
  .item-detail .item-block.clbb .subscription-tag-area .tag {
    font-size: 12px;
    padding: 2px 2px;
    margin-right: 8px;
  }
  .item-detail .item-block.clbb .review--flex-child1 {
    order: 1;
    margin-top: 15px;
  }
  .item-detail .item-block.clbb .review--flex-child2 {
    order: 2;
  }
  .item-detail .item-block.clbb .review--flex-child3 {
    order: 3;
  }
  .item-detail .item-block.clbb .review--flex-child4 {
    order: 4;
  }
  .item-detail .item-block.clbb .review--flex-child5 {
    margin: 20px auto 20px auto;
  }
  .item-detail .item-block.clbb .item-slider {
    width: 280px;
  }
  .item-detail .item-block.clbb .item-slider .slick-slide {
    height: 296px;
  }
  .item-detail .item-block.clbb .item-slider img {
    max-height: 280px;
  }
  .item-detail .item-block.clbb .thumb-slider {
    margin-top: 34px;
  }
  .item-detail .item-block.clbb .thumb-slider {
    width: 100%;
  }
  .item-detail .item-block.clbb .thumb-slider .slick-slide {
    width: 60px !important;
  }
  .item-detail .item-block.clbb .thumb-slider .img {
    width: 60px;
    height: 60px;
  }
  .item-detail .item-block.clbb {
    margin-bottom: 0;
  }
  .item-detail .item-block.clbb .notice-area {
    margin-bottom: 30px;
  }
  .item-detail .item-block.clbb + script + .showcase-block .inner-block {
    padding-top: 0;
  }
/* 241030_watanabe【DUO】「クレンジングバームブラックリペア」商品詳細ページ改善追加 */
  .item-detail .item-block.clbb .thumb-slider .slick-slide:not(:nth-child(4n+1)) {
    margin-left: 10px;
  }
}

/* 230403_murai【DUO】商品詳細ページ余白調整 */
@media only screen and (max-width: 640px) {
  .item-template-clbm .item-detail .showcase-block .inner-block.mb165 {
    margin-bottom: 0;
  }
  .item-template-clbw-a .item-detail .showcase-block .inner-block.mb80 {
    margin-bottom: 0;
  }
  .item-template-clbw-a .item-detail .movie-wrap {
    margin-top: 0;
  }
  .item-template-clbc .item-detail .showcase-block .inner-block.mb245 {
    margin-bottom: 0;
  }
  .item-template-clbb .item-detail .showcase-block .inner-block.mb230-50 {
    margin-bottom: 0;
  }
  .item-template-clbh-a .item-detail .showcase-block .inner-block.mb100 {
    margin-bottom: 0;
  }
  .item-template-bkfo .item-detail .showcase-block .inner-block.mb100-20 {
    margin-bottom: 0;
  }
  .item-template-wccl .item-detail .showcase-block .inner-block.mb100 {
    margin-bottom: 0;
  }
}

/* 230411_murai【全ブランド】商品詳細ページのレビューリンク表示修正について */
.zv-form svg.zv-form-star-svg-on,
#ZVList .zv-hist-bar,
#ZVList .zv-star-svg {
  fill: #ef8137!important;
}
#ZVSummary .zv-hist-bar,
#ZVList .zv-hist-bar,
#ZVSummary .zv-bipolar-dot,
#ZVList .zv-bipolar-dot {
  background: #ef8137!important;
}
/* 20230607_murai 【DUO】 解約ワードLP改善 */
.service .cancel_link_btn {
  display: none;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: right;
}
.service .cancel_link_btn a {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #251E1C;
  border-bottom: solid 1px #251E1C;
}
/* cmania色指定 */
.c-campaign-list .cat-cmania {
  background: #FFF100;
  color: #2F2725;
}

/* 20230629_murai フッターロゴ追加・調整 */
.footer-brand-wrap {
  margin-top: 60px;
}
.footer-brand-top {
  max-width: 335px;
  margin-bottom: 26px;
}
.footer-brand-top a {
  transition: 0.3s ease-in-out;
  display: block;
}
.footer-brand-top a:hover {
  opacity: 0.7;
}
.footer-brand-top .footer-brand-top-text {
  margin-top: 20px;
  font-size: 14px;
  color: #ffffff;
}
.footer-brand-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px 23px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer-brand-list a {
  display: block;
  width: 221px;
  -webkit-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
.footer-brand-list a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  .footer-brand-wrap {
    margin-top: 50px;
  }
  .footer-brand-top a {
    display: block;
    max-width: 251px;
    margin: 0 auto 10px;
  }
  .footer-brand-top .footer-brand-top-text {
    font-size: 12px;
    text-align: center;
    margin-top: 0;
  }
  .footer-brand-list {
    gap: 18px 10px;
  }
  .footer-brand-list a {
    width: calc((100% - 20px) / 3);
  }
}

/* セラムBB 商品詳細ページ */
/* yamaguchi_230727_HP-1985 【DUO】セラムBB薬事修正*/
@media only screen and (min-width: 641px) {
.item-template-smbb .detail-colum img{
    max-width: 400px;
    margin: 0 auto;
    }
.item-template-smbb .showcase-block .img img{
    max-width: 430px;
    }
}

/* umemiya_20230818_HP-2088【ブランド横断】DUO（デュオ）公式通販＞肌悩み相談コンテンツ一覧 */
.counseling-problem-block .list > li {
    color: #251E1C;
}

/* 20231002_murai 店舗検索サイトCLOSE対応 */
@media only screen and (min-width: 641px) {
  .c-footer .upper .bnr-wrap .bnr-list {
    justify-content: center;
  }
  .c-footer .upper .bnr-wrap .bnr-list li {
    max-width: 266.25px;
  }
}
.notice-news {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 20px;
}
.notice-news span {
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1;
  background: #B60005;
  border-radius: 5px;
  margin-right: 20px;
  flex-shrink: 0;
}
.notice-news a {
  text-decoration: underline;
  font-size: 12px;
}
.notice-news-note {
  font-size: 12px;
}

/* 20231101_murai 商品ページにYouTube動画追加 */
.youtube-ttl {
  max-width: 1240px;
  padding: 0 20px 0 40px;
  margin: 80px auto 35px;
}
.youtube-ttl .en {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 34px;
  display: block;
  line-height: 1;
  font-weight: 400;
}
.youtube-content {
  margin: 0 auto 80px;
  max-width: 610px;
  width: 100%;
  height: 343.12px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.youtube-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .youtube-ttl {
    margin: 50px auto 30px;
    padding-left: 30px;
  }
  .youtube-ttl .en {
    font-size: 20px;
  }
  .youtube-content {
    margin: 0 auto 10px;
    width: calc(100% - 40px);
    padding-top: 50.25%;
    height: auto;
  }
}

/* 20231106_murai トップ戻るボタン色変更 */
#pagetop.c-pagetop a {
  background: #644b4b;
}

/* 20231107_yamanaka ザ マーメイドバーム  カート非表示 */
.item-template-clba .item-detail .item-block .box .c-btn03{
  display: none!important;
}
/* 20231128_murai フッターバナー修正 */
@media only screen and (min-width: 641px) {
  .c-footer .upper .bnr-wrap .bnr-list {
    justify-content: flex-start;
  }
}
/* 20231225_murai SNS追加*/
.c-footer .bottom .sns-link-list {
  gap: 40px;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .c-footer .bottom .sns-link-list {
    width: 100%;
    gap: 25px;
  }
}
.c-footer .bottom .sns-link-list li {
  margin-right: 0;
  height: 30px;
}
@media only screen and (max-width: 640px) {
  .c-footer .bottom .sns-link-list li {
    margin-right: 0;
    margin-bottom: 0;
    height: 20px;
  }
}
.c-footer .bottom .sns-link-list li a,
.c-footer .bottom .sns-link-list li a img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .c-footer .bottom .sns-link-list li a,
  .c-footer .bottom .sns-link-list li a img {
    width: auto;
    height: 100%;
  }
}

/* 20240117_murai 「ザ 薬用美白リンクルセラム」商品詳細ページ制作 */
.item_box_ttl {
  font-size: 25px;
  line-height: 1;
  padding: 15px 5px;
  max-width: 632px;
  margin: 35px auto 30px;
  background-color: #8F262A;
  text-align: center;
  color: #ffffff;
}
.item_box_ttl.ttl2 {
  font-size: 25px;
  font-weight: 700;
  padding: 22.5px 5px;
}
.item_box_ttl.ttl3 {
  font-size: 23px;
  padding: 12px 5px;
}
.item_box_ttl.ttl3 span {
  font-size: 14px;
  margin-top: 2px;
}
.item_box_flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.item_box_flex.flex2 {
  align-items: flex-end;
  max-width: 632px;
  margin: 0 auto 60px;
}
.item_box_content {
  max-width: 270px;
}
.item_box_flex.flex2 .item_box_content {
  max-width: 100%;
}
.item_box_content + .item_box_content {
  margin-left: 50px;
}
.item_box_flex.flex3 .item_box_content + .item_box_content {
  margin-left: 30px;
}
.item_box_content_ttl {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  background-color: #F8CCCC;
  line-height: 1;
  padding: 3px;
  box-sizing: border-box;
  color: #251E1C;
}
.item_box_img {
  width: 100%;
  background-color: #FFF5F5;
  padding: 5px;
  box-sizing: border-box;
}
.item_box_content small {
  font-size: 10px;
  margin-top: 15px;
}
.item_box_txt {
  margin-top: 45px;
  margin-bottom: 60px;
}
.item_box2 {
  width: 275px;
}
.item_box2 + .item_box2 {
  margin-left: 20px;
}
.item_box2_ttl {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  background-color: #8F262A;
  line-height: 1;
  padding: 12px 5px;
  box-sizing: border-box;
  border-radius: 50px;
  margin-bottom: 30px;
  color: #ffffff;
}
.item_box2_ttl span {
  font-size: 14px;
  margin-top: 3px;
}
.item_box2_flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}
.item_box2_content {
  max-width: 110px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.item_box_img2 {
  display: block;
  width: 95px;
  margin: 0 auto 10px;
}
.item_box2_content p {
  text-align: center;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  line-height: 1.53;
  min-height: 42px;
}
.item_box2_content p span.absolute {
  bottom: 10px;
  right: -30px;
}
.item_box2_content p span {
  position: absolute;
  right: -16px;
  bottom: -1px;
}
.item_box_img3.img01 {
  display: block;
  width: 390px;
  max-width: initial;
  position: relative;
  z-index: 2;
  left: -23px;
}
.item_box_img3.img02,
.item_box_img3.img03 {
  display: block;
  width: 674px;
  left: -23px;
  position: relative;
  z-index: 1;
  margin-top: -20px;
}
.item_box3 {
  width: 140px;
}
.item_box_img4 {
  width: 95px;
  display: block;
  margin: 0 auto 10px;
}
.item_box3_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
  position: relative;
}
.item_box3_ttl span {
  position: absolute;
  bottom: -1px;
  right: -32px;
}
.item_box3_txt {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 1.53;
}
.item-detail .aco-block .aco-box .column2 .inn .img.howto_flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 270px;
}
.img.howto_flex img {
  width: 160px;
}
.img.howto_flex .howto_circle_img {
  width: 80px;
  height: 80px;
  border: solid 1px #969696;
  border-radius: 50%;
  padding: 5px;
  box-sizing: border-box;
  margin-left: -10px;
}
.item-template-wrsm .item-detail .info-wrap .cat-area.review--flex-child1 .c-cat sup {
  display: inline-block;
}
.item-template-wrsm .c-recommend-block {
  margin-top: 60px;
}
.item-template-wrsm .review-block .annouce-box_inner_l p {
  display: inline;
}
.item-template-wrsm .review-block .annouce-box_inner_l .item-name_newline,
.item-template-wrsm .review-block .annouce-box_inner_l .note {
  display: none;
}

@media only screen and (max-width: 640px) {
  .item_box_ttl {
    font-size: 16px;
    padding: 7px 5px;
    max-width: 100%;
    margin: 35px auto 30px;
  }
  .item_box_ttl.ttl2 {
    font-size: 16px;
    padding: 7px 5px;
  }
  .item_box_ttl.ttl3 {
    font-size: 16px;
    padding: 5px 5px;
  }
  .item_box_ttl.ttl3 span {
    font-size: 12px;
    margin-top: 2px;
  }
  .item_box_flex.flex2 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto 60px;
  }
  .item_box_flex.flex_column {
    flex-direction: column;
  }
  .item_box_flex.flex3 {
    flex-wrap: wrap;
    max-width: 250px;
    margin: 0 auto;
    gap: 20px 10px;
  }
  .item_box_content {
    max-width: 135px;
  }
  .item_box_content + .item_box_content {
    margin-left: 10px;
  }
  .item_box_flex.flex2 .item_box_content + .item_box_content {
    margin-left: 0;
  }
  .item_box_flex.flex3 .item_box_content + .item_box_content {
    margin-left: 0;
  }
  .item_box_content_ttl {
    font-size: 14px;
    padding: 3px;
  }
  .item_box_img {
    padding: 3px;
  }
  .item_box_content small {
    margin-top: 10px;
  }
  .item_box_txt {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .item_box2 {
    width: 100%;
  }
  .item_box2 + .item_box2 {
    margin-left: 0;
    margin-top: 20px;
  }
  .item_box2_ttl {
    font-size: 14px;
    padding: 5px 5px;
    margin-bottom: 20px;
  }
  .item_box2_ttl span {
    font-size: 12px;
  }
  .item_box2_flex {
    gap: 10px;
    margin-bottom: 0px;
  }
  .item_box2_content {
    width: calc((100% - 10px)/2);
  }
  .item_box_img2 {
    width: 95px;
    margin-bottom: 5px;
  }
  .item_box2_content p {
    font-size: 12px;
    min-height: 36px;
  }
  .item_box2_content p span.absolute {
    bottom: 8px;
    right: -20px;
  }
  .item_box2_content p span {
    right: -7px;
    bottom: -1px;
  }
  .item_box_img3.img01 {
    width: 100%;
    max-width: 290px;
    left: 50%;
    transform: translateX(-50%);
  }
  .item_box_img3.img02,
  .item_box_img3.img03 {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
  }
  .item_box3 {
    width: 120px;
  }
  .item_box_img4 {
    width: 95px;
    margin: 0 auto 10px;
  }
  .item_box3_ttl {
    font-size: 12px;
  }
  .item_box3_ttl span {
    bottom: 0px;
    right: -25px;
  }
  .item_box3_txt {
    font-size: 12px;
    line-height: 1.53;
  }
  .item-detail .aco-block .aco-box .column2 .inn .img.howto_flex {
    align-items: center;
    width: 174px;
  }
  .wrsm_howto {
    align-items: center;
  }
  .img.howto_flex img {
    width: 114px;
  }
  .img.howto_flex .howto_circle_img {
    width: 50px;
    height: 50px;
    padding: 5px;
    margin-left: -10px;
  }
  .item-template-wrsm .c-recommend-block {
    margin-top: 40px;
  }
}
/* 20240401_murai 3商品の3月終売対応 */
.item-template-essm .item-detail .item-block .box .c-btn03,
.item-template-crmb .item-detail .item-block .box .c-btn03,
.item-template-ndpd .item-detail .item-block .box .c-btn03 {
  display: none;
}

/* 20240426_murai 4商品の5月終売対応 */
.item-template-vtbw .item-detail .item-block .box .c-btn03,
.item-template-rbar .item-detail .item-block .box .c-btn03,
.item-template-rscb .item-detail .item-block .box .c-btn03,
.item-template-rtcf .item-detail .item-block .box .c-btn03 {
  display: none;
}
/* 20240513_murai キングダムバーム 商品詳細ページカートボタン削除 */
.item-template-clbd .item-detail .item-block .box .c-btn03 {
  display: none;
}

/* 20240528_murai 4商品終売対応 */
.item-template-omst .item-detail .item-block .box .c-btn03,
.item-template-irtr .item-detail .item-block .box .c-btn03,
.item-template-irsh .item-detail .item-block .box .c-btn03,
.item-template-skcf .item-detail .item-block .box .c-btn03 {
  display: none;
}

/* 20240610_watanabe review top追加分対応*/
.review-inner-block .c-ttl01 .en-text, .reviews-inner-block .c-ttl01 .en {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 27px!important;
  letter-spacing: 4px;
}
.review-inner-block .c-ttl01 .ja, .reviews-inner-block .c-ttl01 .ja{
  margin-top: 0;
  margin-bottom: 0;
}

/* TOPページ */
#block_of_new_review .review-inner-block {
  max-width: 1240px;
  margin: 0 auto;
}
#block_of_new_review .revico-multicomment-top .revico-multicomment-inner {
  max-width: 1240px !important;
  width: 100%;
  padding: 0;
}
/* 各要素の幅、高さを固定化 */
#block_of_new_review .revico-multicomment-top .revico-review-comment-row-wrapper {
  width: 224px;
  margin: 20px 10px 0;
}
/* ボタン */
#block_of_new_review　.top-review-block .c-btn02 {
  min-width: 244px;
}
@media only screen and (min-width: 641px) and (max-width: 1230px) {
  #block_of_new_review .review-inner-block {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 640px) {
  /* TOPページ */
  #block_of_new_review .reviews-inner-block .c-ttl01 {
    padding-left: 10px;
    margin-bottom: 35px;
  }
  #reviews-block .reviews-inner-block .c-ttl01 {
    padding: 0 20px!important;
  }
  .review-inner-block .c-ttl01 .en-text, .reviews-inner-block .c-ttl01 .en {
    font-size: 20px!important;
  }
  /*すべてのレビュー*/
  #reviews-block .c-ttl01 {
    padding: 30px 20px 0 0!important;
  }
}

/* 20240610_watanabe 商品一覧にレビュー★評価表示追加分対応*/
.lineup-item-block .c-item-list .txt-area .ttl {
  margin-bottom: 0.1rem!important;
}
@media only screen and (max-width: 640px) {
  .lineup-item-block .c-item-list .txt-area .ttl {
      margin-bottom: 0.1rem;
  }
}

/* 20240610_watanabe  review top追加分対応*/
#block_of_new_review .revico-review-comment-row .revico-review-comment-detail--product-name p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 40px !important;
}

@media only screen and (max-width: 640px) {
  #block_of_new_review .revico-review-comment-row .revico-review-comment-detail--product-name p {
    -webkit-line-clamp: 3;
    height: 56px !important;
  }
}

/* 20240610_watanabe review top追加分画像高さ対応*/
#block_of_new_review .revico-review-comment-detail--product-name-image {
  height: 130px!important;
}
@media only screen and (max-width: 640px) {
  #block_of_new_review .revico-review-comment-detail--product-name-image {
    height: 100px!important;
  }
}

/* 20240617_watanabe 肌タイプ診断バナー追加対応*/
.item-detail .c-comparison-block {
  padding-bottom: 30px;
}
#comp-banner-block {
  background: #f0f0eb;
  padding-bottom: 80px;
}

@media only screen and (max-width: 640px) {
  .item-detail .c-comparison-block {
    padding-bottom: 30px;
}
  #comp-banner-block {
    padding-bottom: 60px;
  }
}
/* 20240702_murai ギフトラッピングサービスページ新規作成対応 */
.gift .wrap-area {
  padding-bottom: 140px;
}
.gift .c-article-mv-block {
  background-color: #F0F0EB;
}
.gift .intro-block {
  overflow: hidden;
}
.gift .intro-block .inner-block {
  position: relative;
  padding: 192px 20px 158px;
}
.gift .intro-block .intro-txt {
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  z-index: 2;
}
.gift .select-menu {
  max-width: 742px;
  padding: 50px 0 80px;
}
.gift .select-menu .inn {
  justify-content: center;
}
.gift .c-content-block:not(:last-of-type) {
  margin-bottom: 80px;
}
.gift .c-content-block .box .box-txt + .img, .gift .c-content-block .box .box-txt + .box-txt, .gift .c-content-block .box .img + .box-txt {
  margin-top: 1em;
}
.gift .c-content-block .img {
  text-align: center;
}
.gift .c-content-block .box .box-txt.red {
  color: #B60005;
}
.gift .c-content-block .box .ttl {
  font-weight: bold;
}
.gift .c-content-block .box .line {
  color: #251E1C;
  text-decoration: underline;
}
.gift .c-content-block.faq-block .box {
  padding: 0;
}
.gift .gift-step-ss-wrap {
  overflow-x: scroll;
}
.gift table.gift-step-ss {
  width: 100%;
  border-collapse: collapse;
}
.gift table.gift-step-ss td {
  vertical-align: top;
}
.gift table.gift-step-ss td span {
  color: #B60005;
}
.gift .img.border img {
  border: solid 1px #D9D9D9;
}
@media only screen and (min-width: 641px){
  .gift .intro-block img {
    position: absolute;
    top: 0;
    left: 35%;
    display: block;
    height: 100%;
    width: auto;
    max-width: initial;
    z-index: 1;
    object-fit: cover;
    object-position: left;
  }
  .gift .intro-block .intro-txt {
    width: 47.083%;
  }
  .gift .select-menu .c-lineup-list li:hover .inn {
    background: #f0f0eb;
    color: #B60005;
    border: 1px solid #f0f0eb;
    transform: none;
  }
  .gift table.gift-step-ss td {
    min-width: 520px;
    max-width: 520px;
    padding: 0 1em 1em;
  }
}
@media only screen and (max-width: 640px) {
  .gift .wrap-area {
    padding-bottom: 100px;
  }
  .gift .intro-block .inner-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
    padding: 0 20px;
  }
  .gift .intro-block img {
    position: static;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .gift .intro-block .intro-txt {
    font-size: 13px;
  }
  .page-template-gift .gift .select-menu {
    padding: 50px 0 40px;
  }
  .page-template-gift .gift .select-menu .c-lineup-list {
    justify-content: flex-start;
  }
  .page-template-gift .gift .select-menu .c-lineup-list li {
      width: calc(50% - 11px);
      margin:0 11px 11px 0;
  }
  .gift .c-content-block:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .gift .c-content-block:nth-child(2) .box .img {
    width: 100%;
    margin: 0 auto;
  }
  .gift table.gift-step-ss .pc-only {
    display: none;
  }
  .gift table.gift-step-ss td {
    min-width: 250px;
    max-width: 250px;
    padding: 0 20px;
  }
}

/* 20240809_watanabe 商品詳細の定期初回半額エリアSP崩れ修正 */
@media only screen and (max-width: 767px) {
  .item-detail .subsc-banner_inner-block .subsc-banner_price-area_init {
      font-size: 47px !important;
  }
  .item-detail .subsc-banner_inner-block .subsc-banner_price-area_init span.subsc-banner_price-area_init-yen {
      font-size: 16px !important;
  }
  .item-detail .subsc-banner_inner-block .subsc-banner_price-area_init span {
      font-size: 11px !important;
  }
  .item-detail .subsc-banner_inner-block .subsc-banner_sec-price {
      font-size: 18px !important;
  }
  .subsc-banner_pentagon_off {
    font-size: 14px!important;
  }
  .item-template-brfo #item_subscription-area .subsc-banner.spsub .subsc-banner_img-area img {
    max-width: 50%;
  }
}
/* 20240902_murai 【DUO】定期初回半額の削除 */
@media only screen and (min-width: 641px) {
  .page-about .subsc-guide-block .btn-area {
    margin: 67px 0 0;
  }
  .subsc-guide-block .btn-area .c-btn02 {
    margin: 0;
    width: 95%;
  }
  .page-about .inner-block .btn-area a.c-btn02 {
    padding: 10px 50px;
    text-align: center;
  }
  .page-about .inner-block .btn-area .btn-inner {
    justify-content: center;
  }
  .page-about .inner-block .btn-area a.c-btn02.btn-a {
    background-position: 50px center;
  }
  .page-about .inner-block .btn-area a.c-btn02.btn-a:hover {
    background-position: 50px center;
  }
}
@media only screen and (max-width: 640px) {
  .page-about .inner-block .btn-area a.c-btn02 {
    padding: 7px 30px;
    text-align: center;
  }
  .page-about .inner-block .btn-area .btn-inner {
    justify-content: center;
  }
  .page-about .inner-block .btn-area a.c-btn02.btn-a {
    background-position: 30px center;
  }
  .page-about .inner-block .btn-area a.c-btn02.btn-a:hover {
    background-position: 30px center;
  }
}

/* 202410_商品詳細改修 */
.item-template-clbb .kv_picture {
  padding: 75px 0 0;
}

@media only screen and (min-width: 641px) {
  .item-template-clbb .kv_picture {
      display: flex;
      margin: auto;
      justify-content: center;
      align-items: center;
      max-width: 1000px;
      /*padding: 0 30px;*/
      padding: 100px 30px 0;
      text-align: center;
    }
}

.item-template-clbb .kv_picture img {
    height: auto; /* 画像の縦横比を保持 */
}

.item-template-clbb .clbb_product_info{
  width: 100%;
  max-width: 1000px;
  padding: 1.2em;
  margin: 5vh auto;
  text-align: center;
}

.item-template-clbb .clbb_product_info picture{
  /* max-width: 100%; */
  text-align: center;
  margin: auto;
}

.item-template-clbb .clbb_product_info .note{
  /* max-width: 100%; */
  text-align: left;
  margin: auto;
}

.item-template-clbb .product_info__title {
  text-align: center;
    margin-bottom: 20px;
    font-size: clamp(24px, 5vw, 28px);
    line-height: 1.6;
}

.item-template-clbb .product_info__title_s {
  text-align: center;
    margin-bottom: 20px;
    font-size: clamp(22px, 5vw, 24px);
    line-height: 1.6;
}

.item-template-clbb .highlight {
  background: linear-gradient(transparent 50%, #fff2ba 50%); /* 上半分は透明、下半分は黄色 */
  padding: 0 4px; /* テキストの周囲に少し余白を追加 */
  border-radius: 3px; /* 角を少し丸くする（任意） */
}

.item-template-clbb .product_info__txt {
    text-align: center;
    margin-bottom: 20px;
    font-size: clamp(13px, 4vw, 16px);
    line-height: 1.8;
}

.item-template-clbb .clbb_product_info .note {
  height: auto; /* 画像の縦横比を保持 */
  margin: 5vh 2vw;
}

.item-template-clbb .clbb_product_info .note02 {
  text-align: center;
  max-width: 90%;
  height: auto; /* 画像の縦横比を保持 */
  margin: auto;
  font-size: 10px !important;
}

.item-template-clbb .clbb_product_info .img{
  text-align: center;
  max-width: 100%;
  margin: auto;
  padding: 3vh 3vw;
}

@media only screen and (min-width: 641px) {
  .item-template-clbb .clbb_product_info .img{
    text-align: center;
    max-width: 50%;
    margin: auto;
    padding: 4vh;
  }
}

.item-template-clbb .clbb_product_content{
  width: 100%;
  max-width: 1220px;
  padding: 5vh 2vw;
  margin: 5vh auto;

}

@media only screen and (min-width: 641px) {
  .item-template-clbb .clbb_product_content{
    width: 100%;
    max-width: 1220px;
    padding: 10vh;
    margin: 5vh auto;
  }
}

.item-template-clbb .clbb_product_bg {
  background: #efeeec;
}

.item-template-clbb .product-point__list > ol > li {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 3em;
  padding: 1em;
  background: #fff;
}

.item-template-clbb .product-point__list li .product-point__heading {
  margin-bottom: 1.6em;
  text-align: center;
}

.item-template-clbb .product-point__list > ol > li .product-point__number {
  display: inline-block;
  margin: 20px;
  padding: 0;
  color: #FFF;
  font-size: 24px;
  /* font-family: 'Optima', 'Marcellus', serif; */
  background-color: #303030; /* マーカーの色を指定（黄色） */
  display: inline-block; /* インライン要素をブロック要素のように扱う */
  padding: 0px; /* 余白も追加 */
  border-radius: 3px; /* マーカーの角を丸くする（任意） */
  width: 80%;
}

@media only screen and (min-width: 641px) {
  .item-template-clbb .product-point__list > ol > li .product-point__number {
    max-width: 60%;
  }
  .item-template-clbb .product-point__list > ol > li {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 3em;
    padding: 3em;
    background: #fff;
  }
}

.item-template-clbb .number_l {
  font-size: 34px
}

/*.item-template-clbb sub, .item-template-clbb sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}*/

.item-template-clbb .product-point_block {
  position: relative;
  text-align: left;
  line-height: 1.4;
}

.item-template-clbb .product-point__list > ol > li .product-point__img {
  max-width: 100%;
  margin: 0 auto 2em;
  text-align: center;
}

@media only screen and (min-width: 641px) {
  .item-template-clbb .product-point__list > ol > li .product-point__img {
    max-width: 60%;
    margin: 0 auto 2em;
    text-align: center;
  }
}

.item-template-clbb .product-point__list > ol > li.product-point__img_point04 {
  max-width: 100%;
  background-image: url(../img/item/clbb/point04sp_img.png);
  margin: 0 auto 2em;
  text-align: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 190px;
  height: auto;
}

@media only screen and (min-width: 641px) {
  .item-template-clbb .product-point__list > ol > li.product-point__img_point04 {
    max-width: 720px;
    background-image: url(../img/item/clbb/point04pc_img.png);
    background-repeat: no-repeat;
    background-position: 0 172px;
    height: 1170px;
  }
}

.item-template-clbb .txt_point04{
  font-size: clamp(13px, 4vw, 16px);
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3vh;
  margin-top: 150%;
  text-align: center;
}
@media only screen and (min-width: 641px) {
  .item-template-clbb .txt_point04{
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 3vh;
    margin-top: 100%;
    text-align: center;
  }
}

.item-template-clbb .product-point__list > ol > li p.txt {
  font-size: clamp(13px, 4vw, 16px);
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3vh;
}

.item-template-clbb .clbb_product_sec{
  width: 100%;
  padding: 0px;
  margin: auto;
}

.item-template-clbb .clbb_product_sec img{
  display: block;
  width: 100%;
  margin: auto;
}

@media only screen and (min-width: 641px) {
  .item-template-clbb .clbb_product_sec{
    width: 100%;
    max-width: 1000px;
    padding: 0;
    margin: auto;
  }

  .item-template-clbb .clbb_product_sec picture{
    /* max-width: 100%; */
    text-align: center;
    margin: auto;
  }
}

.item-template-clbb .clbb_product_voice{
  width: 100%;
  text-align: center;
  padding: 20px;
  margin: auto;
  background-color: #efeeec;
}

.item-template-clbb .clbb_product_voice > div{
  width: 100%;
  text-align: center;
  padding: 20px;
  margin: auto;
  background-color: #fff;
}

.item-template-clbb .clbb_product_voice img {
  display: block;
  width: 90%;
  height: auto;
  margin: 2em auto;
}

/* PC向けスタイル（641px以上で3つの画像を横並びに） */
@media only screen and (min-width: 750px) {
  .item-template-clbb .clbb_product_voice{
    width: 100%;
    max-width: 1220px;
    padding: 10vh;
    margin: 5vh auto;
  }

  .item-template-clbb .clbb_product_voice > div h2{
    font-size: 20px;
    margin-bottom: 0.5em;
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 0.5em;;
    display: inline-block;
  }

  .item-template-clbb .clbb_product_voice > div{
    width: 100%;
    text-align: center;
    padding: 20px;
    background-color: #fff;
  }

  .item-template-clbb .clbb_product_voice > div .clbb_product_voice_img{
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }
  .item-template-clbb .clbb_product_voice img {
    width: 30%; /* 横並びにするために各画像の幅を30%に設定 */
  }
}

.item-template-clbb .clbb_product_voice > div h2{
  font-size: 20px;
  margin-bottom: 0.5em;
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;;
  display: inline-block;
}

/*how to */
.item-template-clbb .item-detail .aco-block .aco-box2 .aco-ttl_clbb {
  /* font-size: 20px;
  text-align: center; */
  font-size: 20px;
  margin-bottom: 0.5em;
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  display: inline-block;
}

.item-template-clbb .item-detail .aco-block .aco-box2 .js-aco-btn2 {
  padding: 45px 40px 45px 40px;
  position: relative;
  text-align: center;
}

.item-template-clbb .aco-block .aco-box2 .column3 .ttl {
  font-size: 20px;
  margin-bottom: 1em;
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;;
}

.item-template-clbb .aco-block .aco-box2 .column3 .inn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.item-template-clbb .aco-block .aco-box2 .column3 .box {
  margin: 3em 1.5%;
  width: 100%;
}

.item-template-clbb .aco-block .aco-box2 .column3 .inn .img {
  width: 200px;
  padding-right: 10px;
}

.item-template-clbb .aco-block .aco-box2 .column3 .inn .txt-area {
  /* width: calc(100% - 200px); */
  width: calc(135% - 110px);
}

.item-template-clbb .aco-block .aco-box2 .column3 .inn .txt-area .txt b {
  font-size: 18px;
}

.item-template-clbb .aco-block .aco-box2 .column3 .inn .txt-area .txt {
  font-size: 14px;
}

@media only screen and (min-width: 641px) and (min-width: 861px) {
  .item-template-clbb .aco-block .aco-box2 .column3 .inn .txt-area {
    /* width: calc(100% - 200px); */
    width: calc(120% - 180px);
  }
  .item-template-clbb .aco-block .aco-box2 .column3 .box {
    margin: 1em 1.5%;
    width: 30%;
  }
  .item-template-clbb .aco-block .aco-box2 .column3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.item-template-clbb .item-detail .aco-block .aco-box2 {
    /* border-top: 1px solid #969696; */
    margin-bottom: 5em;
}

/* slider 余白調整*/
.item-template-clbb .item-slider .slick-slide {
  margin: 22px 0;
}

@media only screen and (max-width: 640px) {
  .item-template-clbb .item-slider .slick-slide  {
      margin: 0;
  }
}

/* 20241025_abe 初めての方へ*/
.subsc-guide-block .list li .txt-note {
  text-align: center;
  padding-top: 10px;
}
#step01 .inner-block .info-wrap .box .img img {
  width: 100%;
}

/* 20241025_abe 定期便サービス*/
.service .c-content-block .inner-block .info-wrap .img img {
  width: 100%;
}

/* 20241025_abe お買い物全般のよくある質問*/
.faq-block .answer-area .answer + .note {
  margin-top: 14px;
}
.faq-block #a-service-cancel .txt-bold {
  font-weight: bold;
  text-decoration: underline;
}

/* 20241030_watanabe「クレンジングバームブラックリペア」商品詳細ページスライダー幅調整 */
@media only screen and (max-width: 640px) {
  .item-template-clbb .item-detail .item-block .slide-area {
    padding: 0!important;
  }
}

/* 20241030_watanabe slider サムネイルスライド数挙動対応*/
.item-detail .thumb-slider.slick-slider .slick-track {
  transform: unset !important;
}

/* 20241031_abe 会員ステージ・ポイントプログラム*/
.point #step01 table.pay-table .pay-td {
  font-weight: normal;
}

/* 20241031_abe 定期便サービス*/
@media only screen and (max-width: 640px) {
  .service .merit-block .subsc-box {
    margin-bottom: 0;
  }
  .service .merit-block .shopping-box .list li:first-child {
    border-top: none;
  }
}
/* 20250424_umemiya 定期便ページバナー設置*/
.service .link-attract-area {
    padding-top: 120px;
    padding-bottom: 0px;
}
@media only screen and (max-width: 640px) {
.service .link-attract-area {
        padding-top: 70px;
    }
}

/* 20241031_abe お買い物全般のよくある質問*/
.faq .box .mypage-step-ss-wrap {
  overflow-x: scroll;
  margin: 2rem 0;
}
.faq .box .mypage-step-ss-wrap .mypage-step-ss {
  width: 100%;
  border-collapse: collapse;
}
.faq .box .mypage-step-ss-wrap td {
  vertical-align: top;
}
@media only screen and (min-width: 641px) {
  .faq .box .mypage-step-ss-wrap td {
    min-width: 520px;
    max-width: 520px;
    padding: 0 1em;
  }
}
@media only screen and (max-width: 640px) {
  .faq .box .mypage-step-ss-wrap td {
      min-width: 250px;
      max-width: 250px;
      padding: 0 20px;
      font-size: 12px;
  }
}

/* 20241101_abe 定期便サービス*/
.service .merit-detail-block .inner-block.pb40 {
  padding-bottom: 40px;
}
.service .merit-detail-block.mt60 {
  margin-top: 60px;
}

/* 20241119_watanabe 送料無料 ⇒ 送料当社負担】の表現統一*/
@media only screen and (max-width: 1120px) {
  .subsc-guide-block .list:before, .subsc-guide-block .list:after {
    top: -60px;
  }
}

@media only screen and (max-width: 767px) {
    .subsc-banner_pentagon_free {
      font-size: 10px!important;
    }
}

@media only screen and (max-width: 640px) {
  .lineup-item-block .subscription-tag-area .tag {
      font-size: 7px!important;
  }
}

/* 20241121_murai 終売商品ページ新規制作と商品一覧の改修 */
.discontinued_link {
  margin-top: 20px;
  margin-right: 26px;
  text-align: right;
}
.discontinued_link a {
  text-decoration: underline;
}
.discontinued .c-article-mv-block {
  background: #ffffff;
}
.discontinued .c-ttl01 {
  padding: 80px auto;
}
.discontinued .c-ttl01 .ja {
  font-size: 35px;
}
.discontinued_block + .discontinued_block {
  margin-top: 175px;
}
.discontinued_title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
.discontinued_list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}
.discontinued_item {
  max-width: 280px;
  width: calc((100% - 60px) / 4);
  border-radius: 20px;
  border: solid 1px #E9E9E9;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.19);
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
}
.discontinued_item > a,
.discontinued_item > div {
  display: block;
  height: 100%;
}
.discontinued_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 40px);
  height: 200px;
  margin: -20px -20px 20px;
}
.discontinued_img img {
  max-width: 120px;
  max-height: 120px;
}
.discontinued_item .sub-ttl {
  font-size: 14px;
  color: #969696;
  margin-bottom: 5px;
}
.discontinued_item .ttl {
  font-size: 18px;
  line-height: 1.3;
}
.discontinued_item .ttl .note {
  margin-top: 5px;
  display: inline-block;
}
.discontinued_item .discontinued_img + .sub-info-wrap {
  height: 30px;
  margin-top: -30px;
}
.discontinued_item .sub-info {
  font-size: 10px;
  color: #251E1C;
  border: 1px solid #251E1C;
  padding: 2px 5px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 5px;
  height: 16px;
}
.discontinued .c-bnr-block {
  padding-bottom: 140px;
}
.discontinued .c-bnr-block .c-ttl01 .ja {
  font-size: 14px;
}
.txt-area .stop-info-txt {
  display: inline-block;
}
.item_tab_title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.item_tab_title::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #B60005;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-lineup-list .inn .img {
  display: inline-block;
  margin-right: 5px;
  position: static;
  right: initial;
  top: initial;
  width: auto;
  height: auto;
}
.c-lineup-list .inn {
  padding: 8px 12px;
  min-height: 60px;
}
.c-header .c-lineup-list {
  justify-content: flex-start;
}
.c-header .c-lineup-list {
  width: 100%;
}
.c-lineup-list li {
  max-width: 222px;
  width: calc((100% / 5) - 16px);
}
.c-header .discontinued_link {
  max-width: 1240px;
  padding: 0 20px;
  text-align: right;
  margin: 0 auto;
  box-sizing: border-box;
}
.c-header .discontinued_link a {
  display: inline-block;
  padding: 0;
  margin-right: 15px;
}
@media only screen and (min-width: 950px) {
  .c-header .nav-list a {
    padding: 8px 12px;
  }
}
@media only screen and (max-width: 980px) {
  .home .c-lineup-list {
    justify-content: left;
  }
}
@media only screen and (max-width: 640px) {
  .discontinued_link {
    margin-right: 0;
  }
  .discontinued_link a {
    font-size: 12px;
  }
  .discontinued .c-ttl01 {
    padding: 30px auto;
  }
  .discontinued .c-ttl01 .ja {
    font-size: 20px;
  }
  .discontinued_block + .discontinued_block {
    margin-top: 80px;
  }
  .discontinued_title {
    font-size: 16px;
  }
  .discontinued_item {
    max-width: 280px;
    width: calc((100% - 20px) / 2);
  }
  .discontinued_img {
    height: 140px;
    margin-bottom: 30px;
  }
  .discontinued_img img {
    max-width: 95px;
    max-height: 110px;
  }
  .discontinued_item .sub-ttl {
    font-size: 12px;
  }
  .discontinued_item .ttl {
    font-size: 14px;
  }
  .discontinued .c-bnr-block {
    padding-bottom: 100px;
  }
  .item_tab_title {
    font-size: 16px;
  }
  .item_tab_title::after {
    width: 50px;
    height: 1px;
  }
  .c-lineup-list .inn {
    min-height: 35px;
  }
  .c-lineup-list li {
    width: 100%;
    max-width: 100%;
  }
  .discontinued .c-bnr-block .c-ttl01 .ja {
    font-size: 12px;
  }
  .c-middle-show .c-lineup-list {
    width: calc(100% - 40px);
  }
  .home .c-lineup-list li,
  .c-middle-show .c-lineup-list li,
  .lineup-item-block .c-lineup-list li {
    width: calc((100% - 10px) / 2);
    margin: 0;
  }
  .home .c-lineup-list li:nth-child(even),
  .c-middle-show .c-lineup-list li:nth-child(even),
  .lineup-item-block .c-lineup-list li:nth-child(even) {
    margin-left: 10px;
  }
  .home .c-lineup-list li:nth-child(n+3),
  .c-middle-show .c-lineup-list li:nth-child(n+3),
  .lineup-item-block .c-lineup-list li:nth-child(n+3) {
    margin-top: 10px;
  }
  .c-lineup-list .inn {
    min-height: 40px;
    padding: 5px 12px;
  }
}



/* 241128_murai 商品ページ新規制作*/
/* 新規テンプレート*/
.item_new_detail {
  position: relative;
  overflow: hidden;
}
.item_new_detail::before {
  content: "";
  display: block;
  z-index: 0;
  width: 2914px;
  height: 2914px;
  position: absolute;
  bottom: calc(0% + 270px);
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0.08;
  border-radius: 50%;
}
.item_new_detail_inner {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  position: relative;
  margin: 0 auto;
}
.item_new_detail_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 50px;
}
.item_new_detail_images {
  width: calc(100% - 540px);
}
.item_new_detail .item_new_detail_images_nav .slick-slide {
  padding: 2px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item_new_detail_images_main {
  margin-bottom: 30px;
}

.item_new_detail_images_main.slick-slider{
  -ms-touch-action: auto;
  touch-action: auto;
}

.item_new_detail_images_main li {
  cursor: pointer;
  position: relative;
}
.item_new_detail_images_main li .renewal_icon {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  color: #B88936;
  border: solid 2px #B88936;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.item_new_detail_images_main li .renewal_icon span {
  display: block;
}
.item_new_detail_images_main li .renewal_icon span.renewal_icon_date {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 25px;
  margin-bottom: 3px;
  font-weight: 600;
}
.item_new_detail_images_main li .renewal_icon span.renewal_icon_text {
  font-size: 16px;
  letter-spacing: -0.019em;
  line-height: 1;
  font-weight: 500;
}
.item_new_detail_images_nav li {
 border: solid 1px #C8C8C8;
 cursor: pointer;
}
.item_new_detail .info-area-review--flex,
.item_new_detail_box {
  max-width: 520px;
  width: 100%;
}
.item_new_detail_cats {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 10px;
}
.item_new_detail_cat {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 7px 15px;
  border-radius: 20px;
}
.item_new_detail_title .note + .item_new_detail_iyaku {
  margin-top: 0;
  display: inline-block;
}
.item_new_detail_title span.note {
  margin-right: 15px;
}
.item_new_detail_iyaku {
  display: block;
  width: 62px;
  box-sizing: border-box;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  border: solid 1px #414141;
  font-weight: 500;
  padding: 3px;
  margin-top: 5px;
}
.item_new_detail_title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 13px;
}
/*.item_new_detail .review--flex-child4 {
  margin-bottom: 45px;
}*/
.item_new_detail_lead {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 25px;
}
/*.item_new_detail_lead span {
  font-size: 10px;
  line-height: 1.4;
  font-weight: 400;
  display: block;
  margin-top: 25px;
}*/
.item_new_detail_cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.item_new_detail_cart_box {
  flex-shrink: 0;
  min-width: 230px;
}
.item_new_detail_cart_box_volume {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 8px;
}
.item_new_detail_cart_box_price {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.item_new_detail_cart_box_price span {
  font-size: 26px;
  font-weight: 700;
}
.item_new_detail_cart_btn {
  min-width: 270px;
}
.item_new_detail_cart.subsc .item_new_detail_cart_box_price {
  color: #B60005;
}
.item_new_detail_cart.subsc .item_new_detail_cart_box_tag {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  margin-top: 7px;
}
.item_new_detail_cart.subsc .item_new_detail_cart_box_tag .tag {
  background: #edcccc;
  color: #B60005;
  display: inline-block;
  font-weight: bold;
  font-size: 11px;
  padding: 2px 5px;
}
.item_new_detail_cart.subsc .c-btn03 {
  background: #B60005;
  color: #fff;
}
.item_new_detail_cart.subsc .cart-btn-wrap {
  display: flex;
  flex-direction: column;
}
.item_new_detail_cart.subsc .cart-btn-wrap .to-service-link {
  color: #B60005;
  display: block;
  font-size: 12px;
  text-decoration: underline;
  text-align: right;
  margin-top: 5px;
}
.item_new_detail_note {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 30px;
  display: block;
}
.item_new_detail_min {
  margin-bottom: 35px;
  padding-top: 15px;
  border-top: solid 1px #251E1C;
}
.item_new_detail_min_main {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
.item_new_detail_min_main img {
  display: block;
  width: 80px;
  flex-shrink: 0;
}
.item_new_detail_min_main_box_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
.item_new_detail_min_main_box_volume {
  font-size: 16px;
  font-weight: 500;
}
.item_new_detail_min_price_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  gap: 20px;
}
.item_new_detail_min_price_wrap .c-btn03 {
  max-width: 270px;
  width: 100%;
}
.item_new_detail_min_price {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  flex-shrink: 0;
  min-width: 230px;
}
.item_new_detail_min_price span {
  font-size: 26px;
  font-weight: 700;
}
.item_new_detail_min_note {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
}
.item_new_detail_news_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.item_new_detail_news span {
  display: inline-block;
  flex-shrink: 0;
  padding: 5px 4px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  background-color: #B60005;
  line-height: 1;
  font-size: 14px;
  border-radius: 3px;
}
.item_new_detail_news a {
  text-decoration: underline;
  font-size: 14px;
}

/* カラー設定 */
.item_new_detail.red::before {
  background-color: #B60005;
}
.item_new_detail.red .item_new_detail_cat {
  background-color: #B60005;
  color: #ffffff;
}
.item-detail.red .detail_point_num {
  background-color: #B60005;
}
.item_new_detail.blue::before {
  background-color: #414180;
}
.item_new_detail.blue .item_new_detail_cat {
  background-color: #B0A8CB;
  color: #ffffff;
}
.item-detail.blue .detail_point_num {
  background-color: #B0A8CB;
}
.item_new_detail.green::before {
  background-color: #C8E1DB;
  opacity: 0.28;
}
.item_new_detail.green .item_new_detail_cat {
  background-color: #569793;
  color: #ffffff;
}
.item-detail.green .detail_point_num {
  background-color: #569793;
}
.item_new_detail.black::before {
  background-color: #444444;
}
.item_new_detail.black .item_new_detail_cat {
  background-color: #352E3A;
  color: #ffffff;
}
@media only screen and (max-width: 1100px) {
  .item_new_detail_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .item_new_detail_images {
    max-width: 520px;
    width: 100%;
  }
  .item_new_detail_cats.pc,
  .item_new_detail_title.pc,
  .item_new_detail_cart_box_volume.pc {
    display: none!important;
  }
  .item_new_detail_cats.sp,
  .item_new_detail_title.sp,
  .item_new_detail_cart_box_volume.sp {
    display: block!important;
  }
  .item_new_detail_cats {
    margin-bottom: 15px;
  }
  .item_new_detail_cart_box_volume {
    margin-bottom: 25px;
  }
  .item_new_detail_cart .cart-btn-wrap {
    width: 100%;
  }
  .item_new_detail_cart_btn {
    width: 100%;
    min-width: 270px;
    padding: 15px 70px;
  }
  .item_new_detail_cart_btn .btn-txt {
    font-size: 14px;
  }
  .item_new_detail_cart_btn .ico {
    width: 70px;
  }
  .item_new_detail_cart .item_new_detail_cart_btn .ico .c-svg {
    width: 22px;
    height: 21px;
  }
  .item_new_detail_cart.subsc .item_new_detail_cart_btn .ico .c-svg {
    width: 34px;
    height: 21px;
  }
}
@media only screen and (max-width: 640px) {
  .item_new_detail::before {
    width: 857px;
    height: 857px;
    bottom: initial;
    top: -42%;
  }
  .item_new_detail_inner {
    max-width: 100%;
  }
  .item_new_detail_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
  }
  .item_new_detail_images {
    width: 100%;
  }
  .item_new_detail_images_main {
    margin: 0 auto 10px;
    width: 330px;
  }
  .item_new_detail_images_main li .renewal_icon {
    width: 80px;
    height: 80px;
    border: solid 1px #B88936;
  }
  .item_new_detail_images_main li .renewal_icon span.renewal_icon_date {
    font-size: 20px;
    margin-top: 18px;
    margin-bottom: 3px;
  }
  .item_new_detail_images_main li .renewal_icon span.renewal_icon_text {
    font-size: 13px;
  }
  .item_new_detail_images_main.item-slider .slick-slide {
    width: 100%;
    height: auto;
  }
  .item_new_detail_images_main.item-slider .slick-slide img {
    max-height: initial;
  }
  .item_new_detail_images_nav {
    width: 330px;
    margin: 0 auto;
  }
  .item_new_detail_images_nav.thumb-slider .slick-slide {
    width: 72px!important;
    height: 72px;
  }
  .item_new_detail .info-area-review--flex,
  .item_new_detail_box {
    max-width: 100%;
    width: 100%;
  }
  .item_new_detail_cats {
    margin-bottom: 15px;
  }
  .item_new_detail_cat {
    padding: 4px 10px;
    min-width: 100px;
    border-radius: 12px;
    font-size: 12px;
  }
  .item_new_detail_title {
    font-size: 24px;
    line-height: 1.15;
    margin-bottom: 10px;
  }
  /*.item_new_detail .review--flex-child4 {
    margin-bottom: 15px;
  }*/
  .item_new_detail .review--flex-child4 .revico-star-block {
    justify-content: center;
  }
  .item_new_detail_lead {
    font-size: 14px;
    line-height: 1.714;
    margin-bottom: 15px;
  }
  /*.item_new_detail_lead span {
    margin-top: 20px;
  }*/
  .item_new_detail_cart {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .item_new_detail_cart_box_volume {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .item_new_detail_cart_box_price {
    font-size: 14px;
  }
  .item_new_detail_cart_box_price span {
    font-size: 26px;
  }
  .item_new_detail_cart_btn {
    min-width: 270px;
  }
  .item_new_detail_note {
    font-size: 12px;
    margin-bottom: 40px;
    display: block;
  }
  .item_new_detail_min {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .item_new_detail_min_main {
    gap: 13px;
    margin-bottom: 10px;
  }
  .item_new_detail_min_main_box_title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .item_new_detail_min_main_box_volume {
    font-size: 14px;
  }
  .item_new_detail_min_price_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 35px;

  }
  .item_new_detail_min_price_wrap .c-btn03 {
    width: 100%;
    min-width: 270px;
    padding: 15px 70px;
    max-width: 100%;
  }
  .item_new_detail_min_price_wrap .c-btn03 .btn-txt {
    font-size: 14px;
  }
  .item_new_detail_min_price_wrap .c-btn03 .ico {
    width: 70px;
  }
  .item_new_detail_min_price_wrap .c-btn03 .ico .c-svg {
    width: 22px;
    height: 21px;
  }
  .item_new_detail_min_price {
    font-size: 14px;
  }
  .item_new_detail_min_price span {
    font-size: 26px;
    font-weight: 700;
  }
  .item_new_detail_news_wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .item-template-clbb-ex .subsc-banner_img-area img {
    height: auto;
    max-width: 80%;
  }
  .item-template-clbb-ex .subsc-banner_name-area {
    margin-left: -38%;
  }
}
.detail_lead_inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 135px auto 0;
}
.detail_lead_main_image {
  display: block;
  width: 100%;
  margin-bottom: 100px;
}
.detail_lead_main_image img {
  display: block;
  width: 100%;
}
.detail_lead_title {
  margin: 0 auto 45px;
  width: 100%;
  max-width: 800px;
}
.detail_lead_image {
  width: 100%;
  max-width: 567px;
  margin: 0 auto 35px;
}
.detail_lead_image img {
  display: block;
  width: 100%;
  position: relative;
  right: -37px;
}
.detail_lead_text {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 45px;
}
.detail_lead_text_gold {
  display: block;
  color: #D7A74C;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 2.1;
  font-weight: 700;
}
.detail_lead_text_big2 {
  font-size: 28px;
  letter-spacing: 0.05em;
  color: #D7A74C;
  font-weight: 600;
}
.detail_lead_note {
  display: block;
  max-width: 720px;
  width: 100%;
  margin: 5px auto 0;
}
.detail_lead_text_gold_big {
  font-size: 24px;
  line-height: 1.7916667;
}
.detail_lead_image_ba {
  max-width: 585px;
  width: 100%;
  margin: 0 auto 70px;
}
.detail_lead_image_ba img {
  margin-bottom: 5px;
  width: 100%;
}
.detail_lead_image_ba .note {
  text-align: right;
  display: block;
}
.detail_lead_image_item {
  width: 100%;
  max-width: 220px;
}
.detail_lead_image_item img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.detail_lead_image_flex .note {
  text-align: right;
  width: 100%;
  font-size: 10px;
  display: block;
}
.detail_seibunimg {
  display: block;
  width: 100%;
  max-width: 720px;
  margin: 85px auto 70px;
  border: solid 1px #D7A74C;
  padding: 81px 25px 15px;
  position: relative;
}
.detail_seibunimg_text {
  display: block;
  width: 100%;
  max-width: 347px;
  text-align: center;
  background-color: #D7A74C;
  color: #ffffff;
  padding: 10px 5px 4px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.65;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.detail_seibunimg_text span {
  font-size: 24px;
}
.detail_seibunimg img {
  display: block;
  width: 100%;
  max-width: 479px;
  margin: 0 auto 20px;
}
.detail_seibunimg_note {
  display: block;
  width: 100%;
  text-align: right;
}
.detail_step_title {
  width: 100%;
  max-width: 720px;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  padding: 11px 0;
  background: linear-gradient(to right, #B88936 0%, #CAA25A 69%, #FCE6BD 85%, #B88936 100%);
  font-weight: 600;
  margin: 0 auto 40px;
  border-radius: 3px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  letter-spacing: 3%;
}
.detail_step_title span {
  font-size: 38px;
}
.detail_step_wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 26px;
}
.detail_step_item {
  width: 160px;
  height: 190px;
  border-radius: 100px;
  text-align: center;
  position: relative;
  background-color: #FEF7F0;
}
.detail_step_item:not(:last-child)::after {
  content: "";
  display: block;
  width: 46px;
  height: 15px;
  background-image: url('../img/item/clbb-ex/step_arrow.svg');
  position: absolute;
  right: -35px;
  bottom: 39px;
}
.detail_step_item_num {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  padding-top: 19px;
  margin-bottom: 20px;
  line-height: 1.75;
  color: #251E1C;
  font-size: 16px;
  display: block;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: 600;
}
.detail_step_item_num span {
  font-size: 30px;
  letter-spacing: 0.08em;
  display: block;
  margin-top: -15px;
}
.detail_step_item_text {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: #D7A74C;
}
.detail_point_container {
  max-width: 1240px;
  width: 100%;
  margin: 100px auto 0;
  background-color: #F3F2EF;
  padding: 97px 0 114px;
}
.detail_point_wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
}
.detail_point_item {
  width: 100%;
  padding: 50px 100px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.detail_point_item + .detail_point_item {
  margin-top: 30px;
}
.detail_point_num {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  background-color: #352E3A;
  padding: 11px 0;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 3px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
.detail_point_num span {
  font-size: 40px;
}
.detail_point_title {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 35px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.detail_point_title .border {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #FFF2BA;
  text-decoration-thickness: 20px;
  text-underline-offset: -10px;
  display: inline-block;
  z-index: 3;
}
.detail_point_title .border .num {
  position: relative;
  display: inline-block;
}
.detail_point_title .border .num::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 7px;
  background-color: #FFF2BA;
  z-index: -1;
}
.img_flex {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 40px;
}
.img_flex_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 80px;
}
.img_flex_item {
  width: 100%;
  max-width: 200px;
}
.img_flex_item .new {
  display: block;
  margin: 0 auto;
  width: 47.67px;
}
.img_flex_item p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
  line-height: 1.175;
}
.img_flex_item .new + img {
  margin-top: 13px;
}
.img_flex_item_image {
  width: 100%;
  margin-top: 17px;
}
.img_flex_item:first-child {
  position: relative;
}
.img_flex_item:first-child::after,
.img_flex_item:first-child::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 44%;
  right: -60px;
}
.img_flex_item:first-child::after {
  transform: translateY(-50%) rotate(45deg);
}
.img_flex_item:first-child::before {
  transform: translateY(-50%) rotate(-45deg);
}
.img_flex .note {
  display: block;
  margin-top: 3px;
  text-align: right;
}
.txt_note {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
}
.note {
  font-weight: 400!important;
}
.detail_point_item .txt {
  margin-bottom: 55px;
}
.img_flex2 {
  width: 100%;
  max-width: 515px;
  margin: 0 auto 45px;
}
.img_flex2_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 13px;
  position: relative;
  left: 15px;
}
.img_flex2_item {
  max-width: 160px;
}
.img_flex2_item p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: -10px;
  margin-left: -10px;
}
.img_flex2_item .img_flex2_item_image {
  margin-top: 20px;
}
.img_flex2_item .new + .img_flex2_item_image {
  margin-top: 6px;
}
.img_flex2 .note {
  display: block;
  margin-top: 3px;
  text-align: right;
}
.img_flex2_item .new {
  display: block;
  margin: 0 auto;
  width: 47.67px;
  position: relative;
  left: -10px;
}
.img_border_flex {
  margin: 0 auto 35px;
}
.img_border_flex_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 27px 23px;
}
.img_border_flex_item {
  max-width: 250px;
  width: calc((100% - 23px) / 2);
  border: solid 1px #D7A74C;
  padding: 28px 10px 10px;
  box-sizing: border-box;
  position: relative;
  margin-top: 23px;
}
.img_border_flex_item_hdg {
  position: absolute;
  width: calc(100% - 40px);
  background-color: #D7A74C;
  border-radius: 3px;
  line-height: 1;
  padding: 11px 5px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: 700;
}
.img_border_flex_item_image {
  display: block;
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
}
.img_border_flex_item_title {
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  margin-bottom: 3px;
  letter-spacing: -0.01em;
  color: #D7A74C;
}
.img_border_flex_item_title sup {
  letter-spacing: -0.1em;
}
.img_border_flex_item_title .normal {
  font-weight: 500;
}
.img_border_flex_item_title .small {
  font-weight: 500;
  font-size: 12px;
  color: #251E1C;
}
.img_border_flex_item_text {
  font-size: 16px;
  text-align: left;
}
.img_border_flex .note {
  display: block;
  margin-top: 3px;
  text-align: right;
}
.detail_point_box {
  border: solid 1px #251E1C;
  padding: 15px 25px;
  box-sizing: border-box;
  margin-bottom: 40px;
  border-radius: 3px;
}
.detail_point_box_title {
  text-align: center;
  color: #D7A74C;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #D7A74C;
}
.detail_point_box_list li + li {
  margin-top: 15px;
}
.detail_point_box_list_title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
}
.detail_point_box_list_text {
  font-size: 16px;
  line-height: 1.375;
}
.detail_point_text_arrow {
  position: relative;
  padding-bottom: 55px;
}
.detail_point_text_arrow::after{
  content: "";
  display: block;
  width: 60px;
  height: 38px;
  background-image: url('../img/item/point_arrow.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.detail_point_gold_box {
  display: block;
  width: 100%;
  border: solid 1px #D7A74C;
  padding: 50px 10px 25px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}
.detail_point_gold_box_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.777;
  padding: 4px 10px;
  background-color: #D7A74C;
  color: #ffffff;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  letter-spacing: 0;
}
.detail_point_gold_box .img_flex_wrap {
  gap: 35px;
}
.detail_point_gold_box .img_flex_item {
  width: 200px;
  text-align: center;
}
.detail_point_gold_box .img_flex_item img {
  max-width: 140px;
  margin-right: auto;
  margin-left: auto;
}
.detail_point_flex3 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
}
.detail_point_flex3_image {
  display: block;
  width: 212px;
}
.detail_point_flex3_box {
  margin-top: 50px;
}
.detail_point_flex3_box_new {
  display: block;
  width: 48px;
  margin-bottom: 10px;
}
.detail_point_flex3_box_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.333;
  margin-bottom: 13px;
}
.detail_point_flex3_box_text {
  font-size: 18px;
  font-weight: 500;
}
.detail_point_cross {
  display: block;
  margin: 10px auto 50px;
}
.detail_point_cross img {
  display: block;
  width: 50px;
  margin: 0 auto;
}
.ingredient_flex {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px 30px;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.ingredient_flex_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 135px;
  text-align: center;
  color: #ffffff;
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: -0.15em;
  background-image: url('../img/item/ingredient-bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.detail_massage_container {
  margin-bottom: 116px;
}
.detail_massage_container_wrap {
  max-width: 1240px;
  width: 100%;
  margin: 95px auto 0;
  background-color: #FEF7F0;
  padding: 100px 0;
}
.detail_massage_container_inner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.detail_massage_container h2 {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 28px;
  line-height: 1.57;
  letter-spacing: 0.07em;
  margin-bottom: 30px;
  color: #251E1C;
}
.detail_massage_container h2 span {
  color: #D7A74C;
}
.detail_massage_container_box {
  width: 100%;
  padding: 70px 100px 40px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.detail_massage_container_box_flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 35px;
  margin-bottom: 35px;
}
.detail_massage_container_box_flex_item {
  max-width: 150px;
  width: calc((100% - 70px) / 2);
}
.detail_massage_container_box_flex_item:not(:last-child) .detail_massage_container_box_flex_item_image::after{
  content: "OR";
  color: #767676;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.detail_massage_container_box_flex_item_title {
  display: block;
  width: 100%;
  background-color: #D7A74C;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 7px 5px 6px;
}
.detail_massage_container_box_flex_item_image {
  width: 100%;
  border: solid 1px #D7A74C;
  position: relative;
  margin-bottom: 7px;
}
.detail_massage_container_box_flex_item_image img {
  display: block;
  width: 100%;
}
.detail_massage_container_box_flex_item_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14;
}
.detail_massage_container_box_plus {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #D7A74C;
  margin: 0 auto 15px;
  position: relative;
}
.detail_massage_container_box_plus::before,
.detail_massage_container_box_plus::after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.detail_massage_container_box_plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.detail_massage_container_box_step {
  width: 100%;
  border: solid 1px #D7A74C;
  margin-bottom: 15px;
}
.detail_massage_container_box_step_title {
  display: block;
  width: 209px;
  text-align: center;
  line-height: 1;
  padding: 4px 5px;
  box-sizing: border-box;
  background-color: #D7A74C;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}
.detail_massage_container_box_step_flex {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}
.detail_massage_container_box_step_flex img {
  display: block;
  width: 180px;
}
.detail_massage_container_box_step_flex_box {
  display: block;
  width: calc(100% - 210px);
  margin-top: 23px;
}
.detail_massage_container_box_step_flex_box_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333;
  margin-bottom: 9px;
}
.detail_massage_container_box_step_flex_box_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
.detail_massage_container_box_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 40px;
}
.detail_howto_container {
  margin: 65px 0 95px;
}
.detail_howto_inner {
  width: 100%;
  max-width: 760px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.detail_howto_container h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 35px;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.detail_howto_container h2::after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background-color: #000000;
  position: absolute;;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.detail_howto_box {
  width: 100%;
}
.detail_howto_box + .detail_howto_box {
  margin-top: 35px;
}
.detail_howto_box_step {
  width: 100%;
  border-bottom: solid 1px #251E1C;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 45px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;margin-bottom: 25px;
}
.detail_howto_box_step span {
  font-size: 43px;
}
.detail_howto_box_item {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 90px;
}
.detail_howto_box_item_img {
  display: block;
  width: 200px;
}
.detail_howto_box_item_right {
  width: calc(100% - 290px);
}
.detail_howto_box_item_right_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.detail_howto_box_item_right_text {
  font-size: 16px;
}
.detail_other_container {
  margin-bottom: 150px;
}
.detail_other_inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.detail_other_container .aco-box {
  width: 100%;
  padding: 55px 40px;
  box-sizing: border-box;
  border-top: solid 1px #251E1C;
}
.detail_other_container .aco-box .js-aco-btn {
  width: 100%;
  position: relative;
}
.detail_other_container .aco-box .js-aco-btn::before,
.detail_other_container .aco-box .js-aco-btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: #251E1C;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.detail_other_container .aco-box .js-aco-btn::after {
  transform: translateY(-50%) rotate(90deg);
}
.detail_other_container .aco-box .js-aco-btn.is-active::after {
  transform: translateY(-50%);
}
.detail_other_container .aco-box .aco-ttl {
  font-size: 20px;
}
.detail_other_container .aco-box .txt {
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  .detail_lead_inner {
    max-width: 100%;
    margin: 75px auto 0;
  }
  .detail_lead_main_image {
    display: block;
    width: calc(100% + 40px);
    margin-bottom: 100px;
    margin: 0 -20px 27px;
  }
  .detail_lead_title {
    margin: 0 auto 27px;
    max-width: 300px;
  }
  .detail_lead_image {
    max-width: 333px;
    margin: 0 auto 27px;
  }
  .detail_lead_image img {
    right: 0;
  }
  .detail_lead_text {
    font-size: 14px;
    line-height: 1.714;
    margin-bottom: 27px;
  }
  .detail_lead_text_gold {
    font-size: 14px;
    line-height: 1.7142857;
  }
  .detail_lead_text_big2 {
    font-size: 19px;
  }
  .detail_lead_text_gold_big {
    font-size: 19px;
    line-height: 1.263579;
  }
  .detail_lead_image_ba {
    max-width: 330px;
    margin-bottom: 40px;
  }
  .detail_seibunimg {
    max-width: 100%;
    margin: 65px auto 45px;
    padding: 60px 25px 10px;
  }
  .detail_seibunimg_text {
    max-width: 233px;
    padding: 2px 5px;
    font-size: 14px;
    top: -25px;
  }
  .detail_seibunimg_text span {
    font-size: 17px;
  }
  .detail_seibunimg img {
    max-width: 282px;
  }
  .detail_seibunimg_note {
    display: block;
    width: 100%;
    text-align: right;
  }
  .detail_step_title {
    max-width: 335px;
    font-size: 24px;
    padding: 11px 0;
    margin-bottom: 30px;
  }
  .detail_step_title span {
    font-size: 27px;
  }
  .detail_step_wrap {
    justify-content: flex-start;
    gap: 7px;
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
  }
  .detail_step_item {
    width: 78px;
    height: 95px;
  }
  .detail_step_item:not(:last-child)::after {
    background-image: url('../img/item/clbb-ex/step_arrow_sp.svg?v2');
    bottom: 15px;
    right: -18px;
    width: 28.5px;
    height: 8px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 3;
  }
  .detail_step_item_num {
    padding-top: 10px;
    margin-bottom: 5px;
    font-size: 10px;
  }
  .detail_step_item_num span {
    font-size: 16px;
    margin-top: -5px;
  }
  .detail_step_item_text {
    font-size: 15px;
    letter-spacing: -0.01em;
  }
  .detail_point_container {
    max-width: 100%;
    margin: 40px auto 0;
    padding: 40px 8px;
    box-sizing: border-box;
  }
  .detail_point_wrap {
    max-width: 100%;
  }
  .detail_point_item {
    padding: 40px 13px;
  }
  .detail_point_item + .detail_point_item {
    margin-top: 42px;
  }
  .detail_point_num {
    font-size: 24px;
    padding: 5px 0;
    margin-bottom: 20px;
  }
  .detail_point_num span {
    font-size: 34px;
  }
  .detail_point_title {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
  }
  .detail_point_title .border .num::before{
    bottom: 1px;
  }
  .detail_point_title .border.border2 .num {
    position: static!important;
  }
  .img_flex {
    width: 100%;
    max-width: 335px;
    margin: 0 auto 20px;
  }
  .img_flex_wrap {
    gap: 50px;
  }
  .img_flex_item {
    max-width: 140px;
  }
  .img_flex_item .new {
    width: 34px;
  }
  .img_flex_item p {
    font-size: 14px;
    margin-top: 5px;
  }
  .img_flex_item img {
    margin-top: 14px;
  }
  .img_flex_item .new + img {
    margin-top: 4px;
  }
  .img_flex_item:first-child::after,
  .img_flex_item:first-child::before {
    top: 40%;
    right: -45px;
  }
  .detail_point_item .txt {
    margin-bottom: 20px;
  }
  .img_flex2 {
    max-width: 335px;
    margin: 0 auto 20px;
  }
  .img_flex2_wrap {
    gap: 5px;
    left: 5px;
  }
  .img_flex2_item {
    max-width: 112px;
  }
  .img_flex2_item p {
    font-size: 14px;
    margin-top: -5px;
    margin-left: -10px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -0.1em;
  }
  .img_flex2_item p sup {
    letter-spacing: 0;
  }
  .img_flex2_item .img_flex2_item_image {
    margin-top: 14px;
  }
  .img_flex2_item .new + .img_flex2_item_image {
    margin-top: 4px;
  }
  .img_flex2_item .new {
    width: 34px;
    left: -5px;
  }
  .img_border_flex {
    margin: 0 auto 20px;
    max-width: 335px;
  }
  .img_border_flex_wrap {
    gap: 15px;
  }
  .img_border_flex_item {
    max-width: 160px;
    width: calc((100% - 15px) / 2);
    padding: 20px 5px 10px;
    margin-top: 15px;
  }
  .img_border_flex_item_hdg {
    width: calc(100% - 20px);
    padding: 5.5px 5px;
    top: -15px;
    font-size: 14px;
  }
  .img_border_flex_item_image {
    max-width: 100px;
  }
  .img_border_flex_item_title {
    font-size: 14px;
    margin-bottom: 5px;
    min-height: 51px;
  }
  .img_border_flex_item_title sup {
    letter-spacing: 0;
  }
  .img_border_flex_item_title .normal {
    margin-left: auto;
  }
  .img_border_flex_item_title .small {
    font-size: 10px;
    display: block;
    text-align: right;
  }
  .img_border_flex_item_text {
    font-size: 14px;
  }
  .detail_point_box {
    padding: 20px;
    margin-bottom: 20px;
  }
  .detail_point_box_title {
    font-size: 17px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .detail_point_box_list li + li {
    margin-top: 20px;
  }
  .detail_point_box_list_title {
    font-size: 14px;
  }
  .detail_point_box_list_text {
    font-size: 14px;
    line-height: 1.375;
  }
  .detail_point_gold_box {
    padding: 30px 10px 15px;
    max-width: 290px;
    margin: 0 auto 20px;
  }
  .detail_point_gold_box_title {
    font-size: 14px;
    padding: 4px 5px;
    top: -20px;
  }
  .detail_point_gold_box .img_flex_wrap {
    gap: 20px;
  }
  .detail_point_gold_box .img_flex_item {
    width: 110px;
  }
  .detail_point_gold_box .img_flex_item img {
    max-width: 88px;
  }
  .detail_point_flex3 {
    gap: 25px;
  }
  .detail_point_flex3_image {
    width: 112px;
  }
  .detail_point_flex3_box {
    margin-top: 15px;
  }
  .detail_point_flex3_box_new {
    width: 38px;
    margin-bottom: 3px;
  }
  .detail_point_flex3_box_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .detail_point_flex3_box_text {
    font-size: 16px;
    line-height: 1.18;
  }
  .detail_point_cross {
    margin: 10px auto 45px;
  }
  .detail_point_cross img {
    width: 40px;
  }
  .ingredient_flex {
    gap: 15px 20px;
    max-width: 335px;
    margin: 0 auto 20px;
  }
  .ingredient_flex_item {
    width: 95px;
    height: 95px;
    font-size: 16px;
  }
  .detail_massage_container {
    margin-bottom: 70px;
  }
  .detail_massage_container_wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 0;
  }
  .detail_massage_container_inner {
    max-width: 290px;
  }
  .detail_massage_container h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .detail_massage_container_box {
    padding: 35px 60px 15px;
  }
  .detail_massage_container_box_flex {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 35px;
    margin-bottom: 20px;
  }
  .detail_massage_container_box_flex_item {
    max-width: 167px;
    width: 100%;
    position: relative;
  }
  .detail_massage_container_box_flex_item:not(:last-child)::after{
    content: "OR";
    color: #767676;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: initial;
    bottom: -25px;
    transform: translateX(-50%);
  }
  .detail_massage_container_box_flex_item:not(:last-child) .detail_massage_container_box_flex_item_image::after {
    content: none;
  }
  .detail_massage_container_box_flex_item_title {
    font-size: 15px;
    padding: 7px 5px 6px;
  }
  .detail_massage_container_box_flex_item_image {
    margin-bottom: 10px;
  }
  .detail_massage_container_box_flex_item_text {
    font-size: 14px;
  }
  .detail_massage_container_box_plus {
    width: 28px;
    height: 28px;
    margin: 0 auto 20px;
  }
  .detail_massage_container_box_plus::before,
  .detail_massage_container_box_plus::after {
    width: 14px;
  }
  .detail_massage_container_box_step {
    width: 100%;
    border: solid 1px #D7A74C;
    margin-bottom: 20px;
  }
  .detail_massage_container_box_step_title {
    width: 100%;
    padding: 4px 5px;
    font-size: 15px;
    margin-bottom: 25px;
  }
  .detail_massage_container_box_step_flex {
    padding: 0 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
  }
  .detail_massage_container_box_step_flex img {
    width: 135px;
  }
  .detail_massage_container_box_step_flex_box {
    width: 100%;
    margin-top: 0;
  }
  .detail_massage_container_box_step_flex_box_title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .detail_massage_container_box_step_flex_box_text {
    font-size: 13px;
  }
  .detail_massage_container_box_text {
    font-size: 14px;
    width: calc(100% + 80px);
    margin: 0 -40px 30px;
  }
  .detail_massage_container_box .note {
    display: block;
    width: calc(100% + 80px);
    margin: 0 -40px;
  }
  .detail_howto_container {
    margin: 75px 0;
  }
  .detail_howto_inner {
    max-width: 100%;
  }
  .detail_howto_container h2 {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .detail_howto_container h2::after {
    width: 65px;
  }
  .detail_howto_box + .detail_howto_box {
    margin-top: 60px;
  }
  .detail_howto_box_step {
    font-size: 16px;
  }
  .detail_howto_box_step span {
    font-size: 24px;
  }
  .detail_howto_box_item {
    max-width: 100%;
    gap: 25px;
  }
  .detail_howto_box_item_img {
    width: 100px;
  }
  .detail_howto_box_item_right {
    width: calc(100% - 125px);
  }
  .detail_howto_box_item_right_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .detail_howto_box_item_right_text {
    font-size: 14px;
  }
  .detail_other_container {
    margin-bottom: 75px;
  }
  .detail_other_inner {
    max-width: 100%;
  }
  .detail_other_container .aco-box {
    padding: 30px 0 50px;
  }
  .detail_other_container .aco-box .aco-ttl {
    font-size: 16px;
  }
  .detail_other_container .aco-box .txt {
    margin-top: 50px;
    font-size: 10px;
  }
  .detail_other_container .aco-box .js-aco-btn::before,
  .detail_other_container .aco-box .js-aco-btn::after {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background-color: #251E1C;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s;
  }
  .detail_other_container .aco-box .js-aco-btn::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .detail_other_container .aco-box .js-aco-btn.is-active::after {
    transform: translateY(-50%);
  }
}
.item-template-clbb-ex .detail_step_wrap .detail_step_item:last-child .detail_step_item_text {
  letter-spacing: -0.1em;
}
.item-template-clbb-ex .item_new_detail_images_main .slick-slide:first-child img {
  margin-top: 125px;
  padding-left: 50px;
}
.item-template-clbb-ex .point01 .img01 {
  max-width: 544px;
  width: 100%;
  margin-bottom: 80px;
}
.item-template-clbb-ex .point01 .img01 img {
  position: relative;
  right: -12px;
}
.item-template-clbb-ex .point02 .image {
  position: relative;
  margin: 85px auto 17px;
  width: 564px;
}
.item-template-clbb-ex .point02 .image img {
  position: relative;
  right: -20px;
}
.item-template-clbb-ex .point02 .image::before {
  content: "";
  display: block;
  width: 118px;
  height: 48px;
  background-image: url('../img/item/powerup_black.png?v2');
  background-size: 100% 100%;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 2;
}
.item-template-clbb-ex .point04 .detail_point_title {
  position: relative;
  margin-top: 50px;
  margin-bottom: 65px;
}
.item-template-clbb-ex .point04 .detail_point_title::before {
  content: "";
  display: block;
  width: 118px;
  height: 48px;
  background-image: url('../img/item/powerup_black.png?v2');
  background-size: 100% 100%;
  position: absolute;
  top: -40px;
  left: 40px;
  z-index: 2;
}
.item-template-clbb-ex .point02 .detail_point_title sup,
.item-template-clbb-ex .point04 .detail_point_title sup {
  position: relative;
}
.item-template-clbb-ex .point02 .detail_point_title sup span,
.item-template-clbb-ex .point04 .detail_point_title sup span {
  position: relative;
  z-index: 2;
}
.item-template-clbb-ex .point02 .detail_point_title sup::after,
.item-template-clbb-ex .point04 .detail_point_title sup:after {
  content: "";
  width: 100%;
  height: 20px;
  background-color: #FFF2BA;
  position: absolute;
  bottom: -18px;
  left: 0;
  z-index: -1;
}
.item-template-clbb-ex .point05 .detail_point_title {
  position: relative;
  margin-top: 50px;
}
.item-template-clbb-ex .point05 .detail_point_title::before {
  content: "";
  display: block;
  width: 118px;
  height: 48px;
  background-image: url('../img/item/powerup_black.png?v2');
  background-size: 100% 100%;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 2;
}
.item-template-clbb-ex .point05 .img01 {
  width: 500px;
  margin-left: 73px;
  margin-right: -43px;
  margin-bottom: 40px;
}
.item-template-clbb-ex .point05 .img01 .detail_point_img_title {
  margin: 0 auto -20px;
}
.item-template-clbb-ex .point05 .img01 .detail_point_img_title p {
  text-align: center;
  font-size: 18px;
  font-weight: 505;
  line-height: 1;
  padding: 10px 15px;
  border: solid 1px #251E1C;
  display: inline-block;
  margin-left: 25px;
}
@media only screen and (max-width: 640px) {
  .item-template-clbb-ex .item_new_detail_images_main .slick-slide:first-child img {
    margin-top: 100px;
    padding-left: 35px;
  }
  .item-template-clbb-ex .point01 .img01 {
    max-width: 335px;
    margin: 0 auto 20px;
  }
  .item-template-clbb-ex .point01 .img01 img {
    right: initial;
  }
  .item-template-clbb-ex .point02 .image {
    margin: 80px auto 20px;
    max-width: 335px;
    width: 100%;
  }
  .item-template-clbb-ex .point02 .image img {
    right: initial;
  }
  .item-template-clbb-ex .point02 .image::before {
    top: -50px;
    left: 0;
  }
  .item-template-clbb-ex .point04 .detail_point_title {
    margin-top: 65px;
  }
  .item-template-clbb-ex .point02 .detail_point_title sup::after,
  .item-template-clbb-ex .point04 .detail_point_title sup:after {
    bottom: -15px;
  }
  .item-template-clbb-ex .point04 .detail_point_title::before {
    top: -45px;
    left: calc(50% - 100px);
    transform: translateX(-50%);
  }
  .item-template-clbb-ex .point05 .detail_point_title {
    margin-top: 65px;
  }
  .item-template-clbb-ex .point05 .detail_point_title::before {
    top: -40px;
    left: calc(50% - 85px);
    transform: translateX(-50%);
  }
  .item-template-clbb-ex .point05 .img01 {
    width: 100%;
    max-width: 335px;
    margin: 0 auto 20px;
  }
  .item-template-clbb-ex .point05 .img01 .detail_point_img_title {
    margin: 0 auto;
    text-align: center;
  }
  .item-template-clbb-ex .point05 .img01 .detail_point_img_title p {
    font-size: 16px;
    margin-left: 0;
  }
}

.item-template-clbm-ex .detail_lead_text {
  font-weight: 500;
  margin-bottom: 0;
}
.item-template-clbm-ex .detail_lead_title {
  max-width: 720px;
}
.item-template-clbm-ex .point01 .img01 {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 20px;
}
.item-template-clbm-ex .point01 .detail_point_text_arrow {
  text-align: center;
  margin-bottom: 55px;
}
.item-template-clbm-ex .point01 .detail_point_gold_box_title {
  width: 100%;
  max-width: 343px;
}
.item-template-clbm-ex .point01 .detail_point_gold_box {
  padding-top: 30px;
}
.item-template-clbm-ex .point01 .detail_point_gold_box .img_flex {
  margin-bottom: 0;
  margin-top: 25px
}
.item-template-clbm-ex .point01 .detail_point_gold_box .img_flex_wrap {
  align-items: flex-start;
}
.item-template-clbm-ex .point01 .detail_point_gold_box .img_flex_item {
  text-align: center;
}
.item-template-clbm-ex .point01 .detail_point_gold_box .img_flex_item:first-child::before,
.item-template-clbm-ex .point01 .detail_point_gold_box .img_flex_item:first-child::after {
  content: none;
}
.item-template-clbm-ex .point01 .detail_point_gold_box .img_flex_item:last-child p {
  letter-spacing: -0.01em;
}
.item-template-clbm-ex .point01 .detail_point_title {
  position: relative;
  margin-top: 60px;
}
.item-template-clbm-ex .point01 .detail_point_title::before {
  content: "";
  display: block;
  width: 118px;
  height: 48px;
  background-image: url('../img/item/powerup_black.png?v2');
  background-size: 100% 100%;
  position: absolute;
  top: -40px;
  left: 12px;
  z-index: 2;
}
.item-template-clbm-ex .point02 .img01 {
  max-width: 400px;
  width: 100%;
  margin: 0 auto 10px;
}
.item-template-clbm-ex .point02 .img02 {
  width: 100%;
  max-width: 408px;
  margin: 0 auto 20px;
  position: relative;
  left: 8px;
}
.item-template-clbm-ex .point02 .img03 {
  width: 100%;
  max-width: 408px;
  margin: 0 auto 55px;
  position: relative;
  left: 8px;
}
.item-template-clbm-ex .point03 .img_flex2_item .new {
  left: -5px;
}
.item-template-clbm-ex .point03 .img_flex2_item p {
  margin-top: 0;
}
.item-template-clbm-ex .point04 .detail_point_gold_box_title {
  width: 100%;
  max-width: 306px;
}
.item-template-clbm-ex .point04 .img_flex2 {
  margin-bottom: 0;
}
.item-template-clbm-ex .point04 .img_flex2_wrap {
  left: 0;
}
.item-template-clbm-ex .point04 .img_flex2_item .new {
  left: -5px;
}
.item-template-clbm-ex .point04 .img_flex2_item p {
  margin-top: 0;
}
.item-template-clbm-ex .point04 .img_flex2_item:last-child p {
  max-width: 130px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.item-template-clbm-ex .point04 .img_flex2_item {
  max-width: 155px;
  text-align: center;
}
.item-template-clbm-ex .point04 .img_flex2_item_image {
  max-width: 147px;
  margin-right: auto;
  margin-left: auto;
}
.item-template-clbm-ex .point05 .img01 {
  width: 500px;
  margin-left: 73px;
  margin-right: -43px;
  margin-bottom: 40px;
}
.item-template-clbm-ex .point05 .detail_point_title {
  position: relative;
  margin-top: 60px;
}
.item-template-clbm-ex .point05 .detail_point_title::before {
  content: "";
  display: block;
  width: 118px;
  height: 48px;
  background-image: url('../img/item/powerup_black.png?v2');
  background-size: 100% 100%;
  position: absolute;
  top: -40px;
  left: 5px;
  z-index: 2;
}
.item-template-clbm-ex .point05 .img01 .detail_point_img_title {
  margin: 0 auto -20px;
}
.item-template-clbm-ex .point05 .img01 .detail_point_img_title p {
  text-align: center;
  font-size: 18px;
  font-weight: 505;
  line-height: 1;
  padding: 10px 15px;
  border: solid 1px #251E1C;
  display: inline-block;
  margin-left: 25px;
}
.item-template-clbm-ex .item_new_detail_images_main .slick-slide:first-child img {
  margin-top: 125px;
  padding-left: 50px;
}

@media only screen and (max-width: 640px) {
  .item-template-clbm-ex .detail_lead_title {
    max-width: 302px;
  }
  .item-template-clbm-ex .point01 .img01 {
    max-width: 250px;
    margin-bottom: 15px;
  }
  .item-template-clbm-ex .point01 .detail_point_gold_box_title {
    max-width: 263px;
  }
  .item-template-clbm-ex .point01 .detail_point_gold_box .img_flex {
  margin-top: 15px
}
  .item-template-clbm-ex .point01 .detail_point_gold_box .img_flex_wrap {
    align-items: flex-start;
  }
  .item-template-clbm-ex .point01 .detail_point_gold_box .img_flex_item {
    text-align: center;
  }
  .item-template-clbm-ex .point01 .detail_point_gold_box .img_flex_item:first-child::before,
  .item-template-clbm-ex .point01 .detail_point_gold_box .img_flex_item:first-child::after {
    content: none;
  }
  .item-template-clbm-ex .point01 .detail_point_title::before {
    top: -40px;
    left: calc(50% - 80px);
    transform: translateX(-50%);
  }
  .item-template-clbm-ex .point04 .detail_point_title sup {
    position: relative;
  }
  .item-template-clbm-ex .point04 .detail_point_title sup span {
    position: relative;
    z-index: 2;
  }
  .item-template-clbm-ex .point04 .detail_point_title sup:after {
    content: "";
    width: 100%;
    height: 18px;
    background-color: #FFF2BA;
    position: absolute;
    bottom: -17px;
    left: 0;
    z-index: -1;
  }
  .item-template-clbm-ex .point02 .img01 {
    max-width: 250px;
    margin: 0 auto 15px;
  }
  .item-template-clbm-ex .point02 .img02 {
    max-width: 254px;
    margin: 0 auto 20px;
    left: 4px;
  }
  .item-template-clbm-ex .point02 .img03 {
    max-width: 254px;
    margin: 0 auto 35px;
    left: 4px;
  }
  .item-template-clbm-ex .point04 .detail_point_gold_box {
    max-width: 335px;
  }
  .item-template-clbm-ex .point04 .detail_point_gold_box_title {
    max-width: 210px;
  }
  .item-template-clbm-ex .point04 .img_flex2_wrap {
    left: 0;
    gap: 15px;
  }
  .item-template-clbm-ex .point04 .img_flex2_item:last-child p {
    max-width: 100%;
    text-align: center;
  }
  .item-template-clbm-ex .point04 .img_flex2_item {
    max-width: 85px;
  }
  .item-template-clbm-ex .point04 .img_flex2_item_image {
    max-width: 100%;
  }
  .item-template-clbm-ex .point05 .img01 {
    max-width: 335px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .item-template-clbm-ex .point05 .detail_point_title {
    margin-top: 70px;
  }
  .item-template-clbm-ex .point05 .detail_point_title::before {
    top: -40px;
    left: calc(50% - 85px);
    transform: translateX(-50%);
  }
  .item-template-clbm-ex .point05 .img01 .detail_point_img_title {
    margin: 0 auto;
    text-align: center;
  }
  .item-template-clbm-ex .point05 .img01 .detail_point_img_title p {
    font-size: 16px;
    margin-left: 0;
  }
  .item-template-clbm-ex .item_new_detail_images_main .slick-slide:first-child img {
    margin-top: 100px;
    padding-left: 35px;
  }
}
.item-template-clbw-ex .point01 .detail_point_title .border .num::before {
  bottom: 6px;
}
.item-template-clbw-ex .point01 .detail_point_title sup,
.item-template-clbw-ex .point02 .detail_point_title sup,
.item-template-clbw-ex .point04 .detail_point_title sup {
  position: relative;
}
.item-template-clbw-ex .point01 .detail_point_title sup span,
.item-template-clbw-ex .point02 .detail_point_title sup span,
.item-template-clbw-ex .point04 .detail_point_title sup span {
  position: relative;
  z-index: 2;
}
.item-template-clbw-ex .point01 .detail_point_title sup:after {
  bottom: -17px;
}
.item-template-clbw-ex .point02 .detail_point_title sup::after,
.item-template-clbw-ex .point04 .detail_point_title sup:after {
  content: "";
  width: 100%;
  height: 18px;
  background-color: #FFF2BA;
  position: absolute;
  bottom: -17px;
  left: 0;
  z-index: -1;
}
.item-template-clbw-ex .detail_lead_title {
  width: 100%;
  max-width: 760px;
}
.item-template-clbw-ex .detail_lead_image {
  width: 100%;
  max-width: 758px;
}
.item-template-clbw-ex .detail_lead_image img {
  position: static;
}
.item-template-clbw-ex .detail_lead_image .detail_lead_image_note {
  text-align: right;
  width: 100%;
}
.item-template-clbw-ex .detail_lead_text:nth-child(4) {
  margin-bottom: 0;
}
.item-template-clbw-ex .detail_lead_text + .detail_lead_text {
  margin-top: 15px;
}
.item-template-clbw-ex .detail_lead_image2 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.item-template-clbw-ex .detail_lead_image2 img {
  display: block;
  max-width: 818px;
  width: 100%;
  margin: 0 auto 13px;
}
.item-template-clbw-ex .detail_lead_image2_note {
  width: 100%;
  text-align: right;
}
.item-template-clbw-ex .detail_lead_image2_note:last-child {
  text-align: left;
  margin-top: 20px;
}
.item-template-clbw-ex .point01 .detail_point_title {
  position: relative;
  margin-top: 66px;
}
.item-template-clbw-ex .point01 .detail_point_title::before {
  content: "";
  display: block;
  width: 118px;
  height: 48px;
  background-image: url('../img/item/powerup_black.png?v2');
  background-size: 100% 100%;
  position: absolute;
  top: -40px;
  left: 45px;
  z-index: 2;
}
.item-template-clbw-ex .point01 .img01 {
  max-width: 480px;
  margin: 0 auto 32px;
}
.item-template-clbw-ex .point01 .img01 img {
  width: 100%;
  margin-bottom: 10px;
}
.item-template-clbw-ex .point01 .img01_note {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  text-align: right;
}
.item-template-clbw-ex .point02 .detail_point_title {
  position: relative;
  margin-top: 66px;
}
.item-template-clbw-ex .point02 .detail_point_title::before {
  content: "";
  display: block;
  width: 118px;
  height: 48px;
  background-image: url('../img/item/powerup_black.png?v2');
  background-size: 100% 100%;
  position: absolute;
  top: -40px;
  left: 60px;
  z-index: 2;
}
.item-template-clbw-ex .point02 .detail_point_flex4 {
  width: 100%;
  max-width: 460px;
  margin: 0 auto 32px;
}
.item-template-clbw-ex .point02 .detail_point_flex4_wrap {
  display: flex;
  gap: 32px 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.item-template-clbw-ex .point02 .detail_point_flex4_item {
  width: calc((100% - 40px) / 2);
  max-width: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.item-template-clbw-ex .point02 .detail_point_flex4_item_img {
  width: 100%;
  max-width: 148px;
}
.item-template-clbw-ex .point02 .detail_point_flex4_item_img img {
  display: block;
  width: 100%;
  padding-top: 21px;
}
.item-template-clbw-ex .point02 .detail_point_flex4_item_img .new {
  display: block;
  width: 49px;
  margin: 0 auto;
  padding-top: 0;
}
.item-template-clbw-ex .point02 .detail_point_flex4_item_img .new + img {
  margin-top: 7px;
  padding-top: 0;
}
.item-template-clbw-ex .point02 .detail_point_flex4_item_box {
  width: 100%;
}
.item-template-clbw-ex .point02 .detail_point_flex4_item_box_title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 11px;
  text-align: center;
}
.item-template-clbw-ex .point02 .detail_point_flex4_item_box_text {
  font-size: 16px;
  font-weight: 400;
}
.item-template-clbw-ex .point02 .img02 {
  width: 100%;
  max-width: 520px;
  margin: 0 auto 32px;
}
.item-template-clbw-ex .point03 .img01 {
  width: 100%;
  max-width: 420px;
  margin: 0 auto 32px
}
.item-template-clbw-ex .point03 .img01 p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.item-template-clbw-ex .point03 .img01 img {
  display: block;
  width: 100%;
}
.item-template-clbw-ex .point03 .img01_note {
  width: 100%;
  text-align: right;
}
.item-template-clbw-ex .point03 .detail_new_point_box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto 32px;
  background-color: #F0F0F5;
  display: flex;
  align-items: center;
  gap: 12px;
}
.item-template-clbw-ex .point03 .detail_new_point_box img {
  display: block;
  width: 100%;
  max-width: 260px;
  flex-shrink: 0;
}
.item-template-clbw-ex .point03 .detail_new_point_box p {
  width: clac(100% -272px);
  padding-right: 38px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
}
.item-template-clbw-ex .point04 .detail_point_title {
  position: relative;
  margin-top: 66px;
}
.item-template-clbw-ex .point04 .detail_point_title::before {
  content: "";
  display: block;
  width: 118px;
  height: 48px;
  background-image: url('../img/item/powerup_black.png?v2');
  background-size: 100% 100%;
  position: absolute;
  top: -40px;
  left: 5px;
  z-index: 2;
}
.item-template-clbw-ex .point04 .img01 {
  width: 500px;
  margin-left: 73px;
  margin-right: -43px;
  margin-bottom: 40px;
}
.item-template-clbw-ex .point04 .img01 .detail_point_img_title {
  margin: 0 auto -20px;
}
.item-template-clbw-ex .point04 .img01 .detail_point_img_title p {
  text-align: center;
  font-size: 18px;
  font-weight: 505;
  line-height: 1;
  padding: 10px 15px;
  border: solid 1px #251E1C;
  display: inline-block;
  margin-left: 25px;
}
@media only screen and (max-width: 640px) {
  .item-template-clbw-ex .detail_lead_title {
    max-width: 302px;
  }
  .item-template-clbw-ex .detail_lead_image {
    max-width: 335px;
  }
  .item-template-clbw-ex .detail_lead_text + .detail_lead_text {
    margin-top: 10px;
  }
  .item-template-clbw-ex .detail_lead_image2 {
    max-width: 335px;
  }
  .item-template-clbw-ex .detail_lead_image2 img {
    max-width: 100%;
  }
  .item-template-clbw-ex .point01 .detail_point_title {
    margin-top: 60px;
  }
  .item-template-clbw-ex .point01 .detail_point_title sup::after,
  .item-template-clbw-ex .point02 .detail_point_title sup::after,
  .item-template-clbw-ex .point04 .detail_point_title sup:after {
    content: "";
    width: 100%;
    height: 20px;
    background-color: #FFF2BA;
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: -1;
  }
  .item-template-clbw-ex .point01 .detail_point_title .border .num::before {
    bottom: 1px;
  }
  .item-template-clbw-ex .point01 .detail_point_title::before {
    content: "";
    display: block;
    width: 118px;
    height: 48px;
    background-image: url('../img/item/powerup_black.png?v2');
    background-size: 100% 100%;
    position: absolute;
    top: -40px;
    left: calc(50% - 95px);
    z-index: 2;
    transform: translateX(-50%);
  }
  .item-template-clbw-ex .point01 .img01 {
    max-width: 333px;
    margin-bottom: 20px;
  }
  .item-template-clbw-ex .point01 .img01 img {
    margin-bottom: 6px;
  }
  .item-template-clbw-ex .point01 .img01_note {
    padding: 0 25px;
  }
  .item-template-clbw-ex .point02 .detail_point_title {
    margin-top: 60px;
  }
  .item-template-clbw-ex .point02 .detail_point_title::before {
    content: "";
    display: block;
    width: 118px;
    height: 48px;
    background-image: url('../img/item/powerup_black.png?v2');
    background-size: 100% 100%;
    position: absolute;
    top: -40px;
    left: calc(50% - 108px);
    z-index: 2;
    transform: translateX(-50%);
  }
  .item-template-clbw-ex .point02 .detail_point_flex4 {
    max-width: 335px;
    margin-bottom: 20px;
  }
  .item-template-clbw-ex .point02 .detail_point_flex4_wrap {
    gap: 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .item-template-clbw-ex .point02 .detail_point_flex4_item {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    background-color: #F0F0F5;
    padding: 10px 20px;
    border-radius: 3px;
  }
  .item-template-clbw-ex .point02 .detail_point_flex4_item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .item-template-clbw-ex .point02 .detail_point_flex4_item_img {
    max-width: 103px;
  }
  .item-template-clbw-ex .point02 .detail_point_flex4_item_img img {
    padding-top: 0;
  }
  .item-template-clbw-ex .point02 .detail_point_flex4_item_img .new {
    width: 34px;
    padding-top: 0;
    position: relative;
    left: -4px;
  }
  .item-template-clbw-ex .point02 .detail_point_flex4_item_img .new + img {
    margin-top: 5px;
    padding-top: 0;
  }
  .item-template-clbw-ex .point02 .detail_point_flex4_item_box {
    width: 100%;
    max-width: 182px;
  }
  .item-template-clbw-ex .point02 .detail_point_flex4_item_box_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    text-align: left;
    color: #B0A8CB;
  }
  .item-template-clbw-ex .point02 .detail_point_flex4_item:nth-child(3) .detail_point_flex4_item_box_title {
    letter-spacing: -0.06em;
  }
  .item-template-clbw-ex .point02 .detail_point_flex4_item_box_text {
    font-size: 14px;
    font-weight: 500;
  }
  .item-template-clbw-ex .point02 .img02 {
    max-width: 335px;
    margin-bottom: 20px;
  }
  .item-template-clbw-ex .point03 .img01 {
    max-width: 280px;
    margin-bottom: 20px;
  }
  .item-template-clbw-ex .point03 .img01 p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .item-template-clbw-ex .point03 .detail_new_point_box {
    max-width: 335px;
    margin-bottom: 20px;
    gap: 24px;
  }
  .item-template-clbw-ex .point03 .detail_new_point_box img {
    max-width: 155px;
  }
  .item-template-clbw-ex .point03 .detail_new_point_box p {
    width: clac(100% -179px);
    padding-right: 26px;
    font-size: 14px;
  }
  .item-template-clbw-ex .point04 .detail_point_title {
    margin-top: 60px;
  }
  .item-template-clbw-ex .point04 .detail_point_title::before {
    content: "";
    display: block;
    width: 118px;
    height: 48px;
    background-image: url('../img/item/powerup_black.png?v2');
    background-size: 100% 100%;
    position: absolute;
    top: -40px;
    left: calc(50% - 85px);
    z-index: 2;
    transform: translateX(-50%);
  }
  .item-template-clbw-ex .point04 .img01 {
    width: 100%;
    max-width: 335px;
    margin-right: auto;
    margin-left: auto;
  }
  .item-template-clbw-ex .point04 .img01 .detail_point_img_title {
    margin: 0 auto;
    text-align: center;
  }
  .item-template-clbw-ex .point04 .img01 .detail_point_img_title p {
    font-size: 16px;
    margin-left: 0;
  }
}

.item-template-clbw-ex .item_new_detail_images_main .slick-slide:first-child img {
  margin-top: 125px;
  padding-left: 50px;
}
@media only screen and (max-width: 640px) {
  .item-template-clbw-ex .item_new_detail_images_main .slick-slide:first-child img {
    margin-top: 100px;
    padding-left: 35px;
  }
}

.item-template-clby-ex .detail_point_container .txt_gold {
  color: #D7A74C;
}
.item-template-clby-ex .detail_point_container .border_orange {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #FFF2BA;
  text-decoration-thickness: 10px;
  text-underline-offset: -5px;
  display: inline-block;
  z-index: 3;
}
.item-template-clby-ex .detail_point_container .note {
  display: block;
  text-align: right;
}
.item-template-clby-ex .detail_lead_inner .img_flex {
  max-width: 1000px;
}
.item-template-clby-ex .detail_lead_inner .img_flex_wrap {
  align-items: flex-start;
  gap: 100px;
}
.item-template-clby-ex .detail_lead_inner .img_flex_item {
  max-width: 450px;
}
.item-template-clby-ex .detail_lead_inner .img_flex_item:first-child::after,
.item-template-clby-ex .detail_lead_inner .img_flex_item:first-child::before {
  content: none;
}
.item-template-clby-ex .detail_lead_inner .detail_lead_point_title {
  font-size: 24px;
  line-height: 1.792;
}
.item-template-clby-ex .detail_lead_inner .detail_lead_point_txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.9;
  margin: 32px 0 0;
}
.item-template-clby-ex .point01 .detail_point_text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin: 30px 0 32px;
}
.item-template-clby-ex .point01 .detail_point_text .txt_gold {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.571;
}
.item-template-clby-ex .point02 .detail_point_title,
.item-template-clby-ex .point03 .detail_point_title,
.item-template-clby-ex .point04 .detail_point_title,
.item-template-clby-ex .point05 .detail_point_title {
  position: relative;
  margin-top: 66px;
}
.item-template-clby-ex .point02 .detail_point_title::before,
.item-template-clby-ex .point03 .detail_point_title::before,
.item-template-clby-ex .point04 .detail_point_title::before,
.item-template-clby-ex .point05 .detail_point_title::before {
  content: "";
  display: block;
  width: 118px;
  height: 48px;
  background-image: url('../img/item/powerup_black.png?v2');
  background-size: 100% 100%;
  position: absolute;
  top: -40px;
  left: 5px;
  z-index: 2;
}
.item-template-clby-ex .point02 .detail_point_title::before,
.item-template-clby-ex .point03 .detail_point_title::before {
  left: 45px;
}
.item-template-clby-ex .point04 .detail_point_title::before {
  left: 32px;
}
.item-template-clby-ex .point02 .img_flex2 {
  max-width: 520px;
  margin-bottom: 11px;
}
.item-template-clby-ex .point02 .img_flex2_wrap {
  justify-content: space-between;
  gap: 0 60px;
  left: initial;
}
.item-template-clby-ex .point02 .img_flex2_twocolumn {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.item-template-clby-ex .point02 .img_flex2_twocolumn_text {
  text-align: center;
  width: 296px;
}
.item-template-clby-ex .point02 .img_flex2_item {
  max-width: 148px;
  flex-shrink: 0;
}
.item-template-clby-ex .point02 .img_flex2_item .new {
  left: -5px;
}
.item-template-clby-ex .point02 .img_flex2_item p {
  margin-top: 0;
  margin-left: 0;
}
.item-template-clby-ex .point02 .img_flex2_item p:first-of-type {
  font-weight: 500;
}
.item-template-clby-ex .point02 .img_flex2_twocolumn::after,
.item-template-clby-ex .point02 .img_flex2_twocolumn::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 35%;
  right: calc(50% - 195px);
}
.item-template-clby-ex .point02 .img_flex2_twocolumn::before {
  transform: translateY(-50%) rotate(-45deg);
}
.item-template-clby-ex .point02 .img_flex2_twocolumn::after {
  transform: translateY(-50%) rotate(45deg);
}
.item-template-clby-ex .point02 .note {
  margin-bottom: 32px;
}
.item-template-clby-ex .point03 .detail_point_gold_box_title {
  width: 100%;
  border-radius: 3px;
}
.item-template-clby-ex .point03 .detail_point_gold_box:first-of-type .detail_point_gold_box_title {
  max-width: 232px;
}
.item-template-clby-ex .point03 .detail_point_gold_box:last-of-type .detail_point_gold_box_title {
  max-width: 263px;
}
.item-template-clby-ex .point03 .detail_point_green_box {
  display: block;
  max-width: 396px;
  border: solid 2px #A8CFC5;
  border-radius: 10px;
  padding: 18px 10px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
}
.item-template-clby-ex .point03 .detail_point_title {
  margin-bottom: 55px;
}
.item-template-clby-ex .point03 .detail_point_green_box_title {
  color: #569793;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 4px;
  position: relative;
}
.item-template-clby-ex .point03 .detail_point_green_box_title span {
  font-size: 20px;
}
.item-template-clby-ex .point03 .detail_point_green_box_title span::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-image: url('../img/item/clby-ex/point03_02.png');
  background-size: 100% 100%;
  position: absolute;
  top: 3px;
  left: 23px;
}
.item-template-clby-ex .point03 .detail_point_green_box:nth-child(4) .detail_point_green_box_title span::before {
  background-image: url('../img/item/clby-ex/point03_03.png');
}
.item-template-clby-ex .point03 .detail_point_gray_bg {
  max-width: 460px;
  border-radius: 10px;
  margin: 40px auto 0;
  padding: 20px;
  background-color: #F0F7F5;
}
.item-template-clby-ex .point03 .detail_point_gray_bg_title {
  color: #569793;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
.item-template-clby-ex .point03 .img01 {
  width: 373px;
  margin: 0 auto -2px;
}
.item-template-clby-ex .point03 .detail_point_gold_box:last-of-type {
  margin-top: 55px;
}
.item-template-clby-ex .point03 .detail_point_gold_box_text {
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 20px;
}
.item-template-clby-ex .point03 .detail_point_gold_box .img_flex {
  margin-bottom: 10px;
}
.item-template-clby-ex .point03 .detail_point_gold_box .img_flex_wrap {
  align-items: flex-start;
}
.item-template-clby-ex .point03 .detail_point_gold_box .img_flex_item {
  width: 148px;
}
.item-template-clby-ex .point03 .detail_point_gold_box .img_flex_item::before,
.item-template-clby-ex .point03 .detail_point_gold_box .img_flex_item::after {
  content: none;
}
.item-template-clby-ex .point03 .detail_point_gold_box .img_flex_item .new {
  position: relative;
  left: -5px;
}
.item-template-clby-ex .point03 .detail_point_gold_box .img_flex_item .new + img {
  margin-top: 6px;
}
.item-template-clby-ex .point03 .detail_point_gold_box .img_flex_item:last-child img {
  margin-top: 16px;
}
.item-template-clby-ex .point03 .detail_point_gold_box .img_flex_item p {
  font-weight: 400;
}
.item-template-clby-ex .point03 .detail_point_gold_box .note {
  margin-right: 62px;
}
.item-template-clby-ex .point04 .img_flex2 {
  margin-bottom: 11px;
}
.item-template-clby-ex .point04 .img_flex2_wrap {
  gap: 35px;
}
.item-template-clby-ex .point04 .img_flex2_item:first-of-type {
  width: 100%;
  text-align: center;
  flex-shrink: 0;
}
.item-template-clby-ex .point04 .img_flex2_item .new {
  position: relative;
  left: -5px;
}
.item-template-clby-ex .point04 .img_flex2_item:first-of-type .img_flex2_item_image {
  max-width: 143px;
}
.item-template-clby-ex .point04 .img_flex2_item:not(:first-of-type) {
  min-width: 143px;
}
.item-template-clby-ex .point04 .img_flex2_item p {
  margin-top: 0;
  margin-left: 0;
}
.item-template-clby-ex .point04 .img_flex2_item p:first-of-type {
  font-weight: 500;
  margin-bottom: 12px;
}
.item-template-clby-ex .point04 .img_flex2_item p:last-of-type {
  line-height: 1.688;
}
.item-template-clby-ex .point04 .note {
  margin-bottom: 32px;
}
.item-template-clby-ex .point05 .img01 {
  width: 500px;
  margin-left: 73px;
  margin-right: -43px;
  margin-bottom: 40px;
}
.item-template-clby-ex .point05 .img01 .detail_point_img_title {
  margin: 0 auto 5px;
}
.item-template-clby-ex .point05 .img01 .detail_point_img_title p {
  text-align: center;
  font-size: 18px;
  font-weight: 505;
  line-height: 1;
  padding: 10px 15px;
  border: solid 1px #251E1C;
  display: inline-block;
  margin-left: 25px;
}
@media only screen and (max-width: 640px){
  .item-template-clby-ex .point02 .detail_point_title::before,
  .item-template-clby-ex .point03 .detail_point_title::before {
    left: calc(50% - 100px);
    transform: translateX(-50%);
  }
  .item-template-clby-ex .point04 .detail_point_title::before {
    left: calc(50% - 95px);
    transform: translateX(-50%);
  }
  .item-template-clby-ex .point05 .detail_point_title::before {
    top: -40px;
    left: calc(50% - 85px);
    transform: translateX(-50%);
  }
  .item-template-clby-ex .detail_lead_inner .img_flex_wrap {
    flex-direction: column;
    gap: 30px;
  }
  .item-template-clby-ex .detail_lead_inner .img_flex_item {
    max-width: none;
    text-align: center;
  }
  .item-template-clby-ex .detail_lead_inner .img_flex_item:first-of-type img {
    max-width: 275px;
  }
  .item-template-clby-ex .detail_lead_inner .img_flex_item:last-of-type img {
    max-width: 247px;
    margin-left: 45px;
  }
  .item-template-clby-ex .detail_lead_inner .detail_lead_point_title {
    color: #569793;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75;
  }
  .item-template-clby-ex .detail_lead_inner .detail_lead_point_txt {
    font-size: 14px;
    line-height: 1.714;
    margin: 20px 0 0;
  }
  .item-template-clby-ex .point01 .detail_point_text {
    font-size: 16px;
    font-weight: 600;
    line-height: 2.25;
    margin: 20px 0;
  }
  .item-template-clby-ex .point01 .detail_point_text .txt_gold {
    font-size: 24px;
  }
  .item-template-clby-ex .point02 .img_flex_wrap_sp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 25px;
    position: relative;
  }
  .item-template-clby-ex .point02 .img_flex_wrap_sp::after,
  .item-template-clby-ex .point02 .img_flex_wrap_sp::before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    bottom: -22px;
    left: 47%;
  }
  .item-template-clby-ex .point02 .img_flex_wrap_sp::before {
    transform: translateY(-50%) rotate(-45deg);
  }
  .item-template-clby-ex .point02 .img_flex_wrap_sp::after {
    transform: translateY(-50%) rotate(45deg);;
  }
  .item-template-clby-ex .point02 .img_flex_wrap_sp .item_image {
    width: 103px;
    flex-shrink: 0;
  }
  .item-template-clby-ex .point02 .img_flex_wrap_sp .item_text .new {
    width: 32px;
  }
  .item-template-clby-ex .point02 .img_flex_wrap_sp .item_text p:first-of-type {
    font-size: 18px;
    font-weight: 600;
    line-height: 0.889;
    margin: -5px 0 4px;
  }
  .item-template-clby-ex .point02 .img_flex_wrap_sp .item_text p:last-of-type {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.188;
  }
  .item-template-clby-ex .point02 .img_flex2_wrap_sp {
    display: flex;
    justify-content: center;
    border: 1px solid #D7A74C;
    padding: 15px 20px;
    max-width: 335px;
    margin: 55px auto 0;
  }
  .item-template-clby-ex .point02 .img_flex2_wrap_sp .img_flex2_item_sp {
    width: 75px;
    flex-shrink: 0;
    text-align: center;
  }
  .item-template-clby-ex .point02 .img_flex2_wrap_sp .img_flex2_item_sp p {
    font-weight: 500;
  }
  .item-template-clby-ex .point02 .item_sp_text {
    margin: 12px 0 0 20px;
  }
  .item-template-clby-ex .point02 .note {
    max-width: 335px;
    margin: 10px auto 32px;
  }
  .item-template-clby-ex .point03 .detail_point_gold_box {
    max-width: 335px;
  }
  .item-template-clby-ex .point03 .detail_point_gold_box:first-of-type .detail_point_gold_box_title {
    max-width: 180px;
  }
  .item-template-clby-ex .point03 .detail_point_gold_box:last-of-type .detail_point_gold_box_title {
    max-width: 210px;
  }
  .item-template-clby-ex .point03 .detail_point_green_box_title {
    font-size: 14px;
    font-weight: 600;
  }
  .item-template-clby-ex .point03 .detail_point_green_box_title::before {
    left: 4px;
  }
  .item-template-clby-ex .point03 .detail_point_green_box_title span {
    display: inline-block;
    font-size: 20px;
  }
  .item-template-clby-ex .point03 .detail_point_green_box_title span::before {
    left: calc(50% - 80px);
    transform: translateX(-50%);
  }
  .item-template-clby-ex .point03 .detail_point_green_box_txt {
    text-align: center;
  }
  .item-template-clby-ex .point03 .img01 {
    width: 91%;
  }
  .item-template-clby-ex .point03 .detail_point_gray_bg {
    margin-top: 25px;
  }
  .item-template-clby-ex .point03 .detail_point_gray_bg_title {
    font-size: 14px;
  }
  .item-template-clby-ex .point03 .detail_point_gray_bg_title span {
    font-size: 20px;
  }
  .item-template-clby-ex .point03 .detail_point_gold_box:last-of-type {
    margin-top: 32px;
  }
  .item-template-clby-ex .point03 .detail_point_gold_box_text {
    font-size: 16px;
  }
  .item-template-clby-ex .point03 .detail_point_gold_box .img_flex_item {
    width: 125px;
  }
  .item-template-clby-ex .point03 .detail_point_gold_box .img_flex_item p {
    font-weight: 500;
    white-space: nowrap;
  }
  .item-template-clby-ex .point03 .detail_point_gold_box .note {
    margin-right: 22px;
  }
  .item-template-clby-ex .point04 .detail_point_title sup {
    position: relative;
  }
  .item-template-clby-ex .point04 .detail_point_title sup span {
    position: relative;
    z-index: 2;
  }
  .item-template-clby-ex .point04 .detail_point_title sup:after {
    content: "";
    width: 100%;
    height: 20px;
    background-color: #FFF2BA;
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: -1;
  }
  .item-template-clby-ex .point04 .img_flex2_wrap_sp {
    margin-bottom: 20px;
  }
  .item-template-clby-ex .point04 .img_flex2_item_sp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 30px;
    background-color: #F0F7F5;
    padding: 10px 20px;
    max-width: 335px;
    margin: 0 auto 11px;
  }
  .item-template-clby-ex .point04 .img_flex2_item_sp:last-child {
    margin-bottom: 0;
  }
  .item-template-clby-ex .point04 .img_flex2_item_sp .item_img {
    width: 103px;
    text-align: center;
    flex-shrink: 0;
  }
  .item-template-clby-ex .point04 .img_flex2_item_sp .item_img .new {
    width: 35px;
    display: inline-block;
    position: relative;
    top: 5px;
  }
  .item-template-clby-ex .point04 .img_flex2_item_sp .item_text p:first-child {
    font-size: 18px;
    font-weight: 600;
    color: #569793;
    line-height: 1.056;
    margin-bottom: 8px;
  }
  .item-template-clby-ex .point04 .img_flex2_item_sp .item_text p:last-child {
    font-weight: 500;
    line-height: 1.357;
  }
  .item-template-clby-ex .point05 .img01 .detail_point_img_title {
    margin: 0 auto 7px;
    text-align: center;
  }
  .item-template-clby-ex .point05 .img01 .detail_point_img_title p {
    font-size: 16px;
    margin-left: 0;
  }
  .item-template-clby-ex .point05 .img01 {
    width: 100%;
    max-width: 335px;
    margin: 0 auto 20px;
  }
}
.item-template-clby-ex .item_new_detail_images_main .slick-slide:first-child img {
  margin-top: 125px;
  padding-left: 50px;
}
@media only screen and (max-width: 640px) {
  .item-template-clby-ex .item_new_detail_images_main .slick-slide:first-child img {
    margin-top: 100px;
    padding-left: 35px;
  }
}

.howto .c-article-mv-block {
  background: url(../img/howto/bg.jpg?v2) no-repeat top right/cover;
}
@media only screen and (max-width: 640px) {
  .howto .c-article-mv-block {
    background: url(../img/howto/bg-sp.jpg?v2) no-repeat top right/cover;
  }
}
@media only screen and (min-width: 641px) {
  .howto .movie-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.item-template-ysrm .item-detail .item-block .box .c-btn03,
.item-template-yrwm .item-detail .item-block .box .c-btn03 {
  display: none !important;
}
@media only screen and (min-width: 641px) {
  main.gift .c-lineup-list li {
    width: 100%;
    max-width: 214px;
  }
}
main.info .c-lineup-list li {
  width: calc((100% / 4) - 16px);
  max-width: 226px;
}
.step-block .c-lineup-list li {
  width: calc((100% / 5) - 30px);
}
@media only screen and (max-width: 640px) {
  main.info .c-lineup-list li {
    width: calc((100% - 10px) / 2);
  }
  main.faq .c-lineup-list li,
  .step-block .c-lineup-list li {
    max-width: 100%;
    width: calc((100% - 20px) / 3);
  }
}
.c-item-list li.black .c-cat {
  background: #352E3A;
}
@media only screen and (max-width: 640px) {
  .item .c-article-mv-block {
    background-image: url(../img/item/mv_sp.jpg);
  }
}
.about-block .bg-wrap {
  background: url(../img/home/bg-duo.jpg?v2) no-repeat center center / cover #E4DFDC;
}
.about-block .bg-wrap .inner-block .ttl {
  letter-spacing: 0.3em;
}
.about-block .bg-wrap .inner-block > .txt {
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .about-block .bg-wrap {
    background-image: url(../img/home/sp/bg-duo.jpg?v3);
    background-position: top center;
    background-size: 100% auto;
  }
  .about-block .bg-wrap .inner-block .ttl {
    letter-spacing: 0.2em;
  }
}
/* 241203_maeda お手入れステップページ改修 */
.step .step-block .step-icon-box {
  display: flex;
  justify-content: center;
  gap: 0 55px;
  margin-bottom: 70px;
}
.step .step-block .step-icon-box p {
  position: relative;
  padding-left: 34px;
}
.step .step-block .step-icon-box p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: no-repeat center center/100% 100%;
}
.step .step-block .step-icon-box p.icon-sun::before {
  background-image: url(../img/step/icon-sun.svg);
}
.step .step-block .step-icon-box p.icon-moon::before {
  background-image: url(../img/step/icon-moon.svg);
}
.step .step-block .all-step-wrap .step-group {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.step .step-block .all-step-wrap .step-group .step {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 70px;
  padding: 10px 35px;
  background: #f7f6f5;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.step .step-block .all-step-wrap .step-group .step::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 70px;
  height: 35px;
  background-color: #f7f6f5;
  clip-path: polygon(0 0, 100% 0, 100% 13%, 50% 100%, 0 13%);
}
.step .step-block .all-step-wrap .step-group .step-content {
  position: relative;
}
.step .step-block .all-step-wrap .step-group .step-content::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  width: 30px;
  height: 18px;
  margin: auto;
  background: url(../img/step/icon-arrow.svg);
}
.step .step-block .all-step-wrap .step-group .step-content, .step .step-block .all-step-wrap .step-group .step-content-wrap {
  width: calc(100% - 80px);
}
.step .step-block .all-step-wrap .step-group .step-content + .step-content {
  margin-top: 30px;
}
.step .step-block .all-step-wrap .step-group .step-content-wrap .step-content {
  width: 100%;
}
.step .step-block .all-step-wrap .step-group .step-content .step-content-hdg {
  padding: 8px 10px 6px;
  background: #e1dcd7;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
.step .step-block .all-step-wrap .step-group .step-content .step-content-hdg span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
}
.step .step-block .all-step-wrap .step-group .step-content .step-content-items-wrap {
  display: flex;
}
.step .step-block .all-step-wrap .step-group .step-content .step-content-items {
  display: flex;
  flex-wrap: wrap;
  background: #f7f6f5;
}
.step .step-block .all-step-wrap .step-group .step-content .step-content-item .category-hdg {
  padding: 14px 10px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
.step .step-block .all-step-wrap .step-group .step-content .step-content-item .category-hdg.color1 {
  background: #B60005;
}
.step .step-block .all-step-wrap .step-group .step-content .step-content-item .category-hdg.color1 + .step-item-box {
  background: #faebeb;
}
.step .step-block .all-step-wrap .step-group .step-content .step-content-item .category-hdg.color2 {
  background: #b0a8cb;
}
.step .step-block .all-step-wrap .step-group .step-content .step-content-item .category-hdg.color2 + .step-item-box {
  background: #f9f8fb;
}
.step .step-block .all-step-wrap .step-group .step-content .step-content-item .category-hdg.color3 {
  background: #352e3a;
}
.step .step-block .all-step-wrap .step-group .step-content .step-content-item .category-hdg.color3 + .step-item-box {
  background: #efeff0;
}
.step .step-block .all-step-wrap .step-group .step-content .step-content-item .category-hdg.color4 {
  background: #fabe00;
}
.step .step-block .all-step-wrap .step-group .step-content .step-content-item .category-hdg.color4 + .step-item-box {
  background: #fffaeb;
}
.step .step-block .all-step-wrap .step-group .step-content .step-content-item .category-hdg.color5 {
  background: #569793;
}
.step .step-block .all-step-wrap .step-group .step-content .step-content-item .category-hdg.color5 + .step-item-box {
  background: #f2f7f7;
}
.step .step-block .all-step-wrap .step-group .step-content.content1 .step-content-item {
  width: calc(100% / 4);
  max-width: 224px;
}
.step .step-block .all-step-wrap .step-group .step-content.content1 .step-content-items:first-child {
  width: calc(100% - (100% / 5));
}
.step .step-block .all-step-wrap .step-group .step-content.content1 .step-content-items:last-child {
  width: calc(100% / 5);
  max-width: 224px;
}
.step .step-block .all-step-wrap .step-group .step-content.content1 .step-content-items:last-child .step-content-item {
  width: 100%;
}
.step .step-block .all-step-wrap .step-group .step-content .step-item-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 210px;
  padding: 20px 35px 20px;
}
.step .step-block .all-step-wrap .step-group .step-content.content1 .step-content-items:first-child .category-hdg + .step-item-box {
  padding-top: 40px;
}
.step .step-block .all-step-wrap .step-group .step-content.content1 .step-content-items:last-child .step-item-box {
  align-items: center;
  height: calc(100% - 56px);
}
.step .step-block .all-step-wrap .step-group .step-content.content2 .step-content-item {
  width: calc(100% / 4);
}
.step .step-block .all-step-wrap .step-group .step-content.content2 .step-content-item:first-child {
  margin-left: auto;
}
.step .step-block .all-step-wrap .step-group .step-content.content2 .step-content-item:last-child {
  background: #f2f7f7;
  width: calc(100% / 5);
  margin-left: auto;
}
.step .step-block .all-step-wrap .step-group .step-content.content3 .step-content-items, .step .step-block .all-step-wrap .step-group .step-content.content4 .step-content-items {
  justify-content: center;
  gap: 0 14%;
}
.step .step-block .all-step-wrap .step-group .step-content.content3 .step-content-item, .step .step-block .all-step-wrap .step-group .step-content.content4 .step-content-item {
  width: 100%;
  max-width: 280px;
}
.step .step-block .all-step-wrap .step-group .step-content.content3 .step-content-item .step-item-box, .step .step-block .all-step-wrap .step-group .step-content.content4 .step-content-item .step-item-box {
  height: 100%;
}
.step .step-block .all-step-wrap .step-group .step-content .step-item-box a {
  position: relative;
}
.step .step-block .all-step-wrap .step-group .step-content .step-item-box a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -125px;
  right: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background: no-repeat center center/100% 100%;
}
.step .step-block .all-step-wrap .step-group .step-content .step-item-box.icon-sun a::before {
  background-image: url(../img/step/icon-sun.svg);
}
.step .step-block .all-step-wrap .step-group .step-content .step-item-box.icon-moon a::before {
  background-image: url(../img/step/icon-moon.svg);
}
.step .step-block .all-step-wrap .step-group .step-content .step-item-box.icon-all a::before {
  width: 40px;
  background-image: url(../img/step/icon-all.svg);
}
.step .step-block .all-step-wrap .step-group .step-content .img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 130px;
}
.step .step-block .all-step-wrap .step-group .step-content .img .item01 {
  width: 65px;
}
.step .step-block .all-step-wrap .step-group .step-content .img .item02 {
  width: 65px;
}
.step .step-block .all-step-wrap .step-group .step-content .img .item03 {
  width: 65px;
}
.step .step-block .all-step-wrap .step-group .step-content .img .item04 {
  width: 65px;
}
.step .step-block .all-step-wrap .step-group .step-content .img .item05 {
  width: 65px;
}
.step .step-block .all-step-wrap .step-group .step-content .img .item06 {
  width: 37px;
}
.step .step-block .all-step-wrap .step-group .step-content .img .item07 {
  width: 37px;
}
.step .step-block .all-step-wrap .step-group .step-content .img .item08 {
  width: 37px;
}
.step .step-block .all-step-wrap .step-group .step-content .img .item09 {
  width: 27px;
}
.step .step-block .all-step-wrap .step-group .step-content .img .item10 {
  width: 18px;
}
.step .step-block .all-step-wrap .step-group .step-content .img .item11 {
  width: 31px;
}
.step .step-block .all-step-wrap .step-group .step-content .img .item12 {
  width: 16px;
}
.step .step-block .all-step-wrap .step-group .step-content .img .item13 {
  width: 21px;
}
.step .step-block .all-step-wrap .step-group .step-content .img .item14 {
  width: 25px;
}
.step .step-block .all-step-wrap .step-group .step-content .img .item15 {
  width: 24px;
}
.step .step-block .all-step-wrap .step-group .step-content .img .item16 {
  width: 25px;
}
.step .step-block .all-step-wrap .step-group .step-content .img .item17 {
  width: 21px;
}
.step .step-block .all-step-wrap .step-group .step-content.content1 .category-hdg + .step-item-box .img {
  min-height: 80px;
}
.step .step-block .all-step-wrap .step-group .step-content .txt-area {
  margin-top: 10px;
}
.step .step-block .all-step-wrap .step-group .step-content .txt-area .ttl {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.28;
}
main.step sup {
  letter-spacing: -0.05em;
}
.step .step-block .all-step-wrap .step-group .step-content .txt-area .quasi-drugs {
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid #251E1C;
  color: #251E1C;
  font-size: 10px;
  line-height: 1;
}
.step .step-block .all-step-wrap .step-end {
  display: flex;
  background: #f7f6f5;
}
.step .step-block .all-step-wrap .step-end .img {
  width: 464px;
}
.step .step-block .all-step-wrap .step-end .txt-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 464px);
  padding: 10px;
}
.step .step-block .all-step-wrap .step-end .txt-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: -74px;
  width: 80px;
  height: 100%;
  background: #f7f6f5;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 60% 100%);
}
.step .step-block .all-step-wrap .step-end .txt-area p {
  font-size: 23px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
.step .step-bnr-block.style2 {
  padding-top: 30px;
}
.step .step-bnr-block.style2 .small {
  margin-bottom: 50px;
  padding-top: 0;
  font-size: 10px;
}
@media only screen and (max-width: 1120px) {
  .step .step-block .all-step-wrap .step-group .step-content.content1 .step-item-box {
    padding: 20px 15px 20px;
  }
}
@media only screen and (min-width: 951px) {
  .step .step-block .sp {
    display: none !important;
  }
  .step .step-block .all-step-wrap .step-group .step-content.content2 .step-content-item .step-item-box {
    height: 100%;
  }
}
@media only screen and (max-width: 950px) {
  .step .step-block .pc {
    display: none !important;
  }
  .step .step-block .sp {
    display: block !important;
  }
  .step .step-block .all-step-wrap .step-group .step-content .step-content-items-wrap {
    display: block;
  }
  .step .step-block .all-step-wrap .step-group .step-content.content1 .step-content-item {
    width: 50%;
    max-width: 100%;
  }
  .step .step-block .all-step-wrap .step-group .step-content.content1 .step-content-items:first-child {
    width: 100%;
  }
  .step .step-block .all-step-wrap .step-group .step-content.content1 .step-content-items:last-child {
    width: 100%;
    max-width: 100%;
  }
  .step .step-block .all-step-wrap .step-group .step-content.content1 .step-content-items-wrap-sp {
    margin-top: 20px;
  }
  .step .step-block .all-step-wrap .step-group .step-content.content1 .step-content-items-wrap-sp .step-content-items .step-content-item {
    width: 50%;
  }
  .step .step-block .all-step-wrap .step-group .step-content.content2 .step-content-items {
    justify-content: center;
  }
  .step .step-block .all-step-wrap .step-group .step-content.content2 .step-content-item {
    width: 50%;
  }
  .step .step-block .all-step-wrap .step-group .step-content.content2 .step-content-item:last-child {
    width: 100%;
  }
  .step .step-block .all-step-wrap .step-group .step-content.content3 .step-content-items, .step .step-block .all-step-wrap .step-group .step-content.content4 .step-content-items {
    gap: 0;
  }
  .step .step-block .all-step-wrap .step-group .step-content.content3 .step-content-item, .step .step-block .all-step-wrap .step-group .step-content.content4 .step-content-item {
    width: 50%;
    max-width: 100%;
  }
  .step .step-block .all-step-wrap .step-end .img {
    width: 286px;
  }
  .step .step-block .all-step-wrap .step-end .txt-area {
    width: calc(100% - 286px);
  }
}
@media only screen and (max-width: 640px) {
  .step .step-block {
    padding-top: 30px;
  }
  .step .step-block .step-icon-box {
    gap: 0 30px;
    margin-bottom: 25px;
  }
  .step .step-block .step-icon-box p {
    padding-left: 24px;
    font-size: 12px;
  }
  .step .step-block .step-icon-box p::before {
    top: -3px;
    width: 15px;
    height: 15px;
  }
  .step .step-block .all-step-wrap .step-group {
    gap: 5px;
    margin-bottom: 20px;
  }
  .step .step-block .all-step-wrap .step-group .step {
    width: 45px;
    padding: 10px 15px;
    font-size: 14px;
  }
  .step .step-block .all-step-wrap .step-group .step::after {
    bottom: -20px;
    width: 45px;
    height: 25px;
    clip-path: polygon(0 0, 100% 0, 100% 16%, 50% 100%, 0 16%);
  }
  .step .step-block .all-step-wrap .step-group .step-content::after {
    bottom: -16px;
    width: 20px;
    height: 12px;
    background-size: 20px auto;
  }
  .step .step-block .all-step-wrap .step-group .step-content, .step .step-block .all-step-wrap .step-group .step-content-wrap {
    width: calc(100% - 50px);
  }
  .step .step-block .all-step-wrap .step-group .step-content + .step-content {
    margin-top: 20px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .step-content-hdg {
    font-size: 14px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .step-content-hdg span {
    font-size: 10px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .step-content-item .category-hdg {
    padding: 2px 5px 0;
    font-size: 12px;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .step-item-box {
    min-height: 160px;
    padding: 20px 15px 20px;
    align-items: center;
  }
  .step .step-block .all-step-wrap .step-group .step-content.content1 .step-content-items:first-child .category-hdg + .step-item-box {
    height: calc(100% - 30px);
    padding-top: 20px;
  }
  .step .step-block .all-step-wrap .step-group .step-content.content1 .step-content-items:last-child .step-item-box {
    height: calc(100% - 30px);
  }
  .step .step-block .all-step-wrap .step-group .step-content.content1 .step-content-items-wrap-sp {
    margin-top: 10px;
  }
  .step .step-block .all-step-wrap .step-group .step-content.content1 .step-content-items-wrap-sp .step-content-items .step-item-box {
    align-items: flex-start;
    height: 100%;
  }
  .step .step-block .all-step-wrap .step-group .step-content.content2 .step-content-item:nth-child(3) {
    width: 100%;
  }
  .step .step-block .all-step-wrap .step-group .step-content .step-item-box a::before {
    left: -100px;
    width: 15px;
    height: 15px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .step-item-box.icon-all a::before {
    left: -85px;
    width: 30px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .img {
    min-height: 80px;
    max-height: 80px;
    margin-top: 10px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .img .item01 {
    width: 55px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .img .item02 {
    width: 55px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .img .item03 {
    width: 55px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .img .item04 {
    width: 55px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .img .item05 {
    width: 55px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .img .item06 {
    width: 25px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .img .item07 {
    width: 25px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .img .item08 {
    width: 25px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .img .item09 {
    width: 20px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .img .item10 {
    width: 15px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .img .item11 {
    width: 22px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .img .item12 {
    width: 15px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .img .item13 {
    width: 17px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .img .item14 {
    width: 19px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .img .item15 {
    width: 18px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .img .item16 {
    width: 19px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .img .item17 {
    width: 19px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .img img {
    max-height: 90px;
  }
  .step .step-block .all-step-wrap .step-group .step-content.content1 .category-hdg + .step-item-box .img {
    min-height: 45px;
    margin-top: 10px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .txt-area {
    margin-top: 5px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .txt-area .ttl {
    font-size: 12px;
  }
  .step .step-block .all-step-wrap .step-end .img {
    width: 42.687%;
    margin: auto;
  }
  .step .step-block .all-step-wrap .step-end .txt-area {
    justify-content: flex-start;
    width: 57.313%;
  }
  .step .step-block .all-step-wrap .step-end .txt-area::before {
    left: -19%;
    width: 20%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 70% 100%);
  }
  .step .step-block .all-step-wrap .step-end .txt-area p {
    font-size: 14px;
  }
  .step .step-bnr-block.style2 .small {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 360px) {
  .step .step-block .all-step-wrap .step-group .step-content .step-item-box a::before {
    left: -80px;
    width: 15px;
    height: 15px;
  }
  .step .step-block .all-step-wrap .step-group .step-content .step-item-box.icon-all a::before {
    left: -65px;
  }
}
.concept .concept-block .pic.img:after {
  content: none;
}
.step .c-article-mv-block {
  background: url(../img/step/kv-bg.jpg?v4) no-repeat center center / auto 100%;
  background-color: #D0C2B9;
}
@media only screen and (max-width: 640px) {
  .step .c-article-mv-block {
    background: url(../img/step/kv-bg-sp.jpg?v5) no-repeat center right -90px / auto 100%;
    background-color: #D2C4BB;
  }
}


/* 20241211_murai ヒストリーページ */
.history-block {
  background-color: unset;
}
.history-block .inner-block {
  padding-top: unset;
  padding-bottom: unset;
}
.history-block .inner-block::before {
  content: none;
}
.history-block .history-list {
  background: none;
  padding: unset;
}
.history-block .history-list > li {
  padding-left: unset;
}
.history-block .note {
  font-size: unset;
  letter-spacing: unset;
  line-height: unset;
  margin-left: unset;
}
@media only screen and (max-width: 800px) {
  .history-block .wrap {
    padding-right: unset;
  }
}
@media only screen and (max-width: 1200px) {
  .history-block .inner-block {
    max-width: unset;
  }
}

/* ---- Custom Style ---- */

.history {
  /* Color Set [ R G B ] value */
  --history-red: 182 0 5;
  --history-offwhite: 254 247 240;
}
.history {
  /* Font Size */
  --font-year: 33px;
  --font-caption: 10px;
  --font-s: 10px;
  --font-label: 16px;
  --font-txt: 12px;
  --font-note: 10px;
  --font-15th: 14px;
  --font-15ths: 12px;
}
@media only screen and (min-width: 768px) {
  .history {
    --font-year: 56px;
    --font-caption: 12px;
    --font-s: 16px;
    --font-label: 22px;
    --font-txt: 14px;
    --font-note: 10px;
    --font-15th: 16px;
    --font-15ths: 14px;
  }
}
.history sup {
  font-size: 0.66em !important;
}
.history .note {
  font-size: 0.66em !important;
}
@media only screen and (max-width: 767px) {
  .display-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .display-sp {
    display: none !important;
  }
}

/* ---- Hero ---- */

.history .c-article-mv-block {
  position: relative;
  padding-bottom: 20px;
  background-image: none;
  background-color: rgb(var(--history-red));
  text-align: center;
  color: #fff;
  background-image: url(../img/history/DUO.svg);
  background-size: 530px auto;
  background-repeat: no-repeat;
  background-position: center 170px;
}
.history .c-article-mv-block .inner-block {
  display: inline-block;
  width: auto;
  padding-top: 55px;
  padding-bottom: 70px;
}
.history .c-article-mv-block .c-ttl01 {
  margin-bottom: 50px;
}
.history .c-article-mv-block .c-ttl01 .en {
  text-align: unset;
}
.history .c-article-mv-block::before {
  content: '';
  position: absolute;
  bottom: calc((110vw / 10 - 10px) * -1);
  left: 0;
  display: block;
  width: 100%;
  height: calc(110vw / 10);
  clip-path: polygon(0 0, 100% 0, 100% 10px, 50% 100%, 0 10px);
  background-color: rgb(var(--history-red));
}
.history .c-article-mv-block .txt {
  margin-bottom: 2.3em;
  line-height: 2.0em;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.history .c-article-mv-block .note {
  font-size: 10px !important;
}
.history-block .inner-block {
  padding: 0 30px;
}
@media only screen and (min-width: 768px) {
  .history .c-article-mv-block {
    padding-bottom: 0;
    background-size: 1500px auto;
    background-position: center 150px;
  }
  .history .c-article-mv-block .inner-block {
    padding-top: 90px;
    padding-bottom: 25px;
  }
  .history .c-article-mv-block .c-ttl01 {
    margin-bottom: 70px;
  }
  .history .c-article-mv-block .txt {
    margin-bottom: 2.3em;
    line-height: 2.3em;
    font-size: 16px;
  }
  .history .c-article-mv-block .note {
    text-align: right;
    font-size: 10px !important;
  }
  .history-block .inner-block {
    padding: 0 20px;
  }
}

/* ---- History List ---- */

.history .history-list {
  padding: 100px 0 20px 20px;
  width: 100%;
  box-sizing: border-box;
}
.history .history-list {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .history .history-list {
    padding-top: 400px;
  }
}

/* ---- Structure ---- */

@media only screen and (min-width: 768px) {
  .history .history-list .row {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
  }
  .history .history-list .col--right:first-of-type {
    grid-row: 1;
  }
  .history .history-list .col--left {
    grid-column: 1;
  }
  .history .history-list .col--right {
    grid-column: 3;
  }
}



/* ---- Vertical Line ---- */

.history .history-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 100%;
  background-color: rgb(var(--history-red));
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .history .history-list::before {
    right: 0;
    margin: 0 auto;
    width: 3px;
  }
}

/* ---- History Head (Year) ---- */

.history-block .history-head {
  position: relative;
  margin-bottom: 1.0em;
  margin-left: -23px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: var(--font-year);
  color: rgb(var(--history-red));
  z-index: 1;
}
.history-block .history-head > * {
  display: block;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .history-block .history-head {
    margin-left: 0;
  }
  .history-block .history-head > * {
    padding: 0 40px;
    width: 50%;
  }
  .history-block .history-head .left {
    text-align: right;
  }
  .history-block .history-head .right {
    margin-left: 50%;
  }
}

/* ---- History Head (Dot) ---- */

.history-block .history-head::before {
  --mySize: 8px;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  display: block;
  width: var(--mySize);
  height: var(--mySize);
  background-color: rgb(var(--history-red));
  -webkit-box-shadow: 0 0 0 4px #fff;
  box-shadow: 0 0 0 calc(var(--mySize)/3) #fff;
  box-shadow: 0 0 0 calc(var(--mySize)/3) #fff;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) {
  .history-block .history-head::before {
    --mySize: 12px;
    right: 20px;
    margin: auto;
  }
}



/* ---- History Item ---- */

.history-block .item {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 768px) {
  .history-block .item {
    margin-bottom: 2.5em;
  }
}



/* ---- History Item (Image) ---- */

.history-block .item--img {
  position: relative;
  display: flex;
  justify-content: center;
}
.history-block .item--img.style--left {
  justify-content: flex-start;
}
.history-block .item--img.style--right {
  justify-content: flex-end;
}
.history-block .item--img figure {
  display: inline-block;
  text-align: center;
  text-align: left;
}
.history-block .item--img figure > * {
  position: relative;
}
.history-block .item--img figure > picture {
  display: inline-block;
}
.history-block .item--img .shoulder {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  z-index: 1;
}
.history-block .item--img .shoulder.not-cover {
  position: relative;
}
.history-block .item--img .shoulder .logo {
  margin-bottom: 1.5em;
}
.history-block .item--img .version > * {
  display: inline-block;
  margin-bottom: 1.0em;
  padding: 0.25em 1.0em;
  min-width: 7.0em;
  background-color: rgb(var(--history-red));
  border-radius: 999px;
  line-height: 1;
  text-align: center;
  font-size: var(--font-s);
  color: #fff;
}



/* ---- History Item (figcaption) ---- */

.history-block figcaption {
  margin-top: 0.5em;
  text-align: left;
  font-size: var(--font-caption);
  position: absolute;
  white-space: nowrap;
}
.history-block figcaption.style--far {
  margin-top: 1.5em;
}
.history-block figcaption.style--center {
  position: relative;
  text-align: center;
}
.history-block figcaption.style--left {
  position: relative;
  text-align: left;
}
.history-block figcaption.style--right {
  position: relative;
  text-align: right;
}
/* ---- Picture Adjust ---- */
.history-block picture.adjust-2010  {
  padding-top: 10px;
  padding-left: 50px;
}
.history-block picture.adjust-2014  {
  margin-right: -20px;
}
.history-block picture.adjust-2019 {
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .history-block picture.adjust-2010 {
    padding-top: 26px;
    padding-left: 44px;
  }
  .history-block picture.adjust-2014 {
    margin-right: -40px;
  }
  .history-block picture.adjust-2019 {
    padding-left: 0;
  }
}



/* ---- History Item (Label) ---- */

.history-block .item .label {
  line-height: 1.7em;
  font-size: var(--font-label);
  color: rgb(var(--history-red));
  margin-right: -1em;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .history-block .item .label {
    line-height: 2.0em;
    font-weight: 500;
  }
}
.history-block .item .label .crown {
  width: 1.0em;
  vertical-align: text-bottom;
  margin-left: 0.3em;
}
@media only screen and (min-width: 768px) {
  .history-block .item .label .crown {
    width: 1.2em;
    vertical-align: text-bottom;
    margin-left: 0.6em;
  }
}



/* ---- History Item (Detail) ---- */

.history-block .detail-txt {
  margin: 0.5em 1.0em;
  margin-right: 0;
}
.history-block .detail-txt .txt {
  line-height: 2.0em;
  font-size: var(--font-txt);
}
.history-block .detail-txt .note {
  margin-top: 2.0em;
  line-height: 1.4;
  font-size: var(--font-note) !important;
  color: #251E1C;
}
.history-block .detail-txt .note:first-of-type {
  margin-top: -1.2em;
}
@media only screen and (min-width: 768px) {
  .history-block .detail-txt .note:first-of-type {
    margin-top: -0.8em;
  }
}



/* ---- Detail Box (for accordion) ---- */

.history-block .detail-box {
  overflow: hidden;
  position: relative;
  margin: 10px;
  margin-right: 0;
  padding-bottom: 10px;
  background-color: rgb(var(--history-offwhite));
}
.history-block .detail-box .head {
  position: relative;
  padding: 10px 15px;
  padding-right: 35px;
  line-height: 1.7em;
  font-size: var(--font-txt);
  color: #251E1C;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .history-block .detail-box .head {
    line-height: 2.0em;
  }
}
.history-block .detail-box.accordion .head {
  cursor: pointer;
}

.history-block .detail-box .body {
  margin-top: -10px;
}
.history-block .detail-box.accordion .body {
  overflow: hidden;
  height: 0;
  transition: height 0.5s ease-in-out;
  pointer-events: none;
}
.history-block .detail-box .content {
  padding: 0 15px;
}
.history-block .detail-box .txt {
  line-height: 1.8;
  font-size: var(--font-txt);
}
.history-block .detail-box .note {
  margin-top: 2.0em;
  font-size: var(--font-note) !important;
  color: #251E1C;
}
@media only screen and (max-width: 796px) {
  .history-block .history-list > li + li {
    margin-top: 70px;
  }
  .history-block .detail-txt .note.mt15 {
    margin-top: 15px;
  }
  .history-block #history-2022 .detail-txt .note.lt-min,
  .history-block #history-2023 .detail-txt .note.lt-min {
    letter-spacing: -0.01em;
  }
}
@media only screen and (min-width: 768px) {
  .history-block .detail-box {
    margin: 30px;
    padding-bottom: 20px;
  }
  .history-block .detail-box .head {
    padding: 15px 25px;
    padding-right: 60px;
  }
  .history-block .detail-box .body {
    margin-top: -20px;
  }
  .history-block .detail-box .content {
    padding: 0 24px;
  }
}



/* ---- Detail Box (Apply accordion) ---- */

.history-block .detail-box.accordion .head::before,
.history-block .detail-box.accordion .head::after {
  content: '';
  position: absolute;
  top: 21px;
  right: 15px;
  width: 15px;
  height: 1px;
  transition: 0.3s ease-in-out;
  background-color: rgb(var(--history-red));
}
.history-block .detail-box.accordion .head::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.history-block .detail-box.accordion.is-expand .head::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media only screen and (min-width: 768px) {
  .history-block .detail-box.accordion .head::before,
  .history-block .detail-box.accordion .head::after {
    top: 27px;
    right: 30px;
    width: 16px;
  }
}



/* ---- DUO 15th ---- */

.history-block .duo-15th {
  padding: 0 40px 90px;
  line-height: 25px;
  text-align: center;
  background: linear-gradient(0deg, rgba(239,230,212,1) 0%, rgba(239,230,212,0) 60%);
}
.history-block .duo-15th .message {
  margin-top: 0;
  margin-bottom: 40px;
}
.history-block .duo-15th .title {
  font-size: var(--font-15th);
}
.history-block .duo-15th .txt {
  font-size: var(--font-15ths);
}
.history-block .duo-15th .button {
  margin-top: 35px;
}
.history-block .duo-15th .button a {
  display: inline-block;
  min-width: 240px;
  padding: 0.5em;
  border-radius: 999px;
  letter-spacing: 0.1em;
  font-size: 11px;
  background-color: rgb(255 255 255 / 0.4);
  border: 1px solid #C89C2C;
  color: #C89C2C;
}
.history-block .duo-15th .button a:hover {
  background-color: #C89C2C;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .history-block .duo-15th {
    padding-top: 60px;
    padding-bottom: 150px;
    line-height: 50px;
  }
  .history-block .duo-15th img.emblem {
    width: 208px;
  }
  .history-block .duo-15th .message {
    margin-top: 0;
    margin-bottom: 80px;
  }
  .history-block .duo-15th .button {
    margin-top: 80px;
  }
  .history-block .duo-15th .button a {
    min-width: 430px;
    font-size: 18px;
  }
}



/* ---- Motion Arrow ---- */

.history .motion-arrows {
  --myDuration: 3.0s;
  position: relative;
  height: 30px;
}
.history .motion-arrows .arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 20px;
  opacity: 0;
  animation: history-motion-arrow var(--myDuration) ease-in-out infinite;
}
.history .motion-arrows .arrow:nth-child(2)  {
  animation-delay: calc(var(--myDuration)/4*1);
}
.history .motion-arrows .arrow:nth-child(3)  {
  animation-delay: calc(var(--myDuration)/4*2);
}
.history .motion-arrows .arrow:nth-child(4)  {
  animation-delay: calc(var(--myDuration)/4*3);
}
.history .motion-arrows .arrow::before,
.history .motion-arrows .arrow::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 50%;
  height: 1px;
  background: #fff;
  transform-origin: right bottom;
}
.history .motion-arrows .arrow::before {
  transform: rotate(40deg);
}
.history .motion-arrows .arrow::after {
  transform: rotate(140deg);
}
@keyframes history-motion-arrow {
    0% { opacity: 0; bottom: 100%;}
   70% { opacity: 1;}
  100% { opacity: 0;}
}
@media only screen and (min-width: 768px) {
  .history .motion-arrows {
    height: 40px;
  }
  .history .motion-arrows .arrow {
    width: 45px;
  }
}



/* ---- for Fade In ---- */

*[data-fadein] {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.8s ease-in-out;
}
*[data-fadein="true"] {
  transform: translateY(0);
  opacity: 1;
}



/* 20241219_商品詳細ページ レビューがない場合のマージン */
.item-template-scsm .item-detail .c-recommend-block,
.item-template-dbbo .item-detail .c-recommend-block,
.item-template-emsn .item-detail .c-recommend-block,
.item-template-scsp .item-detail .c-recommend-block,
.item-template-hatr .item-detail .c-recommend-block,
.item-template-clbt .item-detail .c-recommend-block,
.item-template-clbo .item-detail .c-recommend-block,
.item-template-aqmm .item-detail .c-recommend-block,
.item-template-clbh .item-detail .c-recommend-block {
    margin-top: 120px;
}
@media only screen and (max-width: 640px) {
  .item-template-scsm .item-detail .c-recommend-block,
  .item-template-dbbo .item-detail .c-recommend-block,
  .item-template-emsn .item-detail .c-recommend-block,
  .item-template-scsp .item-detail .c-recommend-block,
  .item-template-hatr .item-detail .c-recommend-block,
  .item-template-clbt .item-detail .c-recommend-block,
  .item-template-clbo .item-detail .c-recommend-block,
  .item-template-aqmm .item-detail .c-recommend-block,
  .item-template-clbh .item-detail .c-recommend-block {
      margin-top: 65px;
  }
}
.item_new_detail .item-slider .slick-slide {
  min-height: 380px;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .item_new_detail .item-slider .slick-slide {
    min-height: 285px;
    height: auto;
  }
}

/* 241224_murai 旧クレンジングバーム ブラック カート非表示 */
.item-template-clbb .item-detail .item-block .box .c-btn03 {
  display: none !important;
}


/*20250111_watanabe 比較表修正*/
.item-detail .c-comparison-block .table-wrap {
  overflow-x: auto;
}
.c-comparison-block .table-wrap {
  overflow-x: auto;
}

@media only screen and (min-width: 641px) {
  .c-comparison-block .table-wrap .table-inn {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .c-comparison-block .table-wrap .table-inn::-webkit-scrollbar{
    display:none;
  }
}

@media only screen and (max-width: 1260px) {
  .item-detail .c-comparison-block .table-wrap .table-inn {
    min-width: unset;
  }
}

@media only screen and (max-width: 1260px) {
  .c-comparison-block .table-wrap .table-inn {
    min-width: unset;
  }
}

/* 20250114_watanabe カートインバッジ処理設置 */
.c-header .btn-wrap a {
  position: relative;
}

.js-cart-count {
  background-color: #DFEFDB;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
  font-size: 10px;
  height: 20px;
  line-height: 1;
  padding: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
}

@media only screen and (max-width: 950px) {
  .js-cart-count {
      right: -1px;
  }
}

/* 20250120_watanabe　クレンジングバームブラックリペア　発売日表記追加 */
.c-cleansing-balm-block li.black .release_date_icon, .campaign-first .c-item-list li.black .release_date_icon, .lineup-item-block .c-item-list li#item-list-clbb-ex .release_date_icon {
  background: #352E3A;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 4px 8px;
  text-align: center;
  position: absolute;
  top: 3%;
  left: 7%;
}

@media only screen and (max-width: 640px) {
  .c-cleansing-balm-block li.black .release_date_icon, .campaign-first .c-item-list li.black .release_date_icon, .lineup-item-block .c-item-list li#item-list-clbb-ex .release_date_icon {
    font-size: 12px;
    padding: 4px 4px;
    top: 3%;
    left: 6%;
  }
}

/* --------------------

バームの魅力

-------------------- */
@media (min-width: 641px) {
  .cleansing_balm {
    overflow: hidden;
  }
}
.cleansing_balm_inner {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 640px) {
  .cleansing_balm_inner {
    max-width: 100%;
  }
}
.cleansing_balm .note {
  color: #251e1c;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1.3;
  display: block;
}
@media (max-width: 640px) {
  .cleansing_balm .note {
    line-height: 1.5;
  }
}
.cleansing_balm_mv {
  background-image: url("../img/cleansing_balm/fv.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
@media screen and (max-width: 1365px) {
  .cleansing_balm_mv {
    background-size: auto 100%;
  }
}
@media (max-width: 640px) {
  .cleansing_balm_mv {
    background-size: 100% auto;
    background-image: url("../img/cleansing_balm/fv_sp.jpg");
  }
}
@media (max-width: 390px) {
  .cleansing_balm_mv {
    background-size: auto 100%;
  }
}
.cleansing_balm_mv h1 {
  padding: 558px 0 12px;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0.14em;
}
@media (max-width: 640px) {
  .cleansing_balm_mv h1 {
    padding: 315px 0 0;
    font-size: 30px;
  }
}
.cleansing_balm_mv h1 sup {
  font-size: 16px!important;
}
@media (max-width: 640px) {
  .cleansing_balm_mv h1 sup {
    font-size: 12px!important;
  }
}
.cleansing_balm_mv_note {
  width: 100%;
  padding-bottom: 12px;
}
@media (max-width: 640px) {
  .cleansing_balm_mv_note {
    padding-bottom: 12px;
    color: #ffffff;
  }
}
.cleansing_balm_mv_note small.note {
  display: inline-block;
  color: #ffffff;
}
.cleansing_balm_lead {
  background-image: url("../img/cleansing_balm/lead_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  padding: 162px 0 84px;
}
@media screen and (max-width: 1365px) {
  .cleansing_balm_lead {
    background-size: auto 100%;
  }
}
@media (max-width: 640px) {
  .cleansing_balm_lead {
    padding: 52px 0 17px;
    background-size: 100% auto;
    background-image: url("../img/cleansing_balm/lead_bg_sp.jpg?v2");
    background-position: bottom -80px center;
  }
}
@media (max-width: 435px) {
  .cleansing_balm_lead {
    background-position: bottom center;
  }
}
@media (max-width: 400px) {
  .cleansing_balm_lead {
    background-size: auto 100%;
  }
}
.cleansing_balm_lead h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.625;
  margin-bottom: 64px;
  color: #251E1C;
}
@media (max-width: 640px) {
  .cleansing_balm_lead h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.cleansing_balm_lead p {
  line-height: 2.6875;
  margin-bottom: 103px;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 493px;
}
@media (max-width: 640px) {
  .cleansing_balm_lead p {
    margin-bottom: 238px;
    max-width: 311px;
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
  }
}
@media (max-width: 640px) {
  .cleansing_balm_lead .note {
    display: block;
  }
}
.cleansing_balm_feature {
  background-color: #ffffff;
  padding: 204px 0 55px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature {
    padding: 97px 0 0;
  }
}
.cleansing_balm_feature h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: 43px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature h2 {
    font-size: 17px;
    margin-bottom: 19px;
  }
}
.cleansing_balm_feature h2.powerup_title {
  font-size: 27px;
  letter-spacing: 0.1em;
  margin-top: 93px;
  margin-bottom: 41px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature h2.powerup_title {
    margin-top: 46px;
    margin-bottom: 18px;
    font-size: 15px;
  }
}
.cleansing_balm_feature h2.powerup_title span {
  font-size: 30px;
  letter-spacing: 0;
  color: #B60005;
}
@media (max-width: 640px) {
  .cleansing_balm_feature h2.powerup_title span {
    font-size: 17px;
  }
}
.cleansing_balm_feature_box {
  width: 100%;
}
.cleansing_balm_feature_box + .cleansing_balm_feature_box {
  margin-top: 38px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box + .cleansing_balm_feature_box {
    margin-top: 17px;
  }
}
.cleansing_balm_feature_box_title {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 42px;
  background-color: #F1E7DD;
  position: relative;
  padding: 3px 45px 2px 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box_title {
    gap: 15px;
    min-height: 61.5px;
    padding: 2px 70px 2px 8px;
  }
}
.cleansing_balm_feature_box_title::before, .cleansing_balm_feature_box_title::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #A5841E;
  position: absolute;
  top: 50%;
  right: 29px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box_title::before, .cleansing_balm_feature_box_title::after {
    width: 11px;
    right: 20px;
  }
}
.cleansing_balm_feature_box_title::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.cleansing_balm_feature_box_title::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cleansing_balm_feature_box_title.is-active::before {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.cleansing_balm_feature_box_title.is-active::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.cleansing_balm_feature_box_title_num {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  color: #DBB748;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-top: 3px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box_title_num {
    width: 45px;
    height: 45px;
    font-size: 13px;
  }
}
.cleansing_balm_feature_box_title_num.black {
  background-color: #251E1C;
}
.cleansing_balm_feature_box_title_num.red {
  background-color: #B60005;
}
.cleansing_balm_feature_box_title_num span {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 2px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box_title_num span {
    font-size: 20px;
  }
}
.cleansing_balm_feature_box_title p {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box_title p {
    font-size: 16px;
    font-weight: 400;
  }
}
.cleansing_balm_feature_box_title p.new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 29px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box_title p.new {
    gap: 10px;
    width: calc(100% - 61px);
  }
}
.cleansing_balm_feature_box_title p.new::after {
  content: "NEW";
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  display: inline-block;
  width: 51px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
  white-space: nowrap;
  border: solid 1px #B60005;
  color: #B93232;
  padding: 2px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box_title p.new::after {
    font-size: 10px;
    width: 40px;
    padding: 2px 0;
  }
}
.cleansing_balm_feature_box_content {
  background-color: #FAF6F0;
  padding: 20px;
  display: none;
}
.cleansing_balm_feature_box_content p {
  max-width: 550px;
  line-height: 1.6;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box_content p {
    max-width: 315px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.cleansing_balm_feature_box.point01 .cleansing_balm_feature_box_content {
  padding-top: 80px;
  padding-bottom: 63px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point01 .cleansing_balm_feature_box_content {
    padding-top: 27px;
    padding-bottom: 33px;
  }
}
.cleansing_balm_feature_box.point01 .cleansing_balm_feature_box_content img {
  display: block;
  margin: 0 auto 24px;
  width: 100%;
  max-width: 383px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point01 .cleansing_balm_feature_box_content img {
    margin-bottom: 23px;
    max-width: 250px;
  }
}
.cleansing_balm_feature_box.point01 .cleansing_balm_feature_box_content p {
  letter-spacing: 0.05em;
  margin: 0 auto;
}
.cleansing_balm_feature_box.point02 .cleansing_balm_feature_box_content {
  padding-top: 48px;
  padding-bottom: 32px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point02 .cleansing_balm_feature_box_content {
    padding-top: 23px;
    padding-bottom: 15px;
  }
}
.cleansing_balm_feature_box.point02 .cleansing_balm_feature_box_content .point02_lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.94444;
  color: #251E1C;
  text-align: center;
  margin-bottom: 79px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point02 .cleansing_balm_feature_box_content .point02_lead {
    margin-bottom: 50px;
    font-size: 15px;
    line-height: 1.5;
  }
}
.cleansing_balm_feature_box.point02 .cleansing_balm_feature_box_content .point02_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 61px 20px;
  width: 100%;
  max-width: 620px;
  margin: 0 auto 85px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point02 .cleansing_balm_feature_box_content .point02_flex {
    gap: 35px 10px;
    max-width: 310px;
    margin-bottom: 19px;
  }
}
.cleansing_balm_feature_box.point02 .cleansing_balm_feature_box_content .point02_flex_box {
  width: 100%;
  max-width: calc((100% - 20px) / 2);
  min-height: 498px;
  border-radius: 20px;
  background-color: #F1E7DD;
  position: relative;
  padding: 41px 25px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point02 .cleansing_balm_feature_box_content .point02_flex_box {
    max-width: 100%;
    min-height: 441px;
    padding: 37px 17px 42px;
    border-radius: 10px;
  }
}
.cleansing_balm_feature_box.point02 .cleansing_balm_feature_box_content .point02_flex_box_num {
  display: block;
  position: absolute;
  top: -20px;
  left: 20px;
  font-size: 45px;
  color: #DBB748;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point02 .cleansing_balm_feature_box_content .point02_flex_box_num {
    top: -20px;
    left: 20px;
    font-size: 40px;
  }
}
.cleansing_balm_feature_box.point02 .cleansing_balm_feature_box_content .point02_flex_box img {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point02 .cleansing_balm_feature_box_content .point02_flex_box img {
    margin-bottom: 25px;
  }
}
.cleansing_balm_feature_box.point02 .cleansing_balm_feature_box_content .point02_flex_box p {
  line-height: 1.5625;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point02 .cleansing_balm_feature_box_content .point02_flex_box p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.cleansing_balm_feature_box.point02 .cleansing_balm_feature_box_content .point02_note {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point02 .cleansing_balm_feature_box_content .point02_note {
    padding: 0;
  }
}
.cleansing_balm_feature_box.point03 .cleansing_balm_feature_box_content {
  padding-top: 79px;
  padding-bottom: 80px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point03 .cleansing_balm_feature_box_content {
    padding-top: 33px;
    padding-bottom: 46px;
  }
}
.cleansing_balm_feature_box.point03 .cleansing_balm_feature_box_content .point03_img {
  width: 100%;
  max-width: 620px;
  margin: 0 auto 23px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point03 .cleansing_balm_feature_box_content .point03_img {
    max-width: 310px;
    margin-bottom: 33.5px;
  }
}
.cleansing_balm_feature_box.point03 .cleansing_balm_feature_box_content .point03_img_wrap {
  background-color: #F1E7DD;
  border-radius: 20px;
  width: 100%;
  padding: 25px 20px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point03 .cleansing_balm_feature_box_content .point03_img_wrap {
    border-radius: 10px;
    padding: 29px 10px 0;
  }
}
.cleansing_balm_feature_box.point03 .cleansing_balm_feature_box_content .point03_img_wrap img {
  display: block;
  width: 100%;
  max-width: 446px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point03 .cleansing_balm_feature_box_content .point03_img_wrap img {
    max-width: 192.5px;
  }
}
.cleansing_balm_feature_box.point03 .cleansing_balm_feature_box_content .point03_img_note {
  width: 100%;
  text-align: right;
  padding-right: 20px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point03 .cleansing_balm_feature_box_content .point03_img_note {
    padding-right: 10px;
  }
}
.cleansing_balm_feature_box.point03 .cleansing_balm_feature_box_content .point03_img_note small {
  margin-top: 2px;
}
.cleansing_balm_feature_box.point03 .cleansing_balm_feature_box_content p {
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.07em;
}
.cleansing_balm_feature_box.point04 .cleansing_balm_feature_box_content {
  padding-top: 64px;
  padding-bottom: 50px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point04 .cleansing_balm_feature_box_content {
    padding-top: 27px;
    padding-bottom: 13px;
  }
}
.cleansing_balm_feature_box.point04 .cleansing_balm_feature_box_content .point04_lead {
  text-align: center;
  font-weight: 400;
  margin: 0 auto 74px;
}
@media (min-width: 641px) {
  .cleansing_balm_feature_box.point04 .cleansing_balm_feature_box_content .point04_lead {
    max-width: 570px;
  }
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point04 .cleansing_balm_feature_box_content .point04_lead {
    margin-bottom: 32px;
  }
}
.cleansing_balm_feature_box.point04 .cleansing_balm_feature_box_content .point04_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 33px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  max-width: 522px;
  margin: 0 auto 51px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point04 .cleansing_balm_feature_box_content .point04_flex {
    max-width: 338px;
    gap: 5px 11.5px;
    margin-bottom: 24px;
  }
}
.cleansing_balm_feature_box.point04 .cleansing_balm_feature_box_content .point04_flex_item {
  width: 152px;
  height: 152px;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point04 .cleansing_balm_feature_box_content .point04_flex_item {
    width: 90px;
    height: 90px;
  }
}
.cleansing_balm_feature_box.point04 .cleansing_balm_feature_box_content .point04_flex_item::before, .cleansing_balm_feature_box.point04 .cleansing_balm_feature_box_content .point04_flex_item::after {
  content: "";
  width: 118px;
  height: 6px;
  display: block;
  background-color: #EEE0D1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point04 .cleansing_balm_feature_box_content .point04_flex_item::before, .cleansing_balm_feature_box.point04 .cleansing_balm_feature_box_content .point04_flex_item::after {
    width: 59px;
    height: 2px;
  }
}
.cleansing_balm_feature_box.point04 .cleansing_balm_feature_box_content .point04_flex_item::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.cleansing_balm_feature_box.point04 .cleansing_balm_feature_box_content .point04_flex_item::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.cleansing_balm_feature_box.point04 .cleansing_balm_feature_box_content .point04_flex_item span {
  position: relative;
  z-index: 3;
  display: block;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point04 .cleansing_balm_feature_box_content .point04_flex_item span {
    font-size: 16px;
    line-height: 1.5625;
  }
}
.cleansing_balm_feature_box.point04 .cleansing_balm_feature_box_content .point04_check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point04 .cleansing_balm_feature_box_content .point04_check {
    gap: 25px;
    margin-bottom: 41px;
  }
}
.cleansing_balm_feature_box.point04 .cleansing_balm_feature_box_content .point04_check p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6px;
  font-weight: 500;
  letter-spacing: 0;
  max-width: initial;
  margin: 0;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point04 .cleansing_balm_feature_box_content .point04_check p {
    gap: 3px;
    font-size: 15px;
  }
}
.cleansing_balm_feature_box.point04 .cleansing_balm_feature_box_content .point04_check p img {
  display: block;
  width: 25px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point04 .cleansing_balm_feature_box_content .point04_check p img {
    width: 15px;
  }
}
.cleansing_balm_feature_box.point04 .cleansing_balm_feature_box_content .point04_note {
  width: 100%;
  padding: 0 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point04 .cleansing_balm_feature_box_content .point04_note {
    padding: 0 0 0 20px;
    letter-spacing: -0.02em;
  }
}
.cleansing_balm_feature_box.point04 .cleansing_balm_feature_box_content .point04_note small {
  display: inline-block;
  text-align: left;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point05 .cleansing_balm_feature_box_title {
    padding-right: 42px;
  }
}
.cleansing_balm_feature_box.point05 .cleansing_balm_feature_box_content {
  padding-top: 102px;
  padding-bottom: 42px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point05 .cleansing_balm_feature_box_content {
    padding-top: 45px;
    padding-bottom: 20px;
  }
}
.cleansing_balm_feature_box.point05 .cleansing_balm_feature_box_content img {
  display: block;
  width: 100%;
  max-width: 372px;
  margin: 0 auto 51px;
  position: relative;
  left: 55px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point05 .cleansing_balm_feature_box_content img {
    max-width: 305.5px;
    margin-bottom: 25px;
    left: auto;
  }
}
.cleansing_balm_feature_box.point05 .cleansing_balm_feature_box_content .point05_lead {
  width: 100%;
  margin: 0 auto 53px;
  letter-spacing: 0.07em;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point05 .cleansing_balm_feature_box_content .point05_lead {
    max-width: 291px;
    margin-bottom: 34px;
  }
}
.cleansing_balm_feature_box.point05 .cleansing_balm_feature_box_content .point05_box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto 44px;
  border: solid 1px #77C6B3;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 26px 25px 28px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point05 .cleansing_balm_feature_box_content .point05_box {
    max-width: 315px;
    margin-bottom: 24px;
    padding: 20px 17px 28px;
    border-radius: 5px;
    background-color: #f7fcfb;
  }
}
.cleansing_balm_feature_box.point05 .cleansing_balm_feature_box_content .point05_box_title {
  text-align: center;
  width: 100%;
  color: #D7A74C;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.65;
  padding-bottom: 19px;
  margin-bottom: 35px;
  border-bottom: solid 1px #D7A74C;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point05 .cleansing_balm_feature_box_content .point05_box_title {
    padding-bottom: 8px;
    margin-bottom: 16px;
    font-size: 15px;
  }
}
.cleansing_balm_feature_box.point05 .cleansing_balm_feature_box_content .point05_box_text {
  letter-spacing: 0;
  line-height: 1.375;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point05 .cleansing_balm_feature_box_content .point05_box_text {
    font-size: 14px;
  }
}
.cleansing_balm_feature_box.point05 .cleansing_balm_feature_box_content .point05_box_text span {
  font-weight: 600;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point05 .cleansing_balm_feature_box_content .point05_box_text span {
    font-size: 15px;
  }
}
.cleansing_balm_feature_box.point05 .cleansing_balm_feature_box_content .point05_box_text + .point05_box_text {
  margin-top: 25px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point05 .cleansing_balm_feature_box_content .point05_box_text + .point05_box_text {
    margin-top: 13px;
  }
}
.cleansing_balm_feature_box.point05 .cleansing_balm_feature_box_content .point05_note {
  width: 100%;
  padding-right: 60px;
  padding-left: 60px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point05 .cleansing_balm_feature_box_content .point05_note {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.cleansing_balm_feature_box.point05 .cleansing_balm_feature_box_content .point05_note small {
  display: inline-block;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point06 .cleansing_balm_feature_box_title {
    padding-right: 42px;
  }
}
.cleansing_balm_feature_box.point06 .cleansing_balm_feature_box_content {
  padding-top: 74px;
  padding-bottom: 97px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point06 .cleansing_balm_feature_box_content {
    padding: 33px;
    padding-bottom: 60px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.cleansing_balm_feature_box.point06 .cleansing_balm_feature_box_content p {
  text-align: center;
  font-weight: 400;
  margin-bottom: 72px;
  letter-spacing: 0;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point06 .cleansing_balm_feature_box_content p {
    margin-bottom: 46px;
    font-size: 15px;
  }
}
.cleansing_balm_feature_box.point06 .cleansing_balm_feature_box_content .point06_img {
  width: 100%;
  max-width: 618px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point06 .cleansing_balm_feature_box_content .point06_img {
    max-width: 309px;
  }
}
.cleansing_balm_feature_box.point06 .cleansing_balm_feature_box_content .point06_img img {
  display: block;
  width: 100%;
  max-width: 538px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point06 .cleansing_balm_feature_box_content .point06_img img {
    max-width: 301.5px;
    margin-left: -7px;
  }
}
.cleansing_balm_feature_box.point06 .cleansing_balm_feature_box_content .point06_img img + img {
  margin-top: 35px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point06 .cleansing_balm_feature_box_content .point06_img img + img {
    margin-top: 22px;
  }
}
.cleansing_balm_feature_box.point06 .cleansing_balm_feature_box_content .point06_img img:nth-child(2n) {
  margin-left: auto;
  max-width: 560px;
}
@media (max-width: 640px) {
  .cleansing_balm_feature_box.point06 .cleansing_balm_feature_box_content .point06_img img:nth-child(2n) {
    max-width: 304px;
    margin-left: 20px;
  }
}
.cleansing_balm_story {
  background-image: url(../img/cleansing_balm/story_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding-top: 93px;
  padding-bottom: 141px;
}
@media (max-width: 640px) {
  .cleansing_balm_story {
    background-image: url(../img/cleansing_balm/story_bg_sp.jpg);
    padding-top: 49px;
    padding-bottom: 60px;
    margin-bottom: 66px;
  }
}
.cleansing_balm_story .cleansing_balm_inner {
  max-width: 1030px;
}
@media (max-width: 640px) {
  .cleansing_balm_story .cleansing_balm_inner {
    max-width: 375px;
  }
}
.cleansing_balm_story_mintitle {
  width: 100%;
  max-width: 223px;
  margin: 0 auto 6px;
  position: relative;
  padding-bottom: 17px;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 640px) {
  .cleansing_balm_story_mintitle {
    margin-bottom: 4px;
    padding-bottom: 8px;
    font-size: 14px;
    max-width: 155px;
    text-align: center;
  }
}
.cleansing_balm_story_mintitle::before {
  content: "";
  display: block;
  width: 100%;
  height: 20.5px;
  background-image: url("../img/cleansing_balm/story_title_border.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 640px) {
  .cleansing_balm_story_mintitle::before {
    height: 10px;
    background-size: 155px 10px;
  }
}
.cleansing_balm_story h2 {
  margin: 0 auto 56px;
  text-align: center;
}
@media (max-width: 640px) {
  .cleansing_balm_story h2 {
    margin-bottom: 27px;
  }
}
.cleansing_balm_story h2 span {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.9;
  position: relative;
  display: inline-block;
}
@media (max-width: 640px) {
  .cleansing_balm_story h2 span {
    font-size: 24px;
  }
}
.cleansing_balm_story h2 span::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: url("../img/cleansing_balm/dot.png");
  background-repeat: repeat;
  position: absolute;
  bottom: 7px;
}
@media (max-width: 640px) {
  .cleansing_balm_story h2 span::before {
    height: 2px;
    bottom: 3px;
  }
}
.cleansing_balm_story_box {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 82px 56px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 640px) {
  .cleansing_balm_story_box {
    padding: 34px 16px 10px;
    border-radius: 10px;
  }
}
.cleansing_balm_story_box_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 640px) {
  .cleansing_balm_story_box_item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 33px;
  }
}
.cleansing_balm_story_box_item + .cleansing_balm_story_box_item {
  margin-top: 111px;
}
@media (max-width: 640px) {
  .cleansing_balm_story_box_item + .cleansing_balm_story_box_item {
    margin-top: 50px;
  }
}
.cleansing_balm_story_box_item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 640px) {
  .cleansing_balm_story_box_item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.cleansing_balm_story_box_item.reverse .cleansing_balm_story_box_item_img img {
  margin-left: auto;
}
@media (max-width: 640px) {
  .cleansing_balm_story_box_item.reverse .cleansing_balm_story_box_item_img img {
    margin-left: 0;
  }
}
.cleansing_balm_story_box_item_img {
  width: 42.255%;
  max-width: 371px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}
@media (max-width: 640px) {
  .cleansing_balm_story_box_item_img {
    width: 100%;
    max-width: 275px;
    margin: 0 auto;
  }
}
.cleansing_balm_story_box_item_img img {
  display: block;
  width: 100%;
  max-width: 350px;
}
@media (max-width: 640px) {
  .cleansing_balm_story_box_item_img img {
    max-width: 100%;
  }
}
.cleansing_balm_story_box_item_img_text {
  display: block;
  width: 189px;
  background-color: #EEE6DE;
  padding: 13px 35px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  bottom: 7px;
  right: -3px;
}
@media (max-width: 640px) {
  .cleansing_balm_story_box_item_img_text {
    position: static;
    bottom: initial;
    right: initial;
    margin-top: 4px;
    padding: 8px 5px;
    width: 100%;
    font-size: 15px;
    text-align: center;
  }
}
.cleansing_balm_story_box_item_img_text span {
  display: block;
  font-weight: 500;
  font-size: 10px;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .cleansing_balm_story_box_item_img_text span {
    margin-bottom: 5px;
    font-size: 12px;
  }
}
.cleansing_balm_story_box_item_content {
  width: calc(57.745% - 20px);
  max-width: 460px;
}
@media (max-width: 640px) {
  .cleansing_balm_story_box_item_content {
    width: 100%;
    max-width: 100%;
  }
}
.cleansing_balm_story_box_item_content_title {
  padding-left: 29px;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.6071429;
  position: relative;
}
@media (max-width: 640px) {
  .cleansing_balm_story_box_item_content_title {
    padding-left: 16px;
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 1.45;
  }
}
.cleansing_balm_story_box_item_content_title::before {
  content: "";
  display: block;
  width: 11px;
  height: 80px;
  background-color: #EEE6DE;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 640px) {
  .cleansing_balm_story_box_item_content_title::before {
    width: 5px;
    height: 100%;
  }
}
.cleansing_balm_story_box_item_content_text {
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 640px) {
  .cleansing_balm_story_box_item_content_text {
    font-size: 15px;
  }
}
.cleansing_balm_story_note {
  margin-top: 54px;
}
@media (max-width: 640px) {
  .cleansing_balm_story_note {
    margin-top: 21px;
  }
}
.cleansing_balm_story_item {
  position: absolute;
  display: block;
}
.cleansing_balm_story_item.item01 {
  max-width: 313px;
  width: 23vw;
  top: -89px;
  right: -11px;
}
@media (max-width: 640px) {
  .cleansing_balm_story_item.item01 {
    width: 34vw;
    max-width: 128px;
    top: -62px;
    right: 8px;
  }
}
.cleansing_balm_story_item.item02 {
  max-width: 404px;
  width: 29.6vw;
  left: -5px;
  top: 152px;
}
@media (max-width: 640px) {
  .cleansing_balm_story_item.item02 {
    display: none;
  }
}
.cleansing_balm_story_item.item03 {
  max-width: 373px;
  width: 27.2vw;
  bottom: 3px;
  right: 159px;
}
@media (max-width: 640px) {
  .cleansing_balm_story_item.item03 {
    width: 43vw;
    max-width: 162px;
    bottom: -80px;
    right: initial;
    left: 0px;
  }
}
.cleansing_balm_info {
  padding-top: 177px;
  padding-bottom: 4px;
}
@media (max-width: 640px) {
  .cleansing_balm_info {
    padding-top: 100px;
    padding-bottom: 5px;
  }
}
.cleansing_balm_info .cleansing_balm_inner {
  max-width: 950px;
}
@media (max-width: 640px) {
  .cleansing_balm_info .cleansing_balm_inner {
    max-width: 100%;
  }
}
.cleansing_balm_info_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  width: 100%;
}
@media (max-width: 640px) {
  .cleansing_balm_info_wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
}
.cleansing_balm_info_item {
  max-width: 150px;
  width: calc((100% - 80px) / 5);
}
@media (max-width: 640px) {
  .cleansing_balm_info_item {
    max-width: 100px;
    width: calc((100% - 8px) / 3);
  }
}
.cleansing_balm_info_item img {
  display: block;
  max-width: 140px;
  width: 100%;
  margin: -6px auto 0;
}
@media (max-width: 640px) {
  .cleansing_balm_info_item img {
    max-width: 80px;
    margin-top: -15px;
  }
}
.cleansing_balm_info_item p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 100%;
  height: 150px;
  letter-spacing: 0;
}
@media (max-width: 640px) {
  .cleansing_balm_info_item p {
    height: 100px;
  }
}
.cleansing_balm_info_item p span {
  color: #ffffff;
  display: block;
  font-size: 23px;
  line-height: 1.3913043;
  font-weight: 700c;
  text-align: center;
}
@media (max-width: 640px) {
  .cleansing_balm_info_item p span {
    font-size: 15px;
  }
}
.cleansing_balm_info_item.balm01 p {
  background-color: #352E3A;
}
.cleansing_balm_info_item.balm02 p {
  background-color: #B0A8CB;
}
.cleansing_balm_info_item.balm03 p {
  background-color: #B60005;
}
.cleansing_balm_info_item.balm04 p {
  background-color: #569793;
}
.cleansing_balm_info_item.balm05 p {
  background-color: #FABE00;
}
.cleansing_balm_info_note {
  margin-top: 50px;
}
@media (max-width: 640px) {
  .cleansing_balm_info_note {
    margin-top: 60px;
  }
}
.cleansing_balm_info_note .note {
  display: inline-block;
}
.cleansing_balm_intro {
  padding-top: 73px;
  padding-bottom: 60px;
}
@media (max-width: 640px) {
  .cleansing_balm_intro {
    padding-top: 25px;
    padding-bottom: 40px;
  }
}
.cleansing_balm_intro .cleansing_balm_inner {
  max-width: 950px;
}
@media (max-width: 640px) {
  .cleansing_balm_intro .cleansing_balm_inner {
    max-width: 100%;
  }
}
.cleansing_balm_intro_title {
  font-size: 70px;
  font-weight: 500;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 32px;
  line-height: 1;
}
@media (max-width: 640px) {
  .cleansing_balm_intro_title {
    font-size: 35px;
    margin-bottom: 14px;
  }
}
.cleansing_balm_intro_name {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 42px;
  text-align: center;
}
@media (max-width: 640px) {
  .cleansing_balm_intro_name {
    font-size: 14px;
    margin-bottom: 21px;
  }
}
.cleansing_balm_intro_lead {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 640px) {
  .cleansing_balm_intro_lead {
    font-size: 16px;
  }
}
.cleansing_balm_intro_lead span {
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 11px;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1;
  padding: 8px 14.75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 3px;
  position: relative;
  left: -6px;
}
@media (max-width: 640px) {
  .cleansing_balm_intro_lead span {
    border-radius: 5px;
    font-size: 19px;
    padding: 3px 8px;
    left: 0;
    margin-right: 4px;
  }
}
.cleansing_balm_intro_img {
  display: block;
  width: 590px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 640px) {
  .cleansing_balm_intro_img {
    width: 100%;
  }
}
.cleansing_balm_intro_text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 21px;
  text-align: center;
}
@media (max-width: 640px) {
  .cleansing_balm_intro_text {
    font-size: 14px;
    margin-bottom: 11px;
  }
}
.cleansing_balm_intro_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media (max-width: 640px) {
  .cleansing_balm_intro_flex {
    gap: 20px;
  }
}
.cleansing_balm_intro_flex_item {
  width: 147px;
}
@media (max-width: 640px) {
  .cleansing_balm_intro_flex_item {
    width: 80px;
  }
}
.cleansing_balm_intro_flex_item_new {
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #B60005;
  margin-bottom: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
@media (max-width: 640px) {
  .cleansing_balm_intro_flex_item_new {
    font-size: 10px;
    margin-bottom: 2px;
  }
}
.cleansing_balm_intro_flex_item img {
  display: block;
  width: 100%;
}
@media (max-width: 640px) {
  .cleansing_balm_intro_flex_item img {
    max-width: 70px;
    margin: 0 auto;
  }
}
.cleansing_balm_intro_flex_item p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 144px;
  min-height: 69px;
  margin: -23px auto 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.61111;
  letter-spacing: 0;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 640px) {
  .cleansing_balm_intro_flex_item p {
    max-width: 100%;
    min-height: 40px;
    margin-top: -9px;
    font-size: 13px;
    line-height: 1.11;
    border-radius: 2px;
  }
}
.cleansing_balm_intro_note {
  margin-top: 20px;
}
@media (max-width: 640px) {
  .cleansing_balm_intro_note {
    margin-top: 10px;
    letter-spacing: 0;
  }
}
.cleansing_balm_intro.black {
  background-image: url("../img/cleansing_balm/black_bg.jpg?v3");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 640px) {
  .cleansing_balm_intro.black {
    background-image: url("../img/cleansing_balm/black_bg_sp.jpg?v3");
  }
}
.cleansing_balm_intro.black .cleansing_balm_intro_title {
  color: #352E3A;
}
.cleansing_balm_intro.black .cleansing_balm_intro_name {
  color: #352E3A;
}
.cleansing_balm_intro.black .cleansing_balm_intro_lead {
  color: #352E3A;
}
.cleansing_balm_intro.black .cleansing_balm_intro_lead span {
  color: #352E3A;
}
.cleansing_balm_intro.black .cleansing_balm_intro_img {
  margin-bottom: -34px;
  margin-top: 47px;
  left: 18px;
}
@media (max-width: 640px) {
  .cleansing_balm_intro.black .cleansing_balm_intro_img {
    width: 274px;
    margin-top: 41px;
    margin-bottom: 4px;
    left: 8px;
  }
}
.cleansing_balm_intro.black .cleansing_balm_intro_text {
  color: #ffffff;
}
.cleansing_balm_intro.black .cleansing_balm_intro_flex_item p {
  background-color: #251E1C;
  color: #ffffff;
}
.cleansing_balm_intro.black .cleansing_balm_intro_note small {
  color: #ffffff;
}
.cleansing_balm_intro.white {
  background-image: url("../img/cleansing_balm/white_bg.jpg?v3");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 640px) {
  .cleansing_balm_intro.white {
    background-image: url("../img/cleansing_balm/white_bg_sp.jpg?v4");
  }
}
.cleansing_balm_intro.white .cleansing_balm_intro_title {
  color: #B0A8CB;
}
.cleansing_balm_intro.white .cleansing_balm_intro_name {
  color: #B0A8CB;
}
.cleansing_balm_intro.white .cleansing_balm_intro_lead {
  color: #B0A8CB;
}
.cleansing_balm_intro.white .cleansing_balm_intro_lead span {
  color: #B0A8CB;
}
.cleansing_balm_intro.white .cleansing_balm_intro_img {
  margin-bottom: -15px;
  margin-top: 37px;
  left: -15px;
}
@media (max-width: 640px) {
  .cleansing_balm_intro.white .cleansing_balm_intro_img {
    width: 274px;
    left: -6px;
    margin-bottom: 3px;
  }
}
.cleansing_balm_intro.white .cleansing_balm_intro_text {
  color: #ffffff;
}
@media (max-width: 640px) {
  .cleansing_balm_intro.white .cleansing_balm_intro_flex {
    gap: 8px;
  }
}
.cleansing_balm_intro.white .cleansing_balm_intro_flex_item p {
  background-color: #F4ECE4;
  color: #251E1C;
}
.cleansing_balm_intro.white .cleansing_balm_intro_note small {
  color: #251E1C;
}
.cleansing_balm_intro.balm {
  background-image: url("../img/cleansing_balm/balm_bg.jpg?v3");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 640px) {
  .cleansing_balm_intro.balm {
    background-image: url("../img/cleansing_balm/balm_bg_sp.jpg?v3");
  }
}
.cleansing_balm_intro.balm .cleansing_balm_intro_title {
  color: #B60005;
}
.cleansing_balm_intro.balm .cleansing_balm_intro_name {
  color: #B60005;
}
.cleansing_balm_intro.balm .cleansing_balm_intro_lead {
  color: #B60005;
}
.cleansing_balm_intro.balm .cleansing_balm_intro_lead span {
  color: #B60005;
}
.cleansing_balm_intro.balm .cleansing_balm_intro_img {
  margin-bottom: -18px;
  margin-top: 13px;
  left: 22px;
}
@media (max-width: 640px) {
  .cleansing_balm_intro.balm .cleansing_balm_intro_img {
    margin-bottom: 12px;
    margin-top: 34px;
    left: 7px;
    width: 269px;
  }
}
.cleansing_balm_intro.balm .cleansing_balm_intro_text {
  color: #251E1C;
}
.cleansing_balm_intro.balm .cleansing_balm_intro_flex_item p {
  background-color: #B60005;
  color: #FFFFFF;
}
.cleansing_balm_intro.balm .cleansing_balm_intro_note small {
  color: #251E1C;
}
.cleansing_balm_intro.barrier {
  background-image: url("../img/cleansing_balm/barrier_bg.jpg?v3");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 640px) {
  .cleansing_balm_intro.barrier {
    background-image: url("../img/cleansing_balm/barrier_bg_sp.jpg?v3");
  }
}
.cleansing_balm_intro.barrier .cleansing_balm_intro_title {
  color: #4F8D89;
}
.cleansing_balm_intro.barrier .cleansing_balm_intro_name {
  color: #4F8D89;
}
.cleansing_balm_intro.barrier .cleansing_balm_intro_lead {
  color: #4F8D89;
}
.cleansing_balm_intro.barrier .cleansing_balm_intro_lead span {
  color: #4F8D89;
}
.cleansing_balm_intro.barrier .cleansing_balm_intro_img {
  margin-bottom: -32px;
  margin-top: 41px;
  left: 0px;
}
@media (max-width: 640px) {
  .cleansing_balm_intro.barrier .cleansing_balm_intro_img {
    width: 274px;
    left: 32px;
    margin-bottom: 2px;
  }
}
.cleansing_balm_intro.barrier .cleansing_balm_intro_text {
  color: #283E3D;
}
.cleansing_balm_intro.barrier .cleansing_balm_intro_flex_item p {
  background-color: #569793;
  color: #FFFFFF;
}
.cleansing_balm_intro.barrier .cleansing_balm_intro_note small {
  color: #251E1C;
}
.cleansing_balm_intro.clear {
  background-image: url("../img/cleansing_balm/clear_bg.jpg?v3");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 640px) {
  .cleansing_balm_intro.clear {
    background-image: url("../img/cleansing_balm/clear_bg_sp.jpg?v3");
  }
}
.cleansing_balm_intro.clear .cleansing_balm_intro_title {
  color: #C9A01F;
}
.cleansing_balm_intro.clear .cleansing_balm_intro_name {
  color: #C9A01F;
}
.cleansing_balm_intro.clear .cleansing_balm_intro_lead {
  color: #C9A01F;
}
.cleansing_balm_intro.clear .cleansing_balm_intro_lead span {
  color: #C9A01F;
}
.cleansing_balm_intro.clear .cleansing_balm_intro_img {
  margin-bottom: 12px;
  margin-top: 41px;
  left: 0px;
}
@media (max-width: 640px) {
  .cleansing_balm_intro.clear .cleansing_balm_intro_img {
    margin-bottom: 27px;
    width: 274px;
    margin-top: 47px;
    left: -2px;
  }
}
.cleansing_balm_intro.clear .cleansing_balm_intro_text {
  color: #75683F;
}
@media (max-width: 640px) {
  .cleansing_balm_intro.clear .cleansing_balm_intro_flex_item {
    width: 85px;
  }
}
.cleansing_balm_intro.clear .cleansing_balm_intro_flex_item p {
  background-color: #FABE00;
  color: #251E1C;
}
.cleansing_balm_intro.clear .cleansing_balm_intro_note small {
  color: #251E1C;
}
.cleansing_balm_bg {
  background-image: url("../img/cleansing_balm/cleansing_balm_bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cleansing_balm_howto {
  padding-top: 195px;
  padding-bottom: 284px;
}
@media (max-width: 640px) {
  .cleansing_balm_howto {
    padding-top: 100px;
    padding-bottom: 136px;
  }
}
.cleansing_balm_howto h2 {
  font-size: 30px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 70px;
}
@media (max-width: 640px) {
  .cleansing_balm_howto h2 {
    margin-bottom: 30px;
    font-size: 23px;
  }
}
.cleansing_balm_howto_wrap {
  width: 100%;
}
@media (max-width: 640px) {
  .cleansing_balm_howto_wrap {
    overflow: scroll;
  }
}
.cleansing_balm_howto_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 55px;
}
@media (max-width: 640px) {
  .cleansing_balm_howto_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 870px;
    gap: 15px;
  }
}
.cleansing_balm_howto_flex_item {
  width: calc((100% - 110px) / 3);
  max-width: 256px;
}
@media (max-width: 640px) {
  .cleansing_balm_howto_flex_item {
    display: block;
    width: 280px;
    max-width: 280px;
    background-color: #F1E7DD;
    padding: 24px 33px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
  }
}
.cleansing_balm_howto_flex_item:not(:last-child) .cleansing_balm_howto_flex_item_img::after {
  content: "";
  display: grid;
  width: 22px;
  height: 26px;
  position: absolute;
  top: 51%;
  right: -42px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #E7D8C6;
}
@media (max-width: 640px) {
  .cleansing_balm_howto_flex_item:not(:last-child) .cleansing_balm_howto_flex_item_img::after {
    content: none;
  }
}
.cleansing_balm_howto_flex_item_num {
  font-size: 40px;
  line-height: 1;
  color: #DBB748;
  margin-bottom: 3px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
@media (max-width: 640px) {
  .cleansing_balm_howto_flex_item_num {
    font-size: 25px;
    display: block;
    margin-bottom: 11px;
  }
}
.cleansing_balm_howto_flex_item_img {
  position: relative;
  margin-bottom: 36px;
}
@media (max-width: 640px) {
  .cleansing_balm_howto_flex_item_img {
    margin-bottom: 29px;
  }
}
.cleansing_balm_howto_flex_item_img img {
  display: block;
  width: 100%;
}
.cleansing_balm_howto_flex_item p {
  max-width: 255px;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 640px) {
  .cleansing_balm_howto_flex_item p {
    max-width: 197px;
    font-size: 14px;
  }
}
.cleansing_balm_news {
  padding-bottom: 251px;
}
@media (max-width: 640px) {
  .cleansing_balm_news {
    padding-bottom: 112px;
  }
}
.cleansing_balm_news h2 {
  font-size: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 70px;
}
@media (max-width: 640px) {
  .cleansing_balm_news h2 {
    margin-bottom: 30px;
    font-size: 23px;
  }
}
.cleansing_balm_news_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 68px;
}
@media (max-width: 640px) {
  .cleansing_balm_news_list {
    gap: 7px;
    margin-bottom: 13px;
  }
}
.cleansing_balm_news_list a {
  display: block;
  width: calc((100% - 40px) / 3);
  max-width: 280px;
}
@media (max-width: 640px) {
  .cleansing_balm_news_list a {
    width: calc((100% - 7px) / 2);
    max-width: auto;
  }
}
.cleansing_balm_news_list a.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  display: none;
}
.cleansing_balm_news_list a img {
  display: block;
  width: 100%;
}
.cleansing_balm_news_list a.commingsoon {
  pointer-events: none;
}
.cleansing_balm_news_more {
  display: block;
  width: 100%;
  text-align: center;
}
.cleansing_balm_news_more p {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: #251E1C;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .cleansing_balm_news_more p {
    font-size: 12px;
  }
}
.cleansing_balm_histroty_banner {
  margin-bottom: 177px;
}
@media (max-width: 640px) {
  .cleansing_balm_histroty_banner {
    margin-bottom: 65px;
  }
}
.cleansing_balm_banner {
  margin-bottom: 199px;
}
@media (max-width: 640px) {
  .cleansing_balm_banner {
    margin-bottom: 102px;
  }
}
@media (max-width: 640px) {
  .page-template-cleansing_balm {
    margin-top: 0;
  }
}


/* 250131_watanabe FVエリアの改修 */
svg#progress {
  display: none!important;
}

.progress-slider {
  display: none!important;
}

.mv-slider-wrap .slick-dots {
  bottom: -40px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  margin-top: 15px;
}

@media only screen and (max-width: 640px) {
  .mv-slider-wrap .slick-dots {
      bottom: -30px;
      text-align: center;
  }
}

.mv-slider-wrap .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.mv-slider-wrap .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.mv-slider-wrap .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #b93232;
}

.mv-slider-wrap .slick-dots li button:before {
  font-family: 'slick';
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #b93232;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mv-block .mv-slider {
  overflow: initial!important;
}

/*バナー遷移右→左*/
.mv-block .mv-slider .slide-in-filter {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.mv-block .mv-slider .slide-in-content {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.mv-block .mv-slider .is-animated .slide-in-filter,.mv-block .mv-slider .is-animated .slide-in-content {
  -webkit-transition: -webkit-transform 5s cubic-bezier(0.1, 0.8, 0, 1) 0s;
  transition: -webkit-transform 5s cubic-bezier(0.1, 0.8, 0, 1) 0s;
  transition: transform 5s cubic-bezier(0.1, 0.8, 0, 1) 0s;
  transition: transform 5s cubic-bezier(0.1, 0.8, 0, 1) 0s, -webkit-transform 5s cubic-bezier(0.1, 0.8, 0, 1) 0s
}


/*洗顔比較表のラベル背景非表示*/
#comparison-block-wash .c-item-list li.red .c-cat,
#comparison-block-wash .c-item-list li.blue .c-cat,
#comparison-block-wash .c-item-list li.black .c-cat {
    background: none!important;
}

/* 250130_watanabe 商品テンプレートの統一改修 */
.item_new_detail_cart {
  margin-top: 50px;
}

@media only screen and (max-width: 640px) {
  .item_new_detail_cart {
    margin-top: 30px;
  }
}

.item_new_detail_images_main li .new-release-icon {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  color: #B88936;
  border: solid 2px #B88936;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}

.item_new_detail_images_main li .new-release-icon span.new-release-icon_text {
  display: block;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 25px;
  margin-bottom: 3px;
  font-weight: 600;
}

.item_new_detail_images_main li .new-release-icon span.new-release-icon_date {
  font-size: 20px;
  letter-spacing: -0.019em;
  line-height: 1;
  font-weight: 500;
  display: block;
}

@media only screen and (max-width: 640px) {
  .item_new_detail_images_main li .new-release-icon {
    width: 80px;
    height: 80px;
    border: solid 1px #B88936;
  }

  .item_new_detail_images_main li .new-release-icon span.new-release-icon_text {
    font-size: 20px;
    margin-top: 20px;
  }

  .item_new_detail_images_main li .new-release-icon span.new-release-icon_date {
    font-size: 16px;
    margin-bottom: 3px;
  }
}

.item_new_detail_wrap .campaign-wrap .review--flex-child1{
  margin-bottom: 10px;
}

@media only screen and (min-width: 641px) {
  .review--flex-child6{
    order: 6;
  }
}
@media only screen and (max-width: 640px) {
  .review--flex-child6{
    order: 6;
  }
}

.item_new_detail_lead {
  margin-top: 45px;
}

@media only screen and (max-width: 640px) {
  .review--flex-child5 {
    margin: 20px auto 0 auto;
  }
  .item_new_detail_lead {
    margin-top: 15px;
  }
}

/* カラー設定 */
.item_new_detail.yellow::before  {
  background: #ddc067;
}
.item_new_detail.yellow .item_new_detail_cat{
  background: #D5AD02;
  color: #ffffff;
}

/* スライダー画像表示調整 */
.item-template-clbm .thumb-slider img,
.item-template-clbb .thumb-slider img,
.item-template-clbw-a .thumb-slider img,
.item-template-clby .thumb-slider img,
.item-template-clbh .thumb-slider img,
.item-template-rblo_1st .thumb-slider img,
.item-template-crmb .thumb-slider img,
.item-template-rtcf .thumb-slider img,
.item-template-skcf .thumb-slider img,
.item-template-ndpd .thumb-slider img,
.item-template-irsh .thumb-slider img,
.item-template-irtr .thumb-slider img,
.item-template-vtbw .thumb-slider img,
.item-template-essm .thumb-slider img,
.item-template-rbar .thumb-slider img,
.item-template-omst .thumb-slider img,
.item-template-rscb .thumb-slider img,
.item-template-emsn .thumb-slider img,
.item-template-crem .thumb-slider img,
.item-template-smbb .thumb-slider img,
.item-template-scsp .thumb-slider img,
.item-template-hatr .thumb-slider img,
.item-template-rpst .thumb-slider img,
.item-template-scsm .thumb-slider img,
.item-template-ysrm .thumb-slider img,
.item-template-clbw .thumb-slider img,
.item-template-yrwm .thumb-slider img,
.item-template-clbd .thumb-slider img,
.item-template-clbt .thumb-slider img,
.item-template-clba .thumb-slider img,
.item-template-clbo .thumb-slider img,
.item-template-aqmm .thumb-slider img,
.item-template-clbi .thumb-slider img,
.item-template-dbbo .thumb-slider img {
    margin: auto;
    max-height: 100%;
}

@media only screen and (max-width: 640px) {
  .item-template-clbm .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-clbw-a .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-clby .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-clbh .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-rblo_1st .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-crmb .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-rtcf .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-skcf .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-ndpd .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-irsh .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-irtr .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-vtbw .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-essm .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-rbar .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-omst .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-rscb .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-emsn .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-crem .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-smbb .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-scsp .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-hatr .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-rpst .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-scsm .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-ysrm .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-clbw .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-yrwm .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-clbd .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-clbt .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-clba .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-clbo .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-aqmm .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-clbi .item_new_detail_images_main.item-slider .slick-slide img,
  .item-template-dbbo .item_new_detail_images_main.item-slider .slick-slide img {
      max-height: 200px!important;
  }
  .item-template-clbm .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-clbw-a .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-clby .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-clbh .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-rblo_1st .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-crmb .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-rtcf .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-skcf .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-ndpd .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-irsh .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-irtr .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-vtbw .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-essm .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-rbar .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-omst .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-rscb .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-emsn .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-crem .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-smbb .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-scsp .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-hatr .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-rpst .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-scsm .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-ysrm .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-clbw .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-yrwm .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-clbd .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-clbt .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-clba .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-clbo .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-aqmm .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-clbi .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img,
  .item-template-dbbo .item_new_detail_images_nav .thumb-slider .slick-initialized .slick-slider .slick-slide img {
      margin: auto;
      max-height: 100%;
  }
  .item-template-clbm .item_new_detail .item-slider .slick-slide,
  .item-template-clbw-a .item_new_detail .item-slider .slick-slide,
  .item-template-clby .item_new_detail .item-slider .slick-slide,
  .item-template-clbh .item_new_detail .item-slider .slick-slide,
  .item-template-rblo_1st .item_new_detail .item-slider .slick-slide,
  .item-template-crmb .item_new_detail .item-slider .slick-slide,
  .item-template-rtcf .item_new_detail .item-slider .slick-slide,
  .item-template-skcf .item_new_detail .item-slider .slick-slide,
  .item-template-ndpd .item_new_detail .item-slider .slick-slide,
  .item-template-irsh .item_new_detail .item-slider .slick-slide,
  .item-template-irtr .item_new_detail .item-slider .slick-slide,
  .item-template-vtbw .item_new_detail .item-slider .slick-slide,
  .item-template-essm .item_new_detail .item-slider .slick-slide,
  .item-template-rbar .item_new_detail .item-slider .slick-slide,
  .item-template-omst .item_new_detail .item-slider .slick-slide,
  .item-template-rscb .item_new_detail .item-slider .slick-slide,
  .item-template-emsn .item_new_detail .item-slider .slick-slide,
  .item-template-crem .item_new_detail .item-slider .slick-slide,
  .item-template-smbb .item_new_detail .item-slider .slick-slide,
  .item-template-scsp .item_new_detail .item-slider .slick-slide,
  .item-template-hatr .item_new_detail .item-slider .slick-slide,
  .item-template-rpst .item_new_detail .item-slider .slick-slide,
  .item-template-scsm .item_new_detail .item-slider .slick-slide,
  .item-template-ysrm .item_new_detail .item-slider .slick-slide,
  .item-template-clbw .item_new_detail .item-slider .slick-slide,
  .item-template-yrwm .item_new_detail .item-slider .slick-slide,
  .item-template-clbd .item_new_detail .item-slider .slick-slide,
  .item-template-clbt .item_new_detail .item-slider .slick-slide,
  .item-template-clba .item_new_detail .item-slider .slick-slide,
  .item-template-clbo .item_new_detail .item-slider .slick-slide,
  .item-template-aqmm .item_new_detail .item-slider .slick-slide,
  .item-template-clbi .item_new_detail .item-slider .slick-slide,
  .item-template-dbbo .item_new_detail .item-slider .slick-slide {
      min-height: 225px;
      height: auto;
  }
}

/*ザ クレンジングバーム ホットa用色設定*/
.item-detail.orange .item_new_detail.red::before {
  background-color: #e1374f!important;
}
.item-detail.orange .item_new_detail.red .item_new_detail_cat {
  background-color: #e1374f!important;
  color: #ffffff;
}

/*キャンペーン実施中の余白*/
.campaign-wrap.review--flex-child1 {
  margin-bottom: 10px;
}
.item_new_detail_news_wrap:nth-child(n+2) {
  margin-top:30px;
}


/* old_item spanのスタイル追加*/
.item_new_detail_news .old_item span {
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1;
  background: #B60005;
  border-radius: 5px;
  margin-right: 20px;
}

/* スライダーサムネイル画像背景*/
.item_new_detail .item_new_detail_images_nav .slick-slide {
  background: #fff;
}

/*非表示対応*/
.item-template-clbw .item-detail .item_new_detail .item_new_detail_cart .c-btn03,
.item-template-clbb .item-detail .item_new_detail .item_new_detail_cart .c-btn03,
.item-template-clbo .item-detail .item_new_detail .item_new_detail_cart .c-btn03,
.item-template-aqmm .item-detail .item_new_detail .item_new_detail_cart .c-btn03,
.item-template-clbi .item-detail .item_new_detail .item_new_detail_cart .c-btn03,
.item-template-clbi .item-detail .item_new_detail .item_new_detail_cart .c-btn03,
.item-template-clbh .item-detail .item_new_detail .item_new_detail_cart .c-btn03,
.item-template-dbbo .item-detail .item_new_detail .item_new_detail_cart .c-btn03,
.item-template-rpst .item-detail .item_new_detail .item_new_detail_cart .c-btn03,
.item-template-scsm .item-detail .item_new_detail .item_new_detail_cart .c-btn03,
.item-template-smbb .item-detail .item_new_detail .item_new_detail_cart .c-btn03 {
  display: none;
}
.item-template-scsm .item-detail .item_new_detail .item_new_detail_cart.subsc .item_new_detail_cart_box {
  display: none;
}
.item-template-smbb .item-detail .item_new_detail .item_new_detail_cart.subsc {
  display: none;
}
.item-template-clbo .item-detail .item_new_detail .item_new_detail_min_main .item_new_detail_min_main_box,
.item-template-clbo .item-detail .item_new_detail .item_new_detail_min_price_wrap {
  display: none;
}
.item-template-clbo .item-detail .item_new_detail .item_new_detail_min,
.item-template-aqmm .item-detail .item_new_detail .item_new_detail_min {
  border-top: none;
  margin-bottom: 0;
  padding-top: 0;
}
.item-template-clbw .item-detail .item_new_detail .item_new_detail_min{
  display: none;
}
.item-template-aqmm .item-detail .item_new_detail .item_new_detail_min_main .item_new_detail_min_main_box,
.item-template-aqmm .item-detail .item_new_detail .item_new_detail_min_price_wrap {
  display: none;
}
.item-template-clbb .item-detail .item_new_detail .item_new_detail_min_price_wrap .c-btn03 {
  display: none;
}

/* 3/5公開：【DUO】3種（赤・白・緑）バームリニューアル伴う更新 */
.c-item-list li.red .c-cat {
  background: #B60005;
}
.c-item-list li.blue .c-cat {
  background: #B0A8CB;
}
.c-item-list li.green .c-cat {
  background: #569793;
}
.c-cleansing-balm-block li.red .release_date_icon,
.campaign-first .c-item-list li.red .release_date_icon,
.lineup-item-block .c-item-list li#item-list-clbm-ex .release_date_icon {
  background: #B60005;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 4px 8px;
  text-align: center;
  position: absolute;
  top: 3%;
  left: 7%;
}
.c-cleansing-balm-block li.blue .release_date_icon,
.campaign-first .c-item-list li.blue .release_date_icon,
.lineup-item-block .c-item-list li#item-list-clbw-ex .release_date_icon {
  background: #B0A8CB;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 4px 8px;
  text-align: center;
  position: absolute;
  top: 3%;
  left: 7%;
}
.c-cleansing-balm-block li.green .release_date_icon,
.campaign-first .c-item-list li.green .release_date_icon,
.lineup-item-block .c-item-list li#item-list-clby-ex .release_date_icon {
  background: #569793;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 4px 8px;
  text-align: center;
  position: absolute;
  top: 3%;
  left: 7%;
}
@media only screen and (max-width: 640px) {
  .c-cleansing-balm-block li.red .release_date_icon,
  .campaign-first .c-item-list li.red .release_date_icon,
  .lineup-item-block .c-item-list li#item-list-clbm-ex .release_date_icon {
    font-size: 12px;
    padding: 4px 4px;
    top: 3%;
    left: 6%;
  }
  .c-cleansing-balm-block li.blue .release_date_icon,
  .campaign-first .c-item-list li.blue .release_date_icon,
  .lineup-item-block .c-item-list li#item-list-clbw-ex .release_date_icon {
    font-size: 12px;
    padding: 4px 4px;
    top: 3%;
    left: 6%;
  }
  .c-cleansing-balm-block li.green .release_date_icon,
  .campaign-first .c-item-list li.green .release_date_icon,
  .lineup-item-block .c-item-list li#item-list-clby-ex .release_date_icon {
    font-size: 12px;
    padding: 4px 4px;
    top: 3%;
    left: 6%;
  }
}
@media only screen and (min-width: 641px) {
  .c-cleansing-balm-block .c-item-list li {
    width: 224px;
  }
}
.campaign-first .sample-box .item .cat,
.outer-block.service #merit02 .item .cat,
.outer-block .fd-box01 .sample-box .item .cat {
  background: #B60005;
}
.outer-block .fd-box01 .sample-box .item .cat {
  padding: 2px 5px!important;
}
.c-item-list li.red .c-cat,
.c-item-list li.red .box {
  background: #B60005;
}
.c-item-list li.blue .c-cat,
.c-item-list li.blue .box {
  background: #B0A8CB;
}
.c-item-list li.green .c-cat,
.c-item-list li.green .box {
  background: #569793;
}
.c-item-list li.orange .c-cat,
.c-item-list li.orange .box,
.c-item-list li.orange .img::before {
  background: #e1374f;
}
@media only screen and (max-width: 767px) {
  .item_new_detail .subsc-banner_img-area img {
    max-width: 95%;
  }
}

/* 202502 ブライトフォームBK 商品詳細改修 */
.item-template-bkfo .detail_lead_inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 135px auto 0;
}
.item-template-bkfo .detail_lead_image_bkfo {
  max-width: 585px;
  width: 100%;
  margin: 0 auto 70px;
}
.item-template-bkfo .detail_lead_image_bkfo img {
  margin-bottom: 5px;
  width: 100%;
}
.item-template-bkfo .detail_lead_image_bkfo .note_right {
  color: #666;
  font-size: 10px !important;
  text-align: right;
  display: block;
}
.item-template-bkfo .txt_note {
  display: block;
  width: 100%;
  max-width: 720px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto 40px;
  color: #666;
}
.item-template-bkfo .bkfo_product_sec img{
  display: block;
  width: 100%;
  margin: 5vh auto;
}
@media only screen and (min-width: 641px) {
  .item-template-bkfo .bkfo_product_sec{
    width: 100%;
    max-width: 1000px;
    padding: 0;
    margin: auto;
  }
  .item-template-bkfo .bkfo_product_sec picture{
    /* max-width: 100%; */
    text-align: center;
    margin: auto;
  }
}

/* point 追加 */
.item-template-bkfo .detail_lead_image_bkfo {
  max-width: 585px;
  width: 100%;
  margin: 0 auto 40px;
}
.item-template-bkfo .detail_point_title .border {
  position: relative;
  display: inline-block;
  text-decoration: none; /* text-decorationを無効化 */
}
.item-template-bkfo .detail_point_title .border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-color: #FFF2BA;
  z-index: -1;
}
.item-template-bkfo .detail_point_title .border sup {
  /* background-color: #FFF2BA; /* border部分のsupだけ背景を適用 */
  border-radius: 3px;
  padding: 0 2px;
}
.item-template-bkfo .point01 .detail_point_title sup span, .item-template-bkfo .point04 .detail_point_title sup span {
  position: relative;
  z-index: 2;
}
.item-template-bkfo .product-point__list > ol > li.product-point_point01 {
  max-width: 100%;
  background-image: url(../img/item/bkfo/point01_sp.jpg);
  background-size: contain; /* 画像全体を表示 */
  margin: 0 auto 2em;
  padding: 40px 13px;
  text-align: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 190px;
  height: auto;
}
@media only screen and (min-width: 641px) {
.item-template-bkfo .product-point__list > ol > li.product-point_point01 {
    max-width: 720px;
    padding: 50px 100px;
    background-image: url(../img/item/bkfo/point01_pc.jpg);
    background-repeat: no-repeat;
    background-size: contain; /* 画像全体を表示 */
    background-position: 0 250px;
    height: auto;
    /* height: 1170px; */
}
}
.item-template-bkfo .txt_bkfo_point01{
  font-size: clamp(13px, 4vw, 16px);
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3vh;
  margin-top: 105%;
  text-align: left;
}
@media only screen and (min-width: 641px) {
  .item-template-bkfo .txt_bkfo_point01{
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 3vh;
    margin-top: 108%;
    text-align: left;
  }
}
.item-template-bkfo .product-point__list > ol > li.product-point_point02 {
  max-width: 100%;
  background-image: url(../img/item/bkfo/point02_sp.jpg);
  background-size: contain; /* 画像全体を表示 */
  margin: 0 auto 2em;
  padding: 40px 13px;
  text-align: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 190px;
  height: auto;
}
@media only screen and (min-width: 641px) {
  .item-template-bkfo .product-point__list > ol > li.product-point_point02 {
    max-width: 720px;
    padding: 50px 100px;
    background-image: url(../img/item/bkfo/point02_pc.jpg);
    background-repeat: no-repeat;
    background-size: contain; /* 画像全体を表示 */
    background-position: 0 220px;
    height: auto;
    /* height: 1170px; */
  }
}
.item-template-bkfo .txt_bkfo_point02{
  font-size: clamp(13px, 4vw, 16px);
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3vh;
  margin-top: 95%;
  text-align: left;
}
@media only screen and (min-width: 641px) {
  .item-template-bkfo .txt_bkfo_point02{
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 3vh;
    margin-top: 110%;
    text-align: left;
  }
}
.item-template-bkfo .product-point__list > ol > li.product-point_point03 {
  max-width: 100%;
  background-image: url(../img/item/bkfo/point03_sp.jpg);
  margin: 0 auto 2em;
  padding: 40px 13px;
  text-align: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 190px;
  height: auto;
}
@media only screen and (min-width: 641px) {
  .item-template-bkfo .product-point__list > ol > li.product-point_point03 {
    max-width: 720px;
    padding: 50px 100px;
    background-image: url(../img/item/bkfo/point03_pc.jpg);
    background-repeat: no-repeat;
    background-size: contain; /* 画像全体を表示 */
    background-position: 0 220px;
    height: auto;
    /* height: 1170px; */
  }
}
.item-template-bkfo .txt_bkfo_point03{
  font-size: clamp(13px, 4vw, 16px);
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3vh;
  margin-top: 90%;
  text-align: left;
}
@media only screen and (min-width: 641px) {
  .item-template-bkfo .txt_bkfo_point03{
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 3vh;
    margin-top: 100%;
    text-align: left;
  }
}
.item-template-bkfo .point03_spcare {
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
  /* margin-top: 108%; */
}
.item-template-bkfo .product-point__list > ol > li.product-point_base {
  max-width: 100%;
  margin: 0 auto 2em;
  padding: 40px 13px;
  text-align: left;
  height: auto;
}
@media only screen and (min-width: 641px) {
  .item-template-bkfo .product-point__list > ol > li.product-point_base {
    max-width: 720px;
    padding: 50px 100px;
    text-align: left;
    /* height: 1170px; */
  }
}
.item-template-bkfo .product-point__list > ol > li p.bkfo_txt {
  font-size: clamp(13px, 4vw, 16px);
  text-align: left;
  line-height: 1.8;
  margin-bottom: 3vh;
}
.item-template-bkfo .product-point__list > ol > li.product-point_sec05 {
  max-width: 100%;
  background-image: url(../img/item/bkfo/list_image_sp.png);
  margin: 0 auto 2em;
  padding: 40px 13px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 96% auto;
  background-position-y: 190px;
  background-position-x: 8px;
  height: 580px;
}
@media only screen and (min-width: 641px) {
  .item-template-bkfo .product-point__list > ol > li.product-point_sec05 {
    max-width: 720px;
    padding: 50px 100px;
    background-image: url(../img/item/bkfo/list_image.jpg);
    background-repeat: no-repeat;
    background-size: 680px auto;
    background-position: center 220px;
    height: 960px;
  }
}
.item-template-bkfo .txt_bkfo_sec05{
  font-size: clamp(13px, 4vw, 16px);
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3vh;
  margin-top: 108%;
  text-align: left;
}
@media only screen and (min-width: 641px) {
  .item-template-bkfo .txt_bkfo_sec05{
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 3vh;
    margin-top: 140%;
    text-align: left;
  }
}
.item-template-bkfo .product-point__list > ol > li.product-point_base p.txt {
  font-size: clamp(13px, 4vw, 16px);
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3vh;
}
.item-template-bkfo .product-point_sec05 .note{
  margin-top: 110%;
}
@media only screen and (min-width: 641px) {
  .product-point_sec05 .note{
    margin-top: 140%;
  }
}

/* VOICE */
.item-template-bkfo .bkfo_product_voice {
  max-width: 1240px;
  width: 100%;
  margin: auto;
  background-color: #F3F2EF;
  text-align: center;
  padding: 20px;
}
@media only screen and (max-width: 640px) {
  .item-template-bkfo .bkfo_product_voice {
    max-width: 100%;
    margin: auto;
    padding: 40px 8px;
    box-sizing: border-box;
  }
  .item-template-bkfo .bkfo_product_voice .note{
    text-align: left;
  }
}
.item-template-bkfo .bkfo_product_voice > div{
  width: 100%;
  text-align: center;
  padding: 20px;
  margin: auto;
  background-color: #fff;
}
.item-template-bkfo .bkfo_product_voice img {
  display: block;
  width: 90%;
  height: auto;
  margin: 2em auto;
}

/* PC向けスタイル（641px以上で3つの画像を横並びに） */
@media only screen and (min-width: 750px) {
  .item-template-bkfo .bkfo_product_voice{
    width: 100%;
    max-width: 1240px;
    padding: 0 10vh 5vh;
    margin: auto;
  }
  .item-template-bkfo .bkfo_product_voice > div{
    width: 100%;
    text-align: center;
    padding: 40px 20px 40px;
    background-color: #fff;
  }
  .item-template-bkfo .bkfo_product_voice > div .bkfo_product_voice_img{
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  .item-template-bkfo .bkfo_product_voice img {
    width: 30%; /* 横並びにするために各画像の幅を30%に設定 */
  }
}

.item-template-bkfo .bkfo_product_voice h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 35px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.item-template-bkfo .bkfo_product_voice h2::after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background-color: #000000;
  position: absolute;;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* PC用の画像（デフォルト） */
.item-template-bkfo .bkfo_product_voice_img .pc-img {
  display: block;
}
.item-template-bkfo .bkfo_product_voice_img .sp-img {
  display: none;
}

/* スマホ用の画像（幅768px以下） */
@media screen and (max-width: 768px) {
  .item-template-bkfo .bkfo_product_voice_img .pc-img {
  display: none;
  }
  .item-template-bkfo .bkfo_product_voice_img .sp-img {
    display: block;
  }
}

/* HOW TO USE BOX */
.item-template-bkfo .bkfo_howto_box{
  margin: 5vh auto;
  padding: 5px 10px;
  border: 1px solid #c8c8c8;
  text-align: left;
}

.item-template-bkfo .item-detail .movie-wrap {
  margin-top: 0;
  margin-bottom: 100px;
}
.item-template-bkfo .detail_howto_container h2 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .item-template-bkfo .item-detail .movie-wrap {
    margin-bottom: 60px;
  }
  .item-template-bkfo .detail_howto_container h2 {
    margin-bottom: 60px;
  }
}
.item-template-bkfo .product-point__list > ol > li {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 3em;
  padding: 1em;
  background: #fff;
}
@media only screen and (min-width: 641px) {
  .item-template-bkfo .product-point__list > ol > li {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 3em;
    padding: 3em;
    background: #fff;
  }
}
.item-template-bkfo .product-point_block {
  position: relative;
  text-align: left;
  line-height: 1.4;
}


/* 【商品詳細リッチ化】DUO ザ リブーストローションa */
.item-template-rblo .detail_lead_inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 135px auto 0;
}
.item-template-rblo .detail_lead_main_image {
  display: block;
  width: 100%;
  margin-bottom: 100px;
}
.item-template-rblo .detail_lead_main_image img {
  display: block;
  width: 100%;
}
.item-template-rblo .detail_lead_text {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 45px;
}
.item-template-rblo .detail_point_container {
  max-width: 1240px;
  width: 100%;
  margin: 100px auto 0;
  background-color: #F3F2EF;
  padding: 97px 0 114px;
}
.item-template-rblo .detail_point_wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
}
.item-template-rblo .detail_point_item {
  width: 100%;
  padding: 50px 100px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.item-template-rblo .detail_point_item + .detail_point_item {
  margin-top: 30px;
}
.item-template-rblo .detail_point_num {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  background-color: #f78c2e;
  padding: 11px 0;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 3px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
.item-template-rblo .detail_point_num span {
  font-size: 40px;
}
.item-template-rblo .detail_point_title {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 35px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.item-template-rblo .ingredient_flex {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px 30px;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.item-template-rblo .ingredient_flex_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 135px;
  text-align: center;
  color: #ffffff;
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: -0.15em;
  background-image: url('../img/item/rblo/ingredient_bg_img.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.item-template-rblo .detail_point_title .border {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #FFF2BA;
  text-decoration-thickness: 20px;
  text-underline-offset: -10px;
  display: inline-block;
  z-index: 3;
}
.item-template-rblo .point04 .detail_point_title sup {
  position: relative;
}
.item-template-rblo .point04 .detail_point_title sup span {
  position: relative;
  z-index: 2;
}
.item-template-rblo .point04 .detail_point_title sup:after {
  content: "";
  width: 100%;
  height: 20px;
  background-color: #FFF2BA;
  position: absolute;
  bottom: -18px;
  left: 0;
  z-index: -1;
}
.item-template-rblo .txt_note {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
}
.item-template-rblo .detail_point_item .txt {
  margin-bottom: 55px;
}
.item-template-rblo .detail_howto_container {
  margin: 65px 0 95px;
}
.item-template-rblo .detail_howto_inner {
  width: 100%;
  max-width: 760px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.item-template-rblo .detail_howto_container h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 35px;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.item-template-rblo .detail_howto_container h2::after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.item-template-rblo .detail_howto_box {
  width: 100%;
}
.item-template-rblo .detail_howto_box + .detail_howto_box {
  margin-top: 35px;
}
.item-template-rblo .detail_howto_box_step {
  width: 100%;
  border-bottom: solid 1px #251E1C;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 45px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;margin-bottom: 25px;
}
.item-template-rblo .detail_howto_box_step span {
  font-size: 43px;
}
.item-template-rblo .detail_howto_box_item {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 90px;
}
.item-template-rblo .detail_howto_box_item_img {
  display: block;
  width: 200px;
}
.item-template-rblo .detail_howto_box_item_right {
  width: calc(100% - 290px);
}
.item-template-rblo .detail_howto_box_item_right_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.item-template-rblo .detail_howto_box_item_right_text {
  font-size: 16px;
}
.item-template-rblo .detail_howto_container {
  margin: 65px 0 95px;
}
.item-template-rblo .detail_howto_inner {
  width: 100%;
  max-width: 760px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.item-template-rblo .detail_howto_container h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 35px;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.item-template-rblo .detail_howto_container h2::after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.item-template-rblo .detail_howto_box {
  width: 100%;
}
.item-template-rblo .detail_howto_box + .detail_howto_box {
  margin-top: 35px;
}
.item-template-rblo .detail_howto_box_step {
  width: 100%;
  border-bottom: solid 1px #251E1C;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 45px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;margin-bottom: 25px;
}
.item-template-rblo .detail_howto_box_step span {
  font-size: 43px;
}
.item-template-rblo .detail_howto_box_item {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 90px;
}
.item-template-rblo .detail_howto_box_item_img {
  display: block;
  width: 200px;
}
.item-template-rblo .detail_howto_box_item_right {
  width: calc(100% - 290px);
}
.item-template-rblo .detail_howto_box_item_right_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.item-template-rblo .detail_howto_box_item_right_text {
  font-size: 16px;
}
.item-template-rblo .detail_large_image {
	max-width: 1240px;
	margin: 0 auto;
}
.item-template-rblo .detail_voice_container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  background-color: #F3F2EF;
  padding: 97px 0 114px;
}
.item-template-rblo .detail_voice_container h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 35px;
  margin-bottom: 45px;
  position: relative;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.item-template-rblo .detail_voice_container h2::after {
  content: "";
  display: block;
  width: 73px;
  height: 1px;
  background-color: #f78c2e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.item-template-rblo .detail_voice_inner {
  width: 100%;
  max-width: 1000px;
  padding: 65px 37px 24px;
  box-sizing: border-box;
  margin: 0 auto;
	background: #fff;
}
.item-template-rblo .voice_flex_wrap {
  display: flex;
  justify-content: space-between;
	align-items: stretch;
  gap: 26px;
}
.item-template-rblo .voice_flex_wrap p {
  text-align: center;
}
.item-template-rblo .review {
  flex: 1;
  border: 1px solid #dddad5;
	background: #fafaf9;
	box-shadow: 3px 3px 5px rgba(0,0,0,.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 18px;
	margin-bottom: 20px;
	font-size: 17px;
}
.item-template-rblo .lined {
  line-height: 2em;
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent calc(2em - 1px),
    #e4e4e4 calc(2em - 1px),
    #e4e4e4 2em
  );
  background-size: 100% 2em;
	margin-bottom: 34px;
}
.item-template-rblo .lined .border {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #FFF2BA;
  text-decoration-thickness: 17px;
  text-underline-offset: -17px;
  text-decoration-skip-ink: none !important;
}
.item-template-rblo .txt_note_voice {
	text-align: center;
}
.item-template-rblo .detail_lead_text_orange {
	display: block;
  color: #f78c2e;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.7916667;
  font-weight: 700;
}
.item-template-rblo .image {
  margin: 0 auto 10px;
}
.item-template-rblo .point01 .image {
  margin: 0 auto 10px;
  width: 490px;
}
.item-template-rblo .point02 .image {
  margin: 0 0 10px -30px;
  width: 606px;
}
.item-template-rblo .point03 .image {
  margin: 0 auto 10px;
  width: 518px;
}
.item-template-rblo .point04 .image {
  margin: 0 0 10px 50px;
  width: 451px;
}
.item-template-rblo .txt_note_lead {
	max-width: 480px;
	margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
	.item-template-rblo .detail_voice_container h2::after {
    width: 50px;
	}
	.item-template-rblo .voice_flex_wrap {
		display: block;
	}
	.item-template-rblo .txt_note_voice {
		text-align: left;
	}
}
@media only screen and (max-width: 640px) {
  .item-template-rblo .detail_lead_inner {
    max-width: 100%;
    margin: 75px auto 0;
  }
  .item-template-rblo .detail_lead_main_image {
    display: block;
    width: calc(100% + 40px);
    margin-bottom: 100px;
    margin: 0 -20px 27px;
  }
  .item-template-rblo .detail_lead_text {
    font-size: 14px;
    line-height: 1.714;
    margin-bottom: 27px;
  }
  .item-template-rblo .detail_lead_text_orange {
    font-size: 19px;
    line-height: 1.563579;
}
  .item-template-rblo .detail_point_container {
    max-width: 100%;
    margin: 40px auto 0;
    padding: 40px 8px;
    box-sizing: border-box;
  }
  .item-template-rblo .detail_point_wrap {
    max-width: 100%;
  }
  .item-template-rblo .detail_point_item {
    padding: 40px 13px;
  }
  .item-template-rblo .detail_point_item + .detail_point_item {
    margin-top: 42px;
  }
  .item-template-rblo .detail_point_num {
    font-size: 24px;
    padding: 5px 0;
    margin-bottom: 20px;
  }
  .item-template-rblo .detail_point_num span {
    font-size: 34px;
  }
  .item-template-rblo .detail_point_title {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
  }
  .item-template-rblo .point04 .detail_point_title sup:after {
    bottom: -15px;
  }
  .item-template-rblo .detail_point_item .txt {
    margin-bottom: 20px;
  }
  .item-template-rblo .ingredient_flex {
    gap: 15px 20px;
    max-width: 335px;
    margin: 0 auto 20px;
  }
  .item-template-rblo .ingredient_flex_item {
    width: 95px;
    height: 95px;
    font-size: 16px;
  }
  .item-template-rblo .detail_howto_container {
    margin: 75px 0;
  }
  .item-template-rblo .detail_howto_inner {
    max-width: 100%;
  }
  .item-template-rblo .detail_howto_container h2 {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .item-template-rblo .detail_howto_container h2::after {
    width: 65px;
  }
  .item-template-rblo .detail_howto_box + .detail_howto_box {
    margin-top: 60px;
  }
  .item-template-rblo .detail_howto_box_step {
    font-size: 16px;
  }
  .item-template-rblo .detail_howto_box_step span {
    font-size: 24px;
  }
  .item-template-rblo .detail_howto_box_item {
    max-width: 100%;
    gap: 25px;
  }
  .item-template-rblo .detail_howto_box_item_img {
    width: 100px;
  }
  .item-template-rblo .detail_howto_box_item_right {
    width: calc(100% - 125px);
  }
  .item-template-rblo .detail_howto_box_item_right_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .item-template-rblo .detail_howto_box_item_right_text {
    font-size: 14px;
  }
	.item-template-rblo .point01 .image {
    width: 100%;
	}
	.item-template-rblo .point02 .image {
    padding-left: 4%;
    margin: 0 0 10px;
    width: 100%;
	}
	.item-template-rblo .point03 .image {
    width: 100%;
	}
	.item-template-rblo .point04 .image {
    padding-left: 15%;
    margin: 0 0 10px;
    width: 100%;
	}
	.item-template-rblo .txt_note_lead {
		max-width: none;
	}
  .item-template-rblo .detail_point_item.point02 .detail_point_title span.letter-spacing,
  .item-template-rblo .detail_point_item.point03 .detail_point_title span.letter-spacing,
  .item-template-rblo .detail_point_item.point04 .detail_point_title span.letter-spacing {
    letter-spacing: -0.05em !important;
  }
}

.item-template-rblo .voice_flex_wrap .review .border {
  font-weight: bold;
}
.item-template-rblo .voice_flex_wrap .review .author {
  font-size: 15px;
}


/* 【商品詳細リッチ化】 ザ 薬用美白リンクルセラム */
.item-template-wrsm .detail_lead_inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 135px auto 0;
}
.item-template-wrsm .detail_lead_image_wrsm {
  max-width: 565px;
  width: 75%;
  margin: 0 auto 30px;
}
.item-template-wrsm .detail_lead_image_wrsm img {
  display: block;
  max-width: 565px;
  text-align: center;
  margin: 0 auto;
  width: 80%;
}
@media only screen and (max-width: 641px) {
  .item-template-wrsm .detail_lead_image_wrsm img {
    display: block;
    max-width: 500px;
    text-align: center;
    margin: 0 auto 2%;
    width: 94%;
  }
}
.item-template-wrsm .detail_lead_image_wrsm .note_right {
  width: 80%;
  color: #666;
  font-size: 10px !important;
  text-align: right;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 641px) {
  .item-template-wrsm .detail_lead_image_wrsm .note_right {
    width: 94%;
    color: #666;
    font-size: 10px !important;
    text-align: right;
    display: block;
    margin: 0 auto;
  }
}
.item-template-wrsm .detail_lead_image_wrsm .caption {
  color: #251E1C;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 2% auto;
}
@media only screen and (max-width: 641px) {
  .item-template-wrsm .detail_lead_image_wrsm .caption {
    color: #251E1C;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 2% auto;
  }
}
.item-template-wrsm .txt_note {
  display: block;
  width: 100%;
  max-width: 720px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto 40px;
  color: #666;
}
.item-template-wrsm .wrsm_product_sec img {
  display: block;
  width: 100%;
  margin: 5vh auto;
}
@media only screen and (min-width: 641px) {
  .item-template-wrsm .wrsm_product_sec {
    width: 100%;
    max-width: 1000px;
    padding: 0;
    margin: auto;
  }
  .item-template-wrsm .wrsm_product_sec picture {
    /* max-width: 100%; */
    text-align: center;
    margin: auto;
  }
}
/* point */
.item-template-wrsm .detail_point_num {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  color: #906721;
  background-color: #fff2d1!important;
  padding: 11px 0;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 3px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 640px) {
  .item-template-wrsm .detail_point_num {
    font-size: 24px;
    color: #906721;
    background-color: #fff2d1;
    padding: 5px 0;
    margin-bottom: 20px;
  }
}
.item-template-wrsm .detail_point_title {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 35px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
@media only screen and (max-width: 640px) {
  .item-template-wrsm .detail_point_title {
    font-size: 23px;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
  }
  .item-template-wrsm .product-point_point05 .detail_point_title {
    font-size: 22px;
  }
  .item-template-wrsm .product-point_point03 .detail_point_title span.letter-spacing{
    letter-spacing: -0.01em!important;
  }
  .item-template-wrsm .product-point_point05 .detail_point_title span.letter-spacing{
    letter-spacing: -0.05em!important;
  }
}
@media only screen and (max-width: 380px) {
  .item-template-wrsm .detail_point_title {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
  }
}
@media only screen and (max-width: 370px) {
  .item-template-wrsm .detail_point_title {
    font-size: 22px;
    margin-bottom: 20px;
    /* letter-spacing: 0.02em; */
  }
  .item-template-wrsm .product-point_point01 .detail_point_title,
  .item-template-wrsm .product-point_point03 .detail_point_title{
    font-size: 21px;
  }
  .item-template-wrsm .product-point_point05 .detail_point_title {
    font-size: 20px;
  }
}
.item-template-wrsm .detail_point_title .border {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #ffeae5;
  text-decoration-thickness: 20px;
  text-underline-offset: -10px;
  display: inline-block;
  z-index: 3;
  text-decoration: none;
  /* text-decorationを無効化 */
}
.item-template-wrsm .detail_point_title .border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-color: #ffeae5;
  z-index: -1;
}
.item-template-wrsm .detail_point_title .border sup {
  /* background-color: #FFF2BA; /* border部分のsupだけ背景を適用 */
  border-radius: 3px;
  padding: 0 2px;
}

.item-template-wrsm .product-point__list>ol>li {
  width: 100%;
  margin: 0 auto 3em;
  background: #fff;
}

/* point01 */
.item-template-wrsm .product-point__list>ol>li.product-point_point01 {
  max-width: 100%;
  background-image: url(../img/item/wrsm/point01_sp_img.jpg);
  background-size: contain;
  /* 画像全体を表示 */
  margin: 0 auto 2em;
  padding: 40px 13px;
  text-align: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 230px;
  height: auto;
}
@media only screen and (min-width: 641px) {
  .item-template-wrsm .product-point__list>ol>li.product-point_point01 {
    max-width: 720px;
    padding: 50px 100px;
    background-image: url(../img/item/wrsm/point01_pc_img.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    /* 画像全体を表示 */
    background-position: 0 280px;
    height: auto;
    /* height: 1170px; */
  }
}
.item-template-wrsm .note_point01 {
  font-size: 10px !important;
  font-weight: 400 !important;
  color: #666;
  margin-top: 138%;
  text-align: left;
}
@media only screen and (max-width: 670px) {
  .item-template-wrsm .note_point01 {
    font-size: 10px !important;
    font-weight: 400 !important;
    color: #666;
    margin-top: 142%;
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  .item-template-wrsm .note_point01 {
    font-size: 10px !important;
    font-weight: 400 !important;
    color: #666;
    margin-top: 140%;
    text-align: left;
  }
}
@media only screen and (max-width: 430px) {
  .item-template-wrsm .note_point01 {
    font-size: 10px !important;
    font-weight: 400 !important;
    color: #666;
    margin-top: 145%;
    text-align: left;
  }
}
@media only screen and (max-width: 380px) {
  .item-template-wrsm .note_point01 {
    font-size: 10px !important;
    font-weight: 400 !important;
    color: #666;
    margin-top: 150%;
    text-align: left;
  }
}
@media only screen and (max-width: 350px) {
  .item-template-wrsm .note_point01 {
    font-size: 10px !important;
    font-weight: 400 !important;
    color: #666;
    margin-top: 155%;
    text-align: left;
  }
}
.item-template-wrsm .txt_point01 {
  font-size: clamp(13px, 4vw, 16px);
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3vh;
  margin-top: 8%;
  text-align: left;
}
@media only screen and (min-width: 641px) {
  .item-template-wrsm .txt_point01 {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 3vh;
    margin-top: 5%;
    text-align: left;
  }
}
/* point02・03*/
.item-template-wrsm .product-point__list>ol>li.product-point_point02 {
  max-width: 100%;
  background-size: contain;
  /* 画像全体を表示 */
  margin: 0 auto 2em;
  padding: 40px 13px;
  text-align: center;
  height: auto;
  background: #fff;
}
@media only screen and (min-width: 641px) {
  .item-template-wrsm .product-point__list>ol>li.product-point_point02 {
    max-width: 720px;
    padding: 50px 100px;
    height: auto;
    /* height: 1170px; */
  }
}
.item-template-wrsm .product-point_point02 .point_img_ttl {
  font-size: 25px;
  line-height: 1;
  padding: 15px 5px;
  max-width: 90%;
  margin: 80px auto 10px;
  background-color: #ececec;
  text-align: center;
  color: #0c0c0c;
}
@media only screen and (max-width: 640px) {
  .item-template-wrsm .product-point_point02 .point_img_ttl {
    font-size: 16px;
    padding: 7px 5px;
    max-width: 90%;
    margin: 50px auto 10px;
  }
}
.item-template-wrsm .detail_point img {
  max-width: 76%;
  text-align: center;
  margin: 35px auto 30px;
}
@media only screen and (max-width: 640px) {
  .item-template-wrsm .detail_point img {
    max-width: 66%;
    text-align: center;
    margin: 35px auto 30px;
  }
}
.item-template-wrsm .detail_point .note_right {
  color: #666;
  font-size: 10px !important;
  text-align: right;
  display: block;
}
.item-template-wrsm .txt_point {
  font-size: clamp(13px, 4vw, 16px);
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3vh;
  margin-top: 5%;
  text-align: left;
}
@media only screen and (min-width: 641px) {
  .item-template-wrsm .txt_point {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 3vh;
    margin-top: 10%;
    text-align: left;
  }
}
.item-template-wrsm .detail_point .note_right {
  color: #666;
  font-size: 10px !important;
  text-align: right;
  padding-right: 15%;
  display: block;
}
/* point03 */
.item-template-wrsm .product-point__list>ol>li.product-point_point03 {
  max-width: 100%;
  background-size: contain;
  /* 画像全体を表示 */
  margin: 0 auto 2em;
  padding: 40px 13px;
  text-align: center;
  height: auto;
}
@media only screen and (min-width: 641px) {
  .item-template-wrsm .product-point__list>ol>li.product-point_point03 {
    max-width: 720px;
    padding: 50px 100px;
    height: auto;
    /* height: 1170px; */
  }
}
.item-template-wrsm .txt_wrsm_point03 {
  font-size: clamp(13px, 4vw, 16px);
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3vh;
  margin: 5% auto;
  text-align: left;
}
@media only screen and (min-width: 641px) {
  .item-template-wrsm .txt_wrsm_point03 {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 3vh;
    margin: 10% auto;
    text-align: left;
  }
}
.item-template-wrsm .point03_img {
  max-width: 100%;
  text-align: center;
  margin: 35px auto 0px;
}
@media only screen and (max-width: 640px) {
  .item-template-wrsm .point03_img {
    max-width: 100%;
    text-align: center;
    margin: 35px auto 0px;
  }
}
/* point04 */
.item-template-wrsm .product-point__list>ol>li.product-point_point04 {
  max-width: 100%;
  background-image: url(../img/item/wrsm/point04_sp_img.jpg);
  background-size: contain;
  /* 画像全体を表示 */
  margin: 0 auto 2em;
  padding: 40px 13px;
  text-align: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 175px;
  height: auto;
}
@media only screen and (min-width: 641px) {
  .item-template-wrsm .product-point__list>ol>li.product-point_point04 {
    max-width: 720px;
    padding: 50px 100px;
    background-image: url(../img/item/wrsm/point04_pc_img.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    /* 画像全体を表示 */
    background-position: 0 280px;
    height: auto;
    /* height: 1170px; */
  }
}
.item-template-wrsm .note_point04 {
  font-size: 10px !important;
  font-weight: 400 !important;
  color: #666;
  margin-top: 145%;
  text-align: left;
}
@media only screen and (min-width: 641px) {
  .item-template-wrsm .note_point04 {
    font-size: 10px !important;
    font-weight: 400 !important;
    color: #666;
    margin-top: 140%;
    text-align: left;
  }
}
.item-template-wrsm .txt_point04 {
  font-size: clamp(13px, 4vw, 16px);
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3vh;
  margin-top: 110%;
  text-align: left;
}
@media only screen and (min-width: 641px) {
  .item-template-wrsm .txt_point04 {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 3vh;
    margin-top: 120%;
    text-align: left;
  }
}
/* point05 */
.item-template-wrsm .product-point__list>ol>li.product-point_point05 {
  max-width: 720px;
  padding: 50px 100px;
  background-image: url(../img/item/wrsm/point05_pc_img.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  /* 画像全体を表示 */
  background-position: 0 280px;
  height: auto;
  /* height: 1170px; */
}
@media only screen and (max-width: 640px) {
  .item-template-wrsm .product-point__list>ol>li.product-point_point05 {
    max-width: 100%;
    background-image: url(../img/item/wrsm/point05_sp_img.jpg);
    background-size: contain;
    /* 画像全体を表示 */
    margin: 0 auto 2em;
    padding: 40px 13px;
    text-align: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: 240px;
    height: auto;
  }
}
.item-template-wrsm .note_point05 {
  font-size: 10px !important;
  font-weight: 400 !important;
  color: #666;
  margin-top: 145%;
  text-align: left;
}
@media only screen and (min-width: 641px) {
  .item-template-wrsm .note_point05 {
    font-size: 10px !important;
    font-weight: 400 !important;
    color: #666;
    margin-top: 140%;
    text-align: left;
  }
}
.item-template-wrsm .txt_point05 {
  font-size: clamp(13px, 4vw, 16px);
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3vh;
  margin-top: 188%;
  text-align: left;
}
@media only screen and (min-width: 641px) {
  .item-template-wrsm .txt_point05 {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 3vh;
    margin-top: 210%;
    text-align: left;
  }
}
/* point06 */
.item-template-wrsm .product-point__list>ol>li.product-point_base {
  max-width: 100%;
  margin: 0 auto 2em;
  padding: 40px 13px;
  text-align: left;
  height: auto;
}
@media only screen and (min-width: 641px) {
  .item-template-wrsm .product-point__list>ol>li.product-point_base {
    max-width: 720px;
    padding: 50px 100px;
    text-align: left;
    /* height: 1170px; */
  }
}
.item-template-wrsm .ingredient_flex_item {
  background-image: url(../img/item/wrsm/ingredient_bg_wrsm_img.png);
  color: #967f56;
}
.product-point__list>ol>li p.wrsm_txt {
  font-size: clamp(13px, 4vw, 16px);
  text-align: left;
  line-height: 1.8;
  margin-bottom: 3vh;
}
.item-template-wrsm .product-point__list>ol>li.product-point_secwrsm {
  max-width: 720px;
  padding: 0px;
  margin: 0 auto 0;
}
.item-template-wrsm .product-point__list>ol>li.product-point_secwrsm .note {
  padding: 50px 100px;
}
@media only screen and (max-width: 640px) {
  .item-template-wrsm .product-point__list>ol>li.product-point_secwrsm .note {
    padding: 20px 13px 20px;
  }
}
.item-template-wrsm .txt_sevwrsm {
  line-height: 1.8;
  margin-bottom: 3vh;
  margin-top: 158%;
  text-align: left;
}
@media only screen and (min-width: 641px) {
  .item-template-wrsm .txt_sevwrsm {
    line-height: 1.8;
    margin-bottom: 3vh;
    margin-top: 206%;
    text-align: left;
  }
}
.item-template-wrsm .product-point__list>ol>li.product-point_base p.txt {
  font-size: clamp(13px, 4vw, 16px);
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3vh;
}
.item-template-wrsm .product-point_sec05 .note {
  margin-top: 110%;
}
@media only screen and (min-width: 641px) {
  .item-template-wrsm .product-point_sec05 .note {
    margin-top: 140%;
  }
}

/* VOICE */
.item-template-wrsm .wrsm_product_voice {
  max-width: 1240px;
  width: 100%;
  margin: auto;
  background-color: #F3F2EF;
  text-align: center;
  padding: 20px;
}
@media only screen and (max-width: 640px) {
  .item-template-wrsm .wrsm_product_voice {
    max-width: 100%;
    margin: auto;
    padding: 40px 8px;
    box-sizing: border-box;
  }
}
.item-template-wrsm .wrsm_product_voice>div {
  width: 100%;
  text-align: center;
  padding: 40px 20px 20px;
  margin: auto;
  background-color: #fff;
}
.item-template-wrsm .wrsm_product_voice img {
  display: block;
  width: 90%;
  height: auto;
  margin: 2em auto;
}
/* PC向けスタイル（641px以上で3つの画像を横並びに） */
@media only screen and (min-width: 750px) {
  .item-template-wrsm .wrsm_product_voice {
    width: 100%;
    max-width: 1240px;
    padding: 0 10vh 5vh;
    margin: auto;
  }
  .item-template-wrsm .wrsm_product_voice>div {
    width: 100%;
    text-align: center;
    padding: 40px 20px 40px;
    background-color: #fff;
  }
  .item-template-wrsm .wrsm_product_voice>div .wrsm_product_voice_img {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  .item-template-wrsm .wrsm_product_voice img {
    width: 30%;
    /* 横並びにするために各画像の幅を30%に設定 */
  }
}
.item-template-wrsm .wrsm_product_voice h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 35px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
@media only screen and (max-width: 640px) {
  .item-template-wrsm .wrsm_product_voice h2 {
    /*font-size: 24px;*/
    padding-bottom: 30px;
  }
}
.item-template-wrsm .wrsm_product_voice h2::after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background-color: #f1c7bd;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
/* PC用の画像（デフォルト） */
.item-template-wrsm .wrsm_product_voice_img .pc-img {
  display: block;
}
.item-template-wrsm .wrsm_product_voice_img .sp-img {
  display: none;
}
/* スマホ用の画像（幅768px以下） */
@media screen and (max-width: 768px) {
  .item-template-wrsm .wrsm_product_voice_img .pc-img {
    display: none;
  }
  .item-template-wrsm .wrsm_product_voice_img .sp-img {
    display: block;
  }
}

.item-template-wrsm .product-point__list .product-point_block .note {
  text-align: left;
}

@media only screen and (max-width: 450px) {
  .item-template-wrsm .txt_point05 {
    margin-top: 205%;
  }
}

/* クレンジングバームの魅力 ボタン追加*/
.cleansing_balm_intro .cleansing_balm_item_btn {
  display: block;
  max-width: 550px;
  width: 100%;
  padding: 6px 10px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  background-color: #FFFBF6;
  border-radius: 70px;
  border: solid 1px #FFFBF6;
  color: #251E1C;
  transition: all 0.3s;
}
@media only screen and (max-width: 640px) {
  .cleansing_balm_intro .cleansing_balm_item_btn {
    max-width: 290px;
    line-height: 1.5;
    padding: 9px 10px;
    margin-top: 30px;
    font-size: 14px;
    border-radius: 55px;
    letter-spacing: 0.10em;
  }
}
.cleansing_balm_intro.black .cleansing_balm_item_btn {
  color: #251E1C;
  background-color: #FFFBF6;
  border-color: #FFFBF6;
}
.cleansing_balm_intro.black .cleansing_balm_item_btn:hover {
  color: #FFFFFF;
  background-color: #737373;
  border-color: #FFFFFF;
}
.cleansing_balm_intro.white .cleansing_balm_item_btn {
  color: #251E1C;
  background-color: #FFFFFF;
  border-color: #B0A8CB;
}
.cleansing_balm_intro.white .cleansing_balm_item_btn:hover {
  color: #FFFFFF;
  background-color: #B0A8CB;
  border-color: #B0A8CB;
}
.cleansing_balm_intro.balm .cleansing_balm_item_btn {
  color: #B60005;
  background-color: #FFFFFF;
  border-color: #B60005;
}
.cleansing_balm_intro.balm .cleansing_balm_item_btn:hover {
  color: #FFFFFF;
  background-color: #B60005;
  border-color: #FFFFFF;
}
.cleansing_balm_intro.barrier .cleansing_balm_item_btn {
  color: #066F69;
  background-color: #FFFFFF;
  border-color: #066F69;
}
.cleansing_balm_intro.barrier .cleansing_balm_item_btn:hover {
  color: #FFFFFF;
  background-color: #066F69;
  border-color: #FFFFFF;
}
.cleansing_balm_intro .cleansing_balm_item_btn.coming_soon {
  color: #251E1C;
  background-color: transparent;
  border-color: #251E1C;
}
main.outer-block.cleansing_balm .sample-box {
  background: #f0f0eb;
  border-radius: 20px;
  padding: 50px 60px;
  margin: 80px auto 120px;
}
main.outer-block.cleansing_balm .sample-box .sample-ttl {
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.875;
}
main.outer-block.cleansing_balm .sample-box .sample-ttl .sub,
main.outer-block.cleansing_balm .sample-box .sample-ttl .txt {
  display: block;
}
main.outer-block.cleansing_balm .sample-box .sample-ttl .txt {
  margin-bottom: 15px;
}
main.outer-block.cleansing_balm .sample-box .sample-ttl .sub {
  font-size: 22px;
}
main.outer-block.cleansing_balm .sample-box .sample-ttl .tax {
  font-size: 16px;
}
main.outer-block.cleansing_balm .sample-box .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
main.outer-block.cleansing_balm .sample-box .item .img {
  width: 13.9092240117vw;
  max-width: 190px;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}
main.outer-block.cleansing_balm .sample-box .item .cat {
  background: #B60005;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 2px 6px;
  margin-bottom: 10px;
}
main.outer-block.cleansing_balm .sample-box .item .type {
  font-size: 16px;
  color: #969696;
}
main.outer-block.cleansing_balm .sample-box .item .name {
  font-size: 20px;
}
main.outer-block.cleansing_balm .sample-box .item .amount {
  font-size: 16px;
}
main.outer-block.cleansing_balm .sample-box .price {
  font-size: 20px;
  position: relative;
  margin-right: 80px;
}
main.outer-block.cleansing_balm .sample-box .price::before {
  content: "";
  position: absolute;
  background: url(../img/campaign/first-balm/arrow.png) no-repeat center/contain;
  width: 20px;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -50px;
}
main.outer-block.cleansing_balm .sample-box .price .num {
  font-size: 32px;
  line-height: 1;
}
main.outer-block.cleansing_balm .sample-box .off {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
main.outer-block.cleansing_balm .sample-box .off .circle {
  text-align: center;
  border-radius: 50%;
  background: #B60005;
  color: #fff;
  width: 140px;
  height: 140px;
  line-height: 1;
  padding: 20px 0;
  margin-right: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
main.outer-block.cleansing_balm .sample-box .off .circle .sub {
  font-size: 16px;
}
main.outer-block.cleansing_balm .sample-box .off .circle .num {
  font-size: 52px;
}
main.outer-block.cleansing_balm .sample-box .off .circle .percent {
  font-size: 32px;
}
main.outer-block.cleansing_balm .sample-box .off .circle .alphabet {
  font-size: 40px;
}
main.outer-block.cleansing_balm .sample-box .off .period {
  color: #B60005;
  font-size: 20px;
}
main.outer-block.cleansing_balm .sample-box .off .period .num {
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
}
main.outer-block.cleansing_balm .sample-box .off .add-txt {
  position: absolute;
  font-size: 14px;
  bottom: -20px;
  right: 0;
}
main.outer-block.cleansing_balm .sample-box .detail-txt-area {
  margin-top: 40px;
  font-size: 12px;
}
main.outer-block.cleansing_balm .sample-box .detail-txt-area .indent {
  text-indent: -2em;
  padding-left: 2em;
}
main.outer-block.cleansing_balm .sample-box .detail-txt-area .indent .red {
  color: #B60005;
}
main.outer-block.cleansing_balm .sample-box .detail-txt-area * + * {
  margin-top: 8px;
}
@media only screen and (max-width: 640px) {
  main.outer-block.cleansing_balm .sample-box {
    padding: 30px 20px;
    border-radius: 10px;
    margin: 50px auto 90px;
  }
  main.outer-block.cleansing_balm .sample-box .sample-ttl {
    font-size: 16px;
    line-height: 1.5;
  }
  main.outer-block.cleansing_balm .sample-box .sample-ttl .txt {
    margin-bottom: 10px;
  }
  main.outer-block.cleansing_balm .sample-box .sample-ttl .sub {
    font-size: 14px;
  }
  main.outer-block.cleansing_balm .sample-box .sample-ttl .tax {
    font-size: 10px;
  }
  main.outer-block.cleansing_balm .sample-box .item .img {
    width: 37.3333333333vw;
  }
  main.outer-block.cleansing_balm .sample-box .item .cat {
    padding: 0px 4px;
    font-size: 10px;
  }
  main.outer-block.cleansing_balm .sample-box .item .type {
    font-size: 10px;
  }
  main.outer-block.cleansing_balm .sample-box .item .name {
    font-size: 14px;
    letter-spacing: -0.05em;
  }
  main.outer-block.cleansing_balm .sample-box .item .amount {
    font-size: 10px;
  }
  main.outer-block.cleansing_balm .sample-box .off .circle {
    width: 100px;
    height: 100px;
    padding: 16px 0;
    margin-right: 16px;
  }
  main.outer-block.cleansing_balm .sample-box .off .circle .sub {
    font-size: 12px;
  }
  main.outer-block.cleansing_balm .sample-box .off .circle .num {
    font-size: 34px;
  }
  main.outer-block.cleansing_balm .sample-box .off .circle .alphabet {
    font-size: 20px;
  }
  main.outer-block.cleansing_balm .sample-box .off .period {
    font-size: 14px;
  }
  main.outer-block.cleansing_balm .sample-box .off .add-txt {
    font-size: 12px;
  }
  main.outer-block.cleansing_balm .sample-box .detail-txt-area {
    margin-top: 25px;
    font-size: 10px;
  }
  main.outer-block.cleansing_balm .sample-box .detail-txt-area * + * {
    margin-top: 10px;
  }
}

/* 商品詳細定期初回バナーSP アコーディオン化対応 */
@media only screen and (max-width: 767px) {
  .subsc-banner_ttl-area {
    margin-bottom: 0!important;
    position: relative;
    padding: 10px 35px!important;
  }
  .subsc-banner_ttl-area .subsc-banner_ttl_btn {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #A5841E;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .subsc-banner_ttl-area .subsc-banner_ttl_btn::before,
  .subsc-banner_ttl-area .subsc-banner_ttl_btn::after {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .subsc-banner_ttl-area .subsc-banner_ttl_btn::before {
    transform: translate(-50%, -50%);
  }
  .subsc-banner_ttl-area .subsc-banner_ttl_btn::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .subsc-banner_ttl-area.is-active .subsc-banner_ttl_btn::after {
    transform: translate(-50%, -50%);
  }
  .subsc-banner_inner-block {
    display: none;
  }
  .item-template-clbm .subsc-banner.spsub .subsc-banner_name-area,
  .item-template-clbc .subsc-banner.spsub .subsc-banner_name-area,
  .item-template-clbb .subsc-banner.spsub .subsc-banner_name-area,
  .item-template-clbw-a .subsc-banner.spsub .subsc-banner_name-area,
  .item-template-clby .subsc-banner.spsub .subsc-banner_name-area,
  .item-template-rbar .subsc-banner.spsub .subsc-banner_name-area,
  .item-template-clbh-a .subsc-banner.spsub .subsc-banner_name-area,
  .item-template-clbb-ex .subsc-banner.spsub .subsc-banner_name-area {
    margin-left: 0;
  }
}

/* 250313_watanabe 終売商品のFAQの削除 */
@media only screen and (min-width: 641px) {
  .changeover .c-lineup-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  }
}
.c-question-block .btn-wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (max-width: 640px) {
  .c-question-block .c-btn02 {
    width: 100%;
    min-width: 100%;
  }
}

/* ブライトフォーム リッチ化 */
/* .item-template-brfo */
.item-template-brfo .detail_lead_inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 135px auto 0;
}
.item-template-brfo .detail_lead_main_image {
  display: block;
  width: 100%;
  margin-bottom: 100px;
}
.item-template-brfo .detail_lead_main_image img {
  display: block;
  width: 100%;
}
.item-template-brfo .detail_lead_title {
  margin: 0 auto 45px;
  width: 100%;
  max-width: 800px;
}
.item-template-brfo .detail_lead_image {
  width: 100%;
  max-width: 567px;
  margin: 0 auto 35px;
}
.item-template-brfo .detail_lead_image img {
  display: block;
  width: 100%;
  position: relative;
  right: -37px;
}
.item-template-brfo .detail_lead_text {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 45px;
}
.item-template-brfo .detail_lead_text_gold {
  display: block;
  color: #D7A74C;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 2.1;
  font-weight: 700;
}
.item-template-brfo .detail_lead_text_gold_big {
  font-size: 24px;
  line-height: 1.7916667;
}
.item-template-brfo .detail_lead_image_02 {
  max-width: 585px;
  width: 100%;
  margin: 0 auto 70px;
}
.item-template-brfo .detail_lead_image_02 img {
  margin-bottom: 5px;
  width: 100%;
}
.item-template-brfo .detail_lead_image_02 .note {
  text-align: right;
  display: block;
}
.item-template-brfo .detail_lead_image_item {
  width: 100%;
  max-width: 220px;
}
.item-template-brfo .detail_lead_image_item img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.item-template-brfo .detail_lead_image_flex .note {
  text-align: right;
  width: 100%;
  font-size: 10px;
  display: block;
}

.item-template-brfo .detail_point_container {
  max-width: 1240px;
  width: 100%;
  margin: 100px auto 0;
  background-color: #F3F2EF;
  padding: 97px 0 114px;
}
.item-template-brfo .detail_point_wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
}
.item-template-brfo .detail_point_item {
  width: 100%;
  padding: 50px 100px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.item-template-brfo .detail_point_item + .detail_point_item {
  margin-top: 30px;
}
.item-template-brfo .detail_point_num {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  background-color: #8f262a;
  padding: 11px 0;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 3px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
.item-template-brfo .detail_point_num span {
  font-size: 40px;
}
.item-template-brfo .detail_point_title {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 35px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}

.item-template-brfo .ingredient_flex {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px 30px;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.item-template-brfo .ingredient_flex_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 135px;
  text-align: center;
  color: #ffffff;
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: -0.15em;
  background-image: url('../img/item/brfo/ingredient-bg03.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.item-template-brfo .detail_point_title .border {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #f4e9ea;
  text-decoration-thickness: 20px;
  text-underline-offset: -10px;
  display: inline-block;
  z-index: 3;
}
.item-template-brfo .point01 .detail_point_title sup,
.item-template-brfo .point02 .detail_point_title sup {
  position: relative;
}
.item-template-brfo .point01 .detail_point_title sup span,
.item-template-brfo .point02 .detail_point_title sup span {
  position: relative;
  z-index: 2;
}
.item-template-brfo .point01 .detail_point_title sup:after,
.item-template-brfo .point02 .detail_point_title sup:after {
  content: "";
  width: 100%;
  height: 20px;
  background-color: #f4e9ea;
  position: absolute;
  bottom: -18px;
  left: 0;
  z-index: -1;
}
.item-template-brfo .txt_note {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
}

.item-template-brfo .detail_point_item .txt {
  margin-bottom: 55px;
}

.item-template-brfo .detail_howto_container {
  margin: 65px 0 95px;
}
.item-template-brfo .detail_howto_inner {
  width: 100%;
  max-width: 760px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.item-template-brfo .detail_howto_container h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 35px;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.item-template-brfo .detail_howto_container h2::after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.item-template-brfo .detail_howto_box {
  width: 100%;
}
.item-template-brfo .detail_howto_box + .detail_howto_box {
  margin-top: 35px;
}
.item-template-brfo .detail_howto_box_step {
  width: 100%;
  border-bottom: solid 1px #251E1C;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 45px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;margin-bottom: 25px;
}
.item-template-brfo .detail_howto_box_step span {
  font-size: 43px;
}
.item-template-brfo .detail_howto_box_item {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 90px;
}
.item-template-brfo .detail_howto_box_item_img {
  display: block;
  width: 200px;
}
.item-template-brfo .detail_howto_box_item_right {
  width: calc(100% - 290px);
}
.item-template-brfo .detail_howto_box_item_right_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.item-template-brfo .detail_howto_box_item_right_text {
  font-size: 16px;
}

.item-template-brfo .detail_howto_container {
  margin: 65px 0 95px;
}
.item-template-brfo .detail_howto_inner {
  width: 100%;
  max-width: 760px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.item-template-brfo .detail_howto_container h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 35px;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.item-template-brfo .detail_howto_container h2::after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.item-template-brfo .detail_howto_box {
  width: 100%;
}
.item-template-brfo .detail_howto_box + .detail_howto_box {
  margin-top: 35px;
}
.item-template-brfo .detail_howto_box_step {
  width: 100%;
  border-bottom: solid 1px #251E1C;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 45px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;margin-bottom: 25px;
}
.item-template-brfo .detail_howto_box_step span {
  font-size: 43px;
}
.item-template-brfo .detail_howto_box_item {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 90px;
}
.item-template-brfo .detail_howto_box_item_img {
  display: block;
  width: 200px;
}
.item-template-brfo .detail_howto_box_item_right {
  width: calc(100% - 290px);
}
.item-template-brfo .detail_howto_box_item_right_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.item-template-brfo .detail_howto_box_item_right_text {
  font-size: 16px;
}

.item-template-brfo .brfo_howto_box {
  margin: 5vh auto;
  padding: 5px 10px;
  border: 1px solid #c8c8c8;
  text-align: left;
}


.item-template-brfo .detail_other_container {
  margin-bottom: 150px;
}
.item-template-brfo .detail_other_inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.item-template-brfo .detail_other_container .aco-box {
  width: 100%;
  padding: 55px 40px;
  box-sizing: border-box;
  border-top: solid 1px #251E1C;
}
.item-template-brfo .detail_other_container .aco-box .js-aco-btn {
  width: 100%;
  position: relative;
}
.item-template-brfo .detail_other_container .aco-box .js-aco-btn::before,
.item-template-brfo .detail_other_container .aco-box .js-aco-btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: #251E1C;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.item-template-brfo .detail_other_container .aco-box .js-aco-btn::after {
  transform: translateY(-50%) rotate(90deg);
}
.item-template-brfo .detail_other_container .aco-box .js-aco-btn.is-active::after {
  transform: translateY(-50%);
}
.item-template-brfo .detail_other_container .aco-box .aco-ttl {
  font-size: 20px;
}
.item-template-brfo .detail_other_container .aco-box .txt {
  margin-top: 40px;
}

.item-template-brfo .detail_large_image {
	max-width: 1240px;
	margin: 0 auto;
}

.item-template-brfo .detail_voice_container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  background-color: #F3F2EF;
  padding: 97px 0 114px;
}
.item-template-brfo .detail_voice_container h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 35px;
  margin-bottom: 45px;
  position: relative;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.item-template-brfo .detail_voice_container h2::after {
  content: "";
  display: block;
  width: 73px;
  height: 1px;
  background-color: #8f262a;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.item-template-brfo .detail_voice_inner {
  width: 100%;
  max-width: 1000px;
  padding: 65px 37px 24px;
  box-sizing: border-box;
  margin: 0 auto;
	background: #fff;
}

.item-template-brfo .voice_flex_wrap {
    display: flex;
    justify-content: space-between;
	align-items: stretch;
    gap: 26px;
}
.item-template-brfo .voice_flex_wrap p {
    text-align: center;
}

.item-template-brfo .review {
    flex: 1;
    border: 1px solid #dddad5;
	background: #fafaf9;
	box-shadow: 3px 3px 5px rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 18px 20px;
	margin-bottom: 20px;
	font-size: 18px;
}

.item-template-brfo .lined {
  line-height: 33px;
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 29px,
    #e4e4e4 29px,
    #e4e4e4 30px
  );
  background-size: 100% 33px;
	margin-bottom: 20px;
}
.item-template-brfo .lined .border {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #ffe1e1;
  text-decoration-thickness: 18px;
  text-underline-offset: -16px;
  text-decoration-skip-ink: none;
  font-weight: bold;
}
.item-template-brfo .author {
  font-size: 16px;
}

.item-template-brfo .txt_note_voice {
	text-align: center;
}

.item-template-brfo .detail_lead_text_color {
	display: block;
  color: #8f262a;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 700;
}

.item-template-brfo .image {
  margin: 0 auto 40px;
}
.item-template-brfo .point01 .image {
  width: 419px;
}
.item-template-brfo .point02 .image {
  width: 469px;
}
.item-template-brfo .point03 .image {
  width: 430px;
}
.item-template-brfo .point03 .image.image_02 {
  width: 440px;
}

.item-template-brfo .txt_note_lead {
	max-width: 720px;
	margin: 0 auto;
}
.item-template-brfo .item-detail .aco-block .notice-box .notice-box-head {
  background-color: #B60005;
}

/* 商品詳細ページ 関連コンテンツ（ASHITA BIHADA） */
@media only screen and (min-width: 641px){
.item-template-brfo .item-detail  {
    padding-bottom: 30px;
}
}
@media only screen and (max-width: 1000px) {
	.item-template-brfo .voice_flex_wrap {
		gap: 2.5vw;
	}
	.item-template-brfo .review {
		font-size: 1.6vw;
	}
	.item-template-brfo .lined .border {
	  text-decoration-thickness: 1.6vw;
	  text-underline-offset: -1.4vw;
	}
	.item-template-brfo .author {
		font-size: 1.6vw;
	}

}


@media only screen and (max-width: 640px) {
  .item-template-brfo .detail_lead_inner {
    max-width: 100%;
    margin: 75px auto 0;
  }
  .item-template-brfo .detail_lead_main_image {
    display: block;
    width: calc(100% + 40px);
    margin-bottom: 100px;
    margin: 0 -20px 27px;
  }
  .item-template-brfo .detail_lead_title {
    margin: 0 auto 27px;
    max-width: 300px;
  }
  .item-template-brfo .detail_lead_image {
    max-width: 333px;
    margin: 0 auto 27px;
  }
  .item-template-brfo .detail_lead_image img {
    right: 0;
  }
  .item-template-brfo .detail_lead_text {
    font-size: 14px;
    line-height: 1.714;
    margin-bottom: 27px;
  }
  .item-template-brfo .detail_lead_text_gold {
    font-size: 14px;
    line-height: 1.7142857;
  }
  .item-template-brfo .detail_lead_text_gold_big {
    font-size: 19px;
    line-height: 1.263579;
  }
  .item-template-brfo .detail_lead_image_02 {
    max-width: 330px;
    margin-bottom: 40px;
  }
  .item-template-brfo .detail_step_title {
    max-width: 335px;
    font-size: 24px;
    padding: 11px 0;
    margin-bottom: 30px;
  }
  .item-template-brfo .detail_step_title span {
    font-size: 27px;
  }
  .item-template-brfo .detail_step_wrap {
    justify-content: flex-start;
    gap: 7px;
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
  }
  .item-template-brfo .detail_step_item {
    width: 78px;
    height: 95px;
  }
  .item-template-brfo .detail_step_item:not(:last-child)::after {
    background-image: url('../img/item/clbb-ex/step_arrow_sp.svg?v2');
    bottom: 15px;
    right: -18px;
    width: 28.5px;
    height: 8px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 3;
  }
  .item-template-brfo .detail_step_item_num {
    padding-top: 10px;
    margin-bottom: 5px;
    font-size: 10px;
  }
  .item-template-brfo .detail_step_item_num span {
    font-size: 16px;
    margin-top: -5px;
  }
  .item-template-brfo .detail_step_item_text {
    font-size: 15px;
    letter-spacing: -0.01em;
  }
  .item-template-brfo .detail_point_container {
    max-width: 100%;
    margin: 40px auto 0;
    padding: 40px 8px;
    box-sizing: border-box;
  }
  .item-template-brfo .detail_point_wrap {
    max-width: 100%;
  }
  .item-template-brfo .detail_point_item {
    padding: 40px 13px;
  }
  .item-template-brfo .detail_point_item + .detail_point_item {
    margin-top: 42px;
  }
  .item-template-brfo .detail_point_num {
    font-size: 24px;
    padding: 5px 0;
    margin-bottom: 20px;
  }
  .item-template-brfo .detail_point_num span {
    font-size: 34px;
  }
  .item-template-brfo .detail_point_title {
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
  }
  .item-template-brfo .point01 .detail_point_title sup:after,
  .item-template-brfo .point02 .detail_point_title sup:after {
    bottom: -15px;
  }
  .item-template-brfo .img_flex {
    width: 100%;
    max-width: 335px;
    margin: 0 auto 20px;
  }
  .item-template-brfo .img_flex_wrap {
    gap: 50px;
  }
  .item-template-brfo .img_flex_item {
    max-width: 140px;
  }
  .item-template-brfo .img_flex_item .new {
    width: 34px;
  }
  .item-template-brfo .img_flex_item p {
    font-size: 14px;
    margin-top: 5px;
  }
  .item-template-brfo .img_flex_item img {
    margin-top: 14px;
  }
  .item-template-brfo .img_flex_item .new + img {
    margin-top: 4px;
  }
  .item-template-brfo .img_flex_item:first-child::after,
  .item-template-brfo .img_flex_item:first-child::before {
    top: 40%;
    right: -45px;
  }
  .item-template-brfo .detail_point_item .txt {
    margin-bottom: 20px;
  }
  .item-template-brfo .img_flex2 {
    max-width: 335px;
    margin: 0 auto 20px;
  }
  .item-template-brfo .img_flex2_wrap {
    gap: 5px;
    left: 10px;
  }
  .item-template-brfo .img_flex2_item {
    max-width: 112px;
  }
  .item-template-brfo .img_flex2_item p {
    font-size: 14px;
    margin-top: -5px;
    margin-left: -10px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -0.1em;
  }
  .item-template-brfo .img_flex2_item p sup {
    letter-spacing: 0;
  }
  .item-template-brfo .img_flex2_item .img_flex2_item_image {
    margin-top: 14px;
  }
  .item-template-brfo .img_flex2_item .new + .img_flex2_item_image {
    margin-top: 4px;
  }
  .item-template-brfo .img_flex2_item .new {
    width: 34px;
    left: -10px;
  }
  .item-template-brfo .img_border_flex {
    margin: 0 auto 20px;
    max-width: 335px;
  }
  .item-template-brfo .img_border_flex_wrap {
    gap: 15px;
  }
  .item-template-brfo .img_border_flex_item {
    max-width: 160px;
    width: calc((100% - 15px) / 2);
    padding: 20px 5px 10px;
    margin-top: 15px;
  }
  .item-template-brfo .img_border_flex_item_hdg {
    width: calc(100% - 20px);
    padding: 5.5px 5px;
    top: -15px;
    font-size: 14px;
  }
  .item-template-brfo .img_border_flex_item_image {
    max-width: 100px;
  }
  .item-template-brfo .img_border_flex_item_title {
    font-size: 14px;
    margin-bottom: 5px;
    min-height: 51px;
  }
  .item-template-brfo .img_border_flex_item_title sup {
    letter-spacing: 0;
  }
  .item-template-brfo .img_border_flex_item_title .normal {
    margin-left: auto;
  }
  .item-template-brfo .img_border_flex_item_title .small {
    font-size: 10px;
    display: block;
    text-align: right;
  }
  .item-template-brfo .img_border_flex_item_text {
    font-size: 14px;
  }
  .item-template-brfo .detail_point_box {
    padding: 20px;
    margin-bottom: 20px;
  }
  .item-template-brfo .detail_point_box_title {
    font-size: 17px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .item-template-brfo .detail_point_box_list li + li {
    margin-top: 20px;
  }
  .item-template-brfo .detail_point_box_list_title {
    font-size: 14px;
  }
  .item-template-brfo .detail_point_box_list_text {
    font-size: 14px;
    line-height: 1.375;
  }
  .item-template-brfo .ingredient_flex {
    gap: 15px 20px;
    max-width: 335px;
    margin: 0 auto 20px;
  }
  .item-template-brfo .ingredient_flex_item {
    width: 95px;
    height: 95px;
    font-size: 16px;
  }
  .item-template-brfo .detail_howto_container {
    margin: 75px 0;
  }
  .item-template-brfo .detail_howto_inner {
    max-width: 100%;
  }
  .item-template-brfo .detail_voice_container h2,
  .item-template-brfo .detail_howto_container h2 {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .item-template-brfo .detail_howto_container h2::after {
    width: 65px;
  }
  .item-template-brfo .detail_howto_box + .detail_howto_box {
    margin-top: 60px;
  }
  .item-template-brfo .detail_howto_box_step {
    font-size: 16px;
  }
  .item-template-brfo .detail_howto_box_step span {
    font-size: 24px;
  }
  .item-template-brfo .detail_howto_box_item {
    max-width: 100%;
    gap: 25px;
  }
  .item-template-brfo .detail_howto_box_item_img {
    width: 100px;
  }
  .item-template-brfo .detail_howto_box_item_right {
    width: calc(100% - 125px);
  }
  .item-template-brfo .detail_howto_box_item_right_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .item-template-brfo .detail_howto_box_item_right_text {
    font-size: 14px;
  }
  .item-template-brfo .detail_other_container {
    margin-bottom: 75px;
  }
  .item-template-brfo .detail_other_inner {
    max-width: 100%;
  }
  .item-template-brfo .detail_other_container .aco-box {
    padding: 30px 0 50px;
  }
  .item-template-brfo .detail_other_container .aco-box .aco-ttl {
    font-size: 16px;
  }
  .item-template-brfo .detail_other_container .aco-box .txt {
    margin-top: 50px;
    font-size: 10px;
  }
  .item-template-brfo .detail_other_container .aco-box .js-aco-btn::before,
  .item-template-brfo .detail_other_container .aco-box .js-aco-btn::after {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background-color: #251E1C;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s;
  }
  .item-template-brfo .detail_other_container .aco-box .js-aco-btn::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .item-template-brfo .detail_other_container .aco-box .js-aco-btn.is-active::after {
    transform: translateY(-50%);
  }

	.item-template-brfo .detail_lead_text_color {
		font-size: 19px;
		line-height: 1.263579;
	}


	.item-template-brfo .image {
	  margin: 0 auto 30px;
	}

	.item-template-brfo .point01 .image {
	  width: 85%;
	}
	.item-template-brfo .point02 .image {
	  padding-left: 4%;
	  margin: 0 0 30px;
	  width: 100%;
	}
	.item-template-brfo .point03 .image,
	.item-template-brfo .point03 .image.image_02 {
	  width: 100%;
	}
	.item-template-brfo .point03 .image.image_02 {
	  margin-top: 40px;
	}

	.item-template-brfo .txt_note_lead {
		max-width: none;
	}

	.item-template-brfo .detail_voice_container h2::after {
	  width: 50px;
	}

	.item-template-brfo .voice_flex_wrap {
		display: block;
	}
	.item-template-brfo .txt_note_voice {
		text-align: left;
	}


	.item-template-brfo .review {
		font-size: 3.7vw;
		padding: 30px 12px 20px;
	}

	.item-template-brfo .lined .border {
	  text-decoration-thickness: 3.4vw;
	  text-underline-offset: -3.1vw;
	}
	.item-template-brfo .lined {
	  line-height: 2;
	  background-image: repeating-linear-gradient(
		to bottom,
		transparent 0,
		transparent calc(1.9em - 1px),
		#e4e4e4 calc(1.9em - 1px),
		#e4e4e4 1.9em
	  );
	  background-size: 100% 2em;
	}
	.item-template-brfo .author {
		font-size: 3.4vw;
	}
}
.item-template-brfo .item-detail .movie-wrap {
  margin-top: 0;
  margin-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .item-template-brfo .item-detail .movie-wrap {
    margin-bottom: 60px;
  }
}

/* リッチ化 デイエマルジョン */
/* .item-template-dems */
.item-template-dems .detail_lead_inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 135px auto 0;
}
.item-template-dems .detail_lead_main_image {
  display: block;
  width: 100%;
  margin-bottom: 56px;
}
.item-template-dems .detail_lead_main_image img {
  display: block;
  width: 100%;
}
.item-template-dems .detail_lead_title {
  margin: 0 auto 45px;
  width: 100%;
  max-width: 800px;
}
.item-template-dems .detail_lead_image {
  width: 100%;
  max-width: 567px;
  margin: 0 auto 35px;
}
.item-template-dems .detail_lead_image img {
  display: block;
  width: 100%;
  position: relative;
  right: -37px;
}
.item-template-dems .detail_lead_text {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 45px;
}
.item-template-dems .detail_lead_text_gold {
  display: block;
  color: #D7A74C;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 2.1;
  font-weight: 700;
}
.item-template-dems .detail_lead_text_gold_big {
  font-size: 24px;
  line-height: 1.7916667;
}
.item-template-dems .detail_lead_image_02 {
  max-width: 560px;
  width: 100%;
  margin: 0 auto 24px;
}
.item-template-dems .detail_lead_image_02 img {
  margin-bottom: 5px;
  width: 100%;
}
.item-template-dems .detail_lead_image_02 .note {
  text-align: right;
  display: block;
}
.item-template-dems .detail_lead_image_item {
  width: 100%;
  max-width: 220px;
}
.item-template-dems .detail_lead_image_item img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.item-template-dems .detail_lead_image_flex .note {
  text-align: right;
  width: 100%;
  font-size: 10px;
  display: block;
}

.item-template-dems .detail_point_container {
  max-width: 1240px;
  width: 100%;
  margin: 56px auto 0;
  background-color: #F3F2EF;
  padding: 97px 0 114px;
}
.item-template-dems .detail_point_wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
}
.item-template-dems .detail_point_item {
  width: 100%;
  padding: 50px 100px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.item-template-dems .detail_point_item + .detail_point_item {
  margin-top: 30px;
}
.item-template-dems .detail_point_num {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  background-color: #7D8BA2;
  padding: 11px 0;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 3px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
.item-template-dems .detail_point_num span {
  font-size: 40px;
}
.item-template-dems .detail_point_title {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 35px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}

.item-template-dems .ingredient_flex {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px 30px;
  flex-wrap: wrap;
  margin-bottom: 58px;
}
.item-template-dems .ingredient_flex_item {
  display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 135px;
    text-align: center;
    color: #ffffff;
    font-size: 21px;
    line-height: 1;
    /* letter-spacing: -0.15em; */
    background-image: url("../img/item/dems/ingredient-bg03.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.item-template-dems .detail_point_title .border {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #E1E8F4;
  text-decoration-thickness: 24px;
  text-underline-offset: -10px;
  display: inline-block;
  z-index: 3;
}
.item-template-dems .detail_point_title .border2 {
  position: relative;
  /*text-decoration: underline;
  text-decoration-color: #E1E8F4;
  text-decoration-thickness: 20px;
  text-underline-offset: -10px;*/
  display: inline-block;
  z-index: 3;
}
.item-template-dems .detail_point_title .border3 {
  position: relative;
  /*text-decoration: underline;
  text-decoration-color: #E1E8F4;
  text-decoration-thickness: 20px;
  text-underline-offset: -10px;*/
  display: inline-block;
  z-index: 3;
}

.item-template-dems .point01 .detail_point_title sup,
.item-template-dems .point02 .detail_point_title sup {
  position: relative;
}
.item-template-dems .point01 .detail_point_title sup span,
.item-template-dems .point02 .detail_point_title sup span {
  position: relative;
  z-index: 2;
}
.item-template-dems .point01 .detail_point_title sup:after,
.item-template-dems .point02 .detail_point_title sup:after {
  content: "";
  width: 100%;
  height: 20px;
  background-color: #E1E8F4;
  position: absolute;
  bottom: -19px !important;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
	.item-template-dems .point01 .detail_point_title sup:after,
.item-template-dems .point02 .detail_point_title sup:after {
  bottom: -19.5px !important;
}
}
.item-template-dems .point01 .detail_point_title .under_line:after{
  content: "";
  width: 100%;
  height: 24px;
  background-color: #E1E8F4;
  position: absolute;
  bottom: 1px !important;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
	.item-template-dems .point01 .detail_point_title .under_line:after{
  content: "";
  width: 100%;
  height: 20px;
  background-color: #E1E8F4;
  position: absolute;
  bottom: 1px !important;
  left: 0;
  z-index: -1;
}
}
.item-template-dems .point02 .detail_point_title .under_line:after{
  content: "";
  width: 100%;
  height: 24px;
  background-color: #E1E8F4;
  position: absolute;
  bottom: 1px !important;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
	.item-template-dems .point02 .detail_point_title .under_line:after{
  content: "";
  width: 100%;
  height: 20px;
  background-color: #E1E8F4;
  position: absolute;
  bottom: 1px !important;
  left: 0;
  z-index: -1;
}
}
.item-template-dems .txt_note {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
}

.item-template-dems .detail_point_item .txt {
  margin-bottom: 55px;
}
.item-template-dems .detail_point_item .no_attention{
  margin-bottom: 14px;
}
.item-template-dems .detail_howto_container {
  margin: 65px 0 95px;
}
.item-template-dems .detail_howto_inner {
  width: 100%;
  max-width: 760px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.item-template-dems .detail_howto_container h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 35px;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.item-template-dems .detail_howto_container h2::after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.item-template-dems .detail_howto_box {
  width: 100%;
}
.item-template-dems .detail_howto_box + .detail_howto_box {
  margin-top: 35px;
}
.item-template-dems .detail_howto_box_step {
  width: 100%;
  border-bottom: solid 1px #251E1C;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 45px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;margin-bottom: 25px;
}
.item-template-dems .detail_howto_box_step span {
  font-size: 43px;
}
.item-template-dems .detail_howto_box_item {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 90px;
}
.item-template-dems .detail_howto_box_item_img {
  display: block;
  width: 200px;
}
.item-template-dems .detail_howto_box_item_right {
  width: calc(100% - 290px);
}
.item-template-dems .detail_howto_box_item_right_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.item-template-dems .detail_howto_box_item_right_text {
  font-size: 16px;
}

.item-template-dems .detail_howto_container {
  margin: 65px 0 95px;
}
.item-template-dems .detail_howto_inner {
  width: 100%;
  max-width: 760px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.item-template-dems .detail_howto_container h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 35px;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.item-template-dems .detail_howto_container h2::after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.item-template-dems .detail_howto_box {
  width: 100%;
}
.item-template-dems .detail_howto_box + .detail_howto_box {
  margin-top: 35px;
}
.item-template-dems .detail_howto_box_step {
  width: 100%;
  border-bottom: solid 1px #251E1C;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 45px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;margin-bottom: 25px;
}
.item-template-dems .detail_howto_box_step span {
  font-size: 43px;
}
.item-template-dems .detail_howto_box_item {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 90px;
}
.item-template-dems .detail_howto_box_item_img {
  display: block;
  width: 200px;
}
.item-template-dems .detail_howto_box_item_right {
  width: calc(100% - 290px);
}
.item-template-dems .detail_howto_box_item_right_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.item-template-dems .detail_howto_box_item_right_text {
  font-size: 16px;
}

.item-template-dems .howto_box_check {
  /*border: 1px dotted #221E1F;*/
	background-image: url("../img/item/dems/dot_frame.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	    height: 320px;
}
@media only screen and (max-width: 640px) {
	.item-template-dems .howto_box_check {
  /*border: 1px dotted #221E1F;*/
	background-image: url("../img/item/dems/dot_frame_sp.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	    height: 32vh;
}
}
@media only screen and (max-width: 375px){
	.item-template-dems .howto_box_check {
		background-image: url("../img/item/dems/dot_frame_sp2.png");
		background-size: 100% auto;
		background-repeat: no-repeat;
	    height: 44vh;
}
}
.item-template-dems .to_customer_area{
	padding: 0 20px;
}
.item-template-dems .to_customer_box{
	background: #F3F2EF;
	max-width: 900px;
	margin: 88px auto 0;
	padding: 40px 30px;
}
@media only screen and (max-width: 640px) {
	.item-template-dems .to_customer_box{
		margin: 40px auto 0;
	padding: 30px 20px;
}
}
.item-template-dems .to_customer_box h3{
	font-size: 23px;
	border-bottom: 1px solid #6D7DA2;
	padding-bottom: 16px;
	text-align: center;
	margin-bottom: 36px;
	font-weight: 600;
}
@media only screen and (max-width: 375px){
	.item-template-dems .to_customer_box h3{
	font-size: 21px;
}
}
.item-template-dems .to_customer_box_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.item-template-dems .to_customer_box_flex .to_customer_left{
	width: 26%;
}
.item-template-dems .to_customer_box_flex .to_customer_right{
	width: 70%;
}
@media only screen and (max-width: 640px) {
	.item-template-dems .to_customer_box_flex{
	display: inherit;
}
	.item-template-dems .to_customer_box_flex .to_customer_left{
	width: 150px;
		margin: 0 auto 32px;
}
.item-template-dems .to_customer_box_flex .to_customer_right{
	width: 100%;
}
}
.item-template-dems .howto_box_check .detail_howto_box_step {
    width: 100%;
    border-bottom: none;
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    padding-bottom: 0;
    margin-bottom: 45px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
    margin-bottom: 16px;
	padding-top: 38px;
}
.item-template-dems .howto_box_check .detail_howto_box_item_right_title {
    font-size: 24px;
    font-weight: 500;
	margin-top: 32px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
	.item-template-dems .howto_box_check .detail_howto_box_step {
    width: 100%;
    border-bottom: none;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    padding-bottom: 0;
    margin-bottom: 45px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
    margin-bottom: 4px;
	padding-top: 32px;
}
	.item-template-dems .howto_box_check .detail_howto_box_item_right_title {
    font-size: 18px;
		        margin-top: 0;
        margin-bottom: 10px;
}
}
.item-template-dems .brfo_howto_box {
  margin: 5vh auto;
  padding: 5px 10px;
  border: 1px solid #c8c8c8;
  text-align: left;
}
.item-template-dems .movie_container{
	width: 512px;
	margin: 0 auto 24px!important;
}
@media only screen and (max-width: 640px) {
	.item-template-dems .movie_container{
	width: 95%!important;
	margin: 0 auto 16px!important;
}
}
.item-template-dems .detail_other_container {
  margin-bottom: 150px;
}
.item-template-dems .detail_other_inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.item-template-dems .detail_other_container .aco-box {
  width: 100%;
  padding: 55px 40px;
  box-sizing: border-box;
  border-top: solid 1px #251E1C;
}
.item-template-dems .detail_other_container .aco-box .js-aco-btn {
  width: 100%;
  position: relative;
}
.item-template-dems .detail_other_container .aco-box .js-aco-btn::before,
.item-template-dems .detail_other_container .aco-box .js-aco-btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: #251E1C;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.item-template-dems .detail_other_container .aco-box .js-aco-btn::after {
  transform: translateY(-50%) rotate(90deg);
}
.item-template-dems .detail_other_container .aco-box .js-aco-btn.is-active::after {
  transform: translateY(-50%);
}
.item-template-dems .detail_other_container .aco-box .aco-ttl {
  font-size: 20px;
}
.item-template-dems .detail_other_container .aco-box .txt {
  margin-top: 40px;
}

.item-template-dems .detail_large_image {
	max-width: 1240px;
	margin: 0 auto;
}

.item-template-dems .detail_voice_container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  background-color: #F3F2EF;
  padding: 97px 0 114px;

}
@media only screen and (max-width: 640px) {
	.item-template-dems .detail_voice_container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  background-color: #F3F2EF;
  /*padding: 97px 0 114px;*/
	padding: 0;
}
}
.item-template-dems .detail_voice_container h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 35px;
  margin-bottom: 45px;
  position: relative;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.item-template-dems .detail_voice_container h2::after {
  content: "";
  display: block;
  width: 73px;
  height: 1px;
  background-color: #6D7DA2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.item-template-dems .detail_voice_inner {
  width: 100%;
  max-width: 1000px;
  padding: 65px 37px 48px;
  box-sizing: border-box;
  margin: 0 auto;
	background: #fff;
}

.item-template-dems .voice_flex_wrap {
    display: flex;
    justify-content: space-between;
	align-items: stretch;
    gap: 26px;
}
.item-template-dems .voice_flex_wrap p {
    text-align: center;
}

.item-template-dems .review {
    flex: 1;
    border: 1px solid #dddad5;
	background: #fafaf9;
	box-shadow: 3px 3px 5px rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 18px 20px;
	margin-bottom: 20px;
	font-size: 18px;
}

.item-template-dems .lined {
  line-height: 33px;
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 29px,
    #e4e4e4 29px,
    #e4e4e4 30px
  );
  background-size: 100% 33px;
	margin-bottom: 20px;
}
.item-template-dems .lined .border {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #E1E8F4;
  text-decoration-thickness: 18px;
  text-underline-offset: -16px;
  text-decoration-skip-ink: none;
  font-weight: bold;
}
.item-template-dems .author {
  font-size: 16px;
}

.item-template-dems .txt_note_voice {
	text-align: center;
}

.item-template-dems .detail_lead_text_color {
	display: block;
  color: #4270B8;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 700;
}
.item-template-dems .point01 .attention {
  font-size: 10px;
	text-align: center;
	padding-top: 6px;
}
.item-template-dems .image {
  margin: 0 auto 40px;
}
.item-template-dems .point01 .image {
  width: 470px;
}
.item-template-dems .point02 {
  background-image: url("../img/item/dems/point02_bg.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 640px) {
	.item-template-dems .point02 {
  background-image: url("../img/item/dems/point02_bg_sp.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
}
}
@media only screen and (max-width: 400px) {
	.item-template-dems .point02 {
  background-image: url("../img/item/dems/point02_bg_sp2.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
}
}
.item-template-dems .point02_space{
	width: 469px;
	height: 364px;
	margin: 0 auto 40px;
}
@media only screen and (max-width: 640px) {
	.item-template-dems .point02_space{
	width: 100%;
        height: 73vw;
        margin: 0 auto;
}
}
@media only screen and (max-width: 400px){
	.item-template-dems .point02_space{
	height: 74vw;
}
}
.item-template-dems .point03 {
  background-image: url("../img/item/dems/point03_bg.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}
@media only screen and (max-width: 640px) {
	.item-template-dems .point03 {
  background-image: url("../img/item/dems/point03_bg_sp.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}
}
@media only screen and (max-width: 400px) {
	.item-template-dems .point03 {
	background-image: url("../img/item/dems/point03_bg_sp2.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top 40px left;
	position: relative;
}
}
.item-template-dems .point03_space{
	width: 469px;
	height: 352px;
	margin: 0 auto 40px;
}
.item-template-dems .point03_kakushitsusou{
	position: absolute;
    right: 2%;
    top: 60.5%;
    color: #A4A0A0;
    font-size: 17px;
}
@media only screen and (max-width: 640px) {
	.item-template-dems .point03_space{
	width: 100%;
	height: 62vw;
	margin: 0 auto;
}
	.item-template-dems .point03_kakushitsusou{
		writing-mode: vertical-rl;
	position: absolute;
    right: 2%;
    top: 86vw;
    color: #A4A0A0;
    font-size: 12px;
}
}
@media only screen and (max-width: 400px){
	.item-template-dems .point03_space{
	height: 62vw;
}
	.item-template-dems .point03_kakushitsusou{
	writing-mode: vertical-rl;
	top: 102vw;
}
}
.item-template-dems .point04 .image {
    width: 532px;
}
@media only screen and (max-width: 640px) {
	.item-template-dems .point04 .image {
    width: 85%;
}
}
.item-template-dems .point04 .image img{
    width: 100%;
}
.item-template-dems .point02 .image {
  width: 469px;

}
.item-template-dems .point03 .image {
  width: 430px;
}
.item-template-dems .point03 .image.image_02 {
  width: 440px;
}

.item-template-dems .txt_note_lead {
	max-width: 560px;
	margin: 0 auto;
}
.item-template-dems .item-detail .aco-block .notice-box .notice-box-head {
  background-color: #B60005;
}

/* 商品詳細ページ 関連コンテンツ（ASHITA BIHADA） */
@media only screen and (min-width: 641px){
.item-template-dems .item-detail  {
    padding-bottom: 30px;
}
}
@media only screen and (max-width: 1000px) {
	.item-template-dems .voice_flex_wrap {
		gap: 2.5vw;
	}
	.item-template-dems .review {
		font-size: 1.6vw;
	}
	.item-template-dems .lined .border {
	  text-decoration-thickness: 1.6vw;
	  text-underline-offset: -1.4vw;
	}
	.item-template-dems .author {
		font-size: 1.6vw;
	}

}

/**common**/
.item-template-dems .pcnone {
  display: none!important;
}
.item-template-dems .spnone {
  display: block!important;
}
@media only screen and (max-width: 640px) {
.item-template-dems .pcnone {
    display: block!important;
  }
  .item-template-dems .spnone {
    display: none!important;
  }
  .item-template-dems .detail_lead_inner {
    max-width: 100%;
    margin: 75px auto 0;
  }
  .item-template-dems .detail_lead_main_image {
    display: block;
    width: calc(100% + 40px);
    margin-bottom: 100px;
    margin: 0 -20px 27px;
  }
  .item-template-dems .detail_lead_title {
    margin: 0 auto 27px;
    max-width: 300px;
  }
  .item-template-dems .detail_lead_image {
    max-width: 333px;
    margin: 0 auto 27px;
  }
  .item-template-dems .detail_lead_image img {
    right: 0;
  }
  .item-template-dems .detail_lead_text {
    font-size: 14px;
    line-height: 1.714;
    margin-bottom: 27px;
  }
  .item-template-dems .detail_lead_text_gold {
    font-size: 14px;
    line-height: 1.7142857;
  }
  .item-template-dems .detail_lead_text_gold_big {
    font-size: 19px;
    line-height: 1.263579;
  }
  .item-template-dems .detail_lead_image_02 {
    max-width: 96%;
    margin-bottom: 40px;
  }
  .item-template-dems .detail_step_title {
    max-width: 335px;
    font-size: 24px;
    padding: 11px 0;
    margin-bottom: 30px;
  }
  .item-template-dems .detail_step_title span {
    font-size: 27px;
  }
  .item-template-dems .detail_step_wrap {
    justify-content: flex-start;
    gap: 7px;
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
  }
  .item-template-dems .detail_step_item {
    width: 78px;
    height: 95px;
  }
  .item-template-dems .detail_step_item:not(:last-child)::after {
    background-image: url('../img/item/clbb-ex/step_arrow_sp.svg?v2');
    bottom: 15px;
    right: -18px;
    width: 28.5px;
    height: 8px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 3;
  }
  .item-template-dems .detail_step_item_num {
    padding-top: 10px;
    margin-bottom: 5px;
    font-size: 10px;
  }
  .item-template-dems .detail_step_item_num span {
    font-size: 16px;
    margin-top: -5px;
  }
  .item-template-dems .detail_step_item_text {
    font-size: 15px;
    letter-spacing: -0.01em;
  }
  .item-template-dems .detail_point_container {
    max-width: 100%;
    margin: 40px auto 0;
    padding: 40px 8px;
    box-sizing: border-box;
  }
  .item-template-dems .detail_point_wrap {
    max-width: 100%;
  }
  .item-template-dems .detail_point_item {
    padding: 40px 13px;
  }
  .item-template-dems .detail_point_item + .detail_point_item {
    margin-top: 42px;
  }
  .item-template-dems .detail_point_num {
    font-size: 24px;
    padding: 5px 0;
    margin-bottom: 20px;
  }
  .item-template-dems .detail_point_num span {
    font-size: 34px;
  }
  .item-template-dems .detail_point_title {
    font-size: 24px;
    margin-bottom: 24px;
    letter-spacing: 0.02em;
  }
  .item-template-dems .point01 .detail_point_title sup:after,
  .item-template-dems .point02 .detail_point_title sup:after {
    bottom: -15px;
  }
  .item-template-dems .img_flex {
    width: 100%;
    max-width: 335px;
    margin: 0 auto 20px;
  }
  .item-template-dems .img_flex_wrap {
    gap: 50px;
  }
  .item-template-dems .img_flex_item {
    max-width: 140px;
  }
  .item-template-dems .img_flex_item .new {
    width: 34px;
  }
  .item-template-dems .img_flex_item p {
    font-size: 14px;
    margin-top: 5px;
  }
  .item-template-dems .img_flex_item img {
    margin-top: 14px;
  }
  .item-template-dems .img_flex_item .new + img {
    margin-top: 4px;
  }
  .item-template-dems .img_flex_item:first-child::after,
  .item-template-dems .img_flex_item:first-child::before {
    top: 40%;
    right: -45px;
  }
  .item-template-dems .detail_point_item .txt {
    margin-bottom: 20px;
  }
  .item-template-dems .img_flex2 {
    max-width: 335px;
    margin: 0 auto 20px;
  }
  .item-template-dems .img_flex2_wrap {
    gap: 5px;
    left: 10px;
  }
  .item-template-dems .img_flex2_item {
    max-width: 112px;
  }
  .item-template-dems .img_flex2_item p {
    font-size: 14px;
    margin-top: -5px;
    margin-left: -10px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -0.1em;
  }
  .item-template-dems .img_flex2_item p sup {
    letter-spacing: 0;
  }
  .item-template-dems .img_flex2_item .img_flex2_item_image {
    margin-top: 14px;
  }
  .item-template-dems .img_flex2_item .new + .img_flex2_item_image {
    margin-top: 4px;
  }
  .item-template-dems .img_flex2_item .new {
    width: 34px;
    left: -10px;
  }
  .item-template-dems .img_border_flex {
    margin: 0 auto 20px;
    max-width: 335px;
  }
  .item-template-dems .img_border_flex_wrap {
    gap: 15px;
  }
  .item-template-dems .img_border_flex_item {
    max-width: 160px;
    width: calc((100% - 15px) / 2);
    padding: 20px 5px 10px;
    margin-top: 15px;
  }
  .item-template-dems .img_border_flex_item_hdg {
    width: calc(100% - 20px);
    padding: 5.5px 5px;
    top: -15px;
    font-size: 14px;
  }
  .item-template-dems .img_border_flex_item_image {
    max-width: 100px;
  }
  .item-template-dems .img_border_flex_item_title {
    font-size: 14px;
    margin-bottom: 5px;
    min-height: 51px;
  }
  .item-template-dems .img_border_flex_item_title sup {
    letter-spacing: 0;
  }
  .item-template-dems .img_border_flex_item_title .normal {
    margin-left: auto;
  }
  .item-template-dems .img_border_flex_item_title .small {
    font-size: 10px;
    display: block;
    text-align: right;
  }
  .item-template-dems .img_border_flex_item_text {
    font-size: 14px;
  }
  .item-template-dems .detail_point_box {
    padding: 20px;
    margin-bottom: 20px;
  }
  .item-template-dems .detail_point_box_title {
    font-size: 17px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .item-template-dems .detail_point_box_list li + li {
    margin-top: 20px;
  }
  .item-template-dems .detail_point_box_list_title {
    font-size: 14px;
  }
  .item-template-dems .detail_point_box_list_text {
    font-size: 14px;
    line-height: 1.375;
  }
  .item-template-dems .ingredient_flex {
    gap: 15px 20px;
    max-width: 335px;
    margin: 0 auto 20px;
  }
  .item-template-dems .ingredient_flex_item {
    width: 95px;
    height: 95px;
    font-size: 16px;
  }
  .item-template-dems .detail_howto_container {
    margin: 40px 0 75px;
  }
  .item-template-dems .detail_howto_inner {
    max-width: 100%;
  }
  .item-template-dems .detail_voice_container h2,
  .item-template-dems .detail_howto_container h2 {
    font-size: 26px;
    padding-bottom: 30px;
  }
  .item-template-dems .detail_howto_container h2::after {
    width: 65px;
  }
  .item-template-dems .detail_howto_box + .detail_howto_box {
    margin-top: 60px;
  }
  .item-template-dems .detail_howto_box_step {
    font-size: 16px;
  }
  .item-template-dems .detail_howto_box_step span {
    font-size: 24px;
  }
  .item-template-dems .detail_howto_box_item {
    max-width: 100%;
    gap: 25px;
	  padding: 12px 16px 0;
  }
  .item-template-dems .detail_howto_box_item_img {
    width: 100px;
  }
  .item-template-dems .detail_howto_box_item_right {
    width: calc(100% - 100px);
  }
  .item-template-dems .detail_howto_box_item_right_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .item-template-dems .detail_howto_box_item_right_text {
    font-size: 14px;
  }
  .item-template-dems .detail_other_container {
    margin-bottom: 75px;
  }
  .item-template-dems .detail_other_inner {
    max-width: 100%;
  }
  .item-template-dems .detail_other_container .aco-box {
    padding: 30px 0 50px;
  }
  .item-template-dems .detail_other_container .aco-box .aco-ttl {
    font-size: 16px;
  }
  .item-template-dems .detail_other_container .aco-box .txt {
    margin-top: 50px;
    font-size: 10px;
  }
  .item-template-dems .detail_other_container .aco-box .js-aco-btn::before,
  .item-template-dems .detail_other_container .aco-box .js-aco-btn::after {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background-color: #251E1C;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s;
  }
  .item-template-dems .detail_other_container .aco-box .js-aco-btn::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .item-template-dems .detail_other_container .aco-box .js-aco-btn.is-active::after {
    transform: translateY(-50%);
  }

	.item-template-dems .detail_lead_text_color {
		font-size: 19px;
		/*line-height: 1.263579;*/
		line-height: 1.563579;
	}


	.item-template-dems .image {
	  margin: 0 auto 30px;
		width: 532px;
	}

	.item-template-dems .point01 .image {
	  width: 100%;
	}
	.item-template-dems .point02 .image {
	  padding-left: 4%;
	  margin: 0 0 30px;
	  width: 100%;
	}
	.item-template-dems .point03 .image,
	.item-template-dems .point03 .image.image_02 {
	  width: 100%;
	}
	.item-template-dems .point03 .image.image_02 {
	  margin-top: 40px;
	}

	.item-template-dems .txt_note_lead {
		max-width: none;
	}

	.item-template-dems .detail_voice_container h2::after {
	  width: 50px;
	}
	.item-template-dems .voice_flex_wrap {
		display: block;
	}
	.item-template-dems .txt_note_voice {
		text-align: left;
	}
	.item-template-dems .review {
		font-size: 3.7vw;
		padding: 30px 12px 20px;
	}
	.item-template-dems .lined .border {
	  text-decoration-thickness: 3.4vw;
	  text-underline-offset: -3.1vw;
	}
	.item-template-dems .lined {
	  line-height: 2;
	  background-image: repeating-linear-gradient(
		to bottom,
		transparent 0,
		transparent calc(1.9em - 1px),
		#e4e4e4 calc(1.9em - 1px),
		#e4e4e4 1.9em
	  );
	  background-size: 100% 2em;
	}
	.item-template-dems .author {
		font-size: 3.4vw;
	}
}

/* リッチ化 ナイトエマルジョン */
/* .item-template-ntem */
.item-template-ntem .detail_lead_inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 135px auto 0;
}
.item-template-ntem .detail_lead_main_image {
  display: block;
  width: 100%;
  margin-bottom: 56px;
}
.item-template-ntem .detail_lead_main_image img {
  display: block;
  width: 100%;
}
.item-template-ntem .detail_lead_title {
  margin: 0 auto 45px;
  width: 100%;
  max-width: 800px;
}
.item-template-ntem .detail_lead_image {
  width: 100%;
  max-width: 567px;
  margin: 0 auto 35px;
}
.item-template-ntem .detail_lead_image img {
  display: block;
  width: 100%;
  position: relative;
  right: -37px;
}
.item-template-ntem .detail_lead_text {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 45px;
}
.item-template-ntem .detail_lead_text_gold {
  display: block;
  color: #D7A74C;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 2.1;
  font-weight: 700;
}
.item-template-ntem .detail_lead_text_gold_big {
  font-size: 24px;
  line-height: 1.7916667;
}
.item-template-ntem .detail_lead_image_02 {
  max-width: 560px;
  width: 100%;
  margin: 0 auto 24px;
}
.item-template-ntem .detail_lead_image_02 img {
  margin-bottom: 5px;
  width: 100%;
}
.item-template-ntem .detail_lead_image_02 .note {
  text-align: right;
  display: block;
}
.item-template-ntem .detail_lead_image_item {
  width: 100%;
  max-width: 220px;
}
.item-template-ntem .detail_lead_image_item img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.item-template-ntem .detail_lead_image_flex .note {
  text-align: right;
  width: 100%;
  font-size: 10px;
  display: block;
}

.item-template-ntem .detail_point_container {
  max-width: 1240px;
  width: 100%;
  margin: 56px auto 0;
  background-color: #F3F2EF;
  padding: 97px 0 114px;
}
.item-template-ntem .detail_point_wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
}
.item-template-ntem .detail_point_item {
  width: 100%;
  padding: 50px 100px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.item-template-ntem .detail_point_item + .detail_point_item {
  margin-top: 30px;
}
.item-template-ntem .detail_point_num {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  background-color: #8f87b1;
  padding: 11px 0;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 3px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
.item-template-ntem .detail_point_num span {
  font-size: 40px;
}
.item-template-ntem .detail_point_title {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 35px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}

.item-template-ntem .ingredient_flex {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px 30px;
  flex-wrap: wrap;
  margin-bottom: 58px;
}
.item-template-ntem .ingredient_flex_item {
  display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 135px;
    text-align: center;
    color: #ffffff;
    font-size: 27px;
    line-height: 1.2;
    /* letter-spacing: -0.15em; */
    background-image: url("../img/item/ntem/ingredient_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.item-template-ntem .detail_point_title .border {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #edecf3;
  text-decoration-thickness: 24px;
  text-underline-offset: -10px;
  display: inline-block;
  z-index: 3;
}
.item-template-ntem .detail_point_title .border2 {
  position: relative;
  /*text-decoration: underline;
  text-decoration-color: #edecf3;
  text-decoration-thickness: 20px;
  text-underline-offset: -10px;*/
  display: inline-block;
  z-index: 3;
}
.item-template-ntem .detail_point_title .border3 {
  position: relative;
  /*text-decoration: underline;
  text-decoration-color: #edecf3;
  text-decoration-thickness: 20px;
  text-underline-offset: -10px;*/
  display: inline-block;
  z-index: 3;
}

.item-template-ntem .point01 .detail_point_title sup,
.item-template-ntem .point02 .detail_point_title sup {
  position: relative;
}
.item-template-ntem .point01 .detail_point_title sup span,
.item-template-ntem .point02 .detail_point_title sup span {
  position: relative;
  z-index: 2;
}
.item-template-ntem .point01 .detail_point_title sup:after,
.item-template-ntem .point02 .detail_point_title sup:after {
  content: "";
  width: 100%;
  height: 20px;
  background-color: #edecf3;
  position: absolute;
  bottom: -19px !important;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
	.item-template-ntem .point01 .detail_point_title sup:after,
.item-template-ntem .point02 .detail_point_title sup:after {
  bottom: -19.5px !important;
}
}
.item-template-ntem .point01 .detail_point_title .under_line:after{
  content: "";
  width: 100%;
  height: 24px;
  background-color: #edecf3;
  position: absolute;
  bottom: 1px !important;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
	.item-template-ntem .point01 .detail_point_title .under_line:after{
  content: "";
  width: 100%;
  height: 20px;
  background-color: #edecf3;
  position: absolute;
  bottom: 1px !important;
  left: 0;
  z-index: -1;
}
}
.item-template-ntem .point02 .detail_point_title .under_line:after{
  content: "";
  width: 100%;
  height: 24px;
  background-color: #edecf3;
  position: absolute;
  bottom: 1px !important;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
	.item-template-ntem .point02 .detail_point_title .under_line:after{
  content: "";
  width: 100%;
  height: 20px;
  background-color: #edecf3;
  position: absolute;
  bottom: 1px !important;
  left: 0;
  z-index: -1;
}
}
.item-template-ntem .txt_note {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
}

.item-template-ntem .detail_point_item .txt {
  margin-bottom: 55px;
}
.item-template-ntem .detail_point_item .no_attention{
  margin-bottom: 14px;
}
.item-template-ntem .detail_howto_container {
  margin: 65px 0 95px;
}
.item-template-ntem .detail_howto_inner {
  width: 100%;
  max-width: 760px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.item-template-ntem .detail_howto_container h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 35px;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.item-template-ntem .detail_howto_container h2::after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.item-template-ntem .detail_howto_box {
  width: 100%;
}
.item-template-ntem .detail_howto_box + .detail_howto_box {
  margin-top: 35px;
}
.item-template-ntem .detail_howto_box_step {
  width: 100%;
  border-bottom: solid 1px #251E1C;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding-bottom: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	margin-bottom: 25px;
}
.item-template-ntem .detail_howto_box_step span {
  font-size: 43px;
}
.item-template-ntem .detail_howto_box_item {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 90px;
}
.item-template-ntem .detail_howto_box_item_img {
  display: block;
  width: 200px;
}
.item-template-ntem .detail_howto_box_item_right {
  width: calc(100% - 290px);
}
.item-template-ntem .detail_howto_box_item_right_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.item-template-ntem .detail_howto_box_item_right_text {
  font-size: 16px;
}

.item-template-ntem .detail_howto_container {
  margin: 65px 0 95px;
}
.item-template-ntem .detail_howto_inner {
  width: 100%;
  max-width: 760px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.item-template-ntem .detail_howto_container h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 35px;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.item-template-ntem .detail_howto_container h2::after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.item-template-ntem .detail_howto_box {
  width: 100%;
}
.item-template-ntem .detail_howto_box + .detail_howto_box {
  margin-top: 35px;
}
.item-template-ntem .detail_howto_box_step {
  width: 100%;
  border-bottom: solid 1px #251E1C;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding-bottom: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	margin-bottom: 25px;
}
.item-template-ntem .detail_howto_box_step span {
  font-size: 43px;
}
.item-template-ntem .detail_howto_box_item {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 90px;
}
.item-template-ntem .detail_howto_box_item_img {
  display: block;
  width: 200px;
}
.item-template-ntem .detail_howto_box_item_right {
  width: calc(100% - 290px);
}
.item-template-ntem .detail_howto_box_item_right_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.item-template-ntem .detail_howto_box_item_right_text {
  font-size: 16px;
}

.item-template-ntem .howto_box_check {
  /*border: 1px dotted #221E1F;*/
	background-image: url("../img/item/ntem/dot_frame.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	    height: 320px;
}
@media only screen and (max-width: 640px) {
	.item-template-ntem .howto_box_check {
  /*border: 1px dotted #221E1F;*/
	background-image: url("../img/item/ntem/dot_frame_sp.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	    height: 32vh;
}
}
@media only screen and (max-width: 375px){
	.item-template-ntem .howto_box_check {
		background-image: url("../img/item/ntem/dot_frame_sp2.png");
		background-size: 100% auto;
		background-repeat: no-repeat;
	    height: 44vh;
}
}
.item-template-ntem .to_customer_area{
	padding: 0 20px;
}
.item-template-ntem .to_customer_box{
	background: #F3F2EF;
	max-width: 900px;
	margin: 88px auto 0;
	padding: 40px 30px;
}
@media only screen and (max-width: 640px) {
	.item-template-ntem .to_customer_box{
		margin: 40px auto 0;
	padding: 30px 20px;
}
}
.item-template-ntem .to_customer_box h3{
	font-size: 23px;
	border-bottom: 1px solid #6D7DA2;
	padding-bottom: 16px;
	text-align: center;
	margin-bottom: 36px;
	font-weight: 600;
}
@media only screen and (max-width: 375px){
	.item-template-ntem .to_customer_box h3{
	font-size: 21px;
}
}
.item-template-ntem .to_customer_box_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.item-template-ntem .to_customer_box_flex .to_customer_left{
	width: 26%;
}
.item-template-ntem .to_customer_box_flex .to_customer_right{
	width: 70%;
}
@media only screen and (max-width: 640px) {
	.item-template-ntem .to_customer_box_flex{
	display: inherit;
}
	.item-template-ntem .to_customer_box_flex .to_customer_left{
	width: 150px;
		margin: 0 auto 32px;
}
.item-template-ntem .to_customer_box_flex .to_customer_right{
	width: 100%;
}
}
.item-template-ntem .howto_box_check .detail_howto_box_step {
    width: 100%;
    border-bottom: none;
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    padding-bottom: 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
    margin-bottom: 16px;
	padding-top: 38px;
}
.item-template-ntem .howto_box_check .detail_howto_box_item_right_title {
    font-size: 24px;
    font-weight: 500;
	margin-top: 32px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
	.item-template-ntem .howto_box_check .detail_howto_box_step {
    width: 100%;
    border-bottom: none;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    padding-bottom: 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
    margin-bottom: 4px;
	padding-top: 32px;
}
	.item-template-ntem .howto_box_check .detail_howto_box_item_right_title {
    font-size: 18px;
		        margin-top: 0;
        margin-bottom: 10px;
}
}
.item-template-ntem .brfo_howto_box {
  margin: 5vh auto;
  padding: 5px 10px;
  border: 1px solid #c8c8c8;
  text-align: left;
}

.item-template-ntem .detail_other_container {
  margin-bottom: 150px;
}
.item-template-ntem .detail_other_inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.item-template-ntem .detail_other_container .aco-box {
  width: 100%;
  padding: 55px 40px;
  box-sizing: border-box;
  border-top: solid 1px #251E1C;
}
.item-template-ntem .detail_other_container .aco-box .js-aco-btn {
  width: 100%;
  position: relative;
}
.item-template-ntem .detail_other_container .aco-box .js-aco-btn::before,
.item-template-ntem .detail_other_container .aco-box .js-aco-btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: #251E1C;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.item-template-ntem .detail_other_container .aco-box .js-aco-btn::after {
  transform: translateY(-50%) rotate(90deg);
}
.item-template-ntem .detail_other_container .aco-box .js-aco-btn.is-active::after {
  transform: translateY(-50%);
}
.item-template-ntem .detail_other_container .aco-box .aco-ttl {
  font-size: 20px;
}
.item-template-ntem .detail_other_container .aco-box .txt {
  margin-top: 40px;
}

.item-template-ntem .detail_large_image {
	max-width: 1240px;
	margin: 0 auto;
}

.item-template-ntem .detail_voice_container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  background-color: #F3F2EF;
  padding: 97px 0 114px;

}
@media only screen and (max-width: 640px) {
	.item-template-ntem .detail_voice_container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  background-color: #F3F2EF;
  /*padding: 97px 0 114px;*/
	padding: 0;
}
}
.item-template-ntem .detail_voice_container h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 35px;
  margin-bottom: 45px;
  position: relative;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.item-template-ntem .detail_voice_container h2::after {
  content: "";
  display: block;
  width: 73px;
  height: 1px;
  background-color: #6D7DA2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.item-template-ntem .detail_voice_inner {
  width: 100%;
  max-width: 1000px;
  padding: 65px 37px 48px;
  box-sizing: border-box;
  margin: 0 auto;
	background: #fff;
}

.item-template-ntem .voice_flex_wrap {
    display: flex;
    justify-content: space-between;
	align-items: stretch;
    gap: 26px;
}
.item-template-ntem .voice_flex_wrap p {
    text-align: center;
}

.item-template-ntem .review {
    flex: 1;
    border: 1px solid #dddad5;
	background: #fafaf9;
	box-shadow: 3px 3px 5px rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 18px 20px;
	margin-bottom: 20px;
	font-size: 18px;
}

.item-template-ntem .lined {
  line-height: 33px;
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 29px,
    #e4e4e4 29px,
    #e4e4e4 30px
  );
  background-size: 100% 33px;
	margin-bottom: 20px;
}
.item-template-ntem .lined .border {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #e7e1fc;
  text-decoration-thickness: 18px;
  text-underline-offset: -16px;
  text-decoration-skip-ink: none;
  font-weight: bold;
}
.item-template-ntem .author {
  font-size: 16px;
}

.item-template-ntem .txt_note_voice {
	text-align: center;
}

.item-template-ntem .detail_lead_text_color {
	display: block;
  color: #8f87b1;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 700;
}
.item-template-ntem .point01 .attention {
  font-size: 10px;
	text-align: center;
	padding-top: 6px;
}
.item-template-ntem .image {
  margin: 0 auto 40px;
}
.item-template-ntem .point01 .image {
  width: 470px;
}

.item-template-ntem .point04 .image {
    width: 432px;
	position: relative;
	padding: 3% 5%;
}
@media only screen and (max-width: 640px) {
	.item-template-ntem .point04 .image {
		width: 100%;
	}
}
.item-template-ntem .point04 .image video {
    vertical-align: top;
	width: 100%;
}
.item-template-ntem .point04 .image img{
    width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.item-template-ntem .point02 .image {
  width: 469px;

}
.item-template-ntem .point03 .image {
  margin: 50px auto 40px;
  width: 430px;
}
@media only screen and (max-width: 640px) {
	.item-template-ntem .point03 .image {
	  margin: 0 auto 40px;
	}
}

.item-template-ntem .txt_note_lead {
	max-width: 560px;
	margin: 0 auto;
}
.item-template-ntem .item-detail .aco-block .notice-box .notice-box-head {
  background-color: #B60005;
}

/* 商品詳細ページ 関連コンテンツ（ASHITA BIHADA） */
@media only screen and (min-width: 641px){
.item-template-ntem .item-detail  {
    padding-bottom: 30px;
}
}
@media only screen and (max-width: 1000px) {
	.item-template-ntem .voice_flex_wrap {
		gap: 2.5vw;
	}
	.item-template-ntem .review {
		font-size: 1.6vw;
	}
	.item-template-ntem .lined .border {
	  text-decoration-thickness: 1.6vw;
	  text-underline-offset: -1.4vw;
	}
	.item-template-ntem .author {
		font-size: 1.6vw;
	}

}

/**common**/
.item-template-ntem .pcnone {
  display: none!important;
}
.item-template-ntem .spnone {
  display: block!important;
}
@media only screen and (max-width: 640px) {
.item-template-ntem .pcnone {
    display: block!important;
  }
  .item-template-ntem .spnone {
    display: none!important;
  }
  .item-template-ntem .detail_lead_inner {
    max-width: 100%;
    margin: 75px auto 0;
  }
  .item-template-ntem .detail_lead_main_image {
    display: block;
    width: calc(100% + 40px);
    margin-bottom: 100px;
    margin: 0 -20px 27px;
  }
  .item-template-ntem .detail_lead_title {
    margin: 0 auto 27px;
    max-width: 300px;
  }
  .item-template-ntem .detail_lead_image {
    max-width: 333px;
    margin: 0 auto 27px;
  }
  .item-template-ntem .detail_lead_image img {
    right: 0;
  }
  .item-template-ntem .detail_lead_text {
    font-size: 14px;
    line-height: 1.714;
    margin-bottom: 27px;
  }
  .item-template-ntem .detail_lead_text_gold {
    font-size: 14px;
    line-height: 1.7142857;
  }
  .item-template-ntem .detail_lead_text_gold_big {
    font-size: 19px;
    line-height: 1.263579;
  }
  .item-template-ntem .detail_lead_image_02 {
    max-width: 96%;
    margin-bottom: 40px;
  }
  .item-template-ntem .detail_step_title {
    max-width: 335px;
    font-size: 24px;
    padding: 11px 0;
    margin-bottom: 30px;
  }
  .item-template-ntem .detail_step_title span {
    font-size: 27px;
  }
  .item-template-ntem .detail_step_wrap {
    justify-content: flex-start;
    gap: 7px;
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
  }
  .item-template-ntem .detail_step_item {
    width: 78px;
    height: 95px;
  }
  .item-template-ntem .detail_step_item:not(:last-child)::after {
    background-image: url('../img/item/clbb-ex/step_arrow_sp.svg?v2');
    bottom: 15px;
    right: -18px;
    width: 28.5px;
    height: 8px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 3;
  }
  .item-template-ntem .detail_step_item_num {
    padding-top: 10px;
    margin-bottom: 5px;
    font-size: 10px;
  }
  .item-template-ntem .detail_step_item_num span {
    font-size: 16px;
    margin-top: -5px;
  }
  .item-template-ntem .detail_step_item_text {
    font-size: 15px;
    letter-spacing: -0.01em;
  }
  .item-template-ntem .detail_point_container {
    max-width: 100%;
    margin: 40px auto 0;
    padding: 40px 8px;
    box-sizing: border-box;
  }
  .item-template-ntem .detail_point_wrap {
    max-width: 100%;
  }
  .item-template-ntem .detail_point_item {
    padding: 40px 13px;
  }
  .item-template-ntem .detail_point_item + .detail_point_item {
    margin-top: 42px;
  }
  .item-template-ntem .detail_point_num {
    font-size: 24px;
    padding: 5px 0;
    margin-bottom: 20px;
  }
  .item-template-ntem .detail_point_num span {
    font-size: 34px;
  }
  .item-template-ntem .detail_point_title {
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
  }
  .item-template-ntem .point01 .detail_point_title sup:after,
  .item-template-ntem .point02 .detail_point_title sup:after {
    bottom: -15px;
  }
  .item-template-ntem .img_flex {
    width: 100%;
    max-width: 335px;
    margin: 0 auto 20px;
  }
  .item-template-ntem .img_flex_wrap {
    gap: 50px;
  }
  .item-template-ntem .img_flex_item {
    max-width: 140px;
  }
  .item-template-ntem .img_flex_item .new {
    width: 34px;
  }
  .item-template-ntem .img_flex_item p {
    font-size: 14px;
    margin-top: 5px;
  }
  .item-template-ntem .img_flex_item img {
    margin-top: 14px;
  }
  .item-template-ntem .img_flex_item .new + img {
    margin-top: 4px;
  }
  .item-template-ntem .img_flex_item:first-child::after,
  .item-template-ntem .img_flex_item:first-child::before {
    top: 40%;
    right: -45px;
  }
  .item-template-ntem .detail_point_item .txt {
    margin-bottom: 20px;
  }
  .item-template-ntem .img_flex2 {
    max-width: 335px;
    margin: 0 auto 20px;
  }
  .item-template-ntem .img_flex2_wrap {
    gap: 5px;
    left: 10px;
  }
  .item-template-ntem .img_flex2_item {
    max-width: 112px;
  }
  .item-template-ntem .img_flex2_item p {
    font-size: 14px;
    margin-top: -5px;
    margin-left: -10px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -0.1em;
  }
  .item-template-ntem .img_flex2_item p sup {
    letter-spacing: 0;
  }
  .item-template-ntem .img_flex2_item .img_flex2_item_image {
    margin-top: 14px;
  }
  .item-template-ntem .img_flex2_item .new + .img_flex2_item_image {
    margin-top: 4px;
  }
  .item-template-ntem .img_flex2_item .new {
    width: 34px;
    left: -10px;
  }
  .item-template-ntem .img_border_flex {
    margin: 0 auto 20px;
    max-width: 335px;
  }
  .item-template-ntem .img_border_flex_wrap {
    gap: 15px;
  }
  .item-template-ntem .img_border_flex_item {
    max-width: 160px;
    width: calc((100% - 15px) / 2);
    padding: 20px 5px 10px;
    margin-top: 15px;
  }
  .item-template-ntem .img_border_flex_item_hdg {
    width: calc(100% - 20px);
    padding: 5.5px 5px;
    top: -15px;
    font-size: 14px;
  }
  .item-template-ntem .img_border_flex_item_image {
    max-width: 100px;
  }
  .item-template-ntem .img_border_flex_item_title {
    font-size: 14px;
    margin-bottom: 5px;
    min-height: 51px;
  }
  .item-template-ntem .img_border_flex_item_title sup {
    letter-spacing: 0;
  }
  .item-template-ntem .img_border_flex_item_title .normal {
    margin-left: auto;
  }
  .item-template-ntem .img_border_flex_item_title .small {
    font-size: 10px;
    display: block;
    text-align: right;
  }
  .item-template-ntem .img_border_flex_item_text {
    font-size: 14px;
  }
  .item-template-ntem .detail_point_box {
    padding: 20px;
    margin-bottom: 20px;
  }
  .item-template-ntem .detail_point_box_title {
    font-size: 17px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .item-template-ntem .detail_point_box_list li + li {
    margin-top: 20px;
  }
  .item-template-ntem .detail_point_box_list_title {
    font-size: 14px;
  }
  .item-template-ntem .detail_point_box_list_text {
    font-size: 14px;
    line-height: 1.375;
  }
  .item-template-ntem .ingredient_flex {
    gap: 15px 20px;
    max-width: 335px;
    margin: 0 auto 20px;
  }
  .item-template-ntem .ingredient_flex_item {
    width: 95px;
    height: 95px;
    font-size: 16px;
  }
  .item-template-ntem .detail_howto_container {
    margin: 40px 0 75px;
  }
  .item-template-ntem .detail_howto_inner {
    max-width: 100%;
  }
  .item-template-ntem .detail_voice_container h2,
  .item-template-ntem .detail_howto_container h2 {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .item-template-ntem .detail_howto_container h2::after {
    width: 65px;
  }
  .item-template-ntem .detail_howto_box + .detail_howto_box {
    margin-top: 60px;
  }
  .item-template-ntem .detail_howto_box_step {
    font-size: 16px;
  }
  .item-template-ntem .detail_howto_box_step span {
    font-size: 24px;
  }
  .item-template-ntem .detail_howto_box_item {
    max-width: 100%;
    gap: 25px;
	  padding: 12px 16px 0;
  }
  .item-template-ntem .detail_howto_box_item_img {
    width: 100px;
  }
  .item-template-ntem .detail_howto_box_item_right {
    width: calc(100% - 100px);
  }
  .item-template-ntem .detail_howto_box_item_right_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .item-template-ntem .detail_howto_box_item_right_text {
    font-size: 14px;
  }
  .item-template-ntem .detail_other_container {
    margin-bottom: 75px;
  }
  .item-template-ntem .detail_other_inner {
    max-width: 100%;
  }
  .item-template-ntem .detail_other_container .aco-box {
    padding: 30px 0 50px;
  }
  .item-template-ntem .detail_other_container .aco-box .aco-ttl {
    font-size: 16px;
  }
  .item-template-ntem .detail_other_container .aco-box .txt {
    margin-top: 50px;
    font-size: 10px;
  }
  .item-template-ntem .detail_other_container .aco-box .js-aco-btn::before,
  .item-template-ntem .detail_other_container .aco-box .js-aco-btn::after {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background-color: #251E1C;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s;
  }
  .item-template-ntem .detail_other_container .aco-box .js-aco-btn::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .item-template-ntem .detail_other_container .aco-box .js-aco-btn.is-active::after {
    transform: translateY(-50%);
  }

	.item-template-ntem .detail_lead_text_color {
		font-size: 19px;
		/*line-height: 1.263579;*/
		line-height: 1.563579;
	}


	.item-template-ntem .image {
	  margin: 0 auto 30px;
		width: 532px;
	}

	.item-template-ntem .point01 .image {
	  width: 90%;
	}
	.item-template-ntem .point02 .image {
	  margin: 0 0 30px;
	  width: 100%;
	}
	.item-template-ntem .point03 .image,
	.item-template-ntem .point03 .image.image_02 {
	  width: 100%;
	}
	.item-template-ntem .point03 .image.image_02 {
	  margin-top: 40px;
	}

	.item-template-ntem .txt_note_lead {
		max-width: none;
	}

	.item-template-ntem .detail_voice_container h2::after {
	  width: 50px;
	}
	.item-template-ntem .voice_flex_wrap {
		display: block;
	}
	.item-template-ntem .txt_note_voice {
		text-align: left;
	}
	.item-template-ntem .review {
		font-size: 3.7vw;
		padding: 30px 12px 20px;
	}
	.item-template-ntem .lined .border {
	  text-decoration-thickness: 3.4vw;
	  text-underline-offset: -3.1vw;
	}
	.item-template-ntem .lined {
	  line-height: 2;
	  background-image: repeating-linear-gradient(
		to bottom,
		transparent 0,
		transparent calc(1.9em - 1px),
		#e4e4e4 calc(1.9em - 1px),
		#e4e4e4 1.9em
	  );
	  background-size: 100% 2em;
	}
	.item-template-ntem .author {
		font-size: 3.4vw;
	}
}
/* 【DUO】リッチ化 ホワイトクレイクレンズ */
.item-template-wccl .detail_lead_inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 135px auto 0;
}
.item-template-wccl .detail_lead_main_image {
  display: block;
  width: 100%;
  margin-bottom: 100px;
}
.item-template-wccl .detail_lead_main_image img {
  display: block;
  width: 100%;
}
.item-template-wccl .detail_lead_text {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 45px;
}
.item-template-wccl .wrap_lead {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 4%;
	margin: 60px auto 50px;
	width: 90%;
}
.item-template-wccl .detail_lead_image_02 {
  max-width: 37.4%;
  width: 100%;
	padding-top: 12.1%;
}
.item-template-wccl .detail_lead_image_02 img {
  margin-bottom: 5px;
  width: 100%;
}
.item-template-wccl .detail_lead_image_03 {
  max-width: 56.9%;
  width: 100%;
}
.item-template-wccl .detail_lead_image_03 img {
  margin-bottom: 5px;
  width: 100%;
}

.item-template-wccl .detail_point_container {
  max-width: 1240px;
  width: 100%;
  margin: 100px auto 0;
  background-color: #F3F2EF;
  padding: 97px 0 114px;
}
.item-template-wccl .detail_point_wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
}
.item-template-wccl .detail_point_item {
  width: 100%;
  padding: 50px 100px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.item-template-wccl .detail_point_item + .detail_point_item {
  margin-top: 30px;
}
.item-template-wccl .item-detail.blue .detail_point_num {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  background-color: #859fd8;
  padding: 11px 0;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 3px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
.item-template-wccl .detail_point_num span {
  font-size: 40px;
}
.item-template-wccl .detail_point_title {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 35px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.item-template-wccl .ingredient_flex {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px 30px;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.item-template-wccl .ingredient_flex_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 135px;
  text-align: center;
  color: #ffffff;
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: -0.15em;
  background-image: url('../img/item/wccl/ingredient_bg_img.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.item-template-wccl .detail_point_title .border {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #edf1f9;
  text-decoration-thickness: 20px;
  text-underline-offset: -10px;
	  text-decoration-skip-ink: none;
  display: inline-block;
  z-index: 3;
}
.item-template-wccl .point04 .detail_point_title sup {
  position: relative;
}
.item-template-wccl .point04 .detail_point_title sup span {
  position: relative;
  z-index: 2;
}
.item-template-wccl .point04 .detail_point_title sup:after {
  content: "";
  width: 100%;
  height: 20px;
  background-color: #edf1f9;
  position: absolute;
  bottom: -18px;
  left: 0;
  z-index: -1;
}
.item-template-wccl .txt_note {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
}
.item-template-wccl .detail_point_item .txt {
  margin-bottom: 55px;
}
.item-template-wccl .detail_howto_container {
  margin: 65px 0 95px;
}
.item-template-wccl .detail_howto_inner {
  width: 100%;
  max-width: 760px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.item-template-wccl .detail_howto_container h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 35px;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.item-template-wccl .detail_howto_container h2::after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.item-template-wccl .detail_howto_box {
  width: 100%;
}
.item-template-wccl .detail_howto_box + .detail_howto_box {
  margin-top: 35px;
}
.item-template-wccl .detail_howto_box_step {
  width: 100%;
  border-bottom: solid 1px #251E1C;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 45px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;margin-bottom: 25px;
}
.item-template-wccl .detail_howto_box_step span {
  font-size: 43px;
}
.item-template-wccl .detail_howto_box_item {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 90px;
}
.item-template-wccl .detail_howto_box_item_img {
  display: block;
  width: 200px;
}
.item-template-wccl .detail_howto_box_item_right {
  width: calc(100% - 290px);
}
.item-template-wccl .detail_howto_box_item_right_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.item-template-wccl .detail_howto_box_item_right_text {
  font-size: 16px;
}
.item-template-wccl .detail_howto_container {
  margin: 65px 0 95px;
}
.item-template-wccl .detail_howto_inner {
  width: 100%;
  max-width: 760px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.item-template-wccl .detail_howto_container h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 35px;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.item-template-wccl .detail_howto_container h2::after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.item-template-wccl .detail_howto_box {
  width: 100%;
}
.item-template-wccl .detail_howto_box + .detail_howto_box {
  margin-top: 35px;
}
.item-template-wccl .detail_howto_box_step {
  width: 100%;
  border-bottom: solid 1px #251E1C;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 45px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;margin-bottom: 25px;
}
.item-template-wccl .detail_howto_box_step span {
  font-size: 43px;
}
.item-template-wccl .detail_howto_box_item {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 90px;
}
.item-template-wccl .detail_howto_box_item_img {
  display: block;
  width: 200px;
}
.item-template-wccl .detail_howto_box_item_right {
  width: calc(100% - 290px);
}
.item-template-wccl .detail_howto_box_item_right_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.item-template-wccl .detail_howto_box_item_right_text {
  font-size: 16px;
}
.item-template-wccl .detail_large_image {
	max-width: 1240px;
	margin: 0 auto;
}
.item-template-wccl .detail_voice_container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  background-color: #F3F2EF;
  padding: 97px 0 114px;
	
}
@media only screen and (max-width: 640px) {
	.item-template-wccl .detail_voice_container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  background-color: #F3F2EF;
  /*padding: 97px 0 114px;*/
	padding: 0;
}
}
.item-template-wccl .detail_voice_container h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 35px;
  margin-bottom: 45px;
  position: relative;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.item-template-wccl .detail_voice_container h2::after {
  content: "";
  display: block;
  width: 73px;
  height: 1px;
  background-color: #859fd8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.item-template-wccl .detail_voice_inner {
  width: 100%;
  max-width: 1000px;
  padding: 65px 37px 48px;
  box-sizing: border-box;
  margin: 0 auto;
	background: #fff;
}

.item-template-wccl .voice_flex_wrap {
    display: flex;
    justify-content: space-between;
	align-items: stretch;
    gap: 26px;
}
.item-template-wccl .voice_flex_wrap p {
    text-align: center;
}

.item-template-wccl .review {
    flex: 1;
    border: 1px solid #dddad5;
	background: #fafaf9;
	box-shadow: 3px 3px 5px rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 18px 20px;
	margin-bottom: 20px;
	font-size: 18px;
}

.item-template-wccl .lined {
  line-height: 33px;
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 29px,
    #e4e4e4 29px,
    #e4e4e4 30px
  );
  background-size: 100% 33px;
	margin-bottom: 20px;
}
.item-template-wccl .lined .border {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #dee5f4;
  text-decoration-thickness: 18px;
  text-underline-offset: -16px;
  text-decoration-skip-ink: none;
  font-weight: bold;
}
.item-template-wccl .author {
  font-size: 16px;
}

.item-template-wccl .txt_note_voice {
	text-align: center;
}
.item-template-wccl .detail_lead_text_color {
	display: block;
  color: #859fd8;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}
.item-template-wccl .image {
  margin: 0 auto 10px;
}
.item-template-wccl .point01 .image,
.item-template-wccl .point04 .image {
  margin: 0 -100px 40px;
}
.item-template-wccl .point02 .image {
  margin: 0 auto 40px;
  width: 422px;
}
.item-template-wccl .point03 .image {
  margin: 0 auto 40px;
  width: 519px;
}
.item-template-wccl .txt_note_lead {
	max-width: 720px;
	margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
	.item-template-wccl .voice_flex_wrap {
		gap: 2.5vw;
	}
	.item-template-wccl .review {
		font-size: 1.6vw;
	}
	.item-template-wccl .lined .border {
	  text-decoration-thickness: 1.6vw;
	  text-underline-offset: -1.4vw;
	}
	.item-template-wccl .author {
		font-size: 1.6vw;
	}
}
@media only screen and (max-width: 640px) {
  .item-template-wccl .detail_lead_inner {
    max-width: 100%;
    margin: 75px auto 0;
  }
  .item-template-wccl .detail_lead_main_image {
    display: block;
    width: calc(100% + 40px);
    margin-bottom: 100px;
    margin: 0 -20px 27px;
  }
  .item-template-wccl .detail_lead_text {
    font-size: 14px;
    line-height: 1.714;
    margin-bottom: 27px;
  }
	.item-template-wccl .wrap_lead {
		display: block;
		padding-left: 0;
		margin-top: 0;
		margin-bottom: 0;
		width: auto;
	}

	
	.item-template-wccl .detail_lead_image_02 {
		max-width: 220px;
		padding-top: 0;
		margin: 50px auto 40px;
	}
	.item-template-wccl .detail_lead_image_03 {
		max-width: 348px;
		margin: 0 auto 40px;
	}
	


  .item-template-wccl .detail_lead_text_color {
    font-size: 19px;
    line-height: 1.263579;
	}
	

  .item-template-wccl .detail_point_container {
    max-width: 100%;
    margin: 40px auto 0;
    padding: 40px 8px;
    box-sizing: border-box;
  }
  .item-template-wccl .detail_point_wrap {
    max-width: 100%;
  }
  .item-template-wccl .detail_point_item {
    padding: 40px 13px;
  }
  .item-template-wccl .detail_point_item + .detail_point_item {
    margin-top: 42px;
  }
  .item-template-wccl .item-detail.blue .detail_point_num {
    font-size: 24px;
    padding: 5px 0;
    margin-bottom: 20px;
  }
  .item-template-wccl .detail_point_num span {
    font-size: 34px;
  }
  .item-template-wccl .detail_point_title {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
  }
  .item-template-wccl .point04 .detail_point_title sup:after {
    bottom: -15px;
  }
  .item-template-wccl .detail_point_item .txt {
    margin-bottom: 20px;
  }
  .item-template-wccl .ingredient_flex {
    gap: 15px 20px;
    max-width: 335px;
    margin: 0 auto 20px;
  }
  .item-template-wccl .ingredient_flex_item {
    width: 95px;
    height: 95px;
    font-size: 16px;
  }
  .item-template-wccl .detail_howto_container {
    margin: 75px 0;
  }
  .item-template-wccl .detail_howto_inner {
    max-width: 100%;
  }
  .item-template-wccl .detail_voice_container h2,
  .item-template-wccl .detail_howto_container h2 {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .item-template-wccl .detail_howto_container h2::after {
    width: 65px;
  }
  .item-template-wccl .detail_howto_box + .detail_howto_box {
    margin-top: 60px;
  }
  .item-template-wccl .detail_howto_box_step {
    font-size: 16px;
  }
  .item-template-wccl .detail_howto_box_step span {
    font-size: 24px;
  }
  .item-template-wccl .detail_howto_box_item {
    max-width: 100%;
    gap: 25px;
  }
  .item-template-wccl .detail_howto_box_item_img {
    width: 100px;
  }
  .item-template-wccl .detail_howto_box_item_right {
    width: calc(100% - 125px);
  }
  .item-template-wccl .detail_howto_box_item_right_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .item-template-wccl .detail_howto_box_item_right_text {
    font-size: 14px;
  }
	
	.item-template-wccl .point01 .image,
	.item-template-wccl .point04 .image {
	  margin: 0 -13px 30px;
	}

	.item-template-wccl .point02 .image,
	.item-template-wccl .point03 .image {
		padding: 0 6%;
		width: 100%;
	}
	.item-template-wccl .point02 .image {
		margin: 0 0 30px;
	}
	.item-template-wccl .txt_note_lead {
		max-width: none;
	}
	
	.item-template-wccl .detail_voice_container h2::after {
	  width: 50px;
	}
	.item-template-wccl .voice_flex_wrap {
		display: block;
	}
	.item-template-wccl .txt_note_voice {
		text-align: left;
	}
	.item-template-wccl .review {
		font-size: 3.7vw;
		padding: 30px 12px 20px;
	}
	.item-template-wccl .lined .border {
	  text-decoration-thickness: 3.4vw;
	  text-underline-offset: -3.1vw;
	}
	.item-template-wccl .lined {
	  line-height: 2;
	  background-image: repeating-linear-gradient(
		to bottom,
		transparent 0,
		transparent calc(1.9em - 1px),
		#e4e4e4 calc(1.9em - 1px),
		#e4e4e4 1.9em
	  );
	  background-size: 100% 2em;
	}
	.item-template-wccl .author {
		font-size: 3.4vw;
	}

}

/* 【DUO】クレンジングバームホットa リッチ化 */
.item-template-clbh-a .detail_lead_inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 135px auto 0;
}
.item-template-clbh-a .detail_lead_main_image {
  display: block;
  width: 100%;
  margin-bottom: 100px;
}
.item-template-clbh-a .detail_lead_main_image img {
  display: block;
  width: 100%;
}
.item-template-clbh-a .detail_lead_text {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 45px;
}


.item-template-clbh-a .detail_lead_image_02 {
  max-width: 720px;
  width: 100%;
  margin: 0 auto 55px;
}
.item-template-clbh-a .detail_lead_image_02 img,
.item-template-clbh-a .detail_lead_image_03 img,
.item-template-clbh-a .detail_lead_image_04 img {
  width: 100%;
}

.item-template-clbh-a .detail_lead_image_03 {
  max-width: 720px;
  width: 100%;
  margin: 60px auto 45px;
	position: relative;
}
.item-template-clbh-a .detail_lead_image_03 p {
	position: absolute;
}
.item-template-clbh-a .detail_lead_image_03 p.ttl {
	top: 3%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 1.45;
}

.item-template-clbh-a .detail_lead_image_03 p.ttl span {
	font-size: 24px;
}

.item-template-clbh-a .detail_lead_image_03 p.note {
	right: 25px;
	bottom: 20px;
}

@media (max-width: 759px) {
  .item-template-clbh-a .detail_lead_image_03 p.ttl {
    font-size: calc(20 * (100vw / 759));
  }
  .item-template-clbh-a .detail_lead_image_03 p.ttl span {
    font-size: calc(24 * (100vw / 759));
  }
}
@media (max-width: 640px) {
  .item-template-clbh-a .detail_lead_image_03 p.ttl {
    font-size: 12px;
  }
  .item-template-clbh-a .detail_lead_image_03 p.ttl span {
    font-size: 15px;
  }
	.item-template-clbh-a .detail_lead_image_03 p.note {
		right: 8%;
		bottom: 6%;
	}
}
@media (max-width: 388px) {
  .item-template-clbh-a .detail_lead_image_03 p.ttl {
	top: 2.6%;
    font-size: calc(12 * (100vw / 388));
  }
  .item-template-clbh-a .detail_lead_image_03 p.ttl span {
    font-size: calc(15 * (100vw / 388));
  }
}


.item-template-clbh-a .detail_lead_image_04 {
	max-width: 816px;
	margin: 60px auto 35px;
	position: relative;
}

.item-template-clbh-a .detail_lead_image_04 p.ttl {
	position: absolute;
	top: 19.7%;
	left: 27.1%;
	width: 45.9%;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-left: 0.1em;
}
@media (max-width: 817px) {
  .item-template-clbh-a .detail_lead_image_04 p.ttl {
    font-size: calc(19 * (100vw / 817));
  }
}
@media (max-width: 640px) {
  .item-template-clbh-a .detail_lead_image_04 p.ttl {
	top: 16.4%;
	left: 18.2%;
	width: 63.5%;
    font-size: calc(20 * (100vw / 640));
  }
}

.item-template-clbh-a .detail_point_container {
  max-width: 1240px;
  width: 100%;
  margin: 100px auto 0;
  background-color: #F3F2EF;
  padding: 97px 0 114px;
}
.item-template-clbh-a .detail_point_wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
}
.item-template-clbh-a .detail_point_item {
  width: 100%;
  padding: 50px 100px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.item-template-clbh-a .detail_point_item + .detail_point_item {
  margin-top: 30px;
}
.item-template-clbh-a .item-detail.red .detail_point_num {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  background-color: #e2364f;
  padding: 11px 0;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 3px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
.item-template-clbh-a .detail_point_num span {
  font-size: 40px;
}
.item-template-clbh-a .detail_point_title {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 35px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.item-template-clbh-a .ingredient_flex {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px 30px;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.item-template-clbh-a .ingredient_flex_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 135px;
  text-align: center;
  color: #ffffff;
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: -0.15em;
  background-image: url('../img/item/clbh-a/ingredient_bg_img.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.item-template-clbh-a .detail_point_title .border {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #fadfe3;
  text-decoration-thickness: 20px;
  text-underline-offset: -10px;
	  text-decoration-skip-ink: none;
  display: inline-block;
  z-index: 3;
}
.item-template-clbh-a .point04 .detail_point_title sup {
  position: relative;
}
.item-template-clbh-a .point04 .detail_point_title sup span {
  position: relative;
  z-index: 2;
}
.item-template-clbh-a .point04 .detail_point_title sup:after {
  content: "";
  width: 100%;
  height: 20px;
  background-color: #edf1f9;
  position: absolute;
  bottom: -18px;
  left: 0;
  z-index: -1;
}
.item-template-clbh-a .txt_note {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
}
.item-template-clbh-a .detail_point_item .txt {
  margin-bottom: 55px;
}
.item-template-clbh-a .detail_howto_container {
  margin: 65px 0 95px;
}
.item-template-clbh-a .detail_howto_inner {
  width: 100%;
  max-width: 760px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.item-template-clbh-a .detail_howto_container h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 35px;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.item-template-clbh-a .detail_howto_container h2::after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.item-template-clbh-a .detail_howto_box {
  width: 100%;
}
.item-template-clbh-a .detail_howto_box + .detail_howto_box {
  margin-top: 35px;
}
.item-template-clbh-a .detail_howto_box_step {
  width: 100%;
  border-bottom: solid 1px #251E1C;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 45px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;margin-bottom: 25px;
}
.item-template-clbh-a .detail_howto_box_step span {
  font-size: 43px;
}
.item-template-clbh-a .detail_howto_box_item {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 90px;
}
.item-template-clbh-a .detail_howto_box_item_img {
  display: block;
  width: 200px;
}
.item-template-clbh-a .detail_howto_box_item_right {
  width: calc(100% - 290px);
}
.item-template-clbh-a .detail_howto_box_item_right_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.item-template-clbh-a .detail_howto_box_item_right_text {
  font-size: 16px;
}
.item-template-clbh-a .detail_howto_container {
  margin: 65px 0 95px;
}
.item-template-clbh-a .detail_howto_inner {
  width: 100%;
  max-width: 760px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.item-template-clbh-a .detail_howto_container h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 35px;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.item-template-clbh-a .detail_howto_container h2::after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.item-template-clbh-a .detail_howto_box {
  width: 100%;
}
.item-template-clbh-a .detail_howto_box + .detail_howto_box {
  margin-top: 35px;
}
.item-template-clbh-a .detail_howto_box_step {
  width: 100%;
  border-bottom: solid 1px #251E1C;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 45px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;margin-bottom: 25px;
}
.item-template-clbh-a .detail_howto_box_step span {
  font-size: 43px;
}
.item-template-clbh-a .detail_howto_box_item {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 90px;
}
.item-template-clbh-a .detail_howto_box_item_img {
  display: block;
  width: 200px;
}
.item-template-clbh-a .detail_howto_box_item_right {
  width: calc(100% - 290px);
}
.item-template-clbh-a .detail_howto_box_item_right_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.item-template-clbh-a .detail_howto_box_item_right_text {
  font-size: 16px;
}
.item-template-clbh-a .detail_large_image {
	max-width: 1240px;
	margin: 0 auto;
}
.item-template-clbh-a .detail_voice_container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  background-color: #F3F2EF;
  padding: 20px 0 114px;
	
}
@media only screen and (max-width: 640px) {
	.item-template-clbh-a .detail_voice_container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  background-color: #F3F2EF;
  /*padding: 97px 0 114px;*/
	padding: 0;
}
}
.item-template-clbh-a .detail_voice_container h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 35px;
  margin-bottom: 45px;
  position: relative;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.item-template-clbh-a .detail_voice_container h2::after {
  content: "";
  display: block;
  width: 73px;
  height: 1px;
  background-color: #ea5d7c;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.item-template-clbh-a .detail_voice_inner {
  width: 100%;
  max-width: 1000px;
  padding: 65px 37px 48px;
  box-sizing: border-box;
  margin: 0 auto;
	background: #fff;
}

.item-template-clbh-a .voice_flex_wrap {
    display: flex;
    justify-content: space-between;
	align-items: stretch;
    gap: 26px;
}
.item-template-clbh-a .voice_flex_wrap p {
    text-align: center;
}

.item-template-clbh-a .review {
    flex: 1;
    border: 1px solid #dddad5;
	background: #fafaf9;
	box-shadow: 3px 3px 5px rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 18px 20px;
	margin-bottom: 20px;
	font-size: 18px;
}

.item-template-clbh-a .lined {
  line-height: 33px;
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 29px,
    #e4e4e4 29px,
    #e4e4e4 30px
  );
  background-size: 100% 33px;
	margin-bottom: 20px;
}
.item-template-clbh-a .lined .border {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #ffe1e1;
  text-decoration-thickness: 18px;
  text-underline-offset: -16px;
  text-decoration-skip-ink: none;
  font-weight: bold;
}
.item-template-clbh-a .author {
  font-size: 16px;
}

.item-template-clbh-a .txt_note_voice {
	text-align: center;
}
.item-template-clbh-a .detail_lead_text_color {
	display: block;
  color: #e2364f;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}
.item-template-clbh-a .image {
  margin: 0 auto 10px;
}

.item-template-clbh-a .point01 .image {
  margin: 0 auto 40px;
  width: 415px;
}

.item-template-clbh-a .point02 .image {
  margin: 0 auto 40px;
  width: 431.5px;
	position: relative;
}
.item-template-clbh-a .point02 .image p.ttl {
	position: absolute;
	text-align: center;
	top: 5.5%;
	width: 41.5%;
	font-size: 14px;
	line-height: 1.3;
}


.item-template-clbh-a .point02 .image p.ttl1 {
	left: 3%;
}
.item-template-clbh-a .point02 .image p.ttl2 {
	right: 3%;
}

	
@media (max-width: 640px) {
	.item-template-clbh-a .point02 .image p.ttl {
		top: 5%;
		width: 36.7%;
		font-size: calc(18 * (100vw / 640));
	}
	.item-template-clbh-a .point02 .image p.ttl1 {
		left: 8.5%;
	}
	.item-template-clbh-a .point02 .image p.ttl2 {
		right: 8.5%;
	}	
}

	




.item-template-clbh-a .point03 .image {
  margin: -60px -100px -20px;
}
.item-template-clbh-a .point04 .image {
  margin: 0 auto 40px;
  width: 408px;
}
.item-template-clbh-a .point04 .image video {
    vertical-align: top;
	width: 100%;
}
.item-template-clbh-a .txt_note_lead {
	max-width: 720px;
	margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
	.item-template-clbh-a .voice_flex_wrap {
		gap: 2.5vw;
	}
	.item-template-clbh-a .review {
		font-size: 1.6vw;
	}
	.item-template-clbh-a .lined .border {
	  text-decoration-thickness: 1.6vw;
	  text-underline-offset: -1.4vw;
	}
	.item-template-clbh-a .author {
		font-size: 1.6vw;
	}
}
@media only screen and (max-width: 640px) {
  .item-template-clbh-a .detail_lead_inner {
    max-width: 100%;
    margin: 75px auto 0;
  }
  .item-template-clbh-a .detail_lead_main_image {
    display: block;
    width: calc(100% + 40px);
    margin-bottom: 100px;
    margin: 0 -20px 27px;
  }
  .item-template-clbh-a .detail_lead_text {
    font-size: 14px;
    line-height: 1.714;
    margin-bottom: 27px;
  }
  .item-template-clbh-a .detail_lead_image_02 {
    max-width: 360px;
    margin-bottom: 40px;
	  padding-left: 3%;
  }
  .item-template-clbh-a .detail_lead_image_03 {
    max-width: 348px;
    margin-bottom: 25px;
  }
  .item-template-clbh-a .detail_lead_image_04 {
	margin-top: 0;
	margin-right: -20px;
	margin-left: -20px;
  }
	


  .item-template-clbh-a .detail_lead_text_color {
    font-size: 19px;
    line-height: 1.263579;
	}
	

  .item-template-clbh-a .detail_point_container {
    max-width: 100%;
    margin: 40px auto 0;
    padding: 40px 8px;
    box-sizing: border-box;
  }
  .item-template-clbh-a .detail_point_wrap {
    max-width: 100%;
  }
  .item-template-clbh-a .detail_point_item {
    padding: 40px 13px;
  }
  .item-template-clbh-a .detail_point_item + .detail_point_item {
    margin-top: 42px;
  }
  .item-template-clbh-a .item-detail.red .detail_point_num {
    font-size: 24px;
    padding: 5px 0;
    margin-bottom: 20px;
  }
  .item-template-clbh-a .detail_point_num span {
    font-size: 34px;
  }
  .item-template-clbh-a .detail_point_title {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
  }
  .item-template-clbh-a .point04 .detail_point_title sup:after {
    bottom: -15px;
  }

  .item-template-clbh-a .detail_point_item .txt {
    margin-bottom: 20px;
  }
  .item-template-clbh-a .ingredient_flex {
    gap: 15px 20px;
    max-width: 335px;
    margin: 0 auto 20px;
  }
  .item-template-clbh-a .ingredient_flex_item {
    width: 95px;
    height: 95px;
    font-size: 16px;
  }
  .item-template-clbh-a .detail_howto_container {
    margin: 75px 0;
  }
  .item-template-clbh-a .detail_howto_inner {
    max-width: 100%;
  }
  .item-template-clbh-a .detail_voice_container h2,
  .item-template-clbh-a .detail_howto_container h2 {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .item-template-clbh-a .detail_howto_container h2::after {
    width: 65px;
  }
  .item-template-clbh-a .detail_howto_box + .detail_howto_box {
    margin-top: 60px;
  }
  .item-template-clbh-a .detail_howto_box_step {
    font-size: 16px;
  }
  .item-template-clbh-a .detail_howto_box_step span {
    font-size: 24px;
  }
  .item-template-clbh-a .detail_howto_box_item {
    max-width: 100%;
    gap: 25px;
  }
  .item-template-clbh-a .detail_howto_box_item_img {
    width: 100px;
  }
  .item-template-clbh-a .detail_howto_box_item_right {
    width: calc(100% - 125px);
  }
  .item-template-clbh-a .detail_howto_box_item_right_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .item-template-clbh-a .detail_howto_box_item_right_text {
    font-size: 14px;
  }
	

	.item-template-clbh-a .point01 .image,
	.item-template-clbh-a .point02 .image,
	.item-template-clbh-a .point04 .image {
		width: 100%;
	}
	.item-template-clbh-a .point01 .image,
	.item-template-clbh-a .point02 .image {
		padding: 0 6%;
	}
	.item-template-clbh-a .point03 .image {
	  margin: -60px -13px -40px;
	}

	
	.item-template-clbh-a .txt_note_lead {
		max-width: none;
	}
	
	.item-template-clbh-a .detail_voice_container h2::after {
	  width: 50px;
	}
	.item-template-clbh-a .voice_flex_wrap {
		display: block;
	}
	.item-template-clbh-a .txt_note_voice {
		text-align: left;
	}
	.item-template-clbh-a .review {
		font-size: 3.7vw;
		padding: 30px 12px 20px;
	}
	.item-template-clbh-a .lined .border {
	  text-decoration-thickness: 3.4vw;
	  text-underline-offset: -3.1vw;
	}
	.item-template-clbh-a .lined {
	  line-height: 2;
	  background-image: repeating-linear-gradient(
		to bottom,
		transparent 0,
		transparent calc(1.9em - 1px),
		#e4e4e4 calc(1.9em - 1px),
		#e4e4e4 1.9em
	  );
	  background-size: 100% 2em;
	}
	.item-template-clbh-a .author {
		font-size: 3.4vw;
	}
}

/* スライダー調整 */
.item-template-clbh-a .item_new_detail_images_main .slick-slide:first-child img {
  margin-top: 125px;
  padding-left: 50px;
}
@media only screen and (max-width: 640px) {
  .item-template-clbh-a .item_new_detail_images_main .slick-slide:first-child img {
      margin-top: 100px;
      padding-left: 35px;
  }
}

/*クレンジングバームクリア（RN）商品詳細ページコーディング*/
.item-template-clbc-ex .item_new_detail_images_main .slick-slide:first-child img {
  margin-top: 125px;
  padding-left: 50px;
}
.item-template-clbc-ex .subsc-banner .subsc-banner_img-area img {
  transform: scale(0.9);
}
.item-detail.yellow .detail_point_num {
  background-color: #FDB80F;
}
.item_new_detail.yellow .item_new_detail_cat {
  background: #FDB80F;
}
.item-template-clbc-ex .item-detail.yellow .txt_gold {
  color: #D7A74C;
}
.item-template-clbc-ex .point01 .detail_point_title,
.item-template-clbc-ex .point03 .detail_point_title {
  position: relative;
  margin-top: 66px;
}
.item-template-clbc-ex .point01 .detail_point_title::before,
.item-template-clbc-ex .point03 .detail_point_title::before {
  content: "";
  display: block;
  width: 118px;
  height: 48px;
  background-image: url('../img/item/powerup_black.png?v2');
  background-size: 100% 100%;
  position: absolute;
  top: -40px;
  left: 5px;
  z-index: 2;
}
.item-template-clbc-ex .point01 .detail_point_title::before {
  left: 84px;
}
.item-template-clbc-ex .point03 .detail_point_title::before {
  left: 0;
}
.item-template-clbc-ex .detail_lead_inner .detail_lead_img01 {
  max-width: 603px;
  position: relative;
  left: 55%;
  transform: translateX(-50%);
}
.item-template-clbc-ex .detail_lead_inner .detail_lead_txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
  text-align: center;
  margin: 25px 0 14px;
}
.item-template-clbc-ex .detail_lead_inner .detail_lead_txt .txt_gold {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.357;
}
.item-template-clbc-ex .detail_lead_inner .detail_lead_txt + .txt_note {
  max-width: 735px;
  margin: 0 auto;
}
.item-template-clbc-ex .detail_lead_inner .detail_lead_gold_box {
  display: block;
  width: 100%;
  border: solid 1px #D7A74C;
  padding: 50px 25px 16px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  max-width: 720px;
  margin: 76px auto 97px;
}
.item-template-clbc-ex .detail_lead_inner .detail_lead_gold_box_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
  padding: 6px 10px;
  background-color: #D7A74C;
  color: #ffffff;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  letter-spacing: 0;
  max-width: 345px;
  width: 100%;
}
.item-template-clbc-ex .detail_lead_inner .detail_lead_gold_box_title span {
  font-size: 24px;
  line-height: 1.375;
}
.item-template-clbc-ex .detail_lead_inner .detail_lead_gold_box .img01 {
  max-width: 479px;
  margin: 31px 0 24px;
  position: relative;
  left: 50%;
  transform: translateX(-53%);
}
.item-template-clbc-ex .detail_lead_inner .detail_lead_gold_box .txt_note {
  text-align: right;
}
.item-template-clbc-ex .detail_lead_inner .detail_step_wrap + .txt_note {
  text-align: right;
  max-width: 667px;
  margin: 47px auto 0;
}
.item-template-clbc-ex .point01 .detail_point_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.778;
  text-align: center;
  margin: 28px 0 36px;
}
.item-template-clbc-ex .point01 .img_flex {
  max-width: 501px;
}
.item-template-clbc-ex .point01 .img_flex_wrap {
  gap: 0 40px;
}
.item-template-clbc-ex .point01 .img_flex_item {
  max-width: 230px;
}
.item-template-clbc-ex .point01 .img_flex_item:first-child::before,
.item-template-clbc-ex .point01 .img_flex_item:first-child::after {
  content: none;
}
.item-template-clbc-ex .point01 .img_flex .txt_note {
  text-align: right;
  margin-top: 3px;
}
.item-template-clbc-ex .point02 .detail_point_title .underline-wrap {
  background: linear-gradient(to bottom, transparent 34%, #FFF2BA 34%, #FFF2BA 100%);
  display: inline;
}
.item-template-clbc-ex .point02 .detail_point_step {
  border: 1px solid #D7A74C;
  background-color: #FFFCF5;
  padding: 57px 49px 27px;
}
.item-template-clbc-ex .point02 .detail_point_step + .detail_point_step {
  margin-top: 33px;
}
.item-template-clbc-ex .point02 .detail_point_step_border {
  border-top: 1px solid #D7A74C;
  position: relative;
}
.item-template-clbc-ex .point02 .detail_point_step_num {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  margin-bottom: 20px;
  line-height: 1.75;
  color: #D7A74C;
  font-size: 14px;
  display: block;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: 500;
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 11px;
}
.item-template-clbc-ex .point02 .detail_point_step_num::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 41px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.item-template-clbc-ex .point02 .detail_point_step_num span {
  font-size: 34px;
  letter-spacing: 0.08em;
  display: block;
  margin-top: -12px;
}
.item-template-clbc-ex .point02 .detail_point_step_title {
  font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  color: #D7A74C;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-top: 47px;
}
.item-template-clbc-ex .point02 .detail_point_step_txt {
  font-weight: 500;
  line-height: 2.25;
  text-align: center;
  margin-top: 13px;
}
.item-template-clbc-ex .point02 .detail_point_step .img01 {
  max-width: 400px;
  margin: 35px auto 0;
}
.item-template-clbc-ex .point02 .detail_point_step_box {
  display: block;
  width: 100%;
  background-color: #FCF4E0;
  box-sizing: border-box;
  position: relative;
  margin: 56px 0 18px;
  padding: 37px 10px 10px;
}
.item-template-clbc-ex .point02 .detail_point_step_box_title {
  color: #fff;
  font-weight: 500;
  line-height: 1.875;
  max-width: 270px;
  width: 100%;
  padding: 1px 10px;
  display: inline-block;
  text-align: center;
  background-color: #D7A74C;
  box-sizing: border-box;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  top: -16px;
  transform: translateX(-50%);
}
.item-template-clbc-ex .point02 .detail_point_step_box .img_flex {
  margin-bottom: 0;
}
.item-template-clbc-ex .point02 .detail_point_step_box .img_flex_wrap {
  align-items: flex-start;
  gap: 0 35px;
}
.item-template-clbc-ex .point02 .detail_point_step_box .img_flex_item {
  max-width: 148px;
  text-align: center;
}
.item-template-clbc-ex .point02 .detail_point_step_box .img_flex_item .new {
  position: relative;
  left: -10px;
}
.item-template-clbc-ex .point02 .detail_point_step_box .img_flex_item .img_flex_item_image {
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
}
.item-template-clbc-ex .point02 .detail_point_step_box .img_flex_item:first-child::before,
.item-template-clbc-ex .point02 .detail_point_step_box .img_flex_item:first-child::after {
  content: none;
}
.item-template-clbc-ex .point02 .detail_point_step_box .img_flex_item span {
  display: inline;
  color: #fff;
  font-size: 15px;
  line-height: 1.733;
  background-color: #D7A74C;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 1px 10px;
}
.item-template-clbc-ex .point02 .detail_point_step .txt {
  font-weight: 500;
  text-align: center;
}
.item-template-clbc-ex .point02 .detail_point_step.step02 .img01 {
  max-width: 384px;
}
.item-template-clbc-ex .point02 .detail_point_step.step02 .detail_point_step_box {
  margin: 56px 0 36px;
  padding: 19px 10px 10px;
}
.item-template-clbc-ex .point02 .detail_point_step.step02 .detail_point_step_box_title {
  max-width: 178px;
}
.item-template-clbc-ex .point02 .detail_point_step.step03 .img01 {
  max-width: 256px;
  margin: -5px auto 18px;
}
.item-template-clbc-ex .point02 .detail_point_step.step03 .img01 .txt_note {
  text-align: right;
  margin-top: 3px;
}
.item-template-clbc-ex .point02 .detail_point_step.step03 .detail_point_step_box_title {
  max-width: 210px;
}
.item-template-clbc-ex .point02 .detail_point_step.step03 .detail_point_step_box .img_flex_item {
  max-width: 154px;
}
.item-template-clbc-ex .point02 .detail_point_step.step03 .detail_point_step_box .img_flex_item:last-child img {
  margin-top: 16px;
}
.item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.875;
  max-width: 270px;
  width: 100%;
  padding: 1px 10px;
  text-align: center;
  background-color: #D7A74C;
  box-sizing: border-box;
  border-radius: 50px;
  margin: 37px auto 0;
}
.item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_wrap {
  position: relative;
  min-height: 410px;
  margin: 36px 0 54px;
}
.item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group {
  position: absolute;
  max-width: 120px;
  text-align: center;
}
.item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group.group01 {
  bottom: 0;
  left: -5%;
}
.item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group.group02 {
  top: 45px;
  left: 4%;
}
.item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group.group03 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group.group04 {
  top: 56px;
  right: 4%;
}
.item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group.group05 {
  bottom: 5px;
  right: -6%;
}
.item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group.group06 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 181px;
}
.item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group .new {
  display: inline-block;
  position: relative;
  top: 8px;
}
.item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group .img {
  margin-top: 6px;
}
.item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.429;
}
.item-template-clbc-ex .point03 .img01 {
  width: 500px;
  margin-left: 73px;
  margin-right: -43px;
  margin-bottom: 40px;
}
.item-template-clbc-ex .point03 .img01 .detail_point_img_title {
  margin: 0 auto 5px;
}
.item-template-clbc-ex .point03 .img01 .detail_point_img_title p {
  text-align: center;
  font-size: 18px;
  font-weight: 505;
  line-height: 1;
  padding: 10px 15px;
  border: solid 1px #251E1C;
  display: inline-block;
  margin-left: 25px;
}
.item-template-clbc-ex .item-detail .c-recommend-block {
  margin-top: 120px;
}
@media only screen and (max-width: 800px) {
  .item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group {
    max-width: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .item-template-clbc-ex .item_new_detail_images_main .slick-slide:first-child img {
    margin-top: 100px;
    padding-left: 35px;
  }
  .item-template-clbc-ex .detail_lead_inner .detail_lead_img01 {
    max-width: none;
  }
  .item-template-clbc-ex .detail_lead_inner .detail_lead_txt {
    font-size: 14px;
    line-height: 1.714;
    margin-top: -8px;
  }
  .item-template-clbc-ex .detail_lead_inner .detail_lead_txt .txt_gold {
    font-size: 19px;
    line-height: 1.263;
  }
  .item-template-clbc-ex .detail_lead_inner .detail_lead_txt + .txt_note {
    margin-left: 43px;
  }
  .item-template-clbc-ex .detail_lead_inner .detail_lead_gold_box {
    margin: 58px auto 39px;
    padding: 59px 26px 16px 25px;
  }
  .item-template-clbc-ex .detail_lead_inner .detail_lead_gold_box_title {
    font-size: 14px;
    line-height: 1.464;
    top: -27px;
    max-width: 232px;
    padding: 3px 5px;
  }
  .item-template-clbc-ex .detail_lead_inner .detail_lead_gold_box_title span {
    font-size: 17px;
    line-height: 1.206;
  }
  .item-template-clbc-ex .detail_lead_inner .detail_lead_gold_box .img01 {
    max-width: none;
    position: static;
    transform: none;
    margin: 0 0 24px;
  }
  .item-template-clbc-ex .point01 .detail_point_title::before {
    left: calc(50% - 95px);
    transform: translateX(-50%);
  }
  .item-template-clbc-ex .detail_lead_inner .detail_step_wrap + .txt_note {
    max-width: none;
    margin: 17px auto 0;
  }
  .item-template-clbc-ex .point01 .detail_point_text {
    font-size: 14px;
    line-height: 1.786;
  }
  .item-template-clbc-ex .point01 .img_flex_wrap {
    gap: 0 20px;
  }
  .item-template-clbc-ex .point01 .img_flex_item {
    max-width: 124px;
  }
  .item-template-clbc-ex .point01 .img_flex .txt_note {
    max-width: 268px;
    margin: 3px auto 0;
  }
  .item-template-clbc-ex .point02 .detail_point_step {
    padding: 40px 16px 14px;
  }
  .item-template-clbc-ex .point02 .detail_point_step_num {
    font-size: 12px;
    top: -31px;
  }
  .item-template-clbc-ex .point02 .detail_point_step_num::before {
    top: 30px;
  }
  .item-template-clbc-ex .point02 .detail_point_step_num span {
    font-size: 30px;
  }
  .item-template-clbc-ex .point02 .detail_point_step_title {
    font-size: 22px;
    line-height: 0.818;
    margin-top: 32px;
  }
  .item-template-clbc-ex .point02 .detail_point_step_txt {
    margin-top: 8px;
  }
  .item-template-clbc-ex .point02 .detail_point_step .img01 {
    margin: 40px auto 0;
  }
  .item-template-clbc-ex .point02 .detail_point_step_box {
    margin: 26px 0 11px;
    padding: 24px 24px 12px;
  }
  .item-template-clbc-ex .point02 .detail_point_step + .detail_point_step {
    margin-top: 22px;
  }
  .item-template-clbc-ex .point02 .detail_point_step_box_title {
    font-size: 13px;
    line-height: 1.154;
    max-width: 200px;
    top: -10px;
  }
  .item-template-clbc-ex .point02 .detail_point_step_box .img_flex_wrap {
    gap: 0 20px;
  }
  .item-template-clbc-ex .point02 .detail_point_step_box .img_flex_item {
    max-width: 125px;
  }
  .item-template-clbc-ex .point02 .detail_point_step_box .img_flex_item .img_flex_item_image {
    display: block;
    max-width: 88px;
  }
  .item-template-clbc-ex .point02 .detail_point_step_box .img_flex_item .new {
    left: -5px;
  }
  .item-template-clbc-ex .point02 .detail_point_step_box .img_flex_item span {
    font-size: 13px;
    line-height: 1.995;
    padding: 3px 6px;
    letter-spacing: -0.08em;
  }
  .item-template-clbc-ex .point02 .detail_point_step.step02 .img01 {
    max-width: 268px;
    margin-top: 20px;
  }
  .item-template-clbc-ex .point02 .detail_point_step.step02 .detail_point_step_box {
    margin: 31px 0 24px;
    padding: 13px 10px 12px;
  }
  .item-template-clbc-ex .point02 .detail_point_step.step02 .detail_point_step_box_title {
    max-width: 143px;
  }
  .item-template-clbc-ex .point02 .detail_point_step.step03 .img01 {
    max-width: 174px;
    margin: 0 auto 23px;
  }
  .item-template-clbc-ex .point02 .detail_point_step.step03 .detail_point_step_box {
    margin-top: 38px;
    padding: 24px 10px 12px;
  }
  .item-template-clbc-ex .point02 .detail_point_step.step03 .detail_point_step_box_title {
    max-width: 150px;
  }
  .item-template-clbc-ex .point02 .detail_point_step.step03 .detail_point_step_box .img_flex_item {
    max-width: 175px;
  }
  .item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_title {
    font-size: 13px;
    line-height: 0.741;
    max-width: 190px;
    padding: 5px 10px;
    margin: 21px auto 0;
  }
  .item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_wrap {
    margin: 33px 0 53px;
    min-height: 282px;
  }
  .item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group {
    max-width: 88px;
  }
  .item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group p {
    font-size: 13px;
    line-height: 1;
    letter-spacing: -0.08ex;
  }
  .item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group .new {
    width: 34px;
    top: 11px;
    left: 2px;
  }
  .item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group .img {
    width: 80px;
    margin-top: 3px;
  }
  .item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group.group01 {
    bottom: -7px;
    left: calc(50% - 153px);
  }
  .item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group.group02 {
    top: 33px;
    left: calc(50% - 137px);
  }
  .item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group.group04 {
    top: 44px;
    right: calc(50% - 138px);
  }
  .item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group.group05 {
    bottom: -8px;
    right: calc(50% - 151px);
  }
  .item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group.group06 {
    max-width: 120px;
  }
  .item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group.group06 .img {
    width: 100%;
  }
  .item-template-clbc-ex .point03 .detail_point_title::before {
    top: -40px;
    left: calc(50% - 85px);
    transform: translateX(-50%);
  }
  .item-template-clbc-ex .point03 .detail_point_title .border .num::before {
    bottom: 2px;
    left: 0;
  }
  .item-template-clbc-ex .point03 .img01 {
    width: 100%;
    max-width: 335px;
    margin: 0 auto 20px;
  }
  .item-template-clbc-ex .point03 .img01 .detail_point_img_title {
    margin: 0 auto 7px;
    text-align: center;
  }
  .item-template-clbc-ex .point03 .img01 .detail_point_img_title p {
    font-size: 16px;
    margin-left: 0;
  }
  .item-template-clbc-ex .item-detail .c-recommend-block {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 374px) {
  .item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_wrap {
    min-height: 232px;
  }
  .item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group .img {
    width: 60px;
  }
  .item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group.group01 {
    left: -8px;
  }
  .item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group.group02 {
    top: 30px;
    left: 10px;
  }
  .item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group.group04 {
    right: 10px;
  }
  .item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group.group05 {
    right: -11px;
  }
  .item-template-clbc-ex .point02 .detail_point_step.step04 .detail_kinds_group.group06 {
    max-width: 100px;
  }
}
/* スペース調整 */
.item-template-clbc-ex .point02 .detail_point_step_box .img_flex_item span.ls {
  letter-spacing: -0.02em;
}

/* 4/23公開：【DUO】「クレンジングバーム クリア」リニューアル伴う更新 */
.c-cleansing-balm-block li.yellow .release_date_icon,
.campaign-first .c-item-list li.yellow .release_date_icon,
.lineup-item-block .c-item-list li#item-list-clbc-ex .release_date_icon {
  background: #FDB80F;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 4px 8px;
  text-align: center;
  position: absolute;
  top: 3%;
  left: 7%;
}
.c-item-list li.yellow .c-cat,
.c-item-list li.yellow .box {
  background: #FDB80F;
}
.step .step-block .all-step-wrap .step-group .step-content .step-content-item .category-hdg.color4 {
  background: #FDB80F;
}
.cleansing_balm_intro.clear .cleansing_balm_item_btn {
  color: #FABE00;
  background-color: #FFFFFF;
  border-color: #FABE00;
}
.cleansing_balm_intro.clear .cleansing_balm_item_btn:hover {
  color: #FFFFFF;
  background-color: #FABE00;
  border-color: #FFFFFF;
}
@media only screen and (max-width: 640px) {
  .c-cleansing-balm-block li.yellow .release_date_icon,
  .campaign-first .c-item-list li.yellow .release_date_icon,
  .lineup-item-block .c-item-list li#item-list-clbc-ex .release_date_icon {
      font-size: 12px;
      padding: 4px 4px;
      top: 3%;
      left: 6%;
  }
}


/* 20250514_watanabe appバナー差替え */
.c-footer .upper .bnr-wrap .bnr-list li .c-bnr {
  border-radius: 5px;
}
@media only screen and (min-width: 641px) {
  .c-footer .upper .bnr-wrap .bnr-list li {
      max-width: 271.25px;
  }
}

/* 20250514_watanabe クレンジングバームのPOINT色変更 */
.item-template-clbm-ex .item-detail.red .detail_point_num {
    background-color: #EFD1D2;
}
.item-template-clbm-ex .item-detail .detail_point_container .detail_point_num {
  color: #B60005;
}


/* 20250603_watanabe @cosmeエンブレムの設置 */
/*clbb-ex商品詳細*/
.item-template-clbb-ex .item_new_detail_images .slick-list {
  overflow: visible;
}
.item-template-clbb-ex .item_new_detail_images_main .slick-slide:first-child .emblem_icon_01 img{
  display: inline-block;
  width: 23%;
  position: absolute;
  top: 10%;
  left: 1%;
}
.item-template-clbb-ex .item_new_detail_images_main .slick-slide:first-child .emblem_icon_02 img{
  display: inline-block;
  width: 23%;
  position: absolute;
  top: 53%;
  left: 1%;
}
.item-template-clbb-ex .item_new_detail_images_main .slick-slide:first-child .emblem_icon_01 img, 
.item-template-clbb-ex .item_new_detail_images_main .slick-slide:first-child .emblem_icon_02 img {
  margin-top: 0;
  padding-left: 0;
}
@media only screen and (min-width: 641px) {
  .item-template-clbb-ex .item_new_detail_images_main .slick-slide:first-child img {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .item-template-clbb-ex .item_new_detail_images_main .slick-slide:first-child .emblem_icon_01 img {
    width: 17%;
    top: -2%;
    left: -3%;
  }
  .item-template-clbb-ex .item_new_detail_images_main .slick-slide:first-child .emblem_icon_02 img {
    display: inline-block;
    width: 17%;
    position: absolute;
    top: 36%;
    left: -3%;
  }
  .item-template-clbb-ex .item_new_detail_images_main .slick-slide:first-child img {
    padding-left: 52px;
  }
}

/*一覧*/
.lineup-item-block .c-item-list li#item-list-clbb-ex .emblem_icon_01 img {
  display: inline-block;
  width: 20%;
  position: absolute;
  top: 7%;
  left: 73%;
}
@media only screen and (max-width: 640px) {
  .lineup-item-block .c-item-list li#item-list-clbb-ex .emblem_icon_01 img {
    width: 22%;
    top: 5%;
    left: 74%;
  }
}

/*バーム比較表*/
#comparison-block .c-item-list.comparison li.black .emblem_icon_01 img {
  width: 20%;
  position: absolute;
  top: 7%;
  left: 4%;
}
@media only screen and (max-width: 640px) {
  #comparison-block .c-item-list.comparison li.black .emblem_icon_01 img {
    width: 18%;
    top: 5%;
    left: 10%;
  }
}

/*肌悩みに寄り添い５タイプ*/
.campaign-first .c-item-list.cart li.black  .emblem_icon_01 img {
  display: inline-block;
  width: 22%;
  position: absolute;
  top: 2%;
  left: 74%;
}
@media only screen and (max-width: 640px) {
  .campaign-first .c-item-list.cart li.black  .emblem_icon_01 img {
    top: 3%;
    left: 75%;
  }
}

/*バームの魅力*/
.home .c-cleansing-balm-block .cleansing_balm_intro.black .cleansing_balm_intro_img img.clbb-ex, 
.cleansing_balm .cleansing_balm_intro.black .cleansing_balm_intro_img img.clbb-ex {
  position: relative;
}
.home .cleansing_balm_intro.black .cleansing_balm_intro_img, 
.cleansing_balm .cleansing_balm_intro.black .cleansing_balm_intro_img {
  left: -68px;
}
.home .c-cleansing-balm-block .cleansing_balm_intro.black .cleansing_balm_intro_img .emblem_icon_01 img, 
.cleansing_balm .cleansing_balm_intro.black .cleansing_balm_intro_img .emblem_icon_01 img {
  display: inline-block;
  width: 15%;
  position: absolute;
  top: 13%;
  left: 87%;
}
@media only screen and (max-width: 640px) {
  .home .cleansing_balm_intro.black .cleansing_balm_intro_img, 
  .cleansing_balm .cleansing_balm_intro.black .cleansing_balm_intro_img {
    left: -34px;
  }
  .home .c-cleansing-balm-block .cleansing_balm_intro.black .cleansing_balm_intro_img .emblem_icon_01 img, 
  .cleansing_balm .cleansing_balm_intro.black .cleansing_balm_intro_img .emblem_icon_01 img {
    width: 20%;
    top: 9%;
    left: 89%;
  }
}


/* 20250604_watanabe バームのピックアップレビュー挿入余白調整 */
.cleansing_balm .top-review-block {
    padding-bottom: 0;
    padding-top: 100px;
}