@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) 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 {
  margin-top: min(5.5555555556vw, 60px);
  margin-bottom: min(5.5555555556vw, 60px);
  padding: 0 min(3.7037037037vw, 40px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .section {
    margin-top: 16vw;
    margin-bottom: 16vw;
    padding: 0 4vw;
  }
}
: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;
  }
}

:where(.contents) {
  overflow: hidden;
  --swiper-pagination-bullet-horizontal-gap: min(0.5555555555vw, 6px);
  --swiper-pagination-bullet-size: min(0.6481481482vw, 7px);
  --swiper-pagination-bullet-inactive-color: #ccc;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-theme-color: #000;
  --swiper-pagination-color: #000;
  --champagne-greige: linear-gradient(7deg, #e3dbb5, #ebe4bc);
  --white: linear-gradient(60deg, #e1e2e6, #ffffff 64%, #ecf0f3);
  --black: #000;
  --pink: linear-gradient(7deg, #cfadaf, #eac9d1);
  --ivory: linear-gradient(7deg, #e3dbb5, #ebe4bc);
  --dark-silver: #818283;
}
@media screen and (max-width: 767px) {
  :where(.contents) {
    --swiper-pagination-bullet-horizontal-gap: 5px;
    --swiper-pagination-bullet-size: 10px;
  }
}
:where(.contents) .swiper-pagination {
  position: static;
  margin-top: min(0.9259259259vw, 10px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .swiper-pagination {
    margin-top: 2.6666666667vw;
  }
}
:where(.contents) .scroll-container .simplebar-track.simplebar-horizontal {
  background: #eee;
  border-radius: 0;
  height: min(0.1851851852vw, 2px) !important;
}
@media screen and (max-width: 767px) {
  :where(.contents) .scroll-container .simplebar-track.simplebar-horizontal {
    height: 0.5333333333vw !important;
  }
}
:where(.contents) .scroll-container .simplebar-scrollbar.simplebar-visible::before {
  background: #959082;
  border-radius: 0;
  opacity: 1;
  inset: 0;
}
:where(.contents) .heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
  font-size: min(3.1481481481vw, 34px);
  font-weight: 500;
  margin-bottom: min(2.7777777778vw, 30px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  :where(.contents) .heading {
    font-size: 7.4666666667vw;
    margin-bottom: 10.6666666667vw;
    gap: 1.3333333333vw;
  }
}
:where(.contents) .heading::after {
  content: "";
  width: min(4.0740740741vw, 44px);
  height: min(0.0925925926vw, 1px);
  background: currentColor;
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .heading::after {
    width: 11.7333333333vw;
    height: 0.2666666667vw;
    margin-top: 0.8em;
  }
}
:where(.contents) .heading__en {
  font-size: min(2.037037037vw, 22px);
  color: #959082;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  :where(.contents) .heading__en {
    font-size: 5.3333333333vw;
  }
}
:where(.contents) .heading__ja {
  line-height: 1.4;
}
:where(.contents) .heading--en {
  text-align: center;
  font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
  color: #959082;
  font-size: min(2.8703703704vw, 31px);
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: min(1.8518518519vw, 20px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .heading--en {
    font-size: 6.4vw;
    margin-bottom: 2.6666666667vw;
  }
}
:where(.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) {
  :where(.contents) .button {
    width: 53.3333333333vw;
    min-height: 14.4vw;
    font-size: 4.2666666667vw;
    gap: 4vw;
  }
}
:where(.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) {
  :where(.contents) .button::after {
    width: 2.2666666667vw;
    height: 3.7333333333vw;
  }
}
@media (any-hover: hover) {
  :where(.contents) .button:hover {
    opacity: 0.7;
  }
}
:where(.contents) .button.-comparison {
  width: min(32.8703703704vw, 355px);
  background: #959082;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(.contents) .button.-comparison {
    width: 100%;
    height: 17.0666666667vw;
  }
}
:where(.contents) .button.-comparison::before, :where(.contents) .button.-comparison::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) {
  :where(.contents) .button.-comparison::before, :where(.contents) .button.-comparison::after {
    width: 5.3333333333vw;
    height: 0.2666666667vw;
    right: 6.6666666667vw;
  }
}
:where(.contents) .button.-comparison::after {
  rotate: -90deg;
}
:where(.contents) .button.-comparison.is-open::after {
  rotate: 0deg;
}
:where(.contents) .button.-outline {
  border: min(0.0925925926vw, 1px) solid #959082;
  background-color: transparent;
  color: #959082;
  text-align: center;
  line-height: 1.4;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .button.-outline {
    width: 100%;
  }
}
:where(.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) {
  :where(.contents) .button.-outline::after {
    width: 2.2666666667vw;
    height: 3.7333333333vw;
  }
}
:where(.contents) .note {
  font-size: min(0.9259259259vw, 0.625rem);
  color: #666666;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  :where(.contents) .note {
    font-size: 2.6666666667vw;
  }
}
:where(.contents) .lineup-card {
  background: #fff;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: relative;
  height: auto;
}
@media screen and (max-width: 767px) {
  :where(.contents) .lineup-card {
    grid-template-columns: 1fr;
    grid-template-rows: 77.3333333333vw 1fr;
  }
}
:where(.contents) .lineup-card__icon {
  width: min(13.8888888889vw, 150px);
  height: min(13.8888888889vw, 150px);
  position: absolute;
  left: calc(-1 * min(0.9259259259vw, 10px));
  top: calc(-1 * min(0.9259259259vw, 10px));
}
@media screen and (max-width: 767px) {
  :where(.contents) .lineup-card__icon {
    width: 27.7333333333vw;
    height: 27.7333333333vw;
    top: -1.3333333333vw;
    left: -1.3333333333vw;
  }
}
:where(.contents) .lineup-card__img img {
  height: 100%;
  object-fit: cover;
}
:where(.contents) .lineup-card__body {
  padding: min(4.6296296296vw, 50px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  :where(.contents) .lineup-card__body {
    padding: 8vw 4vw 8vw;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .lineup-card__name {
    margin-bottom: 4vw;
    text-align: center;
  }
}
:where(.contents) .lineup-card__name__en {
  display: flex;
  height: min(1.5740740741vw, 17px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .lineup-card__name__en {
    height: 3.4666666667vw;
    justify-content: center;
  }
}
:where(.contents) .lineup-card__name__en.line-2 {
  height: min(4.6759259259vw, 50.5px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .lineup-card__name__en.line-2 {
    height: 10.1333333333vw;
  }
}
:where(.contents) .lineup-card__name__en img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
:where(.contents) .lineup-card__name__ja {
  margin-top: 0.7em;
  font-size: min(1.2962962963vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .lineup-card__name__ja {
    margin-top: 1.1em;
    font-size: 3.2vw;
  }
}
:where(.contents) .lineup-card__lead {
  margin-top: min(1.8518518519vw, 20px);
  font-size: min(1.4814814815vw, 1rem);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  :where(.contents) .lineup-card__lead {
    margin-top: auto;
    font-size: 3.7333333333vw;
    text-align: center;
  }
}
:where(.contents) .lineup-card__tags {
  margin-top: min(1.8518518519vw, 20px);
  display: flex;
  flex-wrap: wrap;
  gap: min(0.3703703704vw, 4px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .lineup-card__tags {
    margin-top: 5.3333333333vw;
    gap: 1.0666666667vw;
  }
}
:where(.contents) .lineup-card__tags li {
  width: min(9.1666666667vw, 99px);
  height: min(4.0277777778vw, 43.5px);
  border: min(0.0925925926vw, 1px) solid #959082;
  color: #959082;
  font-size: min(1.1111111111vw, 0.75rem);
  line-height: 1.4;
  display: grid;
  place-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  :where(.contents) .lineup-card__tags li {
    width: auto;
    flex: 1;
    height: 11.6vw;
    font-size: 3.2vw;
    border-width: 0.2666666667vw;
  }
}
:where(.contents) .lineup-card__tags li span {
  letter-spacing: 0;
}
:where(.contents) .lineup-card__color {
  margin-top: min(3.2407407407vw, 35px);
  display: flex;
  align-items: center;
  gap: min(1.8518518519vw, 20px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  :where(.contents) .lineup-card__color {
    margin-top: 6.6666666667vw;
    flex-direction: column;
    gap: 3.6vw;
  }
}
:where(.contents) .lineup-card__color__txt {
  height: min(1.1574074074vw, 12.5px);
  width: auto;
}
@media screen and (max-width: 767px) {
  :where(.contents) .lineup-card__color__txt {
    height: 3.3333333333vw;
  }
}
:where(.contents) .lineup-card__color__dots {
  display: flex;
  align-items: center;
  gap: min(0.462962963vw, 5px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .lineup-card__color__dots {
    gap: 1.3333333333vw;
  }
}
:where(.contents) .lineup-card__color__dots li {
  width: min(1.8518518519vw, 20px);
  height: min(1.8518518519vw, 20px);
  border-radius: 50%;
  border: min(0.0925925926vw, 1px) solid #d9dee4;
}
@media screen and (max-width: 767px) {
  :where(.contents) .lineup-card__color__dots li {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-width: 0.2666666667vw;
  }
}
:where(.contents) .lineup-card__price {
  margin-top: min(2.7777777778vw, 30px);
  margin-bottom: min(3.7037037037vw, 40px);
  font-size: min(2.7777777778vw, 1.875rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  display: flex;
  align-items: baseline;
  gap: 0.2em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .lineup-card__price {
    margin-top: 4vw;
    margin-bottom: 0;
    font-size: 6.4vw;
    justify-content: center;
  }
}
:where(.contents) .lineup-card__price .yen {
  font-size: 80%;
  letter-spacing: 0.04em;
}
:where(.contents) .lineup-card__price .tax {
  font-size: 50%;
}
:where(.contents) .lineup-card__button {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  :where(.contents) .lineup-card__button {
    margin-top: 7.3333333333vw;
    margin-inline: auto;
  }
}
:where(.contents) .item-card {
  display: grid;
  gap: min(0.9259259259vw, 10px);
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  :where(.contents) .item-card {
    gap: 4vw;
  }
}
:where(.contents) .item-card__name {
  font-size: min(1.1111111111vw, 0.75rem);
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  :where(.contents) .item-card__name {
    font-size: 3.2vw;
  }
}
:where(.contents) .item-card__name small {
  font-size: min(0.9259259259vw, 0.625rem);
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  :where(.contents) .item-card__name small {
    font-size: 2.6666666667vw;
  }
}
:where(.contents) .item-card__price {
  margin-top: auto;
  font-size: min(1.1111111111vw, 0.75rem);
  color: #888888;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  :where(.contents) .item-card__price {
    font-size: 3.2vw;
  }
}
:where(.contents) .item-card__price .tax {
  font-size: min(1.0185185185vw, 0.6875rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .item-card__price .tax {
    font-size: 2.9333333333vw;
  }
}
:where(.contents) .floatnav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100001;
  background: linear-gradient(#8a8575, #9e998c);
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  pointer-events: none;
}
:where(.contents) .floatnav.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
:where(.contents) .floatnav__inner {
  max-width: min(92.5925925926vw, 1000px);
  margin-inline: auto;
  position: relative;
  height: min(4.2592592593vw, 46px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .floatnav__inner {
    max-width: 100%;
    height: 12vw;
  }
}
:where(.contents) .floatnav__list {
  display: flex;
  justify-content: center;
  height: 100%;
}
:where(.contents) .floatnav__list__item {
  height: 100%;
  position: relative;
}
:where(.contents) .floatnav__list__item:not(:first-child)::before {
  content: "";
  width: 1px;
  height: min(1.6666666667vw, 18px);
  background-color: #e9e9e9;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  :where(.contents) .floatnav__list__item:not(:first-child)::before {
    width: 0.2666666667vw;
    height: 4.8vw;
  }
}
:where(.contents) .floatnav__list__item a {
  height: 100%;
  display: grid;
  place-content: center;
  color: #fff;
  padding: 0 min(5.5555555556vw, 60px);
  font-size: min(1.4814814815vw, 1rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .floatnav__list__item a {
    padding: 0 9.3333333333vw;
    font-size: 3.2vw;
  }
}
:where(.contents) .floatnav__button {
  width: min(4.2592592593vw, 46px);
  height: min(4.2592592593vw, 46px);
  display: grid;
  place-content: center;
  background-color: #444;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  :where(.contents) .floatnav__button {
    display: none;
  }
}
:where(.contents) .floatnav__button img {
  width: min(1.3425925926vw, 14.5px);
}
:where(.contents) .kv {
  overflow: hidden;
  background-color: #151a20;
}
:where(.contents) .kv__slider {
  transform: scale(1.25);
  opacity: 0;
  transition: transform 2s, opacity 2s;
  height: 100%;
}
:where(.contents) .kv__slider.is-show {
  transform: scale(1);
  opacity: 1;
}
:where(.contents) .kv__slider__item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
:where(.contents) .kv__slider__item img {
  max-width: min(133.3333333333vw, 1440px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .kv__slider__item img {
    max-width: 100%;
  }
}
:where(.contents) .topics {
  max-width: min(71.2962962963vw, 770px);
  margin-inline: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  :where(.contents) .topics {
    max-width: 100%;
    margin-bottom: 13.3333333333vw;
  }
}
:where(.contents) .topics__slider {
  --space-between: min(1.8518518519vw, 20px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .topics__slider {
    --space-between: 2.6666666667vw;
    max-width: 85.3333333333vw;
    overflow: visible;
  }
}
:where(.contents) .topics__slider__item {
  width: min(34.7222222222vw, 375px);
}
:where(.contents) .anchor {
  margin-top: min(5.5555555556vw, 60px);
  background: linear-gradient(#8a8575, #9e998c);
  margin-left: calc(-1 * min(3.7037037037vw, 40px));
  margin-right: calc(-1 * min(3.7037037037vw, 40px));
}
@media screen and (max-width: 767px) {
  :where(.contents) .anchor {
    margin-top: 10.6666666667vw;
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
:where(.contents) .anchor__list {
  display: flex;
  justify-content: center;
  height: min(8.3333333333vw, 90px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .anchor__list {
    height: 30vw;
  }
}
:where(.contents) .anchor__list__item {
  border-left: min(0.0925925926vw, 1px) solid #fff;
  border-right: min(0.0925925926vw, 1px) solid #fff;
}
@media screen and (max-width: 767px) {
  :where(.contents) .anchor__list__item {
    flex: 1;
    border-width: 0.2666666667vw;
  }
}
:where(.contents) .anchor__list__item:first-child {
  border-left: min(0.1851851852vw, 2px) solid #fff;
}
@media screen and (max-width: 767px) {
  :where(.contents) .anchor__list__item:first-child {
    border-left: 0;
  }
}
:where(.contents) .anchor__list__item:last-child {
  border-right: min(0.1851851852vw, 2px) solid #fff;
}
@media screen and (max-width: 767px) {
  :where(.contents) .anchor__list__item:last-child {
    border-right: 0;
  }
}
:where(.contents) .anchor__list__item a {
  width: min(17.5925925926vw, 190px);
  height: 100%;
  display: grid;
  place-content: center;
  place-items: center;
  gap: 0.8em;
  color: #fff;
  font-size: min(1.2962962963vw, 0.875rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  :where(.contents) .anchor__list__item a {
    width: 100%;
    font-size: 3.7333333333vw;
    gap: 1em;
  }
}
:where(.contents) .anchor__list__item a::after {
  content: "";
  width: min(1.4351851852vw, 15.5px);
  height: min(0.8333333333vw, 9px);
  background: url(../img/ic-anchor-arrow.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  :where(.contents) .anchor__list__item a::after {
    width: 4.1333333333vw;
    height: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .lineup {
    margin-top: 13.3333333333vw;
  }
}
@media screen and not (max-width: 767px) {
  :where(.contents) .lineup__list {
    max-width: min(96.2962962963vw, 1040px);
    padding-left: min(1.8518518519vw, 20px);
    padding-right: min(1.8518518519vw, 20px);
  }
}
:where(.contents) .lineup__item {
  margin-top: min(7.4074074074vw, 80px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .lineup__item {
    margin-top: 18.6666666667vw;
  }
}
:where(.contents) .lineup__item__heading {
  font-size: min(2.037037037vw, 1.375rem);
  font-weight: 500;
  margin-bottom: min(2.7777777778vw, 30px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .lineup__item__heading {
    font-size: 5.8666666667vw;
    margin-bottom: 7.3333333333vw;
  }
}
:where(.contents) .lineup__item__heading__en {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: min(1.1111111111vw, 0.75rem);
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #959082;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  :where(.contents) .lineup__item__heading__en {
    font-size: 3.2vw;
  }
}
:where(.contents) .lineup__item__heading__en::after {
  content: "";
  width: 100%;
  height: min(0.0925925926vw, 1px);
  background: #959082;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  :where(.contents) .lineup__item__heading__en::after {
    height: 0.2666666667vw;
  }
}
:where(.contents) .lineup__item__slider {
  overflow: visible;
  padding-bottom: min(5.5555555556vw, 60px);
  --space-between: min(1.8518518519vw, 20px);
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(.contents) .lineup__item__slider {
    padding-bottom: 16vw;
    --space-between: 2.6666666667vw;
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
:where(.contents) .lineup__item__slider::after {
  content: "";
  width: 100vw;
  height: min(43.5185185185vw, 470px);
  background: url(../img/bg-lineup.jpg) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  :where(.contents) .lineup__item__slider::after {
    background-image: url(../img/bg-lineup-sp.jpg);
    height: calc(100% - 40vw);
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .lineup__item__slider .lineup-card {
    width: 89.3333333333vw;
  }
}
:where(.contents) .lineup__item__slider .swiper-button-prev,
:where(.contents) .lineup__item__slider .swiper-button-next {
  width: min(2.5vw, 27px);
  height: min(4.7222222222vw, 51px);
  background: url(../img/ic-arrow-white.png) no-repeat center/contain;
  translate: 0 -50%;
  margin-top: calc(-1 * min(2.7777777778vw, 30px));
}
:where(.contents) .lineup__item__slider .swiper-button-prev::after,
:where(.contents) .lineup__item__slider .swiper-button-next::after {
  content: none;
}
:where(.contents) .lineup__item__slider .swiper-button-prev {
  left: calc(-1 * min(4.8148148148vw, 52px));
}
:where(.contents) .lineup__item__slider .swiper-button-next {
  right: calc(-1 * min(4.8148148148vw, 52px));
  rotate: -180deg;
}
:where(.contents) .lineup__item__note {
  margin-top: min(1.8518518519vw, 20px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .lineup__item__note {
    margin-top: 5.3333333333vw;
  }
}
:where(.contents) .lineup__item__button {
  margin-top: min(1.8518518519vw, 20px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(.contents) .lineup__item__button {
    margin-top: 10.6666666667vw;
  }
}
:where(.contents) .comparison-chart {
  display: none;
}
:where(.contents) .comparison-chart .comparison {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  :where(.contents) .select {
    margin-top: 21.3333333333vw;
  }
}
:where(.contents) .select__heading {
  text-align: center;
  font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
  line-height: 1.4;
  font-size: min(3.1481481481vw, 2.125rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .select__heading {
    font-size: 6.4vw;
  }
}
:where(.contents) .select__sub-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #959082;
  font-weight: 500;
  font-size: min(2.0462962963vw, 1.38125rem);
  gap: 0.75em;
  margin-bottom: min(2.7777777778vw, 30px);
  margin-top: min(2.7777777778vw, 30px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .select__sub-heading {
    font-size: 4.5333333333vw;
    margin-bottom: 6.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
:where(.contents) .select__sub-heading::after {
  content: "";
  width: min(3.1018518519vw, 33.5px);
  height: min(1.5740740741vw, 17px);
  background: #959082;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
  :where(.contents) .select__sub-heading::after {
    width: 6.9333333333vw;
    height: 3.4666666667vw;
  }
}
:where(.contents) .finder {
  max-width: min(74.0740740741vw, 800px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: min(6.4814814815vw, 70px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .finder {
    max-width: 100%;
    grid-template-columns: 1fr;
    margin-bottom: 10.6666666667vw;
  }
}
:where(.contents) .finder__body {
  text-align: center;
  background: #f8f7f3;
  padding: min(2.3148148148vw, 25px) min(1.8518518519vw, 20px) min(2.7777777778vw, 30px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  :where(.contents) .finder__body {
    padding: 5.3333333333vw 5.3333333333vw 8vw;
  }
}
:where(.contents) .finder__heading {
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .finder__heading {
    margin-bottom: 1em;
  }
}
:where(.contents) .finder__heading__sub {
  font-size: min(1.1111111111vw, 0.75rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .finder__heading__sub {
    font-size: 3.2vw;
  }
}
:where(.contents) .finder__heading__main {
  font-size: min(1.4814814815vw, 1rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  :where(.contents) .finder__heading__main {
    font-size: 4.2666666667vw;
  }
}
:where(.contents) .finder__txt {
  line-height: 1.6;
  font-size: min(1.1111111111vw, 0.75rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .finder__txt {
    font-size: 3.2vw;
  }
}
:where(.contents) .finder__button {
  margin-top: auto;
  width: min(18.5185185185vw, 200px);
  height: min(5vw, 54px);
  margin-inline: auto;
  display: grid;
  place-content: center;
  background: #959082;
  color: #fff;
  font-size: min(1.4814814815vw, 1rem);
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(.contents) .finder__button {
    margin-top: 6.6666666667vw;
    width: 76vw;
    height: 14.4vw;
    font-size: 4.2666666667vw;
  }
}
:where(.contents) .finder__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;
  position: absolute;
  top: 50%;
  right: min(1.3888888889vw, 15px);
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  :where(.contents) .finder__button::after {
    width: 2.2666666667vw;
    height: 3.7333333333vw;
    right: 22.9333333333vw;
  }
}
:where(.contents) .hair-style__tab {
  display: flex;
  justify-content: center;
  margin-bottom: min(3.7037037037vw, 40px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .hair-style__tab {
    margin-bottom: 10.6666666667vw;
  }
}
:where(.contents) .hair-style__tab__item {
  width: min(12.037037037vw, 130px);
  height: min(4.0740740741vw, 44px);
  display: grid;
  place-content: center;
  color: #959082;
  border: min(0.0925925926vw, 1px) solid #959082;
  font-size: min(1.6666666667vw, 1.125rem);
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  :where(.contents) .hair-style__tab__item {
    width: auto;
    height: 7.7333333333vw;
    flex: 1;
    font-size: 3.2vw;
    border-width: 0.2666666667vw;
  }
}
:where(.contents) .hair-style__tab__item:not(:first-child) {
  border-left: 0;
}
:where(.contents) .hair-style__tab__item.is-active {
  background-color: #959082;
  color: #fff;
}
@media (any-hover: hover) {
  :where(.contents) .hair-style__tab__item:not(.is-active):hover {
    opacity: 0.7;
  }
}
:where(.contents) .hair-style__content {
  position: relative;
}
:where(.contents) .hair-style__content .swiper-button-next,
:where(.contents) .hair-style__content .swiper-button-prev {
  width: min(1.9444444444vw, 21px);
  height: min(3.7037037037vw, 40px);
  background: url(../img/ic-arrow-gray.png) no-repeat center/contain;
  translate: 0 -50%;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  :where(.contents) .hair-style__content .swiper-button-next,
  :where(.contents) .hair-style__content .swiper-button-prev {
    display: none;
  }
}
:where(.contents) .hair-style__content .swiper-button-next::after,
:where(.contents) .hair-style__content .swiper-button-prev::after {
  content: none;
}
:where(.contents) .hair-style__content .swiper-button-next {
  rotate: -180deg;
}
:where(.contents) .hair-style__slider {
  max-width: min(78.1481481481vw, 844px);
  margin-inline: auto;
  --space-between: min(1.8518518519vw, 20px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .hair-style__slider {
    max-width: unset;
    --space-between: 2.6666666667vw;
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .hair-style__slider .swiper-slide {
    width: 44.6666666667vw;
  }
}
:where(.contents) .award {
  margin-top: min(7.4074074074vw, 80px);
  margin-bottom: min(7.4074074074vw, 80px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .award {
    margin-top: 18.6666666667vw;
    margin-bottom: 18.6666666667vw;
  }
}
:where(.contents) .award__img {
  display: block;
  width: min(34.6296296296vw, 374px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(.contents) .award__img {
    width: 87.2vw;
  }
}
:where(.contents) .award__notes {
  max-width: min(36.8518518519vw, 398px);
  margin-top: min(2.3148148148vw, 25px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(.contents) .award__notes {
    max-width: 100%;
    margin-top: 6.6666666667vw;
  }
}
:where(.contents) .award__notes .note {
  text-indent: -2em;
  padding-left: 2em;
  letter-spacing: 0.03em;
}
:where(.contents) .gift {
  background: #f8f7f3;
  padding-top: min(5.5555555556vw, 60px);
  padding-bottom: min(5.5555555556vw, 60px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
:where(.contents) .gift__mv {
  background: #fff;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  margin-bottom: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__mv {
    background: transparent;
    grid-template-columns: 1fr;
    margin-bottom: 8vw;
    row-gap: 8vw;
  }
}
:where(.contents) .gift__mv__body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: min(1.3888888889vw, 15px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__mv__body {
    padding: 0;
    align-items: center;
  }
}
:where(.contents) .gift__mv__heading {
  color: #959082;
  font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
  font-size: min(2.4074074074vw, 1.625rem);
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__mv__heading {
    font-size: 4.8vw;
  }
}
:where(.contents) .gift__mv__txt {
  font-size: min(1.4814814815vw, 1rem);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__mv__txt {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__wrap {
    margin-left: -4vw;
    margin-right: -4vw;
    overflow-x: auto;
  }
}
:where(.contents) .gift__wrap .simplebar-content {
  display: flex;
  height: auto;
  column-gap: 0;
  padding: 0 0 min(2.7777777778vw, 30px) 0 !important;
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__wrap .simplebar-content {
    padding: 0 4vw 5.3333333333vw 0 !important;
  }
}
:where(.contents) .gift__list {
  display: flex;
  gap: min(0.9259259259vw, 10px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__list {
    gap: 2.6666666667vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
:where(.contents) .gift__list li {
  width: min(17.7777777778vw, 192px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__list li {
    min-width: 44.8vw;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .specialvoice {
    margin-bottom: 16vw;
  }
}
:where(.contents) .specialvoice .heading--en {
  margin-bottom: 1.2em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .specialvoice .heading--en {
    margin-bottom: 1.4em;
  }
}
:where(.contents) .specialvoice__wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: min(3.7037037037vw, 40px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .specialvoice__wrap {
    grid-template-columns: 1fr;
    row-gap: 10.6666666667vw;
  }
}
:where(.contents) .specialvoice__item__name {
  margin: min(2.7777777778vw, 30px) 0 min(1.8518518519vw, 20px);
  display: flex;
  align-items: flex-end;
  column-gap: min(2.7777777778vw, 30px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .specialvoice__item__name {
    margin: 5.2vw 0 3.6vw;
    column-gap: 6vw;
  }
}
:where(.contents) .specialvoice__item__name .main {
  color: #472e20;
  font-size: min(1.8518518519vw, 1.25rem);
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  :where(.contents) .specialvoice__item__name .main {
    font-size: 4.5333333333vw;
  }
}
:where(.contents) .specialvoice__item__name .ruby01,
:where(.contents) .specialvoice__item__name .ruby02 {
  display: flex;
  padding-bottom: min(0.2777777778vw, 3px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .specialvoice__item__name .ruby01,
  :where(.contents) .specialvoice__item__name .ruby02 {
    padding-bottom: 0.4vw;
  }
}
:where(.contents) .specialvoice__item__name .ruby01 img,
:where(.contents) .specialvoice__item__name .ruby02 img {
  width: auto;
  height: min(1.0185185185vw, 11px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .specialvoice__item__name .ruby01 img,
  :where(.contents) .specialvoice__item__name .ruby02 img {
    height: 2.5333333333vw;
  }
}
:where(.contents) .specialvoice__item__heading {
  font-size: min(2.037037037vw, 1.375rem);
  font-weight: 500;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .specialvoice__item__heading {
    font-size: 4.8vw;
  }
}
:where(.contents) .specialvoice__item__text {
  font-size: min(1.4814814815vw, 1rem);
  color: #472e20;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .specialvoice__item__text {
    font-size: 3.7333333333vw;
    line-height: 1.857143;
  }
}
:where(.contents) .specialvoice__button {
  margin-top: min(3.7037037037vw, 40px);
  margin-inline: auto;
  font-size: min(1.2962962963vw, 0.875rem);
  position: relative;
}
@media screen and not (max-width: 767px) {
  :where(.contents) .specialvoice__button {
    width: min(31.9444444444vw, 345px);
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .specialvoice__button {
    margin-top: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
:where(.contents) .specialvoice__button::after {
  position: absolute;
  right: min(1.8518518519vw, 20px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .specialvoice__button::after {
    right: 5.3333333333vw;
  }
}
:where(.contents) .joint__heading {
  margin-bottom: min(2.7777777778vw, 30px);
  font-weight: 500;
  font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  :where(.contents) .joint__heading {
    margin-bottom: 8vw;
  }
}
:where(.contents) .joint__heading__sub {
  font-size: min(2.037037037vw, 1.375rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .joint__heading__sub {
    font-size: 5.3333333333vw;
  }
}
:where(.contents) .joint__heading__main {
  font-size: min(2.7777777778vw, 1.875rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .joint__heading__main {
    font-size: 6.4vw;
  }
}
:where(.contents) .joint__img {
  max-width: min(46.1111111111vw, 498px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(.contents) .joint__img {
    max-width: 100%;
  }
}
:where(.contents) .iron-case {
  margin-top: min(7.4074074074vw, 80px);
  margin-bottom: min(7.4074074074vw, 80px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .iron-case {
    margin-bottom: 16vw;
  }
}
:where(.contents) .iron-case__box {
  margin: 0 auto;
  max-width: min(88.8888888889vw, 960px);
  position: relative;
  padding: min(4.6296296296vw, 50px) 0 min(3.7037037037vw, 40px);
  border: 1px solid #acacac;
}
@media screen and (max-width: 767px) {
  :where(.contents) .iron-case__box {
    max-width: 92vw;
    padding: 7.2vw 3.2vw 7.2vw;
  }
}
:where(.contents) .iron-case__box::after {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  background-color: rgba(211, 223, 227, 0.4);
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: min(19.4444444444vw, 210px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .iron-case__box::after {
    height: 84vw;
  }
}
:where(.contents) .iron-case__box__icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #739fb9;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: min(8.5185185185vw, 92px);
  height: min(8.5185185185vw, 92px);
  font-size: min(2.2222222222vw, 24px);
  top: min(2.4074074074vw, 26px);
  right: min(3.1481481481vw, 34px);
  padding-top: 0.5%;
  padding-left: 0.1%;
}
@media screen and (max-width: 767px) {
  :where(.contents) .iron-case__box__icon {
    width: 14.576vw;
    height: 14.576vw;
    font-size: 3.8vw;
    top: 75.6vw;
    right: 5.6vw;
  }
}
:where(.contents) .iron-case__box__ttl, :where(.contents) .iron-case__box__lead {
  font-weight: 500;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
:where(.contents) .iron-case__box__ttl {
  font-size: min(2.7777777778vw, 30px);
  line-height: 1.5;
  margin-bottom: min(0.9259259259vw, 10px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .iron-case__box__ttl {
    font-size: 5.8666666667vw;
    margin-bottom: 2.8vw;
  }
}
:where(.contents) .iron-case__box__lead {
  font-size: min(2.2222222222vw, 24px);
  line-height: 1.8;
  margin-bottom: min(2.2222222222vw, 24px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .iron-case__box__lead {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
:where(.contents) .iron-case__box__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: min(2.962962963vw, 32px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .iron-case__box__inner {
    display: block;
    position: relative;
  }
}
:where(.contents) .iron-case__box__img {
  width: min(42.962962963vw, 464px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .iron-case__box__img {
    position: absolute;
    width: 83.2vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: 21.6vw;
  }
}
:where(.contents) .iron-case__box__img .note {
  margin-top: min(2.5925925926vw, 28px);
  font-size: min(1.1111111111vw, 12px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  :where(.contents) .iron-case__box__img .note {
    text-align: center;
    margin-top: 4.8vw;
    font-size: 2.666666667vw;
  }
}
:where(.contents) .iron-case__box__text .list {
  margin-bottom: min(3.7037037037vw, 40px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .iron-case__box__text .list {
    margin-bottom: 14vw;
  }
}
:where(.contents) .iron-case__box__text .list li {
  position: relative;
  font-size: min(1.3888888889vw, 15px);
  line-height: 1.875;
  padding-left: min(1.8518518519vw, 20px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .iron-case__box__text .list li {
    font-size: 3.46666667vw;
    line-height: 1.9231;
    padding-left: 4.8vw;
    letter-spacing: -0.04em;
  }
}
:where(.contents) .iron-case__box__text .list li::before, :where(.contents) .iron-case__box__text .list li::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
:where(.contents) .iron-case__box__text .list li::before {
  z-index: 1;
  width: min(1.2962962963vw, 14px);
  height: min(1.2962962963vw, 14px);
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  :where(.contents) .iron-case__box__text .list li::before {
    width: 3.2vw;
    height: 3.2vw;
  }
}
:where(.contents) .iron-case__box__text .list li::after {
  z-index: 3;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-check.png);
  transform: translateY(-25%);
  width: min(1.8055555556vw, 19.5px);
  height: min(1.5277777778vw, 16.5px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .iron-case__box__text .list li::after {
    width: 4.4vw;
    height: 3.7333333333vw;
  }
}
:where(.contents) .iron-case__box__text .product-ja {
  font-weight: 500;
  font-size: min(1.3888888889vw, 15px);
  line-height: 1.553;
}
@media screen and (max-width: 767px) {
  :where(.contents) .iron-case__box__text .product-ja {
    font-size: 3.4666666667vw;
    line-height: 1.53154;
    padding-left: 1.6vw;
  }
}
:where(.contents) .iron-case__box__text .product-en {
  font-weight: 500;
  font-size: min(1.1111111111vw, 12px);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  :where(.contents) .iron-case__box__text .product-en {
    font-size: 2.9333333333vw;
    line-height: 1.6991;
    padding-left: 1.6vw;
  }
}
:where(.contents) .iron-case__box__text .price {
  font-weight: 500;
  font-size: min(1.2962962963vw, 14px);
  line-height: 2.38;
  margin-bottom: min(1.8518518519vw, 20px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .iron-case__box__text .price {
    font-size: 3.4666666667vw;
    line-height: 2.184;
    margin-bottom: 34vw;
    padding-left: 1.6vw;
  }
}
:where(.contents) .iron-case__box__text .btn {
  background-color: #fff;
  border: 1px solid #8f999f;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: min(1.3888888889vw, 15px);
  letter-spacing: 1.12px;
  width: min(29.1666666667vw, 315px);
  height: min(5.3703703704vw, 58px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .iron-case__box__text .btn {
    font-size: 4vw;
    width: 100%;
    height: 16.2666666667vw;
  }
}
:where(.contents) .iron-case__box__text .btn::after {
  content: "";
  background-image: url("/assets/beauty/refa/haircare/common/img/ic-arrow-gray.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: min(1.2962962963vw, 14px);
  height: min(1.2962962963vw, 14px);
  display: block;
  position: absolute;
  right: min(1.1111111111vw, 12px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .iron-case__box__text .btn::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    right: 3.2vw;
  }
}