@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&family=Outfit&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/* item color */
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
main,
main input,
main textarea,
main select,
main button {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
}

main {
  color: #414141;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-word;
}

main a {
  color: #414141;
  text-decoration: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
  margin-top: 76px;
}

.outer-block {
  min-width: 100%;
}

.inner-block {
  position: relative;
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
}

#wrapper {
  position: relative;
}

.ib {
  display: inline-block;
}

.c-en {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}

.c-min {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.js-img-bg {
  background: no-repeat center center/cover;
  width: 100%;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* --------------------------------
c-ttl
----------------------------------- */
.c-ttl01 {
  margin-bottom: 70px;
}
.c-ttl01 .en,
.c-ttl01 .ja {
  display: block;
}
.c-ttl01 .ja {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.025em;
  margin-top: 8px;
}
.c-ttl01 .en {
  font-size: 36px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
.c-ttl01.center {
  text-align: center;
}

.c-ttl02 {
  margin-bottom: 12px;
}
.c-ttl02 .en,
.c-ttl02 .jp {
  display: block;
}
.c-ttl02 .en {
  color: #969696;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 10px;
}
.c-ttl02 .ja {
  font-size: 24px;
  letter-spacing: 0.025em;
  line-height: 1.3;
}

.c-ttl03 {
  border-bottom: 1px solid #414141;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  padding-bottom: 25px;
  margin-top: 130px;
  margin-bottom: 35px;
}

.c-ttl04 {
  font-size: 24px;
  letter-spacing: 0.02em;
  margin-top: 53px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.c-ttl04::before {
  background: #414141;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.c-ttl04 .inn {
  background: #fff;
  padding-right: 20px;
}

.c-ttl05 {
  color: #b97d87;
  font-size: 24px;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
}
.c-ttl05::before {
  background: #b97d87;
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 0.6em);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}

.c-ttl-slash {
  text-align: center;
  color: #b97d87;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.02em;
  margin: 90px 0 25px;
}
.c-ttl-slash .inn {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.c-ttl-slash .inn::before,
.c-ttl-slash .inn::after {
  background: #b97d87;
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}
.c-ttl-slash .inn::before {
  left: 0;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.c-ttl-slash .inn::after {
  right: 0;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

/* --------------------------------
c-btn
----------------------------------- */
.btn-wrap {
  text-align: center;
  margin: auto;
}

.c-btn01 {
  background: #fff;
  border: 1px solid #b97d87;
  border-radius: 6px;
  color: #b97d87;
  display: inline-block;
  font-weight: bold;
  padding: 17px 50px 17px 20px;
  position: relative;
}
.c-btn01 .btn-txt {
  font-size: 15px;
  letter-spacing: -0.025em;
  text-align: left;
}
.c-btn01 .c-svg {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}
.c-btn01.item-btn {
  padding: 15px 20px 15px 65px;
}
.c-btn01.item-btn .btn-txt {
  text-align: center;
}
.c-btn01.item-btn .c-svg {
  position: absolute;
  left: 20px;
  right: inherit;
  top: 0;
  bottom: 0;
  margin: auto;
}

.subscription .c-btn01 {
  background: #b97d87;
  color: #fff;
}

.c-btn02 {
  border-bottom: 1px solid #414141;
  display: inline-block;
  padding-bottom: 4px;
  line-height: 1;
}
.c-btn02 .en,
.c-btn02 .c-svg {
  vertical-align: middle;
}
.c-btn02 .c-svg {
  margin-left: 15px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.c-btn02 .en {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

/* --------------------------------
c-parts
----------------------------------- */
sup,
.note {
  font-size: 10px !important;
}

/* c-pagetop */
.c-pagetop {
  z-index: 98;
  right: 0;
}
.c-pagetop a {
  background: #b97d87;
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 8px 0 0 8px;
}
.c-pagetop a::before {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  -webkit-transform: rotate(-135deg) translate3d(0, 0, 0);
  transform: rotate(-135deg) translate3d(0, 0, 0);
}

/* c-bg-bottom, c-bg-top */
.c-bg-bottom {
  position: relative;
}
.c-bg-bottom::before {
  background: repeat-x center center/1366px 40px;
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}

.c-bg-top {
  position: relative;
}
.c-bg-top::after {
  background: repeat-x center center/1366px 40px;
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}

/* c-cat */
.c-cat {
  background: #414141;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  min-width: 116px;
  text-align: center;
  padding: 4px 10px;
}

/* c-bnr */
.c-bnr {
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
}
.c-bnr .inn {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* c-bnr */
.c-movie {
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
  max-width: 780px;
  margin: auto;
}
.c-movie .inn {
  padding-top: 56%;
  position: relative;
}
.c-movie .mv_style_a2,
.c-movie iframe {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* c-lead-txt */
.c-lead-txt {
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 2;
  font-size: 20px;
}

/* aco */
.js-aco-btn {
  cursor: pointer;
}

.js-aco-wrap {
  display: none;
}

/* tab */
/* sp */
/* 404 */
.not-found {
  background: #e4d3d4;
  padding-top: 100px;
  padding-bottom: 100px;
}

.not-found-ttl {
  color: #796e69;
  text-align: center;
}
.not-found-ttl .num,
.not-found-ttl .en {
  display: block;
  line-height: 1;
}
.not-found-ttl .num {
  font-size: 100px;
  letter-spacing: 0.05em;
}
.not-found-ttl .en {
  font-size: 36px;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

.not-found-txt {
  color: #796e69;
  text-align: center;
  font-size: 22px;
  margin-top: 50px;
}

/* --------------------------------
c-table
----------------------------------- */
.c-table01 table {
  position: relative;
}
.c-table01 table::before {
  background: #e9e3df;
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 288px;
  margin: auto;
  z-index: 1;
}
.c-table01 tr {
  position: relative;
}
.c-table01 tr:last-child th::before,
.c-table01 tr:last-child td::before {
  background: transparent;
}
.c-table01 th,
.c-table01 td {
  background: #fff;
  vertical-align: middle;
  padding: 15px;
  position: relative;
}
.c-table01 th::before,
.c-table01 td::before {
  background: #e9e3df;
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 1px;
  position: absolute;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.c-table01 th::before {
  right: 0;
}
.c-table01 td {
  font-weight: 400;
  text-align: justify;
  letter-spacing: -0.06em;
  line-height: 1.6;
  padding: 15px 40px;
}
.c-table01 td::before {
  left: 0;
}

/* --------------------------------
c-item-detail
----------------------------------- */
.c-item-detail .ttl-wrap {
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
}
.c-item-detail .ttl-wrap::before {
  background: #969696;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.c-item-detail .detail-cat {
  border: 1px solid #b97d87;
  color: #b97d87;
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  padding: 1px 5px;
  margin-bottom: 20px;
}
.c-item-detail .sub-ttl {
  font-weight: 400;
  margin-top: 17px;
  line-height: 1.75;
}
.c-item-detail .detail-txt {
  font-weight: 400;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.c-item-detail .capacity {
  font-size: 14px;
}
.c-item-detail .box {
  margin-top: 20px;
  text-align: center;
}
.c-item-detail .box.subscription .price {
  color: #b97d87;
}
.c-item-detail .box .tag-list {
  margin-top: 3px;
  font-size: 0;
}
.c-item-detail .box .tag-list li {
  background: #e8d8dc;
  color: #b97d87;
  display: inline-block;
  font-size: 14px;
  padding: 0 8px;
  margin: 2px 3px 0;
}
.c-item-detail .box + .box {
  margin-top: 20px;
}
.c-item-detail .price {
  font-size: 18px;
  font-weight: 400;
}
.c-item-detail .price .num-txt {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}
.c-item-detail .c-btn01 {
  width: 100%;
  margin-top: 7px;
}
.c-item-detail .link {
  border-bottom: 1px solid #b97d87;
  color: #b97d87;
  display: inline-block;
  margin-top: 5px;
}
.c-item-detail .select-wrap .color-ttl {
  font-size: 18px;
  text-align: center;
  margin-bottom: 12px;
}
.c-item-detail .color-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;
  padding-bottom: 50px;
  position: relative;
}
.c-item-detail .color-list li {
  cursor: pointer;
}
.c-item-detail .color-list li + li {
  margin-left: 40px;
}
.c-item-detail .color-list li.is-active .balloon {
  opacity: 1;
}
.c-item-detail .color-list li.is-active .ico {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.c-item-detail .color-list li.is-active .ico::before {
  opacity: 1;
}
.c-item-detail .color-list li:nth-child(1) .balloon::before {
  left: 48px;
}
.c-item-detail .color-list li:nth-child(2) .balloon::before {
  right: 0;
  left: 0;
}
.c-item-detail .color-list li:nth-child(3) .balloon::before {
  right: 48px;
}
.c-item-detail .color-list .balloon {
  background: #be8f9a;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 1px 10px;
  text-align: center;
  width: 100%;
  opacity: 0;
}
.c-item-detail .color-list .balloon .inn {
  color: #fff;
  font-size: 17px;
}
.c-item-detail .color-list .balloon::before {
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #be8f9a transparent;
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  margin: auto;
}
.c-item-detail .color-list .ico {
  position: relative;
  z-index: 1;
}
.c-item-detail .color-list .ico::before {
  background: #be8f9a;
  border-radius: 50%;
  content: "";
  display: block;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -4px;
  right: -4px;
  margin: auto;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-item-detail .link-wrap {
  text-align: right;
}
.c-item-detail .txt-wrap > .btn-wrap:last-child {
  text-align: right;
  margin-top: 20px;
}

/* --------------------------------
c-faq-list
----------------------------------- */
.c-faq-list li {
  border-top: 1px solid #c8c8c8;
}
.c-faq-list li:last-child {
  border-bottom: 1px solid #c8c8c8;
}
.c-faq-list .q-wrap,
.c-faq-list .a-wrap {
  position: relative;
}
.c-faq-list .q-wrap .txt,
.c-faq-list .a-wrap .txt {
  font-weight: 400;
  line-height: 1.8;
}
.c-faq-list .q-wrap::before,
.c-faq-list .a-wrap::before {
  color: #b97d87;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  display: block;
  position: absolute;
  top: 38px;
  left: 20px;
  margin: auto;
}
.c-faq-list .q-wrap {
  padding: 40px 70px;
}
.c-faq-list .q-wrap::before {
  content: "Q.";
}
.c-faq-list .q-wrap .ico::before,
.c-faq-list .q-wrap .ico::after {
  background: #414141;
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-faq-list .q-wrap .ico::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-faq-list .q-wrap.is-active .ico::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.c-faq-list .a-wrap {
  background: #f4f1ef;
  padding: 40px 40px 40px 70px;
}
.c-faq-list .a-wrap::before {
  content: "A.";
}
.c-faq-list .txt:not(:first-child) {
  margin-top: 15px;
}
.c-faq-list .note {
  margin-top: 15px;
  line-height: 1.5;
}
.c-faq-list .customer-box {
  padding: 20px;
  background: #fff;
  margin-top: 20px;
}
.c-faq-list .customer-box .ttl {
  font-size: 16px;
  font-weight: bold;
}
.c-faq-list .customer-box .txt {
  font-size: 15px;
  margin-top: 6px;
}
.c-faq-list .tel-numb {
  display: block;
  color: #b97d87;
  margin-top: 8px;
}
.c-faq-list .tel-numb .numb {
  font-weight: bold;
  line-height: 1;
  font-size: 24px;
  padding-left: 40px;
  position: relative;
}
.c-faq-list .tel-numb .numb::after {
  background: url(../img/common/ico-tel.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 21px;
  position: absolute;
  width: 31px;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.c-faq-list .txt-link {
  text-decoration: underline;
}
.c-faq-list .c-link {
  text-align: right;
  margin-top: 10px;
}
.c-faq-list .c-link a {
  border-bottom: 1px solid #b97d87;
  font-size: 12px;
  padding: 6px 14px;
  display: block;
  position: relative;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
}
.c-faq-list .c-link a::before {
  content: "";
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  border-top: 1px solid #b97d87;
  border-right: 1px solid #b97d87;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-faq-list .img {
  margin-top: 19px;
}
.c-faq-list .mypage-step-ss-wrap {
  overflow-x: scroll;
  margin: 2rem 0;
}
.c-faq-list .mypage-step-ss-wrap td {
  vertical-align: top;
}
.c-faq-list .mypage-step-ss-wrap .mypage-step-ss {
  width: 100%;
  border-collapse: collapse;
}

/* --------------------------------
c-under-mv
----------------------------------- */
.c-under-mv-block {
  position: relative;
  z-index: 1;
}
.c-under-mv-block::after {
  background: url(/assets/images/clayence/c-under-bg.jpg) no-repeat center center/cover;
  content: "";
  display: block;
  position: fixed;
  top: 76px;
  left: 0;
  width: 100%;
  height: 332px;
  z-index: -1;
}
.c-under-mv-block .inner-block {
  padding: 120px 0 95px;
}
.c-under-mv-block .c-ttl01 {
  text-align: center;
  margin-bottom: 0;
}
.c-under-mv-block .c-ttl01 .en {
  color: #b97d87;
  font-size: 32px;
}
.c-under-mv-block .c-ttl01 .ja {
  font-size: 20px;
  margin-top: 53px;
}
.c-under-mv-block::before {
  background-image: url(/assets/images/clayence/bg-white-bottom.png);
  bottom: 0;
}

/* --------------------------------
c-pager
----------------------------------- */
.paging-area {
  max-width: 840px;
  margin: 40px auto 98px;
  min-height: 134px;
  position: relative;
  padding: 0 20px;
}
.paging-area .page-numbers {
  border: 1px solid #b97d87;
  border-radius: 6px;
  color: #b97d87;
  font-size: 18px;
  min-width: 220px;
  display: inline-block;
  padding: 17px 20px;
  position: absolute;
}
.paging-area .page-numbers .c-svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition:
    left 0.3s ease-in-out,
    right 0.3s ease-in-out;
  transition:
    left 0.3s ease-in-out,
    right 0.3s ease-in-out;
}
.paging-area .page-numbers.prev {
  text-align: right;
  left: 0;
}
.paging-area .page-numbers.prev .c-svg {
  left: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.paging-area .page-numbers.next {
  text-align: left;
  margin-left: auto;
  right: 0;
}
.paging-area .page-numbers.next .c-svg {
  right: 20px;
}
.paging-area .back-btn {
  font-size: 18px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 98px auto 0;
  max-width: 76px;
  padding-bottom: 10px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.paging-area .back-btn::before {
  background: #414141;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* --------------------------------
c-review-paging-area
----------------------------------- */
.c-review-paging-area {
  clear: both;
  margin: 60px auto 0;
  position: relative;
  text-align: center;
}
.c-review-paging-area .page-numbers {
  border: 1px solid #b97d87;
  border-radius: 5px;
  color: #b97d87;
  display: inline-block;
  font-weight: bold;
  line-height: 38px;
  margin: 0 7px;
  text-align: center;
  width: 64px;
  height: 40px;
  vertical-align: middle;
}
.c-review-paging-area .page-numbers.current {
  background: #eee2e5;
  border-color: #eee2e5;
  color: #b97d87;
}
.c-review-paging-area .page-numbers.dots {
  border: none;
  width: auto;
  margin: 0 10px;
}
.c-review-paging-area .page-numbers.dots .dot {
  background: #414141;
  border-radius: 50%;
  display: inline-block;
  width: 3px;
  height: 3px;
  vertical-align: middle;
}
.c-review-paging-area .page-numbers.next,
.c-review-paging-area .page-numbers.prev {
  position: relative;
}
.c-review-paging-area .page-numbers.next::before,
.c-review-paging-area .page-numbers.prev::before {
  background: url(../img/common/ico-arrow-right02.svg) no-repeat center center/cover;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 16px;
  height: 5px;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-review-paging-area .page-numbers.prev::before {
  -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
  transform: rotate(180deg) translate3d(0, 0, 0);
}

/* --------------------------------
c-info-page-more
----------------------------------- */
.c-info-page-more {
  text-align: center;
  margin-top: 55px;
}
.c-info-page-more a,
.c-info-page-more button {
  font-size: 18px;
  color: #414141;
  position: relative;
  padding-bottom: 13px;
}
.c-info-page-more a::after,
.c-info-page-more button::after {
  content: "";
  height: 1px;
  width: 116%;
  background-color: #414141;
  position: absolute;
  bottom: 0;
  left: -8%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* --------------------------------
c-star-rating
----------------------------------- */
.c-star-rating {
  color: #c8c8c8;
  display: inline-block;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.c-star-rating::before,
.c-star-rating::after {
  content: "★★★★★";
}
.c-star-rating::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffac00;
}

.c-star-rating[data-rate="5"]::after {
  width: 100%;
}

.c-star-rating[data-rate="4.5"]::after {
  width: 90%;
}

.c-star-rating[data-rate="4"]::after {
  width: 80%;
}

.c-star-rating[data-rate="3.5"]::after {
  width: 70%;
}

.c-star-rating[data-rate="3"]::after {
  width: 60%;
}

.c-star-rating[data-rate="2.5"]::after {
  width: 50%;
}

.c-star-rating[data-rate="2"]::after {
  width: 40%;
}

.c-star-rating[data-rate="1.5"]::after {
  width: 30%;
}

.c-star-rating[data-rate="1"]::after {
  width: 20%;
}

.c-star-rating[data-rate="0.5"]::after {
  width: 10%;
}

.c-star-rating[data-rate="0"]::after {
  width: 0%;
}

#total-rating {
  margin-top: 15px;
}
#total-rating a {
  margin-left: 6px;
  text-decoration: underline;
}

/* --------------------------------
c-subscription-block
----------------------------------- */
.c-subscription-block {
  padding-top: 110px;
}
.c-subscription-block .inner-block {
  max-width: 1200px !important;
}
.c-subscription-block .head {
  background: #af9696;
  border-radius: 10px 10px 0 0;
  line-height: 1.4;
  padding: 7px 160px;
  position: relative;
  text-align: center;
}
.c-subscription-block .head .ttl {
  color: #fff;
  font-size: 32px;
  letter-spacing: 0.1em;
}
.c-subscription-block .head .ttl .num-txt {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
.c-subscription-block .head .ribbon {
  position: absolute;
  left: -8px;
  top: -8px;
}
.c-subscription-block .body {
  background: #f4f1ef;
  border-radius: 0 0 10px 10px;
  padding: 35px 0;
}
.c-subscription-block .txt-area .item-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-subscription-block .txt-area .item-ttl,
.c-subscription-block .txt-area .capacity {
  padding-left: 145px;
}
.c-subscription-block .txt-area .item-ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
.c-subscription-block .txt-area .capacity {
  font-size: 14px;
  line-height: 1.4;
}
.c-subscription-block .txt-area .item-price {
  margin-top: 13px;
  position: relative;
}
.c-subscription-block .txt-area .item-price .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 104px;
  height: 246px;
  z-index: 2;
}
.c-subscription-block .txt-area .item-price .img img {
  width: 100%;
}
.c-subscription-block .txt-area .item-price .arrow {
  background: #b97d87;
  color: #fff;
  height: 110px;
  padding: 15px 25px 10px 100px;
  position: relative;
  margin-left: 40px;
  text-align: center;
}
.c-subscription-block .txt-area .item-price .arrow::before {
  border-style: solid;
  border-width: 55px 0 55px 28px;
  border-color: transparent transparent transparent #b97d87;
  content: "";
  display: block;
  width: 28px;
  height: 110px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 100%;
  margin: auto;
}
.c-subscription-block .txt-area .item-price .arrow .txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.c-subscription-block .txt-area .item-price .arrow .price {
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.025em;
}
.c-subscription-block .txt-area .item-price .arrow .price .num-txt {
  font-size: 64px;
  line-height: 1;
}
.c-subscription-block .txt-area .item-price .arrow .price .small {
  font-size: 24px;
}
.c-subscription-block .txt-area .discount {
  margin-left: 50px;
}
.c-subscription-block .txt-area .discount .txt {
  font-size: 20px;
  line-height: 1;
}
.c-subscription-block .txt-area .discount .price {
  color: #b97d87;
  font-weight: bold;
  line-height: 1;
  font-size: 28px;
}
.c-subscription-block .txt-area .discount .price .num-txt {
  font-size: 60px;
  line-height: 1;
}
.c-subscription-block .txt-area .discount .price .small {
  font-size: 20px;
}
.c-subscription-block .txt-area .discount .sub-txt {
  font-size: 14px;
  margin-top: 10px;
}
.c-subscription-block .txt-area .list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 15px;
}
.c-subscription-block .txt-area .list-wrap .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-subscription-block .txt-area .list-wrap .list li {
  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;
  padding: 0 15px;
}
.c-subscription-block .txt-area .list-wrap .list li .ico {
  width: 37px;
}
.c-subscription-block .txt-area .list-wrap .list li .txt {
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  padding-left: 8px;
  width: calc(100% - 37px);
}
.c-subscription-block .txt-area .list-wrap .link-txt {
  color: #414141;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
  text-decoration: underline;
}
.c-subscription-block .txt-area .notice-wrap {
  margin-top: 40px;
}
.c-subscription-block .txt-area .notice-wrap a {
  text-decoration: underline;
}
.c-subscription-block .txt-area .notice-txt {
  color: #93847d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
}
.c-subscription-block .txt-area .notice-txt .pink {
  color: #b97d87;
}
.c-subscription-block .txt-area .indent::first-letter {
  margin-left: -0.5em;
}
.c-subscription-block .btn-area .ttl-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-subscription-block .btn-area .ttl-wrap .ico {
  width: 48px;
  height: 48px;
}
.c-subscription-block .btn-area .ttl-wrap .inn {
  padding-left: 12px;
  position: relative;
  width: calc(100% - 48px);
}
.c-subscription-block .btn-area .ttl-wrap .inn .ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.c-subscription-block .btn-area .ttl-wrap .inn .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
.c-subscription-block .btn-area .ttl-wrap .inn .tag {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #af9696;
  color: #af9696;
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.05em;
  padding: 2px 4px;
  position: absolute;
  top: 0;
  right: 0;
}
.c-subscription-block .btn-area .btn-wrap {
  margin-top: 13px;
}
.c-subscription-block .btn-area .c-btn01 {
  width: 100%;
}
.c-subscription-block .btn-area .c-btn01.item-btn {
  padding-top: 6px;
  padding-bottom: 6px;
}
.c-subscription-block .btn-area .c-btn01.item-btn .btn-txt {
  font-size: 16px;
}

/* --------------------------------
sp-foot-area
----------------------------------- */
.sp-foot-area.is-hide,
.c-pagetop.is-hide {
  display: none !important;
}

.sp-foot-area {
  background: #eee2e5;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.4);
  padding: 12px 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 97;
}
.sp-foot-area .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sp-foot-area .box {
  width: calc((100% - 20px) / 2);
}
.sp-foot-area .box + .box {
  margin-left: 20px;
}
.sp-foot-area .box.subscription .price {
  color: #b97d87;
}
.sp-foot-area .capacity {
  font-size: 10px;
  margin-bottom: 4px;
  font-weight: 400;
}
.sp-foot-area .price {
  font-size: 10px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.sp-foot-area .price .bold {
  font-weight: bold;
}
.sp-foot-area .price .num-txt {
  line-height: 1;
  font-size: 24px;
}
.sp-foot-area .c-btn01.item-btn {
  padding: 10px 20px 10px 45px;
}
.sp-foot-area .c-btn01.item-btn .btn-txt {
  font-size: 12px;
}
.sp-foot-area .c-btn01.item-btn .c-svg {
  left: 13px;
}
.sp-foot-area .tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sp-foot-area .tag-list li {
  background: #fff;
  color: #b97d87;
  font-size: 8px;
  padding: 1px 3px;
  margin: 6px 6px 0 0;
}

/* --------------------------------
js-cart-count
----------------------------------- */
.js-cart-count {
  background-color: #dfefdb;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-size: 10px;
  height: 20px;
  line-height: 1;
  padding: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home {
  position: relative;
  z-index: 1;
}
.home::before {
  background: url(../img/home/bg-campaign.jpg) no-repeat center center/cover;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: -1;
}

.mv-block {
  background: url(../img/home/mv-bg-clay.jpg) no-repeat center center/cover;
  height: 580px;
}
.mv-block .inner-block {
  height: 100%;
  max-width: 1160px;
  position: relative;
}
.mv-block .mv-ttl img,
.mv-block .mv-logo img,
.mv-block .mv-txt img {
  width: 100%;
}
.mv-block .mv-ttl {
  position: absolute;
  margin: auto;
  text-align: center;
}
.mv-block .mv-logo {
  position: absolute;
  margin: auto;
  -webkit-filter: drop-shadow(0 0 14px #632505);
  filter: drop-shadow(0 0 14px #632505);
}
.mv-block .mv-txt {
  position: absolute;
  margin: auto;
}

.news-media-block {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.top-campaign-block {
  background: #e3d7d7;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 30px;
}
.news-media-block.c-bg-bottom::before,
.top-campaign-block.c-bg-bottom::before {
  background-image: url(/assets/images/clayence/bg-pink-bottom.png);
}
.news-media-block .c-ttl01 {
  margin-bottom: 30px;
}
.news-media-block .item .cat-wrap .date {
  color: #7d7d7d;
  display: inline-block;
  font-size: 14px;
  margin-left: 35px;
}
.news-media-block .item .txt {
  font-weight: 400;
  margin-top: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news-media-block .btn-wrap {
  text-align: right;
  margin-top: 15px;
}

.campaign-block {
  padding-top: 100px;
}
.campaign-block .bnr-wrap {
  position: relative;
}
.campaign-block .bnr-wrap .c-ttl01 {
  margin-bottom: 30px;
}
.campaign-block .bnr-wrap .c-bnr .inn {
  height: 100%;
}
.campaign-block .bnr-wrap .txt {
  letter-spacing: 0.025em;
  line-height: 1.75;
}
.campaign-block .btn-wrap {
  text-align: right;
  margin-top: 10px;
}
.campaign-block .about-area {
  max-width: 1326px;
  width: 100%;
  margin-top: 75px;
  background: url(../img/home/about-bg.png) no-repeat top left/cover;
}
.campaign-block .about-area .inner-block {
  max-width: 1030px;
  padding-top: 80px;
}
.campaign-block .about-area .ttl {
  margin-bottom: 50px;
}
.campaign-block .about-area .txt {
  font-weight: 400;
  line-height: 2;
}
.campaign-block .about-area .btn-wrap {
  margin-top: 45px;
}

.product-block {
  background: #e5dfdb;
  padding-top: 140px;
  padding-bottom: 140px;
}
.product-block.column-to-block {
  padding-top: 0;
}

.product-block .c-ttl01 {
  margin-bottom: 55px;
}
.product-block.c-bg-top::after {
  background-image: url(../img/common/bg-brown-top.png);
}
.product-block.c-bg-bottom::before {
  background-image: url(../img/common/bg-brown-bottom.png);
}
.product-block .treatment-wrap {
  overflow: hidden;
}
.product-block .treatment-area {
  max-width: 1287px;
  margin-top: 25px;
  width: 100%;
  background: url(../img/home/product-bg.png) no-repeat top right/cover;
}
.product-block .treatment-area .inner-block {
  max-width: 950px;
  padding-top: 140px;
  padding-bottom: 15px;
}
.product-block .treatment-area .inner-block .img-wrap {
  margin-left: auto;
}
.product-block .treatment-area .inner-block .img-wrap .color-img-list li {
  position: relative;
}
.product-block .treatment-area .inner-block .img-wrap .color-img-list .balloon {
  color: #b97d87;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  margin: auto;
  text-align: center;
}
.product-block .treatment-area .inner-block .img-wrap .color-img-list .balloon::before {
  left: 5px;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.product-block .treatment-area .inner-block .img-wrap .color-img-list .balloon::after {
  right: 5px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.product-block .treatment-area .inner-block .img-wrap .color-img-list .detail {
  color: #fff;
  padding: 8px 15px 10px;
}
.product-block .treatment-area .inner-block .img-wrap .color-img-list .detail.camel {
  background: #985123;
}
.product-block .treatment-area .inner-block .img-wrap .color-img-list .detail.mocha {
  background: #7a3f1a;
}
.product-block .treatment-area .inner-block .img-wrap .color-img-list .detail.ash {
  background: #371d0b;
}
.product-block .treatment-area .inner-block .img-wrap .color-img-list .detail .txt {
  font-size: 14px;
  line-height: 1.4;
}
.product-block .treatment-area .inner-block .txt-wrap > .btn-wrap {
  margin-top: 25px;
  text-align: right;
  margin-right: 10px;
}
.product-block .item-archive-area {
  margin-top: 60px;
}
.product-block .item-archive-area .item-box {
  position: relative;
}
.product-block .item-archive-area .item-box .tag-list li {
  background: #fff;
}
.product-block .item-archive-area .item-box .img-wrap {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: center;
}
.product-block .item-archive-area .item-box .btn-wrap {
  text-align: right;
}
.product-block .item-archive-area .txt-wrap {
  min-width: 257px;
}
.product-block .note-box {
  margin-top: 75px;
}
.product-block .note-box .note {
  letter-spacing: 0.025em;
  line-height: 1.3;
}
.product-block .note-box .note.indent::first-letter {
  margin-left: -0.5em;
}
.product-block .note-box .note + .note {
  margin-top: 14px;
}
.product-block .note-box .note.border {
  border: 1px solid #414141;
  padding: 10px 15px;
}
.product-block .note-box .note a {
  text-decoration: underline;
}
.product-block .note-box .note .pink {
  color: #b97d87;
}

.how-to-block {
  padding-top: 140px;
  padding-bottom: 140px;
}
.how-to-block .c-movie {
  margin-top: 55px;
}

.faq-block {
  background: #fff;
  padding-top: 135px;
  padding-bottom: 135px;
}
.faq-block.c-bg-top::after {
  background-image: url(../img/common/bg-white-top.png);
}
.faq-block .c-lead-txt {
  margin-bottom: 50px;
}
.faq-block .btn-wrap {
  text-align: right;
  margin-top: 15px;
}

/* -----------------------------------------------
* howto Module
* howto
-------------------------------------------------- */
.howto-detail-block {
  background: #fff;
  position: relative;
  z-index: 1;
}
.howto-detail-block .inner-block {
  max-width: 980px;
  padding-top: 140px;
  padding-bottom: 110px;
}
.howto-detail-block .c-lead-txt {
  font-size: 24px;
  line-height: 1.75;
  margin-bottom: 85px;
}
.howto-detail-block .howto-box + .howto-box {
  margin-top: 30px;
}
.howto-detail-block .howto-box .txt {
  font-size: 24px;
  margin-bottom: 15px;
}
.howto-detail-block .howto-box .howto-list {
  background: #f4f1ef;
  padding: 40px 55px;
}
.howto-detail-block .howto-box .howto-list li {
  width: 100%;
  position: relative;
}
.howto-detail-block .howto-box .howto-list li + li::before {
  background: url(/assets/images/clayence/ico-arrow-right.svg) no-repeat center center/contain;
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  margin: auto;
}
.howto-detail-block .howto-box .howto-list .en,
.howto-detail-block .howto-box .howto-list .ja {
  display: block;
}
.howto-detail-block .howto-box .howto-list .en {
  color: #969696;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.howto-detail-block .howto-box .howto-list .ja {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 15px;
}
.howto-detail-block .howto-box .howto-list .img {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.howto-detail-block .howto-box + .c-ttl04 {
  margin-top: 75px;
}
.howto-detail-block .tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}
.howto-detail-block .tag-list li .tag {
  background: #414141;
  border-radius: 5px;
  color: #fff;
  display: block;
  text-align: center;
}
.howto-detail-block .tag-list.col3 li {
  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;
}
.howto-detail-block .tag-list.col3 li .tag {
  width: 115px;
}
.howto-detail-block .tag-list.col3 li .txt {
  padding-left: 10px;
  width: calc(100% - 115px);
}
.howto-detail-block .tag-list + .txt {
  margin-top: 15px;
}
.howto-detail-block .step-list {
  margin-top: 30px;
}
.howto-detail-block .step-list li {
  position: relative;
  position: relative;
}
.howto-detail-block .step-list li > .txt {
  font-weight: 400;
  line-height: 1.75;
}
.howto-detail-block .step-list li > .txt.ico {
  position: relative;
}
.howto-detail-block .step-list li > .txt.ico::before {
  background: url(/assets/images/clayence/ico-attention.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  position: relative;
  top: 1px;
  left: 0;
  margin-right: 4px;
}
.howto-detail-block .step-list li > .txt .border {
  border: none;
  text-decoration: underline;
}
.howto-detail-block .step-list li + li {
  margin-top: 80px;
}
.howto-detail-block .step-list li + li::before {
  background: url(/assets/images/clayence/ico-arrow-bottom.svg) no-repeat center center/contain;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -34px;
  right: 0;
  left: 0;
  margin: auto;
}
.howto-detail-block .step-list .img-wrap .ttl {
  margin-bottom: 5px;
}
.howto-detail-block .step-list .img-wrap .ttl .num,
.howto-detail-block .step-list .img-wrap .ttl .txt {
  display: block;
}
.howto-detail-block .step-list .img-wrap .ttl .num {
  font-size: 20px;
}
.howto-detail-block .step-list .img-wrap .ttl .txt {
  font-size: 24px;
}
.howto-detail-block .point-box {
  background: #f4f4f4;
  padding: 60px;
}
.howto-detail-block .point-box .box {
  position: relative;
}
.howto-detail-block .point-box .box + .box {
  margin-top: 60px;
}
.howto-detail-block .point-box .box.no-img {
  padding: 0;
  min-height: inherit;
}
.howto-detail-block .point-box .ttl {
  color: #b97d87;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 5px;
}
.howto-detail-block .point-box .txt {
  line-height: 1.75;
}
.howto-detail-block .txt.indent {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.howto-detail-block .notice-area .c-lead-txt {
  margin-top: 38px;
}
.howto-detail-block .notice-area .c-ttl03 + .c-ttl04 {
  margin-top: 90px;
}
.howto-detail-block .notice-area .txt {
  font-weight: 400;
  line-height: 2;
}
.howto-detail-block .notice-area .txt + .c-ttl04 {
  margin-top: 38px;
}
.howto-detail-block .notice-area .txt + .ttl {
  margin-top: 18px;
}

/* -----------------------------------------------
* column Module
* columnページ用
-------------------------------------------------- */
.column-block {
  background: #fff;
  position: relative;
  z-index: 1;
}
.column-block .inner-block {
  padding-top: 100px;
  padding-bottom: 107px;
}

.column-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1110px;
  margin: auto;
}
.column-list li {
  width: calc((100% - 102px) / 4);
}
.column-list li:not(:nth-child(4n + 1)) {
  margin-left: 34px;
}
.column-list li:nth-child(n + 5) {
  margin-top: 73px;
}
.column-list .img {
  border-radius: 8px;
  display: block;
  overflow: hidden;
}
.column-list .img .thumb {
  background: no-repeat center center/cover;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-top: 66.67%;
}
.column-list .ttl {
  display: block;
  font-size: 18px;
  margin-top: 13px;
}

.page-more {
  font-size: 18px;
  margin: 50px auto 0;
  position: relative;
  text-align: center;
}
.page-more .more-btn {
  color: #b97d87;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  position: relative;
  position: relative;
  padding-bottom: 11px;
}
.page-more .more-btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #b97d87;
  border-bottom: 1px solid #b97d87;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* -----------------------------------------------
* column detail Module
* column detailページ用
-------------------------------------------------- */
.column-detail .content-block .ttl-area .inner-block {
  padding: 90px 20px 74px;
}
.column-detail .content-block .ttl-area .main-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
.column-detail .content-block .thumb-area {
  background-size: cover;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  position: relative;
}
.column-detail .content-block .thumb-area figure {
  text-align: center;
}
.column-detail .content-block .thumb-area::before {
  background: inherit;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  -webkit-filter: blur(7px);
  filter: blur(7px);
  z-index: -1;
}
.column-detail .content-block .content-block {
  max-width: 840px;
  margin: auto;
}
.column-detail .content-block .content-block .inner-block {
  padding: 105px 20px 100px;
}
.column-detail .content-block .content-block h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  padding-bottom: 51px;
  border-bottom: 1px solid #414141;
  margin-bottom: 91px;
}
.column-detail .content-block .content-block h3 {
  color: #b97d87;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 43px;
}
.column-detail .content-block .content-block p {
  line-height: 2;
  word-break: normal !important;
  word-wrap: break-word;
  margin-bottom: 30px;
  font-size: 15px;
}
.column-detail .content-block .content-block .gray-box {
  background: rgba(200, 185, 175, 0.2);
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 132px;
}
.column-detail .content-block .content-block .gray-box .img {
  width: 300px;
}
.column-detail .content-block .content-block .gray-box .txt-wrap {
  margin-left: 40px;
  width: calc(100% - 340px);
}
.column-detail .content-block .content-block .gray-box .txt-wrap .ttl {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 7px;
}
.column-detail .content-block .content-block .gray-box .txt-wrap .txt {
  font-size: 14px;
  margin-bottom: 0;
}
.column-detail .content-block .border-box {
  border: 6px solid #fce9e7;
  padding: 30px 60px 50px;
}
.column-detail .content-block .border-box p {
  margin: 0;
}
.column-detail .content-block .border-box .ttl {
  color: #b97d87;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.column-detail .content-block .border-box .list li + li {
  margin-top: 20px;
}
.column-detail .content-block .border-box .list .name {
  line-height: 1.4;
  font-size: 15px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  margin: 0;
}
.column-detail .content-block .border-box .list .name::before {
  background: #b97d87;
  border-radius: 50%;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 6px;
  left: 2px;
  margin: auto;
}
.column-detail .content-block .border-box .list .name .small {
  color: #acacac;
  font-size: 13px;
  font-weight: normal;
}
.column-detail .content-block .border-box .list .detail {
  line-height: 1.4;
  font-size: 15px;
  margin: 0;
}
.column-detail .content-block .num-ttl-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 30px;
}
.column-detail .content-block .num-ttl-wrap .num-ttl {
  border-bottom-color: #bfbfbf;
  color: #b97d87;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.column-detail .content-block .num-ttl-wrap p {
  font-size: 20px;
  margin: 0;
}
.column-detail .content-block .img-txt figure {
  text-align: center;
}
.column-detail .content-block .lineup-box {
  margin-bottom: 40px;
}
.column-detail .content-block .lineup-box p {
  margin: 0;
}
.column-detail .content-block .lineup-box .ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.column-detail .content-block .lineup-box .item {
  background: #f4f4f4;
}
.column-detail .content-block .lineup-box .item .ttl,
.column-detail .content-block .lineup-box .item .txt {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}
.column-detail .content-block .lineup-box .item .ttl {
  margin-bottom: 5px;
}
.column-detail .content-block figure {
  margin: 0;
}
.column-detail .content-block .wp-block-image {
  margin-top: 50px;
  margin-bottom: 50px;
}
.column-detail .content-block .wp-block-image img {
  height: auto;
}

/* -----------------------------------------------
* faq Module
* faqページ用
-------------------------------------------------- */
.faq .link-block,
.faq .faq-block {
  background: #fff;
  position: relative;
  z-index: 1;
}
.faq .link-block .inner-block {
  padding: 100px 15px 107px;
  max-width: 954px;
  margin: auto;
}
.faq .link-block .text-link {
  text-align: center;
  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;
}
.faq .link-block .text-link a {
  color: #b97d87;
  font-size: 18px;
  position: relative;
  padding-right: 20px;
  display: inline-block;
  margin: 0 50px 10px;
}
.faq .link-block .text-link a::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0;
  border-top: 2px solid #b97d87;
  border-right: 2px solid #b97d87;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 9px;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.faq .link-block .anchor-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 42px;
}
.faq .link-block .anchor-wrap li {
  border-radius: 6px;
  border: 1px solid #b97d87;
  cursor: pointer;
  color: #b97d87;
  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;
  width: calc((100% - 42px) / 4);
  padding: 20px 25px 19px 10px;
  position: relative;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.faq .link-block .anchor-wrap li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0;
  border-bottom: 1px solid #b97d87;
  border-right: 1px solid #b97d87;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.faq .faq-block {
  padding: 0;
}
.faq .faq-block .inner-block {
  max-width: 830px;
  margin: auto;
  padding-bottom: 135px;
}
.faq .faq-block .faq-ttl {
  font-size: 28px;
  margin-bottom: 30px;
}
.faq .faq-block .c-faq-list li {
  border: none;
}
.faq .faq-block .c-faq-list li + li {
  margin-top: 12px;
}
.faq .faq-block .c-faq-list .q-wrap::before,
.faq .faq-block .c-faq-list .a-wrap::before {
  left: 40px;
  top: 20px;
}
.faq .faq-block .c-faq-list .q-wrap {
  background: #e9e4e0;
  padding: 22px 70px 22px 87px;
}
.faq .faq-block .c-faq-list .a-wrap {
  background: rgba(200, 185, 175, 0.2);
  padding: 20px 40px 20px 87px;
}
.faq .faq-block .faq-wrap:not(.is-active) {
  display: none;
}
.faq .faq-block .faq-wrap .wrap + .wrap {
  margin-top: 88px;
}

/* -----------------------------------------------
* info Module
* infoページ用
-------------------------------------------------- */
.column-block .inner-block {
  padding-top: 100px;
  padding-bottom: 107px;
}

.c-bar-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0 18px;
}
.c-bar-list > li {
  font-size: 12px;
  padding: 0 15px;
  margin-bottom: 5px;
  border-left: 1px solid #ababab;
}
.c-bar-list > li:first-child {
  padding-left: 0;
  border: none;
}
.c-bar-list > li a {
  color: #b97d87;
  display: block;
}
.c-bar-list > li.is-active {
  pointer-events: none;
}
.c-bar-list > li.is-active a {
  color: #414141;
}
.info .year-wrap {
  padding: 15px 20px;
  margin: 0 -20px;
}
.info .year-list {
  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;
}
.info .year-list > li {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.info .year-list > li:not(:first-child) {
  margin-left: 20px;
}
.info .year-list > li.is-active {
  pointer-events: none;
  position: relative;
}
.info .c-content-block {
  padding: 25px 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
.info .c-content-block .info-wrap {
  padding: 20px 0;
}
.info .c-content-block .box {
  background-color: #f4f1ef;
  padding: 0 15px 30px;
}
.info .c-content-block .box .list > li + li {
  border-top: 1px solid #969696;
}
.info .c-content-block .box .list > li a {
  display: block;
  padding: 25px 10px;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
}
.info .c-content-block .box .list > li .top {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-bottom: 5px;
}
.info .c-content-block .box .list > li .cat {
  background-color: #414141;
  color: #fff;
  border-radius: 3px;
  padding: 1px 15px;
  line-height: 1.43;
  margin: 0 20px 0 0;
}
.info .c-content-block .box .list > li .info-ttl {
  line-height: 1.625;
  margin-top: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* -----------------------------------------------
* info detail Module
* info detailページ用
-------------------------------------------------- */
.info-detail .ttl-area .top-txt {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-bottom: 5px;
}
.info-detail .ttl-area .cat {
  background-color: #414141;
  color: #fff;
  border-radius: 3px;
  padding: 1px 5px;
  line-height: 1.43;
  margin: 0 20px 0 0;
  text-align: center;
  min-width: 68px;
}
.info-detail .ttl-area .ttl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 30px;
}
.info-detail .info-content-block {
  padding-top: 100px;
  margin-bottom: 120px;
}
.info-detail .info-content-block .paging-area {
  margin-top: 132px;
}
.info-detail .inner-min {
  max-width: 1140px;
}
.info-detail .txt-area {
  max-width: 800px;
  margin: 100px auto 0;
}
.info-detail .txt-area p {
  line-height: 2;
  word-break: normal !important;
  word-wrap: break-word;
}
.info-detail .txt-area p:not(:first-child) {
  margin-top: 20px;
}
.info-detail .txt-area img {
  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;
  height: auto;
  margin: 72px auto;
}
.info-detail .txt-area a {
  color: #b97d87;
  text-decoration: underline;
}

.unlink {
  pointer-events: none;
}

/* -----------------------------------------------
* item Module
* item-detail
-------------------------------------------------- */
.item-detail .c-ttl-slash {
  margin-top: 25px;
  margin-bottom: 10px;
}
.item-detail .inner-block {
  max-width: 980px;
}
.item-detail .breadcrumb-block .inner-block {
  max-width: 1230px;
}
.item-detail .item-detail-block {
  padding-top: 70px;
  padding-bottom: 120px;
}
.item-detail .item-detail-block .item-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.item-detail .item-detail-block .item-link-list li {
  width: calc((100% - 18px) / 3);
  opacity: 0.4;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.item-detail .item-detail-block .item-link-list li.current {
  pointer-events: none;
  opacity: 1;
}
.item-detail .item-detail-block .item-link-list li + li {
  margin-left: 9px;
}
.item-detail .item-detail-block .item-link-list a {
  display: block;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
}
.item-detail .item-detail-block .item-link-list a::before {
  background: #414141;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.item-detail .item-detail-block .item-link-list .en,
.item-detail .item-detail-block .item-link-list .ja {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.item-detail .item-detail-block .item-link-list .en {
  color: #969696;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 5px;
}
.item-detail .item-detail-block .item-link-list .ja {
  font-size: 18px;
}
.item-detail .item-detail-block .item-wrap .item-slider {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.item-detail .item-detail-block .item-wrap .item-slider.slick-initialized {
  opacity: 1;
}
.item-detail .item-detail-block .item-wrap .thumb-slider {
  margin-top: 35px;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.item-detail .item-detail-block .item-wrap .thumb-slider.slick-initialized {
  opacity: 1;
}
.item-detail .item-detail-block .item-wrap .thumb-slider .slick-track {
  width: 100% !important;
  max-width: 425px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.item-detail .item-detail-block .item-wrap .thumb-slider .slick-slide {
  cursor: pointer;
  margin: 10px 13px 0;
  width: 80px !important;
  height: 80px;
}
.item-detail .item-detail-block .item-wrap .thumb-slider .slick-slide .img {
  width: 100%;
  height: 100%;
}
.item-detail .item-detail-block .item-wrap .slick-slide {
  outline: none;
}
.item-detail .item-detail-block .item-wrap .info-area {
  padding-top: 30px;
}
.item-detail .item-detail-block .item-wrap .info-area .ttl-wrap {
  margin: 0;
  padding: 0;
}
.item-detail .item-detail-block .item-wrap .info-area .ttl-wrap::before {
  content: none;
}
.item-detail .item-detail-block .item-wrap .info-area .ttl-wrap .c-ttl02 {
  text-align: left;
}
.item-detail .item-detail-block .item-wrap .info-area .ttl-wrap .c-ttl02 .en {
  font-size: 24px;
}
.item-detail .item-detail-block .item-wrap .info-area .ttl-wrap .c-ttl02 .ja {
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.37;
}
.item-detail .item-detail-block .item-wrap .info-area .price,
.item-detail .item-detail-block .item-wrap .info-area .tag-list {
  text-align: left;
}
.item-detail .item-detail-block .item-wrap .info-area .price .num-txt {
  font-size: 38px;
  padding-left: 5px;
  font-weight: bold;
}
.item-detail .item-detail-block .item-wrap .info-area .box {
  /*margin-top: 40px;*/
  margin-top: 20px;
}
.item-detail .item-detail-block .item-wrap .info-area .box + .box {
  margin-top: 15px;
}
.item-detail .item-detail-block .item-wrap .info-area .box .tag-list {
  margin-top: 4px;
}
.item-detail .item-detail-block .item-wrap .info-area .box .tag-list li {
  font-size: 16px;
}
.item-detail .item-detail-block .item-wrap .info-area .capacity {
  font-size: 16px;
}
.item-detail .item-detail-block .item-wrap .info-area .link-wrap .link {
  font-size: 14px;
}
.item-detail .item-detail-block .item-wrap .info-area .c-btn01 {
  margin-top: 15px;
}
.item-detail .item-detail-block .item-wrap .info-area .select-wrap {
  margin-top: 30px;
  /*max-width: 210px;*/
  max-width: 250px;
}
.item-detail .item-detail-block .item-wrap .info-area .select-wrap .color-list li + li {
  margin-left: 18px;
}
.item-detail .item-detail-block .item-wrap .info-area .select-wrap + .box {
  margin-top: 10px;
}
.item-detail .campaign-block {
  background: linear-gradient(130deg, #ecd5e5 0%, #e0cdc7 100%);
  padding-top: 0px;
  padding-bottom: 0px;
}
.item-detail .campaign-block.c-bg-bottom::before {
  /*background-image: url(../img/common/bg-grad-bottom.png);*/
}
.item-detail .campaign-block.c-bg-top::after {
  /*background-image: url(../img/common/bg-grad-top.png);*/
}
.item-detail .item-feature-block {
  background: url(../img/item/bg-img.jpg) no-repeat center center/cover;
  padding-top: 120px;
  padding-bottom: 140px;
}
.item-detail .item-feature-block .box + .box {
  margin-top: 100px;
}
.item-detail .item-feature-block .ttl-wrap {
  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;
  padding-left: 15px;
  margin-bottom: -15px;
  z-index: 1;
  position: relative;
}
.item-detail .item-feature-block .ttl-wrap .num {
  background: url(../img/item/num-bg.png) no-repeat center center/contain;
  width: 140px;
  height: 140px;
  padding-top: 30px;
  text-align: center;
}
.item-detail .item-feature-block .ttl-wrap .num .txt,
.item-detail .item-feature-block .ttl-wrap .num .num-txt {
  color: #b97d87;
  display: block;
  font-weight: bold;
  line-height: 1;
}
.item-detail .item-feature-block .ttl-wrap .num .txt {
  font-size: 20px;
}
.item-detail .item-feature-block .ttl-wrap .num .num-txt {
  font-family: "Noto Serif JP", serif;
  font-size: 60px;
}
.item-detail .item-feature-block .ttl-wrap .ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  width: calc(100% - 140px);
  padding-left: 45px;
}
.item-detail .item-feature-block .box-inner {
  background: #fff;
  padding: 70px 74px 80px;
}
.item-detail .item-feature-block .ttl-txt {
  margin-bottom: 13px;
}
.item-detail .item-feature-block .ico-txt {
  line-height: 2;
  position: relative;
  padding-left: 28px;
}
.item-detail .item-feature-block .ico-txt::before {
  background: url(../img/common/c-wave-ico.svg) no-repeat center center/contain;
  content: "";
  display: block;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 13px;
  left: 0;
  margin: auto;
}
.item-detail .item-feature-block .ico-txt + .ico-txt {
  margin-top: 9px;
}
.item-detail .item-feature-block .img-list-wrap .img {
  margin-top: 45px;
}
.item-detail .item-feature-block .blend-list-wrap {
  margin-top: 45px;
  text-align: center;
}
.item-detail .item-feature-block .blend-list-wrap .ttl {
  font-size: 18px;
  font-weight: bold;
}
.item-detail .item-feature-block .blend-list-wrap .blend-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-detail .item-feature-block .blend-list-wrap .blend-list li {
  background: #e1dcd7;
  width: 134px;
  height: 134px;
  border-radius: 50%;
  overflow: hidden;
  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;
  text-align: center;
  margin: 15px 14px 0;
}
.item-detail .item-feature-block .blend-list-wrap .blend-list li .inn .txt,
.item-detail .item-feature-block .blend-list-wrap .blend-list li .inn .sub {
  line-height: 1.4;
}
.item-detail .item-feature-block .blend-list-wrap .blend-list li .inn .txt {
  font-weight: bold;
  font-size: 15px;
}
.item-detail .item-feature-block .blend-list-wrap .blend-list li .inn .sub {
  font-size: 14px;
}
.item-detail .item-feature-block .blend-list-wrap .col-wrap {
  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-detail .item-feature-block .blend-list-wrap .col-wrap .blend-list {
  max-width: 330px;
  margin: auto;
}
.item-detail .item-feature-block .blend-list-wrap .col-wrap .blend-list li:first-child {
  margin-left: 70px;
  margin-right: 70px;
}
.item-detail .item-feature-block .before-after-wrap {
  margin-top: 50px;
}
.item-detail .item-feature-block .before-after-wrap .ttl {
  font-size: 18px;
}
.item-detail .item-feature-block .before-after-wrap .before-after-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.item-detail .item-feature-block .before-after-wrap .before-after-list li {
  position: relative;
}
.item-detail .item-feature-block .before-after-wrap .before-after-list li + li {
  margin-left: 75px;
}
.item-detail .item-feature-block .before-after-wrap .before-after-list li + li::before {
  background: url(../img/common/ico-arrow-right02.svg) no-repeat center center/contain;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: -48px;
  margin: auto;
}
.item-detail .item-feature-block .before-after-wrap + .note {
  margin-top: 7px;
  text-align: right;
}
.item-detail .item-feature-block .before-after-wrap02 {
  margin-top: 55px;
}
.item-detail .item-feature-block .before-after-wrap02 .before-after-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 .item-feature-block .before-after-wrap02 .before-after-list li {
  position: relative;
}
.item-detail .item-feature-block .before-after-wrap02 .before-after-list li + li {
  margin-left: 75px;
}
.item-detail .item-feature-block .before-after-wrap02 .before-after-list li + li::before {
  background: url(../img/common/ico-arrow-right02.svg) no-repeat center center/contain;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: -48px;
  margin: auto;
}
.item-detail .item-feature-block .before-after-wrap02.treatment-effect .before-after-list {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.item-detail .item-feature-block .before-after-wrap02 .txt {
  text-align: center;
  margin-top: 15px;
}
.item-detail .item-feature-block .triple-list {
  background: #f5eef0;
  border-radius: 10px;
  padding: 40px 0;
}
.item-detail .item-feature-block .triple-list .ttl {
  color: #b97d87;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.item-detail .item-feature-block .triple-list .txt {
  font-weight: 400;
  line-height: 1.5;
  margin-top: 5px;
}
.item-detail .item-feature-block .dyeing_tst {
  background: #f5eef0;
  border-radius: 10px;
  padding: 15px 40px 40px;
}
.item-detail .item-feature-block .dyeing_tst .c-sub_ttl {
  color: #b97d87;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 10px;
}
.item-detail .item-feature-block .dyeing_tst .c-sub_ttl .sm_txt {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}
.item-detail .item-feature-block .one_dyeing .before-after-list li,
.item-detail .item-feature-block .dyeing_tst .before-after-list li {
  font-size: 12px;
  font-weight: bold;
}
.item-detail .item-feature-block .treatment-effect .before-after-list li {
  font-size: 12px;
  font-weight: bold;
  width: 300px;
}
.item-detail .item-feature-block .dyeing_tst .before-after-list li .detail_time {
  font-weight: normal;
}
.item-detail .item-feature-block .c-sub_ttl-slash {
  text-align: center;
  color: #b97d87;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
}
.item-detail .item-feature-block .c-sub_ttl-slash .inn {
  display: inline-block;
  padding: 0 14px;
  position: relative;
}
.item-detail .item-feature-block .c-sub_ttl-slash .inn::before,
.item-detail .item-feature-block .c-sub_ttl-slash .inn::after {
  background: #b97d87;
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}
.item-detail .item-feature-block .c-sub_ttl-slash .inn::before {
  left: 0;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.item-detail .item-feature-block .c-sub_ttl-slash .inn::after {
  right: 0;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.item-detail .item-feature-block .separation-wrap {
  border-top: 1px solid #b97d87;
  margin-top: 60px;
  padding-top: 50px;
}
.item-detail .item-feature-block .ico-list {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px -25px 0;
}
.item-detail .item-feature-block .ico-list li {
  text-align: center;
  margin: 20px 25px 0;
}
.item-detail .item-feature-block .c-additive-free-list {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 35px auto 55px;
  max-width: 590px;
}
.item-detail .item-feature-block .c-additive-free-list li {
  background: #fff;
  border: 1px solid #e9e3df;
  border-radius: 10px;
  line-height: 1.4;
  margin: 20px 9px 0;
  padding: 15px 5px 46px;
  position: relative;
  text-align: center;
  width: 176px;
}
.item-detail .item-feature-block .c-additive-free-list li::before,
.item-detail .item-feature-block .c-additive-free-list li::after {
  background: #b97d87;
  content: "";
  display: block;
  width: 4px;
  height: 28px;
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  margin: auto;
}
.item-detail .item-feature-block .c-additive-free-list li::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.item-detail .item-feature-block .c-additive-free-list li::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.item-detail .item-feature-block .c-additive-free-list li .txt {
  font-weight: 400;
  letter-spacing: -0.02em;
  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;
  min-height: 27px;
}
.item-detail .item-feature-block .c-additive-free-list.test-done li {
  background: #f4eef0;
  border: 0;
  border-radius: 10px;
  line-height: 1.4;
  margin: 20px 9px 0;
  padding: 30px 5px;
  position: relative;
  text-align: center;
  width: 176px;
}
.item-detail .item-feature-block.green .c-additive-free-list.test-done li {
  background: #e2ece5;
}
.item-detail .item-feature-block .c-additive-free-list.test-done li::before,
.item-detail .item-feature-block .c-additive-free-list.test-done li::after {
  content: none;
  width: 0;
  height: 0;
  bottom: 0;
}
.item-detail .item-feature-block .img-wrap {
  text-align: center;
  margin-top: 55px;
  position: relative;
}
.item-detail .item-feature-block .img-wrap .img-txt {
  font-size: 12px;
}
.item-detail .item-feature-block .damage-img {
  margin-top: 50px;
  text-align: center;
}
.item-detail .item-feature-block .note {
  margin-top: 15px;
}
.clayence_item-template-cctm .item-detail .item-feature-block .before-after-wrap02 .note {
  margin-top: 20px;
}
.clayence_item-template-cctm .item-detail .monitor-challenge-block .note {
  max-width: 800px;
  margin: 20px auto 0;
}
.item-detail .item-feature-block .c-ttl01:not(:first-child) {
  padding-top: 140px;
}
.item-detail .how-to-block {
  background: #e5dfdb;
}
.item-detail .how-to-block.c-bg-bottom::before {
  background-image: url(../img/common/bg-brown-bottom.png);
}
.item-detail .how-to-block.c-bg-top::after {
  background-image: url(../img/common/bg-brown-top.png);
}
.item-detail .monitor-challenge-block {
  background: #e3d1cb;
  padding-top: 120px;
  padding-bottom: 140px;
}
.item-detail .monitor-challenge-block .c-ttl01 .en {
  display: inline-block;
  position: relative;
  padding-right: 60px;
}
.item-detail .monitor-challenge-block .c-ttl01 .en::before {
  background: url(../img/item/ico-insta.png) no-repeat center center/contain;
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}
.item-detail .monitor-challenge-block.c-bg-bottom::before {
  background-image: url(../img/common/bg-pink02-bottom.png);
}
.item-detail .monitor-challenge-block .box {
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 10px 2px rgba(209, 178, 168, 0.6);
  box-shadow: 4px 4px 10px 2px rgba(209, 178, 168, 0.6);
  max-width: 800px;
  margin: 70px auto 0;
  overflow: hidden;
}
.item-detail .monitor-challenge-block .box + .box {
  margin-top: 40px;
}
.item-detail .monitor-challenge-block .info {
  background: #f6f0ee;
  padding: 20px 40px 15px;
}
.item-detail .monitor-challenge-block .info .img-wrap {
  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;
}
.item-detail .monitor-challenge-block .info .img {
  width: 80px;
}
.item-detail .monitor-challenge-block .info .name-wrap {
  padding-left: 20px;
  width: calc(100% - 80px);
}
.item-detail .monitor-challenge-block .info .name-wrap .position {
  font-size: 22px;
  font-weight: bold;
}
.item-detail .monitor-challenge-block .info .txt {
  font-size: 20px;
  margin-top: 10px;
}
.item-detail .monitor-challenge-block .box-inner {
  background: #fff;
  padding: 30px 40px;
}
.item-detail .monitor-challenge-block .list {
  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;
}
.item-detail .monitor-challenge-block .list li {
  position: relative;
}
.item-detail .monitor-challenge-block .list li + li {
  margin-left: 56px;
}
.item-detail .monitor-challenge-block .list li + li::before {
  background: url(../img/common/ico-arrow-right02.svg) no-repeat center center/contain;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: -38px;
  margin: auto;
}
.item-detail .monitor-challenge-block .list li:nth-child(2)::after {
  border: 4px solid #b97d87;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.item-detail .monitor-challenge-block .color {
  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;
}
.item-detail .monitor-challenge-block .color .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 12px;
}
.item-detail .monitor-challenge-block .type {
  margin-top: 20px;
}
.item-detail .monitor-challenge-block .type .tag {
  background: #414141;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 2px;
  line-height: 1.2;
  min-width: 88px;
  text-align: center;
}
.item-detail .monitor-challenge-block .type .txt {
  font-weight: 400;
}
.item-detail .monitor-challenge-block .type + .type {
  margin-top: 10px;
}
.item-detail .review-block {
  padding-top: 140px;
}
.item-detail .review-block.c-bg-top::after {
  background-image: url(/assets/images/clayence/bg-white-top.png);
}
.item-detail .review-block .c-lead-txt {
  margin-bottom: 50px;
}
.item-detail .recommend-block {
  padding-top: 140px;
}
.item-detail .recommend-block.c-bg-top::after {
  background-image: url(/assets/images/clayence/bg-white-top.png);
}
.item-detail .product-info-block {
  background: url(../img/item/bg-img.jpg) no-repeat center center/cover;
  padding-top: 140px;
  padding-bottom: 150px;
}
.item-detail .product-info-block.bg-brown {
  background: #e5dfdb;
}
.item-detail .product-info-block.bg-brown.c-bg-top::after {
  background-image: url(../img/common/bg-brown-top.png);
}
.item-detail .faq-block {
  padding-bottom: 110px;
}

.recommend-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;
}
.recommend-list li {
  text-align: center;
}
.recommend-list li + li {
  /* margin-left: 185px; */
  margin-left: 150px;
}
.recommend-list .ttl {
  margin-bottom: 40px;
}
.recommend-list .ttl .en,
.recommend-list .ttl .ja {
  display: block;
}
.recommend-list .ttl .en {
  color: #969696;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.recommend-list .ttl .ja {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.recommend-list .img {
  height: 200px;
  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;
}
.recommend-list .btn-wrap {
  margin-top: 35px;
}

/* -----------------------------------------------
* beginner Module
* beginnerページ用
-------------------------------------------------- */
.beginner .c-under-mv-block::after {
  background-image: url(/assets/images/clayence/beginner-under-bg.jpg);
  background-position: center left;
}
.beginner .c-under-mv-block .c-ttl01 .ja {
  color: #fff;
}

.beginner-lead-block,
.beginner-detail-block,
.lineup-block {
  position: relative;
  z-index: 1;
}

.beginner-lead-block {
  background: #fff;
  padding-top: 130px;
  overflow: hidden;
}
.beginner-lead-block .inner-block {
  max-width: 1140px;
}
.beginner-lead-block .txt-area {
  max-width: 550px;
}
.beginner-lead-block .txt-area .ttl {
  font-size: 32px;
  letter-spacing: 0.15em;
  line-height: 1.75;
  margin-bottom: 40px;
}
.beginner-lead-block .txt-area .txt {
  line-height: 2;
}
.beginner-lead-block .txt-area .txt + .txt {
  margin-top: 35px;
}
.beginner-lead-block .txt-area .note {
  margin-top: 50px;
}
.beginner-lead-block .img {
  text-align: center;
}

.beginner-detail-block {
  background: #eae1e1;
  padding-top: 140px;
  padding-bottom: 140px;
  z-index: 2;
}
.beginner-detail-block.c-bg-top::after {
  background-image: url(/assets/images/clayence/bg-brown02-top.png);
}
.beginner-detail-block.c-bg-bottom::before {
  background-image: url(/assets/images/clayence/bg-brown02-bottom.png);
}
.beginner-detail-block .inner-block {
  max-width: 980px;
}
.beginner-detail-block .box {
  background: #fff;
  position: relative;
}
.beginner-detail-block .box + .box {
  margin-top: 320px;
}
.beginner-detail-block .box + .box::before {
  background: #b97d87;
  content: "";
  display: block;
  width: 80px;
  height: 8px;
  position: absolute;
  top: -164px;
  right: 0;
  left: 0;
  margin: auto;
}
.beginner-detail-block .box-ttl,
.beginner-detail-block .lead-txt {
  text-align: center;
}
.beginner-detail-block .box-ttl {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 45px;
}
.beginner-detail-block .lead-txt {
  line-height: 2;
  margin-bottom: 50px;
}
.beginner-detail-block .circle-list {
  position: relative;
}
.beginner-detail-block .circle-list::before,
.beginner-detail-block .circle-list::after {
  background: #414141;
  content: "";
  display: block;
  width: 113px;
  height: 1px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.beginner-detail-block .circle-list::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.beginner-detail-block .circle-list::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.beginner-detail-block .circle-list li {
  background: no-repeat center center/contain;
  width: 330px;
  height: 333px;
  text-align: center;
  padding-top: 40px;
  margin: auto;
}
.beginner-detail-block .circle-list .clay {
  background-image: url(/assets/images/clayence/bg-clay.png);
}
.beginner-detail-block .circle-list .science {
  background-image: url(/assets/images/clayence/bg-science.png);
}
.beginner-detail-block .circle-list .en {
  color: #fff;
  font-size: 40px;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  opacity: 0.7;
  margin-bottom: 10px;
}
.beginner-detail-block .circle-list .ttl {
  line-height: 1.75;
  margin-bottom: 15px;
}
.beginner-detail-block .circle-list .bg {
  background: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 20px;
  min-width: 175px;
}
.beginner-detail-block .circle-list .txt {
  font-size: 12px;
  margin-top: 4px;
}
.beginner-detail-block .circle-list .txt + .bg {
  margin-top: 15px;
}
.beginner-detail-block .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;
}
.beginner-detail-block .list li {
  width: 113px;
  margin: 25px 20px 0;
}
.beginner-detail-block .fsc-img {
  text-align: center;
}
.beginner-detail-block .note {
  margin-top: 75px;
}

.lineup-block {
  background: #fff;
  padding-top: 140px;
  padding-bottom: 120px;
}

.beginner .lineup-block {
  padding-top: 60px;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media only screen and (max-width: 949px) {
  main {
    margin-top: 55px;
  }
  .c-middle-hide {
    display: none !important;
  }
  .c-header {
    height: 55px;
  }
  .c-header .inner-block {
    width: 100%;
    height: 100%;
    padding: 14px 55px 14px 10px;
  }
  .c-header .logo {
    background: #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;
    height: 100%;
    margin-left: 0;
  }
  .c-header .logo a {
    width: 115px;
    padding: 0 0 0;
    margin: 0;
  }
  .c-header .nav-wrap {
    background-color: transparent;
    position: fixed;
    top: 55px;
    right: 0;
    width: 100%;
    max-height: 100vh;
    max-height: calc((var(--vh, 1vh) * 100) - 55px);
    height: 160%;
    overflow: auto;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    background: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: none !important;
    transform: none !important;
    overflow-x: hidden;
  }
  .c-header .nav-wrap.is-open {
    -webkit-transition: 0s;
    transition: 0s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .c-header .nav-wrap.is-open .nav-inner {
    -webkit-animation: navSlideIn 1.5s cubic-bezier(0.2, 1, 0.2, 1) forwards;
    animation: navSlideIn 1.5s cubic-bezier(0.2, 1, 0.2, 1) forwards;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  .c-header .nav-wrap.is-close .nav-inner {
    -webkit-animation: navSlideOut 1.5s cubic-bezier(0.2, 1, 0.2, 1) forwards;
    animation: navSlideOut 1.5s cubic-bezier(0.2, 1, 0.2, 1) forwards;
  }
  .c-header .nav-inner {
    opacity: 0;
  }
  .c-header .nav-list {
    background: #eeedec;
  }
  .c-header .nav-list .btn {
    padding: 26px 45px 26px 20px;
    position: relative;
  }
  .c-header .nav-list .btn::before {
    border: solid #414141;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
  }
  .c-header .nav-list .btn.js-aco-btn-tab::before {
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
  }
  .c-header .nav-list .btn.js-aco-btn-tab.is-active::before {
    -webkit-transform: rotate(-135deg) translate3d(0, 0, 0);
    transform: rotate(-135deg) translate3d(0, 0, 0);
  }
  .c-header .nav-list li {
    padding: 0 20px;
  }
  .c-header .nav-list li:not(.li-login) + li .btn {
    border-top: 1px solid #414141;
  }
  .c-header .mega-menu.sp-default-open {
    display: block;
  }
  .c-header .mega-menu .item-list,
  .c-header .mega-menu .small-btn-wrap {
    padding-bottom: 15px;
  }
  .c-header .mega-menu .item-list li,
  .c-header .mega-menu .small-btn-wrap li {
    padding: 0;
  }
  .c-header .mega-menu .item-list li .img,
  .c-header .mega-menu .small-btn-wrap li .img {
    width: 24px;
  }
  .c-header .mega-menu .item-list li:nth-child(1) .img img,
  .c-header .mega-menu .item-list li:nth-child(2) .img img,
  .c-header .mega-menu .small-btn-wrap li:nth-child(1) .img img,
  .c-header .mega-menu .small-btn-wrap li:nth-child(2) .img img,
  .c-footer .top-wrap .item-list li:nth-child(1) .img img,
  .c-footer .top-wrap .item-list li:nth-child(2) .img img {
    width: 15px;
  }
  .c-header .mega-menu .item-list li:nth-child(3) .img img,
  .c-header .mega-menu .small-btn-wrap li:nth-child(3) .img img,
  .c-footer .top-wrap .item-list li:nth-child(3) .img img {
    width: 7px;
  }
  .c-header .mega-menu .item-list li:nth-child(4) .img img,
  .c-header .mega-menu .small-btn-wrap li:nth-child(4) .img img,
  .c-footer .top-wrap .item-list li:nth-child(4) .img img {
    width: 5px;
  }
  .c-header .mega-menu .item-list a,
  .c-header .mega-menu .small-btn-wrap a {
    width: 100%;
    padding: 15px 45px 15px 20px;
    position: relative;
  }
  .c-header .mega-menu .item-list a::before,
  .c-header .mega-menu .small-btn-wrap a::before {
    border: solid #414141;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
  }
  .c-header .mega-menu .item-list .img,
  .c-header .mega-menu .small-btn-wrap .img {
    width: 24px;
  }
  .c-header .mega-menu .item-list .inn,
  .c-header .mega-menu .small-btn-wrap .inn {
    width: calc(100% - 24px);
  }
  .c-header .mega-menu .item-list .inn .en,
  .c-header .mega-menu .small-btn-wrap .inn .en {
    font-size: 10px;
    margin-bottom: 3px;
  }
  .c-header .mega-menu .item-list .inn .jp,
  .c-header .mega-menu .small-btn-wrap .inn .jp {
    font-size: 14px;
  }
  .c-header .head-btn .ico.cart .c-svg {
    width: 13px;
    height: 12px;
  }
  .c-header .head-btn {
    margin-left: auto;
  }
  .nav-bg01,
  .nav-bg02 {
    position: absolute;
    top: -30%;
    left: 0;
    width: 100%;
    height: 160%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition:
      border-radius 0.7s ease-out,
      -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
    transition:
      border-radius 0.7s ease-out,
      -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
    transition:
      transform 1s cubic-bezier(0.2, 1, 0.2, 1),
      border-radius 0.7s ease-out;
    transition:
      transform 1s cubic-bezier(0.2, 1, 0.2, 1),
      border-radius 0.7s ease-out,
      -webkit-transform 1s cubic-bezier(0.2, 1, 0.2, 1);
  }

  .nav-bg01 {
    background-color: #eee2e5;
    border-radius: 0 120% 100% 0;
  }

  .nav-bg02 {
    background-color: #fff;
    border-radius: 0 130% 80% 0;
    left: -15px;
  }

  .c-header .nav-wrap.is-open .nav-bg01 {
    border-radius: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-header .nav-wrap.is-open .nav-bg02 {
    border-radius: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    left: 0;
  }

  .nav-wrap.is-close,
  #cover-bg.is-close {
    -webkit-animation: fadeOut 0.3s ease-in-out forwards;
    animation: fadeOut 0.3s ease-in-out forwards;
  }
  .js-aco-btn-tab {
    cursor: pointer;
  }

  .js-aco-wrap-tab {
    display: none;
  }
  .c-under-mv-block::after {
    top: 55px;
  }
  .column-list li {
    width: calc((100% - 45px) / 4);
  }
  .column-list li:not(:nth-child(4n + 1)) {
    margin-left: 15px;
  }
  .item-detail .item-feature-block .blend-list-wrap .col-wrap .cont {
    width: 100%;
  }
  .item-detail .item-feature-block .blend-list-wrap .col-wrap .cont + .cont {
    margin-top: 25px;
  }
  .item-detail .item-feature-block .before-after-wrap .ttl {
    text-align: center;
    margin-bottom: 15px;
  }
  .item-detail .item-feature-block .before-after-wrap .before-after-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 641px) {
  .inner-block {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a,
  a::before,
  a::after,
  button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-header .head-btn:hover .ico {
    background: #b97d87;
  }
  .c-header .head-btn:hover .txt {
    color: #b97d87;
  }
  .c-footer .top-wrap .inner-block {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .c-footer .top-wrap .link-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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-footer .top-wrap .link-list > li {
    margin: 20px 15px 0;
  }
  .c-footer .top-wrap .link-list .btn {
    border-bottom: 1px solid #414141;
    margin: 0 0 10px;
    padding-bottom: 8px;
    width: 100%;
  }
  .c-footer .top-wrap .link-list a.btn:hover {
    color: #b97d87;
  }
  .c-footer .top-wrap .link-list .small-btn + .small-btn {
    margin-top: 5px;
  }
  .c-footer .top-wrap .link-list .small-btn:hover {
    color: #b97d87;
  }
  .c-footer .top-wrap .p-anti-logo {
    text-align: center;
  }
  .c-footer .top-wrap .logo-list {
    max-width: 1177px;
  }
  .c-footer .top-wrap .logo-list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-footer .top-wrap .logo-list a:hover {
    opacity: 0.8;
  }
  .c-footer .top-wrap .item-list a {
    display: block;
    font-size: 14px;
  }
  .c-footer .top-wrap .item-list a:hover {
    color: #b97d87;
  }
  .c-footer .top-wrap .item-list .img,
  .c-footer .top-wrap .item-list .inn .en {
    display: none;
  }
  .c-footer .top-wrap .item-list li + li {
    margin-top: 5px;
  }
  .c-footer .tel-wrap .privacy-txt a:hover {
    text-decoration: underline;
  }
  .c-footer .bottom-wrap .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .c-footer .bottom-wrap .btn-wrap {
    margin-top: 35px;
  }
  .c-footer .bottom-wrap .btn-wrap li {
    display: inline-block;
  }
  .c-footer .bottom-wrap .btn-wrap li + li {
    margin-left: 40px;
  }
  .c-footer .bottom-wrap .btn-wrap li a:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  .c-footer .bottom-wrap .link-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;
  }
  .c-footer .bottom-wrap .link-list li a {
    padding: 0 17px;
  }
  .c-footer .bottom-wrap .link-list li a:hover {
    text-decoration: underline;
  }
  .c-footer .bottom-wrap .link-list li + li::before {
    background: #414141;
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
  }
  .c-footer .bottom-wrap .link-bnr {
    position: absolute;
    right: 15px;
    bottom: 150px;
  }
  .c-footer .bottom-wrap .link-bnr a:hover {
    opacity: 0.7;
  }
  .c-btn01 {
    width: 380px;
  }
  .c-btn01:not(.ico-truck, .ico-cart):hover {
    background: #b97d87;
    color: #fff;
  }
  .c-btn01.item-btn:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  .subscription .c-btn01:not(.ico-truck, .ico-cart):hover {
    background: #fff;
    color: #b97d87;
  }
  .c-btn02:hover {
    color: #b97d87;
    border-bottom-color: #b97d87;
  }
  .c-btn02:hover .c-svg {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  .c-table01 table::before {
    left: 288px;
  }
  .c-table01 th {
    width: 288px;
  }
  .c-item-detail .link:hover {
    border-bottom-color: transparent;
  }
  .c-faq-list .customer-box {
    margin-top: 30px;
  }
  .c-faq-list .txt-link:hover {
    text-decoration: none;
  }
  .c-faq-list .c-link {
    margin-top: 20px;
  }
  .c-faq-list .c-link a {
    font-size: 16px;
    padding: 6px 25px 6px 14px;
  }
  .c-faq-list .c-link a:hover {
    color: #b97d87;
  }
  .c-faq-list .mypage-step-ss-wrap td {
    min-width: 520px;
    max-width: 520px;
    padding: 0 1em;
  }
  .c-breadcrumb a:hover {
    text-decoration: none;
  }
  .paging-area .page-numbers:hover {
    background: #b97d87;
    color: #fff;
  }
  .paging-area .page-numbers:hover.prev .c-svg {
    left: 15px;
  }
  .paging-area .page-numbers:hover.next .c-svg {
    right: 15px;
  }
  .paging-area .back-btn:hover::before {
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .c-review-paging-area .page-numbers:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  .c-info-page-more a:hover,
  .c-info-page-more button:hover {
    color: #b97d87;
  }
  .c-info-page-more a:hover::after,
  .c-info-page-more button:hover::after {
    background-color: transparent;
  }
  #total-rating a:hover {
    text-decoration: none;
  }
  .c-subscription-block .txt-area {
    padding: 0 20px 0 40px;
  }
  .c-subscription-block .txt-area .item-price .arrow {
    min-width: 235px;
  }
  .c-subscription-block .txt-area .list-wrap {
    padding-left: 125px;
  }
  .c-subscription-block .txt-area .list-wrap .list li + li {
    border-left: 1px solid #000;
  }
  .c-subscription-block .txt-area .list-wrap .link-txt:hover {
    text-decoration: none;
  }
  .c-subscription-block .txt-area .notice-wrap a:hover {
    text-decoration: none;
  }
  .c-subscription-block .btn-area {
    padding: 0 20px;
  }
  .mv-block .mv-ttl {
    bottom: 24px;
    left: 0;
    right: 0;
    width: 987px;
    height: 69px;
  }
  .mv-block .mv-logo {
    top: 0;
    bottom: 0;
    left: 284px;
    width: 191px;
    height: 125px;
  }
  .mv-block .mv-txt {
    left: 0;
    top: 60px;
    right: -200px;
    width: 215px;
    height: 40px;
  }
  .news-media-block .inner-block {
    max-width: 1190px;
  }
  .news-media-block .c-ttl01 .en {
    font-size: 28px;
  }
  .news-media-block .item:not(.unlink):hover .txt {
    color: #b97d87;
  }
  .campaign-block .bnr-wrap {
    padding: 0 0 30px;
    min-height: 210px;
  }
  .campaign-block .bnr-wrap .c-bnr {
    width: 420px;
    height: 210px;
  }
  .campaign-block .bnr-wrap,
  .campaign-block .btn-wrap {
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
  }
  .campaign-block .about-area {
    min-height: 714px;
  }
  .campaign-block .about-area .inner-block {
    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;
  }
  .campaign-block .about-area .img {
    width: 229px;
  }
  .campaign-block .about-area .txt-wrap {
    padding-left: 60px;
    padding-right: 40px;
    width: calc(100% - 229px);
  }
  .campaign-block .about-area .note {
    margin-top: 70px;
  }
  .product-block .c-lead-txt {
    font-size: 20px;
  }
  .product-block .treatment-area {
    min-height: 945px;
    margin-left: 300px;
    position: relative;
  }
  .product-block .treatment-area::before {
    background: #fff;
    content: "";
    display: block;
    width: 100vw;
    height: calc(100% - 23px);
    position: absolute;
    bottom: 0;
    top: 0;
    left: calc(100% - 1px);
    margin: auto;
  }
  .product-block .treatment-area .inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: 200px;
    margin-right: 80px;
  }
  .product-block .treatment-area .inner-block .img-wrap {
    max-width: 545px;
  }
  .product-block .treatment-area .inner-block .img-wrap .item-img {
    position: absolute;
    margin: auto;
    left: -260px;
    top: 220px;
  }
  .product-block .treatment-area .inner-block .img-wrap .color-img-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product-block .treatment-area .inner-block .img-wrap .color-img-list li + li {
    margin-left: 8px;
  }
  .product-block .treatment-area .inner-block .img-wrap .color-img-list .balloon {
    bottom: calc(100% + 5px);
    left: 0;
    right: 0;
  }
  .product-block .treatment-area .inner-block .img-wrap .color-img-list .balloon::before,
  .product-block .treatment-area .inner-block .img-wrap .color-img-list .balloon::after {
    background: #b97d87;
    content: "";
    display: block;
    width: 2px;
    height: 22px;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
  }
  .product-block .treatment-area .inner-block .img-wrap .color-img-list .detail .txt {
    margin-top: 5px;
  }
  .product-block .treatment-area .inner-block .txt-wrap {
    max-width: 258px;
    width: 100%;
  }
  .product-block .item-archive-area .item-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .product-block .item-archive-area .item-box .img-wrap {
    width: 280px;
    padding-right: 48px;
    padding-bottom: 45px;
  }
  .product-block .note-box {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-block .note-box .note a:hover {
    text-decoration: none;
  }
  .faq-block .inner-block {
    max-width: 950px;
  }
  .howto-detail-block .howto-box .howto-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;
  }
  .howto-detail-block .howto-box .howto-list li {
    text-align: center;
    max-width: 228px;
  }
  .howto-detail-block .howto-box .howto-list li + li {
    margin-left: 76px;
  }
  .howto-detail-block .howto-box .howto-list li + li::before {
    bottom: 38px;
    left: -60px;
  }
  .howto-detail-block .howto-box .howto-list .img {
    height: 161px;
    margin-top: 25px;
  }
  .howto-detail-block .tag-list.col4 li {
    width: calc((100% - 48px) / 4);
  }
  .howto-detail-block .tag-list.col4 li + li {
    margin-left: 16px;
  }
  .howto-detail-block .tag-list.col3 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .howto-detail-block .tag-list.col3 li .txt {
    padding-right: 5px;
  }
  .howto-detail-block .step-list li {
    min-height: 200px;
    padding-left: 240px;
  }
  .howto-detail-block .step-list .img-wrap .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
  }
  .howto-detail-block .point-box .box {
    padding-left: 240px;
    min-height: 200px;
  }
  .howto-detail-block .point-box .box.no-img {
    width: calc((100% - 60px) / 2);
    margin: 52px 0 0;
  }
  .howto-detail-block .point-box .box.no-img + .no-img {
    margin-left: 60px;
  }
  .howto-detail-block .point-box .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
  }
  .howto-detail-block .point-box .box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column-list a:hover {
    color: #b97d87;
  }
  .column-list a:hover .img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .column-list a:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .column-list a:hover .thumb {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .page-more .more-btn:hover::before {
    bottom: -5px;
  }
  .column-detail .content-block .thumb-area .inner-block {
    padding: 0 100px;
  }
  .column-detail .content-block .border-box .list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column-detail .content-block .border-box .list .name {
    width: 20%;
  }
  .column-detail .content-block .border-box .list .name .ico {
    position: absolute;
    right: 0;
    top: 1px;
  }
  .column-detail .content-block .border-box .list .detail {
    padding-left: 25px;
    width: 80%;
  }
  .column-detail .content-block .img-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column-detail .content-block .img-txt.img-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .column-detail .content-block .img-txt.img-left .txt-area {
    padding-right: 30px;
    padding-left: 0;
  }
  .column-detail .content-block .img-txt figure {
    width: 47%;
  }
  .column-detail .content-block .img-txt .txt-area {
    width: 53%;
    padding-left: 30px;
  }
  .column-detail .content-block .lineup-box .inn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column-detail .content-block .lineup-box .item {
    width: calc((100% - 36px) / 3);
  }
  .column-detail .content-block .lineup-box .item + .item {
    margin-left: 16px;
  }
  .column-detail .content-block .lineup-box .item .txt-area {
    padding: 15px;
  }
  .faq .link-block .text-link a:hover::before {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    right: -5px;
  }
  .faq .link-block .anchor-wrap li:hover {
    background: #b97d87;
    color: #fff;
  }
  .faq .link-block .anchor-wrap li:hover::before {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    top: 10px;
    border-bottom-color: #fff;
    border-right-color: #fff;
  }
  .faq .link-block .anchor-wrap li:not(:nth-child(4n + 1)) {
    margin-left: 14px;
  }
  .faq .link-block .anchor-wrap li:nth-child(n + 5) {
    margin-top: 24px;
  }
  .c-bar-list {
    padding: 25px 0 40px;
  }
  .c-bar-list > li {
    font-size: 16px;
    padding: 0 40px;
  }
  .c-bar-list > li a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  .info .inner-block {
    max-width: 1140px;
  }
  .info .year-wrap {
    background: transparent;
  }
  .info .year-list > li {
    -webkit-transition: none;
    transition: none;
  }
  .info .year-list > li:not(:first-child) {
    margin-left: 40px;
  }
  .info .c-content-block .info-wrap {
    padding: 58px 0;
  }
  .info .c-content-block .box {
    padding: 35px 80px;
  }
  .info .c-content-block .box .list > li a {
    padding: 35px 20px;
  }
  .info .c-content-block .box .list > li a:hover .info-ttl {
    color: #b97d87;
  }
  .info .c-content-block .box .list > li .cat {
    padding: 6px 25px;
    line-height: 1.43;
    margin: 0 30px 0 0;
  }
  .info-detail .ttl-area .cat {
    min-width: 116px;
    padding: 6px 10px;
    line-height: 1.43;
    margin: 0 30px 0 0;
  }
  .info-detail .txt-area a:hover {
    text-decoration: none;
  }
  .item-detail .c-ttl-slash {
    font-size: 24px;
  }
  .item-detail .item-detail-block .item-link-list li:hover {
    opacity: 1;
  }
  .item-detail .item-detail-block .item-link-list li:hover a::before {
    background: #b97d87;
  }
  .item-detail .item-detail-block .item-link-list li:hover .en,
  .item-detail .item-detail-block .item-link-list li:hover .ja {
    color: #b97d87;
  }
  .item-detail .item-detail-block .item-wrap .info-area .box .tag-list li {
    margin: 2px 5px 0;
  }
  .item-detail .item-feature-block .ttl-wrap .ttl.small {
    font-size: 26px;
  }
  .item-detail .item-feature-block .box-inner.middle {
    padding-bottom: 50px;
  }
  .item-detail .item-feature-block .img-list-wrap .blend-list-wrap {
    width: calc(100% - 430px);
  }
  .item-detail .item-feature-block .img-list-wrap .blend-list-wrap .ttl {
    margin-bottom: 15px;
  }
  .item-detail .item-feature-block .img-list-wrap .blend-list-wrap li {
    margin-top: 3px;
  }
  .item-detail .item-feature-block .img-list-wrap .img {
    width: 430px;
  }
  .item-detail .monitor-challenge-block .box-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .item-detail .monitor-challenge-block .list {
    padding-right: 40px;
    width: calc(100% - 224px);
  }
  .item-detail .monitor-challenge-block .detail-wrap {
    width: 224px;
  }
  .item-detail .review-block .c-ttl01 {
    margin-bottom: 45px;
  }
  .item-detail .recommend-block .c-ttl01 {
    margin-bottom: 50px;
  }
  .item-detail .product-info-block .c-ttl01 {
    margin-bottom: 60px;
  }
  .beginner-lead-block {
    padding-bottom: 135px;
  }
  .beginner-detail-block .box {
    padding: 70px 105px 80px;
  }
  .beginner-detail-block .list {
    margin-top: -25px;
  }
}

@media only screen and (max-width: 640px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  .outer-block {
    min-width: 320px;
  }

  .inner-block {
    padding: 0 22px;
    width: auto;
  }

  #wrapper {
    min-width: 320px;
    position: relative;
    /* overflow: hidden; */
  }

  input[type="submit"] {
    -webkit-text-size-adjust: 100%;
  }

  input,
  select,
  textarea {
    font-size: 16px !important;
  }

  .pc {
    display: none !important;
  }
  .c-header .mega-menu .small-btn-wrap .small-btn.ico-external .inn {
    padding-left: 0;
  }
  .c-footer .top-wrap .inner-block {
    padding: 0 22px 50px;
  }
  .c-footer .top-wrap .link-list > li {
    border-bottom: 1px solid #414141;
  }
  .c-footer .top-wrap .link-list > li .btn::before {
    border: solid #414141;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
  }
  .c-footer .top-wrap .link-list > li .btn.js-aco-btn-sp::before {
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
  }
  .c-footer .top-wrap .link-list > li .btn.js-aco-btn-sp.is-active::before {
    -webkit-transform: rotate(-135deg) translate3d(0, 0, 0);
    transform: rotate(-135deg) translate3d(0, 0, 0);
  }
  .c-footer .top-wrap .link-list .btn {
    display: block;
    padding: 25px 35px 25px 15px;
    position: relative;
  }
  .c-footer .top-wrap .link-list .small-btn-wrap {
    padding-bottom: 15px;
  }
  .c-footer .top-wrap .link-list .small-btn {
    width: 100%;
    padding: 15px 45px 15px 20px;
    position: relative;
  }
  .c-footer .top-wrap .link-list .small-btn::before {
    border: solid #414141;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
  }
  .c-footer .top-wrap .p-anti-logo .txt {
    font-size: 12px;
    margin-top: 10px;
  }
  .c-footer .top-wrap .p-anti-logo img {
    width: 250px;
  }
  .c-footer .top-wrap .logo-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px auto 0;
    max-width: 392px;
  }
  .c-footer .top-wrap .logo-list li {
    width: 50%;
  }
  .c-footer .top-wrap .item-list {
    padding-bottom: 15px;
  }
  .c-footer .top-wrap .item-list li {
    height: 100%;
    padding: 0;
  }
  /* .c-footer .top-wrap .item-list li:nth-child(1) .img, .c-footer .top-wrap .item-list li:nth-child(2) .img {
    width: 15px;
  }
  .c-footer .top-wrap .item-list li:nth-child(3) .img {
    width: 7px;
  } 4412行目で.img imgを定義済み */
  .c-footer .top-wrap .item-list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px 45px 15px 20px;
    position: relative;
  }
  .c-footer .top-wrap .item-list a::before {
    border: solid #414141;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
  }
  .c-footer .top-wrap .item-list .img {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: center;
    width: 24px;
  }
  .c-footer .top-wrap .item-list .inn {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 12px;
    width: calc(100% - 24px);
  }
  .c-footer .top-wrap .item-list .inn .en {
    color: #969696;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 5px;
    font-size: 10px;
    margin-bottom: 3px;
  }
  .c-footer .top-wrap .item-list .inn .jp {
    letter-spacing: 0.025em;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 14px;
  }
  .c-footer .tel-wrap .inner-block {
    padding: 50px 40px;
  }
  .c-footer .tel-wrap .tel-area .ttl {
    font-size: 14px;
  }
  .c-footer .tel-wrap .tel-area .txt {
    font-size: 10px;
  }
  .c-footer .tel-wrap .tel-area .tel {
    max-width: 289px;
  }
  .c-footer .tel-wrap .tel-area .tel img {
    width: 100%;
  }
  .c-footer .tel-wrap .privacy-txt {
    font-size: 10px;
    margin-top: 30px;
  }
  .c-footer .bottom-wrap .inner-block {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .c-footer .bottom-wrap .btn-wrap {
    text-align: left;
  }
  .c-footer .bottom-wrap .btn-wrap li + li {
    margin-top: 30px;
  }
  .c-footer .bottom-wrap .btn-wrap .insta {
    width: 22px;
  }
  .c-footer .bottom-wrap .btn-wrap .cosme {
    width: 108px;
  }
  .c-footer .bottom-wrap .link-list {
    margin-top: 45px;
  }
  .c-footer .bottom-wrap .link-list li a {
    font-size: 12px;
  }
  .c-footer .bottom-wrap .link-list li + li {
    margin-top: 15px;
  }
  .c-footer .bottom-wrap .link-bnr {
    margin-top: 45px;
  }
  .c-footer .bottom-wrap .link-bnr li + li {
    margin-left: 10px;
  }
  .c-footer .bottom-wrap .copyright {
    font-size: 10px;
    margin-top: 45px;
  }
  .c-ttl01 {
    margin-bottom: 35px;
  }
  .c-ttl01 .ja {
    font-size: 11px;
    margin-top: 8px;
  }
  .c-ttl01 .en {
    font-size: 22px;
  }
  .c-ttl01.center-sp {
    text-align: center;
  }
  .c-ttl02 {
    margin-bottom: 10px;
  }
  .c-ttl02 {
    text-align: center;
  }
  .c-ttl02 .en {
    font-size: 12px;
  }
  .c-ttl02 .ja {
    font-size: 20px;
  }
  .c-ttl03 {
    font-size: 15px;
    margin-top: 55px;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  .c-ttl04 {
    font-size: 15px;
    margin-top: 35px;
    margin-bottom: 5px;
  }
  .c-ttl04 .inn {
    padding-right: 10px;
  }
  .c-ttl05 {
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .c-ttl-slash {
    font-size: 14px;
    margin: 40px 0 14px;
  }
  .c-ttl-slash .inn {
    padding: 0 8px;
  }
  .c-ttl-slash .inn::before,
  .c-ttl-slash .inn::after {
    height: 15px;
  }
  .c-btn01 {
    padding: 12px 45px 12px 20px;
    width: 100%;
  }
  .c-btn01 .btn-txt {
    font-size: 14px;
  }
  .c-btn01:not(.ico-truck, .ico-cart) .c-svg {
    width: 10px;
    height: 3px;
  }
  .c-btn02 .c-svg {
    margin-left: 10px;
    width: 10px;
    height: 4px;
  }
  .c-btn02 .en {
    font-size: 14px;
  }
  sup,
  .note {
    font-size: 10px !important;
  }
  .c-bg-bottom::before {
    background-size: 375px 10px;
    height: 10px;
    bottom: -10px;
  }
  .c-bg-top::after {
    background-size: 375px 10px;
    height: 10px;
    top: -10px;
  }
  .c-cat {
    font-size: 10px;
    min-width: 68px;
    padding: 2px 6px;
    line-height: 1;
  }
  .c-lead-txt {
    font-size: 14px;
  }
  .js-aco-btn-sp {
    cursor: pointer;
  }

  .js-aco-wrap-sp {
    display: none;
  }
  .not-found {
    padding-top: 45px;
    padding-bottom: 55px;
  }
  .not-found-ttl .num {
    font-size: 60px;
  }
  .not-found-ttl .en {
    font-size: 22px;
    margin-top: 10px;
  }
  .not-found-txt {
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-top: 30px;
  }
  .c-table01 table::before {
    height: calc(100% - 10px);
    left: 105px;
  }
  .c-table01 th::before,
  .c-table01 td::before {
    width: calc(100% - 5px);
  }
  .c-table01 th,
  .c-table01 td {
    padding: 7px 10px;
  }
  .c-table01 th {
    font-size: 10px;
    width: 105px;
  }
  .c-table01 td {
    font-size: 11px;
    line-height: 1.27;
  }
  .c-item-detail .ttl-wrap {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .c-item-detail .ttl-wrap::before {
    max-width: 300px;
  }
  .c-item-detail .ttl-wrap {
    text-align: center;
  }
  .c-item-detail .detail-cat {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .c-item-detail .sub-ttl {
    font-size: 14px;
    margin-top: 15px;
  }
  .c-item-detail .detail-txt {
    font-size: 12px;
    margin-top: 7px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .c-item-detail .capacity {
    font-size: 12px;
  }
  .c-item-detail .box .tag-list {
    margin-top: 2px;
  }
  .c-item-detail .box .tag-list li {
    font-size: 12px;
    padding: 0 5px;
  }
  .c-item-detail .box + .box {
    margin-top: 20px;
  }
  .c-item-detail .price {
    font-size: 13px;
  }
  .c-item-detail .price .num-txt {
    font-size: 30px;
  }
  .c-item-detail .link {
    font-size: 11px;
  }
  .c-item-detail .select-wrap .color-ttl {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .c-item-detail .color-list {
    padding-bottom: 36px;
  }
  .c-item-detail .color-list li + li {
    margin-left: 30px;
  }
  .c-item-detail .color-list li:nth-child(1) .balloon::before {
    left: 36px;
  }
  .c-item-detail .color-list li:nth-child(3) .balloon::before {
    right: 36px;
  }
  .c-item-detail .color-list .balloon {
    max-width: 190px;
  }
  .c-item-detail .color-list .balloon .inn {
    font-size: 13px;
  }
  .c-item-detail .color-list .balloon::before {
    border-width: 0 4px 6px 4px;
  }
  .c-item-detail .color-list .ico {
    width: 38px;
    height: 38px;
  }
  .c-item-detail .txt-wrap > .btn-wrap:last-child {
    margin-right: 8px;
  }
  .c-item-detail .select-wrap,
  .c-item-detail .box,
  .c-item-detail > .btn-wrap {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-faq-list .q-wrap .txt,
  .c-faq-list .a-wrap .txt {
    font-size: 14px;
  }
  .c-faq-list .q-wrap::before,
  .c-faq-list .a-wrap::before {
    font-size: 20px;
    top: 22px;
  }
  .c-faq-list .q-wrap {
    padding: 20px 50px;
  }
  .c-faq-list .q-wrap .ico::before,
  .c-faq-list .q-wrap .ico::after {
    width: 14px;
  }
  .c-faq-list .a-wrap {
    padding: 20px 20px 20px 50px;
  }
  .c-faq-list .customer-box .ttl {
    font-size: 14px;
  }
  .c-faq-list .mypage-step-ss-wrap td {
    min-width: 250px;
    max-width: 250px;
    padding: 0 20px;
    font-size: 12px;
  }
  .c-under-mv-block .inner-block {
    padding: 50px 0 47px;
  }
  .c-under-mv-block .c-ttl01 .en {
    font-size: 22px;
  }
  .c-under-mv-block .c-ttl01 .ja {
    font-size: 11px;
    margin-top: 16px;
  }
  .c-under-mv-block::before {
    bottom: 0;
  }
  .breadcrumb-block .inner-block {
    padding-bottom: 20px;
  }
  .c-breadcrumb li:first-child::before {
    height: 8px;
    width: 12px;
    top: 4px;
  }
  .c-breadcrumb li + li::before {
    height: 5px;
    width: 5px;
    top: 6px;
    left: 5px;
  }
  .c-breadcrumb li + li {
    padding-left: 15px;
  }
  .c-breadcrumb li {
    font-size: 10px;
    padding-left: 13px;
  }
  .c-breadcrumb {
    padding-bottom: 10px;
  }
  .paging-area .page-numbers.prev .c-svg {
    left: 10px;
  }
  .paging-area .page-numbers.next .c-svg {
    right: 10px;
  }
  .paging-area .page-numbers {
    min-width: inherit;
    font-size: 13px;
    padding: 9px 20px;
    position: relative;
    width: calc((100% - 30px) / 2);
  }
  .paging-area .back-btn::before {
    bottom: -1px;
  }
  .paging-area .back-btn {
    font-size: 12px;
    max-width: 48px;
    margin-top: 0;
    bottom: -54px;
  }
  .paging-area {
    padding: 0;
    margin: 0 auto 53px;
    min-height: 91px;
  }
  .paging-area .inner-block {
    padding: 0 50px;
    width: 100%;
    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: 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;
  }
  .c-review-paging-area {
    margin-top: 40px;
  }
  .c-review-paging-area .page-numbers {
    line-height: 24px;
    margin: 0 5px;
    width: 36px;
    height: 26px;
  }
  .c-review-paging-area .page-numbers.dots {
    margin: 0 7px;
  }
  .c-review-paging-area .page-numbers.dots .dot {
    width: 2px;
    height: 2px;
  }
  .c-review-paging-area .page-numbers.next::before,
  .c-review-paging-area .page-numbers.prev::before {
    width: 11px;
    height: 4px;
  }
  .c-info-page-more {
    margin-top: 30px;
  }
  .c-info-page-more a,
  .c-info-page-more button {
    font-size: 12px;
    padding-bottom: 5px;
  }
  .c-star-rating {
    font-size: 11px;
  }
  #total-rating {
    margin-top: 10px;
  }
  #total-rating a {
    font-size: 11px;
  }
  .c-subscription-block {
    padding-top: 54px;
  }
  .c-subscription-block .head {
    padding: 5px 20px 5px 120px;
    text-align: left;
  }
  .c-subscription-block .head .ttl {
    font-size: 18px;
  }
  .c-subscription-block .head .ttl .num-txt {
    font-size: 30px;
  }
  .c-subscription-block .head .ttl .middle {
    font-size: 20px;
  }
  .c-subscription-block .head .ttl .middle .small {
    font-size: 17px;
  }
  .c-subscription-block .head .ribbon {
    width: 165px;
    height: 79px;
    left: -5px;
    top: -5px;
  }
  .c-subscription-block .body {
    padding: 20px;
  }
  .c-subscription-block .txt-area .item-price {
    margin-bottom: 20px;
  }
  .c-subscription-block .txt-area .item-ttl,
  .c-subscription-block .txt-area .capacity {
    padding-left: 78px;
  }
  .c-subscription-block .txt-area .item-ttl {
    font-size: 16px;
  }
  .c-subscription-block .txt-area .capacity {
    font-size: 10px;
    margin-top: 10px;
  }
  .c-subscription-block .txt-area .item-price .img {
    top: inherit;
    bottom: -10px;
    width: 63px;
    height: 150px;
  }
  .c-subscription-block .txt-area .item-price .arrow {
    padding: 5px 0 5px 30px;
    min-width: 90px;
    text-align: center;
    height: 78px;
  }
  .c-subscription-block .txt-area .item-price .arrow::before {
    border-width: 39px 0 39px 14px;
    width: 14px;
    height: 78px;
  }
  .c-subscription-block .txt-area .item-price .arrow .txt {
    font-size: 12px;
  }
  .c-subscription-block .txt-area .item-price .arrow .price {
    font-size: 16px;
  }
  .c-subscription-block .txt-area .item-price .arrow .price .num-txt {
    font-size: 40px;
  }
  .c-subscription-block .txt-area .item-price .arrow .price .small {
    font-size: 16px;
  }
  .c-subscription-block .txt-area .discount {
    margin-left: 20px;
  }
  .c-subscription-block .txt-area .discount .txt {
    font-size: 12px;
  }
  .c-subscription-block .txt-area .discount .price {
    font-size: 14px;
  }
  .c-subscription-block .txt-area .discount .price .num-txt {
    font-size: 30px;
  }
  .c-subscription-block .txt-area .discount .price .small {
    font-size: 10px;
  }
  .c-subscription-block .txt-area .discount .sub-txt {
    font-size: 8px;
    margin-top: 5px;
  }
  .c-subscription-block .txt-area .list-wrap {
    margin-top: 10px;
  }
  .c-subscription-block .txt-area .list-wrap .list li {
    width: 50%;
    padding: 10px;
  }
  .c-subscription-block .txt-area .list-wrap .list li:nth-child(odd) {
    padding-left: 0;
  }
  .c-subscription-block .txt-area .list-wrap .list li:nth-child(even) {
    padding-right: 0;
    border-left: 1px solid #414141;
  }
  .c-subscription-block .txt-area .list-wrap .list li:nth-child(n + 3) {
    border-top: 1px solid #414141;
  }
  .c-subscription-block .txt-area .list-wrap .list li .ico {
    width: 26px;
    max-height: 26px;
  }
  .c-subscription-block .txt-area .list-wrap .list li .txt {
    font-size: 11px;
    width: calc(100% - 26px);
  }
  .c-subscription-block .txt-area .list-wrap .link-txt-wrap {
    width: 100%;
    text-align: right;
  }
  .c-subscription-block .txt-area .list-wrap .link-txt {
    font-size: 9px;
    margin-top: 6px;
  }
  .c-subscription-block .txt-area .notice-wrap {
    margin-top: 20px;
  }
  .c-subscription-block .txt-area .notice-txt {
    text-align: center;
    font-size: 9px;
  }
  .c-subscription-block .btn-area .item:first-child {
    padding-bottom: 14px;
  }
  .c-subscription-block .btn-area .item:not(:first-child) {
    padding: 14px 0;
  }
  .c-subscription-block .btn-area .item:last-child {
    padding-top: 14px;
  }
  .c-subscription-block .btn-area .item + .item {
    border-top: 1px solid #beb9b4;
  }
  .c-subscription-block .btn-area .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .c-subscription-block .btn-area .item div {
    width: 50%;
    flex-grow: 1;
  }
  .c-subscription-block .btn-area .ttl-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 8px;
    width: calc(100% - 136px);
  }
  .c-subscription-block .btn-area .ttl-wrap .ico {
    width: 36px;
    height: 36px;
  }
  .c-subscription-block .btn-area .ttl-wrap .inn {
    padding-left: 5px;
    width: calc(100% - 36px);
  }
  .c-subscription-block .btn-area .ttl-wrap .inn .ttl {
    font-size: 12px;
  }
  .c-subscription-block .btn-area .ttl-wrap .inn .txt {
    font-size: 8px;
    padding-right: 40px;
  }
  .c-subscription-block .btn-area .ttl-wrap .inn .tag {
    font-size: 8px;
    text-align: center;
    top: inherit;
    bottom: 0;
    line-height: 1.1;
  }
  .c-subscription-block .btn-area .c-btn01.item-btn {
    /*width: 136px;*/
    width: 150px;
    padding-left: 40px;
    padding-right: 12px;
  }
  .c-subscription-block .btn-area .c-btn01.item-btn .btn-txt {
    font-size: 12px;
    line-height: 1.2;
  }
  .c-subscription-block .btn-area .c-btn01.item-btn .c-svg {
    width: 20px;
    height: 13px;
    left: 10px;
  }
  .js-cart-count {
    right: -8px;
  }
  .mv-block {
    height: 114.667vw;
  }
  .mv-block .mv-ttl {
    -webkit-filter: drop-shadow(0 0 7px #695236);
    filter: drop-shadow(0 0 7px #695236);
    width: 6.933vw;
    height: 107.467vw;
    top: 0;
    bottom: 0;
    right: 18px;
  }
  .mv-block .mv-logo {
    width: 45.6vw;
    height: 29.867vw;
    left: 0;
    right: 0;
    top: -25.412vw;
    bottom: 0;
  }
  .mv-block .mv-txt {
    width: 33.867vw;
    height: 6.4vw;
    left: 4.471vw;
    bottom: 41.067vw;
  }
  .mv-block .mv-note {
    position: absolute;
    width: 21.867vw;
    height: 2.133vw;
    left: 7px;
    bottom: 18px;
  }
  .news-media-block {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .news-media-block .c-ttl01 .en {
    font-size: 18px;
  }
  .news-media-block .c-ttl01 {
    margin-bottom: 5px;
  }
  .news-media-block .item .cat-wrap .date {
    margin-left: 20px;
  }
  .news-media-block .item .txt {
    line-height: 2;
    margin-top: 8px;
    font-size: 14px;
  }
  .news-media-block .btn-wrap {
    margin-top: 20px;
  }
  .campaign-block {
    padding-top: 70px;
  }
  .campaign-block .bnr-wrap {
    text-align: center;
  }
  .campaign-block .bnr-wrap .c-bnr {
    width: 100%;
  }
  .campaign-block .bnr-wrap .c-bnr .inn {
    width: 100%;
    height: 0;
    padding-top: 50%;
  }
  .campaign-block .bnr-wrap .txt {
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
  }
  .campaign-block .bnr-wrap .txt + .txt {
    margin-top: 0;
  }
  .campaign-block .about-area {
    background-image: url(../img/home/about-bg-sp.png);
    background-size: 375px auto;
    min-height: 525px;
    margin-top: 90px;
  }
  .campaign-block .about-area .inner-block {
    max-width: calc(290px + 44px);
    padding-top: 50px;
  }
  .campaign-block .about-area .inner-block .c-ttl01 {
    margin-bottom: 30px;
  }
  .campaign-block .about-area .img {
    position: absolute;
    top: -55px;
    right: -80px;
    width: 143px;
  }
  .campaign-block .about-area .ttl {
    margin-bottom: 20px;
  }
  .campaign-block .about-area .ttl img {
    height: 54px;
  }
  .campaign-block .about-area .txt {
    font-size: 13px;
    line-height: 1.8;
  }
  .campaign-block .about-area .note {
    margin-top: 10px;
  }
  .campaign-block .about-area .btn-wrap {
    margin-top: 10px;
  }
  .product-block {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .product-block .c-ttl01 {
    margin-bottom: 25px;
  }
  .product-block .treatment-area {
    background-image: url(../img/home/product-bg-sp.png);
    background-position: top right;
    max-width: 398px;
    min-height: 831px;
    margin-left: auto;
  }
  .product-block .treatment-area .inner-block {
    padding-top: 55px;
    padding-bottom: 25px;
    padding-left: 50px;
    max-width: 380px;
    margin-left: auto;
    margin-right: 0;
  }
  .product-block .treatment-area .inner-block .img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 30px;
  }
  .product-block .treatment-area .inner-block .img-wrap .item-img {
    width: 85px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .product-block .treatment-area .inner-block .img-wrap .color-img-list {
    width: 124px;
    margin-left: 55px;
  }
  .product-block .treatment-area .inner-block .img-wrap .color-img-list li + li {
    margin-top: 3px;
  }
  .product-block .treatment-area .inner-block .img-wrap .color-img-list .balloon {
    font-size: 8px;
    bottom: 0;
    top: 0;
    margin: auto;
    right: calc(100% + 5px);
    width: 8.5px;
    height: 68.5px;
  }
  .product-block .treatment-area .inner-block .img-wrap .color-img-list .detail {
    padding: 3px 5px 4px;
  }
  .product-block .treatment-area .inner-block .img-wrap .color-img-list .detail .ttl,
  .product-block .treatment-area .inner-block .img-wrap .color-img-list .detail .txt {
    font-size: 8px;
  }
  .product-block .item-archive-area .item-box .img-wrap {
    margin-bottom: 30px;
  }
  .product-block .item-archive-area .item-box .img-wrap img {
    max-width: 82px;
    max-height: 200px;
  }
  .product-block .item-archive-area .item-box + .item-box {
    margin-top: 57px;
  }
  .product-block .note-box {
    margin-top: 45px;
  }
  .product-block .note-box .note.border {
    padding: 5px;
  }
  .how-to-block {
    padding-top: 65px;
    padding-bottom: 70px;
  }
  .how-to-block .c-ttl01 {
    margin-bottom: 25px;
  }
  .faq-block {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .faq-block .c-ttl01 {
    margin-bottom: 25px;
  }
  .faq-block .btn-wrap {
    margin-top: 20px;
  }
  .howto-detail-block .inner-block {
    padding: 60px 50px 50px;
  }
  .howto-detail-block .c-movie {
    margin-left: -28px;
    margin-right: -28px;
  }
  .howto-detail-block .c-lead-txt {
    font-size: 13px;
    margin-bottom: 30px;
  }
  .howto-detail-block .howto-box + .howto-box {
    margin-top: 25px;
  }
  .howto-detail-block .howto-box .txt {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .howto-detail-block .howto-box .howto-list {
    padding: 30px 25px;
  }
  .howto-detail-block .howto-box .howto-list li {
    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-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    max-width: 220px;
    margin: auto;
  }
  .howto-detail-block .howto-box .howto-list li:last-child img {
    width: 48px;
  }
  .howto-detail-block .howto-box .howto-list li + li {
    margin-top: 40px;
  }
  .howto-detail-block .howto-box .howto-list li + li::before {
    background-image: url(/assets/images/clayence/ico-arrow-bottom.svg);
    width: 21px;
    height: 21px;
    right: 0;
    left: 0;
    top: -30px;
  }
  .howto-detail-block .howto-box .howto-list .en {
    font-size: 11px;
  }
  .howto-detail-block .howto-box .howto-list .ja {
    font-size: 14px;
    margin-top: 8px;
  }
  .howto-detail-block .howto-box .howto-list .img {
    width: 43px;
    text-align: center;
  }
  .howto-detail-block .howto-box .howto-list .ttl {
    padding-left: 20px;
    width: calc(100% - 43px);
  }
  .howto-detail-block .howto-box + .c-ttl04 {
    margin-top: 50px;
  }
  .howto-detail-block .tag-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 14px 0;
  }
  .howto-detail-block .tag-list li .tag {
    font-size: 11px;
    line-height: 1.3;
    padding: 0 5px 1px;
    border-radius: 3px;
  }
  .howto-detail-block .tag-list.col4 li {
    width: calc((100% - 7px) / 2);
  }
  .howto-detail-block .tag-list.col4 li:not(:nth-child(2n + 1)) {
    margin-left: 6px;
  }
  .howto-detail-block .tag-list.col4 li:nth-child(n + 3) {
    margin-top: 6px;
  }
  .howto-detail-block .tag-list.col3 {
    margin: 14px auto 10px;
    max-width: 400px;
  }
  .howto-detail-block .tag-list.col3 li + li {
    margin-top: 5px;
  }
  .howto-detail-block .tag-list.col3 li .tag {
    width: 90px;
  }
  .howto-detail-block .tag-list.col3 li .txt {
    font-size: 12px;
    width: calc(100% - 90px);
  }
  .howto-detail-block .tag-list.col3 + .txt {
    margin-top: 10px;
  }
  .howto-detail-block .step-list {
    margin-top: 15px;
  }
  .howto-detail-block .step-list li > .txt {
    line-height: 1.63;
  }
  .howto-detail-block .step-list li > .txt.ico::before {
    width: 10px;
    height: 9px;
  }
  .howto-detail-block .step-list li + li {
    margin-top: 50px;
  }
  .howto-detail-block .step-list li + li::before {
    width: 17px;
    height: 17px;
  }
  .howto-detail-block .step-list .img-wrap {
    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;
    margin-bottom: 12px;
  }
  .howto-detail-block .step-list .img-wrap .ttl {
    width: calc(100% - 160px);
    padding-right: 10px;
  }
  .howto-detail-block .step-list .img-wrap .ttl .num {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .howto-detail-block .step-list .img-wrap .ttl .txt {
    font-size: 14px;
  }
  .howto-detail-block .step-list .img-wrap .img {
    width: 160px;
    height: 160px;
  }
  .howto-detail-block .point-box {
    padding: 40px 30px;
  }
  .howto-detail-block .point-box .box {
    text-align: center;
  }
  .howto-detail-block .point-box .box + .box {
    margin-top: 33px;
  }
  .howto-detail-block .point-box .ttl {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .howto-detail-block .point-box .img {
    width: 160px;
    height: 160px;
    margin: auto;
  }
  .howto-detail-block .point-box .txt {
    line-height: 1.63;
    margin-top: 10px;
    text-align: left;
  }
  .howto-detail-block .point-box .box-wrap {
    margin-top: 35px;
  }
  .howto-detail-block .txt {
    font-size: 14px;
  }
  .howto-detail-block .notice-area .c-lead-txt {
    margin-top: 24px;
  }
  .howto-detail-block .notice-area .c-ttl03 + .c-ttl04 {
    margin-top: 35px;
  }
  .howto-detail-block .notice-area .txt {
    line-height: 1.63;
  }
  .howto-detail-block .notice-area .txt + .c-ttl04 {
    margin-top: 34px;
  }
  .howto-detail-block .notice-area .txt + .ttl {
    margin-top: 7px;
  }
  .howto-detail-block .notice-area .ttl {
    font-size: 14px;
  }
  .column-block .inner-block {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .column-list li {
    width: calc((100% - 7px) / 2);
  }
  .column-list li:not(:nth-child(4n + 1)) {
    margin-left: 0;
  }
  .column-list li:nth-child(n + 5) {
    margin-top: 0;
  }
  .column-list li:nth-child(2n + 2) {
    margin-left: 7px;
  }
  .column-list li:nth-child(n + 3) {
    margin-top: 26px;
  }
  .column-list .img .thumb {
    padding-top: 70.67%;
  }
  .column-list .ttl {
    font-size: 14px;
    margin-top: 4px;
  }
  .page-more {
    font-size: 16px;
    margin-top: 20px;
  }
  .column-detail .content-block .ttl-area .inner-block {
    padding: 36px 24px;
  }
  .column-detail .content-block .ttl-area .main-title {
    font-size: 18px;
  }
  .column-detail .content-block .thumb-area .inner-block {
    padding: 0;
  }
  .column-detail .content-block .content-block .inner-block {
    padding: 48px 24px;
  }
  .column-detail .content-block .content-block h2 {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 26px;
    margin-bottom: 36px;
  }
  .wp-block-image figcaption {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    font-size: 14px;
    line-height: 1.8em;
  }
  .column-detail .content-block .content-block h3 {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .column-detail .content-block .content-block p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .column-detail .content-block .content-block .gray-box .img {
    width: 100%;
  }
  .column-detail .content-block .content-block .gray-box .txt-wrap .ttl {
    font-size: 9px;
    line-height: 1.5;
    margin-bottom: 9px;
  }
  .column-detail .content-block .content-block .gray-box .txt-wrap .txt {
    font-size: 9px;
    line-height: 1.5;
  }
  .column-detail .content-block .content-block .gray-box .txt-wrap {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
  .column-detail .content-block .content-block .gray-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    margin-top: 66px;
  }
  .column-detail .content-block .border-box {
    border-width: 3px;
    padding: 15px 20px 20px;
  }
  .column-detail .content-block .border-box .ttl {
    font-size: 16px;
  }
  .column-detail .content-block .border-box .list .name {
    font-size: 13px;
  }
  .column-detail .content-block .border-box .list .detail {
    font-size: 13px;
  }
  .column-detail .content-block .num-ttl-wrap {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .column-detail .content-block .num-ttl-wrap p {
    font-size: 14px;
  }
  .column-detail .content-block .img-txt figure {
    margin-bottom: 20px;
  }
  .column-detail .content-block .lineup-box .ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .column-detail .content-block .lineup-box .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
  }
  .column-detail .content-block .lineup-box .item + .item {
    margin-top: 15px;
  }
  .column-detail .content-block .lineup-box .item .img {
    width: 100px;
  }
  .column-detail .content-block .lineup-box .item .txt-area {
    width: calc(100% - 100px);
    padding-left: 15px;
  }
  .column-detail .content-block .lineup-box .item .ttl,
  .column-detail .content-block .lineup-box .item .txt {
    font-size: 12px;
  }
  .column-detail .content-block .wp-block-image {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .faq .link-block .inner-block {
    padding: 32px 22px 53px;
  }
  .faq .link-block .text-link a {
    margin-left: 12px;
    margin-right: 12px;
  }
  .faq .link-block .text-link a::before {
    width: 6px;
    height: 6px;
    border-top: 1px solid #b97d87;
    border-right: 1px solid #b97d87;
    top: 6px;
  }
  .faq .link-block .text-link a {
    font-size: 14px;
    padding-right: 14px;
  }
  .faq .link-block .anchor-wrap li::before {
    width: 6px;
    height: 6px;
    right: 10px;
  }
  .faq .link-block .anchor-wrap li {
    font-size: 13px;
    padding: 12px 20px 12px 10px;
  }
  .faq .link-block .anchor-wrap li {
    border-radius: 5px;
    width: calc((100% - 7px) / 2);
  }
  .faq .link-block .anchor-wrap li:nth-child(2n + 2) {
    margin-left: 7px;
  }
  .faq .link-block .anchor-wrap li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .faq .link-block .anchor-wrap {
    margin-top: 25px;
  }
  .faq .faq-block .inner-block {
    padding-bottom: 55px;
  }
  .faq .faq-block .faq-ttl {
    font-size: 16px;
    margin-bottom: 13px;
  }
  .faq .faq-block .c-faq-list li + li {
    margin-top: 10px;
  }
  .faq .faq-block .c-faq-list .q-wrap::before,
  .faq .faq-block .c-faq-list .a-wrap::before {
    left: 18px;
    top: 18px;
  }
  .faq .faq-block .c-faq-list .q-wrap {
    padding: 15px 40px 16px 50px;
  }
  .faq .faq-block .c-faq-list .a-wrap {
    padding: 15px 20px 16px 50px;
  }
  .faq .faq-block .c-faq-list .a-wrap .txt {
    line-height: 1.6;
  }
  .faq .faq-block .faq-wrap .wrap + .wrap {
    margin-top: 44px;
  }
  .faq .faq-block {
    padding: 0;
  }
  .column-block .inner-block {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .info .c-content-block .box .list > li .top {
    font-size: 10px;
  }
  .info .c-content-block .box .list > li .info-ttl {
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }
  .info-detail .ttl-area .top-txt {
    font-size: 10px;
  }
  .info-detail .ttl-area .ttl {
    font-size: 17px;
    text-align: left;
    padding: 0 30px;
    margin-top: 21px;
  }
  .info-detail .info-content-block {
    padding-top: 40px;
    margin-bottom: 50px;
  }
  .info-detail .info-content-block .paging-area {
    margin-top: 57px;
  }
  .info-detail .inner-min {
    padding: 0 20px;
  }
  .info-detail .txt-area {
    margin-top: 32px;
    padding: 0 30px;
  }
  .info-detail .txt-area p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .info-detail .txt-area img {
    width: auto;
    margin: 40px auto;
  }
  .item-detail .item-detail-block {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .item-detail .item-detail-block .item-link-list {
    margin-bottom: 60px;
  }
  .item-detail .item-detail-block .item-link-list li + li {
    margin-left: 5px;
  }
  .item-detail .item-detail-block .item-link-list li {
    width: calc((100% - 10px) / 3);
  }
  .item-detail .item-detail-block .item-link-list a {
    padding-bottom: 10px;
  }
  .item-detail .item-detail-block .item-link-list a::before {
    height: 1px;
  }
  .item-detail .item-detail-block .item-link-list .en {
    font-size: 9px;
    line-height: 1.3;
    margin-bottom: 0;
  }
  .item-detail .item-detail-block .item-link-list .ja {
    font-size: 9px;
    line-height: 1.4;
    margin-top: 4px;
  }
  .item-detail .item-detail-block .item-wrap .slide-area {
    max-width: 270px;
    margin: auto;
  }
  .item-detail .item-detail-block .item-wrap .thumb-slider {
    margin-top: 10px;
  }
  .item-detail .item-detail-block .item-wrap .thumb-slider .slick-slide {
    width: 40px !important;
    height: 40px;
  }
  .item-detail .item-detail-block .item-wrap .info-area {
    padding-left: 28px;
    padding-right: 28px;
  }
  .item-detail .item-detail-block .item-wrap .info-area .ttl-wrap .c-ttl02 .en {
    font-size: 14px;
  }
  .item-detail .item-detail-block .item-wrap .info-area .ttl-wrap .c-ttl02 .ja {
    font-size: 24px;
  }
  .item-detail .item-detail-block .item-wrap .info-area .price {
    font-size: 14px;
  }
  .item-detail .item-detail-block .item-wrap .info-area .price .num-txt {
    font-size: 34px;
  }
  .item-detail .item-detail-block .item-wrap .info-area .box .tag-list li {
    font-size: 12px;
  }
  .item-detail .item-detail-block .item-wrap .info-area .capacity {
    font-size: 11px;
  }
  .item-detail .item-detail-block .item-wrap .info-area .link-wrap .link {
    font-size: 12px;
  }
  .item-detail .item-detail-block .item-wrap .info-area .c-btn01 {
    margin-top: 12px;
  }
  .item-detail .item-detail-block .item-wrap .info-area .box,
  .item-detail .item-detail-block .item-wrap .info-area .btn-wrap {
    max-width: 100%;
  }
  .item-detail .item-detail-block .item-wrap .info-area .select-wrap {
    max-width: 190px;
    margin-top: 12px;
    margin-left: 0;
  }
  .item-detail .campaign-block {
    padding-top: 60px;
    padding-bottom: 55px;
  }
  .item-detail .item-feature-block {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .item-detail .item-feature-block .box + .box {
    margin-top: 40px;
  }
  .item-detail .item-feature-block .ttl-wrap {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .item-detail .item-feature-block .ttl-wrap .num {
    width: 70px;
    height: 70px;
    padding-top: 15px;
  }
  .item-detail .item-feature-block .ttl-wrap .num .txt {
    font-size: 11px;
  }
  .item-detail .item-feature-block .ttl-wrap .num .num-txt {
    font-size: 30px;
  }
  .item-detail .item-feature-block .ttl-wrap .ttl {
    font-size: 16px;
    width: calc(100% - 70px);
    padding-left: 15px;
  }
  .item-detail .item-feature-block .ttl-wrap .ttl.sp-small {
    font-size: 14px;
  }
  .item-detail .item-feature-block .box-inner {
    padding: 35px 28px 40px;
  }
  .item-detail .item-feature-block .ttl-txt {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .item-detail .item-feature-block .ico-txt {
    font-size: 14px;
    padding-left: 22px;
    line-height: 1.6;
  }
  .item-detail .item-feature-block .ico-txt::before {
    width: 9px;
    height: 2px;
    top: 10px;
  }
  .item-detail .item-feature-block .ico-txt + .ico-txt {
    margin-top: 7px;
  }
  .item-detail .item-feature-block .img-list-wrap .blend-list-wrap .blend-list li {
    margin: 10px 5px 0;
  }
  .item-detail .item-feature-block .blend-list-wrap {
    margin-top: 25px;
  }
  .item-detail .item-feature-block .blend-list-wrap .ttl {
    font-size: 12px;
    margin-bottom: 0;
  }
  .item-detail .item-feature-block .blend-list-wrap .blend-list {
    max-width: 300px;
    margin: auto;
  }
  .item-detail .item-feature-block .blend-list-wrap .blend-list li {
    width: 90px;
    height: 90px;
    margin: 10px 8px 0;
  }
  .item-detail .item-feature-block .blend-list-wrap .blend-list li .inn .txt {
    font-size: 10px;
    letter-spacing: -0.02em;
  }
  .item-detail .item-feature-block .blend-list-wrap .blend-list li .inn .sub {
    font-size: 10px;
  }
  .item-detail .item-feature-block .blend-list-wrap .col-wrap .blend-list {
    max-width: 220px;
  }
  .item-detail .item-feature-block .blend-list-wrap .col-wrap .blend-list li:first-child {
    margin-left: 40px;
    margin-right: 40px;
  }
  .item-detail .item-feature-block .before-after-wrap {
    margin-top: 25px;
  }
  .item-detail .item-feature-block .before-after-wrap.middle {
    max-width: 220px;
    margin-right: auto;
    margin-left: auto;
  }
  .item-detail .item-feature-block .before-after-wrap.middle + .note {
    max-width: 220px;
    margin-right: auto;
    margin-left: auto;
  }
  .item-detail .item-feature-block .before-after-wrap .ttl {
    font-size: 12px;
  }
  .item-detail .item-feature-block .before-after-wrap .before-after-list li + li {
    margin-left: 38px;
  }
  .item-detail .item-feature-block .before-after-wrap .before-after-list li + li::before {
    width: 13px;
    height: 13px;
    left: -25px;
  }
  .item-detail .item-feature-block .before-after-wrap02 {
    margin-top: 25px;
  }
  .item-detail .item-feature-block .before-after-wrap02 .before-after-list li + li {
    margin-left: 38px;
  }
  .item-detail .item-feature-block .before-after-wrap02 .before-after-list li + li::before {
    width: 13px;
    height: 13px;
    left: -25px;
  }
  .item-detail .item-feature-block .before-after-wrap02.dyeing_tst .before-after-list {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  .item-detail .item-feature-block .before-after-wrap02.dyeing_tst .before-after-list li + li {
    margin-left: 0px;
    margin-top: 20px;
  }
  .item-detail .item-feature-block .before-after-wrap02.dyeing_tst .before-after-list li + li::before {
    bottom: 100%;
    top: -18px;
    left: 50%;
    transform: rotate(90deg);
    margin-left: -6px;
  }
  .item-detail .item-feature-block .before-after-wrap02 .txt {
    font-size: 11px;
    margin-top: 10px;
  }
  .item-detail .item-feature-block .triple-list {
    border-radius: 5px;
    padding: 18px 24px;
  }
  .item-detail .item-feature-block .triple-list li {
    text-align: center;
    padding: 12px 0;
  }
  .item-detail .item-feature-block .triple-list li:first-child {
    padding-top: 0;
  }
  .item-detail .item-feature-block .triple-list li:last-child {
    padding-bottom: 0;
  }
  .item-detail .item-feature-block .triple-list li + li {
    border-top: 1px solid #b97d87;
  }
  .item-detail .item-feature-block .triple-list .ttl {
    font-size: 13px;
  }
  .item-detail .item-feature-block .triple-list .txt {
    font-size: 11px;
  }
  .item-detail .item-feature-block .dyeing_tst {
    border-radius: 5px;
    padding: 1px 20px 18px;
  }
  .item-detail .item-feature-block .dyeing_tst .c-sub_ttl {
    font-size: 13px;
  }
  .item-detail .item-feature-block .dyeing_tst .c-sub_ttl .sm_txt {
    font-size: 11px;
  }
  .item-detail .item-feature-block .one_dyeing .before-after-list li,
  .item-detail .item-feature-block .dyeing_tst .before-after-list li {
    font-size: 10px;
    font-weight: bold;
    text-align: left;
  }
  .item-detail .item-feature-block .treatment-effect .before-after-list li {
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    width: auto;
  }
  .item-detail .item-feature-block .dyeing_tst li {
    text-align: center;
    padding: 12px 0;
  }
  .item-detail .item-feature-block .dyeing_tst li:first-child {
    padding-top: 0;
  }
  .item-detail .item-feature-block .dyeing_tst li:last-child {
    padding-bottom: 0;
  }
  .item-detail .item-feature-block .c-sub_ttl-slash {
    font-size: 12px;
    margin: 0 0 5px;
  }
  .item-detail .item-feature-block .c-sub_ttl-slash .inn {
    padding: 0 8px;
  }
  .item-detail .item-feature-block .c-sub_ttl-slash .inn::before,
  .item-detail .item-feature-block .c-sub_ttl-slash .inn::after {
    height: 15px;
  }
  .item-detail .item-feature-block .treatment-effect li:first-child {
    padding-bottom: 15px;
  }
  .item-detail .item-feature-block .separation-wrap {
    margin-top: 30px;
    padding-top: 25px;
  }
  .item-detail .item-feature-block .ico-list {
    margin: 5px -20px 0;
  }
  .item-detail .item-feature-block .ico-list li {
    margin: 10px 10px 0;
    min-width: 77px;
  }
  .item-detail .item-feature-block .ico-list .ico {
    width: 60px;
    height: 60px;
    margin: auto;
  }
  .item-detail .item-feature-block .ico-list .txt {
    font-size: 11px;
  }
  .item-detail .item-feature-block .c-additive-free-list {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .item-detail .item-feature-block .c-additive-free-list li {
    border-radius: 5px;
    margin: 10px 8px 0;
    padding: 9px 3px 30px;
    width: 75px;
  }
  .item-detail .item-feature-block .c-additive-free-list.test-done li {
    border-radius: 5px;
    margin: 10px 8px 0;
    padding: 20px 3px;
    width: 75px;
  }
  .item-detail .item-feature-block .c-additive-free-list li::before,
  .item-detail .item-feature-block .c-additive-free-list li::after {
    width: 3px;
    height: 20px;
    bottom: 7px;
  }
  .item-detail .item-feature-block .c-additive-free-list li .txt {
    font-size: 11px;
    line-height: 1.27;
  }
  .item-detail .item-feature-block .img-wrap {
    padding: 0 6px;
    margin-top: 25px;
  }
  .item-detail .item-feature-block .img-wrap .img-txt {
    font-size: 7px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .item-detail .item-feature-block .note {
    margin-top: 10px;
    line-height: 1.5;
  }
  .item-detail .item-feature-block .c-ttl01:not(:first-child) {
    padding-top: 70px;
  }
  .item-detail .monitor-challenge-block {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .item-detail .monitor-challenge-block .c-ttl01 .en {
    padding-right: 32px;
  }
  .item-detail .monitor-challenge-block .c-ttl01 .en::before {
    width: 20px;
    height: 20px;
  }
  .item-detail .monitor-challenge-block .box {
    border-radius: 4px;
    margin-top: 35px;
  }
  .item-detail .monitor-challenge-block .box + .box {
    margin-top: 20px;
  }
  .item-detail .monitor-challenge-block .info {
    padding: 10px 20px;
  }
  .item-detail .monitor-challenge-block .info .img {
    width: 50px;
  }
  .item-detail .monitor-challenge-block .info .name-wrap {
    padding-left: 10px;
    width: calc(100% - 50px);
  }
  .item-detail .monitor-challenge-block .info .name-wrap .position {
    font-size: 16px;
  }
  .item-detail .monitor-challenge-block .info .txt {
    font-size: 14px;
    margin-top: 5px;
  }
  .item-detail .monitor-challenge-block .box-inner {
    padding: 20px;
  }
  .item-detail .monitor-challenge-block .list li + li {
    margin-left: 40px;
  }
  .item-detail .monitor-challenge-block .list li + li::before {
    width: 13px;
    height: 13px;
    left: -25px;
  }
  .item-detail .monitor-challenge-block .list li:nth-child(1) {
    max-width: 80px;
  }
  .item-detail .monitor-challenge-block .list li:nth-child(2) {
    max-width: 120px;
  }
  .item-detail .monitor-challenge-block .list li:nth-child(2)::after {
    border-width: 2px;
  }
  .item-detail .monitor-challenge-block .detail-wrap {
    padding-top: 10px;
  }
  .item-detail .monitor-challenge-block .color .ico {
    width: 29px;
  }
  .item-detail .monitor-challenge-block .color .txt {
    padding-left: 7px;
    font-size: 12px;
  }
  .item-detail .monitor-challenge-block .type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .item-detail .monitor-challenge-block .type .tag {
    font-size: 10px;
    min-width: 71px;
  }
  .item-detail .monitor-challenge-block .type .txt {
    font-size: 14px;
    padding-left: 10px;
    width: calc(100% - 71px);
  }
  .item-detail .monitor-challenge-block .type + .type {
    margin-top: 6px;
  }
  .item-detail .review-block {
    padding-top: 70px;
  }
  .item-detail .review-block .c-lead-txt {
    margin-bottom: 30px;
  }
  .item-detail .recommend-block {
    padding-top: 70px;
  }
  .item-detail .product-info-block {
    padding-top: 70px;
    padding-bottom: 65px;
  }
  .item-detail .faq-block {
    padding-bottom: 55px;
  }
  .item-detail .faq-block .c-lead-txt {
    margin-bottom: 35px;
  }
  .recommend-list {
    max-width: 400px;
    margin: auto;
  }
  .recommend-list li {
    width: calc((100% - 21px) / 2);
  }
  .recommend-list li + li {
    margin-left: 21px;
  }
  .recommend-list .ttl {
    margin-bottom: 20px;
  }
  .recommend-list .ttl .en {
    font-size: 9px;
    margin-bottom: 5px;
  }
  .recommend-list .ttl .ja {
    font-size: 12px;
  }
  .recommend-list .img {
    height: 120px;
    margin: auto;
  }
  .recommend-list .img img {
    max-width: 50px;
    max-height: 116px;
    height: auto;
  }
  .recommend-list .img.oil {
    width: 20px;
  }
  .recommend-list .btn-wrap {
    margin-top: 10px;
  }
  .beginner .c-under-mv-block::after {
    background-image: url(/assets/images/clayence/beginner-under-bg-sp.jpg);
    /* height: 153px; */
    top: 0;
    height: auto;
    aspect-ratio: 390 / 290;
  }
  .beginner-lead-block {
    padding-top: 40px;
  }
  .beginner-lead-block .inner-block {
    padding-left: 25px;
    padding-right: 25px;
  }
  .beginner-lead-block .txt-area .ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .beginner-lead-block .txt-area .txt {
    line-height: 1.9;
    font-size: 13px;
  }
  .beginner-lead-block .txt-area .txt + .txt {
    margin-top: 22px;
  }
  .beginner-lead-block .txt-area .note {
    margin-top: 23px;
  }
  .beginner-lead-block .img {
    margin-right: -25px;
  }
  .beginner-detail-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .beginner-detail-block .box {
    padding: 35px 30px;
  }
  .beginner-detail-block .box + .box {
    margin-top: 140px;
  }
  .beginner-detail-block .box + .box::before {
    width: 50px;
    height: 4px;
    top: -70px;
  }
  .beginner-detail-block .box-ttl {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .beginner-detail-block .lead-txt {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .beginner-detail-block .circle-list::before,
  .beginner-detail-block .circle-list::after {
    width: 63px;
  }
  .beginner-detail-block .circle-list li {
    margin: auto;
    width: 206px;
    height: 206px;
    padding-top: 15px;
  }
  .beginner-detail-block .circle-list li + li {
    margin-top: 28px;
  }
  .beginner-detail-block .circle-list .en {
    font-size: 25px;
    margin-bottom: 8px;
  }
  .beginner-detail-block .circle-list .ttl {
    font-size: 10px;
    margin-bottom: 5px;
    letter-spacing: -0.04em;
  }
  .beginner-detail-block .circle-list .bg {
    font-size: 9px;
    padding: 1px 12px;
    min-width: 108px;
  }
  .beginner-detail-block .circle-list .txt {
    font-size: 7px;
  }
  .beginner-detail-block .circle-list .txt + .bg {
    margin-top: 8px;
  }
  .beginner-detail-block .list {
    margin: -8px -7px 0;
  }
  .beginner-detail-block .list li {
    width: 56px;
    margin: 8px 7px 0;
  }
  .beginner-detail-block .fsc-img {
    width: 100px;
    margin: auto;
  }
  .beginner-detail-block .note {
    margin-top: 26px;
  }
  .lineup-block {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .lineup-block .recommend-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lineup-block .recommend-list li + li {
    margin-left: 0;
  }
  .lineup-block .recommend-list li:nth-child(even) {
    margin-left: 21px;
  }
  .lineup-block .recommend-list li:nth-child(n + 3) {
    margin-top: 45px;
  }
  .beginner .lineup-block {
    padding-top: 0px;
  }
}

@media only screen and (min-width: 950px) {
  .c-middle-show {
    display: none !important;
  }
  .c-header .nav-wrap,
  .c-header .nav-inner,
  .c-header .nav-list,
  .c-header .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .c-header .nav-wrap {
    width: calc(100% - 170px);
    margin-left: auto;
  }
  .c-header .nav-list {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 20px;
    width: calc(100% - 120px);
  }
  .c-header .nav-list .btn .btn-txt {
    padding: 25px 0;
  }
  .c-header .nav-list li:hover .btn-txt::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .c-header .nav-list li:hover .mega-menu {
    opacity: 1;
    pointer-events: auto;
  }
  .c-header .mega-menu {
    background: #fff;
    position: absolute;
    left: 0;
    top: calc(100%);
    width: 100%;
    padding: 30px 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    -webkit-box-shadow: 0px 2px 10px -6px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 2px 10px -6px rgba(0, 0, 0, 0.6);
  }
  .c-header .mega-menu .small-btn-wrap .small-btn {
    padding: 0 20px;
  }
  .c-header .mega-menu .small-btn-wrap .small-btn:hover {
    color: #b97d87;
  }
  .c-header .mega-menu .item-list,
  .c-header .mega-menu .small-btn-wrap {
    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-header .mega-menu .item-list li,
  .c-header .mega-menu .small-btn-wrap li {
    margin: 0 15px;
  }
  .c-header .mega-menu .item-list a:hover .inn .jp,
  .c-header .mega-menu .small-btn-wrap a:hover .inn .jp {
    color: #b97d87;
  }
  .c-header .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
  }
  .c-header .btn-wrap .head-btn {
    width: 50%;
  }
  .c-header .nav-btn,
  .c-header .cart-btn {
    display: none;
  }
  .item-detail .item-detail-block .item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .item-detail .item-detail-block .item-wrap .slide-area {
    max-width: 542px;
  }
  .item-detail .item-detail-block .item-wrap .info-area {
    padding-left: 55px;
    width: calc(100% - 542px);
    margin-left: auto;
  }
  .item-detail .item-feature-block .blend-list-wrap .col-wrap .cont + .cont {
    margin-left: 60px;
  }
  .item-detail .item-feature-block .before-after-wrap {
    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;
    padding: 0 30px;
  }
  .item-detail .item-feature-block .before-after-wrap .ttl {
    width: calc(100% - 436px);
  }
  .item-detail .item-feature-block .before-after-wrap .before-after-list {
    width: 436px;
  }
  .item-detail .item-feature-block .before-after-wrap.middle {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
  }
  .item-detail .item-feature-block .before-after-wrap.middle .ttl {
    width: calc(100% - 356px);
  }
  .item-detail .item-feature-block .before-after-wrap.middle .before-after-list {
    width: 356px;
  }
  .item-detail .item-feature-block .before-after-wrap.middle + .note {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .item-detail .item-feature-block .img-wrap .img-txt {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 950px) and (max-width: 1150px) {
  .c-header .logo {
    width: 120px;
  }
  .c-header .nav-wrap {
    width: calc(100% - 120px);
  }
  .c-header .nav-list {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (min-width: 950px) and (max-width: 1000px) {
  .c-header .nav-list .btn .btn-txt {
    font-size: 14px;
    padding: 27px 0;
  }
}

@media only screen and (min-width: 950px) and (max-width: 1160px) {
  .c-header .nav-list .btn {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 641px) and (min-width: 800px) {
  .c-footer .tel-wrap .wrap {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 785px;
    margin: auto;
  }
  .item-detail .item-feature-block .img-list-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .item-detail .item-feature-block .img-list-wrap .blend-list-wrap li:nth-child(3) {
    margin-left: 80px;
    margin-right: 80px;
  }
}

@media only screen and (max-width: 799px) {
  .c-footer .tel-wrap .btn-wrap {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 949px) {
  .c-table01 table::before {
    left: 200px;
  }
  .c-table01 th {
    width: 200px;
  }
  .c-subscription-block .head {
    padding-right: 20px;
  }
  .c-subscription-block .txt-area .list-wrap .list li .txt {
    font-size: 11px;
  }
  .campaign-block .bnr-wrap {
    text-align: center;
  }
  .campaign-block .bnr-wrap .txt {
    margin-top: 15px;
  }
  .campaign-block .bnr-wrap .txt + .txt {
    margin-top: 0;
  }
  .campaign-block .about-area .note {
    margin-top: 30px;
  }
  .howto-detail-block .tag-list.col3 {
    display: block;
    max-width: 350px;
  }
  .howto-detail-block .tag-list.col3 li + li {
    margin-top: 15px;
  }
  .item-detail .item-detail-block .item-wrap {
    max-width: 425px;
    margin: auto;
  }
  .item-detail .item-feature-block .img-list-wrap .blend-list-wrap {
    width: calc(100% - 300px);
  }
  .item-detail .item-feature-block .img-list-wrap .img {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .item-detail .item-feature-block .img-wrap .img-txt {
    text-align: right;
    margin-top: 5px;
  }
  .beginner-detail-block .circle-list li + li {
    margin-top: 55px;
  }
}

@media only screen and (min-width: 1140px) {
  .c-subscription-block .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-subscription-block .txt-area {
    width: calc(100% - 284px);
  }
  .c-subscription-block .btn-area {
    width: 324px;
  }
  .c-subscription-block .btn-area .item:first-child {
    padding-bottom: 20px;
  }
  .c-subscription-block .btn-area .item:not(:first-child) {
    padding: 20px 0;
  }
  .c-subscription-block .btn-area .item:last-child {
    padding-top: 20px;
  }
  .c-subscription-block .btn-area .item + .item {
    border-top: 1px solid #beb9b4;
  }
}

@media only screen and (min-width: 641px) and (max-width: 820px) {
  .c-subscription-block .txt-area .item-price .arrow .price {
    font-size: 24px;
  }
  .c-subscription-block .txt-area .item-price .arrow .price .num-txt {
    font-size: 55px;
  }
  .c-subscription-block .txt-area .item-price .arrow .price .small {
    font-size: 16px;
  }
  .c-subscription-block .txt-area .discount .price {
    font-size: 20px;
  }
  .c-subscription-block .txt-area .discount .price .num-txt {
    font-size: 40px;
  }
  .c-subscription-block .txt-area .discount .price .small {
    font-size: 16px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1139px) {
  .c-subscription-block .btn-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
  .c-subscription-block .btn-area .item {
    width: calc((100% - 60px) / 3);
  }
  .c-subscription-block .btn-area .item + .item {
    margin-left: 20px;
  }
  .c-subscription-block .btn-area .ttl-wrap .inn .tag {
    top: inherit;
    bottom: 100%;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1159px) {
  .mv-block {
    height: 50vw;
  }
  .mv-block .mv-ttl {
    width: 85.139vw;
    height: 6.003vw;
  }
  .mv-block .mv-logo {
    left: 24.305vw;
    width: 16.398vw;
    height: 10.761vw;
  }
  .mv-block .mv-txt {
    top: 4.392vw;
    right: -17.57vw;
    width: 18.521vw;
    height: 3.514vw;
  }
}

@media only screen and (min-width: 641px) and (min-width: 950px) {
  .campaign-block .bnr-wrap .c-bnr {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    left: inherit;
    margin: auto;
  }
  .campaign-block .bnr-wrap .txt {
    padding-right: 20px;
    width: calc(100% - 420px);
  }
  .beginner-detail-block .circle-list {
    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;
  }
  .beginner-detail-block .circle-list li + li {
    margin-left: 55px;
  }
}

@media only screen and (min-width: 641px) and (min-width: 1250px) {
  .campaign-block .about-area .inner-block {
    margin-left: 110px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1080px) {
  .campaign-block .about-area .txt-wrap {
    padding-right: 0;
    padding-left: 40px;
  }
  .product-block .item-archive-area .item-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 640px) and (max-width: 350px) {
  .campaign-block .about-area .ttl {
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1500px) {
  .product-block .treatment-area {
    margin-left: auto;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1320px) {
  .product-block .treatment-area .inner-block {
    margin-right: 0;
    margin-left: auto;
  }
  .product-block .treatment-area .inner-block .img-wrap {
    width: 490px;
    margin-left: 30px;
  }
  .product-block .treatment-area .inner-block .img-wrap .item-img {
    left: -100px;
  }
  .product-block .treatment-area .inner-block .img-wrap .color-img-list .balloon {
    font-size: 16px;
  }
  .product-block .treatment-area .inner-block .txt-wrap {
    margin-left: auto;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1320px) and (max-width: 1080px) {
  .product-block .treatment-area .inner-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-width: 600px;
    padding-top: 80px;
    padding-bottom: 50px;
    margin-right: auto;
  }
  .product-block .treatment-area .inner-block .img-wrap {
    margin-left: auto;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }
  .product-block .treatment-area .inner-block .img-wrap .item-img {
    left: 0;
  }
}

@media only screen and (min-width: 641px) and (min-width: 1081px) {
  .product-block .item-archive-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-block .item-archive-area .item-box {
    width: calc((100% - 120px) / 2);
  }
  .product-block .item-archive-area .item-box:nth-child(even) {
    margin-left: 120px;
  }
  .product-block .item-archive-area .item-box:nth-child(even)::before {
    background: #414141;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: -60px;
    margin: auto;
  }
}

@media only screen and (min-width: 641px) and (max-width: 860px) {
  .howto-detail-block .howto-box .howto-list {
    padding: 40px 25px;
  }
  .howto-detail-block .howto-box .howto-list li + li {
    margin-left: 40px;
  }
  .howto-detail-block .howto-box .howto-list li + li::before {
    width: 30px;
    height: 30px;
    left: -34px;
  }
  .howto-detail-block .point-box {
    padding: 55px 35px 60px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1100px) {
  .column-detail .content-block .thumb-area .inner-block {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1366px) {
  .item-detail .campaign-block.c-bg-bottom::before,
  .item-detail .campaign-block.c-bg-top::after {
    background-size: 100% 40px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 799px) {
  .item-detail .item-feature-block .img-list-wrap .blend-list-wrap {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .item-detail .item-feature-block .triple-list {
    padding: 32px 24px;
  }
  .item-detail .item-feature-block .triple-list li {
    padding: 20px 0;
  }
  .item-detail .item-feature-block .triple-list li:first-child {
    padding-top: 0;
  }
  .item-detail .item-feature-block .triple-list li:last-child {
    padding-bottom: 0;
  }
  .item-detail .item-feature-block .triple-list li + li {
    border-top: 1px solid #b97d87;
  }
}

@media only screen and (min-width: 800px) {
  .item-detail .item-feature-block .triple-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .item-detail .item-feature-block .triple-list li {
    padding: 0 35px;
    width: calc(100% / 3);
  }
  .item-detail .item-feature-block .triple-list li + li {
    border-left: 1px solid #b97d87;
  }
}

@media only screen and (min-width: 1100px) {
  .beginner-lead-block .inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .beginner-lead-block .txt-area {
    width: calc(100% - 680px + 128px);
  }
  .beginner-lead-block .img {
    position: absolute;
    top: 150px;
    right: -128px;
    width: 680px;
  }
}

@media only screen and (max-width: 1099px) {
  .beginner-lead-block .txt-area {
    margin: auto;
  }
  .beginner-lead-block .img {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1000px) {
  .beginner-detail-block .box {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lineup-block .recommend-list li + li {
    margin-left: 10%;
  }
}

/*モカブラウン予約販売*/
.txt_moca_cau {
  font-size: 10px;
  line-height: 1.6;
  margin: 10px 0 0;
}
.txt_moca_cau a {
  text-decoration: underline;
}

@media only screen and (min-width: 641px) {
  .item-archive-area .txt_moca_cau {
    max-width: 257px;
  }
}

@media only screen and (max-width: 640px) {
  .txt_moca_cau {
    font-size: 10px;
    line-height: 1.6;
    /*border-bottom: 1px solid #beb9b4;*/
    padding-bottom: 10px;
    width: 100%;
  }
}

/*コラムページ導線スタイル*/
.column_btn {
  text-align: center;
  margin: 0 0 60px;
}
.column_btn:nth-last-of-type(1) {
  margin: 0;
}
@media only screen and (min-width: 641px) {
  .column_btn img {
    width: 60%;
  }
}
@media only screen and (max-width: 640px) {
  .column_btn img {
    width: 100%;
  }
}

/*新商品アイコン*/
.home .item-box .new-release-icon .inner,
.item-detail .item-detail-block .new-release-icon .inner {
  line-height: 1.1;
  font-family: "Outfit", sans-serif;
  color: #b97d87;
}
.home .item-box .new-release-icon .inner {
  font-size: 23px;
}
.item-detail .item-detail-block .new-release-icon .inner {
  font-size: 25px;
}
.home .item-box .new-release-icon,
.item-detail .item-detail-block .new-release-icon {
  border: 1px solid #b97d87;
  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;
  text-align: center;
  position: absolute;
  z-index: 1;
}
.home .item-box .new-release-icon {
  width: 72px;
  height: 72px;
  top: 55px;
  left: -62px;
}
@media only screen and (min-width: 641px) {
  .home .product-block .item-archive-area .item-box:nth-child(even) .new-release-icon {
    left: -22px;
  }
}
.item-detail .item-detail-block .new-release-icon {
  width: 85px;
  height: 85px;
  top: 40px;
  left: 40px;
}
@media only screen and (max-width: 640px) {
  .home .item-box .new-release-icon {
    width: 58px;
    height: 58px;
    top: -30px;
    left: 15px;
  }
  .item-detail .item-detail-block .new-release-icon {
    width: 42px;
    height: 42px;
    top: 15px;
    left: 15px;
  }
  .home .item-box .new-release-icon .inner {
    font-size: 17px;
  }
  .item-detail .item-detail-block .new-release-icon .inner {
    font-size: 13px;
  }
}

/*20220728_yamanakaHP-1654 ベストコスメ受賞履歴一覧*/

.bestcosme-to-block .btn-wrap,
.column-to-block .btn-wrap {
  text-align: right;
}

.bestcosme .page-title-block {
  background: url(../img/bestcosme/mv.jpg) no-repeat center center;
  background-size: cover;
}
.page-title-block.over-bg {
  padding: 0;
}
.bestcosme .cosme-awards-block .c-ttl02 {
  font-size: 20px;
  margin-bottom: 35px;
  text-align: left;
  font-weight: bold;
}

.bestcosme .cosme-awards-block .bestcosme-list .inn {
  display: block;
  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;
}
.bestcosme .cosme-awards-block .bestcosme-list .img {
  width: 110px;
  margin-right: 25px;
  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;
  padding: 20px;
}
.bestcosme .cosme-awards-block .bestcosme-list .img img {
  max-width: 137px;
  max-height: 220px;
}
.bestcosme .cosme-awards-block .c-btn0b a {
  padding: 15px 40px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  font-size: 13px;
  display: inline-block;
  position: relative;
}
.bestcosme .cosme-awards-block .bestcosme-list .txt-area .name {
  font-size: 16px;
  font-weight: 500;
}
.bestcosme .cosme-awards-block .bestcosme-list li:not(:first-child) {
  margin-top: 80px;
}
.bestcosme .cosme-awards-block .c-dl01 dd {
  font-size: 14px;
  padding: 0 15px 15px;
}
.bestcosme .cosme-awards-block .c-dl01 dt {
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #d3d3d3;
  padding: 15px 15px 0;
}
.bestcosme .cosme-awards-block .inner-block {
  position: relative;
  max-width: 1150px;
  width: 100%;
  padding: 0 20px;
}
.bestcosme .page-title-block .inner-block {
  padding: 80px 0 75px;
  position: relative;
}
.bestcosme .cosme-awards-block .bestcosme-list .txt-area {
  width: calc(100% - 135px);
}
.bestcosme .cosme-awards-block .c-btn0b {
  text-align: right;
  margin-top: 30px;
}
.bestcosme .cosme-awards-block .aside-ttl {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.bestcosme .cosme-awards-block .c-btn0b a {
  padding: 15px 40px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  font-size: 13px;
  display: inline-block;
  position: relative;
}
.bestcosme .cosme-awards-block .aside-link-list {
  margin-top: 30px;
}
.bestcosme .cosme-awards-block .aside-link-list li:first-child {
  border-top: 1px solid #d3d3d3;
}
.bestcosme .cosme-awards-block .aside-link-list a {
  position: relative;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #d3d3d3;
  padding: 20px 10px;
}
.bestcosme .column2-block {
  margin-bottom: 70px;
}
.bestcosme .c-dl01 {
  border-bottom: 1px solid #d3d3d3;
}
.bestcosme .c-btn0b a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #b30030;
  border-right: 2px solid #b30030;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.bestcosme .page-title-block .c-ttl02 .en {
  font-size: 34px;
  line-height: 1;
  font-family: "Spartan", sans-serif;
  font-weight: 300;
  font-weight: 500;
  color: #e2e2e2;
}
.bestcosme .c-ttl02 span {
  display: block;
}
.bestcosme .c-ttl02 .ja {
  font-size: 14px;
  color: #e2e2e2;
  margin-top: 5px;
}
.bestcosme .c-ttl02 {
  text-align: center;
}
.bestcosme .c-breadcrumb {
  max-width: 1150px;
  margin: auto;
  line-height: 1;
  padding: 15px 20px 15px;
}
.bestcosme .cosme-awards-block {
  padding: 30px 0 0px;
}
.bestcosme .page-title-block .inner-block .best-cosme-badge {
  position: absolute;
  width: 57px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 15px;
}
@media only screen and (min-width: 641px) {
  .bestcosme .page-title-block .c-ttl02 .en {
    font-size: 55px;
  }
  .bestcosme .c-ttl02 .ja {
    color: #e2e2e2;
    font-size: 16px;
  }
  .bestcosme .cosme-awards-block .bestcosme-list .txt-area .name {
    font-size: 20px;
  }
  .bestcosme .cosme-awards-block {
    padding: 40px 0 0px;
  }
  .bestcosme .cosme-awards-block .c-ttl02 {
    font-size: 26px;
    margin-bottom: 60px;
  }
  .bestcosme .cosme-awards-block .bestcosme-list .img {
    width: 274px;
    margin-right: auto;
  }
  .bestcosme .cosme-awards-block .bestcosme-list .img img {
    max-width: 158px;
    max-height: 250px;
  }
  .bestcosme .cosme-awards-block .c-dl01 {
    margin-top: 30px;
    border-bottom: 1px solid #d3d3d3;
  }
  .bestcosme .cosme-awards-block .c-btn0b a {
    font-size: 14px;
    padding: 16px 80px;
  }
  .bestcosme .cosme-awards-block .c-dl01 dt {
    font-size: 16px;
    padding: 15px 10px 0;
  }
  .bestcosme .cosme-awards-block .c-dl01 dd {
    padding: 0 10px 15px;
    margin-top: 2px;
  }
  .bestcosme .cosme-awards-block .c-btn0b {
    margin-top: 25px;
  }
  .bestcosme .cosme-awards-block .sp {
    display: none !important;
  }
  .bestcosme .cosme-awards-block .inner-block {
    margin: 0 auto;
  }
  .bestcosme .column2-block {
    margin-bottom: 160px !important;
  }
  .bestcosme .page-title-block .inner-block .best-cosme-badge {
    position: absolute;
    width: 100px;
    left: 300px;
    margin: auto;
    text-align: center;
    top: 70px;
  }
}

@media only screen and (min-width: 641px) and (min-width: 1100px) {
  .bestcosme .page-title-block .inner-block .best-cosme-badge {
    width: 153px;
    left: 60px;
    top: 30px;
    bottom: auto;
    right: auto;
  }
  .bestcosme .cosme-awards-block .column2-block {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

@media only screen and (min-width: 641px) and (min-width: 1100px) {
  .column2-block article {
    width: 72%;
    max-width: 830px;
  }
  .column2-block aside {
    width: 24%;
    max-width: 280px;
  }
}
@media only screen and (min-width: 1100px) {
  .column2-block.column2-re aside {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media only screen and (max-width: 640px) {
  .bestcosme-to-block .c-ttl01 .ja {
    font-size: 13px;
  }
  .column2-block aside {
    margin-top: 60px;
  }
  .bestcosme .page-title-block {
    background-image: url(../img/bestcosme/sp/mv.jpg);
  }
}

/* yamanaka_220812_HP-1670 サスティナサイトのバナー作成&設置 */

@media only screen and (min-width: 641px) {
  .c-footer .bnr-wrap {
    margin-top: 80px;
  }
  .c-footer .bnr-wrap .bnr-list {
    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;
  }
  .c-footer .bnr-wrap .bnr-list li {
    margin: 0;
    width: calc((100% - 90px) / 3);
  }
  .c-footer .bnr-wrap .bnr-list .ttl {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .c-footer .bnr-wrap .bnr-list li + li {
    margin-left: 45px;
  }
}
@media only screen and (max-width: 640px) {
  .c-footer .bnr-wrap {
    margin-top: 30px;
  }
  .c-footer .bnr-wrap .bnr-list li:nth-child(n + 2) {
    margin-top: 30px;
  }
}
.c-footer .c-bnr {
  border: 1px solid #c8c8c8;
}

/*@media only screen and (min-width: 641px){
  .product-block .treatment-area .inner-block .img-wrap .color-img-list .detail .ttl{
    font-size: 12px;
  }
}*/

/*# sourceMappingURL=style.css.map */

/*yamanaka_20220928 HP-1709 【clayence】topキャンペーンエリア改修*/

.dummy-slider .slick-slide {
  display: block;
}
.c-campaign-block .slick-arrow {
  display: none !important;
}

@media only screen and (min-width: 641px) {
  .c-campaign-block ul.dummy-slider {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .campaign-slider.c-campaign-list li {
    margin: 0 19px 40px 19px;
    width: 360px;
  }
}
@media only screen and (max-width: 640px) {
  .campaign-slider .slick-slide {
    margin: 0 8px 20px 8px;
    width: 316px;
  }
}

.c-campaign-block .c-ttl01 {
  text-align: center;
}

.clayence_item-template .campaign-slider {
  margin-bottom: 50px;
}

.campaign-slider .cat {
  margin-right: 24px;
  position: relative;
  background: #be8f9a;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-top: 15px;
  min-width: 90px;
  padding: 2px 10px 4px;
  text-align: center;
}
.c-campaign-block ul.dummy-slider .c-cat {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  padding: 2px 10px 4px;
  min-width: 90px;
  text-align: center;
}
.campaign-slider .cat:after {
  background-color: #969696;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -13px;
  width: 1px;
  height: 20px;
}
.campaign-slider .orange {
  background: #ff9500;
}
.campaign-slider .l-green {
  background: #00a73c;
}
.campaign-slider .pink {
  background: #c81964;
}
.campaign-slider .icon-blue-green {
  background: #00b9af;
}
.campaign-slider .blue {
  background: #0064c8;
}
.campaign-slider .purple {
  background: #7d0087;
}
.campaign-slider .l-blue {
  background: #00afd7;
}
.campaign-slider .txt {
  font-size: 14px;
  margin-top: 5px;
}
.campaign-slider .small {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 3px;
}

/*yamanaka_20220928 【clayence】HOWTOページに動画追加*/

.howto-detail-block .trainer {
  margin-bottom: 80px;
}

/*masaki 20221003*/
p.c-how-to-link a {
  padding: 0 8px 4px 0;
  border-bottom: solid 1px #666;
}

p.c-how-to-link {
  max-width: 780px;
  margin: 8px auto 0;
  text-align: right;
}

/* masaki 20211007 */
.ct-set-wrap {
  position: relative;
  max-width: 960px;
  width: 100%;
  padding: 0;
  margin: 24px auto 0;
}
.ct-set-wrap .ct-set-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #f4f1ef;
  padding: 24px 0;
}
.ct-set-wrap .ct-set-btn p {
  width: 100%;
  text-align: center;
  padding: 0 8px;
}
.ct-set-wrap .ct-set-btn span {
  font-size: 14px;
  display: block;
  margin: 8px auto 0;
  font-weight: 600;
}

.ct-set-wrap .ct-set-btn sub {
  font-size: 14px;
  display: block;
  margin: 0 auto 8px;
  font-weight: 300;
}

.ct-set-btn p img {
  width: 64px;
  display: block;
  margin: 0 auto;
}
.ct-set-wrap .ct-set-btn a {
  display: block;
  background: #ffffff;
  border: 1px solid #b97d87;
  border-radius: 6px;
  color: #b97d87;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  padding: 16px 32px 16px 96px;
  position: relative;
}
.ct-set-wrap .ct-set-btn a svg {
  margin: 0 0 0 0;
  position: absolute;
  left: 22px;
}

@media screen and (max-width: 640px) {
  .ct-set-wrap.sp {
    width: 90%;
    margin: 16px auto;
  }
  .ct-set-wrap.sp .ct-set-btn {
    display: block;
    flex-direction: unset;
  }
  .ct-set-wrap.sp .ct-set-btn p {
    width: 88%;
    text-align: center;
    position: relative;
    padding: 0px 0 16px 0;
    margin: 0 auto 16px;
    border-bottom: solid 1px #ccc;
  }
  .ct-set-wrap.sp .ct-set-btn p img {
    position: absolute;
    top: 2px;
    left: 32px;
    width: 40px;
  }
  .ct-set-wrap.sp .ct-set-btn p a {
    width: 80%;
    margin: 0;
    padding: 12px 0;
    text-align: center;
  }
  .ct-set-wrap .ct-set-btn a svg {
    margin: 0 0 0 0;
    position: absolute;
    left: 16px;
  }
  .ct-set-wrap.sp .ct-set-btn span {
    font-size: 14px;
    display: block;
    margin: 0;
    font-weight: 600;
    text-align: left;
    padding: 0 0 0 80px;
  }
  .ct-set-wrap.sp .ct-set-btn sub {
    font-size: 12px;
    display: block;
    margin: 0;
    font-weight: 300;
    text-align: left;
    padding: 0px 0px 8px 80px;
  }
}

/* umemiya_20221007_HP-1736【clayence】FV差替え */
.mv-block .inner-block {
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .mv-block .inner-block {
    padding: 0;
  }
}

/* oda_20221011 ヘアカラーマスカラ分 */
.mascara_balloon {
  background: #be8f9a;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 1px 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}

.item_limited_cau-txt {
  text-align: left;
  font-size: 12px;
  margin-top: 10px;
  font-weight: 400;
}

/* wakisaka_20221104 クレイスパ マスクリペア＆カラーキープ */
.recommend-list + .recommend-list {
  margin-top: 70px;
}
@media only screen and (min-width: 641px) and (min-width: 1081px) {
  .home .product-block .item-archive-area .item-box:nth-child(2) .new-release-icon {
    top: 93px;
    left: -50px;
  }
}
@media only screen and (min-width: 950px) {
  .c-header .mega-menu .item-list {
    justify-content: flex-start;
  }
  .c-header .mega-menu .item-list li {
    width: 33.3%;
  }
  .c-header .mega-menu .item-list + .item-list {
    margin-top: 30px;
  }
  .c-header .mega-menu .item-list .img .ico-item05 {
    height: 72px;
  }
}
@media only screen and (max-width: 949px) {
  .c-header .mega-menu .item-list:first-child {
    padding-bottom: 0;
  }
  .c-header .mega-menu .item-list li:nth-child(1) .img img,
  .c-header .mega-menu .item-list li:nth-child(2) .img img,
  .c-footer .top-wrap .item-list li:nth-child(1) .img img,
  .c-footer .top-wrap .item-list li:nth-child(2) .img img {
    width: 15px;
  }
  .c-header .mega-menu .item-list li:nth-child(3) .img img,
  .c-footer .top-wrap .item-list li:nth-child(3) .img img {
    width: 15px;
  }
  .c-header .mega-menu .item-list + .item-list li:nth-child(1) .img img,
  .c-footer .top-wrap .item-list li:nth-child(4) .img img {
    width: 7px;
  }
  .c-header .mega-menu .item-list + .item-list li:nth-child(2) .img img,
  .c-footer .top-wrap .item-list li:nth-child(5) .img img {
    width: 5px;
  }
}
@media only screen and (min-width: 641px) {
  .recommend-list li.sp + li {
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .recommend-list + .recommend-list {
    margin-top: 45px;
  }
}

/* murai_20221227 クレイスパ マスクリペア＆カラーキープ */
.ccmc .item-feature-block:nth-child(2) .inner-block .box:nth-child(5) {
  margin-bottom: -70px;
}
.ccmc .before-after-wrap02 {
  margin-bottom: 30px;
}
.ccmc .before-after-wrap02 .c-ttl {
  font-size: 20px;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
  color: #ab6f7f;
}
.ccmc .before-after-wrap02 .before-after-list li {
  width: 180px;
}
.ccmc .before-after-wrap02 .before-after-list li p {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.ccmc .box-inner .min {
  text-align: right;
  font-size: 10px;
  margin-top: 5px;
}
.ccmc .kerachin {
  display: block;
  width: 800px;
  margin: 35px auto 0;
}
.ccmc .uneri {
  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: 35px auto 60px;
}
.ccmc .uneri img {
  display: block;
  width: 250px;
}
.ccmc .uneri img:first-child {
  margin-right: 35px;
}
.ccmc .pink-wrap {
  position: relative;
  border-radius: 10px;
  background: #f5eef0;
  width: 84%;
  padding: 40px 0;
  margin: 30px auto;
  height: 340px;
}
.ccmc .pink-wrap .sp {
  display: none !important;
}
.ccmc .pink-wrap .c-ttl-slash {
  font-size: 22px;
  display: flex;
  justify-content: flex-end;
  margin-right: 70px;
  margin-top: 0;
}
.ccmc .pink-wrap img {
  position: absolute;
  top: 40px;
  left: 70px;
  width: 45%;
  max-width: 571px;
}
.ccmc .pink-wrap .txt {
  width: 285px;
  margin: 25px 80px 105px auto;
  font-size: 16px;
}
.ccmc .pink-wrap .note {
  margin-top: 15px;
  margin-left: 70px;
  text-align: left;
  font-size: 10px;
}
.ccmc .damage-img {
  width: 430px;
  margin: 50px auto 0;
}
.ccmc.item-detail .item-feature-block .img-list-wrap .blend-list-wrap li:nth-child(3) {
  margin-right: 14px;
  margin-left: 14px;
  margin-top: 45px;
}
.ccmc.item-detail .item-feature-block .img-list-wrap .blend-list-wrap li:nth-child(4) {
  margin-top: 45px;
}
@media only screen and (max-width: 949px) {
  .ccmc .pink-wrap {
    border-radius: 5px;
    padding: 18px;
    width: 100%;
    height: auto;
  }
  .ccmc .pink-wrap .sp {
    display: block !important;
  }
  .ccmc .pink-wrap .pc {
    display: none !important;
  }
  .ccmc .pink-wrap .c-ttl-slash {
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .ccmc .pink-wrap img {
    position: relative;
    width: 60%;
    max-width: auto;
    margin: 0 auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .ccmc .pink-wrap .txt {
    display: block;
    margin: 10px 0 0 0;
    width: auto;
  }
  .ccmc .pink-wrap .note {
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .ccmc .item-feature-block:nth-child(2) .inner-block .box:nth-child(5) {
    margin-bottom: 0px;
  }
  .ccmc .before-after-wrap02 .c-ttl {
    font-size: 13px;
  }
  .ccmc .before-after-wrap02 .before-after-list li p {
    font-size: 10px;
  }
  .ccmc .item-feature-block .before-after-wrap02 .before-after-list li + li::before {
    top: -25px;
  }
  .ccmc .uneri {
    display: block;
  }
  .ccmc .uneri img {
    width: 80%;
    max-width: auto;
    margin: 0 auto;
  }
  .ccmc .uneri img:first-child {
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
  }
  .ccmc .pink-wrap .c-ttl-slash {
    font-size: 14px;
  }
  .ccmc .pink-wrap img {
    width: 100%;
  }
  .ccmc .pink-wrap .txt {
    font-size: 14px;
  }
  .ccmc .pink-wrap .note {
    margin-left: 0;
  }
  .ccmc .damage-img {
    width: 100%;
    margin: 30px auto 0;
  }
  .ccmc.item-detail .item-feature-block .img-list-wrap .blend-list-wrap li:nth-child(n + 3) {
    margin: 10px 5px 0;
  }
}

/* yamanaka_20230110 HOWTO */

.howto-detail-block .howto-box .howto-list .ja {
  font-size: 14px;
}

.howto-box .note {
  display: inherit;
}
.howto-detail-block .new-release-icon {
  width: 50px;
  height: 50px;
  top: 65px;
  left: -8px;
  background: #b97d87;
  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;
  text-align: center;
  position: absolute;
  z-index: 1;
}
.howto-detail-block .new-release-icon .inner {
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .howto-detail-block .howto-box .howto-list li 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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    max-width: 220px;
    margin: auto;
  }
  .howto-detail-block .new-release-icon {
    width: 40px;
    height: 40px;
    top: 0px;
    left: -20px;
  }
  .howto-detail-block .howto-box .howto-list .ttl {
    padding-left: 10px;
  }
}

/* 230117_wakisaka フッターにロゴ追加＋FAX番号追加 */
.c-footer .top-wrap .logo-list {
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-footer .top-wrap .logo-list li {
  width: 196.17px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.c-footer .tel-wrap .tel-area {
  text-align: left;
}
.c-footer .tel-wrap .tel-area .tel-block:nth-child(2) {
  margin-bottom: 30px;
}
.c-footer .tel-wrap .tel-area .tel-block .tel-ttl {
  font-size: 14px;
  color: #b97d87;
  margin-bottom: 10px;
}
.c-footer .tel-wrap .tel-area .tel-block .tel-content {
  margin-left: 14px;
}
.c-footer .tel-wrap .tel-area .tel-block .tel-btn {
  color: #b97d87;
  display: inline-block;
  font-size: 32px;
  font-family: "Spartan", sans-serif;
  font-weight: 300;
  font-weight: 600;
  line-height: 1;
}
.c-footer .tel-wrap .tel-area .tel-block .tel-btn.fax {
  font-size: 22px;
}
.c-footer .tel-wrap .tel-area .tel-block .tel-btn.fax .tel-txt {
  padding-left: 45px;
  padding-top: 2px;
}
.c-footer .tel-wrap .tel-area .tel-block .tel-btn.fax .tel-txt:before {
  width: 35px;
  height: 22px;
}
.c-footer .tel-wrap .tel-area .tel-block .tel-btn .tel-txt {
  display: block;
  padding-left: 60px;
  position: relative;
}
.c-footer .tel-wrap .tel-area .tel-block .tel-btn .tel-txt:before {
  background: url(../img/common/ico-tel.svg) no-repeat center center/contain;
  content: "";
  display: block;
  width: 35px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.c-footer .tel-wrap .btn-wrap {
  text-align: right;
  margin: 0;
}
@media only screen and (min-width: 641px) {
  .c-footer .tel-wrap .tel-area .tel-block .tel-btn {
    padding: 0;
    background: transparent;
    border: none;
  }
  .c-footer .tel-wrap .tel-area .tel-block .tel-btn .tel-txt:before {
    width: 46px;
    height: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .c-footer .tel-wrap .tel-area .tel-block .tel-btn {
    display: block;
    font-size: 26px;
  }
  .c-footer .tel-wrap .tel-area .tel-block .tel-btn .tel-txt {
    display: inline-block;
    letter-spacing: -0.025em;
    font-weight: 500;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    padding-left: 45px;
  }
  .c-footer .top-wrap .logo-list li {
    width: 50%;
  }
  .c-footer .tel-wrap .btn-wrap {
    margin-top: 30px;
  }
}
/* 20230530_murai 【clayence改修】グローバルメニュー */
.c-header .mega-menu .js-aco-wrap-tab + .items_title {
  margin-top: 50px;
}
.c-header .mega-menu .items_title {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}
.c-header .mega-menu .item-list .item_sp {
  display: none !important;
}
.c-header .mega-menu .item-list + .item-list {
  margin-top: 15px;
}
.c-header .mega-menu .js-aco-wrap-tab .img {
  align-self: center;
}
.c-header .mega-menu .js-aco-wrap-tab .inn {
  padding-left: 0;
}
.c-header .mega-menu .js-aco-wrap-tab:nth-child(2) .item-list:nth-child(1) li:nth-child(1) .img img {
  width: 10px;
}
.c-header .mega-menu .js-aco-wrap-tab:nth-child(2) .item-list:nth-child(1) li:nth-child(2) .img img {
  width: 14.89px;
}
.c-header .mega-menu .js-aco-wrap-tab:nth-child(2) .item-list:nth-child(1) li:nth-child(3) .img img {
  width: 15.74px;
}
.c-header .mega-menu .js-aco-wrap-tab:nth-child(2) .item-list:nth-child(2) li:nth-child(1) .img img {
  width: 14.29px;
}
.c-header .mega-menu .js-aco-wrap-tab:nth-child(2) .item-list:nth-child(2) li:nth-child(2) .img img {
  width: 6.93px;
}
.c-header .mega-menu .js-aco-wrap-tab:nth-child(2) .item-list:nth-child(2) li:nth-child(3) .img img {
  width: 3.92px;
}
.c-header .mega-menu .js-aco-wrap-tab:nth-child(4) .item-list:nth-child(1) li:nth-child(1) .img img {
  width: 7.03px;
}
.c-header .mega-menu .js-aco-wrap-tab:nth-child(4) .item-list:nth-child(1) li:nth-child(2) .img img,
.c-header .mega-menu .js-aco-wrap-tab:nth-child(4) .item-list:nth-child(1) li:nth-child(3) .img img {
  width: 15.7px;
}
@media only screen and (min-width: 950px) {
  .c-header .mega-menu {
    padding: 20px 0;
  }
  .c-header .mega-menu .item-list li {
    width: calc((100% / 3) - 30px);
  }
  .c-header .mega-menu .item-list .img .ico-item05 {
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .c-header .items_all {
    display: none !important;
  }
  .c-header .mega-menu .js-aco-wrap-tab + .items_title {
    margin-top: 0;
  }
  .c-header .mega-menu .items_title {
    font-size: 14px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 949px) {
  .c-header .mega-menu .item-list a {
    padding-right: 30px;
  }
  .c-header .mega-menu .items_title {
    margin-bottom: 0;
  }
  .c-header .mega-menu .js-aco-wrap-tab:nth-child(4) {
    padding-bottom: 15px;
  }
  .c-header .mega-menu .js-aco-wrap-tab.sp-default-open {
    display: block;
  }
  .c-header .mega-menu .item-list + .item-list {
    margin-top: 0;
  }
  .c-header .mega-menu .js-aco-wrap-tab .inn {
    padding-left: 10px;
  }
  .c-header .mega-menu .js-aco-wrap-tab .item-list .inn .jp {
    font-size: 13px;
  }
  .c-header .mega-menu .js-aco-wrap-tab:nth-child(2) .item-list:nth-child(1) li:nth-child(1) .img img {
    width: 10px;
  }
  .c-header .mega-menu .js-aco-wrap-tab:nth-child(2) .item-list:nth-child(1) li:nth-child(2) .img img {
    width: 14.89px;
  }
  .c-header .mega-menu .js-aco-wrap-tab:nth-child(2) .item-list:nth-child(1) li:nth-child(3) .img img {
    width: 15.74px;
  }
  .c-header .mega-menu .js-aco-wrap-tab:nth-child(2) .item-list:nth-child(2) li:nth-child(1) .img img {
    width: 14.29px;
  }
  .c-header .mega-menu .js-aco-wrap-tab:nth-child(2) .item-list:nth-child(2) li:nth-child(2) .img img {
    width: 6.93px;
  }
  .c-header .mega-menu .js-aco-wrap-tab:nth-child(2) .item-list:nth-child(2) li:nth-child(3) .img img {
    width: 3.92px;
  }
  .c-header .mega-menu .js-aco-wrap-tab:nth-child(4) .item-list:nth-child(1) li:nth-child(1) .img img {
    width: 7.03px;
  }
  .c-header .mega-menu .js-aco-wrap-tab:nth-child(4) .item-list:nth-child(1) li:nth-child(2) .img img,
  .c-header .mega-menu .js-aco-wrap-tab:nth-child(4) .item-list:nth-child(1) li:nth-child(3) .img img {
    width: 15.7px;
  }
  .c-header .mega-menu .item-list .item_sp {
    display: block !important;
  }
  .c-header .nav-list li:nth-child(2) .mega-menu .item-list li + li .btn {
    border-top: none;
  }
}

/* 20230530_murai 【clayence】クレイスパ カラートリートメント商品詳細ページ改修 */
.sp-foot-area2 .btn-wrap {
  display: block;
}
.sp-foot-area2 .btn-wrap .price_content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.sp-foot-area2 .btn-wrap .price_content p:first-child {
  color: #b97d87;
}
.sp-foot-area2 .btn-wrap .price_content p:last-child {
  margin-left: 20px;
}
.sp-foot-area2 .btn-wrap .foot-color-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #414141;
  margin-bottom: 5px;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
}
.sp-foot-area2 .btn-wrap .foot-color-btn img {
  display: block;
  width: 10px;
  margin-right: 20px;
}
.clayence_item-template-clayence_templates_item .item-detail .item-detail-block .item-wrap .info-area .select-wrap {
  max-width: 100%;
}
.clayence_item-template-clayence_templates_item .c-item-detail .color-select-txt {
  font-size: 18px;
  margin-bottom: 12px;
}
.clayence_item-template-clayence_templates_item .c-item-detail .color-list {
  width: 353px;
  padding-bottom: 0;
}
.clayence_item-template-clayence_templates_item .c-item-detail .color-list .color-name-txt {
  display: none;
  font-size: 18px;
  text-align: left;
  position: absolute;
  top: -41px;
  left: 108px;
}
.clayence_item-template-clayence_templates_item .c-item-detail .color-list li.is-active .color-name-txt {
  display: block;
}
.clayence_item-template-clayence_templates_item .c-item-detail .color-list li {
  width: calc((100% - 24px) / 3);
}
.clayence_item-template-clayence_templates_item .item-detail .item-detail-block .item-wrap .info-area .select-wrap .color-list li + li {
  margin-left: 12px;
}
.clayence_item-template-clayence_templates_item .c-item-detail .color-list li.is-active .ico {
  transform: scale(1);
}
.clayence_item-template-clayence_templates_item .c-item-detail .color-list .ico:before {
  border-radius: 0;
}
@media only screen and (max-width: 949px) {
  .clayence_item-template-clayence_templates_item .c-item-detail .color-select-txt,
  .clayence_item-template-clayence_templates_item .c-item-detail .color-list .color-name-txt {
    font-size: 16px;
  }
  .clayence_item-template-clayence_templates_item .c-item-detail .color-list {
    width: 100%;
  }
  .clayence_item-template-clayence_templates_item .item-detail .item-detail-block .item-wrap .info-area .select-wrap .color-list li + li {
    margin-left: 12px;
  }
  .clayence_item-template-clayence_templates_item .c-item-detail .color-list .ico {
    width: 100%;
    height: auto;
  }
  .clayence_item-template-clayence_templates_item .c-item-detail .color-list .color-name-txt {
    top: -38.5px;
    left: 99px;
  }
  .clayence_item-template-clayence_templates_item .item-detail .item-detail-block .item-wrap .info-area.c-item-detail .box {
    margin-top: 0;
  }
}
@media only screen and (max-width: 345px) {
  .clayence_item-template-clayence_templates_item .c-item-detail .color-select-txt,
  .clayence_item-template-clayence_templates_item .c-item-detail .color-list .color-name-txt {
    font-size: 14px;
  }
  .clayence_item-template-clayence_templates_item .c-item-detail .color-list .color-name-txt {
    top: -34px;
    left: 83px;
  }
}
/* 20230530_murai 【clayence】商品の使い方ページ改修 */
.howto-detail-block .cat-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 110px;
}
.howto-detail-block .cat-tab p {
  width: 47%;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: solid 3px #a3a3a3;
  color: #a3a3a3;
  cursor: pointer;
  transition: all 0.3s;
}
.howto-detail-block .cat-tab p:hover {
  opacity: 0.7;
}
.howto-detail-block .cat-tab p.active {
  border-bottom: solid 3px #414141;
  color: #414141;
}
.howto-detail-block .color-series,
.howto-detail-block .scalp-series {
  display: none;
}
.howto-detail-block .color-series.active,
.howto-detail-block .scalp-series.active {
  display: block;
}
.howto-detail-block .c-ttl03 {
  border-bottom: 1px solid #414141;
  margin-bottom: 65px;
  padding-bottom: 25px;
  text-align: center;
  margin-top: 0;
}
.howto-detail-block .scalp-series .c-ttl03 {
  border-bottom: none;
  padding-bottom: 0;
}
.howto-detail-block .c-ttl03 .en {
  font-size: 36px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 25px;
}
.howto-detail-block .c-ttl03 .ja {
  font-size: 18px;
  letter-spacing: 0.025em;
  font-weight: bold;
}
.howto-detail-block .c-lead-txt {
  font-size: 20px;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1;
}
.howto-detail-block .howto-box {
  width: 100%;
  margin-bottom: 110px;
}
.howto-detail-block .howto-box .txt {
  font-size: 17px;
  font-weight: bold;
  background-color: #ab6f7f;
  color: #ffffff;
  text-align: center;
  padding: 7.4px 0;
  margin-bottom: 0;
  width: 100%;
}
.howto-detail-block .scalp-series .howto-box .txt {
  background-color: #6ba48f;
}
.howto-detail-block .howto-box .howto-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #f4f1ef;
  padding: 0;
}
.howto-detail-block .howto-box .howto-list:nth-child(2) li {
  width: 50%;
  max-width: 100%;
  padding: 40px 0;
  margin: 0 auto;
}
.howto-detail-block .howto-box .howto-list:nth-child(3) li {
  width: 50%;
  max-width: 100%;
  padding: 0 0 40px 0;
  margin: 0 auto;
}
.howto-detail-block .howto-box .howto-list li + li::before {
  content: none;
}
.howto-detail-block .howto-box .howto-list:nth-child(2) li + li,
.howto-detail-block .howto-box .howto-list:nth-child(3) li + li {
  position: relative;
}
.howto-detail-block .howto-box .howto-list:nth-child(2) li + li:before {
  content: "or";
  font-size: 50px;
  color: #ab6f7f;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: -25px;
  bottom: initial;
  transform: translate(0, -50%);
  background: initial;
  width: initial;
  height: initial;
}
.howto-detail-block .howto-box .howto-list li a {
  display: block;
  text-align: center;
  width: 100%;
}
.howto-detail-block .howto-box .howto-list:nth-child(3) li a {
  padding-top: 40px;
}
.howto-detail-block .howto-box .howto-list li a .read {
  font-size: 14px;
  font-weight: bold;
  color: #ab6f7f;
  margin-bottom: 20px;
}
.howto-detail-block .scalp-series .howto-box .howto-list li a .read {
  color: #6ba48f;
}
.howto-detail-block .howto-box .howto-list li a .img {
  margin-bottom: 20px;
  margin-top: 0;
  display: inline-block;
}
.howto-detail-block .howto-box .howto-list li a .img.new {
  position: relative;
}
.howto-detail-block .howto-box .howto-list li a .ttl {
  font-size: 14px;
  font-weight: bold;
}
.howto-detail-block .howto-box .howto-list li a .attend {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
}
.howto-detail-block .howto-box .howto-list li a .iyakubugai {
  font-size: 12px;
  line-height: 1;
  width: 80px;
  margin: 10px auto 0;
  padding: 3px 0;
  box-sizing: border-box;
  text-align: center;
  border: solid 1px #414141;
}
.howto-detail-block .howto-box .howto-list li a .item_name {
  font-size: 10px;
  letter-spacing: -0.08em;
  line-height: 1;
  margin-top: 15px;
}
.howto-detail-block .scalp-series .howto-box .howto-list li {
  max-width: 100%;
}
.howto-detail-block .scalp-series .howto-box .howto-list li + li {
  position: relative;
  margin-left: 0;
}
.howto-detail-block .scalp-series .howto-box .howto-list li:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(/assets/images/clayence/arrow-green.svg);
  background-repeat: no-repeat;
  top: 55px;
  left: -15px;
}
.howto-detail-block .scalp-series .howto-box .howto-list li:first-child:before {
  content: none;
}
.howto-detail-block .scalp-series .howto-box .howto-list li + li .txt {
  border-left: solid 1px #ffffff;
}
.howto-detail-block .scalp-series .howto-box .howto-list li a {
  padding: 40px 0;
}
.howto-detail-block .scalp-series .howto-box .howto-list .ja {
  margin-top: 0;
}
.howto-detail-block .scalp-series .howto-box .howto-list li:nth-child(3) img {
  margin-top: 49px;
  height: 105px;
}
.howto-detail-block .scalp-series .howto-box .scalp-attend {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 15px;
  padding: 0 20px;
  box-sizing: border-box;
  gap: 15px;
}
.howto-detail-block .scalp-series .howto-box .scalp-attend p {
  font-size: 10px;
  width: calc(100% / 3);
}
.howto-detail-block .links {
  margin-bottom: 135px;
}
.howto-detail-block .links h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 45px;
  text-align: center;
}
.howto-detail-block .links .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.howto-detail-block .links a {
  display: block;
  width: calc((100% - 20px) / 2);
  background-color: #ffffff;
  border: solid 1px #b97d87;
  border-radius: 10px;
  padding: 10px;
  color: #b97d87;
  letter-spacing: 0.04em;
  position: relative;
  transition: 0.3s ease-in-out;
  text-align: center;
}
.howto-detail-block .links a:hover {
  background-color: #b97d87;
  color: #ffffff;
}
.howto-detail-block .links a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0;
  border-bottom: 1px solid #b97d87;
  border-right: 1px solid #b97d87;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.howto-detail-block .links a:hover:after {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.howto-detail-block .item_use {
  display: block;
  width: 100%;
  margin-bottom: 70px;
}
.howto-detail-block .item_use h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1;
  border-bottom: solid 1px #414141;
  margin-bottom: 45px;
  padding-bottom: 20px;
}
.howto-detail-block .item_use .read_block {
  margin: 0 auto 35px;
  width: 70%;
}
.howto-detail-block .item_use .read_block .content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  position: relative;
  margin-bottom: 15px;
}
.howto-detail-block .item_use .read_block .content img {
  width: 40px;
  display: block;
}
.howto-detail-block .scalp-series .item_use .read_block .content img {
  width: 43px;
}
.howto-detail-block .item_use .read_block .content .read_ttl .big {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 17px;
  line-height: 1.5;
}
.howto-detail-block .item_use .read_block .content .read_ttl .small {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.howto-detail-block .item_use .read_block .content .read_ttl .small .iyakubugai {
  font-size: 14px;
  line-height: 1;
  width: 100px;
  margin: 0 0 0 15px;
  padding: 3px 0;
  box-sizing: border-box;
  text-align: center;
  border: solid 1px #414141;
}
.howto-detail-block .item_use .read_block .content .read_ttl .min {
  font-size: 10px;
  font-weight: bold;
  margin-top: 5px;
  line-height: 1;
}
.howto-detail-block .item_use .read_block .txt {
  font-size: 16px;
}
.howto-detail-block #c02.item_use .read_block .txt {
  margin-left: 102px;
}
.howto-detail-block .item_use .b-use {
  width: 100%;
  background-color: #f4f1ef;
  padding: 40px 60px;
  box-sizing: border-box;
}
.howto-detail-block .item_use .b-use h4 {
  font-size: 28px;
  line-height: 1;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: solid 1px #414141;
  margin-bottom: 40px;
  text-align: center;
}
.howto-detail-block .item_use .b-use .pink {
  font-size: 24px;
  color: #ab6f7f;
  font-weight: bold;
  margin-bottom: 45px;
  text-align: center;
}
.howto-detail-block .item_use .b-use .b-use-read {
  font-size: 16px;
  font-weight: normal;
}
.howto-detail-block .item_use .b-use .b-use-read + .list {
  margin-top: 35px;
}
.howto-detail-block .item_use .b-use .b-use-read p {
  position: relative;
}
.howto-detail-block .item_use .b-use .b-use-read p .iyakubugai {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
  width: 100px;
  border: solid 1px #707070;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 3px 0;
}

.howto-detail-block .item_use .b-use .manual_btn {
  display: block;
  margin: 30px auto 50px;
  width: 100%;
  max-width: 350px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #ab6f7f;
  padding: 18.2px 0;
  border-radius: 10px;
  border: solid 1px #ab6f7f;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.howto-detail-block .item_use .b-use .manual_btn:hover {
  background-color: #ab6f7f;
  color: #ffffff;
}
.howto-detail-block .item_use .b-use .list {
  background-color: #ffffff;
  padding: 40px 30px;
  box-sizing: border-box;
}
.howto-detail-block .item_use .b-use .list .list-ttl {
  font-size: 20px;
  padding: 40px 10px;
  box-sizing: border-box;
  border-top: solid 1px #414141;
  cursor: pointer;
}
.howto-detail-block .item_use .b-use .list .js-aco-btn {
  position: relative;
}
.howto-detail-block .item_use .b-use .list .js-aco-btn .list-ttl + .ico:before,
.howto-detail-block .item_use .b-use .list .js-aco-btn .list-ttl + .ico:after {
  background: #414141;
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.howto-detail-block .item_use .b-use .list .js-aco-btn .list-ttl + .ico:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.howto-detail-block .item_use .b-use .list .js-aco-btn.is-active .list-ttl + .ico:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.howto-detail-block .item_use .b-use .list .list-ttl .min {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 10px;
  font-size: 12px;
  font-weight: 500;
}
.howto-detail-block .item_use .b-use .list .list-txt {
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
  padding: 0 10px 40px;
  box-sizing: border-box;
}
.howto-detail-block .item_use .b-use .list .list-txt .check-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 60px;
}
.howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block {
  display: block;
  width: calc((100% - 16px) / 2);
}
.howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block + .check-item-block {
  margin-left: 16px;
}
.howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block .check-item-ttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 13px;
}
.howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block .check-item-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block .check-item-list p {
  display: block;
  width: 100%;
  max-width: calc((100% - 16px) / 2);
  background-color: #414141;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.howto-detail-block .item_use .b-use .list .list-ttl.is-active + .list-txt {
  display: block;
}
.howto-detail-block .item_use .b-use .list .list-txt .list-txt-num {
  font-weight: 500;
}
.howto-detail-block .item_use .b-use .list .list-txt p + .list-txt-num {
  margin-top: 18px;
}
.howto-detail-block .item_use .b-use .list .border {
  display: block;
  width: 100%;
  border: none;
  border-top: solid 1px #414141;
}
.howto-detail-block .check-point {
  width: 100%;
  background-color: #f4f1ef;
  padding: 45px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 70px;
}
.howto-detail-block .check-point .img {
  width: 200px;
  height: 200px;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.howto-detail-block .check-point .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.howto-detail-block .check-point .check-point-txt {
  margin-left: 20px;
  text-align: left;
  margin-top: 30px;
}
.howto-detail-block .check-point .check-point-txt h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
  line-height: 1;
  color: #6ba48f;
}
.howto-detail-block .check-point .check-point-txt p {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 400;
}
.howto-detail-block .tag-block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.howto-detail-block .tag-block .tag-content {
  width: calc((100% - 48px) / 2);
}
.howto-detail-block .tag-block .tag-content + .tag-content {
  margin-left: 48px;
}
.howto-detail-block .tag-block .tag-content .tag-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px 15px;
}
.howto-detail-block .tag-block .tag-content .tag-list li {
  width: calc((100% - 15px) / 2);
}
.howto-detail-block .tag-block .tag-content .tag-list li span {
  font-size: 14px;
}
.howto-detail-block .tag-block .tag-content .tag-list li + li {
  margin-left: 0;
}
.howto-detail-block .step-list .img {
  width: 200px;
  height: 200px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #f4f1ef;
}
.howto-detail-block .step-list .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.howto-detail-block .scalp-series .step-list li:nth-child(1) .img img {
  margin-top: 23.75px;
}
.howto-detail-block .step-list .img img.img-small {
  margin-top: 18.875px;
}
.howto-detail-block .step-list .img-wrap .ttl .txt .border {
  border: none;
  border-bottom: solid 1px #414141;
}
.howto-detail-block .step-list .txt.mt20 {
  margin-top: 20px;
}
.howto-detail-block .movie-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 125px;
  margin-bottom: 155px;
}
.howto-detail-block .movie-wrap .movie-content {
  display: block;
  height: 0;
  width: calc((100% - 40px) / 2);
  border-radius: 30px;
  padding-top: 27.237%;
  position: relative;
  overflow: hidden;
}
.howto-detail-block .movie-wrap .movie-content.one {
  width: 70%;
  padding-top: 39.375%;
}
.howto-detail-block .movie-wrap .movie-content iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.howto-detail-block #ma-movie-block03.movie-wrap .flashyVideo a:after {
  content: "\25B6";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: "Material Icons";
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  z-index: 1;
  font-size: 2.2em;
  padding: 3%;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  white-space: nowrap;
}
.howto-detail-block .point-box .img {
  width: 200px;
  height: 200px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.howto-detail-block .point-box .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.howto-detail-block .column-block {
  margin-bottom: 115px;
  margin-top: 60px;
}
.howto-detail-block .column-block h3 {
  margin-bottom: 45px;
  text-align: center;
}
.howto-detail-block .column-block h3 .en {
  font-size: 28px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 30px;
}
.howto-detail-block .column-block h3 .ja {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}
.howto-detail-block .column-block .column-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 35px;
}
.howto-detail-block .column-block .column-list .column-list-content {
  width: 100%;
  max-width: 303px;
}
.howto-detail-block .column-block .column-list .column-list-content .img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 25px;
  overflow: hidden;
}
.howto-detail-block .column-block .column-list .column-list-content .img img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.howto-detail-block .column-block .column-list .column-list-content:hover .img img {
  transform: scale(1.1);
}
.howto-detail-block .column-block .column-list .column-list-content p {
  font-size: 14px;
  padding: 0 10px;
  box-sizing: border-box;
}
.howto-detail-block .column-block .column-all {
  display: block;
  font-size: 14px;
  text-align: right;
}
.howto-detail-block .column-block .column-all a {
  display: inline-block;
  border-bottom: solid 1px #414141;
}
@media only screen and (max-width: 949px) {
  .howto-detail-block .cat-tab {
    margin-bottom: 80px;
  }
  .howto-detail-block .cat-tab p {
    font-size: 13px;
    padding-bottom: 5px;
    width: 45%;
  }
  .howto-detail-block .inner-block {
    padding-left: 22px;
    padding-right: 22px;
  }
  .howto-detail-block .c-ttl03 {
    margin-bottom: 25px;
    padding-bottom: 7px;
  }
  .howto-detail-block .c-ttl03 .en {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .howto-detail-block .c-ttl03 .ja {
    font-size: 11px;
  }
  .howto-detail-block .c-lead-txt {
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 25px;
  }
  .howto-detail-block .txt {
    letter-spacing: 0.04em;
  }
  .howto-detail-block .howto-box {
    width: 100%;
    margin-bottom: 60px;
  }
  .howto-detail-block .howto-box .txt {
    font-size: 15px;
    padding: 7px 0;
  }
  .howto-detail-block .howto-box .howto-list {
    flex-direction: column;
  }
  .howto-detail-block .howto-box .howto-list:nth-child(2) li {
    width: 100%;
    padding: 30px 15px;
  }
  .howto-detail-block .scalp-series .howto-box .howto-list li:before {
    content: none;
  }
  .howto-detail-block .howto-box .howto-list:nth-child(2) li:nth-child(2) .img {
    width: 27px;
  }
  .howto-detail-block .howto-box .howto-list:nth-child(2) li:nth-child(2) .img img {
    width: 100%;
  }
  .howto-detail-block .howto-box .howto-list:nth-child(2) li + li {
    padding-top: 50px;
  }
  .howto-detail-block .howto-box .howto-list:nth-child(2) li + li:before {
    font-size: 30px;
    top: -20px;
    left: 50%;
    right: initial;
    transform: translate(-50%, 0);
  }
  .howto-detail-block .howto-box .howto-list:nth-child(3) li,
  .howto-detail-block .scalp-series .howto-box .howto-list li {
    width: 100%;
    display: block;
  }
  .howto-detail-block .howto-box .howto-list:nth-child(3) li + li,
  .howto-detail-block .scalp-series .howto-box .howto-list li + li {
    margin-top: 0;
  }
  .howto-detail-block .howto-box .howto-list:nth-child(3) li + li .txt,
  .howto-detail-block .scalp-series .howto-box .howto-list li + li .txt {
    border-left: none;
  }
  .howto-detail-block .howto-box .howto-list:nth-child(3) li a,
  .howto-detail-block .scalp-series .howto-box .howto-list li a {
    padding: 30px 0 40px 42%;
    width: 100%;
    max-width: 58%;
    box-sizing: initial;
    position: relative;
  }
  .howto-detail-block .howto-box .howto-list:nth-child(3) li:nth-child(1) a,
  .howto-detail-block .scalp-series .howto-box .howto-list li:nth-child(1) a,
  .howto-detail-block .scalp-series .howto-box .howto-list li:nth-child(2) a {
    padding-bottom: 45.25px;
  }
  .howto-detail-block .howto-box .howto-list:nth-child(3) li:nth-child(2) a {
    padding-bottom: 48.25px;
  }
  .howto-detail-block .howto-box .howto-list:nth-child(3) li:nth-child(3) a,
  .howto-detail-block .scalp-series .howto-box .howto-list li:nth-child(3) a {
    padding-bottom: 36.25px;
  }
  .howto-detail-block .howto-box .howto-list li a {
    text-align: left;
    padding-left: 40%;
    width: 60%;
    max-width: 100%;
    box-sizing: initial;
    position: relative;
  }
  .howto-detail-block .howto-box .howto-list li a .read {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .howto-detail-block .howto-box .howto-list:nth-child(3) li:nth-child(1) a .read {
    margin-top: 15px;
  }
  .howto-detail-block .howto-box .howto-list:nth-child(3) li:nth-child(2) a .read {
    margin-top: 20px;
  }
  .howto-detail-block .howto-box .howto-list:nth-child(3) li:nth-child(3) a .read {
    margin-top: 5px;
  }
  .howto-detail-block .howto-box .howto-list li a .img {
    margin-bottom: 0;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 70%;
    width: 50px;
  }
  .howto-detail-block .howto-box .howto-list:nth-child(3) li a .img,
  .howto-detail-block .scalp-series .howto-box .howto-list li a .img {
    right: 67%;
  }
  .howto-detail-block .howto-box .howto-list:nth-child(3) li a .img,
  .howto-detail-block .scalp-series .howto-box .howto-list li a .img {
    top: 30px;
  }
  .howto-detail-block .howto-box .howto-list:nth-child(3) li:nth-child(1) a .img {
    width: 50px;
  }
  .howto-detail-block .howto-box .howto-list:nth-child(3) li:nth-child(2) a .img {
    width: 55px;
  }
  .howto-detail-block .howto-box .howto-list:nth-child(3) li:nth-child(3) a .img {
    width: 26px;
  }
  .howto-detail-block .howto-box .howto-list:nth-child(3) li:nth-child(3) a .img img {
    width: 100%;
    margin-top: 0;
  }
  .howto-detail-block .scalp-series .howto-box .howto-list li:nth-child(1) a .img,
  .howto-detail-block .scalp-series .howto-box .howto-list li:nth-child(2) a .img {
    width: 49px;
  }
  .howto-detail-block .scalp-series .howto-box .howto-list li:nth-child(3) a .img {
    width: 32px;
    margin: 0 9px;
  }
  .howto-detail-block .scalp-series .howto-box .howto-list li:nth-child(3) a .img img {
    width: 100%;
    margin-top: 15px;
    height: 78px;
  }
  .howto-detail-block .howto-box .howto-list li a .img.new {
    position: absolute;
  }
  .howto-detail-block .howto-box .howto-list li a .ttl {
    font-size: 14px;
    width: 100%;
    padding-left: 0;
  }
  .howto-detail-block .howto-box .howto-list:nth-child(2) li:nth-child(2) .ttl {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column-reverse;
  }
  .howto-detail-block .howto-box .howto-list li a .attend {
    font-size: 10px;
  }
  .howto-detail-block .howto-box .howto-list li a .iyakubugai {
    font-size: 10px;
    width: 70px;
    margin: 0;
  }
  .howto-detail-block .scalp-series .howto-box .howto-list li a .iyakubugai {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .howto-detail-block .howto-box .howto-list li a .item_name {
    font-size: 10px;
    margin-top: 7px;
    line-height: 1.6;
  }
  .howto-detail-block .scalp-series .howto-box .scalp-attend {
    display: block;
  }
  .howto-detail-block .scalp-series .howto-box .scalp-attend p {
    display: inline;
    line-height: 1.5;
  }
  .howto-detail-block .scalp-series .howto-box .scalp-attend p + p {
    margin-left: 5px;
  }
  .howto-detail-block .links {
    margin-bottom: 70px;
  }
  .howto-detail-block .links h3 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .howto-detail-block .links .content {
    gap: 7px;
    align-items: stretch;
  }
  .howto-detail-block .links a {
    width: calc((100% - 7px) / 2);
    border-radius: 8px;
    padding: 6.6px 25px 6.6px 9px;
    text-align: left;
    font-size: 13px;
    line-height: 1.2;
  }
  .howto-detail-block .links a:after {
    right: 12px;
  }
  .howto-detail-block .item_use {
    margin-bottom: 35px;
  }
  .howto-detail-block .item_use h3 {
    font-size: 15px;
    padding-bottom: 25px;
    margin-bottom: 50px;
    line-height: 1.6;
  }
  .howto-detail-block .item_use .read_block {
    margin: 0 auto 35px;
    width: 100%;
  }
  .howto-detail-block .item_use .read_block .content {
    gap: 25px;
    width: 90%;
    margin: 0 auto 7px;
  }
  .howto-detail-block #c02.item_use .read_block .content img {
    width: 22px;
  }
  .howto-detail-block .scalp-series .item_use .read_block .content img {
    width: 32px;
  }
  .howto-detail-block .item_use .read_block .content .read_ttl .big {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .howto-detail-block .item_use .read_block .content .read_ttl .small {
    flex-direction: column-reverse;
    align-items: flex-start;
    font-size: 14px;
  }
  .howto-detail-block .item_use .read_block .content .read_ttl .small .iyakubugai {
    font-size: 10px;
    width: 62px;
    margin: 0 0 5px;
  }
  .howto-detail-block .item_use .read_block .content .read_ttl .min {
    margin-top: 15px;
    line-height: 1.2;
  }
  .howto-detail-block .item_use .read_block .txt {
    font-size: 13px;
    width: 90%;
    margin: 0 auto;
  }
  .howto-detail-block #c02.item_use .read_block .txt {
    margin-left: auto;
  }
  .howto-detail-block .item_use .b-use {
    padding: 25px 20px;
  }
  .howto-detail-block .item_use .b-use h4 {
    font-size: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .howto-detail-block .item_use .b-use .pink {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.5;
  }
  .howto-detail-block .item_use .b-use .b-use-read {
    font-size: 14px;
    text-indent: -1.4em;
    padding-left: 1.4em;
  }
  .howto-detail-block .item_use .b-use .b-use-read + .list {
    margin-top: 21px;
  }
  .howto-detail-block .item_use .b-use .manual_btn {
    margin: 21px auto 25px;
    width: 100%;
    font-size: 12px;
    padding: 15px 0;
  }
  .howto-detail-block .item_use .b-use .list {
    padding: 20px 14px;
  }
  .howto-detail-block .item_use .b-use .list .list-ttl {
    font-size: 14px;
    padding: 20px 12.5% 20px 0;
    letter-spacing: 0.04em;
  }
  .howto-detail-block .item_use .b-use .list .js-aco-btn .list-ttl + .ico:before,
  .howto-detail-block .item_use .b-use .list .js-aco-btn .list-ttl + .ico:after {
    width: 14px;
    bottom: 0;
    right: 0;
  }
  .howto-detail-block .item_use .b-use .list .list-ttl .min {
    position: static;
    display: block;
    font-size: 10px;
  }
  .howto-detail-block .item_use .b-use .list .list-txt {
    font-size: 14px;
    line-height: 1.63;
    padding: 0 0 35px;
  }
  .howto-detail-block .item_use .b-use .list .list-txt p {
    padding-left: 1.4em;
    text-indent: -1.4em;
    box-sizing: border-box;
  }
  .howto-detail-block .item_use .b-use .list .list-txt .check-item {
    display: block;
    margin-bottom: 25px;
  }
  .howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block {
    display: block;
    width: 100%;
  }
  .howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block + .check-item-block {
    margin-left: 0;
    margin-top: 20px;
  }
  .howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block .check-item-ttl {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block .check-item-list p {
    width: 100%;
    max-width: calc((100% - 30px) / 2);
    border-radius: 4px;
    font-size: 11px;
    line-height: 1;
    padding: 4px 0;
    text-indent: 0;
  }
  .howto-detail-block .check-point {
    margin-bottom: 50px;
    display: block;
    padding: 40px 22px;
  }
  .howto-detail-block .check-point .check-point-txt {
    margin-top: 0;
    margin-left: 0;
  }
  .howto-detail-block .check-point .check-point-txt h3 {
    text-align: center;
    font-size: 15px;
    margin-bottom: 12px;
  }
  .howto-detail-block .check-point .check-point-txt .img {
    width: 200px;
    margin: 0 auto 18px;
  }
  .howto-detail-block .check-point .check-point-txt p {
    font-size: 14px;
    padding: 0 33px;
  }
  .howto-detail-block .tag-block {
    display: block;
  }
  .howto-detail-block .tag-block .tag-content {
    width: 100%;
  }
  .howto-detail-block .tag-block .tag-content + .tag-content {
    margin-left: 0;
    margin-top: 20px;
  }
  .howto-detail-block .tag-block .tag-content .tag-list {
    gap: 10px 15px;
  }
  .howto-detail-block .tag-block .tag-content .tag-list li {
    width: calc((100% - 15px) / 2);
  }
  .howto-detail-block .tag-block .tag-content .tag-list li .tag {
    padding: 4px 5px;
    font-size: 11px;
  }
  .howto-detail-block .tag-block .tag-content .tag-list li + li {
    margin-left: 0;
  }
  .howto-detail-block .tag-list.col3 {
    flex-direction: column;
    max-width: 100%;
  }
  .howto-detail-block .tag-list li .tag {
    line-height: 1;
    padding: 4px 5px;
  }
  .howto-detail-block .step-list .img {
    width: 160px;
    height: 160px;
  }
  .howto-detail-block .step-list .img img.img-small {
    margin-top: 3px;
  }
  .howto-detail-block .movie-wrap {
    display: block;
    margin-top: 30px;
    margin-bottom: 85px;
  }
  .howto-detail-block .movie-wrap .movie-content {
    width: 100%;
    border-radius: 20px;
    padding-top: 56.25%;
  }
  .howto-detail-block .movie-wrap .movie-content + .movie-content {
    margin-top: 30px;
  }
  .howto-detail-block .movie-wrap .movie-content.one {
    width: 100%;
    padding-top: 56.25%;
  }
  .howto-detail-block .point-box .img {
    width: 160px;
    height: 160px;
  }
  .howto-detail-block .column-block {
    margin-bottom: 115px;
    margin-top: 55px;
  }
  .howto-detail-block .column-block h3 .en {
    font-size: 22px;
    margin-bottom: 7px;
  }
  .howto-detail-block .column-block h3 .ja {
    font-size: 11px;
  }
  .howto-detail-block .column-block .column-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: initial;
    gap: 10px;
    margin-bottom: 20px;
    position: relative;
    left: 0;
  }
  .howto-detail-block .column-block .column-list.campaign-slider button {
    display: none !important;
  }
  .howto-detail-block .column-block .column-list .column-list-content {
    max-width: 100%;
    width: 282px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .howto-detail-block .column-block .column-list .column-list-content img {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .howto-detail-block .column-block .column-list .column-list-content p {
    font-size: 14px;
    margin-top: 5px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 640px) {
  .howto-detail-block .howto-box .howto-list:nth-child(3) li {
    padding: 0;
  }
}

/* 20230530_murai 【clayence】aboutページの改修 */
.beginner-lead-block {
  padding-top: 140px;
  padding-bottom: 200px;
}
.beginner-lead-block .inner-block {
  display: block;
  margin: 0 auto;
  max-width: 1230px;
}
.beginner-lead-block .inner-block .txt-area {
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin-bottom: 95px;
  position: relative;
}
.beginner-lead-block .inner-block .txt-area:after {
  content: "";
  display: block;
  width: 110px;
  height: 4px;
  background-color: #414141;
  position: absolute;
  left: 50%;
  bottom: -90px;
  transform: translate(-50%, 0);
}
.beginner-lead-block .inner-block .txt-area .ttl {
  font-size: 34px;
  line-height: 1.75;
  letter-spacing: 0.15em;
  margin-bottom: 100px;
}
.beginner-lead-block .inner-block .txt-area .txt {
  font-size: 18px;
  line-height: 2;
}
.beginner-lead-block .inner-block .txt-area .txt + .txt {
  margin-top: 50px;
}
.beginner-lead-block .inner-block .txt-area .note {
  font-size: 12px;
  text-align: left;
  margin-top: 70px;
  margin-left: 220px;
}
.beginner-lead-block .inner-block .txt-area img {
  display: block;
  width: 763.5px;
  margin: 10px auto 0;
}
@media only screen and (max-width: 640px) {
  .beginner-lead-block {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .beginner-lead-block .inner-block {
    max-width: 100%;
  }
  .beginner-lead-block .inner-block .txt-area {
    margin-bottom: 140px;
    text-align: left;
  }
  .beginner-lead-block .inner-block .txt-area:after {
    width: 50px;
    height: 4px;
    bottom: -73px;
  }
  .beginner-lead-block .inner-block .txt-area .ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .beginner-lead-block .inner-block .txt-area .txt {
    font-size: 11px;
  }
  .beginner-lead-block .inner-block .txt-area .txt + .txt {
    margin-top: 30px;
  }
  .beginner-lead-block .inner-block .txt-area .note {
    font-size: 10px;
    margin-top: 30px;
    margin-left: 0;
  }
  .beginner-lead-block .inner-block .txt-area img {
    display: block;
    width: 100%;
    max-width: 600px;
  }
}
.beginner-lead-block .inner-block .box {
  padding: 70px 105px 80px;
  max-width: 950px;
  margin: 0 auto;
}
.beginner-lead-block .inner-block .box .box-ttl {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 45px;
  text-align: center;
}
.beginner-lead-block .inner-block .box .circle-list {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.beginner-lead-block .inner-block .box .circle-list:before,
.beginner-lead-block .inner-block .box .circle-list:after {
  background: #414141;
  content: "";
  display: block;
  width: 113px;
  height: 1px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.beginner-lead-block .inner-block .box .circle-list:before {
  transform: rotate(45deg);
}
.beginner-lead-block .inner-block .box .circle-list:after {
  transform: rotate(-45deg);
}
.beginner-lead-block .inner-block .box .circle-list li {
  background: no-repeat center center/contain;
  width: 330px;
  height: 333px;
  text-align: center;
  padding-top: 65px;
  margin: auto;
}
.beginner-lead-block .inner-block .box .circle-list .en {
  color: #fff;
  font-size: 40px;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  opacity: 0.7;
  margin-bottom: 15px;
}
.beginner-lead-block .inner-block .box .circle-list .science .en {
  margin-bottom: 30px;
}
.beginner-lead-block .inner-block .box .circle-list .ttl {
  line-height: 1.75;
  margin-bottom: 0;
  font-size: 20px;
}
.beginner-lead-block .inner-block .box .circle-list .bg {
  background: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 20px;
  min-width: 175px;
}
.beginner-lead-block .inner-block .box .circle-list .txt {
  font-size: 12px;
  margin-top: 4px;
}
.beginner-lead-block .inner-block .box .circle-list .clay {
  background-image: url(/assets/images/clayence/bg-clay.png);
}
.beginner-lead-block .inner-block .box .circle-list .science {
  background-image: url(/assets/images/clayence/bg-science.png);
}
@media only screen and (min-width: 641px) and (min-width: 950px) {
  .beginner-lead-block .inner-block .box .circle-list li + li {
    margin-left: 55px;
  }
}
.beginner-lead-block .inner-block .box .note {
  margin-top: 75px;
}
@media only screen and (max-width: 640px) {
  .beginner-lead-block .inner-block .box {
    padding: 35px 30px;
  }
  .beginner-lead-block .inner-block .box .box-ttl {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .beginner-lead-block .inner-block .box .circle-list {
    display: block;
  }
  .beginner-lead-block .inner-block .box .circle-list:before,
  .beginner-lead-block .inner-block .box .circle-list:after {
    width: 63px;
  }
  .beginner-lead-block .inner-block .box .circle-list li {
    width: 206px;
    height: 206px;
    padding-top: 35px;
  }
  .beginner-lead-block .inner-block .box .circle-list li + li {
    margin-top: 28px;
  }
  .beginner-lead-block .inner-block .box .circle-list .en {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .beginner-lead-block .inner-block .box .circle-list .science .en {
    margin-bottom: 20px;
  }
  .beginner-lead-block .inner-block .box .circle-list .ttl {
    font-size: 12px;
    margin-bottom: 5px;
    letter-spacing: -0.04em;
  }
  .beginner-lead-block .inner-block .box .circle-list .bg {
    font-size: 9px;
    padding: 1px 12px;
    min-width: 108px;
  }
  .beginner-lead-block .inner-block .box .circle-list .txt {
    font-size: 7px;
  }
  .beginner-lead-block .inner-block .box .note {
    margin-top: 26px;
  }
}
.beginner-detail-block {
  padding-top: 140px;
  padding-bottom: 80px;
  overflow: hidden;
}
.beginner-detail-block + .beginner-detail-block {
  margin-top: -1px;
}
.beginner-detail-block .inner-block {
  max-width: 1140px;
}
.beginner-detail-block .c-ttl01 {
  margin-bottom: 70px;
}
.beginner-detail-block .c-ttl02 {
  font-size: 32px;
  letter-spacing: 0.15em;
  line-height: 1.75;
  margin-bottom: 80px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.beginner-detail-block .content {
  display: flex;
  position: relative;
  margin-bottom: 95px;
}
.beginner-detail-block.color .content {
  justify-content: flex-end;
}
.beginner-detail-block .content .txt-area {
  width: calc(100% - 680px + 78px);
  max-width: 550px;
  box-sizing: border-box;
}
.beginner-detail-block .content .txt-area .txt {
  line-height: 2;
  font-size: 16px;
}
.beginner-detail-block .content .txt-area .txt + .txt {
  margin-top: 35px;
}
.beginner-detail-block .content .txt-area .note {
  margin-top: 50px;
}
.beginner-detail-block .content .img {
  position: absolute;
  top: 0;
  width: 680px;
}
.beginner-detail-block .box {
  max-width: 100%;
  margin: 0 auto;
}
.beginner-detail-block.scalp {
  background-color: #dce8e1;
  position: relative;
  z-index: 3;
}
.beginner .scalp-bg {
  display: block;
  width: 100%;
  position: relative;
}
.beginner .scalp-bg.bg-top {
  margin-bottom: -1px;
}
.beginner .scalp-bg.bg-bottom {
  margin-top: -1px;
}
.beginner .scalp-bg.bg-top:after {
  background: url(/assets/images/clayence/bg-green-top.png) repeat-x center center/1366px 40px;
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 5;
}
.beginner .scalp-bg.bg-bottom:after {
  background: url(/assets/images/clayence/bg-green-bottom.png) repeat-x center center/1366px 40px;
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 5;
}
.beginner-detail-block.scalp .content .img {
  right: -128px;
}
.beginner-detail-block.color {
  background-color: #eae1e1;
  position: relative;
  z-index: 2;
}
.beginner .color-bg {
  display: block;
  width: 100%;
  position: relative;
}
.beginner .color-bg.bg-bottom {
  margin-top: -1px;
}
.beginner .color-bg.bg-top:after {
  background: url(/assets/images/clayence/bg-brown02-bottom.png) repeat-x center center/1366px 40px;
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 5;
}
.beginner-detail-block.color .content .img {
  left: -128px;
}
@media only screen and (max-width: 1099px) {
  .beginner-detail-block .content {
    display: block;
    position: relative;
  }
  .beginner-detail-block .content:after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background-color: #414141;
    position: absolute;
    left: 50%;
    bottom: -65px;
    transform: translate(-50%, 0);
  }
  .beginner-detail-block .content .txt-area {
    margin: auto;
    width: initial;
  }
  .beginner-detail-block .content .img {
    position: static;
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 640px) {
  .beginner-detail-block {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .beginner-detail-block .inner-block {
    padding-left: 25px;
    padding-right: 25px;
  }
  .beginner-detail-block .c-ttl01 {
    margin-bottom: 50px;
  }
  .beginner-detail-block .c-ttl02 {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: left;
  }
  .beginner-detail-block .content {
    display: block;
    margin-bottom: 120px;
  }
  .beginner-detail-block .content .txt-area .txt {
    line-height: 1.9;
    font-size: 13px;
  }
  .beginner-detail-block .content .txt-area .txt + .txt {
    margin-top: 22px;
  }
  .beginner-detail-block .content .txt-area .note {
    margin-top: 23px;
  }
  .beginner-detail-block .content .img {
    width: calc(100% + 12px);
  }
  .beginner-detail-block .content .img img {
    width: 100%;
  }
  .beginner-detail-block.scalp .content .img {
    margin-right: -25px;
  }
  .beginner-detail-block.color .content .img {
    margin-left: -25px;
  }
  .beginner-detail-block .box {
    width: calc(100% + 6px);
  }
  .beginner .scalp-bg.bg-top:after {
    background-size: 375px 10px;
    height: 10px;
    bottom: -29px;
  }
  .beginner .scalp-bg.bg-bottom:after {
    background-size: 375px 10px;
    height: 10px;
    top: -29px;
  }
  .beginner .color-bg.bg-bottom:after {
    background-size: 375px 10px;
    height: 10px;
    top: -10px;
  }
}
.fsc-block {
  background-color: #ffffff;
  padding-top: 140px;
  padding-bottom: 80px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.fsc-block .inner-block {
  max-width: 980px;
}
.fsc-block .inner-block .box {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.fsc-block .inner-block .box .box-ttl {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 45px;
}
.fsc-block .inner-block .box .lead-txt {
  line-height: 2;
  margin-bottom: 50px;
}
.fsc-block .inner-block .box .fsc-img {
  text-align: center;
}
.fsc-block .inner-block .box .fsc-img img {
  width: 200px;
  height: auto;
  display: inline;
}
.fsc-block .inner-block .box .note {
  margin-top: 75px;
}
@media only screen and (max-width: 640px) {
  .fsc-block {
    padding-top: 45px;
    padding-bottom: 75px;
  }
  .fsc-block .inner-block .box {
    padding: 0 30px;
  }
  .fsc-block .inner-block .box .box-ttl {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .fsc-block .inner-block .box .lead-txt {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .fsc-block .inner-block .box .fsc-img {
    width: 100%;
    max-width: 100px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .fsc-block .inner-block .box .note {
    margin-top: 26px;
    text-align: left;
  }
}
.lineup-block .item-list + .item-list {
  margin-top: 110px;
}
.lineup-block .item-list .c-ttl02 {
  font-size: 20px;
  letter-spacing: 0.02em;
  margin-bottom: 55px;
  text-align: center;
  font-weight: bold;
}
.lineup-block .item-list .contents {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.lineup-block .item-list .contents .box {
  display: block;
  width: 18.334%;
}
.lineup-block .item-list:nth-child(2) .contents .box:nth-child(1) {
  width: 36.667%;
}
.lineup-block .item-list .contents .box .box-ttl {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #414141;
  padding: 6.21px;
  box-sizing: border-box;
  margin-bottom: 35px;
}
.lineup-block .item-list .contents .box .box-contents {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.lineup-block .item-list .contents .box .box-contents .box-contents-item {
  display: block;
  width: 100%;
  text-align: center;
}
.lineup-block .item-list:nth-child(2) .contents .box:nth-child(1) .box-contents .box-contents-item {
  width: 50%;
}
.lineup-block .item-list .contents .box .box-contents .box-contents-item .img {
  height: 205px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 75px;
}
.lineup-block .item-list:nth-child(2) .contents .box:nth-child(1) .box-contents-item:nth-child(2) img {
  width: 64px;
}
.lineup-block .item-list:nth-child(2) .contents .box:nth-child(2) .box-contents-item img {
  width: 69px;
}
.lineup-block .item-list:nth-child(2) .contents .box:nth-child(3) .box-contents-item img {
  width: 63px;
}
.lineup-block .item-list:nth-child(2) .contents .box:nth-child(4) .box-contents-item img {
  width: 31px;
}
.lineup-block .item-list:nth-child(3) .contents .box:nth-child(1) .box-contents-item img {
  width: 68px;
}
.lineup-block .item-list:nth-child(3) .contents .box:nth-child(2) .box-contents-item img {
  width: 68px;
}
.lineup-block .item-list:nth-child(3) .contents .box:nth-child(3) .box-contents-item img {
  width: 28px;
}
.lineup-block .item-list .contents .box .box-contents .box-contents-item .img a {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.lineup-block .item-list .contents .box .box-contents .box-contents-item .img img {
  max-height: 100%;
}
.lineup-block .item-list:nth-child(2) .contents .box:first-child .box-contents .box-contents-item:first-child .img:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0px;
  right: 10px;
  background-image: url(/assets/images/clayence/ccqa-txt.svg);
  background-size: contain;
}
.lineup-block .item-list:nth-child(2) .contents .box:first-child .box-contents .box-contents-item:nth-child(2) .img:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0px;
  right: 10px;
  background-image: url(/assets/images/clayence/cctm-txt.svg);
  background-size: contain;
}
.lineup-block .item-list .contents .box .box-contents .box-contents-item .iyakubugai {
  width: 70px;
  padding: 2.71px 0;
  border: solid 1px #414141;
  font-size: 11px;
  box-sizing: border-box;
  margin: -35px auto 15px;
  display: block;
}
.lineup-block .item-list .contents .box .box-contents .box-contents-item .item-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  margin-bottom: 25px;
}
.lineup-block .item-list .contents .box .box-contents .box-contents-item .detail-name {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 20px;
}
@media only screen and (max-width: 949px) {
  .lineup-block .item-list .c-ttl02 {
    font-size: 13px;
    margin-bottom: 35px;
  }
  .lineup-block .item-list .contents {
    justify-content: flex-start;
    gap: 75px 15px;
  }
  .lineup-block .item-list .contents .box {
    display: block;
    width: calc((100% - 15px) / 2);
  }
  .lineup-block .item-list:nth-child(2) .contents .box:nth-child(1) {
    width: 100%;
  }
  .lineup-block .item-list .contents .box .box-ttl {
    font-size: 10px;
    padding: 5px;
    margin-bottom: 30px;
  }
  .lineup-block .item-list .contents .box .box-contents .box-contents-item {
    width: 100%;
  }
  .lineup-block .item-list .contents .box .box-contents .box-contents-item .img {
    margin-bottom: 45px;
    height: 136px;
  }
  .lineup-block .item-list:nth-child(2) .contents .box:nth-child(1) .box-contents-item:nth-child(1) img {
    width: 30px;
  }
  .lineup-block .item-list:nth-child(2) .contents .box:nth-child(1) .box-contents-item:nth-child(2) img {
    width: 43.5px;
  }
  .lineup-block .item-list:nth-child(2) .contents .box:nth-child(2) .box-contents-item img {
    width: 46.5px;
  }
  .lineup-block .item-list:nth-child(2) .contents .box:nth-child(3) .box-contents-item img {
    width: 42.5px;
  }
  .lineup-block .item-list:nth-child(2) .contents .box:nth-child(4) .box-contents-item img {
    width: 20.5px;
  }
  .lineup-block .item-list:nth-child(3) .contents .box:nth-child(1) .box-contents-item img {
    width: 46px;
  }
  .lineup-block .item-list:nth-child(3) .contents .box:nth-child(2) .box-contents-item img {
    width: 46px;
  }
  .lineup-block .item-list:nth-child(3) .contents .box:nth-child(3) .box-contents-item img {
    width: 20px;
  }
  .lineup-block .item-list .contents .box .box-contents .box-contents-item .iyakubugai {
    margin: -30px auto 7px;
    font-size: 10px;
    line-height: 1;
    width: 60px;
    padding: 2px 0;
  }
  .lineup-block .item-list .contents .box .box-contents .box-contents-item .item-name {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .lineup-block .item-list:nth-child(2) .contents .box:first-child .box-contents .box-contents-item:first-child .img:after {
    width: 43px;
    height: 43px;
  }
  .lineup-block .item-list:nth-child(2) .contents .box:first-child .box-contents .box-contents-item:nth-child(2) .img:after {
    width: 43px;
    height: 43px;
  }
}

/* 20230530_murai 【clayence】クイックカラー商品詳細ページ */
.item-detail-block .c-ttl02 .iyakubugai-item {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.item-detail-block .c-ttl02 .iyakubugai {
  display: block;
  width: 87px;
  border: solid 1px #707070;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 12px 15px;
}
.item-detail-block .c-ttl02 .sales-name {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.item-detail-block .c-subscription-block .item-ttl span {
  display: none;
}
.clayence_item-template-ccqa .item-detail .c-subscription-block .txt-area .item-price .img img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  left: 20px;
}
.item-detail .recommend-list .img a {
  display: flex;
  height: 100%;
  align-items: flex-end;
}
.item-detail .recommend-list .img a img {
  display: block;
  max-height: 100%;
}
.item-detail .campaign-block {
  z-index: 4;
}
.clayence_item-template-ccqa .item-detail .item-feature-block {
  padding-top: 100px;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
  gap: 0 20px;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .tabs a {
  display: block;
  width: 230px;
  border: solid 1px #ab6f7f;
  background-color: #ffffff;
  border-radius: 8px;
  text-align: center;
  position: relative;
  color: #ab6f7f;
  padding: 19.5px 0;
  line-height: 1;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .tabs a:hover {
  color: #ffffff;
  background-color: #ab6f7f;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .tabs a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0;
  border-bottom: 1px solid #b97d87;
  border-right: 1px solid #b97d87;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .tabs a:hover:after {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.clayence_item-template-ccqa .item-detail .item-feature-block img {
  display: block;
  width: 100%;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(2) .img:nth-child(4) {
  max-width: 250px;
  margin: 15px auto 60px;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(2) .img:nth-child(7) {
  max-width: 500px;
  margin: 45px auto 0;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(3) .img {
  max-width: 431px;
  margin: 35px auto 0;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(3) .min {
  text-align: right;
  margin-top: 50px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(3) .min span {
  text-align: left;
  display: inline-block;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(4) .img-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(4) .img-list .right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 40px;
  margin-right: 90px;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(4) .img-list .right .right-content {
  text-align: center;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(4) .img-list .right .right-content .ttl {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 1;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(4) .img-list .right .right-content img {
  max-width: 134px;
  margin-bottom: 15px;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(4) .img-list .right .right-content .txt {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(4) .img-list .left {
  max-width: 350.5px;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(5) .color-list {
  max-width: 684px;
  margin: 55px auto 0;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(5) .color-list .img-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 90px;
  margin-bottom: 40px;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(5) .color-list .img-block .img-box {
  max-width: 168px;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(5) .color-list .img-block .img-box img {
  max-width: 160px;
  margin: 0 auto 20px;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(5) .color-list .img-block .img-box .color-name {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1;
  width: 100%;
  padding: 4.5px;
  margin-bottom: 8px;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(5) .color-list .img-block .img-box:first-child .color-name {
  background: #6a4029;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(5) .color-list .img-block .img-box:nth-child(2) .color-name {
  background: #5a4406;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(5) .color-list .img-block .img-box:last-child .color-name {
  background: #3a3231;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(5) .color-list .img-block .img-box .txt {
  text-align: center;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(5) .color-list .img-block .img-box .txt span {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(5) .color-list .small {
  font-size: 12px;
  letter-spacing: -0.04em;
  text-align: right;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(5) .color-list .small span {
  font-weight: 500;
  text-decoration: underline;
}
@media only screen and (max-width: 949px) {
  .clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(5) .color-list .small span {
    text-align: left;
    display: inline-block;
  }
}
.item-detail .howto-detail-block {
  padding-top: 100px;
  padding-bottom: 110px;
  position: relative;
  z-index: 3;
}
.item-detail .howto-detail-block .inner-block {
  padding-top: 0;
  padding-bottom: 0;
}
.item-detail .howto-detail-block.c-bg-top:after {
  background-image: url(/assets/images/clayence/bg-white-top.png);
}
.item-detail .howto-detail-block.c-bg-bottom:before {
  background-image: url(/assets/images/clayence/bg-white-bottom.png);
  transform: rotateZ(180deg);
}
.item-detail .howto-detail-block .column-block {
  margin-bottom: 0;
}
.item-detail .item-feature-block {
  position: relative;
  z-index: 2;
}
.item-detail .item-feature-block.c-bg-top:after {
  background-image: url("../img/common/bg-white-bottom.png");
  transform: rotateZ(180deg);
  top: 0;
}
.item-detail .product-info-block .pink {
  color: #ab6f7f;
}
.item-detail .product-info-block .bold {
  font-weight: 700;
}
.item-detail .product-info-block .medium {
  font-weight: 500;
}
.clayence_item-template-ccqa .item-detail .a-wrap {
  font-weight: 400;
}
.c-faq-list .a-wrap p {
  font-weight: 400;
}
@media only screen and (max-width: 949px) {
  .item-detail-block .c-ttl02 .iyakubugai {
    width: 60px;
    font-size: 10px;
    padding: 1px 0;
    margin: 0 0 5px 5px;
  }
  .item-detail-block .c-ttl02 .sales-name {
    font-size: 11px;
    margin-top: 5px;
  }
  .clayence_item-template-ccqa .item-detail .c-subscription-block .txt-area .item-price .img img {
    left: 20px;
  }
  .clayence_item-template-ccqa .item-detail .c-subscription-block .txt_moca_cau {
    display: none;
  }
  .clayence_item-template-ccqa .item-detail .c-subscription-block .btn-area .btn-wrap {
    margin-top: auto;
  }
  .clayence_item-template-ccqa .item-detail .item-feature-block {
    padding-top: 80px;
  }
  .clayence_item-template-ccqa .item-detail .item-feature-block .tabs {
    justify-content: center;
    gap: 10px 25px;
    flex-wrap: wrap;
  }
  .clayence_item-template-ccqa .item-detail .item-feature-block .tabs a {
    width: 44%;
    padding: 12px 0;
  }
  .clayence_item-template-ccqa .item-detail .item-feature-block .tabs a:after {
    right: 12px;
  }
  .clayence_item-template-ccqa .item-detail .item-feature-block .tabs a:hover:after {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
  .clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(2) .img:nth-child(4) {
    max-width: 210px;
    margin: 20px auto 50px;
  }
  .clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(2) .img:nth-child(7) {
    max-width: 211px;
    margin: 7px auto 0;
  }
  .clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(3) .img {
    max-width: 275px;
    margin: 20px auto 0;
  }
  .clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(3) .min {
    margin-top: 45px;
    font-size: 10px;
  }
  .clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(4) .img-list {
    flex-direction: column;
    margin-top: 50px;
    gap: 10px 0;
  }
  .clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(4) .img-list .right {
    gap: 0 40px;
    margin-right: 0;
  }
  .clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(4) .img-list .right .right-content .ttl {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(4) .img-list .right .right-content img {
    max-width: 90px;
    margin-bottom: 5px;
  }
  .clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(4) .img-list .right .right-content .txt {
    font-size: 12px;
  }
  .clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(4) .img-list .left {
    max-width: 275px;
  }
  .clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(5) .color-list {
    max-width: 684px;
    margin: 55px auto 0;
  }
  .clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(5) .color-list .img-block {
    gap: 30px 0;
    margin-bottom: 44px;
    flex-direction: column;
  }
  .clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(5) .color-list .img-block .img-box {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 15px;
  }
  .clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(5) .color-list .img-block .img-box img {
    max-width: 100px;
    margin: 0;
  }
  .clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(5) .color-list .img-block .img-box .txt-box {
    width: 154px;
  }
  .clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(5) .color-list .img-block .img-box .color-name {
    font-size: 12px;
    padding: 5.32px;
    margin-bottom: 10px;
  }
  .clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(5) .color-list .img-block .img-box .txt span {
    font-size: 14px;
  }
  .clayence_item-template-ccqa .item-detail .item-feature-block .box:nth-child(5) .color-list .small {
    font-size: 10px;
  }
  .item-detail .howto-detail-block {
    padding-top: 90px;
    padding-bottom: 35px;
  }
  .item-detail .recommend-block.c-bg-top::after {
    content: none;
  }
  .clayence_item-template-ccqa .sp-foot-area2 .foot-color-btn img {
    width: 5.39px;
  }
  .item-detail .item-feature-block .c-additive-free-list li {
    margin: 10px 5px 0;
  }
  .faq .link-block .anchor-wrap li {
    font-size: 11px;
  }
}

/* 20230530_murai 【clayence】商品詳細ページに「ご使用方法」エリア追加 */
.howto-use-block {
  padding: 80px 0 120px;
  position: relative;
  z-index: 2;
}
.clayence_item-template-crco .howto-use-block.c-bg-top:after {
  background-image: url(../img/common/bg-white-top.png);
}
.clayence_item-template-ccsp .howto-use-block.c-bg-top:after {
  background-image: url(../img/common/bg-white-top.png);
}
.clayence_item-template-cctm .howto-use-block.c-bg-bottom:before {
  background-image: url(../img/common/bg-white-bottom.png);
  transform: rotateZ(180deg);
}
.clayence_item-template-ccmc .howto-use-block.c-bg-top:after {
  background-image: url(../img/common/bg-white-top.png);
}
.howto-use-block h2 {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: solid 1px #414141;
}
.howto-use-block .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.howto-use-block .content img {
  display: block;
  width: 200px;
  margin-right: 40px;
  flex-shrink: 0;
}
.howto-use-block .content .right p {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.howto-use-block .content .right p + p {
  margin-top: 30px;
}
.howto-use-block .content .right p.attend:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 20px;
  background-image: url("../img/item/icon_attend.svg");
  background-size: contain;
  position: relative;
  top: 2px;
  background-repeat: no-repeat;
}
.howto-use-block .howto-use-link {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 0;
}
.howto-use-block a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  transition: all 0.3s;
}
.howto-use-block a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  .howto-use-block {
    padding: 55px 22px 30px;
  }
  .howto-use-block:before {
    background-size: 375px 10px;
    height: 10px;
    top: -10px;
  }
  .howto-use-block h2 {
    padding-bottom: 23px;
    margin-bottom: 40px;
  }
  .howto-use-block .content {
    flex-direction: column;
  }
  .howto-use-block .content img {
    width: 100%;
    max-width: 160px;
    margin-right: 0;
    margin-bottom: 22px;
  }
  .howto-use-block .content .right p {
    font-size: 14px;
  }
  .howto-use-block .content .right p:last-child:before {
    width: 14px;
    height: 12px;
  }
  .howto-use-block .howto-use-link {
    margin-top: 15px;
  }
  .howto-use-block a {
    font-size: 14px;
  }
}

/* 20230530_murai 【clayence】クレイスパ 薬用スカルプシャンプー商品詳細ページ */
.item-detail .item-detail-block .item-wrap .info-area .ttl-wrap .c-ttl02 .ja {
  font-size: 28px;
}
@media only screen and (max-width: 640px) {
  .item-detail .item-detail-block .item-wrap .info-area .ttl-wrap .c-ttl02 .ja {
    font-size: 22px;
  }
}
.c-subscription-block.c-subscription-block2 .body {
  display: block;
}
.c-subscription-block.c-subscription-block2 .body .main_box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.c-subscription-block.c-subscription-block2 .body .main_box .txt-area {
  width: auto;
  padding-right: 0;
}
.c-subscription-block.c-subscription-block2 .body .main_box .item-ttl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.c-subscription-block.c-subscription-block2 .body .main_box .item-ttl span {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.c-subscription-block.c-subscription-block2 .body .main_box .item-ttl span.iyakubugai-txt {
  font-size: 18px;
}
.c-subscription-block.c-subscription-block2 .body .main_box .item-ttl .set {
  display: block;
  width: 100px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  background-color: #af9696;
  margin-right: 5px;
  flex-shrink: 0;
  padding: 3.5px 0;
}
.c-subscription-block.c-subscription-block2 .body .main_box .item-ttl .iyakubugai {
  display: inline-block;
  margin-left: 5px;
  margin-top: 4px;
  vertical-align: top;
  width: 75px;
  border: solid 1px #707070;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.2;
}
.c-subscription-block.c-subscription-block2 .body .main_box .item-price .img {
  width: 150px;
  height: 178px;
  top: -50px;
  left: -25px;
}
.c-subscription-block.c-subscription-block2 .body .main_box .item-price .arrow {
  flex-shrink: 0;
}
.c-subscription-block.c-subscription-block2 .body .main_box .arrow .price {
  align-items: flex-end;
}
.c-subscription-block.c-subscription-block2 .body .main_box .price {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.c-subscription-block.c-subscription-block2 .body .main_box .price .free {
  display: block;
  width: 60px;
  border: solid 2px #b97d87;
  background-color: transparent;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: bold;
  color: #b97d87;
  text-align: center;
  padding: 8px 0;
}
.c-subscription-block.c-subscription-block2 .body .main_box .list-wrap {
  flex-shrink: 0;
  width: 310px;
  margin: 0 40px 0 20px;
}
.c-subscription-block.c-subscription-block2 .body .main_box .list-wrap .list {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
}
.c-subscription-block.c-subscription-block2 .body .main_box .list-wrap .list li {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 10px;
  justify-content: center;
}
.c-subscription-block.c-subscription-block2 .body .main_box .list-wrap .list li:nth-child(even) {
  border-left: solid 1px #707070;
}
.c-subscription-block.c-subscription-block2 .body .main_box .list-wrap .list li:nth-child(n + 3) {
  border-top: solid 1px #707070;
}
.c-subscription-block.c-subscription-block2 .body .main_box .list-wrap .list li .txt {
  margin-left: 10px;
}
.c-subscription-block.c-subscription-block2 .body .main_box .list-wrap .btn-wrap {
  width: 100%;
}
.c-subscription-block.c-subscription-block2 .body .main_box .list-wrap .btn-wrap a {
  width: 100%;
  color: #ffffff;
  background: #b97d87;
  font-size: 16px;
  padding: 9px 0;
}
.c-subscription-block.c-subscription-block2 .body .main_box .list-wrap .link-txt-wrap {
  text-align: right;
  font-size: 12px;
  text-decoration: underline;
  font-weight: 400;
  color: #414141;
  margin-top: 8px;
}
.c-subscription-block.c-subscription-block2 .body .notice-wrap {
  padding: 0 40px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 22px;
}
.c-subscription-block.c-subscription-block2 .body .notice-wrap .notice-txt {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}
.c-subscription-block.c-subscription-block2 .body .notice-wrap .notice-txt .pink {
  color: #ab6f7f;
}
.c-subscription-block.c-subscription-block2 .body .notice-wrap .note {
  font-size: 10px;
  font-weight: 400;
}
@media only screen and (max-width: 1140px) {
  .c-subscription-block.c-subscription-block2 .body .main_box {
    display: block;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .txt-area {
    width: 100%;
    padding-right: 20px;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .list-wrap {
    width: 100%;
    margin: 30px 0px 0;
    padding: 0 30px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 820px) {
  .c-subscription-block.c-subscription-block2 .body .main_box .discount .price {
    margin-top: 10px;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .price .free {
    width: 45px;
    font-size: 14px;
    padding: 4.5px;
  }
}
@media only screen and (max-width: 640px) {
  .c-subscription-block.c-subscription-block2 .body {
    display: block;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box {
    display: block;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .txt-area {
    width: 100%;
    padding-right: 0;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .item-ttl {
    display: block;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .capacity {
    padding-left: 0;
    margin-bottom: 25px;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .item-ttl .iyakubugai-txt {
    display: block;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .item-ttl .iyakubugai {
    margin-top: 3px;
    width: 60px;
    font-size: 10px;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .item-ttl .set {
    display: block;
    width: 75px;
    font-size: 10px;
    margin-top: 0;
    margin-right: 0;
    padding: 3.5px 0;
    margin-bottom: 10px;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .item-price .img {
    width: 80px;
    height: 94px;
    top: -30%;
    left: -12px;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .arrow .price {
    align-items: flex-end;
    display: block;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .price {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .price .free {
    display: block;
    width: 30px;
    font-size: 10px;
    border: solid 1px #b97d87;
    padding: 04px 0;
    flex-shrink: 0;
    margin-top: 5px;
    margin-left: 10px;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .discount .txt {
    font-size: 11px;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .list-wrap {
    width: 100%;
    margin: 30px 0px 0;
    padding: 0;
    box-sizing: border-box;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .list-wrap .list {
    align-items: stretch;
    margin-bottom: 0;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .list-wrap .list .ico {
    width: 26px;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .list-wrap .btn-wrap {
    margin-bottom: 20px;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .list-wrap .list li .txt {
    font-size: 11px;
    width: calc(100% - 26px);
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .list-wrap .link-txt-wrap {
    font-size: 10px;
    margin-top: 5px;
  }
  .c-subscription-block.c-subscription-block2 .body .notice-wrap {
    padding: 0;
    margin-top: 15px;
  }
  .c-subscription-block.c-subscription-block2 .body .notice-wrap .notice-txt {
    font-size: 10px;
    margin-bottom: 25px;
  }
  .c-subscription-block.c-subscription-block2 .body .notice-wrap .notice-txt .pink {
    color: #ab6f7f;
  }
}
@media only screen and (max-width: 400px) {
  .c-subscription-block.c-subscription-block2 .body {
    display: block;
    padding-top: 20px;
  }
}
.clayence_item-template-cysp .c-ttl02 .iyakubugai,
.clayence_item-template-cytr .c-ttl02 .iyakubugai {
  margin-left: 0;
  margin-bottom: 10px;
}
.item-detail .item-feature-block.green .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  margin-bottom: 65px;
}
.item-detail .item-feature-block.green .tabs a {
  display: block;
  width: 230px;
  border: solid 1px #6ba48f;
  background-color: #ffffff;
  border-radius: 8px;
  text-align: center;
  position: relative;
  color: #6ba48f;
  padding: 19.5px 0;
  line-height: 1;
}
.item-detail .item-feature-block.green .tabs a:hover {
  color: #ffffff;
  background-color: #6ba48f;
}
.item-detail .item-feature-block.green .tabs a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0;
  border-bottom: 1px solid #6ba48f;
  border-right: 1px solid #6ba48f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.item-detail .item-feature-block.green .tabs a:hover:after {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.item-detail .item-feature-block.green .ttl-wrap .num .txt,
.item-detail .item-feature-block.green .ttl-wrap .num .num-txt,
.item-detail .item-feature-block.green .c-ttl05 {
  color: #6ba48f;
}
.item-detail .item-feature-block.green .c-ttl05:before {
  background: #6ba48f;
}
.item-detail .item-feature-block.green .ico-txt:before {
  background: url(../img/common/c-wave-ico-green.svg) no-repeat center center/contain;
}
.item-detail .item-feature-block.green .box:nth-child(2) .circle-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-width: 710px;
  margin: 80px auto 110px;
}
.item-detail .item-feature-block.green .box:nth-child(2) .circle-list:before,
.item-detail .item-feature-block.green .box:nth-child(2) .circle-list:after {
  background: #414141;
  content: "";
  display: block;
  width: 113px;
  height: 1px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.item-detail .item-feature-block.green .box:nth-child(2) .circle-list:before {
  transform: rotate(45deg);
}
.item-detail .item-feature-block.green .box:nth-child(2) .circle-list:after {
  transform: rotate(-45deg);
}
.item-detail .item-feature-block.green .box:nth-child(2) .circle-list li {
  background: no-repeat center center/contain;
  max-width: 293px;
  height: 290px;
  text-align: center;
  padding-top: 40px;
}
.item-detail .item-feature-block.green .box:nth-child(2) .circle-list li.clay {
  background-image: url(/assets/images/clayence/bg-clay.png);
}
.item-detail .item-feature-block.green .box:nth-child(2) .circle-list li.science {
  background-image: url(/assets/images/clayence/bg-science.png);
}
.item-detail .item-feature-block.green .box:nth-child(2) .circle-list li .en {
  color: #ffffff;
  font-size: 40px;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  opacity: 0.7;
  margin-bottom: 20px;
}
.item-detail .item-feature-block.green .box:nth-child(2) .circle-list li .ttl {
  line-height: 1.75;
  margin-bottom: 25px;
}
.item-detail .item-feature-block.green .box:nth-child(2) .circle-list li .bg {
  background-color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 20px;
  min-width: 175px;
}
.item-detail .item-feature-block.green .box:nth-child(2) .img-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 50px;
  margin-top: 70px;
}
.item-detail .item-feature-block.green .box:nth-child(2) .img-list .content {
  max-width: 183px;
  text-align: center;
}
.item-detail .item-feature-block.green .box:nth-child(2) .img-list .content .ttl {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 13px;
}
.item-detail .item-feature-block.green .box:nth-child(2) .img-list .content img {
  display: block;
  width: 134px;
  margin: 0 auto 6px;
}
.item-detail .item-feature-block.green .box:nth-child(2) .img-list .content .txt {
  font-size: 15px;
  line-height: 1.6;
}
.item-detail .item-feature-block.green .box:nth-child(2) .min {
  text-align: right;
  margin-top: 5px;
}
.item-detail .item-feature-block.green .box:nth-child(2) .min span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.04em;
  display: inline-block;
}
.item-detail .item-feature-block.green .c-ttl-slash {
  font-size: 20px;
  color: #6ba48f;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin: 0 0 20px;
}
.item-detail .item-feature-block.green .c-ttl-slash .inn {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.item-detail .item-feature-block.green .c-ttl-slash .inn:before,
.item-detail .item-feature-block.green .c-ttl-slash .inn:after {
  background: #6ba48f;
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}
.item-detail .item-feature-block.green .c-ttl-slash .inn:before {
  transform: rotate(-20deg);
}
.item-detail .item-feature-block.green .c-ttl-slash .inn:after {
  transform: rotate(20deg);
}
.item-detail .item-feature-block.green .box:nth-child(3) .ba-block {
  margin-top: 90px;
  margin-bottom: 90px;
}
.item-detail .item-feature-block.green .box .ba-block .content {
  width: 100%;
  padding: 50px 30px;
  box-sizing: border-box;
  background-color: #e0ece5;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.item-detail .item-feature-block.green .box .ba-block .content .before {
  position: relative;
  margin-right: 85px;
}
.item-detail .item-feature-block.green .box .ba-block .content .before img {
  display: block;
  width: 180px;
}
.item-detail .item-feature-block.green .box .ba-block .content .after img {
  display: block;
  width: 260px;
}
.item-detail .item-feature-block.green .box .ba-block .content .before:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/common/ico-arrow-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 65px;
  right: -55px;
}
.item-detail .item-feature-block.green .box .ba-block .content .person {
  font-size: 18px;
  font-weight: bold;
}
.item-detail .item-feature-block.green .box .ba-block .content .ttl {
  font-size: 18px;
  font-weight: 500;
}
.item-detail .item-feature-block.green .box .ba-block .content .txt {
  font-size: 14px;
  font-weight: 500;
}
.item-detail .item-feature-block.green .box .ba-block .min {
  text-align: right;
  margin-top: 5px;
}
.item-detail .item-feature-block.green .box .ba-block .min span {
  display: inline-block;
  font-weight: 400;
  letter-spacing: -0.04em;
  font-size: 12px;
}
.item-detail .item-feature-block.green .box:nth-child(3) .img:last-child {
  max-width: 643px;
  margin: 53px auto 0;
}
.item-detail .item-feature-block.green .box:nth-child(3) .img:last-child img {
  display: block;
  width: 100%;
}
.item-detail .item-feature-block.green .box:nth-child(3) .img:last-child .min {
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  margin-top: 4px;
}
.item-detail .item-feature-block.green .box:nth-child(4) .img {
  max-width: 380px;
  margin: 35px auto 0;
}
.item-detail .item-feature-block.green .box:nth-child(4) .img img {
  display: block;
  width: 100%;
}
.item-detail .item-feature-block.green .box .c-additive-free-list li:before,
.item-detail .item-feature-block.green .box .c-additive-free-list li:after {
  background: #6ba48f;
}
.item-detail .item-feature-block.green .box:nth-child(5) .c-additive-free-list:nth-last-child(3) {
  margin-bottom: 32px;
}
.item-detail .item-feature-block.green .box:nth-child(5) .c-additive-free-list:last-child li {
  padding-bottom: 30.5px;
  padding-top: 30.5px;
}
.item-detail .item-feature-block.green .box:nth-child(5) .c-additive-free-list:last-child li:before,
.item-detail .item-feature-block.green .box:nth-child(5) .c-additive-free-list:last-child li:after {
  content: none;
}
.clayence_item-template-cysp .item-detail .howto-use-block {
  padding-bottom: 100px;
}
.clayence_item-template-cysp .item-detail .howto-detail-block {
  padding-top: 125px;
}
.clayence_item-template-clayence_templates_item .recommend-block .recommend-list .ttl .ja {
  letter-spacing: 0;
}
.clayence_item-template-clayence_templates_item .recommend-block .iyakubugai {
  display: block;
  width: 70px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  margin: 5px auto 0;
  padding: 2px 0;
  border: solid 1px #414141;
}
.clayence_item-template-clayence_templates_item .recommend-block .sales-name {
  display: none;
}
.item-detail .c-faq-list .a-wrap {
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .item-detail .item-feature-block.green .tabs {
    justify-content: space-between;
    gap: 10px 20px;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .item-detail .item-feature-block.green .tabs a {
    width: 46.6%;
    padding: 12px 0;
  }
  .item-detail .item-feature-block.green .box:nth-child(2) .circle-list {
    display: block;
    width: 100%;
    margin: 30px auto 20px;
  }
  .item-detail .item-feature-block.green .box:nth-child(2) .circle-list:before,
  .item-detail .item-feature-block.green .box:nth-child(2) .circle-list:after {
    width: 63px;
  }
  .item-detail .item-feature-block.green .box:nth-child(2) .circle-list li {
    background: no-repeat center center/contain;
    width: 206px;
    height: 206px;
    padding-top: 40px;
  }
  .item-detail .item-feature-block.green .box:nth-child(2) .circle-list li:nth-child(1) {
    margin: 30px auto 70px;
  }
  .item-detail .item-feature-block.green .box:nth-child(2) .circle-list li:nth-child(2) {
    margin: 0px auto 30px;
  }
  .item-detail .item-feature-block.green .box:nth-child(2) .circle-list li .en {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .item-detail .item-feature-block.green .box:nth-child(2) .circle-list li .ttl {
    font-size: 10px;
    margin-bottom: 15px;
  }
  .item-detail .item-feature-block.green .box:nth-child(2) .circle-list li .bg {
    padding: 1px 12px;
    min-width: 108px;
    font-size: 10px;
  }
  .item-detail .item-feature-block.green .box:nth-child(2) .img-list {
    gap: 0 20px;
    margin-top: 35px;
  }
  .item-detail .item-feature-block.green .box:nth-child(2) .img-list .content {
    max-width: 132px;
  }
  .item-detail .item-feature-block.green .box:nth-child(2) .img-list .content .ttl {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .item-detail .item-feature-block.green .box:nth-child(2) .img-list .content img {
    width: 90px;
    margin: 0 auto 10px;
  }
  .item-detail .item-feature-block.green .box:nth-child(2) .img-list .content .txt {
    font-size: 10px;
  }
  .item-detail .item-feature-block.green .box:nth-child(2) .min {
    text-align: right;
    margin-top: 0px;
  }
  .item-detail .item-feature-block.green .box:nth-child(2) .min span {
    font-size: 10px;
  }
  .item-detail .item-feature-block.green .c-ttl-slash {
    font-size: 12px;
    margin: 0 0 14px;
  }
  .item-detail .item-feature-block.green .c-ttl-slash .inn {
    padding: 0 8px;
  }
  .item-detail .item-feature-block.green .c-ttl-slash .inn:before,
  .item-detail .item-feature-block.green .c-ttl-slash .inn:after {
    height: 15px;
  }
  .item-detail .item-feature-block.green .box:nth-child(3) .ba-block {
    margin-top: 45px;
    margin-bottom: 15px;
  }
  .item-detail .item-feature-block.green .c-ttl-slash .inn:before,
  .item-detail .item-feature-block.green .c-ttl-slash .inn:after {
    bottom: 2px;
    top: initial;
  }
  .item-detail .item-feature-block.green .box .ba-block .content {
    padding: 25px 15px;
  }
  .item-detail .item-feature-block.green .box .ba-block .content .before {
    margin-right: 35px;
  }
  .item-detail .item-feature-block.green .box .ba-block .content .before img {
    width: 100px;
  }
  .item-detail .item-feature-block.green .box .ba-block .content .after img {
    display: block;
    width: 142px;
  }
  .item-detail .item-feature-block.green .box .ba-block .content .before:after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    top: 35px;
    right: -25px;
  }
  .item-detail .item-feature-block.green .box .ba-block .content .person {
    font-size: 10px;
  }
  .item-detail .item-feature-block.green .box .ba-block .content .ttl {
    font-size: 10px;
  }
  .item-detail .item-feature-block.green .box .ba-block .content .txt {
    font-size: 10px;
  }
  .item-detail .item-feature-block.green .box .ba-block .min {
    margin-top: 10px;
  }
  .item-detail .item-feature-block.green .box .ba-block .min span {
    font-size: 10px;
    text-align: left;
  }
  .item-detail .item-feature-block.green .box:nth-child(3) .img:last-child {
    width: 252px;
    margin: 20px auto 0;
  }
  .item-detail .item-feature-block.green .box:nth-child(3) .img:last-child .min {
    font-size: 10px;
    margin-top: 20px;
  }
  .item-detail .item-feature-block.green .box:nth-child(4) .img {
    width: 264px;
    margin: 40px auto 0;
  }
  .item-detail .item-feature-block.green .box:nth-child(5) .c-additive-free-list:nth-last-child(3) {
    margin-bottom: 40px;
  }
  .item-detail .item-feature-block.green .box:nth-child(5) .c-additive-free-list:last-child li {
    padding-bottom: 10.5px;
    padding-top: 10.5px;
    width: 120px;
  }
  .clayence_item-template-cysp .item-detail .howto-use-block {
    padding-bottom: 80px;
  }
  .clayence_item-template-cysp .item-detail .howto-detail-block {
    padding-top: 85px;
  }
  .item-detail .c-faq-list .a-wrap {
    font-weight: 400;
  }
}
.item-detail .recommend-list {
  align-items: flex-end;
}
.clayence_item-template-cysp .item-detail .recommend-list li:last-child img,
.clayence_item-template-cytr .item-detail .recommend-list li:last-child img {
  width: 45px;
}
.item-detail .c-ttl02 .ja .tl-pc {
  display: block !important;
}
.tl-sp {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .clayence_item-template-cysp .item-detail .recommend-list li:last-child img,
  .clayence_item-template-cytr .item-detail .recommend-list li:last-child img {
    width: 22px;
  }
  .item-detail .c-ttl02 .ja .tl-pc {
    display: none !important;
  }
  .item-detail .c-ttl02 .ja .tl-sp {
    display: inline !important;
  }
}

/* 20230530_murai 【clayence】topページの改修  */
.mv-block .mv-slider {
  height: 0;
  padding-top: 50%;
  z-index: 1;
}
@media only screen and (max-width: 949px) {
  .mv-block .mv-slider {
    padding-top: 115%;
  }
}
.mv-block .mv-slider .slick-list,
.mv-block .mv-slider .slick-track,
.mv-block .mv-slider .img,
.mv-block .mv-slider .slide-in,
.mv-block .mv-slider .slide-in-filter,
.mv-block .mv-slider .slide-in-content,
.mv-block .mv-slider .slide-in-gallery-picture {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0 !important;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
}
.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;
}
.mv-block .mv-slider .slide-in-filter,
.mv-block .mv-slider .slide-in-content {
  overflow: hidden;
}
.mv-block .mv-slider .slide-in-filter {
  transform: translateX(100%);
}
.mv-block .mv-slider .is-animated .slide-in-filter {
  transform: translateX(0%);
}
.mv-block .mv-slider .slide-in-content {
  transform: translateX(-100%);
}
.mv-block .mv-slider .is-animated .slide-in-content {
  transform: translateX(0%);
}
.mv-block .slick-dots {
  display: none !important;
}
@media only screen and (min-width: 949px) {
  .top-campaign-block .c-campaign-block ul.campaign-slider {
    display: block;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.campaign-slider .slick-dots {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.campaign-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.campaign-slider .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;
}
.campaign-slider .slick-dots li button:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #414141;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.campaign-slider .slick-dots li.slick-active button:before {
  opacity: 0.75;
}
.home .about-area .ttl {
  max-width: 450px;
}
.home .about-area .note {
  margin-top: 25px;
}
@media only screen and (max-width: 949px) {
  .home .about-area .ttl {
    max-width: 180px;
  }
  .home .about-area .ttl img {
    height: auto;
  }
  .home .about-area .note {
    margin-top: 20px;
  }
}
.mv-block .slick-dots li.slick-active button {
  background: #5a5a5a;
}
.clayence_item-template-chcm .c-ttl02 .ja span {
  display: block;
}
.page-template-top .tabs {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
.page-template-top .tabs a {
  font-size: 14px;
  padding-bottom: 5px;
  width: calc((100% - 20px) / 2);
  display: block;
  margin-bottom: 30px;
  border-bottom: solid 2px #414141;
  text-align: center;
  font-weight: 500;
}
.page-template-top .series_ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.page-template-top .treatment-wrap {
  position: relative;
}
.page-template-top .treatment-wrap .bg {
  position: absolute;
  top: 0;
  left: 10.5%;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/home/top_product_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.page-template-top .treatment-area {
  margin: 0 auto;
  background: none;
  min-height: auto;
  position: relative;
}
.page-template-top .treatment-area .inner-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 100px 140px;
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}
.page-template-top .treatment-area .inner-block .main-content-block {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: calc((100% - 140px) / 2);
  margin: 0 auto;
}
.page-template-top .treatment-area .inner-block .main-content-block .img-wrap {
  position: relative;
  height: auto;
  width: 260px;
}
.page-template-top .treatment-area .inner-block .main-content-block:last-child .img-wrap:after {
  content: "";
  display: block;
  width: 95px;
  height: 95px;
  background-image: url("../img/beginner/ccqa-txt.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 90px;
  right: 35px;
}
.page-template-top .treatment-area .inner-block .main-content-block:first-child .img-wrap:after {
  content: "";
  display: block;
  width: 95px;
  height: 95px;
  background-image: url("../img/beginner/cctm-txt.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 310px;
  right: 25px;
}
.page-template-top .treatment-area .inner-block .main-content-block .img-wrap .item-img {
  position: absolute;
  height: auto;
  bottom: 90px;
  top: initial;
  left: initial;
}
.page-template-top .treatment-area .inner-block .main-content-block .img-wrap .item-img a img {
  display: block;
  width: 100%;
}
.page-template-top .treatment-area .inner-block .main-content-block .img-wrap .item-img img {
  display: block;
  width: 100%;
}
.page-template-top .treatment-area .inner-block .main-content-block:first-child .img-wrap .item-img {
  width: 135px;
  right: 100px;
}
.page-template-top .treatment-area .inner-block .main-content-block:last-child .img-wrap .item-img {
  width: 100px;
  right: 140px;
}
.page-template-top .treatment-area .inner-block .main-content-block .c-item-detail {
  width: 275px;
  max-width: 275px;
  flex-shrink: 0;
}
.page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .cat_txt {
  width: 100%;
  border: solid 1px #b97d87;
  padding: 5px 0;
  font-size: 11px;
  color: #b97d87;
  background: transparent;
  margin-bottom: 15px;
  text-align: center;
}
.page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .ttl-wrap {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .c-ttl02 .ja {
  font-size: 24px;
}
.page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .c-ttl02 .iyakubugai-item {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .c-ttl02 .iyakubugai-item .iyakubugai {
  font-size: 11px;
  border: solid 1px #414141;
  color: #414141;
  background: transparent;
  display: block;
  width: 70px;
  margin-left: 10px;
  text-align: center;
  padding: 2px 0;
  font-weight: 400;
}
.page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .c-ttl02 .sales-name {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: -24px;
  margin-top: 10px;
}
.page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .capacity {
  font-size: 14px;
  font-weight: 500;
  margin-top: 40px;
  padding-bottom: 25px;
  border-bottom: solid 1px #414141;
  margin-bottom: 25px;
}
.page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .select-wrap {
  max-width: 100%;
}
.page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .color-select-txt {
  font-size: 16px;
  margin-bottom: 12px;
}
.page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .color-list {
  width: 100%;
  padding-bottom: 0;
}
.page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .color-list .color-name-txt {
  display: none;
  font-size: 16px;
  text-align: left;
  position: absolute;
  top: -38px;
  left: 95px;
}
.page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .color-list li.is-active .color-name-txt {
  display: block;
}
.page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .color-list li {
  width: calc((100% - 24px) / 3);
}
.page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .select-wrap .color-list li + li {
  margin-left: 12px;
}
.page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .color-list li.is-active .ico {
  transform: scale(1);
}
.page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .color-list .ico:before {
  border-radius: 0;
}
.page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .box {
  text-align: left;
}
.page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .btn-wrap:last-child {
  margin-right: 0;
}
.page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .btn-wrap:last-child .c-btn02 {
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: none;
  background-color: #414141;
  color: #ffffff;
  padding: 12px 0;
  border-radius: 6px;
}
.page-template-top .product-block .inner-block.sub-list + .series_ttl {
  margin-bottom: 60px;
  margin-top: 130px;
}
.page-template-top .product-block .inner-block.sub-list .item-archive-area {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box {
  display: block;
  width: calc(100% / 4);
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box:nth-child(even) {
  margin-left: 0;
}
.page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box:before {
  content: none;
}
.page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box + .item-box {
  border-left: solid 1px #414141;
}
.page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .txt-wrap {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  min-width: 100%;
}
.page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .txt-wrap .cat_txt {
  width: 100%;
  border: solid 1px #b97d87;
  padding: 5px 0;
  font-size: 11px;
  color: #b97d87;
  background: transparent;
  margin-bottom: 15px;
  text-align: center;
}
.page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .txt-wrap .ttl-wrap {
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .txt-wrap .ttl-wrap:before {
  content: none;
}
.page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .txt-wrap .c-ttl02 {
  margin-bottom: 10px;
}
.page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .txt-wrap .ja {
  position: relative;
  padding-bottom: 50px;
  display: block;
  font-size: 20px;
}
.page-template-top .product-block .inner-block.sub-list:nth-last-child(3) .item-archive-area .item-box:nth-last-child(n + 2) .txt-wrap .ja {
  padding-bottom: 0;
}
.page-template-top .product-block .inner-block.sub-list:nth-last-child(3) .item-archive-area .item-box:nth-last-child(1) .txt-wrap .ja {
  padding-bottom: 30px;
  margin-bottom: 10px;
}
.page-template-top .product-block .inner-block.sub-list:nth-last-child(1) .item-archive-area .item-box:nth-child(3) .txt-wrap .ja {
  padding-bottom: 75px;
}
.page-template-top .product-block .inner-block.sub-list:nth-last-child(3) .item-archive-area .item-box:nth-last-child(1) .txt-wrap .ja span {
  bottom: 0;
}
.page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .txt-wrap .ja span {
  display: block;
  width: 80px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px #414141;
  color: #414141;
  padding: 1px 0;
  position: absolute;
  bottom: 25px;
  left: 0;
  text-align: center;
}
.page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .txt-wrap .sales-name {
  font-size: 12px;
  font-weight: 400;
  margin-top: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .img-wrap {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  height: 300px;
}
.page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .img-wrap a {
  display: block;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translate(-50%, 0);
}
.page-template-top .product-block .inner-block.sub-list:nth-last-child(3) .item-archive-area .item-box:nth-child(1) .img-wrap a {
  width: 83px;
  height: 206px;
}
.page-template-top .product-block .inner-block.sub-list:nth-last-child(3) .item-archive-area .item-box:nth-child(2) .img-wrap a {
  width: 76px;
  height: 226px;
}
.page-template-top .product-block .inner-block.sub-list:nth-last-child(3) .item-archive-area .item-box:nth-child(3) .img-wrap a {
  width: 38px;
  height: 150px;
}
.page-template-top .product-block .inner-block.sub-list:nth-last-child(3) .item-archive-area .item-box:nth-child(4) .img-wrap a {
  width: 21px;
  height: 137px;
}
.page-template-top .product-block .inner-block.sub-list:nth-last-child(1) .item-archive-area .item-box:nth-child(1) .img-wrap a {
  width: 84px;
  height: 205px;
}
.page-template-top .product-block .inner-block.sub-list:nth-last-child(1) .item-archive-area .item-box:nth-child(2) .img-wrap a {
  width: 84px;
  height: 205px;
}
.page-template-top .product-block .inner-block.sub-list:nth-last-child(1) .item-archive-area .item-box:nth-child(3) .img-wrap a {
  width: 35px;
  height: 128px;
}
.page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .img-wrap a img {
  display: block;
  width: 100%;
}
.page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .box {
  text-align: left;
}
.page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .btn-wrap .c-btn02 {
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: none;
  background-color: #414141;
  color: #ffffff;
  padding: 12px 0;
  border-radius: 6px;
  margin-top: 20px;
}
@media only screen and (max-width: 949px) {
  .page-template-top .series_ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .page-template-top .treatment-wrap {
    background-color: #ffffff;
  }
  .page-template-top .treatment-wrap .bg {
    display: none;
  }
  .page-template-top .treatment-area {
    margin: 0 auto;
  }
  .page-template-top .treatment-area .inner-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 0 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-template-top .treatment-area .inner-block .main-content-block {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 50%;
    padding: 0 10px;
  }
  .page-template-top .treatment-area .inner-block .main-content-block + .main-content-block {
    border-right: 1px solid #414141;
  }
  .page-template-top .treatment-area .inner-block .main-content-block .img-wrap {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    height: 212px;
    border-bottom: solid 1px #414141;
  }
  .page-template-top .treatment-area .inner-block .main-content-block:last-child .img-wrap:after {
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 10px;
  }
  .page-template-top .treatment-area .inner-block .main-content-block:first-child .img-wrap:after {
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 0px;
  }
  .page-template-top .treatment-area .inner-block .main-content-block .img-wrap .item-img {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .page-template-top .treatment-area .inner-block .main-content-block .img-wrap .item-img a {
    display: block;
    width: 100%;
  }
  .page-template-top .treatment-area .inner-block .main-content-block .img-wrap .item-img a img {
    display: block;
    width: 100%;
  }
  .page-template-top .treatment-area .inner-block .main-content-block:first-child .img-wrap .item-img {
    width: 52.5px;
    right: initial;
  }
  .page-template-top .treatment-area .inner-block .main-content-block:last-child .img-wrap .item-img {
    width: 36px;
    right: initial;
  }
  .page-template-top .treatment-area .inner-block .main-content-block .c-item-detail {
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
  }
  .page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .cat_txt {
    width: 100%;
    border: solid 1px #b97d87;
    padding: 2px 0;
    font-size: 10px;
    color: #b97d87;
    background: transparent;
    margin-bottom: 10px;
    text-align: center;
  }
  .page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .ttl-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    min-width: 100%;
  }
  .page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .ttl-wrap:before {
    content: none;
  }
  .page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .c-ttl02 .ja {
    font-size: 13px;
    text-align: left;
    display: block;
  }
  .page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .capacity {
    text-align: left;
  }
  .page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .c-ttl02 .iyakubugai-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .c-ttl02 .iyakubugai-item .iyakubugai {
    font-size: 10px;
    border: solid 1px #414141;
    color: #414141;
    background: transparent;
    display: block;
    width: 60px;
    margin-left: 0px;
    margin-top: 5px;
    text-align: center;
    padding: 2px 0;
    font-weight: 400;
  }
  .page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .c-ttl02 .sales-name {
    font-size: 10px;
    font-weight: 400;
    margin-bottom: -70px;
    margin-top: 10px;
  }
  .page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .capacity {
    font-size: 12px;
    font-weight: 500;
    margin-top: 80px;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 15px;
  }
  .page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .select-wrap {
    max-width: 100%;
  }
  .page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .color-select-txt {
    font-size: 10px;
    margin-bottom: 12px;
  }
  .page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .color-list {
    width: 100%;
    padding-bottom: 0;
    gap: 0 10px;
  }
  .page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .color-list .color-name-txt {
    display: none;
    font-size: 10px;
    text-align: left;
    position: absolute;
    top: -29px;
    left: 60px;
  }
  .page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .color-list li.is-active .color-name-txt {
    display: block;
  }
  .page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .color-list li {
    width: calc((100% - 20px) / 3);
  }
  .page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .select-wrap .color-list li + li {
    margin-left: 0;
  }
  .page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .color-list li .ico {
    width: 100%;
    height: 100%;
  }
  .page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .color-list li.is-active .ico {
    transform: scale(1);
  }
  .page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .color-list .ico:before {
    border-radius: 0;
  }
  .page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .box {
    text-align: left;
  }
  .page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .box .btn-wrap a {
    padding-left: 50px;
  }
  .page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .box .btn-wrap .btn-txt {
    font-size: 11px;
  }
  .page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .btn-wrap:last-child {
    margin-right: 0;
  }
  .page-template-top .treatment-area .inner-block .main-content-block .c-item-detail .btn-wrap:last-child .c-btn02 {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: none;
    background-color: #414141;
    color: #ffffff;
    padding: 8px 0;
    border-radius: 6px;
    font-size: 12px;
  }
  .page-template-top .c-item-detail .box .price {
    font-size: 10px;
  }
  .page-template-top .c-item-detail .box .price .num-txt {
    font-size: 24px;
  }
  .page-template-top .c-item-detail .box .tag-list li {
    font-size: 10px;
  }
  .page-template-top .product-block .inner-block.sub-list + .series_ttl {
    margin-bottom: 30px;
    margin-top: 60px;
  }
  .page-template-top .product-block .inner-block.sub-list {
    padding: 0;
  }
  .page-template-top .product-block .inner-block.sub-list .item-archive-area {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 50px 0;
  }
  .page-template-top .product-block .inner-block.sub-list:last-child .item-archive-area {
    margin-top: 0;
  }
  .page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box {
    display: block;
    width: calc(100% / 2);
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
  }
  .page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box:before {
    content: none;
  }
  .page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box + .item-box {
    border-left: none;
    margin-top: 0;
  }
  .page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box:nth-child(even) {
    margin-left: 0;
    border-left: solid 1px #414141;
  }
  .page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .txt-wrap {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    min-width: 100%;
  }
  .page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .txt-wrap .cat_txt {
    width: 100%;
    border: solid 1px #b97d87;
    padding: 2px 0;
    font-size: 10px;
    color: #b97d87;
    background: transparent;
    margin-bottom: 10px;
    text-align: center;
  }
  .page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .txt-wrap .ttl-wrap {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .txt-wrap .ttl-wrap:before {
    content: none;
  }
  .page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .txt-wrap .c-ttl02 {
    margin-bottom: 0;
  }
  .page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .txt-wrap .ja {
    position: relative;
    padding-bottom: 60px;
    display: block;
    font-size: 13px;
    text-align: left;
  }
  .page-template-top .product-block .inner-block.sub-list:nth-last-child(3) .item-archive-area .item-box:nth-last-child(n + 2) .txt-wrap .ja {
    padding-bottom: 0;
  }
  .page-template-top .product-block .inner-block.sub-list:nth-last-child(3) .item-archive-area .item-box:nth-last-child(1) .txt-wrap .ja {
    padding-bottom: 20px;
  }
  .page-template-top .product-block .inner-block.sub-list:nth-last-child(1) .item-archive-area .item-box:nth-child(3) .txt-wrap .ja {
    padding-bottom: 60px;
  }
  .page-template-top .product-block .inner-block.sub-list:nth-last-child(3) .item-archive-area .item-box:nth-last-child(1) .txt-wrap .ja span {
    bottom: 0;
  }
  .page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .txt-wrap .ja span {
    display: block;
    width: 70px;
    font-size: 10px;
    font-weight: 400;
    border: solid 1px #414141;
    color: #414141;
    padding: 1px 0;
    position: absolute;
    bottom: 38px;
    left: 0;
    text-align: center;
  }
  .page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .txt-wrap .sales-name {
    font-size: 10px;
    font-weight: 400;
    margin-top: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .txt-wrap .capacity {
    text-align: left;
  }
  .page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .img-wrap {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    height: 212px;
    border-bottom: solid 1px #414141;
  }
  .page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .img-wrap a {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .page-template-top .product-block .inner-block.sub-list:nth-last-child(3) .item-archive-area .item-box:nth-child(1) .img-wrap a {
    width: 60px;
    height: 150px;
  }
  .page-template-top .product-block .inner-block.sub-list:nth-last-child(3) .item-archive-area .item-box:nth-child(2) .img-wrap a {
    width: 55px;
    height: 160px;
  }
  .page-template-top .product-block .inner-block.sub-list:nth-last-child(3) .item-archive-area .item-box:nth-child(3) .img-wrap a {
    width: 25px;
    height: 105px;
  }
  .page-template-top .product-block .inner-block.sub-list:nth-last-child(3) .item-archive-area .item-box:nth-child(4) .img-wrap a {
    width: 15px;
    height: 95px;
  }
  .page-template-top .product-block .inner-block.sub-list:nth-last-child(1) .item-archive-area .item-box:nth-child(1) .img-wrap a {
    width: 60px;
    height: 145px;
  }
  .page-template-top .product-block .inner-block.sub-list:nth-last-child(1) .item-archive-area .item-box:nth-child(2) .img-wrap a {
    width: 60px;
    height: 145px;
  }
  .page-template-top .product-block .inner-block.sub-list:nth-last-child(1) .item-archive-area .item-box:nth-child(3) .img-wrap a {
    width: 25px;
    height: 90px;
  }
  .page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .img-wrap a img {
    display: block;
    width: 100%;
  }
  .page-template-top .product-block .inner-block.sub-list .item-archive-area .txt_moca_cau {
    display: none;
  }
  .page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .box {
    text-align: left;
  }
  .page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .box.subscription {
    margin-top: 0;
  }
  .page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .box .btn-wrap a {
    padding-left: 50px;
  }
  .page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .box .btn-wrap .btn-txt {
    font-size: 11px;
  }
  .page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .btn-wrap {
    margin-right: 0;
  }
  .page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box .btn-wrap .c-btn02 {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: none;
    background-color: #414141;
    color: #ffffff;
    padding: 8px 0;
    border-radius: 6px;
    font-size: 12px;
  }
  .page-template-top .product-block .inner-block.sub-list .item-archive-area .item-box.c-item-detail .item_limited_cau-txt {
    font-size: 10px;
    font-weight: 400;
  }
  .page-template-top .product-block .inner-block.sub-list .note-box {
    padding: 0 10px;
    box-sizing: border-box;
  }
}

/* 20230530_maeda 【clayence】クレイエンス クレイスパ 薬用リペアトリートメントの商品詳細 */
.clayence_item-template-cytr .item-detail .item-feature-block.green .box:nth-child(2) .circle-list:before,
.clayence_item-template-cytr .item-detail .item-feature-block.green .box:nth-child(2) .circle-list:after {
  right: -4px;
}
.clayence_item-template-cytr .item-detail .item-feature-block.green .box:nth-child(2) .circle-list li {
  width: 50%;
}
.clayence_item-template-cytr .item-detail .item-feature-block.green .box:nth-child(2) .circle-list li.science .ttl {
  margin-bottom: 54px;
}
.clayence_item-template-cytr .item-detail .item-feature-block.green .box:nth-child(3) .ba-block {
  margin-bottom: 0;
}
.clayence_item-template-cytr .item-detail .item-feature-block.green .box:nth-child(4) .img img {
  display: block;
  width: 100%;
}
.clayence_item-template-cytr .item-detail .item-feature-block.green .box:nth-child(4) .img:nth-of-type(1) {
  max-width: 643px;
  margin: 53px auto 55px;
}
.clayence_item-template-cytr .item-detail .item-feature-block.green .box:nth-child(4) .img:nth-of-type(1) .min {
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  margin-top: 4px;
}
.clayence_item-template-cytr .item-detail .item-feature-block.green .box:nth-child(4) .img:last-child {
  max-width: 551px;
  margin: 53px auto 0;
}
.clayence_item-template-cytr .item-detail .item-feature-block.green .box:nth-child(5) .img {
  max-width: 380px;
  margin: 35px auto 0;
}
.clayence_item-template-cytr .item-detail .item-feature-block.green .box:nth-child(5) .img img {
  display: block;
  width: 100%;
}
.clayence_item-template-cytr .item-detail .item-feature-block.green .box:nth-child(6) .c-additive-free-list:nth-last-child(3) {
  margin-bottom: 32px;
}
.clayence_item-template-cytr .item-detail .item-feature-block.green .box:nth-child(6) .c-additive-free-list:last-child li {
  padding-bottom: 30.5px;
  padding-top: 30.5px;
}
.clayence_item-template-cytr .item-detail .item-feature-block.green .box:nth-child(6) .c-additive-free-list:last-child li:before,
.clayence_item-template-cytr .item-detail .item-feature-block.green .box:nth-child(6) .c-additive-free-list:last-child li:after {
  content: none;
}
@media only screen and (max-width: 640px) {
  .clayence_item-template-cytr .item-detail .item-feature-block.green .box:nth-child(2) .circle-list:before,
  .clayence_item-template-cytr .item-detail .item-feature-block.green .box:nth-child(2) .circle-list:after {
    right: 0;
  }
  .clayence_item-template-cytr .item-detail .item-feature-block.green .box:nth-child(2) .circle-list li {
    width: 100%;
  }
  .clayence_item-template-cytr .item-detail .item-feature-block.green .box:nth-child(2) .circle-list li.science .ttl {
    margin-bottom: 25px;
  }
  .clayence_item-template-cytr .item-detail .item-feature-block.green .box:nth-child(4) .img:nth-of-type(1) {
    width: 252px;
    margin: 20px auto 25px;
  }
  .clayence_item-template-cytr .item-detail .item-feature-block.green .box:nth-child(4) .img:nth-of-type(1) .min {
    font-size: 10px;
    margin-top: 20px;
  }
  .clayence_item-template-cytr .item-detail .item-feature-block.green .box:nth-child(4) .img:last-child {
    width: 230px;
    margin: 20px auto 0;
  }
  .clayence_item-template-cytr .item-detail .item-feature-block.green .box:nth-child(5) .img {
    width: 264px;
    margin: 40px auto 0;
  }
  .clayence_item-template-cytr .item-detail .item-feature-block.green .box:nth-child(6) .c-additive-free-list:nth-last-child(3) {
    margin-bottom: 40px;
  }
  .clayence_item-template-cytr .item-detail .item-feature-block.green .box:nth-child(6) .c-additive-free-list:last-child li {
    padding-bottom: 10.5px;
    padding-top: 10.5px;
    width: 120px;
  }
}

/* 20230530_maeda 【clayence】クレイエンス クレイスパ 薬用育毛剤 ヘアグロウの商品詳細 */
.item-detail .c-item-detail .detail-cat {
  text-align: center;
}
.clayence_item-template-cyhg .item-detail-block .c-ttl02 .iyakubugai {
  margin-left: 0;
  margin-bottom: 10px;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box .ba-block .content {
  padding: 50px 60px;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box .ba-block .content + .content {
  margin-top: 60px;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box .ba-block .content .person,
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box .ba-block .content .effect {
  font-size: 22px;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box .ba-block .content .effect {
  margin-bottom: 10px;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box .ba-block .content .before:after {
  top: 110px;
  right: -25px;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box .ba-block .content .before img {
  width: 160px;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box .ba-block .content .after {
  position: relative;
  margin: auto 0 0;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box .ba-block .content .after::after {
  display: block;
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 100px;
  height: 100px;
  background: url("../img/item/cyhg/icon_01.png") no-repeat;
  background-size: 100px 100px;
  content: "";
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box .ba-block .content .after img {
  width: 240px;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(2) .img {
  max-width: 300px;
  margin: 55px auto 100px;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(2) .img img {
  display: block;
  width: 100%;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(3) .img-list-ttl {
  margin-top: 70px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(3) .img-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 50px;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(3) .img-list + .img-list {
  margin-top: 40px;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(3) .img-list .content {
  max-width: 183px;
  text-align: center;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(3) .img-list .content .ttl {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 13px;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(3) .img-list .content img {
  display: block;
  width: 134px;
  margin: 0 auto 6px;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(3) .img-list .content .txt {
  font-size: 15px;
  line-height: 1.6;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(3) .min {
  max-width: 490px;
  margin: 5px auto 40px;
  text-align: right;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(3) .min span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.04em;
  display: inline-block;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(3) .img:last-child {
  max-width: 444px;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(4) .img {
  max-width: 522px;
  margin: 35px auto 0;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(4) .img img {
  display: block;
  width: 100%;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(5) .img {
  max-width: 367px;
  margin: 35px auto 0;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(5) .img img {
  display: block;
  width: 100%;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(6) .c-additive-free-list:nth-last-child(3) {
  margin-bottom: 32px;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(6) .c-additive-free-list:last-child li {
  padding-bottom: 30.5px;
  padding-top: 30.5px;
}
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(6) .c-additive-free-list:last-child li:before,
.clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(6) .c-additive-free-list:last-child li:after {
  content: none;
}
.clayence_item-template-cyhg .howto-use-block .inner-block .movie-wrap {
  margin-bottom: 0;
}
.clayence_item-template-cyhg .howto-detail-block .step-list .img-wrap .img {
  display: flex;
}
@media only screen and (max-width: 790px) {
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box .ba-block .content .before:after {
    top: 130px;
    right: -40px;
  }
}
@media only screen and (min-width: 950px) {
  .clayence_item-template-cyhg .c-subscription-block.c-subscription-block2 .body .main_box .item-price .img {
    left: 5px;
  }
  .clayence_item-template-cyhg .c-subscription-block .txt-area .item-price .arrow {
    margin-left: 65px;
    padding-left: 75px;
  }
}
@media only screen and (max-width: 640px) {
  .clayence_item-template-cyhg .c-subscription-block.c-subscription-block2 .body .main_box .item-price .img {
    left: 10px;
  }
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box .ba-block .content {
    padding: 25px 20px 25px 15px;
  }
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box .ba-block .content + .content {
    margin-top: 20px;
  }
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box .ba-block .content .person {
    font-size: 12px;
  }
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box .ba-block .content .effect {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box .ba-block .content .before {
    margin-right: 25px;
  }
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box .ba-block .content .before:after {
    top: 70px;
    right: -8px;
  }
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box .ba-block .content .before .ttl,
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box .ba-block .content .before img {
    width: 60px;
    margin: 0 auto;
  }
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box .ba-block .content .after {
    margin-right: 10px;
  }
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box .ba-block .content .after::after {
    bottom: 0;
    right: -22.5px;
    width: 45px;
    height: 45px;
    background: url("../img/item/cyhg/icon_01_sp.png") no-repeat;
    background-size: 45px 45px;
  }
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box .ba-block .content .after img {
    width: 92px;
  }
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(2) .img {
    width: 250px;
    margin: 25px auto 75px;
  }
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(3) .img-list-ttl {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 12px;
  }
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(3) .img-list {
    gap: 0 10px;
  }
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(3) .img-list + .img-list {
    margin-top: 20px;
  }
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(3) .img-list .content {
    max-width: 132px;
  }
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(3) .img-list .content .ttl {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(3) .img-list .content img {
    width: 90px;
    margin: 0 auto 10px;
  }
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(3) .img-list .content .txt {
    font-size: 10px;
  }
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(3) .min {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(3) .min span {
    font-size: 10px;
  }
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(3) .img:last-child {
    width: 256px;
  }
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(4) .img {
    width: 200px;
    margin: 40px auto 0;
  }
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(5) .img {
    width: 216px;
    margin: 20px auto 0;
  }
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(6) .c-additive-free-list:nth-last-child(3) {
    margin-bottom: 40px;
  }
  .clayence_item-template-cyhg .item-detail .item-feature-block.green .box:nth-child(6) .c-additive-free-list:last-child li {
    padding-bottom: 10.5px;
    padding-top: 10.5px;
    width: 120px;
  }
  .clayence_item-template-cyhg .howto-detail-block .item_use .read_block .content {
    flex-direction: row;
  }
}

/* 20230629_murai フッターロゴ追加・調整 */
.footer-brand-wrap {
  margin-top: 55px;
}
.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;
}
.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-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);
  }
}

/* 20230629_mruai 商品詳細修正 */
.clayence_item-template .item-detail .item-feature-block .tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
  gap: 10px 20px;
}
.clayence_item-template .item-detail .item-feature-block .tabs a {
  display: block;
  width: 230px;
  border: solid 1px #ab6f7f;
  background-color: #ffffff;
  border-radius: 8px;
  text-align: center;
  position: relative;
  color: #ab6f7f;
  padding: 19.5px 0;
  line-height: 1;
}
.clayence_item-template .item-detail .item-feature-block .tabs a:hover {
  color: #ffffff;
  background-color: #ab6f7f;
}
.clayence_item-template .item-detail .item-feature-block .tabs a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0;
  border-bottom: 1px solid #b97d87;
  border-right: 1px solid #b97d87;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clayence_item-template .item-detail .item-feature-block .tabs a:hover:after {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
@media only screen and (max-width: 640px) {
  .clayence_item-template .item-detail .item-feature-block .tabs {
    justify-content: center;
    gap: 10px 25px;
    flex-wrap: wrap;
  }
  .clayence_item-template .item-detail .item-feature-block .tabs a {
    width: 44%;
    padding: 12px 0;
  }
  .clayence_item-template .item-detail .item-feature-block .tabs a:after {
    right: 12px;
  }
  .clayence_item-template .item-detail .item-feature-block .tabs a:hover:after {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
}

.clayence_item-template .item-detail .column-block {
  margin-bottom: 0;
  margin-top: 60px;
  background-color: transparent;
}
.clayence_item-template .item-detail .column-block h3 {
  margin-bottom: 45px;
  text-align: center;
}
.clayence_item-template .item-detail .column-block h3 .en {
  font-size: 28px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 30px;
}
.clayence_item-template .item-detail .column-block h3 .ja {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}
.clayence_item-template .item-detail .column-block .column-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 35px;
}
.clayence_item-template .item-detail .column-block .column-list .column-list-content {
  width: 100%;
  max-width: 303px;
}
.clayence_item-template .item-detail .column-block .column-list .column-list-content .img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 25px;
  overflow: hidden;
}
.clayence_item-template .item-detail .column-block .column-list .column-list-content .img img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.clayence_item-template .item-detail .column-block .column-list .column-list-content:hover .img img {
  transform: scale(1.1);
}
.clayence_item-template .item-detail .column-block .column-list .column-list-content p {
  font-size: 14px;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: left;
}
.clayence_item-template .item-detail .column-block .column-all {
  display: block;
  font-size: 14px;
  text-align: right;
}
.clayence_item-template .item-detail .column-block .column-all a {
  display: inline-block;
  border-bottom: solid 1px #414141;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template .item-detail .column-block {
    margin-bottom: 0;
    margin-top: 55px;
    background-color: transparent;
  }
  .clayence_item-template .item-detail .column-block h3 .en {
    font-size: 22px;
    margin-bottom: 7px;
  }
  .clayence_item-template .item-detail .column-block h3 .ja {
    font-size: 11px;
  }
  .clayence_item-template .item-detail .column-block .column-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: initial;
    gap: 10px;
    margin-bottom: 20px;
    position: relative;
    left: 0;
  }
  .clayence_item-template .item-detail .column-block .column-list.campaign-slider button {
    display: none !important;
  }
  .clayence_item-template .item-detail .column-block .column-list .column-list-content {
    max-width: 100%;
    width: 282px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .clayence_item-template .item-detail .column-block .column-list .column-list-content img {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .clayence_item-template .item-detail .column-block .column-list .column-list-content p {
    font-size: 14px;
    margin-top: 5px;
    padding: 0 15px;
    text-align: left;
  }
}

/* 20230630_murai 商品詳細_使い方画像 */
.howto-use-block .content .howto-img {
  display: block;
  width: 200px;
  height: 200px;
  margin-right: 40px;
  flex-shrink: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #f4f1ef;
}
.howto-use-block .content .howto-img img {
  display: block;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .howto-use-block.c-bg-bottom:before {
    top: initial;
  }
  .howto-use-block .content .howto-img {
    margin-right: 0;
    margin-bottom: 22px;
  }
}

/* 20230907_murai 商品使い方ページ画像追加*/
.correctUse {
  width: 100%;
  margin-top: 60px;
}
.correctUse + li {
  margin-top: 80px;
}
.howto-detail-block .step-list .correctUse + li::before {
  background: url(/assets/images/clayence/ico-arrow-bottom.svg) no-repeat center center/contain;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -34px;
  right: 0;
  left: 0;
  margin: auto;
}
.correctUse img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .correctUse {
    margin-top: 40px;
  }
  .correctUse + li {
    margin-top: 50px;
  }
  .howto-detail-block .step-list .correctUse + li::before {
    width: 17px;
    height: 17px;
  }
}

/* 20230920_murai 商品使い方ページ,クイックカラー詳細アコーディオン追加・動画削除*/
.correctUse {
  background-color: #f4f1ef;
  padding: 55px 75px 55px 50px;
  box-sizing: border-box;
}
.correctUse_ttl {
  font-size: 24px;
  font-weight: bold;
  margin-left: 35px;
  position: relative;
  padding-right: 30px;
}
.correctUse_ttl:before,
.correctUse_ttl:after {
  background: #414141;
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.correctUse_ttl:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.correctUse_ttl.is-active:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.correctUse_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0 10px;
  margin-top: 20px;
}
.correctUse_content {
  background-color: #fff;
  border: solid 3px #ab6f7f;
  border-radius: 10px;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
  margin-left: 35px;
  margin-top: 35px;
}
.correctUse_block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 30px;
}
.correctUse_content.ng {
  border-color: #414141;
}
.correctUse_content:before {
  position: absolute;
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-image: url(/assets/images/clayence/use_ok.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  top: -35px;
  left: -35px;
}
.correctUse_content.ng:before {
  background-image: url(/assets/images/clayence/use_ng.svg);
}
.correctUse_box {
  width: 200px;
}
.correctUse_box + .correctUse_box {
  position: relative;
}
.correctUse_box + .correctUse_box:before {
  position: absolute;
  content: "";
  width: 17.175px;
  height: 16.665px;
  background-image: url(/assets/images/clayence/use_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  top: 93px;
  left: -25px;
}
.correctUse_box_img {
  display: block;
  max-width: 140px;
  width: 100%;
  margin: 0 auto 15px;
}
.correctUse_box_txt {
  font-size: 16px;
  line-height: 1.25;
}
.correctUse_box_txt .border {
  border: none;
  text-decoration: underline;
}
.correctUse_box_txt .anno {
  display: block;
  margin-top: 25px;
  font-size: 14px;
}
p.anno.dual {
  margin-top: 25px;
  font-size: 12px;
  line-height: 1.25;
}
@media only screen and (max-width: 949px) {
  .correctUse_list {
    flex-direction: column;
    justify-content: stretch;
    gap: 20px 0;
  }
  .correctUse_content.ng {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .correctUse_content.ng .correctUse_box {
    width: 100%;
    max-width: 430px;
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
  .correctUse_box {
    flex-wrap: wrap;
  }
  .correctUse_content.ng .correctUse_box {
    flex-wrap: nowrap;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .anno {
    flex-shrink: 0;
    width: 100%;
    max-width: 430px;
    margin: 25px auto 0;
  }
}
@media only screen and (max-width: 640px) {
  .correctUse {
    padding: 35px 25px 35px 10px;
  }
  .correctUse_ttl {
    font-size: 15px;
    font-weight: bold;
    margin-left: 22.5px;
    position: relative;
    letter-spacing: -0.1em;
  }
  .correctUse_ttl:before,
  .correctUse_ttl:after {
    width: 14px;
  }
  .correctUse_list {
    gap: 15px 0;
    margin-top: 25px;
  }
  .correctUse_box {
    max-width: 111px;
  }
  .correctUse_content.ng .correctUse_box {
    max-width: 252px;
  }
  .correctUse_content {
    margin-left: 22.5px;
    margin-top: 22.5px;
    padding: 30px 15px 20px;
  }
  .correctUse_content:before {
    width: 45px;
    height: 45px;
    top: -22.5px;
    left: -22.5px;
  }
  .correctUse_box {
    flex-wrap: wrap;
  }
  .correctUse_box + .correctUse_box:before {
    top: 60px;
  }
  .correctUse_box_img {
    max-width: 95px;
  }
  .correctUse_box_txt {
    font-size: 14px;
  }
  .anno,
  p.anno.dual {
    max-width: 252px;
    font-size: 12px;
    line-height: 1.6;
  }
}

/* 20231002_murai 店舗検索サイトClose対応 */
@media only screen and (min-width: 641px) {
  .c-footer .bnr-wrap .bnr-list {
    justify-content: center;
  }
}

/* 20231010_murai ヘアグロウ使い方動画追加 */
@media only screen and (max-width: 640px) {
  .clayence_item-template-cyhg .howto-detail-block .inner-block {
    padding-right: 0;
    padding-left: 0;
  }
}

/* 20231113_murai レビュー調整 */
.c-item-detail #ZVSummary .zv-star-comment {
  position: relative;
  top: -3px;
}
.review-block .annouce-box .c-lead-txt br,
.review-block .annouce-box .c-lead-txt .iyakubugai {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .c-item-detail #ZVSummary .zv-star-comment {
    font-size: 14px;
  }
}

/* 20231128_murai フッターバナー修正 */
@media only screen and (min-width: 641px) {
  .c-footer .bnr-wrap .bnr-list {
    justify-content: flex-start;
  }
}

/* 20231218_murai SNS追加 */
.c-footer .bottom-wrap .btn-wrap {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .c-footer .bottom-wrap .btn-wrap {
    gap: 20px;
  }
}
.c-footer .bottom-wrap .btn-wrap li {
  display: block;
  height: 30px;
}
@media only screen and (max-width: 640px) {
  .c-footer .bottom-wrap .btn-wrap li {
    height: 25px;
  }
}
.c-footer .bottom-wrap .btn-wrap li a,
.c-footer .bottom-wrap .btn-wrap li a img {
  height: 100%;
}
.c-footer .bottom-wrap .btn-wrap li a.insta,
.c-footer .bottom-wrap .btn-wrap li a.cosme {
  width: auto;
}
@media only screen and (max-width: 640px) {
  .c-footer .bottom-wrap .btn-wrap li a.insta,
  .c-footer .bottom-wrap .btn-wrap li a.cosme {
    width: auto;
  }
}
.c-footer .bottom-wrap .btn-wrap li + li {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  .c-footer .bottom-wrap .btn-wrap li + li {
    margin-top: 0;
  }
}
@media only screen and (max-width: 949px) {
  .campaign-block {
    padding-top: 70px;
  }
  .campaign-block .bnr-wrap {
    text-align: center;
  }
  .campaign-block .bnr-wrap .c-bnr {
    width: 100%;
  }
  .campaign-block .bnr-wrap .c-bnr .inn {
    width: 100%;
    height: 0;
    padding-top: 50%;
  }
  .campaign-block .bnr-wrap .txt {
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
  }
  .campaign-block .bnr-wrap .txt + .txt {
    margin-top: 0;
  }
  .campaign-block .about-area {
    background-image: url(../img/home/about-bg-sp.png);
    background-size: 80% auto;
    min-height: 525px;
    margin-top: 90px;
  }
  .campaign-block .about-area .sp {
    display: none !important;
  }
  .campaign-block .about-area .pc {
    display: block !important;
  }
  .campaign-block .about-area .inner-block {
    max-width: 100%;
    padding-top: 50px;
  }
  .campaign-block .about-area .inner-block .c-ttl01 {
    margin-bottom: 30px;
  }
  .campaign-block .about-area .img {
    position: absolute;
    top: -55px;
    right: 0px;
    width: 143px;
  }
  .campaign-block .about-area .txt-wrap {
    width: 70%;
  }
  .campaign-block .about-area .ttl {
    margin-bottom: 20px;
  }
  .campaign-block .about-area .ttl img {
    height: 54px;
  }
  .campaign-block .about-area .txt {
    font-size: 13px;
    line-height: 1.8;
  }
  .campaign-block .about-area .note {
    margin-top: 10px;
  }
  .campaign-block .about-area .btn-wrap {
    margin-top: 10px;
  }
  .mv-block {
    height: 114.667vw;
  }
  .c-subscription-block {
    padding-top: 54px;
  }
  .c-subscription-block .head {
    padding: 5px 20px 5px 120px;
    text-align: left;
  }
  .c-subscription-block .head .ttl {
    font-size: 18px;
  }
  .c-subscription-block .head .ttl .num-txt {
    font-size: 30px;
  }
  .c-subscription-block .head .ttl .middle {
    font-size: 20px;
  }
  .c-subscription-block .head .ttl .middle .small {
    font-size: 17px;
  }
  .c-subscription-block .head .ribbon {
    width: 165px;
    height: 79px;
    left: -5px;
    top: -5px;
  }
  .c-subscription-block .body {
    padding: 20px;
  }
  .c-subscription-block .txt-area .item-price {
    margin-bottom: 20px;
  }
  .c-subscription-block .txt-area .item-ttl,
  .c-subscription-block .txt-area .capacity {
    padding-left: 78px;
  }
  .c-subscription-block .txt-area .item-ttl {
    font-size: 16px;
  }
  .c-subscription-block .txt-area .capacity {
    font-size: 10px;
    margin-top: 10px;
  }
  .c-subscription-block .txt-area .item-price .img {
    top: inherit;
    bottom: -10px;
    width: 63px;
    height: 150px;
  }
  .c-subscription-block .txt-area .item-price .arrow {
    padding: 5px 0 5px 30px;
    min-width: 90px;
    text-align: center;
    height: 78px;
  }
  .c-subscription-block .txt-area .item-price .arrow::before {
    border-width: 39px 0 39px 14px;
    width: 14px;
    height: 78px;
  }
  .c-subscription-block .txt-area .item-price .arrow .txt {
    font-size: 12px;
  }
  .c-subscription-block .txt-area .item-price .arrow .price {
    font-size: 16px;
  }
  .c-subscription-block .txt-area .item-price .arrow .price .num-txt {
    font-size: 40px;
  }
  .c-subscription-block .txt-area .item-price .arrow .price .small {
    font-size: 16px;
  }
  .c-subscription-block .txt-area .discount {
    margin-left: 20px;
  }
  .c-subscription-block .txt-area .discount .txt {
    font-size: 12px;
  }
  .c-subscription-block .txt-area .discount .price {
    font-size: 14px;
  }
  .c-subscription-block .txt-area .discount .price .num-txt {
    font-size: 30px;
  }
  .c-subscription-block .txt-area .discount .price .small {
    font-size: 10px;
  }
  .c-subscription-block .txt-area .discount .sub-txt {
    font-size: 8px;
    margin-top: 5px;
  }
  .c-subscription-block .txt-area .list-wrap {
    margin-top: 10px;
  }
  .c-subscription-block .txt-area .list-wrap .list li {
    width: 50%;
    padding: 10px;
  }
  .c-subscription-block .txt-area .list-wrap .list li:nth-child(odd) {
    padding-left: 0;
  }
  .c-subscription-block .txt-area .list-wrap .list li:nth-child(even) {
    padding-right: 0;
    border-left: 1px solid #414141;
  }
  .c-subscription-block .txt-area .list-wrap .list li:nth-child(n + 3) {
    border-top: 1px solid #414141;
  }
  .c-subscription-block .txt-area .list-wrap .list li .ico {
    width: 26px;
    max-height: 26px;
  }
  .c-subscription-block .txt-area .list-wrap .list li .txt {
    font-size: 11px;
    width: calc(100% - 26px);
  }
  .c-subscription-block .txt-area .list-wrap .link-txt-wrap {
    width: 100%;
    text-align: right;
  }
  .c-subscription-block .txt-area .list-wrap .link-txt {
    font-size: 9px;
    margin-top: 6px;
  }
  .c-subscription-block .txt-area .notice-wrap {
    margin-top: 20px;
  }
  .c-subscription-block .txt-area .notice-txt {
    text-align: center;
    font-size: 9px;
  }
  .c-subscription-block .btn-area .item:first-child {
    padding-bottom: 14px;
  }
  .c-subscription-block .btn-area .item:not(:first-child) {
    padding: 14px 0;
  }
  .c-subscription-block .btn-area .item:last-child {
    padding-top: 14px;
  }
  .c-subscription-block .btn-area .item + .item {
    border-top: 1px solid #beb9b4;
  }
  .c-subscription-block .btn-area .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .c-subscription-block .btn-area .item div {
    width: 50%;
    flex-grow: 1;
  }
  .c-subscription-block .btn-area .ttl-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 8px;
    width: calc(100% - 136px);
  }
  .c-subscription-block .btn-area .ttl-wrap .ico {
    width: 36px;
    height: 36px;
  }
  .c-subscription-block .btn-area .ttl-wrap .inn {
    padding-left: 5px;
    width: calc(100% - 36px);
  }
  .c-subscription-block .btn-area .ttl-wrap .inn .ttl {
    font-size: 12px;
  }
  .c-subscription-block .btn-area .ttl-wrap .inn .txt {
    font-size: 8px;
    padding-right: 40px;
  }
  .c-subscription-block .btn-area .ttl-wrap .inn .tag {
    font-size: 8px;
    text-align: center;
    top: inherit;
    bottom: 0;
    line-height: 1.1;
  }
  .c-subscription-block .btn-area .c-btn01.item-btn {
    /*width: 136px;*/
    width: 150px;
    padding-left: 40px;
    padding-right: 12px;
  }
  .c-subscription-block .btn-area .c-btn01.item-btn .btn-txt {
    font-size: 12px;
    line-height: 1.2;
  }
  .c-subscription-block .btn-area .c-btn01.item-btn .c-svg {
    width: 20px;
    height: 13px;
    left: 10px;
  }

  .c-subscription-block .txt-area {
    padding: 0;
  }

  .c-subscription-block .txt-area .list-wrap {
    padding-left: 0;
  }
  .c-subscription-block .btn-area .item {
    width: 100%;
  }
  .c-subscription-block .btn-area .item + .item {
    margin-left: 0;
  }
  .c-subscription-block .txt-area .list-wrap {
    padding-left: 0;
  }
  .c-subscription-block .txt-area .list-wrap .list li + li {
    border-left: none;
  }
  .c-subscription-block .txt-area .list-wrap .list {
    width: 100%;
  }
  .c-subscription-block .btn-area {
    padding: 0;
  }
  .c-subscription-block .btn-area .ttl-wrap .inn .tag {
    right: initial;
    left: 75px;
  }
  .c-subscription-block .inner-block {
    max-width: 425px !important;
    margin: 0 auto;
  }
  .clayence_item-template .item-detail .item-feature-block .tabs {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap;
  }
  .c-subscription-block.c-subscription-block2 .body {
    display: block;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box {
    display: block;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .txt-area {
    width: 100%;
    padding-right: 0;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .item-ttl {
    display: block;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .capacity {
    padding-left: 0;
    margin-bottom: 25px;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .item-ttl .iyakubugai-txt {
    display: block;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .item-ttl .iyakubugai {
    margin-top: 3px;
    width: 60px;
    font-size: 10px;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .item-ttl .set {
    display: block;
    width: 75px;
    font-size: 10px;
    margin-top: 0;
    margin-right: 0;
    padding: 3.5px 0;
    margin-bottom: 10px;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .item-price .img {
    width: 80px;
    height: 94px;
    top: -30%;
    left: -12px;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .arrow .price {
    align-items: flex-end;
    display: block;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .price {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .price .free {
    display: block;
    width: 30px;
    font-size: 10px;
    border: solid 1px #b97d87;
    padding: 04px 0;
    flex-shrink: 0;
    margin-top: 5px;
    margin-left: 10px;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .discount .txt {
    font-size: 11px;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .list-wrap {
    width: 100%;
    margin: 30px 0px 0;
    padding: 0;
    box-sizing: border-box;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .list-wrap .list {
    align-items: stretch;
    margin-bottom: 0;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .list-wrap .list .ico {
    width: 26px;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .list-wrap .btn-wrap {
    margin-bottom: 20px;
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .list-wrap .list li .txt {
    font-size: 11px;
    width: calc(100% - 26px);
  }
  .c-subscription-block.c-subscription-block2 .body .main_box .list-wrap .link-txt-wrap {
    font-size: 10px;
    margin-top: 5px;
  }
  .c-subscription-block.c-subscription-block2 .body .notice-wrap {
    padding: 0;
    margin-top: 15px;
  }
  .c-subscription-block.c-subscription-block2 .body .notice-wrap .notice-txt {
    font-size: 10px;
    margin-bottom: 25px;
  }
  .c-subscription-block.c-subscription-block2 .body .notice-wrap .notice-txt .pink {
    color: #ab6f7f;
  }
}

@media only screen and (max-width: 640px) {
  .campaign-block .about-area .sp {
    display: block !important;
  }
  .campaign-block .about-area .pc {
    display: none !important;
  }
  .c-subscription-block .btn-area .ttl-wrap .inn .tag {
    left: initial;
    right: 0;
  }
  .c-subscription-block .inner-block {
    max-width: 100% !important;
    margin: 0 auto;
  }
}

/* 20240301_murai LDKエンブレム追加と修正 */
.page-template-top .product-block .inner-block.sub-list:nth-last-child(1) .item-archive-area .item-box:nth-child(1) .img-wrap::before,
.page-template-top .product-block .inner-block.sub-list:nth-last-child(1) .item-archive-area .item-box:nth-child(2) .img-wrap::before {
  content: "";
  display: block;
  width: 80px;
  height: 71px;
  background-image: url("../img/common/icon_ldk.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50px;
  left: 0;
}
.page-template-top .product-block .inner-block.sub-list:nth-last-child(1) .item-archive-area .item-box:nth-child(1) .detail_btn::after,
.page-template-top .product-block .inner-block.sub-list:nth-last-child(1) .item-archive-area .item-box:nth-child(2) .detail_btn::after {
  content: "※シャンプー＆トリートメントでの受賞";
  display: block;
  text-align: left;
  width: 100%;
  margin-top: 5px;
  font-size: 10px;
  color: #414141;
}
@media only screen and (max-width: 949px) {
  .page-template-top .product-block .inner-block.sub-list:nth-last-child(1) .item-archive-area .item-box:nth-child(1) .img-wrap::before,
  .page-template-top .product-block .inner-block.sub-list:nth-last-child(1) .item-archive-area .item-box:nth-child(2) .img-wrap::before {
    width: 60px;
    height: 53px;
    top: 30px;
    left: -5px;
  }
}

/* 20240409_watanabe フッターのSNSアイコンとアプリバナー位置調整 */
#footer.c-footer .footer-app-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  margin: 55px 0 56px;
}
#footer.c-footer .footer-app-item:first-child {
  width: 36.66%;
  margin-right: 20px;
}
#footer.c-footer .footer-app-item {
  width: 63.34%;
}
#footer.c-footer .footer-bnr-title {
  margin-bottom: 14px;
}
#footer.c-footer .footer-sns-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  align-items: center;
}
.footer-sns-wrap li {
  display: block;
  height: 28px;
}
.footer-sns-wrap li img {
  height: 100%;
}
#footer.c-footer .footer-sns-wrap li {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#footer.c-footer .footer-sns-wrap li:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(px);
}
@media (min-width: 769px) {
  #footer.c-footer .footer-bnr {
    max-width: 370px;
  }
}
@media (max-width: 768.98px) {
  #footer.c-footer .footer-app-wrap {
    flex-direction: column;
    margin-bottom: 15px;
  }
  #footer.c-footer .footer-app-item:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  #footer.c-footer .footer-app-item {
    width: 100%;
  }
  #footer.c-footer .footer-sns-wrap {
    gap: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .c-footer .bottom-wrap .inner-block {
    padding-top: 10px;
  }
}

/* 20240415_murai 商品詳細お知らせ */
.item_detail_news {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 15px;
}
.item_detail_news span {
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1;
  background: #b97d87;
  border-radius: 5px;
}
.item_detail_news a {
  text-decoration: underline;
  font-size: 12px;
}

/* 20240426_ watanabe レビュー表示余白調整 */
@media only screen and (min-width: 641px) {
  .review--flex-child3 {
    margin: 0 !important;
  }
}

/* 20240522_watanabe topページレビュー追加分余白調整 */
.top-review-block {
  padding-top: 65px;
}

@media only screen and (min-width: 641px) {
  .top-review-block {
    padding-top: 140px;
    padding-bottom: 0 !important;
  }
}

/* 20240523_watanabe topページレビュー追加分ボタン調整 */
.top-review-block .btn-wrap .btn-txt,
.top-review-block .btn-wrap .ico {
  display: inline-block;
}
.top-review-block .c-btn02 {
  min-width: initial !important;
}

/* 20240530_watanabe topページレビュー追加分調整 */
.review-inner-block .c-ttl01 .en-text,
.reviews-inner-block .c-ttl01 .en-text {
  font-size: 36px !important;
  font-family: tt-commons-pro, "Noto Sans JP", sans-serif !important;
  font-weight: 200 !important;
  letter-spacing: 0.05em !important;
  line-height: 1 !important;
}
.review-inner-block .c-ttl01 .ja,
.reviews-inner-block .c-ttl01 .ja {
  font-weight: bold !important;
  font-size: 18px !important;
  letter-spacing: 0.025em !important;
  margin-top: 8px !important;
}
/*topページ*/
#block_of_new_review .c-ttl01 {
  text-align: center;
}
#block_of_new_review .review-inner-block {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#block_of_new_review .revico-multicomment-top .revico-multicomment-inner {
  max-width: 100% !important;
}
.review-inner-block .c-ttl01 {
  padding-left: 0 !important;
}
#block_of_new_review .revico-multicomment-top .revico-review-comment-row-wrapper {
  margin: 20px 12px 0 !important;
  width: 216px !important;
}

@media only screen and (min-width: 641px) and (max-width: 1230px) {
  #block_of_new_review .review-inner-block {
    padding: 0 16px;
  }
}
/*すべてのレビュー*/
#reviews-block .inner-block {
  padding-top: 120px !important;
}
#reviews-block .c-ttl01 {
  padding-left: 0 !important;
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  #reviews-block #revico-comment .revico-review-comment-row-wrapper .revico-review-comment-row {
    margin: 0 auto !important;
  }
}

@media only screen and (max-width: 640px) {
  .review-inner-block .c-ttl01 .en-text,
  .reviews-inner-block .c-ttl01 .en {
    font-size: 23px !important;
    letter-spacing: 0.1em !important;
  }
  .review-inner-block .c-ttl01 .ja,
  .reviews-inner-block .c-ttl01 .ja {
    font-size: 12px !important;
    letter-spacing: 0.04em !important;
  }

  /*topページ*/
  #block_of_new_review .revico-multicomment-top .revico-multicomment-inner {
    padding: 0 16px;
  }
  #block_of_new_review .revico-multicomment-top .revico-review-comment-row-wrapper {
    margin: 20px 8px 0 !important;
  }

  /*すべてのレビュー*/
  #reviews-block .inner-block {
    padding: 0 20px !important;
  }
  #reviews-block .c-ttl01 {
    padding: 30px 20px 0 0 !important;
  }
}

/* 20240531_watanabe topページレビュー画像余白調整 */
#block_of_new_review .revico-review-comment-detail--product-name-image {
  height: 110px !important;
}
@media only screen and (max-width: 640px) {
  #block_of_new_review .revico-review-comment-detail--product-name-image {
    height: 80px !important;
  }
}

/* 20240604_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: 3;
  overflow: hidden;
  height: 56px !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: 4;
    height: 78px !important;
  }
}

/* 20240620_watanabe revicoスタッフレビュー追加分対応*/
#review-tab .review-tab-inner {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
#review-tab .tab-btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
#review-tab .tab-btn-list li {
  background-color: #f9f9f9;
  border-bottom: 3px solid #9c9c9e;
  cursor: pointer;
  font-weight: bold;
  padding: 11px;
  width: calc((100%) / 2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#review-tab .tab-btn-list li.is-active {
  background-color: #9c9c9e;
  color: #fff;
  border-bottom: none;
}
#review-tab .tab-cont .js-tab {
  display: none;
}
#review-tab .tab-cont .js-tab.is-active {
  display: block;
}

/* 20240620_murai 【終売対応】クレイエンスリペアカラーオイル */
.clayence_item-template-crco .item_limited_cau-txt {
  display: none;
}
.color-series-sub .item-box:nth-child(3) .item_limited_cau-txt {
  text-align: left;
}

/* 20240924_murai TOPページ更新*/
.product-block-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 100px;
}
.product-block-box-item {
  display: block;
  max-width: 400px;
}
.product-block-box-item-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 55px;
}
.product-block-box-item-img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.product-block-box-item .btn-wrap {
  text-align: right;
}
.product-block .btn-wrap.product-block-link .c-btn02 {
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: none;
  background-color: #414141;
  color: #ffffff;
  padding: 22px 0;
  border-radius: 6px;
  margin: 0 auto;
  max-width: 400px;
}
@media only screen and (max-width: 640px) {
  .product-block-box {
    margin-bottom: 50px;
  }
  .product-block-box-item {
    display: block;
    width: 43%;
  }
  .product-block-box-item-title {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .product-block-box-item-img {
    margin-bottom: 5px;
  }
  .product-block .btn-wrap.product-block-link .c-btn02 {
    padding: 15px 0;
    max-width: 228px;
    font-size: 12px;
  }
  .product-block .btn-wrap.product-block-link .c-btn02 .c-svg {
    position: relative;
    top: -2px;
  }
  .product-block-box-item .btn-wrap .c-btn02 {
    font-size: 12px;
  }
  .product-block-box-item .btn-wrap .c-btn02 .c-svg {
    position: relative;
    top: -2px;
  }
}
.itemsList_block {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding-bottom: 150px;
}
.itemsList_tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  max-width: 980px;
  margin: 0 auto 130px;
  padding-top: 200px;
}
.itemsList_tab a {
  text-decoration: none;
  position: relative;
  padding-bottom: 20px;
  max-width: 43%;
  width: 450px;
  display: block;
  text-align: center;
}
.itemsList_tab a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #414141;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.itemsList_block_series + .itemsList_block_series {
  margin-top: 200px;
}
.itemsList_block_series_title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 80px;
}
.itemsList_block_box {
  display: flex;
  align-items: stretch;
  gap: 100px 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.itemsList_block_box_item {
  display: block;
  width: 30%;
  max-width: 375px;
}
.itemsList_block_box_item .cat_txt {
  width: 100%;
  border: solid 1px #b97d87;
  padding: 5px 0;
  font-size: 11px;
  color: #b97d87;
  background: transparent;
  margin-bottom: 15px;
  text-align: center;
  margin-bottom: 40px;
}
.itemsList_block_box_item_image {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  height: 300px;
  margin-bottom: 20px;
}
.itemsList_block_box_item .ttl-wrap .ja {
  font-size: 20px;
  margin-bottom: 10px;
}
.itemsList_block_box_item .ttl-wrap .ja .sales-name {
  display: none;
}
.itemsList_block_box_item .ttl-wrap .ja .iyakubugai {
  width: 70px;
  padding: 2.71px 0;
  border: solid 1px #414141;
  font-size: 11px;
  box-sizing: border-box;
  margin-left: 20px;
  display: inline-block;
  text-align: center;
}

.itemsList_block_box_item .ttl-wrap .capacity {
  font-size: 14px;
}
.itemsList_block_box_item .c-btn02 {
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: none;
  background-color: #414141;
  color: #ffffff;
  padding: 22px 0;
  border-radius: 6px;
  margin: 10px auto 10px;
  width: 100%;
}
.itemsList_block_box_item .item_limited_cau-txt {
  text-align: left;
  font-size: 12px;
  margin-top: 10px;
  font-weight: 400;
}
.itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#colorcare .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.ccqa img {
  width: 55px;
}
#colorcare .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.cctm img {
  width: 83px;
}
#colorcare .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.ccsp img {
  width: 83px;
}
#colorcare .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.ccmc img {
  width: 76px;
}
#colorcare .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.crco img {
  width: 38px;
}
#colorcare .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.chcm img {
  width: 21px;
}
#scalpcare .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.cysp img {
  width: 83px;
}
#scalpcare .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.cytr img {
  width: 83px;
}
#scalpcare .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.cyhg img {
  width: 35px;
}
#scalpcare .itemsList_block_box .itemsList_block_box_item:nth-child(3) .iyakubugai {
  display: block;
  margin-left: 0;
  margin-top: 5px;
}
#scalpcare .itemsList_block_box_item .item_limited_cau-txt {
  font-size: 0;
}
#scalpcare .itemsList_block_box .item_limited_cau-txt .sales-name {
  font-size: 12px;
}
.itemsList .campaign-block {
  position: relative;
  z-index: 2;
  background-color: #e3d7d7;
}
.itemsList .product-block {
  position: relative;
  z-index: 3;
  background-color: #ffffff;
}
.type_num {
  display: none !important;
}
.itemsList .type_num {
  display: inline !important;
}
@media only screen and (max-width: 640px) {
  .itemsList_block {
    padding-bottom: 50px;
  }
  .itemsList_tab {
    gap: 20px;
    max-width: 100%;
    margin: 0 auto 100px;
    padding-top: 100px;
  }
  .itemsList_tab a {
    padding-bottom: 10px;
    width: 45%;
    max-width: 100%;
  }
  .itemsList_block_series + .itemsList_block_series {
    margin-top: 100px;
  }
  .itemsList_block_series_title {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .itemsList_block_box {
    gap: 40px 20px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .itemsList_block_box_item {
    display: block;
    width: calc((100% - 20px) / 2);
    max-width: 100%;
  }
  .itemsList_block_box_item .cat_txt {
    margin-bottom: 15px;
  }
  .itemsList_block_box_item_image {
    height: 200px;
  }
  .itemsList_block_box_item .ttl-wrap .c-ttl02 {
    text-align: left;
  }
  .itemsList_block_box_item .ttl-wrap .ja {
    font-size: 13px;
    text-align: left;
  }
  .itemsList_block_box_item .ttl-wrap .ja br {
    display: none;
  }
  .itemsList_block_box_item .ttl-wrap .ja .iyakubugai {
    margin-left: 0;
    display: block;
  }
  .itemsList_block_box_item .ttl-wrap .capacity {
    font-size: 12px;
  }
  .itemsList_block_box_item .c-btn02 {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: none;
    background-color: #414141;
    color: #ffffff;
    padding: 8px 0;
    border-radius: 6px;
    font-size: 12px;
    margin: 10px auto;
  }
  .itemsList_block_box_item .item_limited_cau-txt {
    font-size: 10px;
    margin-top: 10px;
  }
  #scalpcare .itemsList_block_box .item_limited_cau-txt {
    font-size: 0;
  }
  #scalpcare .itemsList_block_box .item_limited_cau-txt .sales-name {
    font-size: 10px;
  }
  #colorcare .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.ccqa img {
    width: 35px;
  }
  #colorcare .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.cctm img {
    width: 60px;
  }
  #colorcare .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.ccsp img {
    width: 60px;
  }
  #colorcare .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.ccmc img {
    width: 55px;
  }
  #colorcare .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.crco img {
    width: 25px;
  }
  #colorcare .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.chcm img {
    width: 15px;
  }
  #scalpcare .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.cysp img {
    width: 60px;
  }
  #scalpcare .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.cytr img {
    width: 60px;
  }
  #scalpcare .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.cyhg img {
    width: 25px;
  }
  #scalpcare .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.cysp::before,
  #scalpcare .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.cytr::before {
    width: 55px;
    height: 48px;
    top: 30px;
    left: -5px;
  }
  .itemsList .campaign-block {
    position: relative;
    z-index: 2;
    background-color: #e3d7d7;
  }
  .itemsList .product-block {
    position: relative;
    z-index: 3;
    background-color: #ffffff;
  }
  .itemsList .tl-sp {
    display: inline-block !important;
  }
  .itemsList .tl-pc {
    display: none !important;
  }
  .itemsList .product-block.bestcosme-to-block .c-btn02,
  .itemsList .product-block.column-to-block .c-btn02 {
    position: relative;
    padding-right: 20px;
  }
  .itemsList .product-block.bestcosme-to-block .c-btn02 svg,
  .itemsList .product-block.column-to-block .c-btn02 svg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    margin-left: 0;
  }
  .itemsList .itemsList_block_box_item .c-btn02 svg {
    margin-right: -20px;
    margin-top: -4px;
  }
}

.clayence_item-template-cctm .box .img .note {
  font-size: 10px;
  text-align: right;
  margin-top: 3px;
}
.clayence_item-template-cctm .box.feature02 .triple-wrap .img {
  display: block;
  margin: 20px auto 30px;
  max-width: 400px;
  width: 100%;
}
.clayence_item-template-cctm .box.feature03 .damage-img {
  width: 100%;
  max-width: 344px;
  margin: 20px auto 0;
}
.clayence_item-template-cctm .box.feature03 .damage-img .note {
  margin-top: 15px;
  text-align: right;
}
.clayence_item-template-cctm .box.feature03 .before-after-wrap02 .note {
  text-align: left;
  max-width: 675px;
  margin: 15px auto 0;
}
.clayence_item-template-cctm .box.feature04 .img {
  display: block;
  max-width: 730px;
  margin: 70px auto 0;
}
.clayence_item-template-cctm .box.feature04 .img .note {
  text-align: left;
  max-width: 650px;
  margin: 20px auto 0;
}
@media only screen and (max-width: 640px) {
  .item-detail .item-feature-block .triple-list .txt,
  .item-detail .item-feature-block .before-after-wrap02 .txt {
    text-align: left;
  }
  .clayence_item-template-cctm .box.feature03 .damage-img {
    max-width: 270px;
  }
  .clayence_item-template-cctm .box.feature04 .img {
    margin-top: 20px;
  }
}
.clayence_item-template-cctm .c-item-detail .color-list {
  justify-content: flex-end;
  margin-top: 50px;
  padding-bottom: 40px;
  gap: 0 12px;
}
.clayence_item-template-cctm .c-item-detail .color-list li {
  width: calc((100% - 36px) / 4);
}
/*.clayence_item-template-cctm .c-item-detail .color-list li:first-child .ico::after {
  content: "NEW";
  font-size: 16px;
  color: #AB6F7F;
  text-align: center;
  display: block;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}*/
.clayence_item-template-cctm .c-item-detail .color-list li .ico::before {
  border-radius: 50%;
  background-color: transparent;
  border: solid 3px #414141;
}
.clayence_item-template-cctm .c-item-detail .color-list .color-name-txt {
  top: initial;
  bottom: 0;
  left: 0;
}
.clayence_item-template-cctm .c-item-detail .color-list .ico img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .c-item-detail .color-list {
    margin-top: 30px;
  }
  .clayence_item-template-cctm .c-item-detail .color-list li:first-child .ico::after {
    font-size: 11px;
    top: -25px;
    width: 25px;
  }
}

/* 20240930_murai TOPカラートリートメントアイコン変更*/
.page-template-top .treatment-area .inner-block .main-content-block:first-child .img-wrap:after {
  width: 110px;
  height: 119px;
  background-image: url(../img/beginner/cctm-icon.svg);
  right: 15px;
  bottom: 310px;
}
@media only screen and (max-width: 949px) {
  .page-template-top .treatment-area .inner-block .main-content-block:first-child .img-wrap:after {
    width: 59px;
    height: 63px;
    bottom: 25px;
    right: -5px;
  }
}

/* 20241016_murai 【clayence】送料無料のテキスト修正*/
.c-subscription-block.c-subscription-block2 .body .main_box .price .free {
  width: 100px;
}
@media only screen and (max-width: 949px) {
  .c-subscription-block.c-subscription-block2 .body .main_box .price .free {
    width: 50px;
  }
}

/*追記分*/
/* 20241107追加分デザイン一新_調整 */
.clayence_item-template-cctm .visible-sp {
  display: block !important;
}

.clayence_item-template-cctm .visible-pc {
  display: none !important;
}

@media screen and (min-width: 641px) {
  .clayence_item-template-cctm .visible-sp {
    display: none !important;
  }

  .clayence_item-template-cctm .visible-pc {
    display: block !important;
  }
}

.clayence_item-template-cctm .item-title-block {
  background-image: url("../img/item/cctm/hair_w100.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 497px;
  background-color: #f2e4e3;
  margin-top: 76px;
}

@media screen and (max-width: 1024px) {
  .clayence_item-template-cctm .item-title-block {
    height: 360px;
  }
}

@media screen and (max-width: 720px) {
  .clayence_item-template-cctm .item-title-block {
    height: 320px;
  }
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .item-title-block {
    background-image: none;
    height: auto;
    background-color: #fff;
    padding: 0 4% 12%;
    margin-top: 55px;
  }
}

.clayence_item-template-cctm .item-feature-block {
  background-color: #edeceb;
  padding: 100px 0 56px;
  /* 20241113_調整分 */
  background-image: none;
  position: unset;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .item-feature-block {
    padding: 12% 0 56px;
  }
}

.clayence_item-template-cctm .features-box {
  margin-bottom: 58px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .features-box {
    margin-bottom: 8%;
  }
}

.clayence_item-template-cctm .features-box-inner {
  background-color: #fff;
  padding: 40px 75px 60px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .features-box-inner {
    background-color: #fff;
    padding: 10% 6%;
    text-align: justify;
  }
}

.title .visible-pc {
  max-height: 89px;
}

.clayence_item-template-cctm .txt_bold {
  font-weight: 600;
}

.clayence_item-template-cctm .txt_red {
  font-weight: 600;
  color: #b97d87;
}

.clayence_item-template-cctm p {
  font-weight: 500;
}

.clayence_item-template-cctm .block01_01,
.clayence_item-template-cctm .block01_02 {
  max-width: 640px;
  margin: 40px auto 32px;
}
.clayence_item-template-cctm .block01_01 .visible-pc,
.clayence_item-template-cctm .block01_02 .visible-pc {
  margin: 40px auto;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .block01_01,
  .clayence_item-template-cctm .block01_02 {
    max-width: 100%;
    margin: 8% auto 8%;
  }
  .clayence_item-template-cctm .block01_01 .visible-sp,
  .clayence_item-template-cctm .block01_02 .visible-sp {
    margin-top: 8%;
  }
}

.clayence_item-template-cctm .block02_01 {
  max-width: 462px;
  margin: 40px auto 32px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .block02_01 {
    max-width: 100%;
    margin: 8% auto 8%;
  }
}

.clayence_item-template-cctm .block02_01_txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .block02_01_txt {
    width: 96%;
    margin: 0 auto;
  }
}

.clayence_item-template-cctm .block02_01_txt_box {
  width: 31%;
  text-align: justify;
}

.clayence_item-template-cctm .block02_01_txt_box .ex {
  font-weight: 200 !important;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .block02_01_txt_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }

  .clayence_item-template-cctm .block02_01_txt_box p {
    width: 70%;
    line-height: 1.4em;
    align-items: center;
  }

  .clayence_item-template-cctm .block02_01_txt_box .midashi_purple,
  .clayence_item-template-cctm .block02_01_txt_box .midashi_pink,
  .clayence_item-template-cctm .block02_01_txt_box .midashi_brown {
    width: 25%;
    text-align: center;
    line-height: 1.2em;
  }
}

.clayence_item-template-cctm .block02_02 {
  max-width: 100%;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .block02_02 {
    max-width: 100%;
    margin: 0 auto 8px;
  }
}

.clayence_item-template-cctm .block03_01 {
  max-width: 100%;
  margin: 40px auto 32px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .block03_01 {
    margin: 24px auto 24px;
  }

  .clayence_item-template-cctm .block03_01 img {
    margin-bottom: 24px;
  }
}

.clayence_item-template-cctm .block03_02 {
  max-width: 100%;
  margin: 40px auto 32px;
  padding-top: 40px;
  border-top: 1px solid #e4e4e4;
}

.clayence_item-template-cctm .block03_02 {
  max-width: 100%;
  margin: 42px auto 32px;
  padding-top: 42px;
  border-top: 1px solid #e4e4e4;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .block03_02 {
    padding-top: 28px;
    margin: 24px auto 20px;
  }
}

.clayence_item-template-cctm .block04_01 {
  margin: 40px 0 32px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .block04_01 {
    margin: 28px 0 26px;
  }
}

.clayence_item-template-cctm .block04_01 img {
  width: 424px;
  display: block;
  margin: 16px auto 0;
}

.clayence_item-template-cctm .block04_02 {
  margin: 32px 0 32px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .block04_02 {
    margin: 32px 0 18px;
  }
}

.clayence_item-template-cctm .block04_02 img,
.clayence_item-template-ccmd .block05_02 img {
  width: 424px;
  display: block;
  margin: 0 auto;
}

.clayence_item-template-cctm .block04_02 img,
.clayence_item-template-ccmd .block05_02 img {
  margin-top: 16px;
}

.clayence_item-template-cctm .block04_01 p,
.block04_02 p {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  color: #b97d87;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .block04_01 p,
  .block04_02 p {
    font-size: 17px;
  }
}

.clayence_item-template-cctm .block05_01 {
  max-width: 546px;
  margin: 40px auto 32px;
}

.clayence_item-template-cctm .midashi_purple {
  color: #fff;
  background-color: #8d8ab5;
  padding: 1px 0 2px;
  text-align: center;
  border-radius: 2px;
  margin-bottom: 10px;
}

.clayence_item-template-cctm .midashi_pink {
  color: #fff;
  background-color: #f09cbb;
  padding: 1px 0 2px;
  text-align: center;
  border-radius: 2px;
  margin-bottom: 10px;
}

.clayence_item-template-cctm .midashi_brown {
  color: #fff;
  background-color: #a05f60;
  padding: 1px 0 2px;
  text-align: center;
  border-radius: 2px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .midashi_purple,
  .clayence_item-template-cctm .midashi_pink,
  .clayence_item-template-cctm .midashi_brown {
    background: none;
    margin-bottom: 0;
  }
}

.clayence_item-template-cctm .annotation {
  margin-top: 12px;
}

.clayence_item-template-cctm .item-dye-block {
  background-color: #fbf7f7;
}

.clayence_item-template-cctm .item-dye-block {
  padding: 88px 0 106px 0;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .item-dye-block {
    padding: 88px 0 56px 0;
  }
}

.clayence_item-template-cctm .dye_title {
  margin-top: -108px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .dye_title img {
    height: 100%;
  }

  .clayence_item-template-cctm .dye_title {
    margin-top: -105px;
    width: auto;
    height: 78px;
  }
}

.clayence_item-template-cctm .item-dye-block .ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #b97d87;
  margin-top: -16px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  /* 垂直中心 */
  justify-content: left;
  /* 水平中心 */
}

.clayence_item-template-cctm .item-dye-block .ttl:before {
  border-top: 1.4px solid #af8088;
  content: "";
  width: 72px;
  /* 線の長さ */
  margin-right: 10px;
  /* 文字の右隣 */
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .item-dye-block .ttl:before {
    width: 56px;
    /* 線の長さ */
  }
}

.clayence_item-template-cctm .item-dye-block .ttl02,
.clayence_item-template-cctm .item-color-block .ttl02 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.6;
  color: #b97d87;
  margin-top: -16px;
  margin-bottom: 32px;
  display: inline;
  align-items: stretch;
  /* 垂直中心 */
  justify-content: left;
  /* 水平中心 */
}

.clayence_item-template-cctm .dye_sp_catch {
  display: flex !important;
  flex-direction: row;
  align-items: stretch;
  /* 垂直中心 */
  justify-content: space-between;
  /* 水平中心 */
  margin: 4px 0 16px;
}

.clayence_item-template-cctm .catch01 {
  border-top: 1px solid #af8088;
  width: 18%;
  /* 線の長さ */
  margin-top: 20px;
  display: block;
}

.clayence_item-template-cctm .catch02 {
  width: 80%;
  /* 線の長さ */
  display: block;
}

.clayence_item-template-cctm .block06_01 {
  margin: 26px 0;
}

.clayence_item-template-cctm .item-color-block {
  background-color: #f5edeb;
  padding: 88px 0 106px 0;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .item-color-block {
    padding: 88px 0 48px 0;
  }
}

.clayence_item-template-cctm .color_title {
  margin-top: -120px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .color_title img {
    height: 100%;
  }

  .clayence_item-template-cctm .color_title {
    margin-top: -105px;
    width: auto;
    height: 76px;
  }
}

.clayence_item-template-cctm .item-color-block .ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #b97d87;
  margin-top: 12px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  /* 垂直中心 */
  justify-content: left;
  /* 水平中心 */
}

.clayence_item-template-cctm .item-color-block .ttl:before {
  border-top: 1.4px solid #af8088;
  content: "";
  width: 72px;
  /* 線の長さ */
  margin-right: 10px;
  /* 文字の右隣 */
}

.clayence_item-template-cctm .block07_01 {
  margin: 26px 0 40px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .block07_01 {
    margin: 16px 0 16px;
  }
}

.clayence_item-template-cctm .block07_01 .mt {
  margin-top: 29px;
}

.clayence_item-template-cctm .block08_01 {
  margin: 26px 0 20px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .block08_01 {
    margin: 20px 0 20px;
  }
}

.clayence_item-template-cctm .block08_01 .mt {
  margin-top: 29px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .block08_01 .mt {
    margin-top: 24px;
  }
}

.clayence_item-template-cctm .item-voice-block {
  background-color: #e8d4d0;
  padding: 88px 0 106px 0;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .item-voice-block {
    padding: 48px 0 56px 0;
  }
}

.clayence_item-template-cctm .voice_title {
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1.8;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .voice_title {
    font-size: 22px;
    line-height: 1.4em;
  }
}

.clayence_item-template-cctm .voice_title:before,
.clayence_item-template-cctm .voice_title:after {
  width: 1px;
  height: 40px;
  padding-top: 8px;
  content: "";
  background-color: #414141;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .voice_title:before,
  .clayence_item-template-cctm .voice_title:after {
    height: 60px;
  }
}

.clayence_item-template-cctm .voice_title:before {
  margin-right: 1em;
  transform: rotate(-30deg);
}

.clayence_item-template-cctm .voice_title:after {
  margin-left: 1em;
  transform: rotate(30deg);
}

.clayence_item-template-cctm .item-voice-block .inner-block {
  max-width: 800px;
}

.clayence_item-template-cctm .item-howto-block {
  background-color: #edeceb;
  padding: 88px 0 144px 0;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .item-howto-block {
    padding: 56px 0 56px 0;
  }
}

.clayence_item-template-cctm .howto_title {
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1.8;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .howto_title {
    font-size: 22px;
  }
}

.clayence_item-template-cctm .howto_title02 {
  font-size: 22px;
  color: #b97d87;
  border: solid 1px #b97d87;
  border-radius: 30px;
  text-align: center;
  padding: 0px 0 2px;
  width: 172px;
  margin: 0 auto 12px;
  font-weight: 500;
}

.clayence_item-template-cctm .howto-box-inner {
  background-color: #fff;
  /*padding: 80px 80px 64px;*/
  padding: 8.4% 8% 6.8%;
  margin-top: 24px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .howto-box-inner {
    padding: 48px 28px 48px;
    margin-top: 24px;
  }
}

.clayence_item-template-cctm .block09_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.clayence_item-template-cctm .block09_01_inner {
  width: 45%;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .block09_01_inner {
    width: 100%;
  }
}

.clayence_item-template-cctm .block09_01 .title {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  margin-top: 8px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .block09_01 .title {
    font-size: 18px;
  }
}

.clayence_item-template-cctm .block09_01 .txt {
  font-size: 18px;
  text-align: center;
  margin-top: 4px;
}

@media only screen and (max-width: 960px) {
  .clayence_item-template-cctm .block09_01 .txt {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .block09_01 .txt {
    font-size: 14px;
  }
}

.clayence_item-template-cctm .block09_01 .mt {
  margin-top: 56px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .block09_01 .mt {
    margin-top: 40px;
  }

  .clayence_item-template-cctm .block09_01 .mt-sp {
    margin-top: 40px;
  }
}

.clayence_item-template-cctm .howto-box-inner .link_txt {
  font-size: 19px;
  text-align: center;
  margin-top: 48px;
  font-weight: 500;
  line-height: 1em;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .howto-box-inner .link_txt {
    font-size: 16px;
    text-align: left;
    margin-top: 48px;
    font-weight: 500;
  }
}

.clayence_item-template-cctm .howto-box-inner .link_txt::before {
  content: url("../img/item/cctm/d_arrow.png");
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-right: 14px;
}

.clayence_item-template-cctm .howto-box-inner .link_txt a {
  color: #b97d87;
  border-bottom: 1px solid #b97d87;
  line-height: 1em;
}

.clayence_item-template-cctm .movie-box .ttl {
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1.8;
  font-weight: 500;
  margin: 80px 0 24px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .movie-box .ttl {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 1.5;
    font-weight: 500;
    margin: 48px 0 16px;
  }
}

.clayence_item-template-cctm .movie-box .ttl:before,
.clayence_item-template-cctm .movie-box .ttl:after {
  width: 1px;
  height: 40px;
  padding-top: 8px;
  content: "";
  background-color: #414141;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .movie-box .ttl:before,
  .clayence_item-template-cctm .movie-box .ttl:after {
    width: 1px;
    height: 52px;
    padding-top: 8px;
  }
}

.clayence_item-template-cctm .movie-box .ttl:before {
  margin-right: 1em;
  transform: rotate(-30deg);
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .movie-box .ttl:before {
    margin-right: 1.5em;
  }
}

.clayence_item-template-cctm .movie-box .ttl:after {
  margin-left: 1em;
  transform: rotate(30deg);
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .movie-box .ttl:after {
    margin-left: 1.5em;
  }
}

/*@media only screen and (max-width: 640px) {
	.clayence_item-template-cctm .inner-block {
		padding: 0 4%;
		width: auto;
	}
}*/

.clayence_item-template-cctm .item-detail .item-feature-block .ico-txt::before {
  background: unset;
}
.clayence_item-template-cctm .item-detail .item-feature-block .ico-txt {
  padding-left: 0;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .item-detail .item-feature-block .ico-txt {
    padding-left: 0;
  }
}

/**スライダーサムネイル対応**/
.item-detail .item-detail-block .item-wrap .thumb-slider .slick-track {
  transform: unset !important;
}
@media only screen and (min-width: 641px) {
  .clayence_item-template-cctm .item-detail .item-detail-block .item-wrap .thumb-slider .slick-slide:nth-child(-n + 4) {
    margin-bottom: 20px;
  }
}

/** ご使用いただいたお客様のお声 **/
.clayence_item-template-cctm .item-detail .monitor-challenge-block .type .tag {
  background: #bf99a0;
  padding: 3px 2px;
  font-size: 14px;
}

.clayence_item-template-cctm .item-detail .monitor-challenge-block .info .txt {
  color: #b26c75;
  font-weight: bold;
}

.clayence_item-template-cctm .item-detail .monitor-challenge-block .list li + li::before {
  background: url(../img/item/cctm/ico-arrow-right02.svg) no-repeat center center / contain;
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: -35px;
  margin: auto;
}

.clayence_item-template-cctm .item-detail .monitor-challenge-block .info {
  background: #fff;
}

.clayence_item-template-cctm .item-detail .monitor-challenge-block .box {
  border-radius: unset;
}

.clayence_item-template-cctm .item-detail .monitor-challenge-block .info .name-wrap .position {
  font-size: 17px;
}

.clayence_item-template-cctm .item-detail .monitor-challenge-block .color .txt {
  font-size: 18px;
  padding-left: 6px;
}

.clayence_item-template-cctm .item-detail .monitor-challenge-block .type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clayence_item-template-cctm .item-detail .monitor-challenge-block .img-wrap {
  position: relative;
}

.clayence_item-template-cctm .item-detail .monitor-challenge-block .img-wrap::after {
  background: url(../img/item/cctm/border.png) no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  top: 122%;
  left: 0;
  margin: auto;
}

.clayence_item-template-cctm .item-detail .monitor-challenge-block .list li:nth-child(2)::after {
  border: none;
}

@media only screen and (min-width: 641px) {
  .clayence_item-template-cctm .item-detail .monitor-challenge-block .detail-wrap {
    width: 370px;
  }

  .clayence_item-template-cctm .item-detail .monitor-challenge-block .list {
    padding-right: 22px;
  }

  .clayence_item-template-cctm .item-detail .monitor-challenge-block .detail-wrap .color .ico img {
    width: 90%;
  }

  .clayence_item-template-cctm .item-detail .monitor-challenge-block .type .txt {
    font-weight: 600;
    margin-left: 10px;
    font-size: 16px;
  }

  .clayence_item-template-cctm .item-detail .monitor-challenge-block .box {
    margin: 24px auto 0;
  }

  .item-detail .monitor-challenge-block .list li + li {
    margin-left: 38px;
  }

  .clayence_item-template-cctm .item-detail .monitor-challenge-block .type.baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .item-detail .monitor-challenge-block .info .txt {
    font-size: 16px;
    letter-spacing: 0.01em;
  }

  .clayence_item-template-cctm .item-detail .monitor-challenge-block .info .name-wrap .position {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
  }

  .clayence_item-template-cctm .item-detail .monitor-challenge-block .info .img-wrap {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .clayence_item-template-cctm .item-detail .monitor-challenge-block .info .img {
    width: 70px;
  }

  .clayence_item-template-cctm .item-detail .monitor-challenge-block .color .ico {
    width: 40px;
  }

  .clayence_item-template-cctm .item-detail .monitor-challenge-block .color .txt {
    font-size: 15px;
  }

  .clayence_item-template-cctm .item-detail .monitor-challenge-block .list li {
    max-width: 135px !important;
  }

  .clayence_item-template-cctm .item-detail .monitor-challenge-block .list li + li {
    margin-left: 30px;
  }

  .clayence_item-template-cctm .item-detail .monitor-challenge-block .list li + li::before {
    width: 28px;
    height: 28px;
    left: -29px;
  }

  .clayence_item-template-cctm .item-detail .monitor-challenge-block .type .tag {
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .clayence_item-template-cctm .item-detail .monitor-challenge-block .type .txt {
    font-weight: 500;
  }

  .clayence_item-template-cctm .item-detail .monitor-challenge-block .box {
    border-radius: 4px;
    margin-top: 22px;
  }

  .clayence_item-template-cctm .item-detail .monitor-challenge-block .img-wrap::after {
    top: 114%;
  }
}

/* 20250415_watanabe カラートリートメント商品画像差し替え */
.beginner-lead-block .inner-block .txt-area img {
  margin: 156px auto 0;
}
@media only screen and (max-width: 640px) {
  .beginner-lead-block .inner-block .txt-area img {
    margin: 87px auto 0;
  }
}

.howto-detail-block .howto-box .howto-list .img img {
  max-height: 161px;
}
.howto-detail-block .howto-box .howto-list:nth-child(3) li:nth-child(3) a .img img {
  max-height: 113px;
}
@media only screen and (max-width: 949px) {
  .howto-detail-block .howto-box .howto-list:nth-child(2) li:nth-child(2) .img {
    width: 50px !important;
  }
  .howto-detail-block .howto-box .howto-list:nth-child(3) li:nth-child(2) a .img {
    width: 50px;
  }
  .howto-detail-block .howto-box .howto-list:nth-child(3) li:nth-child(3) a .img {
    right: 70%;
  }
}

/* 20250514_watanabe appバナー差替え */
@media (min-width: 769px) {
  #footer.c-footer .footer-bnr {
    max-width: 271.25px;
  }
}

/* 20250528_【Clayence】クレイスパ クイックカラー */
.clayence_item-template-ccqa .position-relative {
  position: relative;
}
.clayence_item-template-ccqa .item-detail .item-feature-block img {
  width: auto;
}

.clayence_item-template-ccqa .item-detail .item-feature-block .before-after-wrap02 .note {
  margin-top: 20px;
}
.clayence_item-template-ccqa .item-detail .monitor-challenge-block .note {
  max-width: 800px;
  margin: 20px auto 0;
}
.clayence_item-template-ccqa .howto-use-block.c-bg-bottom:before {
  background-image: url(../img/common/bg-white-bottom.png);
  transform: rotateZ(180deg);
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .howto-use-block.c-bg-bottom:before {
    top: initial;
  }
}

.clayence_item-template-ccqa .box .img .note {
  font-size: 10px;
  text-align: right;
  margin-top: 3px;
}
.clayence_item-template-ccqa .box.feature02 .triple-wrap .img {
  display: block;
  margin: 20px auto 30px;
  max-width: 400px;
  width: 100%;
}
.clayence_item-template-ccqa .box.feature03 .damage-img {
  width: 100%;
  max-width: 344px;
  margin: 20px auto 0;
}
.clayence_item-template-ccqa .box.feature03 .damage-img .note {
  margin-top: 15px;
  text-align: right;
}
.clayence_item-template-ccqa .box.feature03 .before-after-wrap02 .note {
  text-align: left;
  max-width: 675px;
  margin: 15px auto 0;
}
.clayence_item-template-ccqa .box.feature04 .img {
  display: block;
  max-width: 730px;
  margin: 70px auto 0;
}
.clayence_item-template-ccqa .box.feature04 .img .note {
  text-align: left;
  max-width: 650px;
  margin: 20px auto 0;
}
@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .box.feature03 .damage-img {
    max-width: 270px;
  }
  .clayence_item-template-ccqa .box.feature04 .img {
    margin-top: 20px;
  }
}

.clayence_item-template-ccqa .visible-sp {
  display: block !important;
}

.clayence_item-template-ccqa .visible-pc {
  display: none !important;
}

@media screen and (min-width: 641px) {
  .clayence_item-template-ccqa .visible-sp {
    display: none !important;
  }

  .clayence_item-template-ccqa .visible-pc {
    display: block !important;
  }
}

.clayence_item-template-ccqa .item-title-block {
  background-image: url("../img/item/ccqa/lead_main_img.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 497px;
  background-color: #fff6fe;
  margin-top: 76px;
}
.clayence_item-template-ccqa .item-title-block .wrap_txt {
  position: absolute;
  bottom: -25px;
  width: 100%;
}
.clayence_item-template-ccqa .item-title-block .wrap_txt p {
  max-width: 980px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: right;
}
.clayence_item-template-ccqa .item-title-block.item-title-block02 {
  background-image: url("../img/item/ccqa/large01.png");
  margin-top: 0;
  background-color: #e7e7e7;
}

@media screen and (max-width: 1024px) {
  .clayence_item-template-ccqa .item-title-block {
    height: 360px;
  }
}

@media screen and (max-width: 720px) {
  .clayence_item-template-ccqa .item-title-block {
    height: 320px;
  }
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .item-title-block,
  .clayence_item-template-ccqa .item-title-block.item-title-block02 {
    background-image: none;
    height: auto;
    background-color: #fff;
    padding: 0 4% 12%;
    margin-top: 55px;
  }
}

.clayence_item-template-ccqa .item-detail .item-feature-block {
  background-color: #edeceb;
  padding: 100px 0 56px;
  /* 20241113_調整分 */
  background-image: none;
  position: unset;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .item-detail .item-feature-block {
    padding: 12% 0 56px;
  }
}

.clayence_item-template-ccqa .features-box {
  margin-bottom: 58px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .features-box {
    margin-bottom: 8%;
  }
}

.clayence_item-template-ccqa .features-box-inner {
  background-color: #fff;
  padding: 40px 75px 60px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .features-box-inner {
    background-color: #fff;
    padding: 10% 6%;
    text-align: justify;
  }
}

.title .visible-pc {
  max-height: 89px;
}

.clayence_item-template-ccqa .txt_bold {
  font-weight: 600;
}

.clayence_item-template-ccqa .txt_red {
  font-weight: 600;
  color: #b97d87;
}

.clayence_item-template-ccqa p {
  font-weight: 500;
}

.clayence_item-template-ccqa .block01_01,
.clayence_item-template-ccqa .block02_01,
.clayence_item-template-ccqa .block03_01,
.clayence_item-template-ccqa .block03_03,
.clayence_item-template-ccqa .block05_01 {
  margin: 40px 0 32px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .block01_01,
  .clayence_item-template-ccqa .block02_01,
  .clayence_item-template-ccqa .block03_01,
  .clayence_item-template-ccqa .block03_03,
  .clayence_item-template-ccqa .block05_01 {
    margin: 28px 0 26px;
  }
}

.clayence_item-template-ccqa .block01_01 p.ttl,
.clayence_item-template-ccqa .block01_03 p.ttl,
.clayence_item-template-ccqa .block02_01 p.ttl,
.clayence_item-template-ccqa .block02_03 p.ttl,
.clayence_item-template-ccqa .block03_01 p.ttl,
.clayence_item-template-ccqa .block03_03 p.ttl,
.clayence_item-template-ccqa .block05_01 p.ttl {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  color: #b97d87;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .block01_01 p.ttl,
  .clayence_item-template-ccqa .block01_03 p.ttl,
  .clayence_item-template-ccqa .block02_01 p.ttl,
  .clayence_item-template-ccqa .block02_03 p.ttl,
  .clayence_item-template-ccqa .block03_01 p.ttl,
  .clayence_item-template-ccqa .block03_03 p.ttl,
  .clayence_item-template-ccqa .block05_01 p.ttl {
    font-size: 17px;
  }
}

.clayence_item-template-ccqa .block02_02,
.clayence_item-template-ccqa .block02_04,
.clayence_item-template-ccqa .block03_02,
.clayence_item-template-ccqa .block03_04,
.clayence_item-template-ccqa .block05_02 {
  max-width: 280px;
  margin: 40px auto 40px;
}
.clayence_item-template-ccqa .block01_02 {
  max-width: 360px;
  margin: 40px auto 40px;
}
.clayence_item-template-ccqa .block01_04 {
  max-width: 390px;
  margin: 40px auto 40px;
}
.clayence_item-template-ccqa .block02_02,
.clayence_item-template-ccqa .block03_02 {
  max-width: 790px;
}
.clayence_item-template-ccqa .block02_02,
.clayence_item-template-ccqa .block02_04 {
  margin: 0;
}
.clayence_item-template-ccqa .block01_03,
.clayence_item-template-ccqa .block03_03 {
  padding-top: 42px;
  margin-top: 42px;
  border-top: 1px dotted #e4e4e4;
}
.clayence_item-template-ccqa .wrap_block02.wrap_block02_02 {
  padding-top: 30px;
}
.clayence_item-template-ccqa .block02_04,
.clayence_item-template-ccqa .block03_04 {
  max-width: 356px;
}
.clayence_item-template-ccqa .block02_04 .mv-wrap {
  overflow: hidden;
}
.clayence_item-template-ccqa .block02_04 .mv-wrap video {
  width: 101%;
  vertical-align: top;
}
.clayence_item-template-ccqa .block05_02 {
  max-width: 582px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .block01_02,
  .clayence_item-template-ccqa .block02_02,
  .clayence_item-template-ccqa .block03_02,
  .clayence_item-template-ccqa .block03_04 {
    max-width: 100%;
    margin: 8% auto 7%;
  }
  .clayence_item-template-ccqa .block01_02 {
    max-width: 75%;
    margin-bottom: 0;
  }
  .clayence_item-template-ccqa .block02_02 {
    margin-bottom: 0;
  }
  .clayence_item-template-ccqa .wrap_block02.wrap_block02_02,
  .clayence_item-template-ccqa .block03_03 {
    padding-top: 15px;
    margin-top: 30px;
  }
  .clayence_item-template-ccqa .block03_03 {
    padding-top: 25px;
  }
  .clayence_item-template-ccqa .block03_02 {
    max-width: 75%;
    margin-bottom: 0;
  }
  .clayence_item-template-ccqa .block05_02 {
    margin: 8% -6% 7%;
  }
}

.clayence_item-template-ccqa .wrap_block02 {
  display: flex;
  justify-content: space-between;
}

.clayence_item-template-ccqa .wrap_block02 .block_txt {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 10px;
}
.clayence_item-template-ccqa .wrap_block02 .block_txt img {
  margin-top: 20px;
}
.clayence_item-template-ccqa .wrap_block02 .block_img {
  width: 45%;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .wrap_block02 {
    display: block;
  }
  .clayence_item-template-ccqa .wrap_block02 .block_txt,
  .clayence_item-template-ccqa .wrap_block02 .block_img {
    width: auto;
  }
  .clayence_item-template-ccqa .wrap_block02 .block_img img {
    margin-top: 25px;
  }
}

.clayence_item-template-ccqa .block04_01 {
  margin: 40px 0 32px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .block04_01 {
    margin: 28px 0 26px;
  }
}

.clayence_item-template-ccqa .item-detail .item-feature-block .block04_01 img {
  width: 424px;
  display: block;
  margin: 16px auto 0;
}

.clayence_item-template-ccqa .block04_02 {
  margin: 32px 0 32px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .item-detail .item-feature-block .block04_01 img {
    width: 60%;
  }
  .clayence_item-template-ccqa .block04_02 {
    margin: 32px 0 18px;
  }
}

.clayence_item-template-ccqa .block04_02 img {
  width: 424px;
  display: block;
  margin: 0 auto;
}

.clayence_item-template-ccqa .block04_02 img {
  margin-top: 16px;
}

.clayence_item-template-ccqa .block04_01 p,
.block04_02 p {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  color: #b97d87;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .block04_01 p,
  .block04_02 p {
    font-size: 17px;
  }
}

.clayence_item-template-ccqa .midashi_purple {
  color: #fff;
  background-color: #8d8ab5;
  padding: 1px 0 2px;
  text-align: center;
  border-radius: 2px;
  margin-bottom: 10px;
}

.clayence_item-template-ccqa .midashi_pink {
  color: #fff;
  background-color: #f09cbb;
  padding: 1px 0 2px;
  text-align: center;
  border-radius: 2px;
  margin-bottom: 10px;
}

.clayence_item-template-ccqa .midashi_brown {
  color: #fff;
  background-color: #a05f60;
  padding: 1px 0 2px;
  text-align: center;
  border-radius: 2px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .midashi_purple,
  .clayence_item-template-ccqa .midashi_pink,
  .clayence_item-template-ccqa .midashi_brown {
    background: none;
    margin-bottom: 0;
  }
}

.clayence_item-template-ccqa .annotation {
  margin-top: 12px;
}

.clayence_item-template-ccqa .item-dye-block {
  background-color: #fbf7f7;
}

.clayence_item-template-ccqa .item-dye-block {
  padding: 88px 0 106px 0;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .item-dye-block {
    padding: 88px 0 56px 0;
  }
}

.clayence_item-template-ccqa .dye_title {
  margin-top: -108px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .dye_title img {
    height: 100%;
  }

  .clayence_item-template-ccqa .dye_title {
    margin-top: -105px;
    width: auto;
    height: 78px;
  }
}

.clayence_item-template-ccqa .item-dye-block .ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #b97d87;
  margin-top: -16px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  /* 垂直中心 */
  justify-content: left;
  /* 水平中心 */
}

.clayence_item-template-ccqa .item-dye-block .ttl:before {
  border-top: 1.4px solid #af8088;
  content: "";
  width: 72px;
  /* 線の長さ */
  margin-right: 10px;
  /* 文字の右隣 */
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .item-dye-block .ttl:before {
    width: 56px;
    /* 線の長さ */
  }
}

.clayence_item-template-ccqa .item-dye-block .ttl02,
.clayence_item-template-ccqa .item-color-block .ttl02 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.6;
  color: #b97d87;
  margin-top: -16px;
  margin-bottom: 32px;
  display: inline;
  align-items: stretch;
  /* 垂直中心 */
  justify-content: left;
  /* 水平中心 */
}

.clayence_item-template-ccqa .dye_sp_catch {
  display: flex !important;
  flex-direction: row;
  align-items: stretch;
  /* 垂直中心 */
  justify-content: space-between;
  /* 水平中心 */
  margin: 4px 0 16px;
}

.clayence_item-template-ccqa .catch01 {
  border-top: 1px solid #af8088;
  width: 18%;
  /* 線の長さ */
  margin-top: 20px;
  display: block;
}

.clayence_item-template-ccqa .catch02 {
  width: 80%;
  /* 線の長さ */
  display: block;
}

.clayence_item-template-ccqa .block06_01 {
  margin: 26px auto 0;
  max-width: 510px;
}
.clayence_item-template-ccqa .block06_02 {
  background: #fff;
  padding: 50px 77px;
  margin-top: 30px;
  border-radius: 10px;
}
.clayence_item-template-ccqa .block06_02 .img-wrap {
  display: flex;
  justify-content: space-between;
}
.clayence_item-template-ccqa .block06_02 .img-wrap img {
  width: 44.7%;
  margin-top: 35px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .block06_01 {
    max-width: 85%;
  }
  .clayence_item-template-ccqa .block06_02 {
    padding: 20px 7.5%;
  }

  .clayence_item-template-ccqa .block06_02 .img-wrap {
    display: block;
    justify-content: space-between;
  }
  .clayence_item-template-ccqa .block06_02 .img-wrap img {
    width: 100%;
    margin-top: 20px;
  }
}

.clayence_item-template-ccqa .item-color-block {
  background-color: #f5edeb;
  padding: 88px 0 106px 0;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .item-color-block {
    padding: 88px 0 48px 0;
  }
}

.clayence_item-template-ccqa .color_title {
  margin-top: -120px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .color_title img {
    height: 100%;
  }

  .clayence_item-template-ccqa .color_title {
    margin-top: -105px;
    width: auto;
    height: 76px;
  }
}

.clayence_item-template-ccqa .item-color-block .ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #b97d87;
  margin-top: 12px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  /* 垂直中心 */
  justify-content: left;
  /* 水平中心 */
}

.clayence_item-template-ccqa .item-color-block .ttl:before {
  border-top: 1.4px solid #af8088;
  content: "";
  width: 72px;
  /* 線の長さ */
  margin-right: 10px;
  /* 文字の右隣 */
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .item-color-block .ico-txt {
    background: #af8088;
    color: #fff;
    padding: 5px;
    text-align: center;
  }
}
.clayence_item-template-ccqa .block07_01 {
  margin: 26px 0 40px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .block07_01 {
    margin: 0 0 16px;
  }
}

.clayence_item-template-ccqa .block07_01 .mt {
  margin-top: 29px;
}

.clayence_item-template-ccqa .block08_01 {
  margin: 26px 0 20px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .block08_01 {
    margin: 20px 0 20px;
  }
}

.clayence_item-template-ccqa .block08_01 .mt {
  margin-top: 29px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .block08_01 .mt {
    margin-top: 24px;
  }
}

.clayence_item-template-ccqa .item-voice-block {
  background-color: #e8d4d0;
  padding: 88px 0 106px 0;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .item-voice-block {
    padding: 48px 0 56px 0;
  }
}

.clayence_item-template-ccqa .dye_subtitle,
.clayence_item-template-ccqa .voice_title {
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1.8;
  text-align: center;
}
.clayence_item-template-ccqa .dye_subtitle {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1.8;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .dye_subtitle,
  .clayence_item-template-ccqa .voice_title {
    font-size: 22px;
    line-height: 1.4em;
  }
  .clayence_item-template-ccqa .dye_subtitle {
    font-size: 16px;
  }
}
.clayence_item-template-ccqa .dye_subtitle:before,
.clayence_item-template-ccqa .dye_subtitle:after,
.clayence_item-template-ccqa .voice_title:before,
.clayence_item-template-ccqa .voice_title:after {
  width: 1px;
  height: 40px;
  padding-top: 8px;
  content: "";
  background-color: #414141;
}
.clayence_item-template-ccqa .dye_subtitle:before,
.clayence_item-template-ccqa .dye_subtitle:after {
  height: 30px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .dye_subtitle:before,
  .clayence_item-template-ccqa .dye_subtitle:after {
    height: 20px;
  }
  .clayence_item-template-ccqa .voice_title:before,
  .clayence_item-template-ccqa .voice_title:after {
    height: 60px;
  }
}
.clayence_item-template-ccqa .dye_subtitle:before,
.clayence_item-template-ccqa .voice_title:before {
  margin-right: 1em;
  transform: rotate(-30deg);
}
.clayence_item-template-ccqa .dye_subtitle:after,
.clayence_item-template-ccqa .voice_title:after {
  margin-left: 1em;
  transform: rotate(30deg);
}

.clayence_item-template-ccqa .item-voice-block .inner-block {
  max-width: 800px;
}

.clayence_item-template-ccqa .item-howto-block {
  padding: 88px 0 144px 0;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .item-howto-block {
    padding: 56px 0 56px 0;
  }
}

.clayence_item-template-ccqa .howto_title {
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1.8;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .howto_title {
    font-size: 22px;
  }
}

.clayence_item-template-ccqa .howto_title02 {
  font-size: 22px;
  color: #b97d87;
  border: solid 1px #b97d87;
  border-radius: 30px;
  text-align: center;
  padding: 0px 0 2px;
  width: 172px;
  margin: 0 auto 12px;
  font-weight: 500;
}

.clayence_item-template-ccqa .howto-box-inner {
  background-color: #fff;
  padding: 7% 8% 0;
  margin-top: 24px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .howto-box-inner {
    padding: 48px 28px 0;
    margin-top: 24px;
  }
}

.clayence_item-template-ccqa .block09_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.clayence_item-template-ccqa .block09_01.block09_01_step01 {
  display: block;
}

.clayence_item-template-ccqa .block09_01_inner {
  width: 45%;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .block09_01_inner {
    width: 100%;
  }
}

.clayence_item-template-ccqa .block09_01.block09_01_step01 .block09_01_inner {
  width: auto;
}
.clayence_item-template-ccqa .block09_01.block09_01_step01 .block09_01_inner .main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.clayence_item-template-ccqa .block09_01 .block09_01_inner .main img {
  width: auto;
  height: 214px;
  margin-left: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .block09_01 .block09_01_inner .main img {
    max-width: 60%;
    height: auto;
    max-height: 130px;
  }
}

.clayence_item-template-ccqa .block09_01.block09_01_step01 .block09_01_inner .main img {
  margin-left: 40px;
}

.clayence_item-template-ccqa .block09_01.block09_01_step01 .block09_01_inner .main .txt-wrap {
  width: calc(100% - 200px);
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .block09_01 .block09_01_inner.block09_01_inner_step03 {
    margin-top: 40px;
  }
  .clayence_item-template-ccqa .block09_01.block09_01_step01 .block09_01_inner .main {
    display: block;
  }
  .clayence_item-template-ccqa .block09_01 .block09_01_inner .main img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .clayence_item-template-ccqa .block09_01.block09_01_step01 .block09_01_inner .main img {
    margin-left: auto;
  }

  .clayence_item-template-ccqa .block09_01.block09_01_step01 .block09_01_inner .main .txt-wrap {
    width: auto;
  }
}

.clayence_item-template-ccqa .block09_01 .title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-top: 8px;
}
.clayence_item-template-ccqa .block09_01.block09_01_step01 .title,
.clayence_item-template-ccqa .block09_01 .txt {
  color: #414141;
}
.clayence_item-template-ccqa .block09_01.block09_01_step01 .title {
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .block09_01 .title {
    font-size: 18px;
  }
  .clayence_item-template-ccqa .block09_01.block09_01_step01 .title {
    text-align: center;
  }
}

.clayence_item-template-ccqa .block09_01 .txt {
  font-size: 18px;
  margin-top: 8px;
  text-align: justify;
  font-weight: normal;
}

@media only screen and (max-width: 960px) {
  .clayence_item-template-ccqa .block09_01 .txt {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .block09_01 .txt {
    font-size: 14px;
  }
}

.clayence_item-template-ccqa .block09_01 .mt {
  margin-top: 56px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .block09_01 .mt {
    margin-top: 40px;
  }

  .clayence_item-template-ccqa .block09_01 .mt-sp {
    margin-top: 40px;
  }
}

.clayence_item-template-ccqa .howto-box-inner .link_txt {
  font-size: 19px;
  text-align: center;
  margin-top: 48px;
  font-weight: 500;
  line-height: 1em;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .howto-box-inner .link_txt {
    font-size: 16px;
    text-align: left;
    margin-top: 48px;
    font-weight: 500;
  }
}

.clayence_item-template-ccqa .howto-box-inner .link_txt::before {
  content: url("../img/item/cctm/d_arrow_img.png");
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-right: 14px;
}

.clayence_item-template-ccqa .howto-box-inner .link_txt a {
  color: #b97d87;
  border-bottom: 1px solid #b97d87;
  line-height: 1em;
}

.clayence_item-template-ccqa .movie-box .ttl {
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1.8;
  font-weight: 500;
  margin: 80px 0 24px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .movie-box .ttl {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 1.5;
    font-weight: 500;
    margin: 48px 0 16px;
  }
}

.clayence_item-template-ccqa .movie-box .ttl:before,
.clayence_item-template-ccqa .movie-box .ttl:after {
  width: 1px;
  height: 40px;
  padding-top: 8px;
  content: "";
  background-color: #414141;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .movie-box .ttl:before,
  .clayence_item-template-ccqa .movie-box .ttl:after {
    width: 1px;
    height: 52px;
    padding-top: 8px;
  }
}

.clayence_item-template-ccqa .movie-box .ttl:before {
  margin-right: 1em;
  transform: rotate(-30deg);
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .movie-box .ttl:before {
    margin-right: 1.5em;
  }
}

.clayence_item-template-ccqa .movie-box .ttl:after {
  margin-left: 1em;
  transform: rotate(30deg);
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .movie-box .ttl:after {
    margin-left: 1.5em;
  }
}

.clayence_item-template-ccqa .item-detail .item-feature-block .ico-txt::before {
  background: unset;
}
.clayence_item-template-ccqa .item-detail .item-feature-block .ico-txt {
  padding-left: 0;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .item-detail .item-feature-block .ico-txt {
    padding-left: 0;
  }
}

@media only screen and (min-width: 641px) {
  .clayence_item-template-ccqa .item-detail .item-detail-block .item-wrap .thumb-slider .slick-slide:nth-child(-n + 4) {
    margin-bottom: 20px;
  }
}

/** ご使用いただいたお客様のお声 **/
.clayence_item-template-ccqa .item-detail .monitor-challenge-block .type .tag {
  background: #bf99a0;
  padding: 3px 2px;
  font-size: 14px;
}

.clayence_item-template-ccqa .item-detail .monitor-challenge-block .info .txt {
  color: #b26c75;
  font-weight: bold;
  font-size: 24px;
}

.clayence_item-template-ccqa .item-detail .monitor-challenge-block .list li + li::before {
  background: url(../img/item/cctm/ico-arrow-right02.svg) no-repeat center center / contain;
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: -35px;
  margin: auto;
}

.clayence_item-template-ccqa .item-detail .monitor-challenge-block .info {
  background: #fff;
  width: 50%;
  padding-right: 0;
  padding-bottom: 35px;
}

.clayence_item-template-ccqa .item-detail .monitor-challenge-block .box {
  border-radius: unset;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: #fff;
}
.clayence_item-template-ccqa .item-detail .monitor-challenge-block .box p.voice_txt {
  border-top: 1px solid #e4e4e4;
  padding-top: 15px;
  margin-top: 15px;
  font-size: 20px;
}

.clayence_item-template-ccqa .item-detail .monitor-challenge-block .info .name-wrap {
  padding-left: 0;
  width: auto;
}

.clayence_item-template-ccqa .item-detail .monitor-challenge-block .info .name-wrap .position {
  font-size: 17px;
  font-weight: 500;
}
.clayence_item-template-ccqa .item-detail .monitor-challenge-block .box-inner {
  width: 47%;
  padding-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .item-detail .monitor-challenge-block .info,
  .clayence_item-template-ccqa .item-detail .monitor-challenge-block .box-inner {
    width: auto;
  }
  .clayence_item-template-ccqa .item-detail .monitor-challenge-block .info {
    padding-right: 20px;
    padding-bottom: 0;
  }
  .clayence_item-template-ccqa .item-detail .monitor-challenge-block .box-inner {
    padding-top: 10px;
  }

  .clayence_item-template-ccqa .item-detail .monitor-challenge-block .box {
    display: block;
  }
  .clayence_item-template-ccqa .item-detail .monitor-challenge-block .box p.voice_txt {
    font-size: 18px;
  }
}

.clayence_item-template-ccqa .item-detail .monitor-challenge-block .box-inner .detail-wrap {
}

.clayence_item-template-ccqa .item-detail .monitor-challenge-block .color .ico {
  width: 46px;
}
.clayence_item-template-ccqa .item-detail .monitor-challenge-block .color .txt {
  font-size: 18px;
  padding-left: 6px;
}

.clayence_item-template-ccqa .item-detail .monitor-challenge-block .type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clayence_item-template-ccqa .item-detail .monitor-challenge-block .img-wrap {
  position: relative;
}

.clayence_item-template-ccqa .item-detail .monitor-challenge-block .list li:nth-child(2)::after {
  border: none;
}
@media only screen and (min-width: 641px) {
  .clayence_item-template-ccqa .item-detail .monitor-challenge-block .detail-wrap {
    width: 370px;
  }

  .clayence_item-template-ccqa .item-detail .monitor-challenge-block .list {
    padding-right: 22px;
  }

  .clayence_item-template-ccqa .item-detail .monitor-challenge-block .detail-wrap .color .ico img {
    width: 90%;
  }

  .clayence_item-template-ccqa .item-detail .monitor-challenge-block .type .txt {
    font-weight: 600;
    margin-left: 10px;
    font-size: 16px;
  }

  .clayence_item-template-ccqa .item-detail .monitor-challenge-block .box {
    margin: 24px auto 0;
  }

  .clayence_item-template-ccqa .item-detail .monitor-challenge-block .type.baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .item-detail .monitor-challenge-block .info .txt {
    font-size: 22px;
    letter-spacing: 0.01em;
  }

  .clayence_item-template-ccqa .item-detail .monitor-challenge-block .info .name-wrap .position {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 500;
  }

  .clayence_item-template-ccqa .item-detail .monitor-challenge-block .info .img-wrap {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .clayence_item-template-ccqa .item-detail .monitor-challenge-block .info .img {
    width: 70px;
  }

  .clayence_item-template-ccqa .item-detail .monitor-challenge-block .color .ico {
    width: 40px;
  }

  .clayence_item-template-ccqa .item-detail .monitor-challenge-block .color .txt {
    font-size: 15px;
  }

  .clayence_item-template-ccqa .item-detail .monitor-challenge-block .list li {
    max-width: 135px !important;
  }

  .clayence_item-template-ccqa .item-detail .monitor-challenge-block .list li + li {
    margin-left: 30px;
  }

  .clayence_item-template-ccqa .item-detail .monitor-challenge-block .list li + li::before {
    width: 28px;
    height: 28px;
    left: -29px;
  }

  .clayence_item-template-ccqa .item-detail .monitor-challenge-block .type .tag {
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .clayence_item-template-ccqa .item-detail .monitor-challenge-block .type .txt {
    font-weight: 500;
  }

  .clayence_item-template-ccqa .item-detail .monitor-challenge-block .box {
    border-radius: 4px;
    margin-top: 22px;
  }

  .clayence_item-template-ccqa .item-detail .monitor-challenge-block .img-wrap::after {
    top: 114%;
  }
}

.clayence_item-template-ccqa .howto-detail-block .item_use {
  display: block;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 70px;
}
.clayence_item-template-ccqa .howto-detail-block .item_use h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1;
  border-bottom: solid 1px #414141;
  margin-bottom: 45px;
  padding-bottom: 20px;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .read_block {
  margin: 0 auto 35px;
  width: 70%;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .read_block .content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  position: relative;
  margin-bottom: 15px;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .read_block .content img {
  width: 40px;
  display: block;
}
.clayence_item-template-ccqa .howto-detail-block .scalp-series .item_use .read_block .content img {
  width: 29px;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .read_block .content .read_ttl .big {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 17px;
  line-height: 1.5;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .read_block .content .read_ttl .small {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .read_block .content .read_ttl .small .iyakubugai {
  font-size: 14px;
  line-height: 1;
  width: 100px;
  margin: 0 0 0 15px;
  padding: 3px 0;
  box-sizing: border-box;
  text-align: center;
  border: solid 1px #414141;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .read_block .content .read_ttl .min {
  font-size: 10px;
  font-weight: bold;
  margin-top: 5px;
  line-height: 1;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .read_block .txt {
  font-size: 16px;
}
.clayence_item-template-ccqa .howto-detail-block #c02.item_use .read_block .txt {
  margin-left: 102px;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use {
  width: 100%;
  background-color: #f4f1ef;
  padding: 40px 60px;
  box-sizing: border-box;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use h4 {
  font-size: 28px;
  line-height: 1;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: solid 1px #414141;
  margin-bottom: 40px;
  text-align: center;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .pink {
  font-size: 24px;
  color: #ab6f7f;
  font-weight: bold;
  margin-bottom: 45px;
  text-align: center;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .b-use-read {
  font-size: 16px;
  font-weight: normal;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .b-use-read + .list {
  margin-top: 35px;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .b-use-read p {
  position: relative;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .b-use-read p .iyakubugai {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
  width: 100px;
  border: solid 1px #707070;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 3px 0;
}

.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .manual_btn {
  display: block;
  margin: 30px auto 50px;
  width: 100%;
  max-width: 350px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #ab6f7f;
  padding: 18.2px 0;
  border-radius: 10px;
  border: solid 1px #ab6f7f;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .manual_btn:hover {
  background-color: #ab6f7f;
  color: #ffffff;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list {
  background-color: #ffffff;
  padding: 40px 30px;
  box-sizing: border-box;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .list-ttl {
  font-size: 20px;
  padding: 40px 10px;
  box-sizing: border-box;
  border-top: solid 1px #414141;
  cursor: pointer;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .js-aco-btn {
  position: relative;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .js-aco-btn .list-ttl + .ico:before,
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .js-aco-btn .list-ttl + .ico:after {
  background: #414141;
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .js-aco-btn .list-ttl + .ico:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .js-aco-btn.is-active .list-ttl + .ico:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .list-ttl .min {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 10px;
  font-size: 12px;
  font-weight: 500;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .list-txt {
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
  padding: 0 10px 40px;
  box-sizing: border-box;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .list-txt .check-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 60px;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block {
  display: block;
  width: calc((100% - 16px) / 2);
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block + .check-item-block {
  margin-left: 16px;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block .check-item-ttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 13px;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block .check-item-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block .check-item-list p {
  display: block;
  width: 100%;
  max-width: calc((100% - 16px) / 2);
  background-color: #414141;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .list-ttl.is-active + .list-txt {
  display: block;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .list-txt .list-txt-num {
  font-weight: 500;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .list-txt p + .list-txt-num {
  margin-top: 18px;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .border {
  display: block;
  width: 100%;
  border: none;
  border-top: solid 1px #414141;
}

@media only screen and (max-width: 949px) {
  .clayence_item-template-ccqa .howto-detail-block .item_use {
    margin-bottom: 35px;
  }
  .clayence_item-template-ccqa .howto-detail-block .item_use h3 {
    font-size: 15px;
    padding-bottom: 25px;
    margin-bottom: 50px;
    line-height: 1.6;
  }
  .clayence_item-template-ccqa .howto-detail-block .item_use .read_block {
    margin: 0 auto 35px;
    width: 100%;
  }
  .clayence_item-template-ccqa .howto-detail-block .item_use .read_block .content {
    gap: 25px;
    width: 90%;
    margin: 0 auto 7px;
  }
  .clayence_item-template-ccqa .howto-detail-block #c02.item_use .read_block .content img {
    width: 22px;
  }
  .clayence_item-template-ccqa .howto-detail-block .scalp-series .item_use .read_block .content img {
    width: 22px;
  }
  .clayence_item-template-ccqa .howto-detail-block .item_use .read_block .content .read_ttl .big {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .clayence_item-template-ccqa .howto-detail-block .item_use .read_block .content .read_ttl .small {
    flex-direction: column-reverse;
    align-items: flex-start;
    font-size: 14px;
  }
  .clayence_item-template-ccqa .howto-detail-block .item_use .read_block .content .read_ttl .small .iyakubugai {
    font-size: 10px;
    width: 62px;
    margin: 0 0 5px;
  }
  .clayence_item-template-ccqa .howto-detail-block .item_use .read_block .content .read_ttl .min {
    margin-top: 15px;
    line-height: 1.2;
  }
  .clayence_item-template-ccqa .howto-detail-block .item_use .read_block .txt {
    font-size: 13px;
    width: 90%;
    margin: 0 auto;
  }
  .clayence_item-template-ccqa .howto-detail-block #c02.item_use .read_block .txt {
    margin-left: auto;
  }
  .clayence_item-template-ccqa .howto-detail-block .item_use .b-use {
    padding: 25px 20px;
  }
  .clayence_item-template-ccqa .howto-detail-block .item_use .b-use h4 {
    font-size: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .clayence_item-template-ccqa .howto-detail-block .item_use .b-use .pink {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.5;
  }
  .clayence_item-template-ccqa .howto-detail-block .item_use .b-use .b-use-read {
    font-size: 14px;
    text-indent: -1.4em;
    padding-left: 1.4em;
  }
  .clayence_item-template-ccqa .howto-detail-block .item_use .b-use .b-use-read + .list {
    margin-top: 21px;
  }
  .clayence_item-template-ccqa .howto-detail-block .item_use .b-use .manual_btn {
    margin: 21px auto 25px;
    width: 100%;
    font-size: 12px;
    padding: 15px 0;
  }
  .clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list {
    padding: 20px 14px;
  }
  .clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .list-ttl {
    font-size: 14px;
    padding: 20px 12.5% 20px 0;
    letter-spacing: 0.04em;
  }
  .clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .js-aco-btn .list-ttl + .ico:before,
  .clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .js-aco-btn .list-ttl + .ico:after {
    width: 14px;
    bottom: 0;
    right: 0;
  }
  .clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .list-ttl .min {
    position: static;
    display: block;
    font-size: 10px;
  }
  .clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .list-txt {
    font-size: 14px;
    line-height: 1.63;
    padding: 0 0 35px;
  }
  .clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .list-txt p {
    padding-left: 1.4em;
    text-indent: -1.4em;
    box-sizing: border-box;
  }
  .clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .list-txt .check-item {
    display: block;
    margin-bottom: 25px;
  }
  .clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block {
    display: block;
    width: 100%;
  }
  .clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block + .check-item-block {
    margin-left: 0;
    margin-top: 20px;
  }
  .clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block .check-item-ttl {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block .check-item-list p {
    width: 100%;
    max-width: calc((100% - 30px) / 2);
    border-radius: 4px;
    font-size: 11px;
    line-height: 1;
    padding: 4px 0;
    text-indent: 0;
  }
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .howto-detail-block .item_use .read_block .content {
    flex-direction: row;
  }
}

.clayence_item-template-ccqa .txt.ico {
  margin-top: 15px;
}
.clayence_item-template-ccqa .txt.ico::before {
  background: url(/assets/images/clayence/ico-attention.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  position: relative;
  top: 1px;
  left: 0;
  margin-right: 4px;
}

.clayence_item-template-ccqa .howto-box-inner .box {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.clayence_item-template-ccqa .image {
  width: 80px;
}

.clayence_item-template-ccqa .howto-box-inner .line {
  height: 1px;
  background-color: #af8088;
  flex-grow: 1;
  margin-left: 10px; /* 画像との間隔 */
}

.clayence_item-template-ccqa .correctUse {
  margin-top: 0;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .correctUse {
    margin-top: 40px;
  }
}

.clayence_item-template-ccqa .movie-box {
  margin-top: 120px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .movie-box {
    margin-top: 0;
  }
}

.clayence_item-template-ccqa .howto-detail-block .c-movie {
  margin-left: auto;
  margin-right: auto;
}

.clayence_item-template-ccqa .correctUse_content:before {
  background-image: url(/assets/images/clayence/use_ok.svg);
}

.clayence_item-template-ccqa .correctUse_content.ng:before {
  background-image: url(/assets/images/clayence/use_ng.svg);
}

.clayence_item-template-ccqa .correctUse_box + .correctUse_box:before {
  background-image: url(/assets/images/clayence/use_arrow.svg);
}
.clayence_item-template-ccqa .howto-detail-block .title .border {
  border-bottom: solid 1px #414141;
}
.clayence_item-template-ccqa .howto-detail-block .txt .border {
  text-decoration: underline;
}

/* 20250528_【Clayence】クレイスパ カラーケアシャンプー */
.clayence_item-template-ccsp .position-relative {
  position: relative;
}
.clayence_item-template-ccsp .item-detail .item-feature-block img {
  width: auto;
}

.clayence_item-template-ccsp .item-detail .item-feature-block .before-after-wrap02 .note {
  margin-top: 20px;
}
.clayence_item-template-ccsp .item-detail .monitor-challenge-block .note {
  max-width: 800px;
  margin: 20px auto 0;
}
.clayence_item-template-ccsp .howto-use-block.c-bg-bottom:before {
  background-image: url(../img/common/bg-white-bottom.png);
  transform: rotateZ(180deg);
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .howto-use-block.c-bg-bottom:before {
    top: initial;
  }
}

.clayence_item-template-ccsp .box .img .note {
  font-size: 10px;
  text-align: right;
  margin-top: 3px;
}
.clayence_item-template-ccsp .box.feature02 .triple-wrap .img {
  display: block;
  margin: 20px auto 30px;
  max-width: 400px;
  width: 100%;
}
.clayence_item-template-ccsp .box.feature03 .damage-img {
  width: 100%;
  max-width: 344px;
  margin: 20px auto 0;
}
.clayence_item-template-ccsp .box.feature03 .damage-img .note {
  margin-top: 15px;
  text-align: right;
}
.clayence_item-template-ccsp .box.feature03 .before-after-wrap02 .note {
  text-align: left;
  max-width: 675px;
  margin: 15px auto 0;
}
.clayence_item-template-ccsp .box.feature04 .img {
  display: block;
  max-width: 730px;
  margin: 70px auto 0;
}
.clayence_item-template-ccsp .box.feature04 .img .note {
  text-align: left;
  max-width: 650px;
  margin: 20px auto 0;
}
@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .box.feature03 .damage-img {
    max-width: 270px;
  }
  .clayence_item-template-ccsp .box.feature04 .img {
    margin-top: 20px;
  }
}
.clayence_item-template-ccsp .c-item-detail .color-list {
  justify-content: flex-end;
  margin-top: 50px;
  padding-bottom: 40px;
  gap: 0 12px;
}
.clayence_item-template-ccsp .c-item-detail .color-list li {
  width: calc((100% - 36px) / 4);
}
.clayence_item-template-ccsp .c-item-detail .color-list li:first-child .ico::after {
  content: "NEW";
  font-size: 16px;
  color: #ab6f7f;
  text-align: center;
  display: block;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.clayence_item-template-ccsp .c-item-detail .color-list li .ico::before {
  border-radius: 50%;
  background-color: transparent;
  border: solid 3px #414141;
}
.clayence_item-template-ccsp .c-item-detail .color-list .color-name-txt {
  top: initial;
  bottom: 0;
  left: 0;
}
.clayence_item-template-ccsp .c-item-detail .color-list .ico img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .c-item-detail .color-list {
    margin-top: 30px;
  }
  .clayence_item-template-ccsp .c-item-detail .color-list li:first-child .ico::after {
    font-size: 11px;
    top: -25px;
    width: 25px;
  }
}

.clayence_item-template-ccsp .visible-sp {
  display: block !important;
}

.clayence_item-template-ccsp .visible-pc {
  display: none !important;
}

@media screen and (min-width: 641px) {
  .clayence_item-template-ccsp .visible-sp {
    display: none !important;
  }

  .clayence_item-template-ccsp .visible-pc {
    display: block !important;
  }
}

.clayence_item-template-ccsp .item-title-block {
  background-image: url("../img/item/ccsp/lead_main_img.jpg");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 497px;
  background-color: #e6e6e6;
  margin-top: 76px;
}
.clayence_item-template-ccsp .item-title-block .wrap_txt {
  position: absolute;
  bottom: -25px;
  width: 100%;
}
.clayence_item-template-ccsp .item-title-block .wrap_txt p {
  max-width: 980px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: right;
}
.clayence_item-template-ccsp .item-title-block.item-title-block02 {
  background-image: url("../img/item/ccsp/large01.jpg");
  margin-top: 0;
  background-color: #f8ede7;
}

@media screen and (max-width: 1024px) {
  .clayence_item-template-ccsp .item-title-block {
    height: 360px;
  }
}

@media screen and (max-width: 720px) {
  .clayence_item-template-ccsp .item-title-block {
    height: 320px;
  }
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .item-title-block,
  .clayence_item-template-ccsp .item-title-block.item-title-block02 {
    background-image: none;
    height: auto;
    background-color: #fff;
    padding: 0 4% 12%;
    margin-top: 55px;
  }
}

.clayence_item-template-ccsp .item-detail .item-feature-block {
  background-color: #edeceb;
  padding: 100px 0 56px;
  /* 20241113_調整分 */
  background-image: none;
  position: unset;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .item-detail .item-feature-block {
    padding: 12% 0 56px;
  }
}

.clayence_item-template-ccsp .features-box {
  margin-bottom: 58px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .features-box {
    margin-bottom: 8%;
  }
}

.clayence_item-template-ccsp .features-box-inner {
  background-color: #fff;
  padding: 40px 75px 60px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .features-box-inner {
    background-color: #fff;
    padding: 10% 6%;
    text-align: justify;
  }
}

.title .visible-pc {
  max-height: 89px;
}

.clayence_item-template-ccsp .txt_bold {
  font-weight: 600;
}

.clayence_item-template-ccsp .txt_red {
  font-weight: 600;
  color: #b97d87;
}

.clayence_item-template-ccsp p {
  font-weight: 500;
}

.clayence_item-template-ccsp .block01_01,
.clayence_item-template-ccsp .block01_02,
.clayence_item-template-ccsp .block02_01,
.clayence_item-template-ccsp .block02_02,
.clayence_item-template-ccsp .block02_03,
.clayence_item-template-ccsp .block03_01,
.clayence_item-template-ccsp .block03_02,
.clayence_item-template-ccsp .block05_01 {
  margin: 40px auto 32px;
}
.clayence_item-template-ccsp .block01_01 {
  max-width: 422px;
}
.clayence_item-template-ccsp .block01_02 {
  max-width: 485px;
}
.clayence_item-template-ccsp .block02_01 {
  max-width: 518px;
}
.clayence_item-template-ccsp .block02_03,
.clayence_item-template-ccsp .block03_02 {
  margin-top: 0;
  margin-bottom: 0;
}
.clayence_item-template-ccsp .block02_03 {
  max-width: 495px;
}
.clayence_item-template-ccsp .block03_01 {
  max-width: 392px;
}
.clayence_item-template-ccsp .block05_01 {
  max-width: 582px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .block01_01,
  .clayence_item-template-ccsp .block02_01,
  .clayence_item-template-ccsp .block03_01,
  .clayence_item-template-ccsp .block03_03,
  .clayence_item-template-ccsp .block05_01 {
    margin: 28px 0 26px;
  }
  .clayence_item-template-ccsp .block05_01 {
    margin-right: -6%;
    margin-left: -6%;
  }
}

.clayence_item-template-ccsp .block01_01 p.ttl,
.clayence_item-template-ccsp .block02_01 p.ttl,
.clayence_item-template-ccsp .block02_03 p.ttl,
.clayence_item-template-ccsp .block03_01 p.ttl,
.clayence_item-template-ccsp .block03_03 p.ttl,
.clayence_item-template-ccsp .block05_01 p.ttl {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  color: #b97d87;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .block01_01 p.ttl,
  .clayence_item-template-ccsp .block02_01 p.ttl,
  .clayence_item-template-ccsp .block02_03 p.ttl,
  .clayence_item-template-ccsp .block03_01 p.ttl,
  .clayence_item-template-ccsp .block03_03 p.ttl,
  .clayence_item-template-ccsp .block05_01 p.ttl {
    font-size: 17px;
  }
}

.clayence_item-template-ccsp .block04_01 {
  margin: 40px 0 32px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .block04_01 {
    margin: 28px 0 26px;
  }
}

.clayence_item-template-ccsp .item-detail .item-feature-block .block04_01 img {
  width: 640px;
  display: block;
  margin: 16px auto 0;
}
.clayence_item-template-ccsp .item-detail .item-feature-block .block04_02 img {
  width: 208px;
}

.clayence_item-template-ccsp .block04_02 {
  margin: 32px 0 32px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .item-detail .item-feature-block .block04_01 img {
    width: 90%;
  }
  .clayence_item-template-ccsp .item-detail .item-feature-block .block04_02 img {
    width: 59.5%;
  }
  .clayence_item-template-ccsp .block04_02 {
    margin: 32px 0 18px;
  }
}

.clayence_item-template-ccsp .block04_02 img {
  width: 424px;
  display: block;
  margin: 0 auto;
}

.clayence_item-template-ccsp .block04_02 img {
  margin-top: 16px;
}

.clayence_item-template-ccsp .block04_01 p,
.block04_02 p {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  color: #b97d87;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .block04_01 p,
  .block04_02 p {
    font-size: 17px;
  }
}

.clayence_item-template-ccsp .annotation {
  margin-top: 12px;
}

.clayence_item-template-ccsp .item-dye-block {
  background-color: #fbf7f7;
}

.clayence_item-template-ccsp .item-dye-block {
  padding: 88px 0 106px 0;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .item-dye-block {
    padding: 88px 0 56px 0;
  }
}

.clayence_item-template-ccsp .dye_title {
  margin-top: -108px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .dye_title img {
    height: 100%;
  }

  .clayence_item-template-ccsp .dye_title {
    margin-top: -105px;
    width: auto;
    height: 78px;
  }
}

.clayence_item-template-ccsp .item-dye-block .ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #b97d87;
  margin-top: -16px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  /* 垂直中心 */
  justify-content: left;
  /* 水平中心 */
}

.clayence_item-template-ccsp .item-dye-block .ttl:before {
  border-top: 1.4px solid #af8088;
  content: "";
  width: 72px;
  /* 線の長さ */
  margin-right: 10px;
  /* 文字の右隣 */
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .item-dye-block .ttl:before {
    width: 56px;
    /* 線の長さ */
  }
}

.clayence_item-template-ccsp .item-dye-block .ttl02,
.clayence_item-template-ccsp .item-color-block .ttl02 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.6;
  color: #b97d87;
  margin-top: -16px;
  margin-bottom: 32px;
  display: inline;
  align-items: stretch;
  /* 垂直中心 */
  justify-content: left;
  /* 水平中心 */
}

.clayence_item-template-ccsp .dye_sp_catch {
  display: flex !important;
  flex-direction: row;
  align-items: stretch;
  /* 垂直中心 */
  justify-content: space-between;
  /* 水平中心 */
  margin: 4px 0 16px;
}

.clayence_item-template-ccsp .catch01 {
  border-top: 1px solid #af8088;
  width: 18%;
  /* 線の長さ */
  margin-top: 20px;
  display: block;
}

.clayence_item-template-ccsp .catch02 {
  width: 80%;
  /* 線の長さ */
  display: block;
}

.clayence_item-template-ccsp .block06_01 {
  margin: 26px auto 0;
  max-width: 510px;
}
.clayence_item-template-ccsp .block06_02 {
  background: #fff;
  padding: 50px 77px;
  margin-top: 30px;
  border-radius: 10px;
}
.clayence_item-template-ccsp .block06_02 .img-wrap {
  display: flex;
  justify-content: space-between;
}
.clayence_item-template-ccsp .block06_02 .img-wrap img {
  width: 44.7%;
  margin-top: 35px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .block06_01 {
    max-width: 85%;
  }
  .clayence_item-template-ccsp .block06_02 {
    padding: 20px 7.5%;
  }

  .clayence_item-template-ccsp .block06_02 .img-wrap {
    display: block;
    justify-content: space-between;
  }
  .clayence_item-template-ccsp .block06_02 .img-wrap img {
    width: 100%;
    margin-top: 20px;
  }
}

.clayence_item-template-ccsp .item-color-block {
  background-color: #f5edeb;
  padding: 88px 0 106px 0;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .item-color-block {
    padding: 88px 0 48px 0;
  }
}

.clayence_item-template-ccsp .color_title {
  margin-top: -120px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .color_title img {
    height: 100%;
  }

  .clayence_item-template-ccsp .color_title {
    margin-top: -105px;
    width: auto;
    height: 76px;
  }
}

.clayence_item-template-ccsp .item-color-block .ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #b97d87;
  margin-top: 12px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  /* 垂直中心 */
  justify-content: left;
  /* 水平中心 */
}

.clayence_item-template-ccsp .item-color-block .ttl:before {
  border-top: 1.4px solid #af8088;
  content: "";
  width: 72px;
  /* 線の長さ */
  margin-right: 10px;
  /* 文字の右隣 */
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .item-color-block .ico-txt {
    background: #af8088;
    color: #fff;
    padding: 5px;
    text-align: center;
  }
}
.clayence_item-template-ccsp .block07_01 {
  margin: 26px 0 40px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .block07_01 {
    margin: 0 0 16px;
  }
}

.clayence_item-template-ccsp .block07_01 .mt {
  margin-top: 29px;
}

.clayence_item-template-ccsp .block08_01 {
  margin: 26px 0 20px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .block08_01 {
    margin: 20px 0 20px;
  }
}

.clayence_item-template-ccsp .block08_01 .mt {
  margin-top: 29px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .block08_01 .mt {
    margin-top: 24px;
  }
}

.clayence_item-template-ccsp .item-voice-block {
  background-color: #e8d4d0;
  padding: 88px 0 106px 0;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .item-voice-block {
    padding: 48px 0 56px 0;
  }
}

.clayence_item-template-ccsp .dye_subtitle,
.clayence_item-template-ccsp .voice_title {
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1.8;
  text-align: center;
}
.clayence_item-template-ccsp .dye_subtitle {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1.8;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .dye_subtitle,
  .clayence_item-template-ccsp .voice_title {
    font-size: 22px;
    line-height: 1.4em;
  }
  .clayence_item-template-ccsp .dye_subtitle {
    font-size: 16px;
  }
}
.clayence_item-template-ccsp .dye_subtitle:before,
.clayence_item-template-ccsp .dye_subtitle:after,
.clayence_item-template-ccsp .voice_title:before,
.clayence_item-template-ccsp .voice_title:after {
  width: 1px;
  height: 40px;
  padding-top: 8px;
  content: "";
  background-color: #414141;
}
.clayence_item-template-ccsp .dye_subtitle:before,
.clayence_item-template-ccsp .dye_subtitle:after {
  height: 30px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .dye_subtitle:before,
  .clayence_item-template-ccsp .dye_subtitle:after {
    height: 20px;
  }
  .clayence_item-template-ccsp .voice_title:before,
  .clayence_item-template-ccsp .voice_title:after {
    height: 60px;
  }
}
.clayence_item-template-ccsp .dye_subtitle:before,
.clayence_item-template-ccsp .voice_title:before {
  margin-right: 1em;
  transform: rotate(-30deg);
}
.clayence_item-template-ccsp .dye_subtitle:after,
.clayence_item-template-ccsp .voice_title:after {
  margin-left: 1em;
  transform: rotate(30deg);
}

.clayence_item-template-ccsp .item-voice-block .inner-block {
  max-width: 800px;
}

.clayence_item-template-ccsp .item-howto-block {
  padding: 88px 0 144px 0;
}
.clayence_item-template-ccsp .item-howto-block,
.clayence_item-template-ccsp .c-ttl04 .inn {
  background-color: #edeceb;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .item-howto-block {
    padding: 56px 0 56px 0;
  }
}

.clayence_item-template-ccsp .howto_title {
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1.8;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .howto_title {
    font-size: 22px;
  }
}

.clayence_item-template-ccsp .howto_title02 {
  font-size: 22px;
  color: #b97d87;
  border: solid 1px #b97d87;
  border-radius: 30px;
  text-align: center;
  padding: 0px 0 2px;
  width: 233px;
  margin: 0 auto 12px;
  font-weight: 500;
}

.clayence_item-template-ccsp .howto-box-inner {
  background-color: #fff;
  padding: 7% 8% 6.8%;
  margin-top: 34px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .howto-box-inner {
    padding: 48px 28px 48px;
  }
}

.clayence_item-template-ccsp .block09_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.clayence_item-template-ccsp .block09_01.block09_01_step01 {
  display: block;
}

.clayence_item-template-ccsp .block09_01_inner {
  width: 45%;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .block09_01_inner {
    width: 100%;
  }
}

.clayence_item-template-ccsp .block09_01.block09_01_step01 .block09_01_inner {
  width: auto;
}
.clayence_item-template-ccsp .block09_01.block09_01_step01 .block09_01_inner .main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.clayence_item-template-ccsp .block09_01 .block09_01_inner .main img {
  width: auto;
  height: 214px;
  margin-left: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .block09_01 .block09_01_inner .main img {
    max-width: 60%;
    height: auto;
    max-height: 130px;
  }
}

.clayence_item-template-ccsp .block09_01.block09_01_step01 .block09_01_inner .main img {
  margin-left: 40px;
}

.clayence_item-template-ccsp .block09_01.block09_01_step01 .block09_01_inner .main .txt-wrap {
  width: calc(100% - 200px);
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .block09_01 .block09_01_inner.block09_01_inner_step03 {
    margin-top: 40px;
  }
  .clayence_item-template-ccsp .block09_01.block09_01_step01 .block09_01_inner .main {
    display: block;
  }
  .clayence_item-template-ccsp .block09_01 .block09_01_inner .main img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .clayence_item-template-ccsp .block09_01.block09_01_step01 .block09_01_inner .main img {
    margin-left: auto;
  }

  .clayence_item-template-ccsp .block09_01.block09_01_step01 .block09_01_inner .main .txt-wrap {
    width: auto;
  }
}

.clayence_item-template-ccsp .block09_01 .title {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  margin-top: 8px;
}
.clayence_item-template-ccsp .block09_01.block09_01_step01 .title,
.clayence_item-template-ccsp .block09_01 .txt {
  color: #414141;
}
.clayence_item-template-ccsp .block09_01.block09_01_step01 .title {
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .block09_01 .title {
    font-size: 18px;
  }
  .clayence_item-template-ccsp .block09_01.block09_01_step01 .title {
    text-align: center;
  }
}

.clayence_item-template-ccsp .block09_01 .txt {
  font-size: 18px;
  text-align: center;
  margin-top: 4px;
}

@media only screen and (max-width: 960px) {
  .clayence_item-template-ccsp .block09_01 .txt {
    font-size: 0.9em;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .block09_01 .txt {
    font-size: 14px;
    letter-spacing: -0.05em;
  }
}

.clayence_item-template-ccsp .block09_01 .mt {
  margin-top: 56px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .block09_01 .mt {
    margin-top: 40px;
  }

  .clayence_item-template-ccsp .block09_01 .mt-sp {
    margin-top: 40px;
  }
}

.clayence_item-template-ccsp .howto-box-inner .link_txt {
  font-size: 19px;
  text-align: center;
  margin-top: 48px;
  font-weight: 500;
  line-height: 1em;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .howto-box-inner .link_txt {
    font-size: 16px;
    text-align: left;
    margin-top: 48px;
    font-weight: 500;
  }
}

.clayence_item-template-ccsp .howto-box-inner .link_txt::before {
  content: url("../img/item/cctm/d_arrow_img.png");
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-right: 14px;
}

.clayence_item-template-ccsp .howto-box-inner .link_txt a {
  color: #b97d87;
  border-bottom: 1px solid #b97d87;
  line-height: 1em;
}

.clayence_item-template-ccsp .movie-box .ttl {
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1.8;
  font-weight: 500;
  margin: 80px 0 24px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .movie-box .ttl {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 1.5;
    font-weight: 500;
    margin: 48px 0 16px;
  }
}

.clayence_item-template-ccsp .movie-box .ttl:before,
.clayence_item-template-ccsp .movie-box .ttl:after {
  width: 1px;
  height: 40px;
  padding-top: 8px;
  content: "";
  background-color: #414141;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .movie-box .ttl:before,
  .clayence_item-template-ccsp .movie-box .ttl:after {
    width: 1px;
    height: 52px;
    padding-top: 8px;
  }
}

.clayence_item-template-ccsp .movie-box .ttl:before {
  margin-right: 1em;
  transform: rotate(-30deg);
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .movie-box .ttl:before {
    margin-right: 1.5em;
  }
}

.clayence_item-template-ccsp .movie-box .ttl:after {
  margin-left: 1em;
  transform: rotate(30deg);
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .movie-box .ttl:after {
    margin-left: 1.5em;
  }
}

.clayence_item-template-ccsp .item-detail .item-feature-block .ico-txt::before {
  background: unset;
}
.clayence_item-template-ccsp .item-detail .item-feature-block .ico-txt {
  padding-left: 0;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .item-detail .item-feature-block .ico-txt {
    padding-left: 0;
  }
}

@media only screen and (min-width: 641px) {
  .clayence_item-template-ccsp .item-detail .item-detail-block .item-wrap .thumb-slider .slick-slide:nth-child(-n + 4) {
    margin-bottom: 20px;
  }
}

/** ご使用いただいたお客様のお声 **/
.clayence_item-template-ccsp .item-detail .monitor-challenge-block .type .tag {
  background: #bf99a0;
  padding: 3px 2px;
  font-size: 14px;
}

.clayence_item-template-ccsp .item-detail .monitor-challenge-block .info .txt {
  color: #b26c75;
  font-weight: bold;
  font-size: 24px;
}

.clayence_item-template-ccsp .item-detail .monitor-challenge-block .list li + li::before {
  background: url(../img/item/cctm/ico-arrow-right02.svg) no-repeat center center / contain;
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: -35px;
  margin: auto;
}

.clayence_item-template-ccsp .item-detail .monitor-challenge-block .info {
  background: #fff;
  padding-bottom: 35px;
}

.clayence_item-template-ccsp .item-detail .monitor-challenge-block .box {
  border-radius: unset;
  display: block;
  background: #fff;
}
.clayence_item-template-ccsp .item-detail .monitor-challenge-block .box p.voice_txt {
  border-top: 1px solid #e4e4e4;
  padding-top: 15px;
  margin-top: 15px;
  font-size: 20px;
}
.clayence_item-template-ccsp .item-detail .monitor-challenge-block .box p.voice_txt .bg {
  font-weight: bold;
  background: url("../img/item/ccsp/txt_bg.png") repeat-x 0 50% / auto 100%;
}

.clayence_item-template-ccsp .item-detail .monitor-challenge-block .info .name-wrap {
  padding-left: 0;
  width: auto;
}

.clayence_item-template-ccsp .item-detail .monitor-challenge-block .info .name-wrap .position {
  font-size: 17px;
  font-weight: 500;
}
.clayence_item-template-ccsp .item-detail .monitor-challenge-block .box-inner {
  width: 47%;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .item-detail .monitor-challenge-block .info,
  .clayence_item-template-ccsp .item-detail .monitor-challenge-block .box-inner {
    width: auto;
  }
  .clayence_item-template-ccsp .item-detail .monitor-challenge-block .info {
    padding-bottom: 20px;
  }
  .clayence_item-template-ccsp .item-detail .monitor-challenge-block .box-inner {
    padding-top: 10px;
  }

  .clayence_item-template-ccsp .item-detail .monitor-challenge-block .box {
    display: block;
  }
  .clayence_item-template-ccsp .item-detail .monitor-challenge-block .box p.voice_txt {
    font-size: 18px;
  }
  .clayence_item-template-ccsp .item-detail .monitor-challenge-block .box p.voice_txt .bg {
    background: url("../img/item/ccsp/txt_bg.png") repeat-x 0 50% / auto 90%;
  }
}

.clayence_item-template-ccsp .item-detail .monitor-challenge-block .box-inner .detail-wrap {
}

.clayence_item-template-ccsp .item-detail .monitor-challenge-block .color .ico {
  width: 46px;
}
.clayence_item-template-ccsp .item-detail .monitor-challenge-block .color .txt {
  font-size: 18px;
  padding-left: 6px;
}

.clayence_item-template-ccsp .item-detail .monitor-challenge-block .type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.clayence_item-template-ccsp .item-detail .monitor-challenge-block .type .txt {
  color: #414141;
}

.clayence_item-template-ccsp .item-detail .monitor-challenge-block .img-wrap {
  position: relative;
}

.clayence_item-template-ccsp .item-detail .monitor-challenge-block .list li:nth-child(2)::after {
  border: none;
}
@media only screen and (min-width: 641px) {
  .clayence_item-template-ccsp .item-detail .monitor-challenge-block .detail-wrap {
    width: 370px;
  }

  .clayence_item-template-ccsp .item-detail .monitor-challenge-block .list {
    padding-right: 22px;
  }

  .clayence_item-template-ccsp .item-detail .monitor-challenge-block .detail-wrap .color .ico img {
    width: 90%;
  }

  .clayence_item-template-ccsp .item-detail .monitor-challenge-block .type .txt {
    font-weight: 600;
    margin-top: 0;
    margin-left: 10px;
    font-size: 16px;
  }

  .clayence_item-template-ccsp .item-detail .monitor-challenge-block .box {
    margin: 24px auto 0;
  }

  .clayence_item-template-ccsp .item-detail .monitor-challenge-block .type.baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .item-detail .monitor-challenge-block .info .txt {
    font-size: 22px;
    letter-spacing: 0.01em;
  }

  .clayence_item-template-ccsp .item-detail .monitor-challenge-block .info .name-wrap .position {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 500;
  }

  .clayence_item-template-ccsp .item-detail .monitor-challenge-block .info .img-wrap {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .clayence_item-template-ccsp .item-detail .monitor-challenge-block .info .img {
    width: 70px;
  }

  .clayence_item-template-ccsp .item-detail .monitor-challenge-block .color .ico {
    width: 40px;
  }

  .clayence_item-template-ccsp .item-detail .monitor-challenge-block .color .txt {
    font-size: 15px;
  }

  .clayence_item-template-ccsp .item-detail .monitor-challenge-block .list li {
    max-width: 135px !important;
  }

  .clayence_item-template-ccsp .item-detail .monitor-challenge-block .list li + li {
    margin-left: 30px;
  }

  .clayence_item-template-ccsp .item-detail .monitor-challenge-block .list li + li::before {
    width: 28px;
    height: 28px;
    left: -29px;
  }

  .clayence_item-template-ccsp .item-detail .monitor-challenge-block .type .tag {
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .clayence_item-template-ccsp .item-detail .monitor-challenge-block .type .txt {
    font-weight: 500;
    margin-top: 0;
    font-size: 14px;
  }

  .clayence_item-template-ccsp .item-detail .monitor-challenge-block .box {
    border-radius: 4px;
    margin-top: 22px;
  }

  .clayence_item-template-ccsp .item-detail .monitor-challenge-block .img-wrap::after {
    top: 114%;
  }
}

.clayence_item-template-ccsp .howto-detail-block .item_use {
  display: block;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 70px;
}
.clayence_item-template-ccsp .howto-detail-block .item_use h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1;
  border-bottom: solid 1px #414141;
  margin-bottom: 45px;
  padding-bottom: 20px;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .read_block {
  margin: 0 auto 35px;
  width: 70%;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .read_block .content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  position: relative;
  margin-bottom: 15px;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .read_block .content img {
  width: 40px;
  display: block;
}
.clayence_item-template-ccsp .howto-detail-block .scalp-series .item_use .read_block .content img {
  width: 29px;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .read_block .content .read_ttl .big {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 17px;
  line-height: 1.5;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .read_block .content .read_ttl .small {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .read_block .content .read_ttl .small .iyakubugai {
  font-size: 14px;
  line-height: 1;
  width: 100px;
  margin: 0 0 0 15px;
  padding: 3px 0;
  box-sizing: border-box;
  text-align: center;
  border: solid 1px #414141;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .read_block .content .read_ttl .min {
  font-size: 10px;
  font-weight: bold;
  margin-top: 5px;
  line-height: 1;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .read_block .txt {
  font-size: 16px;
}
.clayence_item-template-ccsp .howto-detail-block #c02.item_use .read_block .txt {
  margin-left: 102px;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use {
  width: 100%;
  background-color: #f4f1ef;
  padding: 40px 60px;
  box-sizing: border-box;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use h4 {
  font-size: 28px;
  line-height: 1;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: solid 1px #414141;
  margin-bottom: 40px;
  text-align: center;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use .pink {
  font-size: 24px;
  color: #ab6f7f;
  font-weight: bold;
  margin-bottom: 45px;
  text-align: center;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use .b-use-read {
  font-size: 16px;
  font-weight: normal;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use .b-use-read + .list {
  margin-top: 35px;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use .b-use-read p {
  position: relative;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use .b-use-read p .iyakubugai {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
  width: 100px;
  border: solid 1px #707070;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 3px 0;
}

.clayence_item-template-ccsp .howto-detail-block .item_use .b-use .manual_btn {
  display: block;
  margin: 30px auto 50px;
  width: 100%;
  max-width: 350px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #ab6f7f;
  padding: 18.2px 0;
  border-radius: 10px;
  border: solid 1px #ab6f7f;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use .manual_btn:hover {
  background-color: #ab6f7f;
  color: #ffffff;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list {
  background-color: #ffffff;
  padding: 40px 30px;
  box-sizing: border-box;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .list-ttl {
  font-size: 20px;
  padding: 40px 10px;
  box-sizing: border-box;
  border-top: solid 1px #414141;
  cursor: pointer;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .js-aco-btn {
  position: relative;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .js-aco-btn .list-ttl + .ico:before,
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .js-aco-btn .list-ttl + .ico:after {
  background: #414141;
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .js-aco-btn .list-ttl + .ico:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .js-aco-btn.is-active .list-ttl + .ico:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .list-ttl .min {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 10px;
  font-size: 12px;
  font-weight: 500;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .list-txt {
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
  padding: 0 10px 40px;
  box-sizing: border-box;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .list-txt .check-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 60px;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block {
  display: block;
  width: calc((100% - 16px) / 2);
}
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block + .check-item-block {
  margin-left: 16px;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block .check-item-ttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 13px;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block .check-item-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block .check-item-list p {
  display: block;
  width: 100%;
  max-width: calc((100% - 16px) / 2);
  background-color: #414141;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .list-ttl.is-active + .list-txt {
  display: block;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .list-txt .list-txt-num {
  font-weight: 500;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .list-txt p + .list-txt-num {
  margin-top: 18px;
}
.clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .border {
  display: block;
  width: 100%;
  border: none;
  border-top: solid 1px #414141;
}

@media only screen and (max-width: 949px) {
  .clayence_item-template-ccsp .howto-detail-block .item_use {
    margin-bottom: 35px;
  }
  .clayence_item-template-ccsp .howto-detail-block .item_use h3 {
    font-size: 15px;
    padding-bottom: 25px;
    margin-bottom: 50px;
    line-height: 1.6;
  }
  .clayence_item-template-ccsp .howto-detail-block .item_use .read_block {
    margin: 0 auto 35px;
    width: 100%;
  }
  .clayence_item-template-ccsp .howto-detail-block .item_use .read_block .content {
    gap: 25px;
    width: 90%;
    margin: 0 auto 7px;
  }
  .clayence_item-template-ccsp .howto-detail-block #c02.item_use .read_block .content img {
    width: 22px;
  }
  .clayence_item-template-ccsp .howto-detail-block .scalp-series .item_use .read_block .content img {
    width: 22px;
  }
  .clayence_item-template-ccsp .howto-detail-block .item_use .read_block .content .read_ttl .big {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .clayence_item-template-ccsp .howto-detail-block .item_use .read_block .content .read_ttl .small {
    flex-direction: column-reverse;
    align-items: flex-start;
    font-size: 14px;
  }
  .clayence_item-template-ccsp .howto-detail-block .item_use .read_block .content .read_ttl .small .iyakubugai {
    font-size: 10px;
    width: 62px;
    margin: 0 0 5px;
  }
  .clayence_item-template-ccsp .howto-detail-block .item_use .read_block .content .read_ttl .min {
    margin-top: 15px;
    line-height: 1.2;
  }
  .clayence_item-template-ccsp .howto-detail-block .item_use .read_block .txt {
    font-size: 13px;
    width: 90%;
    margin: 0 auto;
  }
  .clayence_item-template-ccsp .howto-detail-block #c02.item_use .read_block .txt {
    margin-left: auto;
  }
  .clayence_item-template-ccsp .howto-detail-block .item_use .b-use {
    padding: 25px 20px;
  }
  .clayence_item-template-ccsp .howto-detail-block .item_use .b-use h4 {
    font-size: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .clayence_item-template-ccsp .howto-detail-block .item_use .b-use .pink {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.5;
  }
  .clayence_item-template-ccsp .howto-detail-block .item_use .b-use .b-use-read {
    font-size: 14px;
    text-indent: -1.4em;
    padding-left: 1.4em;
  }
  .clayence_item-template-ccsp .howto-detail-block .item_use .b-use .b-use-read + .list {
    margin-top: 21px;
  }
  .clayence_item-template-ccsp .howto-detail-block .item_use .b-use .manual_btn {
    margin: 21px auto 25px;
    width: 100%;
    font-size: 12px;
    padding: 15px 0;
  }
  .clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list {
    padding: 20px 14px;
  }
  .clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .list-ttl {
    font-size: 14px;
    padding: 20px 12.5% 20px 0;
    letter-spacing: 0.04em;
  }
  .clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .js-aco-btn .list-ttl + .ico:before,
  .clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .js-aco-btn .list-ttl + .ico:after {
    width: 14px;
    bottom: 0;
    right: 0;
  }
  .clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .list-ttl .min {
    position: static;
    display: block;
    font-size: 10px;
  }
  .clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .list-txt {
    font-size: 14px;
    line-height: 1.63;
    padding: 0 0 35px;
  }
  .clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .list-txt p {
    padding-left: 1.4em;
    text-indent: -1.4em;
    box-sizing: border-box;
  }
  .clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .list-txt .check-item {
    display: block;
    margin-bottom: 25px;
  }
  .clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block {
    display: block;
    width: 100%;
  }
  .clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block + .check-item-block {
    margin-left: 0;
    margin-top: 20px;
  }
  .clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block .check-item-ttl {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .clayence_item-template-ccsp .howto-detail-block .item_use .b-use .list .list-txt .check-item .check-item-block .check-item-list p {
    width: 100%;
    max-width: calc((100% - 30px) / 2);
    border-radius: 4px;
    font-size: 11px;
    line-height: 1;
    padding: 4px 0;
    text-indent: 0;
  }
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .howto-detail-block .item_use .read_block .content {
    flex-direction: row;
  }
}

.clayence_item-template-ccsp .txt.ico {
  margin-top: 15px;
}
.clayence_item-template-ccsp .txt.ico::before {
  background: url(/assets/images/clayence/ico-attention.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  position: relative;
  top: 1px;
  left: 0;
  margin-right: 4px;
}

.clayence_item-template-ccsp .howto-box-inner .box {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.clayence_item-template-ccsp .image {
  width: 80px;
}

.clayence_item-template-ccsp .howto-box-inner .line {
  height: 1px;
  background-color: #af8088;
  flex-grow: 1;
  margin-left: 10px; /* 画像との間隔 */
}

.clayence_item-template-ccsp .correctUse {
  margin-top: 0;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .correctUse {
    margin-top: 40px;
  }
}

.clayence_item-template-ccsp .movie-box {
  margin-top: 120px;
}

@media only screen and (max-width: 640px) {
  .clayence_item-template-ccsp .movie-box {
    margin-top: 0;
  }
}

.clayence_item-template-ccsp .howto-detail-block .c-movie {
  margin-left: auto;
  margin-right: auto;
}

.clayence_item-template-ccsp .correctUse_content:before {
  background-image: url(/assets/images/clayence/use_ok.svg);
}

.clayence_item-template-ccsp .correctUse_content.ng:before {
  background-image: url(/assets/images/clayence/use_ng.svg);
}

.clayence_item-template-ccsp .correctUse_box + .correctUse_box:before {
  background-image: url(/assets/images/clayence/use_arrow.svg);
}
.clayence_item-template-ccsp .howto-detail-block .title .border {
  border-bottom: solid 1px #414141;
}
.clayence_item-template-ccsp .howto-detail-block .txt .border {
  text-decoration: underline;
}

/* 20250610_【クレイエンス】公式TOP改修 */
.page-template-top .product-block-box-item-title {
  margin-bottom: 8px;
}
.page-template-top .product-block-box-item-description {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 27px;
  text-align: center;
}
.page-template-top .product-block.recommend-to-block,
.page-template-top .product-block.beginner-to-block {
  padding-top: 0;
}
.page-template-top .product-block.recommend-to-block .recommend-block-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 20px;
}
.page-template-top .product-block.recommend-to-block .recommend-block-item a {
  display: block;
  width: 285px;
}
.page-template-top .product-block.recommend-to-block .recommend-block-item-text {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: underline;
  margin-top: 4px;
}

@media only screen and (max-width: 640px) {
  .page-template-top .product-block-box-item-description {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .page-template-top .product-block.recommend-to-block .recommend-block-item {
    flex-wrap: wrap;
    gap: 12px;
  }
  .page-template-top .product-block.recommend-to-block .recommend-block-item a {
    width: calc((100% - 12px) / 2);
  }
}

/* 20250611_ヘッダーメニューアイコンの変更 */
.c-header .nav-btn .inn .line {
  background-color: #414141;
}
.c-header .nav-list .li-login a .ico {
  width: 30px;
  height: 30px;
}
.js-cart-count {
  background-color: #c1272d;
  color: #fff;
  font-size: 11px;
  width: 18px;
  height: 18px;
  padding: 3px;
  top: 9px;
  right: 7px;
}
@media only screen and (min-width: 950px) and (min-width: 950px) {
  .c-header .btn-wrap a .login::before,
  .c-header .btn-wrap a .cart::before {
    content: "";
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 21px;
    height: 30px;
    transition: opacity 0.3s ease-in-out;
  }
  .c-header .btn-wrap a .login::before {
    background-image: url("../img/svg/mypage.svg?v2");
    opacity: 1;
  }
  .c-header .btn-wrap a .cart::before {
    background-image: url("../img/svg/cart.svg?v2");
    opacity: 1;
  }
}
@media only screen and (min-width: 950px) {
  .c-header .btn-wrap a .txt {
    margin-top: -9px;
  }
}
@media only screen and (min-width: 641px) {
  .c-header .head-btn:hover .txt {
    color: #414141;
  }
}
@media only screen and (max-width: 950px) {
  .c-header .nav-btn {
    right: 9px;
  }
  .c-header .nav-btn .inn {
    width: 20px;
    height: 30px;
  }
  .c-header .head-btn {
    display: block;
    width: 40px;
    height: 55px;
    text-align: center;
    position: absolute;
    right: 63px;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .c-header .login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 55px;
    text-align: center;
    position: absolute;
    right: 108px;
    z-index: 99;
  }
  .c-header .head-btn .cart,
  .c-header .login-btn .login {
    position: relative;
    top: -7px;
  }
  .c-header .btn-txt-sp {
    color: #414141;
    font-size: 10px;
    position: absolute;
    bottom: 8px;
  }
  .c-header .nav-list .li-login a .mypage-false img {
    position: relative;
    top: -1px;
  }
}
@media only screen and (max-width: 640px) {
  .js-cart-count {
    font-size: 10px;
    width: 16px;
    height: 16px;
    right: -2px;
    top: 3px;
  }
}

/* 20250619_watanabe HP-2865 【footer・バーガーメニュー】あしたの美肌バナー設置 */
/* バーガーメニュー */
@media only screen and (min-width: 950px) {
  .c-header .nav-list .li-bnrs {
    display: none !important;
  }
}
@media only screen and (max-width: 949px) {
  .c-header .nav-list .li-bnrs .bnr {
    border-top: 1px solid #414141;
  }
}
@media only screen and (max-width: 950px) {
  .c-header .nav-list .li-bnrs .bnr {
    padding: 40px 0 30px;
  }
  .c-header .nav-list .li-bnrs .bnr.bnr-ashita .ttl {
    font-size: 12px;
  }
  .c-header .nav-list .li-bnrs .img {
    margin-top: 15px;
  }
  .c-header .nav-list .li-bnrs .bnr.bnr-ashita a {
    font-size: 14px;
    position: relative;
    padding: 20px 0;
    display: block;
    background: #fdf4f4;
    text-align: center;
    border-radius: 5px;
  }
  .c-header .nav-list .li-bnrs .bnr.bnr-ashita a img {
    width: 130px;
  }
}

/* フッター */
@media only screen and (min-width: 900px) {
  #footer.c-footer .footer-app-item:nth-last-of-type(-n + 2) {
    max-width: 271.25px;
  }
}
@media only screen and (min-width: 768.99px) {
  #footer.c-footer .footer-app-item:nth-of-type(3) {
    margin-left: 25px;
  }
  #footer.c-footer .footer-app-item:first-child {
    width: 34%;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768.99px) and (max-width: 899.99px) {
  #footer.c-footer .footer-app-item:nth-last-of-type(-n + 2) {
    max-width: 211.25px;
  }
  #footer.c-footer .footer-bnr-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  #footer.c-footer .footer-app-item:nth-of-type(3) {
    margin-top: 50px;
  }
}

/* 20250717_watanabe HP-2906 新パッケージ画像の差し替え依頼 */
.bestcosme .page-title-block .c-ttl02 .en {
  color: #806e64;
}
.bestcosme .c-ttl02 .ja {
  color: #806e64;
}
@media only screen and (min-width: 641px) {
  .bestcosme .c-ttl02 .ja {
    color: #806e64;
  }
}
@media only screen and (max-width: 640px) {
  .c-ttl02 {
    margin-bottom: 32px;
  }
  .bestcosme .page-title-block .inner-block {
    padding: 60px 0 80px;
  }
  .bestcosme .page-title-block .inner-block .best-cosme-badge {
    top: 0;
  }
  .bestcosme .page-title-block .c-ttl02 .en,
  .bestcosme .c-ttl02 .ja {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  }
}
.product-block.bestcosme-to-block a,
.product-block.column-to-block a {
  -webkit-box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 640px) {
  .product-block-box-item {
    width: 48%;
  }
  .product-block-box {
    gap: 12px;
  }
  .home .inner-block {
    padding: 0 20px;
  }
}

/*20250929 HP-3011 あしたの美肌のキャッチコピー・アプリバナーおよびリンク先変更*/
#footer.c-footer .footer-bnr-title {
  font-size: 14px;
}
@media only screen and (max-width: 950px) {
  .c-header .nav-list .li-bnrs .bnr.bnr-ashita .ttl {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768.99px) {
  #footer.c-footer .footer-app-item:nth-of-type(3) .footer-bnr-title {
    margin-bottom: 40px;
  }
}

/*20251001 HP-3017 クレイエンス商品一覧改修*/
#discontinued .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.crco img {
  width: 38px;
}
#discontinued .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.chcm img {
  width: 21px;
}
.itemsList .itemsList_block_series_title .main {
  display: block;
}
.itemsList .itemsList_block_series_title .sub {
  font-size: 16px;
}
.itemsList .itemsList_tab .tab-btn {
  display: block;
  max-width: 43%;
  width: 100%;
  margin: 10px auto 10px;
}
.itemsList .itemsList_tab a {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #bb828c;
  border-radius: 6px;
  padding: 22px 0;
}
.itemsList .itemsList_tab a::after {
  content: unset;
}
.itemsList .itemsList_tab a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10%;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-2px) rotate(135deg);
  box-sizing: border-box;
}
.itemsList .itemsList_tab .sub-text {
  font-size: 14px;
  text-align: center;
  padding-bottom: 6px;
}
.itemsList .itemsList_block_box_item .cat_txt {
  position: relative;
}
.itemsList .itemsList_block_box_item .cat_txt::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #ffffff;
  rotate: 135deg;
  translate: -50%;
}
.itemsList .itemsList_block_box_item .cat_txt::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 1px solid;
  border-color: #b97d87 #b97d87 transparent transparent;
  rotate: 135deg;
  translate: -50%;
}
@media only screen and (max-width: 640px) {
  #discontinued .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.crco img {
    width: 25px;
  }
  #discontinued .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.chcm img {
    width: 15px;
  }
  .itemsList .itemsList_block_box_item .ttl-wrap .c-ttl02 {
    margin-bottom: 0;
  }
  .itemsList .itemsList_block_series_title .sub {
    font-size: 11px;
  }
  .itemsList .itemsList_tab a {
    padding: 6px 0;
  }
  .itemsList .itemsList_tab a:before {
    width: 7px;
    height: 7px;
  }
  .itemsList .itemsList_tab .sub-text {
    font-size: 11px;
    padding-bottom: 4px;
  }
  .itemsList .itemsList_block_box_item .cat_txt {
    padding: 4px;
  }
  .itemsList_block_box_item_image.cyhg,
  .itemsList_block_box_item_image.crco,
  .itemsList_block_box_item_image.chcm {
    height: 148px;
  }
}
@media only screen and (min-width: 641px) {
  .itemsList .itemsList_block_series#discontinued .itemsList_block_box {
    display: flex;
    align-items: stretch;
    gap: 100px 60px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

/*20251008 HP-3030 カラートリートメント商品詳細改修*/
/*スライダー１枚目エンブレム表示*/
.item-detail .item-detail-block .item-wrap .slick-slide .emblem_icon img {
  margin-top: 0;
  padding-left: 0;
  display: inline-block;
  width: 23%;
  position: absolute;
  top: 4%;
  right: 8%;
}
.item-detail .item-detail-block .item-wrap .slick-slide .emblem_icon p {
  margin-top: 0;
  padding-left: 0;
  display: inline-block;
  position: absolute;
  top: 26%;
  right: 3%;
  font-size: 12px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .item-detail .item-detail-block .item-wrap .slick-slide .emblem_icon img {
    width: 29%;
    top: 2%;
    right: 5%;
  }
  .item-detail .item-detail-block .item-wrap .slick-slide .emblem_icon p {
    font-size: 10px;
    top: 28%;
    right: 2%;
  }
}

/*カラー選択アイコンエリア*/
.clayence_item-template-cctm .c-item-detail .color-list .item .color-item-wrap {
  position: relative;
}
.clayence_item-template-cctm .c-item-detail .color-list .item {
  padding-top: 30px;
}
.clayence_item-template-cctm .c-item-detail .color-list .item:first-child .color-ttl {
  background: #805861;
}
.clayence_item-template-cctm .c-item-detail .color-list .item:nth-child(2) .color-ttl {
  background: #a7511e;
}
.clayence_item-template-cctm .c-item-detail .color-list .item:nth-child(3) .color-ttl {
  background: #7b3f1b;
}
.clayence_item-template-cctm .c-item-detail .color-list .item:last-child .color-ttl {
  background: #342f20;
}
.clayence_item-template-cctm .c-item-detail .color-list .item .color-ttl {
  display: block;
  position: absolute;
  top: -58%;
  left: 50%;
  width: 80px;
  margin: auto;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  transform: translateX(-50%);
  z-index: 2;
}
.clayence_item-template-cctm .c-item-detail .color-list .item .color-ttl {
  font-size: 18px;
  text-align: center;
  margin-bottom: 12px;
}
.clayence_item-template-cctm .c-item-detail .color-list .item .color-ttl p {
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}
.clayence_item-template-cctm .c-item-detail .color-list li:nth-child(3) .ico::after {
  content: "1番人気";
  font-size: 14px;
  color: #c91b1b;
  text-align: center;
  display: block;
  position: absolute;
  top: -96%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
/*ローズブラウンNEW表示位置調整*/
.clayence_item-template-cctm .c-item-detail .color-list li:first-child .ico::after {
  top: -96%;
}
@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .c-item-detail .color-list .item {
    padding-top: 40px;
  }
  .clayence_item-template-cctm .c-item-detail .color-list .item .color-ttl p {
    font-size: 11px;
  }
  .clayence_item-template-cctm .c-item-detail .color-list .item .color-ttl {
    top: -60%;
    width: 68px;
  }
  .clayence_item-template-cctm .c-item-detail .color-list li:nth-child(3) .ico::after {
    font-size: 11px;
    top: -100%;
  }
  .clayence_item-template-cctm .c-item-detail .color-list li:first-child .ico::after {
    top: -100%;
  }
}

/* 251027_murai クイックカラー商品詳細コーディング */
.pink-text {
  color: #ab6f7f;
}
.border-text {
  text-decoration: underline;
}
.bold-text {
  font-weight: bold;
}
.step_title {
  font-size: 20px;
  font-weight: bold;
  color: #ab6f7f;
}
.clayence_item-template-ccqa .howto_title {
  font-weight: bold;
}
.clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .list-txt .list-txt-num {
  font-weight: 700;
}
.clayence_item-template-ccqa .block09_01_step01 .main {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.clayence_item-template-ccqa .block09_01_step01 .main img {
  display: block;
  width: 200px;
}
.clayence_item-template-ccqa .correctUse_box .correctUse_box_img.img01 {
  margin-bottom: 10px;
}
.clayence_item-template-ccqa .correctUse_box .correctUse_box_img.img03 {
  margin-bottom: 10px;
}
.clayence_item-template-ccqa .block09_01_step01 .main .step {
  margin-bottom: 10px;
}
.clayence_item-template-ccqa .block09_01_step01 .main .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.clayence_item-template-ccqa .block09_01_step01 .main .txt {
  font-size: 16px;
}
.clayence_item-template-ccqa .correctUse_box_title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}
.clayence_item-template-ccqa .correctUse_box_title .f17 {
  font-size: 17px;
}
.clayence_item-template-ccqa .correctUse_box_title .pink-text {
  font-weight: 500;
}
.clayence_item-template-ccqa .correctUse_box_img.img01 {
  margin-bottom: 5px;
}
.clayence_item-template-ccqa .correctUse_box + .correctUse_box:before {
  background-image: url(../img/item/ccqa/use_arrow_new.svg);
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 26px;
}
.clayence_item-template-ccqa .correctUse_box .correctUse_box_img {
  max-width: 200px;
  margin-bottom: 0;
}
.clayence_item-template-ccqa .correctUse_box .correctUse_box_txt.mt10 {
  margin-top: 10px;
}
.clayence_item-template-ccqa .correctUse_box_attend {
  width: 100%;
  margin-bottom: 5px;
  background-color: #e04264;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  padding: 2px 5px;
  border-radius: 8px;
}
.clayence_item-template-ccqa .howto-box-inner.step2-3 {
  padding-left: 0;
  padding-right: 0;
}
.clayence_item-template-ccqa .block09_01_step2-3 .title {
  text-align: left;
}
.clayence_item-template-ccqa .block09_01_step2-3 .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 230px;
  margin-bottom: 50px;
}
.clayence_item-template-ccqa .block09_01_step2-3 .img.step2 img {
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-bottom: 0;
}
.clayence_item-template-ccqa .block09_01_step2-3 .img.step3 img {
  width: auto;
  height: 100%;
  margin-left: 0;
  margin-bottom: 0;
}
.clayence_item-template-ccqa .block09_01_step2-3 .txt {
  margin-bottom: 30px;
}
.clayence_item-template-ccqa .block09_01_step2-3 .txt.ico {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .clayence_item-template-ccqa .howto-detail-block .item_use .b-use .pink {
    text-align: left;
  }
  .clayence_item-template-ccqa .block09_01_step01 .main {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
  }
  .howto-detail-block .tag-block .tag-content .tag-list li + li {
    margin-top: 0;
  }
  .clayence_item-template-ccqa .block09_01.block09_01_step01 {
    margin-top: 10px;
  }
  .clayence_item-template-ccqa .block09_01_step01 .main .txt {
    font-size: 14px;
  }
  .clayence_item-template-ccqa .block09_01_step01 .main .step_title,
  .clayence_item-template-ccqa .block09_01_step01 .main .title {
    text-align: center;
  }
  .clayence_item-template-ccqa .block09_01_inner.block09_01_step2-3.step3 {
    margin-top: 45px;
  }
  .clayence_item-template-ccqa .correctUse_content.ng .correctUse_box {
    display: block;
    width: 100%;
  }
  .clayence_item-template-ccqa .correctUse_content.ok .correctUse_block {
    gap: 15px;
  }
  .clayence_item-template-ccqa .correctUse_content.ok .correctUse_box .correctUse_box_img {
    max-width: 120px;
  }
  .clayence_item-template-ccqa .correctUse_content.ng .correctUse_box .correctUse_box_img {
    max-width: 200px;
    margin: 0 auto 5px;
  }
  .clayence_item-template-ccqa .correctUse_box + .correctUse_box:before {
    width: 7px;
    height: 13px;
    left: -10px;
  }
  .clayence_item-template-ccqa .correctUse_box_title {
    font-size: 11px;
  }
  .clayence_item-template-ccqa .correctUse_box_title .f17 {
    font-size: 12px;
  }
  .clayence_item-template-ccqa .correctUse_box_attend {
    max-width: 200px;
    margin: 0 auto 5px;
  }
  .clayence_item-template-ccqa .block09_01_step2-3 .img {
    height: auto;
    margin-bottom: 30px;
  }
  .clayence_item-template-ccqa .block09_01_step2-3 .img.step2 img {
    max-height: initial;
    max-width: 300px;
    margin-left: auto;
  }
  .clayence_item-template-ccqa .block09_01_step2-3 .img.step3 img {
    max-width: 215px;
    max-height: initial;
    margin-left: auto;
  }
  .clayence_item-template-ccqa .howto-detail-block .item_use .b-use .list .list-txt p {
    font-weight: 400;
  }
}

/* 20251113_murai 【cleyence】クレイスパ カラートリートメントページの更新 */
.clayence_item-template-cctm .block05_01 {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .block05_01 {
    margin: 28px 0 26px;
  }
}
.clayence_item-template-cctm .block01_01 p.ttl,
.clayence_item-template-cctm .block01_02 p.ttl,
.clayence_item-template-cctm .block05_01 p.ttl {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  color: #b97d87;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .block01_01 p.ttl,
  .clayence_item-template-cctm .block01_02 p.ttl,
  .clayence_item-template-cctm .block05_01 p.ttl {
    font-size: 17px;
  }
}
.clayence_item-template-cctm .block05_02 {
  max-width: 582px;
  margin: 40px auto 40px;
}
@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .block05_02 {
    margin: 8% -6% 7%;
  }
}
.clayence_item-template-cctm .item-detail .item-feature-block .block05_02 img {
  width: auto;
}

/* 251202_murai 【全ブランド】フリーダイアルの営業時間変更・FAXについて修正 */
@media only screen and (min-width: 641px) {
  .c-footer .tel-wrap .tel-area .txt {
    max-width: 275px;
  }
}

/* 20251210_watanabe HP-3107 ヘアマスク商品詳細にお知らせ掲載 */
@media only screen and (max-width: 640px) {
  .item_detail_news span {
    min-width: 68px;
  }
}

/* 20260130__watanabe ヘアマスク定期便削除*/
.item-detail.ccmc .item-detail-block .item-wrap .info-area .box.subscription {
  display: none;
}

/* 20260219_watanabe カラー選択ボタン改修*/
.clayence_item-template-cctm .c-item-detail .color-list {
  gap: 0 0px;
  margin-top: 0;
  padding-bottom: 10px;
}
.clayence_item-template-cctm .c-item-detail .color-list li {
  width: calc((100% - 24px) / 4);
}
.clayence_item-template-cctm .item-detail .item-detail-block .item-wrap .info-area .select-wrap .color-list li + li {
  margin-left: 10px;
}
.clayence_item-template-cctm .c-item-detail .color-list .color-name-txt {
  top: -23px;
  bottom: unset;
}
.clayence_item-template-cctm .c-item-detail .color-list .ico {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 2px;
}
.clayence_item-template-cctm .c-item-detail .color-list li .ico::before {
  content: "";
  position: absolute;
  border: 3px solid #b97d87;
  border-radius: 6%;
  pointer-events: none;
}
.clayence_item-template-cctm .c-item-detail .color-list li:nth-child(3) .ico::after {
  top: -25%;
}
.clayence_item-template-cctm .ico-inner {
  position: relative;
  overflow: hidden;
}
.clayence_item-template-cctm .c-item-detail .color-list .ico img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.clayence_item-template-cctm .c-item-detail .color-list .item .color-ttl {
  position: absolute;
  top: 67%;
  bottom: 0;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  border-radius: 0;
  padding: 3px;
  border-radius: 0 0 4px 4px;
}
.clayence_item-template-cctm .c-item-detail .color-list .item .color-ttl p {
  font-size: 12px;
  line-height: 1.1;
}
@media only screen and (max-width: 949px) {
  .clayence_item-template-cctm .item-detail .item-detail-block .item-wrap .info-area .select-wrap .color-list li + li {
    margin-left: 0;
    padding-left: 8px;
  }
  .clayence_item-template-cctm .c-item-detail .color-list .item {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .clayence_item-template-cctm .c-item-detail .color-list .color-name-txt {
    top: -4px;
  }
  .clayence_item-template-cctm .c-item-detail .color-list .ico {
    padding: 1px;
  }
  .clayence_item-template-cctm .c-item-detail .color-list .item .color-ttl p {
    font-size: 10px;
    line-height: 1.15;
  }
  .clayence_item-template-cctm .c-item-detail .color-list .item .color-ttl {
    top: 64%;
  }
  .clayence_item-template-cctm .c-item-detail .color-list li:nth-child(3) .ico::after {
    top: -26%;
  }
}

/* 20260305_abe 「クレイエンスヘアマスク」商品詳細コーディング,「クレイエンスヘアマスク」導線改修*/
.clayence_item-template-ccmd .visible-pc {
  display: none !important;
}
.clayence_item-template-ccmd .visible-sp {
  display: block !important;
}
.clayence_item-template-ccmd .item-detail .item-feature-block {
  background-color: #edeceb;
  padding: 100px 0 56px;
  background-image: none;
  position: unset;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box {
  margin-bottom: 58px;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box-inner {
  background-color: #fff;
  padding: 40px 75px 60px;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box p {
  font-weight: 500;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box p.ttl {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  color: #b97d87;
  margin-bottom: 10px;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box .ico-txt {
  padding-left: 0;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .ico-txt::before {
  background: unset;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box .txt_red {
  color: #b97d87;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box img {
  width: auto;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box :is(.block01_01, .block02_01, .block03_01, .block04_01, .block06_01) {
  margin: 40px 0 32px;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block01_02 {
  max-width: 420px;
  margin: 0 auto 32px auto;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block01_03 {
  padding-top: 42px;
  margin-top: 42px;
  border-top: 1px dotted #e4e4e4;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block01_04 {
  max-width: 710px;
  margin: 40px auto 0 auto;
  text-align: center;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block01_04_txt {
  color: #ab6f7f;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block01_04_txt::before,
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block01_04_txt::after {
  content: "";
  width: 1px;
  height: 23px;
  position: absolute;
  bottom: 0;
  background: #ab6f7f;
  transform: rotateZ(-45deg);
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block01_04_txt::before {
  left: -11px;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block01_04_txt::after {
  right: -11px;
  transform: rotateZ(45deg);
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block01_04_box {
  border: 3px solid #ab6f7f;
  border-radius: 10px;
  margin-top: 25px;
  padding: 73px 40px 16px 41px;
  position: relative;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block01_04_ttl {
  color: #fff;
  font-size: 24px;
  background: #ab6f7f;
  border-radius: 10px;
  max-width: 390px;
  width: 100%;
  padding: 3px 0 4px;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block01_04_ttl.new::before {
  content: "NEW";
  color: #ab6f7f;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #ab6f7f;
  border-radius: 50%;
  width: 57px;
  height: 57px;
  position: absolute;
  top: -8px;
  left: -15px;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block02_02 {
  max-width: 574px;
  margin: 0 auto;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block02_02 img + .note {
  margin-top: 30px;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block02_03 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 18px;
  margin-top: 45px;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box :is(.block02_03_left, .block02_03_right) {
  width: 100%;
  border: 1px solid #e1dcd7;
  border-radius: 10px;
  overflow: hidden;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block02_03_left_wrap {
  padding: 21px 42px 22px 44px;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block02_03_right_wrap {
  padding: 38px 6px 22px 12px;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box :is(.block02_03_left_ttl, .block02_03_right_ttl) {
  color: #414141;
  font-size: 20px;
  background: #e1dcd7;
  text-align: center;
  padding: 8px 0 7px;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box :is(.block02_03_left_txt, .block02_03_right_txt) {
  font-weight: normal;
  margin-top: 14px;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block03_02 {
  max-width: 650px;
  margin: 0 auto;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block04_02 {
  max-width: 715px;
  margin: 0 auto;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block05_01 {
  margin: 40px 0 32px;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block05_01 img {
  width: 320px;
  margin: 0 auto;
}
.clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block05_02 {
  margin: 32px 0 32px;
}
.clayence_item-template-ccmd .item_detail_news span {
  flex-shrink: 0;
}
#colorcare .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.ccmd img,
#discontinued .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.ccmc img {
  width: 76px;
}
.itemsList .itemsList_block_box_item .itemsList_block_box_item_image.ccmd {
  position: relative;
}
.itemsList .itemsList_block_box_item .itemsList_block_box_item_image.ccmd::before {
  content: "";
  background-image: url(/wp-product/wp-content/uploads/2026/03/ccmd-new.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 641px) {
  .clayence_item-template-ccmd .visible-pc {
    display: block !important;
  }
  .clayence_item-template-ccmd .visible-sp {
    display: none !important;
  }
  .clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block01_04_txt {
    display: inline !important;
  }
  .clayence_item-template-ccmd .item-detail .item-feature-block .features-box .ico-txt {
    letter-spacing: -0.03em;
  }
}
@media only screen and (max-width: 949px) {
  .clayence_item-template-ccmd .item-detail .item-feature-block .features-box#feature .features-box-inner + .note .sp {
    display: inline-block !important;
  }
  .itemsList .itemsList_block_box_item .itemsList_block_box_item_image.ccmd::before {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .clayence_item-template-ccmd .item-detail .item-title-block {
    padding: 0 4% 12%;
  }
  .clayence_item-template-ccmd .item-detail .item-feature-block {
    padding: 12% 0 56px;
  }
  .clayence_item-template-ccmd .item-detail .item-feature-block .features-box {
    margin-bottom: 8%;
  }
  .clayence_item-template-ccmd .item-detail .item-feature-block .features-box-inner {
    padding: 10% 6%;
    text-align: justify;
  }
  .clayence_item-template-ccmd .item-detail .item-feature-block .features-box :is(.block01_01, .block02_01, .block03_01, .block04_01, .block05_01, .block05_02, .block06_01) {
    margin: 28px 0 26px;
  }
  .clayence_item-template-ccmd .item-detail .item-feature-block .features-box p.ttl {
    font-size: 17px;
  }
  .clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block01_03 {
    gap: 8px 9px;
  }
  .clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block01_03_txt {
    font-size: 13px;
    width: calc((100% - 9px) / 2);
    padding: 8px 5px 6px;
  }
  .clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block01_04_box {
    border: 2px solid #ab6f7f;
    overflow: hidden;
    padding: 0;
    position: static;
  }
  .clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block01_04_ttl_sp {
    color: #fff;
    font-size: 16px;
    background: #ab6f7f;
    padding: 8px 4px 8px 67px;
    text-align: left;
    position: relative;
  }
  .clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block01_04_ttl_sp .new_sp {
    color: #ab6f7f;
    font-size: 18px;
    display: inline-block;
    line-height: 48px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
  }
  .clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block01_04_box .block01_04_img {
    padding: 30px 7px 17px;
  }
  .clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block02_02 img + .note {
    margin-top: 25px;
  }
  .clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block02_03 {
    flex-direction: column;
    gap: 22px;
    margin-top: 33px;
  }
  .clayence_item-template-ccmd .item-detail .item-feature-block .features-box :is(.block02_03_left_ttl, .block02_03_right_ttl) {
    font-size: 18px;
  }
  .clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block02_03_left_wrap {
    padding: 23px 17px 19px;
  }
  .clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block02_03_right_wrap {
    padding: 31px 11px 26px;
  }
  .clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block04_03 {
    margin-top: 25px;
  }
  .clayence_item-template-ccmd .item-detail .item-feature-block .features-box .block04_03_txt + .note {
    margin-top: 39px;
  }
  #colorcare .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.ccmd img,
  #discontinued .itemsList_block_box .itemsList_block_box_item .itemsList_block_box_item_image.ccmc img {
    width: 55px;
  }
  .itemsList .itemsList_block_box_item .cat_txt {
    padding: 6px 4px;
  }
}

/* l-main paddingトリ */
.l-main {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.c-breadcrumb,
.l-footer {
  position: relative;
  z-index: 3;
  background: #fff;
}

/* tailwind reset css打ち消し */
img {
  display: inline;
}

/* 調整用追記 */
@media only screen and (min-width: 1264px) {
  .beginner,
  .howto {
    position: relative;
  }
  .beginner::before,
  .howto::before {
    content: "";
    display: block;
    width: 100%;
    height: 52px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    z-index: 2;
  }
}

.c-under-mv-block::after {
  top: 100px;
  height: 470px;
}

@media only screen and (max-width: 640px) {
  .c-under-mv-block::after {
    top: 0;
    height: auto;
    aspect-ratio: 390 / 290;
  }
}

.flashyVideo {
  aspect-ratio: 16 / 8.9;
  overflow: hidden;
  border-radius: 20px;
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
}
.flashyVideo img {
  margin-top: -0.4%;
}
.flashyVideo a {
  display: block;
  position: relative;
}
.flashyVideo a:after {
  content: "play_arrow";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: "Material Icons";
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  z-index: 1;
  font-size: 60px;
  padding: 1%;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  white-space: nowrap;
}
@media only screen and (max-width: 1200px) and (max-width: 800px) {
  .flashyVideo a:after {
    font-size: 50px;
  }
}
