@charset "UTF-8";
:where(.contents) {
  line-height: 1.8;
}
:where(.contents) *,
:where(.contents) *::before,
:where(.contents) *::after {
  letter-spacing: var(--letter-spacing, 0.08em);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  :where(.contents) *,
  :where(.contents) *::before,
  :where(.contents) *::after {
    letter-spacing: var(--sp-letter-spacing, var(--letter-spacing, 0.08em));
  }
}
:where(.contents) a {
  text-decoration: none;
  color: inherit;
}
:where(.contents) sup {
  font-size: 60%;
}
:where(.contents) ul, :where(.contents) ol {
  list-style-type: none;
}
:where(.contents) button {
  appearance: none;
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  :where(.contents) button:hover {
    opacity: 0.7;
  }
}
:where(.contents) img {
  width: 100%;
  height: auto;
}
:where(.contents) .js-fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}
:where(.contents) .js-fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* --------------------------
    chatbot
----------------------------*/
iframe.ul-widget-main-window {
  bottom: calc(min(4.2592592593vw, 46px) + 20px) !important;
}
@media screen and (max-width: 767px) {
  iframe.ul-widget-main-window {
    bottom: calc(12vw + 15px) !important;
  }
}

@media screen and (max-width: 767px) {
  iframe.ul-widget-main-window.mobile-layout.ul-widget-hide {
    bottom: calc(12vw + 15px) !important;
  }
}
:where(.contents) .section {
  padding: min(4.1666666667vw, 45px) min(3.7037037037vw, 40px) min(5.5555555556vw, 60px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .section {
    padding: 10.6666666667vw 4vw 13.3333333333vw;
  }
}
:where(.contents) .section__inner {
  max-width: min(92.5925925926vw, 1000px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(.contents) .section__inner {
    max-width: 100%;
  }
}
:where(.contents) .container {
  max-width: min(92.5925925926vw, 1000px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(.contents) .container {
    max-width: 100%;
  }
}
:where(.contents) .flex {
  display: flex;
  gap: var(--gap, min(3.7037037037vw, 40px));
}
@media screen and (max-width: 767px) {
  :where(.contents) .flex {
    gap: var(--sp-gap, 2.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .flex.sp-column {
    align-items: flex-start;
    flex-direction: column;
    gap: var(--sp-gap, 5.3333333333vw);
  }
}
:where(.contents) .flex.align-center {
  align-items: center;
}
:where(.contents) .flex > * {
  flex: var(--grow, 1) 0 var(--flex-basis, 0);
}
@media screen and (max-width: 767px) {
  :where(.contents) .flex > * {
    flex: var(--grow, 1) 0 var(--flex-basis, 0);
  }
}

@media screen and not (max-width: 767px) {
  :where(.contents) .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .is-pc {
    display: none !important;
  }
}

.contents {
  overflow: hidden;
  --white: linear-gradient(60deg, #e1e2e6 0%, #ffffff 64%, #ebf0f3 100%);
  --black: #000000;
  --pink: linear-gradient(7deg, #d6abaf, #f0c8d1);
  --champagne-gold: linear-gradient(7deg, #e5dbb0, #ede4b7);
  --silver: linear-gradient(60deg, #d5d6da 0%, #e9e9e9 64%, #dee1e4 100%);
  --blue: #58d1d5;
  --red: linear-gradient(60deg, #d55354 0%, #e55959 64%, #dc5657 100%);
  /*--------------------------
  association
  ----------------------------*/
  /*--------------------------
  TIPS
  ----------------------------*/
  /*--------------------------
  modal
  ----------------------------*/
}
.contents .heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: min(1.1574074074vw, 12.5px);
  font-family: "Noto Serif JP", serif;
  font-size: min(3.1481481481vw, 34px);
  font-weight: 500;
  margin-bottom: min(2.7777777778vw, 30px);
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .contents .heading {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
    gap: 3.3333333333vw;
  }
}
.contents .heading__en {
  font-size: min(1.1111111111vw, 12px);
  line-height: 1.8;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.16em;
  color: #867f6d;
}
@media screen and (max-width: 767px) {
  .contents .heading__en {
    font-size: 3.2vw;
  }
}
.contents .heading::after {
  margin-top: min(0.462962963vw, 5px);
  content: "";
  width: min(0.0925925926vw, 1px);
  height: min(2.7777777778vw, 30px);
  background: #000;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .contents .heading::after {
    margin-top: 2vw;
    width: 0.2666666667vw;
    height: 8vw;
  }
}
.contents .heading.-no-line::after {
  content: none;
}
.contents .sub-heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: min(1.1574074074vw, 12.5px);
  font-size: min(1.6666666667vw, 18px);
  font-weight: 500;
  margin-bottom: min(1.8518518519vw, 20px);
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .contents .sub-heading {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
    gap: 2.6666666667vw;
  }
}
.contents .sub-heading__en {
  font-size: min(1.1111111111vw, 12px);
  line-height: 1.8;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.16em;
  color: #867f6d;
}
@media screen and (max-width: 767px) {
  .contents .sub-heading__en {
    font-size: 3.2vw;
  }
}
.contents .sub-heading::after {
  margin-top: min(0.462962963vw, 5px);
  content: "";
  width: min(0.0925925926vw, 1px);
  height: min(1.8518518519vw, 20px);
  background: #867f6d;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .contents .sub-heading::after {
    margin-top: 0;
    width: 0.2666666667vw;
    height: 5.3333333333vw;
  }
}
.contents .button {
  width: min(37.037037037vw, 400px);
  min-height: min(6.8518518519vw, 74px);
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  gap: 1.5em;
  font-size: min(1.4814814815vw, 16px);
  font-weight: 700;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .contents .button {
    width: 53.3333333333vw;
    min-height: 14.4vw;
    font-size: 4.2666666667vw;
    gap: 4vw;
  }
}
.contents .button::after {
  content: "";
  width: min(0.787037037vw, 8.5px);
  height: min(1.2962962963vw, 14px);
  background: url(../img/ic-button-arrow.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .contents .button::after {
    width: 2.2666666667vw;
    height: 3.7333333333vw;
  }
}
@media (any-hover: hover) {
  .contents .button:hover {
    opacity: 0.7;
  }
}
.contents .button.-modal-open {
  width: min(32.8703703704vw, 355px);
  background: #867f6d;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents .button.-modal-open {
    width: 100%;
    height: 17.0666666667vw;
  }
}
.contents .button.-modal-open::before, .contents .button.-modal-open::after {
  content: "";
  width: min(1.8518518519vw, 20px);
  height: min(0.0925925926vw, 1px);
  background: #fff;
  position: absolute;
  top: 50%;
  right: min(2.7777777778vw, 30px);
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .contents .button.-modal-open::before, .contents .button.-modal-open::after {
    width: 5.3333333333vw;
    height: 0.2666666667vw;
    right: 6.6666666667vw;
  }
}
.contents .button.-modal-open::after {
  rotate: -90deg;
}
.contents .button.-outline {
  border: min(0.0925925926vw, 1px) solid #867f6d;
  background-color: transparent;
  color: #867f6d;
  text-align: center;
  line-height: 1.4;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .contents .button.-outline {
    width: 100%;
  }
}
.contents .button.-outline::after {
  content: "";
  width: min(0.787037037vw, 8.5px);
  height: min(1.2962962963vw, 14px);
  background: url(../img/ic-spvoice-arrow.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .contents .button.-outline::after {
    width: 2.2666666667vw;
    height: 3.7333333333vw;
  }
}
.contents .note {
  font-size: min(0.9259259259vw, 0.625rem);
  color: #231815;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .contents .note {
    font-size: 2.6666666667vw;
  }
}
.contents .lead {
  text-align: center;
  font-weight: 500;
  font-size: min(1.6666666667vw, 18px);
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .contents .lead {
    font-size: 4.5333333333vw;
    margin-bottom: 1.2em;
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
.contents .sub-menu {
  width: 100%;
  height: min(4.2592592593vw, 46px);
  background: linear-gradient(#716853, #948e7e);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 201;
  position: fixed;
  transition: translate 0.8s;
  list-style-type: none;
  translate: 0 0;
}
@media screen and (max-width: 767px) {
  .contents .sub-menu {
    height: 22.4vw;
    background: transparent;
  }
}
.contents .sub-menu.is-hide {
  translate: 0 100%;
}
.contents .sub-menu__inner {
  height: 100%;
  max-width: 1000px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr min(22.1296296296vw, 239px) min(4.2592592593vw, 46px);
}
@media screen and (max-width: 767px) {
  .contents .sub-menu__inner {
    grid-template-columns: 1fr 11.7333333333vw;
    grid-template-rows: 1fr 11.7333333333vw;
    background: #000;
  }
}
.contents .sub-menu__list {
  width: 100%;
  height: 100%;
  color: #fff;
  display: grid;
  grid-auto-flow: column;
}
@media screen and (max-width: 767px) {
  .contents .sub-menu__list {
    display: flex;
    justify-content: center;
    grid-column: span 2;
    background: linear-gradient(#716853, #948e7e);
  }
}
.contents .sub-menu__list li:not(:first-child) {
  position: relative;
}
.contents .sub-menu__list li:not(:first-child)::before {
  content: "";
  width: min(0.0925925926vw, 1px);
  height: min(1.6666666667vw, 18px);
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .contents .sub-menu__list li:not(:first-child)::before {
    width: 0.2666666667vw;
    height: 4.8vw;
  }
}
.contents .sub-menu__list a {
  height: 100%;
  display: grid;
  place-content: center;
  font-size: min(1.4814814815vw, 1rem);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .contents .sub-menu__list a {
    padding: 0 6.5333333333vw;
    font-size: 3.2vw;
  }
}
.contents .sub-menu__buy a {
  height: 100%;
  background: #000;
  font-size: min(1.4814814815vw, 1rem);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contents .sub-menu__buy a {
    font-size: 4vw;
  }
}
.contents .sub-menu__buy a::before {
  content: "";
  background-image: url(../../img/ic-cart.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.4em;
  height: 1.4em;
  display: block;
  position: relative;
  top: -1px;
}
.contents .sub-menu__pagetop {
  background: #444444;
  display: grid;
  place-content: center;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .contents .sub-menu__pagetop:hover {
    opacity: 0.7;
  }
}
.contents .sub-menu__pagetop::before {
  content: "";
  width: min(1.3425925926vw, 14.5px);
  height: min(0.8333333333vw, 9px);
  background: url(../img/ic-arrow-top.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .contents .sub-menu__pagetop::before {
    width: 3.7333333333vw;
    height: 2.1333333333vw;
  }
}
.contents .kv {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: min(43.0555555556vw, 465px);
}
@media screen and (max-width: 767px) {
  .contents .kv {
    min-height: unset;
  }
}
.contents .kv__wrap {
  display: grid;
  grid-template-columns: 1fr 48%;
  justify-content: end;
  transform: scale(1.25);
  opacity: 0;
  transition: transform 2s, opacity 2s;
}
@media screen and (max-width: 767px) {
  .contents .kv__wrap {
    display: block;
    position: relative;
  }
}
.contents .kv__wrap.is-show {
  transform: scale(1);
  opacity: 1;
}
.contents .kv__img {
  min-width: min(69.4444444444vw, 750px);
  background: #978b85;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contents .kv__img {
    min-width: unset;
  }
}
.contents .kv__img img {
  display: block;
  width: min(69.4444444444vw, 750px);
  height: 100%;
  margin-left: auto;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .contents .kv__img img {
    width: 100%;
  }
}
.contents .kv__body {
  min-width: min(63.8888888889vw, 690px);
  padding: min(6.4814814815vw, 70px) min(6.4814814815vw, 70px) min(4.8611111111vw, 52.5px) min(6.4814814815vw, 70px);
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: min(6.0185185185vw, 65px);
  background: url(../img/bg-kv.jpg) no-repeat center/cover;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .contents .kv__body {
    min-width: unset;
    gap: 9.3333333333vw;
    padding: 8vw 4vw 10.6666666667vw;
    background: url(../img/bg-kv-sp.jpg) no-repeat center/cover;
  }
}
.contents .kv__copy {
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", serif;
  font-size: min(2.5vw, 1.6875rem);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .contents .kv__copy {
    font-size: 6.9333333333vw;
    text-align: center;
    order: 2;
    position: relative;
    left: 0.5em;
  }
}
.contents .kv__info {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .contents .kv__info {
    width: 100%;
  }
}
.contents .kv__info__en {
  display: block;
  width: fit-content;
  margin-bottom: 0.5em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contents .kv__info__en {
    margin-bottom: 0.3em;
  }
}
.contents .kv__info__en img {
  width: auto;
  height: min(1.4814814815vw, 16px);
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .contents .kv__info__en img {
    height: 2.9333333333vw;
  }
}
.contents .kv__info__ja {
  font-size: min(1.5277777778vw, 16.5px);
  position: relative;
  left: -0.2em;
  display: block;
}
@media screen and (max-width: 767px) {
  .contents .kv__info__ja {
    font-size: 2.9333333333vw;
    grid-row: 2;
    grid-column: 1;
  }
}
.contents .kv__info__price {
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", serif;
  font-size: min(2.9347222222vw, 31.695px);
  position: relative;
  left: -0.15em;
  margin-top: 0.1em;
  display: block;
}
@media screen and (max-width: 767px) {
  .contents .kv__info__price {
    margin-top: 2.6666666667vw;
    font-size: 5.6346666667vw;
    grid-row: 3;
    grid-column: 1;
  }
}
.contents .kv__info__price .tax {
  font-size: 60%;
  margin-left: 0.3em;
}
.contents .kv__info__button {
  margin-top: min(1.8518518519vw, 20px);
  min-width: min(20.8333333333vw, 225px);
  min-height: min(5.462962963vw, 59px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  background: #000;
  color: #fff;
  font-size: min(1.6666666667vw, 1.125rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contents .kv__info__button {
    min-width: 39.7333333333vw;
    min-height: 10.5333333333vw;
    font-size: 3.2vw;
    position: absolute;
    right: 0;
    bottom: 0.2666666667vw;
  }
}
.contents .kv__info__button::after {
  content: "";
  width: min(0.8796296296vw, 9.5px);
  height: min(0.8796296296vw, 9.5px);
  border-right: min(0.1388888889vw, 1.5px) solid #fff;
  border-top: min(0.1388888889vw, 1.5px) solid #fff;
  rotate: 45deg;
}
@media screen and (max-width: 767px) {
  .contents .kv__info__button::after {
    width: 1.7333333333vw;
    height: 1.7333333333vw;
    border-width: 0.2666666667vw;
  }
}
.contents .point {
  padding-top: min(4.6296296296vw, 50px);
  padding-bottom: min(3.9814814815vw, 43px);
  background: #1e1c16;
  color: #dccabd;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contents .point {
    padding-top: 13.3333333333vw;
    padding-bottom: 14.6666666667vw;
  }
}
.contents .point::before, .contents .point::after {
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle farthest-side at center, #3d3835 0%, #1e1c16 100%);
  position: absolute;
  left: 50%;
  z-index: 1;
}
.contents .point::before {
  width: min(35.5555555556vw, 384px);
  height: min(35.5555555556vw, 384px);
  bottom: 0;
  translate: -50% 50%;
}
@media screen and (max-width: 767px) {
  .contents .point::before {
    width: 102.5306666667vw;
    height: 102.5306666667vw;
  }
}
.contents .point::after {
  width: min(29.6296296296vw, 320px);
  height: min(29.6296296296vw, 320px);
  top: 0;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .contents .point::after {
    width: 42.6666666667vw;
    height: 42.6666666667vw;
  }
}
.contents .point__heading {
  font-size: min(2.2222222222vw, 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.2em;
  line-height: 1.6;
  gap: min(2.3148148148vw, 25px);
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .contents .point__heading {
    font-size: 6.4vw;
    margin-bottom: 1.5em;
    gap: 6.6666666667vw;
    text-align: center;
  }
}
.contents .point__heading__new {
  font-size: min(2.7777777778vw, 30px);
  font-weight: 400;
  border-bottom: min(0.0925925926vw, 1px) solid #dccabd;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .contents .point__heading__new {
    font-size: 8vw;
  }
}
.contents .point__list {
  display: flex;
  justify-content: center;
  gap: min(3.7037037037vw, 40px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .contents .point__list {
    flex-direction: column;
    gap: 8vw;
  }
}
.contents .point__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: center;
  width: min(16.6666666667vw, 180px);
}
@media screen and (max-width: 767px) {
  .contents .point__item {
    display: grid;
    grid-template-columns: 26.6666666667vw 1fr;
    gap: 4vw;
    width: auto;
  }
}
.contents .point__img {
  width: min(11.1111111111vw, 120px);
  height: min(11.1111111111vw, 120px);
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contents .point__img {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}
.contents .point__body__heading {
  font-size: min(1.2962962963vw, 0.875rem);
  font-weight: 500;
  text-align: center;
  margin-top: 1.2em;
}
@media screen and (max-width: 767px) {
  .contents .point__body__heading {
    font-size: 3.7333333333vw;
    text-align: left;
    margin-top: 0;
  }
}
.contents .point__body__txt {
  font-size: min(1.1111111111vw, 0.75rem);
  margin-top: 0.3em;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .contents .point__body__txt {
    font-size: 3.2vw;
    margin-top: 0;
  }
}
.contents .point__note {
  color: #dccabd;
  max-width: min(77.7777777778vw, 840px);
  margin-inline: auto;
  margin-top: min(2.7777777778vw, 30px);
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .contents .point__note {
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin-top: 9.3333333333vw;
  }
}
.contents .buy-now {
  padding-top: min(5.5555555556vw, 60px);
  padding-bottom: min(7.4074074074vw, 80px);
}
@media screen and (max-width: 767px) {
  .contents .buy-now {
    padding-top: 10.6666666667vw;
    padding-bottom: 16vw;
  }
}
@media screen and not (max-width: 767px) {
  .contents .buy-now .heading {
    margin-bottom: min(9.7222222222vw, 105px);
  }
}
.contents .buy-now .inner {
  display: flex;
  align-items: stretch;
  column-gap: min(7.4074074074vw, 80px);
  width: min(92.5925925926vw, 1000px);
  margin-bottom: min(3.7037037037vw, 40px);
}
@media screen and (max-width: 767px) {
  .contents .buy-now .inner {
    width: 100%;
    margin-bottom: 12vw;
    flex-direction: column;
    gap: 8vw;
  }
}
@media screen and not (max-width: 767px) {
  .contents .buy-now .block-left {
    width: min(44.4444444444vw, 480px);
  }
}
.contents .buy-now .block-left .slide-target {
  overflow: hidden;
  position: relative;
}
.contents .buy-now .block-left .zoom::after {
  content: "";
  display: block;
  background-image: url("https://www.mtgec.jp/assets/beauty/refa/haircare/products/img/ic-zoom.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.contents .buy-now .block-left .button-prev,
.contents .buy-now .block-left .button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.contents .buy-now .block-left .button-prev::after,
.contents .buy-now .block-left .button-next::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}
.contents .buy-now .block-left .button-prev {
  left: min(1.3888888889vw, 15px);
}
.contents .buy-now .block-left .button-prev::after {
  background-image: url("https://www.mtgec.jp/assets/beauty/refa/haircare/common/img/im-carousel-left.png");
}
.contents .buy-now .block-left .button-next {
  right: min(1.3888888889vw, 15px);
}
.contents .buy-now .block-left .button-next::after {
  background-image: url("https://www.mtgec.jp/assets/beauty/refa/haircare/common/img/im-carousel-right.png");
}
.contents .buy-now .block-right .variation {
  display: flex;
  gap: min(0.6481481481vw, 7px);
}
@media screen and (max-width: 767px) {
  .contents .buy-now .block-right .variation {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.8666666667vw;
  }
}
.contents .buy-now .block-right .variation li {
  border: 1px solid #d8dee5;
}
.contents .buy-now .block-right .variation li.active {
  border: 1px solid #8f999f;
}
.contents .buy-now .block-right .variation .img-wrapper {
  width: min(7.7777777778vw, 84px);
}
@media screen and (max-width: 767px) {
  .contents .buy-now .block-right .variation .img-wrapper {
    width: auto;
  }
}
.contents .buy-now .offer_txt {
  margin-bottom: min(3.3333333333vw, 36px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contents .buy-now .offer_txt {
    margin-bottom: 6vw;
  }
}
.contents .buy-now .offer_txt .ja {
  font-size: min(2.037037037vw, 1.375rem);
  margin-bottom: 0.5em;
  line-height: 1.4;
  display: block;
}
@media screen and (max-width: 767px) {
  .contents .buy-now .offer_txt .ja {
    font-size: 5.8666666667vw;
    margin-bottom: 0.2em;
  }
}
.contents .buy-now .offer_txt .en {
  font-size: min(1.4814814815vw, 1rem);
  line-height: 1.4;
  display: block;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .contents .buy-now .offer_txt .en {
    font-size: 4vw;
  }
}
.contents .buy-now .offer_txt .price {
  font-size: min(2.5925925926vw, 1.75rem);
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contents .buy-now .offer_txt .price {
    font-size: 7.4666666667vw;
  }
}
.contents .buy-now .offer_txt .yen {
  font-size: min(2.1296296296vw, 1.4375rem);
}
@media screen and (max-width: 767px) {
  .contents .buy-now .offer_txt .yen {
    font-size: 6.1333333333vw;
  }
}
.contents .buy-now .offer_txt .tax {
  font-size: min(1.2037037037vw, 0.8125rem);
}
@media screen and (max-width: 767px) {
  .contents .buy-now .offer_txt .tax {
    font-size: 3.4666666667vw;
  }
}
.contents .buy-now__choice {
  max-width: min(66.6666666667vw, 720px);
  margin-inline: auto;
  margin-top: min(3.7037037037vw, 40px);
  margin-bottom: min(3.7037037037vw, 40px);
}
@media screen and (max-width: 767px) {
  .contents .buy-now__choice {
    max-width: 100%;
    margin-top: 10.6666666667vw;
    margin-bottom: 12vw;
  }
}
.contents .buy-now__choice__label {
  font-size: min(1.4814814815vw, 1rem);
  font-weight: 900;
  margin-bottom: min(1.3888888889vw, 15px);
}
@media screen and (max-width: 767px) {
  .contents .buy-now__choice__label {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
}
.contents .buy-now__choice__select {
  display: flex;
  flex-wrap: wrap;
  gap: min(0.9259259259vw, 10px);
}
@media screen and (max-width: 767px) {
  .contents .buy-now__choice__select {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.6666666667vw;
  }
}
.contents .buy-now__choice__select__item {
  width: min(15.5555555556vw, 168px);
}
@media screen and (max-width: 767px) {
  .contents .buy-now__choice__select__item {
    width: auto;
  }
}
.contents .buy-now__choice__select__item .radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
  min-height: min(7.3148148148vw, 79px);
  position: relative;
  width: 100%;
  height: 100%;
  padding: min(1.0185185185vw, 11px);
  border-radius: min(0.6481481481vw, 7px);
  border: min(0.1851851852vw, 2px) solid #e7e7e7;
}
@media screen and (max-width: 767px) {
  .contents .buy-now__choice__select__item .radio {
    min-height: 21.0666666667vw;
    padding: 2.6666666667vw;
    border-radius: 1.6vw;
    border-width: 0.5333333333vw;
  }
}
.contents .buy-now__choice__select__item .radio.is-checked {
  border: min(0.1851851852vw, 2px) solid #888888;
}
@media screen and (max-width: 767px) {
  .contents .buy-now__choice__select__item .radio.is-checked {
    border-width: 0.5333333333vw;
  }
}
.contents .buy-now__choice__select__item .radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.contents .buy-now__choice__select__item .txt {
  font-size: min(1.2962962963vw, 0.875rem);
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .contents .buy-now__choice__select__item .txt {
    font-size: 3.7333333333vw;
  }
}
.contents .buy-now__choice__select__item .icn {
  border: min(0.0925925926vw, 1px) solid #b9b8b8;
  border-radius: 50%;
  width: min(1.8518518519vw, 20px);
  height: min(1.8518518519vw, 20px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .contents .buy-now__choice__select__item .icn {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.contents .buy-now__choice__select__item .icn.white {
  background: var(--white);
}
.contents .buy-now__choice__select__item .icn.black {
  background: var(--black);
}
.contents .buy-now__choice__select__item .icn.pink {
  background: var(--pink);
}
.contents .buy-now__choice__select__item .icn.gold {
  background: var(--champagne-gold);
}
.contents .buy-now__choice__select__item .icn.silver {
  background: var(--silver);
}
.contents .buy-now__choice__select__item .icn.blue {
  background: var(--blue);
}
.contents .buy-now__choice__select__item .icn.red {
  background: var(--red);
}
.contents .buy-now__support {
  max-width: min(41.1111111111vw, 444px);
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents .buy-now__support {
    max-width: 100%;
  }
}
.contents .buy-now__support .feature-list {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: stretch;
  gap: min(1.0185185185vw, 11px);
}
@media screen and (max-width: 767px) {
  .contents .buy-now__support .feature-list {
    gap: 0.9333333333vw;
  }
}
.contents .buy-now__support .feature-list__item {
  padding: 0;
  font-size: min(1.2962962963vw, 0.875rem);
  --letter-spacing: 0;
  background: #736d5e;
  color: #fff;
  position: relative;
  height: min(2.3148148148vw, 25px);
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .contents .buy-now__support .feature-list__item {
    font-size: 3vw;
    height: 5.8666666667vw;
  }
}
.contents .buy-now__support .feature-list__item::before {
  content: "";
  width: min(0.9259259259vw, 10px);
  height: min(0.9259259259vw, 10px);
  background-color: #d1c498;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
  .contents .buy-now__support .feature-list__item::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.contents .buy-now__support .cart {
  background-color: #010000;
  color: #fff;
  font-size: min(1.4814814815vw, 1rem);
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(0.7407407407vw, 8px);
  text-decoration: none;
  height: min(5.9259259259vw, 64px);
  margin: min(0.9259259259vw, 10px) auto;
}
@media screen and (max-width: 767px) {
  .contents .buy-now__support .cart {
    font-size: 4.2666666667vw;
    height: 22.4vw;
    margin: 2.5333333333vw auto;
    gap: 2.1333333333vw;
  }
}
.contents .buy-now__support .cart::before {
  content: "";
  background-image: url(../img/ic-cart.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.35em;
  height: 1.35em;
  display: block;
}
.contents .buy-now__support .block-line {
  margin-bottom: min(0.9259259259vw, 10px);
}
@media screen and (max-width: 767px) {
  .contents .buy-now__support .block-line {
    margin-bottom: 2.6666666667vw;
  }
}
.contents .buy-now__support .block-line a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  min-height: min(3.7037037037vw, 40px);
  padding: min(0.9259259259vw, 10px);
  border: 1px solid #afb7bc;
  font-size: min(1.2962962963vw, 0.875rem);
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents .buy-now__support .block-line a {
    height: 14.4vw;
    font-size: 3.7333333333vw;
  }
}
.contents .buy-now__support .block-line a::after {
  content: "";
  background-image: url(https://www.mtgec.jp/assets/beauty/refa/haircare/products/img/ic-arrow-right-gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: min(0.9259259259vw, 10px);
  height: min(0.9259259259vw, 10px);
  display: block;
  position: absolute;
  right: min(1.2962962963vw, 14px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contents .buy-now__support .block-line a::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 3.7333333333vw;
  }
}
.contents .buy-now__support #goodsspec_body {
  margin: min(1.8518518519vw, 20px) 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents .buy-now__support #goodsspec_body {
    margin: 5.3333333333vw 0;
    text-align: left;
  }
}
.contents .buy-now__support #goodsspec_body .deliveryBlock_ dt {
  font-size: min(1.6296296296vw, 1.1rem);
}
@media screen and (max-width: 767px) {
  .contents .buy-now__support #goodsspec_body .deliveryBlock_ dt {
    font-size: 4.6933333333vw;
  }
}
.contents .buy-now__support #goodsspec_body .deliveryBlock_ dd {
  font-size: min(1.2962962963vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  .contents .buy-now__support #goodsspec_body .deliveryBlock_ dd {
    font-size: 3.7333333333vw;
  }
}
.contents .block-split {
  background-color: #f4f4f6;
}
@media screen and not (max-width: 767px) {
  .contents .block-split {
    width: min(66.6666666667vw, 720px);
    margin: min(2.7777777778vw, 30px) auto min(3.7037037037vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .contents .block-split {
    margin: 5.3333333333vw -4vw 10.6666666667vw;
  }
}
.contents .block-split__inner {
  padding: min(3.8888888889vw, 42px) 0 0;
}
@media screen and not (max-width: 767px) {
  .contents .block-split__inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .contents .block-split__inner {
    padding: 3.7333333333vw 4vw 0;
  }
}
.contents .block-split__inner .block-left {
  width: min(9.0740740741vw, 98px);
  margin-right: min(1.2037037037vw, 13px);
}
@media screen and (max-width: 767px) {
  .contents .block-split__inner .block-left {
    width: 26.1333333333vw;
    margin: auto auto 2.1333333333vw auto;
  }
}
@media screen and not (max-width: 767px) {
  .contents .block-split__inner .block-right {
    margin-left: calc(-1 * min(0.0925925926vw, 1px));
  }
}
@media screen and (max-width: 767px) {
  .contents .block-split__inner .block-right {
    text-align: center;
  }
}
.contents .block-split__inner .block-right .btn-link {
  margin-top: 3.2vw;
}
.contents .block-split .inner-2 {
  padding: 0 min(3.7037037037vw, 40px) min(3.7037037037vw, 40px) min(3.7037037037vw, 40px);
}
@media screen and not (max-width: 767px) {
  .contents .block-split .inner-2 {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .contents .block-split .inner-2 {
    padding: 0 4vw 4.8vw;
  }
}
@media screen and not (max-width: 767px) {
  .contents .block-split .inner-2 .block-left {
    margin-right: min(1.8518518519vw, 20px);
  }
}
.contents .block-split .btn-link {
  border: 1px solid #8f999f;
  width: min(28.7037037037vw, 310px);
  margin: min(1.6666666667vw, 18px) auto 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .contents .block-split .btn-link {
    width: 84vw;
    margin: 3.7333333333vw auto 0;
  }
}
.contents .block-split .btn-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  min-height: min(5.1851851852vw, 56px);
  font-size: min(1.1111111111vw, 12px);
  line-height: 1.4;
  letter-spacing: min(0.1037037037vw, 1.12px);
  color: #000000;
  padding: min(1.0185185185vw, 11px) min(1.8518518519vw, 20px);
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents .block-split .btn-link a {
    font-size: 3.2vw;
    min-height: 13.3333333333vw;
    letter-spacing: 0.2986666667vw;
    padding: 1.2vw 1.3333333333vw 1.2vw 1.4666666667vw;
    position: relative;
    text-align: center;
  }
}
.contents .block-split .btn-link a::after {
  content: "";
  background-image: url("../../../common/img/ic-arrow-gray.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: min(0.9259259259vw, 10px);
  height: min(0.9259259259vw, 10px);
  display: block;
  position: absolute;
  right: min(1.1111111111vw, 12px);
}
@media screen and (max-width: 767px) {
  .contents .block-split .btn-link a::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    display: block;
    position: absolute;
    right: 3.2vw;
  }
}
.contents .block-split .text-5,
.contents .block-split .text-1 {
  font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
  font-size: min(1.6666666667vw, 18px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .contents .block-split .text-5,
  .contents .block-split .text-1 {
    font-size: 4.5333333333vw;
  }
}
.contents .block-split .text-5:before {
  content: " ";
}
.contents .block-split .text-2 {
  font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
  font-size: min(2.3333333333vw, 25.2px);
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .contents .block-split .text-2 {
    font-size: 6.72vw;
  }
}
.contents .block-split .text-3 {
  font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
  font-size: min(1vw, 10.8px);
  line-height: 2.3333333333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .contents .block-split .text-3 {
    font-size: 2.88vw;
  }
}
.contents .block-split .text-4 {
  font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
  font-size: min(1.6666666667vw, 18px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .contents .block-split .text-4 {
    font-size: 4.5333333333vw;
  }
}
@media screen and not (max-width: 767px) {
  .contents .guarantee {
    margin: min(2.5vw, 27px) auto min(5.3240740741vw, 57.5px);
    width: min(66.6666666667vw, 720px);
    border: min(0.2777777778vw, 3px) solid #d8dee5;
  }
}
@media screen and (max-width: 767px) {
  .contents .guarantee {
    margin: 10.6666666667vw auto 9.3333333333vw;
    border: 0.8vw solid #d8dee5;
  }
}
.contents .guarantee__inner {
  display: flex;
  padding: min(1.4814814815vw, 16px) min(1.8518518519vw, 20px) min(1.2037037037vw, 13px) min(1.8518518519vw, 20px);
}
@media screen and (max-width: 767px) {
  .contents .guarantee__inner {
    display: block;
    padding: 4.5333333333vw;
    position: relative;
  }
}
.contents .guarantee__inner .block-left {
  width: min(4.0740740741vw, 44px);
  margin-right: min(0.7407407407vw, 8px);
}
@media screen and (max-width: 767px) {
  .contents .guarantee__inner .block-left {
    width: 12vw;
    margin-right: 1.6vw;
  }
}
.contents .guarantee__inner .text {
  margin-top: min(0.2777777778vw, 3px);
  margin-bottom: min(1.0185185185vw, 11px);
}
@media screen and (max-width: 767px) {
  .contents .guarantee__inner .text {
    margin-top: 0;
    margin-bottom: 0.8vw;
  }
}
.contents .guarantee__inner .text-1 {
  font-size: min(1.6666666667vw, 1.125rem);
  line-height: 1.0888888889;
  font-weight: 700;
  margin-bottom: min(0.1851851852vw, 2px);
  display: block;
}
@media screen and (max-width: 767px) {
  .contents .guarantee__inner .text-1 {
    font-size: 4.5333333333vw;
    margin-bottom: 0.5333333333vw;
    position: absolute;
    top: 7.2vw;
    left: 19.4666666667vw;
  }
}
.contents .guarantee__inner .text-2 {
  font-size: min(1.2962962963vw, 0.875rem);
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: min(1.2037037037vw, 13px);
}
@media screen and (max-width: 767px) {
  .contents .guarantee__inner .text-2 {
    font-size: 3.7333333333vw;
    margin-bottom: 3.4666666667vw;
  }
}
.contents .guarantee__inner .external {
  font-size: min(1.2962962963vw, 0.875rem);
  line-height: 1.4;
  color: #3980d3;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contents .guarantee__inner .external {
    font-size: 3.7333333333vw;
  }
}
.contents .guarantee__inner .external:after {
  content: "";
  background-image: url("../../img/ic-openwindow-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: min(1.1111111111vw, 12px);
  height: min(1.1111111111vw, 12px);
  display: block;
  margin-left: min(0.2777777778vw, 3px);
}
@media screen and (max-width: 767px) {
  .contents .guarantee__inner .external:after {
    width: 3.2vw;
    height: 3.2vw;
    margin-right: 0.8vw;
  }
}
.contents .guarantee .aster-wrapper {
  margin-left: min(1.8518518519vw, 20px);
  font-size: min(1.1111111111vw, 0.75rem);
  line-height: 1.6;
  color: #5c656b;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .contents .guarantee .aster-wrapper {
    margin-left: 0;
    font-size: 3.2vw;
  }
}
.contents .spec-table {
  width: min(66.6666666667vw, 720px);
  margin: auto auto min(7.4074074074vw, 80px) auto;
}
@media screen and (max-width: 767px) {
  .contents .spec-table {
    width: 100%;
    margin-bottom: 0;
  }
}
.contents .spec-table .d-table {
  display: table;
}
.contents .spec-table .d-row {
  display: table-row;
}
.contents .spec-table .d-cell {
  display: table-cell;
  font-size: 0.875rem;
  line-height: 1.4;
  padding-bottom: min(3.7037037037vw, 40px);
}
@media screen and (max-width: 767px) {
  .contents .spec-table .d-cell {
    padding-bottom: 40px;
  }
}
.contents .spec-table .d-cell:nth-of-type(2n + 1) {
  min-width: 154px;
}
@media screen and (max-width: 767px) {
  .contents .spec-table .d-cell:nth-of-type(2n + 1) {
    min-width: 23.3333333333vw;
  }
}
.contents .spec-table .d-cell:nth-of-type(2n) {
  width: calc(100% - 154px);
  color: #5c656b;
}
@media screen and (max-width: 767px) {
  .contents .spec-table .d-cell:nth-of-type(2n) {
    width: calc(100% - 23.3333333333vw);
    padding-left: 35px;
  }
}
.contents .spec-table .text:nth-of-type(n + 2) {
  margin-top: 8px;
}
.contents .spec-table .txt-b {
  font-weight: bold;
  margin-bottom: min(1.8518518519vw, 20px);
}
@media screen and (max-width: 767px) {
  .contents .spec-table .txt-b {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .spec-table .table-wrapper {
    display: none;
  }
}
.contents .spec-table .table-wrapper.border {
  border-top: 1px solid #d8dee5;
  padding-top: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 767px) {
  .contents .spec-table .table-wrapper.border {
    padding-top: 25px;
  }
}
.contents .spec-table .title {
  display: block;
  border-top: 1px solid #d8dee5;
  padding: 20px 0 21px 0;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  position: relative;
  text-decoration: none;
}
.contents .spec-table .title[aria-expanded=true] {
  margin-bottom: 37px;
  border-bottom: 1px solid #d8dee5;
}
@media screen and (max-width: 767px) {
  .contents .spec-table .title[aria-expanded=true] {
    margin-bottom: 35px;
  }
}
.contents .spec-table .title[aria-expanded=true]:after {
  content: "";
  background-image: url("../../img/ic-minus-black.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  display: block;
  margin-left: 14px;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.contents .spec-table .title[aria-expanded=false]:after {
  content: "";
  background-image: url("../../img/ic-plus-black.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  display: block;
  margin-left: 14px;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.contents .spec-table .bullet-list > li {
  margin-bottom: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .contents .spec-table .bullet-list > li {
    margin-bottom: 20px;
  }
}
.contents .spec-table .bullet-list > li:last-of-type {
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .contents .spec-table .bullet-list > li:last-of-type {
    margin-bottom: 40px;
  }
}
.contents .spec-table .external {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  line-height: 1.4;
  border-top: 1px solid #d8dee5;
  border-bottom: 1px solid #d8dee5;
  text-decoration: none;
}
.contents .spec-table .external:before {
  content: "";
  background-image: url("../../img/ic-openwindow_gray.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  display: block;
  position: relative;
  order: 2;
  margin-left: 4px;
}
.contents .spec-table .external :after {
  content: "";
  background-image: url("../../../common/img/ic-arrow-gray.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.contents .spec-table .bullet-wrapper {
  display: flex;
}
.contents .spec-table .bullet-wrapper > span:first-of-type {
  flex-shrink: 0;
}
.contents .support {
  width: min(66.6666666667vw, 720px);
  margin: min(5.5555555556vw, 60px) auto 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .contents .support {
    width: 100%;
    margin-top: 9.3333333333vw;
  }
}
.contents .support__inner {
  display: flex;
  padding: min(3.7037037037vw, 40px) min(3.6111111111vw, 39px) min(3.2407407407vw, 35px) min(3.9814814815vw, 43px);
  border: min(0.0925925926vw, 1px) solid #8f999f;
}
@media screen and (max-width: 767px) {
  .contents .support__inner {
    display: block;
    padding: 6.9333333333vw 4vw;
    border-width: 0.2666666667vw;
  }
}
@media screen and not (max-width: 767px) {
  .contents .support__inner .block-left,
  .contents .support__inner .block-right {
    width: min(27.7777777778vw, 300px);
  }
}
@media screen and not (max-width: 767px) {
  .contents .support__inner .block-left {
    margin-right: min(3.5185185185vw, 38px);
  }
}
.contents .support__inner .block-right {
  display: flex;
  align-items: center;
}
.contents .support__inner .text-1 {
  font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
  font-size: min(1.6666666667vw, 1.125rem);
  line-height: 1.4777777778;
  margin-bottom: min(0.9259259259vw, 10px);
}
@media screen and (max-width: 767px) {
  .contents .support__inner .text-1 {
    font-size: 4.8vw;
    margin-bottom: 1.3333333333vw;
  }
}
.contents .support__inner .text-2 {
  font-size: min(1.2962962963vw, 0.875rem);
  line-height: 1.8;
  color: #5c656b;
}
@media screen and (max-width: 767px) {
  .contents .support__inner .text-2 {
    font-size: 3.7333333333vw;
  }
}
.contents .support__inner .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(27.7777777778vw, 300px);
  height: min(5.1851851852vw, 56px);
  color: #fff;
  background-color: #010000;
  position: relative;
  text-decoration: none;
  font-size: min(1.2962962963vw, 0.875rem);
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .contents .support__inner .link {
    width: 100%;
    height: 14.9333333333vw;
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
}
.contents .support__inner .link::before {
  content: "";
  background-image: url("../../img/ic-support-wh.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: min(2.037037037vw, 22px);
  height: min(2.037037037vw, 22px);
  display: block;
  position: relative;
  left: calc(-1 * min(0.6481481481vw, 7px));
  top: calc(-1 * min(0.1851851852vw, 2px));
}
@media screen and (max-width: 767px) {
  .contents .support__inner .link::before {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    left: -1.8666666667vw;
    top: -0.5333333333vw;
  }
}
.contents .support__inner .link:after {
  content: "";
  background-image: url("../../img/ic-arrow-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: min(1.2962962963vw, 14px);
  height: min(1.2962962963vw, 14px);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: min(1.1111111111vw, 12px);
}
@media screen and (max-width: 767px) {
  .contents .support__inner .link:after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    right: 3.2vw;
  }
}
.contents .intro {
  background: #212b2c;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contents .intro {
    background: transparent;
  }
}
.contents .intro__wrap {
  margin-inline: auto;
  max-width: min(111.1111111111vw, 1200px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 767px) {
  .contents .intro__wrap {
    display: block;
    max-width: 100%;
  }
}
.contents .intro__img {
  margin-left: calc(-1 * min(11.1111111111vw, 120px));
}
@media screen and (max-width: 767px) {
  .contents .intro__img {
    margin-left: 0;
  }
}
.contents .intro__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents .intro__body {
  color: #fff;
  padding: min(4.6296296296vw, 50px) 0;
  margin-right: min(0px, min(55.5555555556vw, 600px) - 50vw);
  padding-right: calc(50vw - min(46.2962962963vw, 500px));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../img/bg-intro.jpg) no-repeat center right/cover;
}
@media screen and (max-width: 767px) {
  .contents .intro__body {
    background: url(../img/bg-intro-sp.jpg) no-repeat center/cover;
    padding: 12vw 4vw 13.3333333333vw;
    margin-right: 0;
  }
}
.contents .intro__heading {
  text-align: center;
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", serif;
  font-size: min(2.037037037vw, 1.375rem);
  line-height: 1.6;
  margin-bottom: 1.5em;
  color: #1e1c16;
}
@media screen and (max-width: 767px) {
  .contents .intro__heading {
    font-size: 5.8666666667vw;
    margin-bottom: 2em;
    margin-left: -4vw;
    margin-right: -4vw;
    position: relative;
    left: 0.5em;
  }
}
.contents .intro__block {
  border: min(0.0925925926vw, 1px) solid #fff;
  padding: min(1.3888888889vw, 15px);
  width: min(31.9444444444vw, 345px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .contents .intro__block {
    width: auto;
    border-width: 0.2666666667vw;
    padding: 3.3333333333vw 4vw;
  }
}
.contents .intro__block__heading {
  text-align: center;
  font-size: min(1.2962962963vw, 0.875rem);
  font-weight: 500;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .contents .intro__block__heading {
    font-size: 3.7333333333vw;
  }
}
.contents .intro__block__heading::after {
  margin-top: 0.8em;
  content: "";
  width: min(12.037037037vw, 130px);
  height: min(0.0925925926vw, 1px);
  background: #fff;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .contents .intro__block__heading::after {
    margin-top: 0.5em;
    width: 34.6666666667vw;
    height: 0.2666666667vw;
  }
}
.contents .intro__block__list {
  font-size: min(1.2037037037vw, 0.8125rem);
}
@media screen and (max-width: 767px) {
  .contents .intro__block__list {
    font-size: 3.4666666667vw;
  }
}
.contents .anchor {
  background: #1e1c16;
  position: relative;
  overflow: hidden;
  color: #dccabd;
  padding: min(2.3148148148vw, 25px) 0 min(2.7777777778vw, 30px);
}
@media screen and (max-width: 767px) {
  .contents .anchor {
    padding: 6vw 0 8vw;
  }
}
.contents .anchor::before {
  content: "";
  width: min(29.6296296296vw, 320px);
  height: min(29.6296296296vw, 320px);
  border-radius: 50%;
  background: radial-gradient(circle farthest-side at center, #3d3835 0%, #1e1c16 100%);
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .contents .anchor::before {
    width: 85.4666666667vw;
    height: 85.4666666667vw;
  }
}
.contents .anchor__heading {
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.16em;
  font-size: min(1.1111111111vw, 0.75rem);
  margin-bottom: 1.2em;
}
@media screen and (max-width: 767px) {
  .contents .anchor__heading {
    font-size: 3.2vw;
  }
}
.contents .anchor__list {
  display: flex;
  justify-content: center;
  height: min(6.9444444444vw, 75px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contents .anchor__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: 25.3333333333vw;
  }
}
.contents .anchor__item {
  text-align: center;
  width: min(22.2222222222vw, 240px);
  font-size: min(1.1111111111vw, 0.75rem);
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contents .anchor__item {
    width: auto;
    font-size: 3.2vw;
  }
}
.contents .anchor__item:not(:first-child) {
  position: relative;
}
.contents .anchor__item:not(:first-child)::before {
  content: "";
  width: min(0.0925925926vw, 1px);
  height: 100%;
  background: linear-gradient(#201e18, #e8dfd9, #201e18);
  position: absolute;
  left: calc(-1 * min(0.0462962963vw, 0.5px));
  top: 0;
}
@media screen and (max-width: 767px) {
  .contents .anchor__item:not(:first-child)::before {
    width: 0.2666666667vw;
    left: -0.1333333333vw;
  }
}
.contents .anchor__item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(1.2962962963vw, 14px);
  padding: min(0.0925925926vw, 1px) 0;
}
@media screen and (max-width: 767px) {
  .contents .anchor__item a {
    gap: 4vw;
    padding: 0.2666666667vw 0;
  }
}
.contents .anchor__item a::after {
  content: "";
  width: min(1.2962962963vw, 14px);
  height: min(0.6481481481vw, 7px);
  background: currentColor;
  display: block;
  margin-top: auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  .contents .anchor__item a::after {
    width: 3.7333333333vw;
    height: 1.8666666667vw;
  }
}
.contents .anchor__item__num {
  display: block;
  width: auto;
  height: min(1.5740740741vw, 17px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .contents .anchor__item__num {
    height: 4.5333333333vw;
  }
}
.contents .technology {
  padding-top: min(5.5555555556vw, 60px);
  padding-bottom: min(6.4814814815vw, 70px);
}
@media screen and (max-width: 767px) {
  .contents .technology {
    padding-top: 10.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
.contents .technology__heading {
  margin-bottom: min(1.8518518519vw, 20px);
}
@media screen and (max-width: 767px) {
  .contents .technology__heading {
    margin-bottom: 5.3333333333vw;
  }
}
.contents .technology__heading .heading {
  line-height: 1.6;
}
.contents .technology__heading .heading__en {
  font-weight: 700;
}
.contents .technology__heading .heading__en__num {
  display: block;
  width: auto;
  height: min(1.9444444444vw, 21px);
  margin-top: min(1.3888888889vw, 15px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .contents .technology__heading .heading__en__num {
    height: 5.6vw;
    margin-top: 4vw;
  }
}
.contents .technology__mv {
  --flex-basis: 50%;
  --grow: 0;
}
@media screen and (max-width: 767px) {
  .contents .technology__mv {
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
.contents .technology__block {
  background: #fff;
  padding: min(5.5555555556vw, 60px);
}
@media screen and (max-width: 767px) {
  .contents .technology__block {
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
.contents .technology__block__heading {
  text-align: center;
  font-size: min(1.5740740741vw, 1.0625rem);
  font-weight: 500;
  margin-bottom: 1.5em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .contents .technology__block__heading {
    font-size: 4.5333333333vw;
    margin-bottom: 1.1em;
  }
}
.contents .double-sensing {
  background: url(../img/bg-double-sensing.jpg) no-repeat center top/100%;
}
@media screen and (max-width: 767px) {
  .contents .double-sensing {
    background: url(../img/bg-double-sensing-sp.jpg) no-repeat center top/100%;
  }
}
.contents .double-sensing__intro {
  --gap: min(3.2407407407vw, 35px);
  max-width: min(81.4814814815vw, 880px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .contents .double-sensing__intro {
    --gap: 8vw;
    max-width: 100%;
  }
}
.contents .double-sensing__desc {
  font-size: min(1.4814814815vw, 1rem);
}
@media screen and (max-width: 767px) {
  .contents .double-sensing__desc {
    font-size: 3.7333333333vw;
  }
}
.contents .double-sensing__desc * + * {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .contents .double-sensing__desc * + * {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .contents .double-sensing__desc p {
    display: inline;
  }
}
.contents .double-sensing__body {
  margin-top: min(5.5555555556vw, 60px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: min(3.7037037037vw, 40px) min(4.8148148148vw, 52px);
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contents .double-sensing__body {
    margin-top: 6.6666666667vw;
    background: transparent;
    padding: 0;
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}
.contents .double-sensing__head, .contents .double-sensing__hair {
  display: flex;
  flex-direction: column;
}
.contents .double-sensing__img {
  margin-bottom: min(2.7777777778vw, 30px);
}
@media screen and (max-width: 767px) {
  .contents .double-sensing__img {
    margin-bottom: 5.3333333333vw;
  }
}
.contents .double-sensing__note {
  margin-top: auto;
}
.contents .double-sensing__color {
  grid-column: span 2;
  border: min(0.0925925926vw, 1px) solid #231815;
  padding: min(3.7037037037vw, 40px) min(4.6296296296vw, 50px) min(4.6296296296vw, 50px);
  --gap: min(3.5185185185vw, 38px);
}
@media screen and (max-width: 767px) {
  .contents .double-sensing__color {
    grid-column: span 1;
    border-width: 0.2666666667vw;
    padding: 4vw 5.3333333333vw;
    --gap: 8vw;
  }
}
.contents .double-sensing__color__img {
  --flex-basis: min(39.537037037vw, 427px);
  --grow: 0;
}
.contents .double-sensing__color__txt {
  font-size: min(1.2962962963vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  .contents .double-sensing__color__txt {
    font-size: 3.4666666667vw;
  }
}
.contents .double-sensing__color__txt .note {
  margin-top: 2em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .contents .double-sensing__color__txt .note {
    margin-top: 1.5em;
  }
}
.contents .hydro-ion {
  background: #ede8e6;
}
.contents .hydro-ion__intro {
  --gap: min(3.2407407407vw, 35px);
}
@media screen and (max-width: 767px) {
  .contents .hydro-ion__intro {
    --gap: 10vw;
  }
}
.contents .hydro-ion__desc {
  display: flex;
  flex-direction: column;
}
.contents .hydro-ion__desc .note {
  margin-top: 1em;
}
.contents .hydro-ion__graph {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .contents .hydro-ion__graph {
    margin-top: 10.6666666667vw;
    max-width: 80.6666666667vw;
    margin-inline: auto;
  }
}
.contents .hydro-ion__evidence {
  margin-top: min(6.4814814815vw, 70px);
}
@media screen and (max-width: 767px) {
  .contents .hydro-ion__evidence {
    margin-top: 8.6666666667vw;
  }
}
.contents .hydro-ion__evidence__smooth {
  border-bottom: min(0.0925925926vw, 1px) solid #c4c0b6;
  padding-bottom: min(4.6296296296vw, 50px);
  margin-bottom: min(3.7037037037vw, 40px);
}
@media screen and (max-width: 767px) {
  .contents .hydro-ion__evidence__smooth {
    border-width: 0.2666666667vw;
    padding-bottom: 13.3333333333vw;
    margin-bottom: 8.6666666667vw;
  }
}
.contents .hydro-ion__evidence__smooth__txt {
  font-size: min(1.2962962963vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  .contents .hydro-ion__evidence__smooth__txt {
    font-size: 3.7333333333vw;
  }
}
.contents .hydro-ion__evidence__smooth__imgs {
  margin-top: min(3.7037037037vw, 40px);
  max-width: min(72.2222222222vw, 780px);
  margin-inline: auto;
  gap: min(5.5555555556vw, 60px);
}
@media screen and (max-width: 767px) {
  .contents .hydro-ion__evidence__smooth__imgs {
    margin-top: 6.6666666667vw;
    max-width: 100%;
    gap: 5.3333333333vw;
  }
}
.contents .hydro-ion__evidence__smooth__note {
  margin-top: 2.5em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .contents .hydro-ion__evidence__smooth__note {
    margin-top: 1.5em;
  }
}
.contents .hydro-ion__evidence__hair-shine {
  display: grid;
  grid-template-columns: min(37.962962963vw, 410px) 1fr;
  grid-template-rows: auto 1fr;
  column-gap: min(3.9814814815vw, 43px);
}
@media screen and (max-width: 767px) {
  .contents .hydro-ion__evidence__hair-shine {
    grid-template-columns: 1fr;
  }
}
.contents .hydro-ion__evidence__hair-shine__txt {
  font-size: min(1.2962962963vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  .contents .hydro-ion__evidence__hair-shine__txt {
    font-size: 3.7333333333vw;
  }
}
.contents .hydro-ion__evidence__hair-shine__note {
  grid-column: 1;
  margin-top: 2.5em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .contents .hydro-ion__evidence__hair-shine__note {
    margin-top: 1.5em;
  }
}
.contents .hydro-ion__evidence__hair-shine__img {
  grid-row: 1/3;
  grid-column: 2;
}
@media screen and (max-width: 767px) {
  .contents .hydro-ion__evidence__hair-shine__img {
    grid-row: 2;
    grid-column: 1;
    margin-top: 6.6666666667vw;
  }
}
.contents .multi-voltage {
  background: url(../img/bg-multi-voltage.jpg) no-repeat center top/100% #ede8e6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contents .multi-voltage {
    background: url(../img/bg-multi-voltage-sp.jpg) no-repeat center top/100% #ede8e6;
  }
}
.contents .multi-voltage .heading::after {
  background-color: #fff;
}
.contents .multi-voltage .heading__en {
  color: #c4c0b6;
}
.contents .multi-voltage__intro {
  max-width: min(59.2592592593vw, 640px);
  margin-inline: auto;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .contents .multi-voltage__intro {
    max-width: 100%;
  }
}
.contents .multi-voltage__desc {
  margin-top: min(1.8518518519vw, 20px);
  font-size: min(1.2962962963vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  .contents .multi-voltage__desc {
    margin-top: 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.contents .multi-voltage__desc * + * {
  margin-top: 1em;
}
.contents .howto {
  padding-bottom: 0;
}
.contents .howto__wrap {
  margin-left: calc(-1 * min(3.7037037037vw, 40px));
  margin-right: calc(-1 * min(3.7037037037vw, 40px));
  padding: min(5.0925925926vw, 55px) min(3.7037037037vw, 40px) min(7.4074074074vw, 80px);
  background: url(../img/bg-howto.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .contents .howto__wrap {
    margin-left: -4vw;
    margin-right: -4vw;
    padding: 9.3333333333vw 4vw 13.3333333333vw;
    background: url(../img/bg-howto-sp.jpg) no-repeat center top/100%;
  }
}
.contents .howto__heading {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #fff;
  margin-bottom: min(2.7777777778vw, 30px);
  font-size: min(2.4074074074vw, 1.625rem);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .contents .howto__heading {
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and not (max-width: 767px) {
  .contents .howto__nav {
    width: min(60vw, 648px);
    margin-inline: auto;
    margin-bottom: min(5.5555555556vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__nav {
    margin-bottom: 8vw;
  }
}
.contents .howto__nav__head {
  background: url(../img/ic-mode_arrow.png) no-repeat center bottom/min(10.3703703704vw, 112px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-bottom: min(2.7777777778vw, 30px);
  padding-bottom: min(4.1666666667vw, 45px);
  font-size: min(3.1481481481vw, 2.125rem);
}
@media screen and (max-width: 767px) {
  .contents .howto__nav__head {
    margin-bottom: 6.4vw;
    padding-bottom: 6.4vw;
    font-size: 6.1333333333vw;
    background-size: 14.9333333333vw auto;
  }
}
.contents .howto__nav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
@media screen and not (max-width: 767px) {
  .contents .howto__nav__btn {
    background: url(../img/bg-mode_btn.png) no-repeat center center;
    background-size: auto 100%;
    gap: min(0.7407407407vw, 8px);
    height: min(8.6111111111vw, 93px);
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__nav__btn {
    background: url(../img/bg-mode_btn-sp.png) no-repeat center center;
    background-size: auto 100%;
    gap: 1.3333333333vw;
    height: 22.5333333333vw;
  }
}
.contents .howto__nav__btn .txt {
  display: block;
}
@media screen and not (max-width: 767px) {
  .contents .howto__nav__btn .txt {
    font-size: min(1.4814814815vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__nav__btn .txt {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.contents .howto__nav__btn .en {
  display: block;
  font-weight: 700;
}
@media screen and not (max-width: 767px) {
  .contents .howto__nav__btn .en {
    font-size: min(1.6666666667vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__nav__btn .en {
    font-size: 3.7333333333vw;
  }
}
.contents .howto__nav__btn .arrow {
  display: block;
}
@media screen and not (max-width: 767px) {
  .contents .howto__nav__btn .arrow {
    width: min(1.4814814815vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__nav__btn .arrow {
    width: 2.6666666667vw;
  }
}
.contents .howto__nav__txt {
  position: relative;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and not (max-width: 767px) {
  .contents .howto__nav__txt {
    padding: min(3.2407407407vw, 35px) 0;
    font-size: min(1.6666666667vw, 18px);
    line-height: min(2.3148148148vw, 25px);
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__nav__txt {
    padding: 6.6666666667vw 0;
    font-size: 3.2vw;
    line-height: 4.5333333333vw;
  }
}
.contents .howto__nav__txt::before, .contents .howto__nav__txt::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin-inline: auto;
  background-color: #202c2c;
}
@media screen and not (max-width: 767px) {
  .contents .howto__nav__txt::before, .contents .howto__nav__txt::after {
    width: min(0.1851851852vw, 2px);
    height: min(1.8518518519vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__nav__txt::before, .contents .howto__nav__txt::after {
    width: 0.5333333333vw;
    height: 5.3333333333vw;
  }
}
.contents .howto__nav__txt::before {
  top: 0;
}
.contents .howto__nav__txt::after {
  bottom: 0;
}
.contents .howto__nav__list {
  position: relative;
  display: flex;
}
@media screen and not (max-width: 767px) {
  .contents .howto__nav__list {
    gap: min(1.9444444444vw, 21px);
    padding-top: min(2.037037037vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__nav__list {
    gap: 1.6vw;
    padding-top: 5.8666666667vw;
  }
}
.contents .howto__nav__list::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin-inline: auto;
}
@media screen and not (max-width: 767px) {
  .contents .howto__nav__list::before {
    width: min(16.3888888889vw, 177px);
    height: min(2.037037037vw, 22px);
    border: min(0.1851851852vw, 2px) solid #202c2c;
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__nav__list::before {
    width: 47.0666666667vw;
    height: 5.8666666667vw;
    border: 0.5333333333vw solid #202c2c;
    border-bottom: 0;
  }
}
.contents .howto__nav__list__item {
  flex: 1;
}
.contents .howto__section {
  background-color: #fff;
  padding: min(2.3148148148vw, 25px) min(3.7037037037vw, 40px) min(3.7037037037vw, 40px);
  border-top: min(0.3703703704vw, 4px) solid #202c2c;
}
@media screen and (max-width: 767px) {
  .contents .howto__section {
    padding: 4vw;
    border-top: 1.0666666667vw solid #202c2c;
  }
}
.contents .howto__section + .howto__section {
  margin-top: min(3.7037037037vw, 40px);
}
@media screen and (max-width: 767px) {
  .contents .howto__section + .howto__section {
    margin-top: 5.3333333333vw;
  }
}
.contents .howto__section.is-open .howto__section__outline__btn .txt::before {
  content: "閉じる";
}
.contents .howto__section.is-open .howto__section__outline__btn .icn::before {
  rotate: 0deg;
}
.contents .howto__section__head {
  display: flex;
  align-items: center;
}
@media screen and not (max-width: 767px) {
  .contents .howto__section__head {
    margin-bottom: min(1.8518518519vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__section__head {
    margin-bottom: 2.9333333333vw;
  }
}
.contents .howto__section__head .main {
  display: block;
  border-right: 1px solid #202c2c;
}
@media screen and not (max-width: 767px) {
  .contents .howto__section__head .main {
    margin-right: min(1.3888888889vw, 15px);
    padding-right: min(1.3888888889vw, 15px);
    font-size: min(1.6666666667vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__section__head .main {
    margin-right: 4vw;
    padding-right: 4vw;
    font-size: 4.8vw;
  }
}
.contents .howto__section__head .sub {
  display: block;
  line-height: 1.1;
}
.contents .howto__section__head .sub__jp {
  display: block;
}
@media screen and not (max-width: 767px) {
  .contents .howto__section__head .sub__jp {
    font-size: min(1.1111111111vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__section__head .sub__jp {
    font-size: 3.2vw;
  }
}
.contents .howto__section__head .sub__en {
  display: block;
  font-weight: 700;
}
@media screen and not (max-width: 767px) {
  .contents .howto__section__head .sub__en {
    font-size: min(1.6666666667vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__section__head .sub__en {
    font-size: 4.8vw;
  }
}
.contents .howto__section__temperature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ccc;
  font-weight: 700;
}
@media screen and not (max-width: 767px) {
  .contents .howto__section__temperature {
    min-width: min(10.462962963vw, 113px);
    height: min(3.0555555556vw, 33px);
    margin-bottom: min(2.7777777778vw, 30px);
    padding: 0 min(0.9259259259vw, 10px);
    font-size: min(1.2962962963vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__section__temperature {
    min-width: 30.1333333333vw;
    height: 8.8vw;
    margin-bottom: 4vw;
    padding: 0 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.contents .howto__section__outline {
  position: relative;
  display: flex;
}
@media screen and not (max-width: 767px) {
  .contents .howto__section__outline {
    gap: min(3.7037037037vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__section__outline {
    flex-direction: column;
  }
}
@media screen and not (max-width: 767px) {
  .contents .howto__section__outline__photo {
    width: min(29.1666666667vw, 315px);
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__section__outline__photo {
    margin-bottom: 4.6666666667vw;
  }
}
@media screen and not (max-width: 767px) {
  .contents .howto__section__outline__txt {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__section__outline__txt {
    margin-bottom: 8vw;
  }
}
@media screen and not (max-width: 767px) {
  .contents .howto__section__outline__txt .txt {
    font-size: min(1.4814814815vw, 16px);
    line-height: min(2.5925925926vw, 28px);
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__section__outline__txt .txt {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
  }
}
.contents .howto__section__outline__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
}
@media screen and not (max-width: 767px) {
  .contents .howto__section__outline__btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(29.1666666667vw, 315px);
    height: min(5.0925925926vw, 55px);
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__section__outline__btn {
    position: relative;
    width: 100%;
    height: 14.6666666667vw;
  }
}
.contents .howto__section__outline__btn .txt {
  font-family: "Noto Serif JP", serif;
  color: #000;
}
@media screen and not (max-width: 767px) {
  .contents .howto__section__outline__btn .txt {
    font-size: min(1.4814814815vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__section__outline__btn .txt {
    font-size: 4.2666666667vw;
  }
}
.contents .howto__section__outline__btn .txt::before {
  content: "詳しく見る";
}
.contents .howto__section__outline__btn .icn {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
}
@media screen and not (max-width: 767px) {
  .contents .howto__section__outline__btn .icn {
    right: min(1.7592592593vw, 19px);
    width: min(1.3888888889vw, 15px);
    height: min(1.3888888889vw, 15px);
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__section__outline__btn .icn {
    right: 5.2vw;
    width: 4vw;
    height: 4vw;
  }
}
.contents .howto__section__outline__btn .icn::before, .contents .howto__section__outline__btn .icn::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  height: 1px;
  margin: auto;
  background-color: #000;
}
.contents .howto__section__outline__btn .icn::before {
  rotate: 90deg;
}
@media screen and not (max-width: 767px) {
  .contents .howto__section__steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(3.2407407407vw, 35px) min(2.3148148148vw, 25px);
    margin-top: min(7.4074074074vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__section__steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6vw 0;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__section__steps__item {
    width: 40.6666666667vw;
  }
  .contents .howto__section__steps__item.center {
    width: 84vw;
    padding-inline: 21.6666666667vw;
  }
}
.contents .howto__section__steps .photo {
  position: relative;
}
@media screen and not (max-width: 767px) {
  .contents .howto__section__steps .photo {
    margin-bottom: min(1.3888888889vw, 15px);
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__section__steps .photo {
    margin-bottom: 2.6666666667vw;
  }
}
.contents .howto__section__steps .photo .label {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
}
@media screen and not (max-width: 767px) {
  .contents .howto__section__steps .photo .label {
    width: min(6.8518518519vw, 74px);
    height: min(2.5vw, 27px);
    font-size: min(1.2962962963vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__section__steps .photo .label {
    width: 15.0666666667vw;
    height: 4.9333333333vw;
    font-size: 2.9333333333vw;
  }
}
@media screen and not (max-width: 767px) {
  .contents .howto__section__steps .txt {
    font-size: min(1.4814814815vw, 16px);
    line-height: min(2.2222222222vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__section__steps .txt {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
  }
}
.contents .howto__section__steps .notes {
  margin-top: 0.25em;
}
@media screen and not (max-width: 767px) {
  .contents .howto__section__steps .notes {
    font-size: min(1.1111111111vw, 12px);
    line-height: min(1.6666666667vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .contents .howto__section__steps .notes {
    font-size: 2.6666666667vw;
    line-height: 4vw;
  }
}
.contents .movie {
  text-align: center;
  padding-bottom: min(6.4814814815vw, 70px);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contents .movie {
    padding-bottom: 13.3333333333vw;
  }
}
.contents .movie__heading {
  font-family: "Noto Serif JP", serif;
  font-size: min(3.1481481481vw, 2.125rem);
  font-weight: 500;
  margin-bottom: min(1.8518518519vw, 20px);
}
@media screen and (max-width: 767px) {
  .contents .movie__heading {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
.contents .movie__content {
  width: min(31.9444444444vw, 345px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .contents .movie__content {
    width: 100%;
  }
}
.contents .faq {
  background: #ece9e7;
}
@media screen and not (max-width: 767px) {
  .contents .faq {
    padding-bottom: min(6.4814814815vw, 70px);
  }
}
.contents .faq__list {
  max-width: min(66.6666666667vw, 720px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .contents .faq__list {
    max-width: 100%;
  }
}
.contents .faq__block {
  background: #fff;
  line-height: 1.6;
  position: relative;
  font-weight: 500;
}
.contents .faq__block:not(:last-child) {
  border-bottom: min(0.0925925926vw, 1px) solid #ece9e7;
}
@media screen and (max-width: 767px) {
  .contents .faq__block:not(:last-child) {
    border-width: 0.2666666667vw;
  }
}
.contents .faq__block__q {
  font-weight: 500;
  position: relative;
  padding: min(1.8518518519vw, 20px) min(3.7037037037vw, 40px) min(1.8518518519vw, 20px) min(6.0185185185vw, 65px);
  display: grid;
  align-items: center;
  min-height: min(6.4814814815vw, 70px);
  cursor: pointer;
  font-size: min(1.4814814815vw, 1rem);
}
@media screen and (max-width: 767px) {
  .contents .faq__block__q {
    padding: 5.3333333333vw 10.6666666667vw 5.3333333333vw 16vw;
    min-height: 18.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.contents .faq__block__q::before {
  content: "";
  width: min(2.7777777778vw, 30px);
  height: min(2.7777777778vw, 30px);
  background: url(../img/ic-question.jpg) no-repeat center center/contain;
  position: absolute;
  left: min(1.8518518519vw, 20px);
  top: min(1.8518518519vw, 20px);
}
@media screen and (max-width: 767px) {
  .contents .faq__block__q::before {
    width: 8vw;
    height: 8vw;
    left: 4vw;
    top: 5.3333333333vw;
  }
}
.contents .faq__block__a {
  position: relative;
  padding: 0 min(3.7037037037vw, 40px) min(1.8518518519vw, 20px) min(6.0185185185vw, 65px);
  color: #867f6d;
  display: none;
}
@media screen and (max-width: 767px) {
  .contents .faq__block__a {
    padding: 0 4vw 5.3333333333vw 16vw;
  }
}
.contents .faq__block__a::before {
  content: "";
  width: min(2.7777777778vw, 30px);
  height: min(2.7777777778vw, 30px);
  background: url(../img/ic-answer.jpg) no-repeat center center/contain;
  position: absolute;
  left: min(1.8518518519vw, 20px);
  top: 0;
}
@media screen and (max-width: 767px) {
  .contents .faq__block__a::before {
    width: 8vw;
    height: 8vw;
    left: 4vw;
  }
}
.contents .faq__block__a__inner {
  min-height: min(2.7777777778vw, 30px);
  display: grid;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contents .faq__block__a__inner {
    min-height: 8vw;
  }
}
.contents .faq__block__a__inner > * + * {
  margin-top: 1em;
}
.contents .faq__block__a__inner .note {
  color: inherit;
  text-indent: -1em;
  padding-left: 1em;
}
.contents .faq__block__a__inner a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .contents .faq__block__a__inner a:hover {
    text-decoration: none;
  }
}
.contents .faq__block::before, .contents .faq__block::after {
  content: "";
  width: min(1.0185185185vw, 11px);
  height: min(0.0925925926vw, 1px);
  background: #000;
  position: absolute;
  right: min(1.8518518519vw, 20px);
  top: min(3.1944444444vw, 34.5px);
}
@media screen and (max-width: 767px) {
  .contents .faq__block::before, .contents .faq__block::after {
    width: 4vw;
    height: 0.2666666667vw;
    right: 4vw;
    top: 9.2vw;
  }
}
.contents .faq__block::after {
  rotate: -90deg;
}
.contents .faq__block.is-open::after {
  rotate: 0deg;
}
.contents .comparison__heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: min(1.1574074074vw, 12.5px);
  font-family: "Noto Serif JP", serif;
  font-size: min(3.1481481481vw, 34px);
  font-weight: 500;
  margin-bottom: min(2.7777777778vw, 30px);
  text-align: center;
  line-height: 1.6;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contents .comparison__heading {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
    gap: 3.3333333333vw;
  }
}
.contents .comparison__heading__en {
  font-size: min(1.1111111111vw, 12px);
  line-height: 1.8;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.16em;
  color: #867f6d;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contents .comparison__heading__en {
    font-size: 3.2vw;
  }
}
.contents .comparison__heading::after {
  margin-top: min(0.462962963vw, 5px);
  content: "";
  width: min(0.0925925926vw, 1px);
  height: min(2.7777777778vw, 30px);
  background: #000;
  display: block;
  margin-inline: auto;
  position: static;
  translate: 0 0;
}
@media screen and (max-width: 767px) {
  .contents .comparison__heading::after {
    margin-top: 2vw;
    width: 0.2666666667vw;
    height: 8vw;
  }
}
@media screen and not (max-width: 767px) {
  .contents .association {
    background-color: #f4f4f6;
    padding: 61px 0 60px 0;
  }
  .contents .association .head {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.33;
    letter-spacing: 0.08em;
    margin-bottom: 40px;
  }
  .contents .association .inner {
    width: 1000px;
    margin: auto;
    display: flex;
  }
  .contents .association .inner-2 {
    display: flex;
    padding: 40px 40px 22px 40px;
    align-items: stretch;
    justify-content: space-between;
  }
  .contents .association .inner .block-right,
  .contents .association .inner .block-left {
    background-color: #fff;
    position: relative;
    width: 480px;
    min-height: 242px;
  }
  .contents .association .inner .block-left {
    margin-right: 40px;
  }
  .contents .association .text-1 {
    font-size: 1.0625rem;
    line-height: 1.5058823529;
    letter-spacing: 0;
    margin-bottom: 8px;
    display: block;
  }
  .contents .association .text-2 {
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    display: block;
  }
  .contents .association .text-3 {
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0;
    color: #5c656b;
    display: block;
  }
  .contents .association .img-wrapper {
    width: 126px;
  }
  .contents .association .b-left {
    margin-right: 19px;
  }
  .contents .association .link {
    text-decoration: none;
    display: flex;
    right: 40px;
    bottom: 25px;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    justify-content: flex-end;
    position: absolute;
    bottom: 21px;
  }
  .contents .association .link:after {
    content: "";
    background-image: url("../../img/im-arrow-link.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 6px;
  }
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .contents .association {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .contents .association .inner {
    width: auto;
    margin: auto;
  }
  .contents .association .inner .block-right,
  .contents .association .inner .block-left {
    width: 44.4444444444vw;
  }
  .contents .association .img-wrapper {
    width: 11.6666666667vw;
  }
  .contents .association .link {
    margin-left: 2.2222222222vw;
  }
  .contents .association .inner-2 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .association {
    background-color: #f4f4f6;
    padding: 40px 4vw 40px 4vw;
  }
  .contents .association .head {
    text-align: center;
    font-size: 1.1875rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    margin-bottom: 40px;
  }
  .contents .association .inner {
    margin: auto;
  }
  .contents .association .inner-2 {
    padding: 20px 4vw;
    align-items: stretch;
    display: flex;
  }
  .contents .association .inner .block-right,
  .contents .association .inner .block-left {
    background-color: #fff;
    position: relative;
  }
  .contents .association .inner .block-left {
    margin-bottom: 20px;
  }
  .contents .association .text-1 {
    font-size: 1.0625rem;
    line-height: 1.5058823529;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
    display: block;
  }
  .contents .association .text-2 {
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    margin-bottom: 17px;
    display: block;
  }
  .contents .association .text-3 {
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
    color: #5c656b;
    display: block;
  }
  .contents .association .img-wrapper {
    width: 126px;
  }
  .contents .association .b-left {
    margin-right: 16px;
  }
  .contents .association .b-left .img-wrapper {
    margin-bottom: 36px;
  }
  .contents .association .b-right .img-wrapper {
    margin-bottom: 37px;
  }
  .contents .association .inner .block-right .b-right .img-wrapper {
    margin-bottom: 56px;
  }
  .contents .association .link {
    text-decoration: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  .contents .association .link:after {
    content: "";
    background-image: url("../../img/im-arrow-link.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 6px;
  }
}
@media screen and not (max-width: 767px) {
  .contents #refaHairTips {
    background-color: #f4f4f6;
    padding: 76px 0 79px 0;
  }
  .contents #refaHairTips .block-inner {
    max-width: 1000px;
    margin: auto;
  }
  .contents #refaHairTips .block-inner .caption {
    text-align: center;
    font-size: 1rem;
    color: #000000;
    line-height: 1.8;
    letter-spacing: 1.28px;
    margin-bottom: 31px;
  }
  .contents #refaHairTips .block-inner-2 {
    text-align: center;
  }
  .contents #refaHairTips .block-inner .picture-wrapper {
    text-align: center;
    margin-bottom: 39px;
  }
  .contents #refaHairTips .block-inner .picture-wrapper {
    max-width: 720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .contents #refaHairTips .block-title {
    text-align: center;
    margin-bottom: 40px;
  }
  .contents #refaHairTips .block-title .sub {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    display: block;
  }
  .contents #refaHairTips .block-title .main {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 2.5rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    display: block;
  }
  .contents #refaHairTips .block-title:after {
    content: "";
    width: 44px;
    height: 1px;
    background-color: #3c4249;
    margin: 19px auto 0 auto;
    display: block;
  }
  .contents #refaHairTips .btn-link {
    border: 1px solid #8f999f;
    width: 315px;
    margin: 30px auto 0 auto;
  }
  .contents #refaHairTips .btn-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    min-height: 56px;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 1.12px;
    color: #000000;
    padding: 10px 40px 10px 34px;
    position: relative;
  }
  .contents #refaHairTips .btn-link a:after {
    content: "";
    background-image: url("../../../common/img/ic-arrow-gray.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .contents #refaHairTips .block-inner-2 {
    margin-left: 4vw;
    margin-right: 4vw;
  }
  .contents #refaHairTips .block-inner .picture-wrapper {
    width: 66.6666666667vw;
  }
  .contents #refaHairTips .block-title {
    text-align: center;
    margin-bottom: 46px;
  }
  .contents #refaHairTips .block-title .sub {
    font-size: 0.875rem;
    line-height: 2.4;
    letter-spacing: 0.08em;
    display: block;
  }
  .contents #refaHairTips .block-title .main {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    display: block;
  }
  .contents #refaHairTips .block-title:after {
    content: "";
    width: 44px;
    height: 1px;
    background-color: #3c4249;
    margin: 14px auto 0 auto;
    display: block;
  }
  .contents #refaHairTips .btn-link {
    border: 1px solid #8f999f;
    width: 315px;
    margin: 30px auto 0 auto;
  }
  .contents #refaHairTips .btn-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    min-height: 56px;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 1.12px;
    color: #000000;
    padding: 10px 40px 10px 34px;
    position: relative;
  }
  .contents #refaHairTips .btn-link a:after {
    content: "";
    background-image: url("../../../common/img/ic-arrow-gray.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .contents #refaHairTips {
    background-color: #f4f4f6;
    padding: 52px 4vw 60px 4vw;
  }
  .contents #refaHairTips .block-inner {
    margin: auto;
  }
  .contents #refaHairTips .block-inner .caption {
    font-size: 1rem;
    color: #000000;
    line-height: 1.8;
    letter-spacing: 0.083em;
    margin-bottom: 18px;
  }
  .contents #refaHairTips .block-inner .picture-wrapper {
    text-align: center;
    margin-bottom: 27px;
  }
  .contents #refaHairTips .block-inner .picture-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .contents #refaHairTips .block-title {
    text-align: center;
    margin-bottom: 34px;
  }
  .contents #refaHairTips .block-title .sub {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 7px;
  }
  .contents #refaHairTips .block-title .main {
    font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
    font-size: 1.75rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    display: block;
  }
  .contents #refaHairTips .block-title:after {
    content: "";
    width: 44px;
    height: 1px;
    background-color: #3c4249;
    margin: 21px auto 0 auto;
    display: block;
  }
  .contents #refaHairTips .btn-link {
    border: 1px solid #8f999f;
    width: 315px;
    margin: 0 auto 0 auto;
  }
  .contents #refaHairTips .btn-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    min-height: 56px;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 1.12px;
    color: #000000;
    padding: 10px 40px 10px 34px;
    position: relative;
  }
  .contents #refaHairTips .btn-link a:after {
    content: "";
    background-image: url("../../../common/img/ic-arrow-gray.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 12px;
  }
}
@media screen and not (max-width: 767px) {
  .contents .p-modal {
    display: none !important;
  }
}
.contents .p-modal {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  height: 100vh;
  position: fixed;
  z-index: -10;
  top: 0;
  width: 100%;
  transition: all 0.6s;
}
.contents .p-modal__bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
}
.contents .p-modal.is-visible {
  opacity: 1;
  z-index: 2147483800;
  pointer-events: all;
  visibility: visible;
}
.contents .p-modal.is-visible .p-modal__content {
  bottom: 0;
}
.contents .p-modal.is-visible .p-modal__content .p-modal__ttl.is-fixed {
  position: fixed;
  top: auto;
  bottom: 96vw;
}
.contents .p-modal.is-visible .p-modal__content .p-modal__closeicon.is-fixed {
  position: fixed;
  top: auto;
  bottom: 108.5333333333vw;
}
.contents .p-modal.is-visible .p-modal__content .p-modal__cartbtnwrap.is-fixed {
  position: fixed;
}
.contents .p-modal__content {
  position: fixed;
  background: #fff;
  left: 0;
  right: 0;
  height: 120vw;
  bottom: -120%;
  width: 100vw;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  border-radius: 10px 10px 0 0;
  padding: 18.6666666667vw 0 24.8vw;
  transition: all 0.6s;
}
.contents .p-modal__content-bnr {
  max-width: 66.6666666667vw;
  margin: 5.3333333333vw auto 0;
}
.contents .p-modal__content-wrap {
  border-bottom: 1px solid #d8dee5;
}
.contents .p-modal__content-wrap + .p-modal__content-wrap {
  margin-top: 7.2vw;
}
.contents .p-modal__content-wrap .ttl {
  padding: 0 4vw;
  font-weight: 500;
  font-size: 4.2666666667vw;
  line-height: 1.21875;
  margin-bottom: 2.4vw;
}
.contents .p-modal__content-wrap .ttl-note {
  display: block;
  font-size: 2.9333333333vw;
  line-height: 1.73;
}
.contents .p-modal__content-wrap .subttl {
  padding: 0 4vw;
  margin-bottom: 3.2vw;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-size: 3.7333333333vw;
  line-height: 1;
}
.contents .p-modal__content-wrap .giftttl {
  font-size: 4.2666666667vw;
  font-weight: 500;
  padding: 4vw 4vw 1.6vw;
  border-top: 1px solid #d8dee5;
}
.contents .p-modal__content-wrap .item {
  display: flex;
  align-items: center;
  padding: 2.8vw 4vw;
  border-top: 1px solid #d8dee5;
  letter-spacing: 0;
}
.contents .p-modal__content-wrap .item.bd-none {
  border: none;
}
.contents .p-modal__content-wrap .item.has-note {
  display: grid;
  grid-template-columns: 16.4vw 1fr auto;
  row-gap: 1.4666666667vw;
}
.contents .p-modal__content-wrap .item img {
  width: 17.3333333333vw;
}
.contents .p-modal__content-wrap .item .item-text {
  margin-left: 3.2vw;
  flex: 1;
}
.contents .p-modal__content-wrap .item .item-text-name {
  font-size: 3.2vw;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 0.1em;
}
.contents .p-modal__content-wrap .item .item-text-name.lg {
  font-size: 3.6vw;
}
.contents .p-modal__content-wrap .item .item-text-color {
  font-size: 3.3333333333vw;
  line-height: 1;
  margin-bottom: 1.6vw;
}
.contents .p-modal__content-wrap .item .item-text-odor {
  font-size: 2.6666666667vw;
  line-height: 1.364;
  margin-bottom: 1.6vw;
}
.contents .p-modal__content-wrap .item .item-text-odor.orange {
  color: #e99a45;
}
.contents .p-modal__content-wrap .item .item-text-odor.pink {
  color: #dc6164;
}
.contents .p-modal__content-wrap .item .item-text-price {
  font-size: 4.8vw;
  line-height: 1;
}
.contents .p-modal__content-wrap .item .item-text-price .yen {
  font-size: 4vw;
}
.contents .p-modal__content-wrap .item .item-text-price .tax {
  font-size: 2.6666666667vw;
}
.contents .p-modal__content-wrap .item .item-note {
  font-size: 2.6666666667vw;
  line-height: 1.364;
  grid-column: 1/4;
}
.contents .p-modal__content-wrap .item .btn {
  display: flex;
  align-items: center;
  width: 32.4vw;
  height: 9.7333333333vw;
  border-radius: 1.3333333333vw;
  background-color: #000;
  color: #fff;
  font-size: 3.0666666667vw;
  font-weight: 700;
  line-height: 1;
  position: relative;
  padding-left: 7.8666666667vw;
  text-decoration: none;
}
.contents .p-modal__content-wrap .item .btn::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-cart.png);
  top: 50%;
  transform: translateY(-50%);
  width: 3.6vw;
  height: 4vw;
  left: 2.9333333333vw;
}
.contents .p-modal__content-wrap .item .btn.disabled {
  background-color: #bbbbbb;
  pointer-events: none;
  justify-content: center;
  padding-left: 0;
}
.contents .p-modal__content-wrap .item .btn.disabled::before {
  display: none;
}
.contents .p-modal__content-wrap .item .block-choice__text {
  color: #ff0f26;
  text-align: center;
  font-size: 3.2vw;
  line-height: 2;
}
.contents .p-modal__content-wrap .item .block-choice__text span {
  text-align: center;
  font-size: 3.2vw;
  line-height: 2;
}
.contents .p-modal__ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 5.0666666667vw;
  line-height: 1;
  margin-bottom: 8vw;
  font-weight: 500;
  background-color: #fff;
  position: absolute;
  width: 100%;
  padding: 5.6vw 0;
  left: 0;
  right: 0;
  border-radius: 10px 10px 0 0;
  z-index: 5;
  top: 0;
}
.contents .p-modal__closebtn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3.0666666667vw 0 3.6vw;
  column-gap: 1.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 500;
}
.contents .p-modal__closebtn img {
  width: 3.6vw;
  height: 3.6vw;
}
.contents .p-modal__closeicon {
  position: absolute;
  z-index: 5;
  width: 5.6vw;
  height: 5.6vw;
  top: 5.6vw;
  right: 4vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-batsu.png);
}
.contents .p-modal__cartbtnwrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: #fff;
  padding: 3.2vw 0;
}
.contents .p-modal__cartbtnwrap .p-modal__cartbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  background-color: #010000;
  color: #fff;
  width: 53.6vw;
  height: 10vw;
  font-size: 4vw;
  border-radius: 1.0666666667vw;
  text-decoration: none;
}
.contents .p-modal__cartbtnwrap .p-modal__cartbtn::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-cart-arrow.png);
  width: 1.7333333333vw;
  height: 3.2vw;
  top: 50%;
  transform: translateY(-50%);
  right: 3.2vw;
}
.contents .p-modal__cartintxt {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78.4vw;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 13px rgba(94, 96, 102, 0.5);
  border-radius: 0.8vw;
  padding: 4.8vw 0;
  text-align: center;
}
.contents .p-modal__cartintxt p {
  font-size: 4.2666666667vw;
  line-height: 1.2;
  font-weight: 700;
}
.contents #psl {
  position: absolute;
  min-width: unset;
  max-width: 100%;
}