: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: 75%;
  top: -0.3em;
}
: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);
}

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

@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;
}
.contents .text-center {
  text-align: center;
}
.contents .heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: min(1.3888888889vw, 15px);
  font-size: min(2.4074074074vw, 26px);
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents .heading {
    font-size: 5.3333333333vw;
    margin-bottom: 1.25em;
    gap: 4vw;
  }
}
.contents .heading::after {
  content: "";
  width: min(3.7037037037vw, 40px);
  height: min(0.1851851852vw, 2px);
  background: url(../img/im-line.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .contents .heading::after {
    width: 10.6666666667vw;
    height: 0.5333333333vw;
  }
}
.contents .note {
  font-size: min(0.9259259259vw, 0.625rem);
  color: #999999;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .contents .note {
    font-size: 2.6666666667vw;
  }
}
.contents .note.indent1 {
  text-indent: -1em;
  padding-left: 1em;
}
.contents .note.indent2 {
  text-indent: -2em;
  padding-left: 2em;
}
.contents .product-card {
  height: 100%;
  text-align: center;
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  max-width: min(21.7592592593vw, 235px);
}
@media screen and (max-width: 767px) {
  .contents .product-card {
    max-width: 44.6666666667vw;
  }
}
.contents .product-card__copy {
  background: #f7f7f7;
  padding: 0.5em;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  font-size: min(1.1111111111vw, 12px);
  min-height: min(4.6759259259vw, 50.5px);
  display: grid;
  place-content: center;
  --letter-spacing: 0.04em;
  margin-bottom: min(1.3888888889vw, 15px);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .contents .product-card__copy {
    padding: 0.5em 0;
    font-size: 2.6666666667vw;
    min-height: 12.1333333333vw;
    margin-bottom: 2.6666666667vw;
    --letter-spacing: 0;
  }
}
.contents .product-card__img {
  width: 100%;
}
.contents .product-card__name {
  font-size: min(1.2037037037vw, 13px);
  line-height: 1.6;
  font-weight: 500;
  margin-top: min(0.9259259259vw, 10px);
}
@media screen and (max-width: 767px) {
  .contents .product-card__name {
    font-size: 2.9333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.contents .product-card__name__tag {
  display: block;
  background: #eee;
  font-size: min(0.9259259259vw, 10px);
  width: fit-content;
  margin-top: 0.8em;
  margin-inline: auto;
  padding: 0.1em 0.9em;
}
@media screen and (max-width: 767px) {
  .contents .product-card__name__tag {
    font-size: 2.6666666667vw;
  }
}
.contents .product-card__name__note {
  display: block;
  color: currentColor;
  margin-top: 0.5em;
  font-weight: 400;
}
.contents .product-card__price {
  font-size: min(1.2962962963vw, 14px);
  font-weight: 400;
  color: #8c8c97;
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .contents .product-card__price {
    font-size: 3.2vw;
    margin-top: 0.2em;
  }
}
.contents .product-card__price .tax {
  font-size: 70%;
}
.contents .product-card.-color {
  background: #fff;
  padding: min(0.9259259259vw, 10px) min(0.9259259259vw, 10px) min(1.8518518519vw, 20px);
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents .product-card.-color {
    padding: 4vw 0 5.3333333333vw;
  }
}
.contents .product-card.-color::before {
  content: "";
  width: min(0.9259259259vw, 10px);
  height: min(0.9259259259vw, 10px);
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  background: var(--color);
}
@media screen and (max-width: 767px) {
  .contents .product-card.-color::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.contents .product-card.-color .product-card__name {
  margin-top: min(0.462962963vw, 5px);
  font-size: min(1.1111111111vw, 12px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contents .product-card.-color .product-card__name {
    margin-top: 4vw;
    font-size: 2.6666666667vw;
  }
}
.contents .kv {
  overflow: hidden;
}
.contents .kv__img {
  width: 100%;
}
.contents .kv__img img {
  width: 100%;
  height: 100%;
  min-height: min(39.8148148148vw, 430px);
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .contents .kv__img img {
    min-height: unset;
  }
}
.contents .kv__copy {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(2.7777777778vw, 30px);
  line-height: 1.6;
  padding: min(3.7037037037vw, 40px);
}
@media screen and (max-width: 767px) {
  .contents .kv__copy {
    font-size: 5.3333333333vw;
    padding: 5.3333333333vw;
  }
}
.contents .intro {
  background: url(../img/bg-intro.jpg) no-repeat center top/min(133.3333333333vw, 1440px);
  padding-top: min(5.0925925926vw, 55px);
  padding-bottom: min(8.6574074074vw, 93.5px);
}
@media screen and (max-width: 767px) {
  .contents .intro {
    background: url(../img/bg-intro-sp.jpg) no-repeat center top/100%;
    padding-top: 8vw;
    padding-bottom: 18.6666666667vw;
  }
}
.contents .intro__txt {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(1.5740740741vw, 17px);
}
@media screen and (max-width: 767px) {
  .contents .intro__txt {
    font-size: 3.7333333333vw;
  }
}
.contents .intro__txt * + * {
  margin-top: 1.8em;
}
.contents .intro__routine {
  margin-top: min(8.3333333333vw, 90px);
  width: min(36.1111111111vw, 390px);
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents .intro__routine {
    margin-top: 18.6666666667vw;
    width: 86.6666666667vw;
  }
}
.contents .intro__routine__img {
  width: 100%;
}
.contents .intro__routine__item {
  position: absolute;
}
.contents .intro__routine__item.-item01 {
  width: min(2.3148148148vw, 25px);
  bottom: min(28.6574074074vw, 309.5px);
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .contents .intro__routine__item.-item01 {
    width: 5.4666666667vw;
    bottom: 68.8vw;
  }
}
.contents .intro__routine__item.-item02 {
  width: min(15.2777777778vw, 165px);
  bottom: min(24.7685185185vw, 267.5px);
  right: min(6.6203703704vw, 71.5px);
  translate: 50% 0;
}
@media screen and (max-width: 767px) {
  .contents .intro__routine__item.-item02 {
    width: 36.6666666667vw;
    bottom: 59.4666666667vw;
    right: 16vw;
  }
}
.contents .intro__routine__item.-item03 {
  width: min(3.3333333333vw, 36px);
  bottom: min(10.0925925926vw, 109px);
  right: min(3.4722222222vw, 37.5px);
  translate: 50% 0;
}
@media screen and (max-width: 767px) {
  .contents .intro__routine__item.-item03 {
    width: 8.1333333333vw;
    bottom: 24.2666666667vw;
    right: 8.4vw;
  }
}
.contents .intro__routine__item.-item04 {
  width: min(9.3518518519vw, 101px);
  bottom: calc(-1 * min(2.2222222222vw, 24px));
  right: min(10.6481481481vw, 115px);
  translate: 50% 0;
}
@media screen and (max-width: 767px) {
  .contents .intro__routine__item.-item04 {
    width: 22.4vw;
    bottom: -5.2vw;
    right: 25.7333333333vw;
  }
}
.contents .intro__routine__item.-item05 {
  width: min(4.537037037vw, 49px);
  bottom: calc(-1 * min(2.2222222222vw, 24px));
  left: min(10.6481481481vw, 115px);
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .contents .intro__routine__item.-item05 {
    width: 10.9333333333vw;
    bottom: -5.2vw;
    left: 25.7333333333vw;
  }
}
.contents .intro__routine__item.-item06 {
  width: min(5.787037037vw, 62.5px);
  bottom: min(10.0925925926vw, 109px);
  left: min(3.4722222222vw, 37.5px);
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .contents .intro__routine__item.-item06 {
    width: 13.7333333333vw;
    bottom: 24.2666666667vw;
    left: 8.4vw;
  }
}
.contents .intro__routine__item.-item07 {
  width: min(9.7222222222vw, 105px);
  bottom: min(24.7685185185vw, 267.5px);
  left: min(6.6203703704vw, 71.5px);
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .contents .intro__routine__item.-item07 {
    width: 23.3333333333vw;
    bottom: 59.4666666667vw;
    left: 16vw;
  }
}
.contents .anchor {
  background: url(../img/bg-anchor.jpg) repeat-x center/cover;
}
@media screen and (max-width: 767px) {
  .contents .anchor {
    background-image: url(../img/bg-anchor-sp.jpg);
  }
}
.contents .anchor__list {
  display: flex;
  justify-content: center;
}
.contents .anchor__item {
  height: min(9.0277777778vw, 97.5px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contents .anchor__item {
    height: 22.9333333333vw;
    flex: 1;
  }
}
.contents .anchor__item:not(:first-child) {
  border-left: min(0.0925925926vw, 1px) solid #fff;
}
@media screen and (max-width: 767px) {
  .contents .anchor__item:not(:first-child) {
    border-width: 0.2666666667vw;
  }
}
.contents .anchor__item a {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  place-items: center;
  gap: 0.5em;
  letter-spacing: 0.08em;
  font-size: min(1.3888888889vw, 0.9375rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  padding: 0 min(6.4814814815vw, 70px);
}
@media screen and (max-width: 767px) {
  .contents .anchor__item a {
    font-size: 3.4666666667vw;
    gap: 0.5em;
    padding: 0;
  }
}
.contents .anchor__item a::after {
  content: "";
  width: min(1.0185185185vw, 11px);
  height: min(1.0185185185vw, 11px);
  border-right: min(0.1851851852vw, 2px) solid #fff;
  border-bottom: min(0.1851851852vw, 2px) solid #fff;
  rotate: 45deg;
}
@media screen and (max-width: 767px) {
  .contents .anchor__item a::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-width: 0.4vw;
  }
}
.contents .recommend {
  background: url(../img/bg-recommend.jpg) no-repeat center top/min(133.3333333333vw, 1440px);
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contents .recommend {
    background: transparent;
    padding-top: 8.6666666667vw;
    padding-bottom: 0;
  }
}
.contents .recommend__list {
  width: fit-content;
  margin-inline: auto;
  display: grid;
  gap: 0.6em;
}
.contents .recommend__list li {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: min(1.2962962963vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  .contents .recommend__list li {
    font-size: 3.2vw;
  }
}
.contents .recommend__list li::before {
  content: "";
  width: min(1.6666666667vw, 18px);
  height: min(1.6666666667vw, 18px);
  background: url(../img/ic-check.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .contents .recommend__list li::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.contents .recommend__conclution {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(2.2222222222vw, 1.5rem);
  line-height: 1.6;
  margin-top: min(2.3148148148vw, 25px);
}
@media screen and (max-width: 767px) {
  .contents .recommend__conclution {
    font-size: 4.8vw;
    margin-top: 6.6666666667vw;
  }
}
.contents .recommend__conclution::before {
  content: "";
  width: min(10.6481481481vw, 115px);
  height: min(3.2407407407vw, 35px);
  background: url(../img/ic-recommend-arrow.jpg) no-repeat center/contain;
  display: block;
  margin-inline: auto;
  margin-bottom: min(1.8518518519vw, 20px);
}
@media screen and (max-width: 767px) {
  .contents .recommend__conclution::before {
    width: 30.6666666667vw;
    height: 9.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.contents .routine {
  overflow: hidden;
  padding-top: min(5.5555555556vw, 60px);
}
@media screen and (max-width: 767px) {
  .contents .routine {
    padding-top: 6.6666666667vw;
  }
}
.contents .routine__heading {
  text-align: center;
  width: min(29.3055555556vw, 316.5px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .contents .routine__heading {
    width: 56.4vw;
    margin-bottom: 13.3333333333vw;
  }
}
.contents .routine__step {
  --scroll-offset: min(9.7222222222vw, 105px);
  padding-bottom: min(14.3518518519vw, 155px);
}
@media screen and (max-width: 767px) {
  .contents .routine__step {
    --scroll-offset: 5vw;
    padding-bottom: 16vw;
  }
}
.contents .routine__step:first-child {
  margin-top: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 767px) {
  .contents .routine__step:first-child {
    margin-top: 0;
  }
}
.contents .routine__step:last-child {
  padding-bottom: min(7.4074074074vw, 80px);
}
@media screen and (max-width: 767px) {
  .contents .routine__step:last-child {
    padding-bottom: 14.6666666667vw;
  }
}
.contents .products-block {
  --scroll-offset: min(34.259259259vw, 370px);
  width: min(50% - min(0.9259259259vw, 10px), 490px);
}
@media screen and (max-width: 767px) {
  .contents .products-block {
    --scroll-offset: 5vw;
    width: 100%;
  }
}
.contents .products-block__heading {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(1.6666666667vw, 18px);
  line-height: 1.6;
  margin-bottom: 1.6em;
}
@media screen and (max-width: 767px) {
  .contents .products-block__heading {
    font-size: 3.7333333333vw;
  }
}
.contents .products-block__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(4, auto);
  justify-content: center;
  gap: 0 min(1.8518518519vw, 20px);
}
@media screen and (max-width: 767px) {
  .contents .products-block__items {
    gap: 0 2.6666666667vw;
  }
}
.contents .products-block__items li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
.contents .products-block__items:has(> :only-child) {
  display: flex;
  justify-items: center;
}
.contents .products-block__note {
  margin-top: 1em;
}
.contents .step {
  position: relative;
}
.contents .step::before {
  content: "";
  width: min(133.3333333333vw, 1440px);
  height: min(43.5648148148vw, 470.5px);
  background: url(../img/bg-step-odd.jpg) no-repeat center bottom/cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .contents .step::before {
    content: none;
  }
}
.contents .step__header {
  background: var(--bg-color);
  height: min(19.9074074074vw, 215px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 767px) {
  .contents .step__header {
    height: 37.3333333333vw;
    margin-bottom: 8vw;
  }
}
.contents .step__header__inner {
  max-width: min(92.5925925926vw, 1000px);
  margin-inline: auto;
  position: relative;
  display: grid;
  height: 100%;
  grid-template-columns: 1fr min(25.9259259259vw, 280px);
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .contents .step__header__inner {
    max-width: 100%;
    grid-template-columns: 1fr 37.3333333333vw;
    align-items: start;
  }
}
.contents .step__header__body {
  display: grid;
  grid-template-columns: min(21.4814814815vw, 232px) 1fr;
}
@media screen and (max-width: 767px) {
  .contents .step__header__body {
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 3.3333333333vw;
    margin-top: -4.4666666667vw;
  }
}
.contents .step__header__num {
  display: flex;
  align-items: center;
  gap: min(2.4074074074vw, 26px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents .step__header__num {
    gap: 5.3333333333vw;
    margin-left: 5.8666666667vw;
  }
}
.contents .step__header__num::after {
  content: "";
  width: min(0.0925925926vw, 1px);
  height: min(7.8703703704vw, 85px);
  background: var(--border-color);
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .contents .step__header__num::after {
    content: none;
  }
}
.contents .step__header__num__txt {
  font-size: min(2.3148148148vw, 25px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
  color: var(--border-color);
}
@media screen and (max-width: 767px) {
  .contents .step__header__num__txt {
    font-size: 4.8vw;
  }
}
.contents .step__header__num__txt .num {
  font-size: 140%;
}
.contents .step__header__num img {
  width: min(4.3055555556vw, 46.5px);
}
@media screen and (max-width: 767px) {
  .contents .step__header__num img {
    width: 8.9333333333vw;
  }
}
.contents .step__header__txt {
  padding-left: min(3.7037037037vw, 40px);
}
@media screen and (max-width: 767px) {
  .contents .step__header__txt {
    text-align: center;
    padding-left: 0;
  }
}
.contents .step__header__txt .head {
  font-size: min(1.9444444444vw, 21px);
  font-family: "Noto Serif JP", serif;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .contents .step__header__txt .head {
    font-size: 4vw;
  }
}
.contents .step__header__txt .txt {
  font-size: min(1.2962962963vw, 14px);
  color: var(--color);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .contents .step__header__txt .txt {
    font-size: 2.9333333333vw;
  }
}
.contents .step__header__img {
  width: min(25.9259259259vw, 280px);
  height: min(25.9259259259vw, 280px);
  position: absolute;
  bottom: min(3.7037037037vw, 40px);
  right: 0;
}
@media screen and (max-width: 767px) {
  .contents .step__header__img {
    width: 37.3333333333vw;
    height: 37.3333333333vw;
    position: static;
  }
}
.contents .step__contents {
  display: flex;
  justify-content: center;
  gap: min(1.8518518519vw, 20px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents .step__contents {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.contents .step:nth-child(2n)::before {
  background: url(../img/bg-step-even.jpg) no-repeat center bottom/cover;
}
.contents .step:nth-child(2n) .step__header__inner {
  grid-template-columns: min(25.9259259259vw, 280px) 1fr;
}
@media screen and (max-width: 767px) {
  .contents .step:nth-child(2n) .step__header__inner {
    grid-template-columns: 37.3333333333vw 1fr;
  }
}
.contents .step:nth-child(2n) .step__header__body {
  grid-column: 2;
  grid-template-columns: 1fr min(21.4814814815vw, 232px);
}
@media screen and (max-width: 767px) {
  .contents .step:nth-child(2n) .step__header__body {
    grid-template-columns: 1fr;
  }
}
.contents .step:nth-child(2n) .step__header__num {
  grid-row: 1;
  grid-column: 2;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .contents .step:nth-child(2n) .step__header__num {
    grid-column: 1;
    margin-left: 0;
    margin-right: 5.8666666667vw;
  }
}
.contents .step:nth-child(2n) .step__header__num::after {
  right: auto;
  left: 0;
}
.contents .step:nth-child(2n) .step__header__txt {
  grid-row: 1;
  grid-column: 1;
}
@media screen and (max-width: 767px) {
  .contents .step:nth-child(2n) .step__header__txt {
    grid-row: 2;
  }
}
.contents .step:nth-child(2n) .step__header__img {
  grid-row: 1;
  grid-column: 1;
  right: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .contents .step:nth-child(2n) .step__header__img {
    position: static;
  }
}
.contents .step:last-child::before {
  background: url(../img/bg-step-last.jpg) no-repeat center bottom/cover;
}
.contents .purpose {
  padding-top: min(6.4814814815vw, 70px);
  padding-bottom: min(7.4074074074vw, 80px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents .purpose {
    padding-top: 13.3333333333vw;
    padding-bottom: 14.6666666667vw;
  }
}
.contents .purpose .heading {
  margin-bottom: 1.75em;
}
@media screen and (max-width: 767px) {
  .contents .purpose .heading {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .contents .purpose::before {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: 100%;
    height: 0.2666666667vw;
    background: url(../img/im-hr-sp.jpg) no-repeat center/cover;
  }
}
.contents .purpose__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(4.6296296296vw, 50px) min(1.8518518519vw, 20px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents .purpose__contents {
    flex-direction: column;
    gap: 9.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .purpose__contents .product-card__name {
    font-size: 2.6666666667vw;
    line-height: 1.4;
  }
}
.contents .color {
  padding-top: min(6.4814814815vw, 70px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents .color {
    padding-top: 13.3333333333vw;
  }
}
.contents .color::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 100%;
  height: min(0.0925925926vw, 1px);
  background: url(../img/im-hr.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .contents .color::before {
    height: 0.2666666667vw;
    background: url(../img/im-hr-sp.jpg) no-repeat center/cover;
  }
}
.contents .color__lead {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(1.8518518519vw, 20px);
  font-weight: 500;
  margin-bottom: min(7.8703703704vw, 85px);
}
@media screen and (max-width: 767px) {
  .contents .color__lead {
    font-size: 4.2666666667vw;
    margin-bottom: 12vw;
  }
}
.contents .color__contents {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: min(16.0185185185vw, 173px) 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents .color__contents {
    grid-template-columns: 1fr;
    gap: 13.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .color__contents .product-card__name {
    font-size: 2.6666666667vw;
    line-height: 1.4;
  }
}
.contents .color__block {
  background: var(--bg-color);
  padding: 0 min(2.7777777778vw, 30px) min(3.7037037037vw, 40px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents .color__block {
    margin-left: -4vw;
    margin-right: -4vw;
    padding: 0 4vw 10.6666666667vw;
  }
}
.contents .color__block__heading {
  display: flex;
  margin-top: calc(-1 * min(1.7592592593vw, 19px));
  margin-bottom: min(2.9166666667vw, 31.5px);
}
@media screen and (max-width: 767px) {
  .contents .color__block__heading {
    margin-top: -5.0666666667vw;
    margin-bottom: 8.4vw;
  }
}
.contents .color__block__heading img {
  width: auto;
  height: min(2.5925925926vw, 28px);
}
@media screen and (max-width: 767px) {
  .contents .color__block__heading img {
    height: 7.4666666667vw;
  }
}
.contents .color__block__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: min(0.9259259259vw, 10px);
}
@media screen and (max-width: 767px) {
  .contents .color__block__list {
    gap: 2.6666666667vw;
  }
}
.contents .color__block__list li.coming-soon {
  position: relative;
}
.contents .color__block__list li.coming-soon::before {
  content: "COMING SOON";
  position: absolute;
  inset: 0;
  color: #fff;
  background: rgba(102, 102, 102, 0.5);
  z-index: 1;
  display: grid;
  place-content: center;
  font-size: min(1.2037037037vw, 13px);
}
@media screen and (max-width: 767px) {
  .contents .color__block__list li.coming-soon::before {
    font-size: 2.9333333333vw;
  }
}
@media screen and not (max-width: 767px) {
  .contents .color__block:nth-child(2n+1) {
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
  }
}
@media screen and not (max-width: 767px) {
  .contents .color__block:nth-child(2n) {
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    position: relative;
    top: min(9.2592592593vw, 100px);
  }
}
.contents .color__block:nth-child(2n) .color__block__heading {
  justify-content: flex-end;
}
.contents .conclution {
  padding-top: min(15.2777777778vw, 165px);
  padding-bottom: min(4.6296296296vw, 50px);
  background: url(../img/bg-conclusion.jpg) no-repeat center top/min(133.3333333333vw, 1440px);
}
@media screen and (max-width: 767px) {
  .contents .conclution {
    padding-top: 10.6666666667vw;
    padding-bottom: 14.6666666667vw;
    background: url(../img/bg-conclusion-sp.jpg) no-repeat center top/100%;
  }
}
.contents .conclution__txt {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(1.5740740741vw, 17px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contents .conclution__txt {
    font-size: 4vw;
  }
}
.contents .conclution__txt * + * {
  margin-top: 1.8em;
}
.contents .conclution__routine {
  width: min(25.2777777778vw, 273px);
  margin-inline: auto;
  margin-top: min(5.0925925926vw, 55px);
}
@media screen and (max-width: 767px) {
  .contents .conclution__routine {
    width: 60.6666666667vw;
    margin-top: 12vw;
  }
}

#pageTopBtn {
  display: block !important;
  right: min(0.9259259259vw, 10px);
  bottom: min(0.9259259259vw, 10px);
}
@media (max-width: 1200px) {
  #pageTopBtn {
    right: min(2.7777777778vw, 30px);
    bottom: min(3.7037037037vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  #pageTopBtn {
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
  }
}
#pageTopBtn a {
  display: block;
  width: 100%;
  height: 100%;
}
#pageTopBtn img {
  display: none;
}
#pageTopBtn > p {
  background: url(../img/im-pageTop.png) no-repeat center/contain;
  border-radius: 50%;
  box-shadow: 6px 0 7px rgba(138, 138, 138, 0.23);
  border: none;
  width: min(5.5555555556vw, 60px);
  height: min(5.5555555556vw, 60px);
}
@media screen and (max-width: 767px) {
  #pageTopBtn > p {
    width: 12.2666666667vw;
    height: 12.2666666667vw;
  }
}