@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt", "pkna";
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#snow-peeling-particles {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 50;
  transition: opacity 0.3s ease;
}

html {
  scrollbar-gutter: stable;
  font-size: 1.7857142857vw;
}
@media (min-width: 560px) {
  html {
    font-size: 10px;
  }
}

#main {
  width: min(100%, 56rem);
  margin-inline: auto;
}

#site-footer {
  width: min(100%, 56rem);
  margin-inline: auto;
}

a:hover {
  opacity: 0.8;
}

.font-zen-old-mincho {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", "YuMincho", "MS PMincho", "MS Mincho", serif;
}

.font-noto-sans-jp {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color: #B3B3B3;
  font-feature-settings: "pwid", "pkna", "palt";
}

.font-noto-serif-jp {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", "YuMincho", "MS PMincho", "MS Mincho", serif;
}

.font-eb-garamond {
  font-family: "EB Garamond", "Times New Roman", "Times", serif;
}

.cta-wrap {
  display: flex;
  justify-content: center;
}

.btn-outline-pill {
  width: 39rem;
  height: 8.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7rem;
  box-sizing: border-box;
  padding-left: 7.6rem;
  border: 1px solid #FCEBF3;
  border-radius: 63px;
  background: transparent;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.1262962963;
  letter-spacing: 0.26em;
  text-decoration: none;
  transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.btn-outline-pill:hover {
  opacity: 1;
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.btn-outline-pill:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.btn-outline-pill__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  line-height: 0;
}
.btn-outline-pill__arrow img {
  display: block;
  width: 1.4rem;
  height: auto;
}

.btn-pill-cta {
  border: none;
  background: linear-gradient(90deg, #8c6239 0%, #a08362 100%);
  color: #fff;
  transition: opacity 0.2s ease, filter 0.2s ease, color 0.2s ease;
}
.btn-pill-cta:hover {
  opacity: 1;
  color: #fff;
  border: none;
  background: linear-gradient(90deg, #8c6239 0%, #a08362 100%);
  filter: brightness(1.06);
}
.btn-pill-cta:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.header {
  width: 100%;
  height: 7.8rem;
  max-width: 56rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 60;
  padding-inline: 2.8rem;
  background-color: rgba(0, 0, 0, 0.6);
}

.header .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo {
  width: 11.1rem;
  display: block;
}

.header-menu-button-wrapper {
  position: relative;
  z-index: 1;
}

.header-menu-button {
  position: relative;
  z-index: 2;
  width: 3rem;
  height: 1.4rem;
  padding: 0;
}

.header-menu-button__line {
  position: absolute;
  display: block;
  height: 0.3rem;
  background-color: #fff;
  transition: top 0.3s ease, bottom 0.3s ease, left 0.3s ease, right 0.3s ease, width 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

.header-menu-button__line--top {
  top: 0;
  left: 0;
  width: 3rem;
}

.header-menu-button__line--bottom {
  bottom: 0;
  left: 0;
  width: 1.6rem;
}

#site-header.is-open .header-menu-button__line--top {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 3rem;
  transform: translate(-50%, -50%) rotate(45deg);
}

#site-header.is-open .header-menu-button__line--bottom {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 3rem;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header-nav {
  position: fixed;
  top: 7.8rem;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}

#site-header.is-open .header-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.35s ease, visibility 0s linear 0s;
}

.header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.header-nav a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 1rem 3.3rem;
}
@media (max-width: 768px) {
  .header-nav a {
    font-size: 2rem;
  }
}

#site-footer {
  background-color: #000;
  padding: 6.5rem 0 20.2rem;
}

.site-footer__inner {
  width: 44.3rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-footer__logo {
  width: 18.7rem;
}

.site-footer__copy {
  margin-top: 4.6rem;
  color: #606060;
  font-size: 1.7rem;
  font-weight: 100;
  line-height: 2.6538461538;
  letter-spacing: 0.05em;
  text-align: center;
}

.site-footer__instagram {
  width: 5.7rem;
  margin-top: 4.2rem;
}
.site-footer__instagram a {
  display: block;
}

.sticky-sides__logo-link {
  display: block;
  position: fixed;
  z-index: 45;
  width: 20.7rem;
  left: 25vw;
  top: 40%;
  transform: translateX(-116%);
  pointer-events: auto;
}
@media (max-width: 1083px) {
  .sticky-sides__logo-link {
    display: none;
  }
}
.sticky-sides__logo-link:hover {
  opacity: 0.88;
}

.sticky-cta__stack {
  width: 100%;
  max-width: 407px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.9rem;
  position: fixed;
  z-index: 45;
  right: 25vw;
  bottom: 5rem;
  transform: translateX(84%);
  pointer-events: none;
}
@media (max-width: 1495px) {
  .sticky-cta__stack {
    max-width: 311px;
    transform: translateX(97%);
  }
}
@media (max-width: 1266px) {
  .sticky-cta__stack {
    display: none;
  }
}

.sticky-cta__block--text {
  width: 100%;
  max-width: 285px;
}

.sticky-cta__block--note {
  width: 100%;
  max-width: 322px;
}

.sticky-cta__block--link {
  pointer-events: auto;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transform: translateY(0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  width: 100%;
  height: 9.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  padding-inline: 4.5rem;
}
.sticky-cta__block--link img {
  width: 100%;
  max-width: 308px;
}
.sticky-cta__block--link:hover {
  opacity: 1;
  transform: translateY(-0.3rem);
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.22);
}
.sticky-cta__block--link:focus-visible {
  outline: 2px solid #231815;
  outline-offset: 3px;
}

.sticky-cta__block--line {
  background-color: #39B54A;
}
.sticky-cta__block--line img {
  width: 100%;
  max-width: 215px;
}

.bottom-cta {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 38;
  width: min(100%, 56rem);
  transform: translateX(-50%);
  padding-bottom: 1.3rem;
}
@media (min-width: 1267px) {
  .bottom-cta {
    display: none;
  }
}
.bottom-cta::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 18.2rem;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 82%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.bottom-cta__inner {
  position: relative;
  z-index: 1;
}

.bottom-cta__headline {
  width: 32.1rem;
  margin-inline: auto;
}
.bottom-cta__headline img {
  display: block;
  width: 100%;
  height: auto;
}

.bottom-cta__actions {
  margin-top: 0.8rem;
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}

.bottom-cta__btn {
  display: flex;
  width: 25.7rem;
  height: 6.8rem;
  align-items: center;
  justify-content: center;
  transform: translateY(0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.bottom-cta__btn:hover {
  opacity: 1;
  transform: translateY(-0.4rem);
  box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.28);
  filter: none;
}

.bottom-cta__btn--form {
  background-color: #333;
}
.bottom-cta__btn--form:hover {
  background-color: #333;
}
.bottom-cta__btn--form img {
  width: 18.3rem;
  height: auto;
}

.bottom-cta__btn--line {
  background-color: #39b54a;
}
.bottom-cta__btn--line:hover {
  background-color: #39b54a;
}
.bottom-cta__btn--line img {
  width: 17.5rem;
  height: auto;
}

.top-mv {
  position: relative;
  background-color: #000;
  background-image: url("../../img/top/top_mv.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 107.4rem;
}

.top-mv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 9.8rem;
}

.top-mv__texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12rem;
}

.top-mv__text--01 {
  width: 18.1rem;
  margin-bottom: 5rem;
}

.top-mv__text--02 {
  max-width: 29.2rem;
  margin-bottom: 4.7rem;
}

.top-mv__text--03 {
  max-width: 31.5rem;
  margin-bottom: 3.6rem;
}

.top-mv__text--04 {
  max-width: 30.1rem;
}

.top-mv-notice {
  width: 38.1rem;
  height: 10.2rem;
  position: absolute;
  bottom: 2.6rem;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}

.top-mv-notice.is-dismissed {
  display: none;
}

.top-mv-notice__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1.8rem;
  background-color: #fff;
  text-decoration: none;
  padding-left: 1.5rem;
}

.top-mv-notice__thumb {
  width: 8.1rem;
  height: 8.1rem;
}

.top-mv-notice__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-mv-notice__text {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0;
  color: #606060;
}

.top-mv-notice__close {
  position: absolute;
  top: -2.1rem;
  right: -1.9rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(94, 94, 94, 0.5);
  cursor: pointer;
}

.top-mv-notice__close-icon {
  position: relative;
  display: block;
  width: 0.9rem;
  height: 0.9rem;
}

.top-mv-notice__close-icon::before,
.top-mv-notice__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 0.2rem;
  background-color: #fff;
}

.top-mv-notice__close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.top-mv-notice__close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.top-4-first {
  position: relative;
  isolation: isolate;
  background-color: #000;
  padding-top: 5.3rem;
  padding-bottom: 29rem;
  text-align: center;
}
.top-4-first::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  aspect-ratio: 1720/871;
  background: url("../../img/top/4-first_title-bg.png") no-repeat center top/cover;
  pointer-events: none;
  z-index: 0;
}
.top-4-first > * {
  position: relative;
  z-index: 1;
}
.top-4-first::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  aspect-ratio: 1720/871;
  background: url("../../img/top/4-first_bottom-bg.png") no-repeat center bottom/cover;
  pointer-events: none;
  z-index: 0;
}

.top-4-first__title {
  width: 30.1rem;
  margin-inline: auto;
  margin-top: 1.6rem;
}

.top-4-first__lead {
  margin: 3.1rem 0 0;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8846153846;
  letter-spacing: 0.05em;
}

.top-4-first__spotlight {
  margin-top: 5.2rem;
  text-align: left;
}

.top-4-first__spotlight + .top-4-first__spotlight {
  margin-top: 6.5rem;
}

.top-4-first__visual {
  width: 36.7rem;
  height: 35.2rem;
  margin-inline: auto;
  border-radius: 50%;
  overflow: hidden;
}

.top-4-first__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-4-first__subhead {
  margin: 4.2rem 0 0;
}
.top-4-first__subhead::after {
  content: "";
  display: block;
  width: 27rem;
  height: 4.9rem;
  margin-inline: auto;
  background: url("../../img/top/4-first_text-line.png") no-repeat center/contain;
}

.top-4-first__spotlight-copy {
  width: 44.3rem;
  margin-inline: auto;
}

.top-4-first__subhead--text02 {
  width: 40rem;
  max-width: 100%;
  margin-inline: auto;
}

.top-4-first__subhead--text03 {
  width: 44.7rem;
  max-width: 100%;
  margin-inline: auto;
}

.top-4-first__subhead--text04 {
  width: 44rem;
  max-width: 100%;
  margin-inline: auto;
}

.top-4-first__subhead--text05 {
  width: 39.7rem;
  max-width: 100%;
  margin-inline: auto;
}

.top-4-first__desc {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9545454545;
  letter-spacing: 0.12em;
}

.top-case-new-standard {
  position: relative;
  isolation: isolate;
  background-color: #0a0a0a;
  background-image: url("../../img/top/case_new-standard_bg.jpg");
  background-position: center -20rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-case-new-standard::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: min(20.8rem, 38vh);
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 0;
}
.top-case-new-standard > * {
  position: relative;
  z-index: 1;
}

.top-case__intro {
  width: 44.3rem;
  margin-inline: auto;
}

.top-case__subtitle {
  width: 27.5rem;
}

.top-case__title {
  width: 16.4rem;
  margin-top: 2rem;
}

.top-case__lead {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9545454545;
  letter-spacing: 0.15em;
}

.top-slider-wrap {
  width: 100%;
  overflow: hidden;
}

.top-case__slider-wrap {
  margin-top: 3.3rem;
}

.top-sales-up__slider-wrap {
  margin-top: 4.6rem;
}

.top-slider {
  overflow: hidden;
}

.top-slider .swiper-wrapper {
  align-items: center;
}

.top-slider .swiper-slide {
  width: 45.2rem;
}

.top-new-standard {
  padding-top: 61.7rem;
}

.top-new-standard__intro {
  width: 44.3rem;
  margin-inline: auto;
}

.top-new-standard__heading {
  width: 32.9rem;
}

.top-new-standard__text {
  margin: 0;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8846153846;
  letter-spacing: 0.05em;
}

.top-new-standard__text--01 {
  margin-top: 4.9rem;
}

.top-new-standard__text--02 {
  margin-top: 3.1rem;
}

.top-new-standard__visual {
  width: 41.3rem;
  margin: 4.9rem auto 0;
}

.top-worries_salon-group {
  position: relative;
  background-color: #040b14;
  background-image: url("../../img/top/worries_salon_bg.jpg");
  background-position: center -8rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-worries {
  padding-top: 7rem;
}

.top-worries__heading-block {
  width: 47.3rem;
  margin-inline: auto;
}

.top-worries__title {
  color: #fff;
  font-size: 2.9rem;
  font-weight: 600;
  line-height: 1.7954545455;
  letter-spacing: 0.08em;
}

.top-worries__subtitle {
  color: #B3B3B3;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9545454545;
  letter-spacing: 0.12em;
}

.top-worries__grid {
  width: 47.1rem;
  margin: 4.6rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 22.6rem);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 4.2rem;
}

.top-worries__image-wrap {
  width: 22.6rem;
  height: 22.6rem;
}

.top-worries__image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-worries__item-copy {
  padding-left: 2rem;
}

.top-worries__item-title {
  margin-top: 1.3rem;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.1052631579;
  letter-spacing: 0.05em;
}

.top-worries__item-text {
  margin-top: 0.6rem;
  color: #B3B3B3;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9545454545;
  letter-spacing: 0.12em;
}

.top-worries__description {
  width: 45.8rem;
  margin: 3.6rem auto 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9545454545;
  letter-spacing: 0.12em;
}

.top-sales-up__bg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

.top-sales-up__bg--01 {
  position: relative;
  background-color: #010101;
  background-image: url("../../img/top/sales-up_bg01.jpg");
}
.top-sales-up__bg--01::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: min(20.8rem, 38vh);
  background: linear-gradient(to bottom, rgba(9, 9, 9, 0.9803921569) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 0;
}

.top-sales-up__intro {
  position: relative;
  z-index: 1;
  padding-top: 11.7rem;
}

.top-sales-up__subtitle {
  width: 13.6rem;
  margin-inline: auto;
}

.top-sales-up__title {
  width: 47.2rem;
  margin: 4rem auto 0;
}

.top-sales-up__text {
  margin-top: 3.3rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.2em;
  text-align: center;
}

.top-sales-up__message {
  margin-top: 4.7rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: center;
}

.top-sales-up__low-risk {
  margin-top: 44.7rem;
}

.top-sales-up__low-risk-title {
  width: 54rem;
  margin-left: 0.5rem;
}

.top-sales-up__low-risk-lead {
  width: 34rem;
  margin: 5.2rem auto 0;
}

.top-sales-up__low-risk-text {
  width: 35.9rem;
  margin-top: 4.7rem;
  margin-inline: auto;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8846153846;
  letter-spacing: 0.05em;
}

.top-sales-up__low-risk-list {
  margin-left: 10rem;
  margin-top: 0.7rem;
  color: #B3B3B3;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9545454545;
  letter-spacing: 0.12em;
  text-align: left;
}

.top-sales-up__low-risk--02 {
  position: relative;
  isolation: isolate;
  margin-top: 9.1rem;
  overflow: hidden;
  padding-bottom: 6rem;
}
.top-sales-up__low-risk--02::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 10.1rem;
  width: 100%;
  height: 44rem;
  background-image: url("../../img/top/top-sales-up__low-risk--02ーbg.png");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
.top-sales-up__low-risk--02 > * {
  position: relative;
  z-index: 1;
}

.top-sales-up__low-risk-title--02 {
  width: 53.1rem;
  margin-left: -1.2rem;
}

.top-sales-up__low-risk-lead--02 {
  width: 30.9rem;
  margin-top: 4.9rem;
}

.top-sales-up__low-risk-text--02 {
  width: 35.9rem;
  margin-top: 4rem;
  font-size: 2.7rem;
  color: #C2ECFF;
}
.top-sales-up__low-risk-text--02 .top-sales-up__low-risk-text__num {
  font-size: 4rem;
}

.top-sales-up__low-risk-list--02 {
  width: 56rem;
  margin-top: 0.7rem;
  margin-left: 10rem;
}

.top-sales-up__low-risk--03 {
  margin-top: 9.1rem;
  overflow: hidden;
}

.top-sales-up__low-risk-title--03 {
  width: 55.1rem;
  margin-left: -1.8rem;
}

.top-sales-up__low-risk-lead--03 {
  width: 30.9rem;
  margin-top: 4.9rem;
}

.top-sales-up__low-risk-text--03 {
  width: 35.9rem;
  margin-top: 4rem;
}

.top-sales-up__low-risk-list--03 {
  width: 35.9rem;
  margin-top: 0.7rem;
}

.top-sales-up__bg--02 {
  position: relative;
  background-color: #010101;
  background-image: url("../../img/top/sales-up_bg02.jpg");
  background-size: cover;
}
.top-sales-up__bg--02::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: min(20.8rem, 38vh);
  background: linear-gradient(to bottom, rgba(1, 1, 1, 0.98) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 0;
}

.top-sales-up__cta {
  position: relative;
  z-index: 1;
  padding-top: 5.2rem;
}

.top-peeling-control {
  margin-top: 55.3rem;
}

.top-peeling-control__intro {
  width: 51.2rem;
  padding-left: 1.3rem;
  margin-inline: auto;
}

.top-peeling-control__subtitle {
  width: 13.5rem;
}

.top-peeling-control__title {
  margin-top: 2rem;
  color: #fff;
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.72;
  letter-spacing: 0.08em;
}

.top-peeling-control__lead {
  margin-top: 2rem;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.9036287924;
  letter-spacing: 0.1em;
}

.top-peeling-control__note,
.top-difference__note {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9545454545;
  letter-spacing: 0.12em;
}

.top-difference {
  position: relative;
  background-color: #000;
  padding-block: 16.9rem 6.5rem;
}
.top-difference::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: min(20.8rem, 38vh);
  background: linear-gradient(to bottom, rgba(1, 1, 1, 0.98) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 0;
}

.top-difference__intro {
  width: 51.2rem;
  margin-inline: auto;
  padding-left: 2rem;
}

.top-difference__subtitle {
  width: 18rem;
}

.top-difference__title {
  margin-top: 2rem;
  color: #fff;
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.72;
  letter-spacing: 0.08em;
}

.top-difference__note {
  width: 45.6rem;
}

.top-difference__block {
  margin-top: 7.8rem;
}

.top-difference__h3 {
  width: 41rem;
  margin-left: 7.8rem;
}

.top-difference__visual {
  width: 50.2rem;
  margin-top: 3.3rem;
  margin-left: auto;
}

.top-difference__copy {
  width: 49.6rem;
  margin-inline: auto;
  margin-top: 3.3rem;
}

.top-difference__stagger {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.9036287924;
  letter-spacing: 0.1em;
}

.top-difference__stagger-line {
  display: block;
}

.top-difference__stagger-line--indented {
  padding-left: 8.9rem;
}

.top-difference__list {
  margin-top: 2.1rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  color: #b3b3b3;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9545454545;
  letter-spacing: 0.12em;
}

.top-difference__steps {
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
  width: 45.1rem;
  margin-top: 5.2rem;
  margin-inline: auto;
}

.top-difference__step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.1rem;
}

.top-difference__step-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.3rem;
}

.top-difference__step-figure {
  width: 24.7rem;
}

.top-difference__step-arrow {
  width: 2.3rem;
}

.top-difference__step-text {
  margin: 0;
  flex: 1;
  min-width: 0;
  color: #B3B3B3;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9545454545;
  letter-spacing: 0.12em;
}

.top-difference__follow {
  width: 45.1rem;
  margin-top: 2.3rem;
  margin-bottom: 0;
  margin-inline: auto;
  color: #b3b3b3;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9545454545;
  letter-spacing: 0.12em;
}

.top-difference__block-02 {
  margin-top: 9.8rem;
}

.top-difference__h3-02 {
  width: 45.5rem;
  margin-left: 1.3rem;
}

.top-difference__visual-02 {
  width: 42.1rem;
  margin-top: 5.9rem;
  margin-inline: auto;
}

.top-difference__copy-02 {
  width: 40.4rem;
  margin-inline: auto;
}

.top-difference__no-acid {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.9036287924;
  letter-spacing: 0.1em;
}

.top-difference__acid-list {
  margin-top: 0.9rem;
  text-align: left;
  color: #b3b3b3;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9545454545;
  letter-spacing: 0.12em;
}

.top-difference__ingredients {
  margin-top: 5.2rem;
}

.top-difference__h4 {
  width: 48rem;
  margin-inline: auto;
}

.top-difference__ingredient-rows {
  display: flex;
  flex-direction: column;
  gap: 5.2rem;
  margin-top: 1rem;
}

.top-difference__ingredient-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.top-difference__ingredient-pic {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 22.5rem;
  margin-top: -2rem;
}

.top-difference__ingredient-pic-inner {
  width: 100%;
}

.top-difference__ingredient-text {
  width: 33.5rem;
}

.top-difference__ingredient-line1 {
  margin: 0;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.6857575758;
  letter-spacing: 0.15em;
}

.top-difference__ingredient-sep {
  display: block;
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  width: 100%;
  height: 0;
  border: 0;
  border-top: 1px solid #fff;
}

.top-difference__ingredient-line2 {
  margin: 0;
  color: #c69c6d;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.top-difference__ingredient-line3 {
  width: 28.4rem;
  margin-top: 0.4rem;
  color: #B3B3B3;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9545454545;
  letter-spacing: 0.12em;
  padding-left: 0.5rem;
}

.top-difference__solution {
  margin-top: 6.5rem;
}

.top-difference__h3-solution {
  width: 47.5rem;
  margin-inline: auto;
}

.top-difference__h4::after,
.top-difference__h3-solution::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1669/290;
  margin-top: -1.7rem;
  background-image: url("../../img/top/difference_text-line.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.top-difference__solution .top-difference__ingredient-line3 {
  margin-top: 2.3rem;
}

.top-difference__block-03 {
  margin-top: 7.8rem;
}

.top-difference__h3-03 {
  width: 49rem;
}

.top-difference__visual-03 {
  width: 50rem;
  margin-top: 4.6rem;
  margin-left: auto;
}

.top-difference__copy-03 {
  width: 43.6rem;
  margin-top: 6.1rem;
  margin-inline: auto;
}

.top-difference__lead-03 {
  margin: 0;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.9036287924;
  letter-spacing: 0.1em;
}

.top-difference__list-03 {
  margin-top: 0.7rem;
  color: #b3b3b3;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9545454545;
  letter-spacing: 0.12em;
}

.top-difference__cta {
  margin-top: 5.2rem;
}
.top-difference__cta .btn-outline-pill {
  gap: 2rem;
  padding-left: 2rem;
}

.top-reason {
  background-color: #fff;
  padding-top: 9.8rem;
  padding-bottom: 5.2rem;
}

.top-reason__intro {
  width: 45.6rem;
  margin-inline: auto;
}

.top-reason__subtitle {
  width: 12.3rem;
}

.top-reason__title {
  width: 42.8rem;
  margin-top: 2.5rem;
}

.top-reason__visual-wrap {
  margin-top: 6.5rem;
  position: relative;
  background-color: #ededeb;
}

.top-reason__visual {
  width: 100%;
}

.top-reason__name {
  position: absolute;
  bottom: 8rem;
  right: 10.7rem;
}

.top-reason__clinic {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.0869565217;
  letter-spacing: 0.05em;
}

.top-reason__doctor {
  margin-top: 0.1rem;
  color: #000;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.top-reason__text-wrap {
  width: 100%;
  padding-inline: 6rem;
  background-color: #ededeb;
}

.top-reason__lead {
  width: 44.3rem;
  color: #666666;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.9411764706;
  letter-spacing: 0.08em;
}

.top-reason__lead-highlight {
  color: #c69c6d;
  font-size: 2.5rem;
}

.top-reason__body {
  width: 46.2rem;
  margin-top: 2.3rem;
  color: #4d4d4d;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8846153846;
  letter-spacing: 0.05em;
}

.top-reason__cards {
  background-color: #ededeb;
  padding-block: 5.3rem 7.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.9rem;
}

.top-reason-card {
  width: 46.8rem;
  background-color: #fff;
  padding: 3.4rem 4.6rem 3rem;
  box-shadow: 0 0 1.3rem rgba(175, 139, 60, 0.35);
}

.top-reason-card__head {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.top-reason-card__photo {
  width: 13.3rem;
}

.top-reason-card__title-wrap {
  position: relative;
  padding-bottom: 1.2rem;
  color: #000;
}
.top-reason-card__title-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.9rem;
  width: 23rem;
  height: 1px;
  background-color: #b7a683;
}

.top-reason-card__line1 {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.0769230769;
  letter-spacing: 0.05em;
}

.top-reason-card__line2 {
  margin-top: 0.5rem;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5428571429;
  letter-spacing: 0.1em;
}

.top-reason-card__body {
  margin-top: 2.6rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

.top-reason__recommend-wrap {
  width: 44.7rem;
  margin: 6.3rem auto 0;
}

.top-reason__recommend-lead {
  color: #000;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5428571429;
  letter-spacing: 0.1em;
}

.top-reason__recommend-list {
  margin-top: 3.3rem;
  color: #4d4d4d;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8846153846;
  letter-spacing: 0.05em;
}

.top-reason__recommend-name + .top-reason__recommend-name {
  margin-top: 1.2rem;
}

.top-installed-store {
  background-color: #fff;
  padding-top: 9.8rem;
  padding-bottom: 5.7rem;
}

.top-installed-store__inner {
  display: flex;
  flex-direction: column;
  gap: 9.1rem;
}

.top-installed-store__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.top-installed-store__content {
  width: 41.9rem;
  margin-inline: auto;
}

.top-installed-store__subtitle {
  width: 14.7rem;
}

.top-installed-store__subtitle--salon {
  width: 14.5rem;
}

.top-installed-store__title {
  width: 21.4rem;
  margin-top: 2.6rem;
}

.top-installed-store__title--salon {
  width: 16.4rem;
}

.top-installed-store__visual {
  width: 49.3rem;
  margin-left: auto;
  margin-top: 4.2rem;
}

.top-installed-store__links {
  width: 44.3rem;
  margin: 4.6rem auto 0 6.9rem;
  display: flex;
  flex-direction: column;
  gap: 2.1rem;
}

.top-installed-store__link {
  display: block;
  text-decoration: none;
}

.top-installed-store__block--clinic .top-installed-store__link,
.top-installed-store__block--salon .top-installed-store__link {
  box-shadow: 0 0 4.876px rgba(175, 139, 60, 0.4);
  padding-block: 1.9rem;
  padding-inline: 5.9rem 0;
}

.top-installed-store__clinic {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.26em;
}
.top-installed-store__clinic img {
  width: 1rem;
}

.top-installed-store__branch {
  padding-left: 2rem;
}

.top-installed-store__url {
  margin-top: 0.3rem;
  margin-left: 1.4rem;
  color: #c69c6d;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}

.top-installed-store__list{
  font-size: 1.5rem;
  line-height: 2.75rem;
  max-width: 50%;
}

.top-installed-store__list li::before{
  content: "-";
  display: inline-block;
  padding: 0 0.5em;
}

.top-installed-store__txt{
  font-size: 1.3rem;
  margin-top: -1rem;
  text-align: right;
}

.top-salon {
  padding-top: 54rem;
  padding-bottom: 5.7rem;
}

.top-salon__content {
  width: 44.5rem;
  margin-inline: auto;
}

.top-salon__subtitle {
  width: 19.5rem;
}

.top-salon__title {
  margin-top: 1.4rem;
  color: #fff;
  font-size: 3.7rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
}

.top-salon__text {
  margin-top: 2.6rem;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8846153846;
  letter-spacing: 0.05em;
}

.top-salon__clinic {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
  width: 51rem;
  margin-inline: auto;
  margin-top: 7.8rem;
}

.top-salon__clinic-card {
  position: relative;
  background-color: #fff;
  padding-top: 1.3rem;
  padding-left: 1.3rem;
}

.top-salon__clinic-card--03 {
  padding-top: 0;
  padding-left: 0;
}

.top-salon__clinic-card--04 {
  height: 20.4rem;
  padding-top: 1.1rem;
  padding-inline: 1rem;
}

.top-salon__clinic-visual--01 {
  width: 52.2rem;
}

.top-salon__clinic-visual--02 {
  width: 50.5rem;
}

.top-salon__clinic-visual--03,
.top-salon__clinic-visual--04 {
  width: 100%;
}

.top-salon__clinic-name {
  position: absolute;
  bottom: 6.5rem;
  left: 4.9rem;
}

.top-salon__clinic-name--02 {
  bottom: 3.9rem;
}

.top-salon__clinic-name--03 {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  bottom: 2.7rem;
}

.top-salon__clinic-name--04 {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  bottom: 2.1rem;
}

.top-salon__clinic-country {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.5rem;
  height: 2.5rem;
  background-color: #E2E2E2;
}
.top-salon__clinic-country img {
  width: 3rem;
}

.top-salon__clinic-doctor {
  width: 18.8rem;
  margin-top: 1.3rem;
}

.top-salon__clinic-doctor--03 {
  width: 12.6rem;
  margin-top: 0;
}

.top-salon__clinic-doctor--04 {
  width: 14.8rem;
  margin-top: 0;
}

.top-salon__note {
  width: 51rem;
  margin: 2rem auto 0;
  padding-left: 2.1rem;
  color: #B3B3B3;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9545454545;
  letter-spacing: 0.12em;
}

.top-installation-steps {
  position: relative;
  isolation: isolate;
  background-color: #000;
  padding-bottom: 5.7rem;
}
.top-installation-steps::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1721/655;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.55) 98%, #000 100%), url("../../img/top/top-installation-steps_top.jpg");
  background-repeat: no-repeat;
  background-position: center top, center top;
  background-size: cover, cover;
  pointer-events: none;
  z-index: 0;
}
.top-installation-steps > * {
  position: relative;
  z-index: 1;
}

.top-installation-steps__intro {
  width: 45.6rem;
  margin-inline: auto;
}

.top-installation-steps__subtitle {
  width: 4.8rem;
}

.top-installation-steps__title {
  width: 25.6rem;
  margin-top: 2.5rem;
}

.top-installation-steps__list {
  width: 56rem;
  margin-left: auto;
  margin-top: 6.6rem;
  display: flex;
  flex-direction: column;
  gap: 6.5rem;
}

.top-installation-steps__list--after-support {
  margin-top: 9.1rem;
  gap: 0;
}

.top-installation-steps__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.top-installation-steps__icon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 22.5rem;
  margin-top: -2rem;
}

.top-installation-steps__icon-inner {
  width: 100%;
}
.top-installation-steps__icon-inner img {
  display: block;
  width: 100%;
  height: auto;
}

.top-installation-steps__text-block {
  width: 33.5rem;
}

.top-installation-steps__flow-head {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.top-installation-steps__flow-label {
  width: 11rem;
}

.top-installation-steps__flow-label--01 {
  width: 10.6rem;
}

.top-installation-steps__flow-label--04 {
  width: 11.2rem;
}

.top-installation-steps__flow-line {
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px solid #ccc;
}

.top-installation-steps__item-title {
  margin-top: 1.3rem;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.top-installation-steps__item-text {
  width: 100%;
  margin-top: 1.3rem;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8846153846;
  letter-spacing: 0.05em;
}

.top-installation-steps__support {
  width: 45.7rem;
  margin: 4.6rem auto 0;
}

.top-installation-steps__support--02 {
  margin-top: 3.9rem;
}

.top-installation-steps__support-row {
  display: flex;
  align-items: flex-start;
  gap: 3.7rem;
}

.top-installation-steps__support-copy {
  flex: 1;
  min-width: 0;
}

.top-installation-steps__support-icon {
  flex-shrink: 0;
  width: 6.4rem;
  margin: 0;
  line-height: 0;
}
.top-installation-steps__support-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.top-installation-steps__support-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

.top-installation-steps__support-text {
  margin-top: 1.8rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

.top-treatment-process {
  background-color: #232323;
  padding-top: 6.5rem;
}

.top-treatment-process__title-wrap {
  width: 44.3rem;
  margin-inline: auto;
}

.top-treatment-process__title {
  width: 25.5rem;
}

.top-treatment-process__list {
  margin-top: 3.8rem;
  padding-bottom: 7.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.9rem;
}

.top-treatment-process__item {
  display: flex;
  align-items: flex-start;
  gap: 2.6rem;
}

.top-treatment-process__image {
  width: 20.4rem;
}

.top-treatment-process__text-block {
  margin-top: 1.3rem;
  width: 22.4rem;
}

.top-treatment-process__step-label {
  width: 11.2rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.8rem;
  background-color: #a08362;
  border: 1px solid #a08362;
  color: #fff;
}
.top-treatment-process__step-label img {
  width: 5.7rem;
  filter: brightness(0) invert(1);
}

.top-treatment-process__item-title {
  margin-top: 1.6rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.9285714286;
  letter-spacing: 0.05em;
}

.top-treatment-process__item-title-shift-step04 {
  display: inline-block;
  padding-left: 7.8rem;
}

.top-treatment-process__item-title-shift-step02 {
  display: inline-block;
  padding-left: 0.8rem;
}

.top-treatment-process__item-text {
  margin-top: 1.4rem;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8076923077;
  letter-spacing: 0.05em;
}

.top-simulation {
  min-height: 98.7rem;
  padding-block: 7.6rem 7.2rem;
  background-image: url("../../img/top/simulation_bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-simulation__intro {
  width: 44.3rem;
  margin-inline: auto;
}

.top-simulation__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.3rem;
  width: 100%;
}

.top-simulation__title-sub {
  display: block;
  width: 18.1rem;
  max-width: 100%;
  height: auto;
  margin: 0 0 1.2rem;
}

.top-simulation__title-main {
  display: block;
  width: 24.9rem;
  max-width: 100%;
  height: auto;
}

.top-simulation__text {
  margin-top: 1.7rem;
  color: #4d4d4d;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8076923077;
  letter-spacing: 0.05em;
}

.top-simulation__blocks {
  width: 44.7rem;
  margin-top: 36rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 4.6rem;
}

.top-simulation__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.top-simulation__card {
  position: relative;
  display: flex;
  justify-content: center;
  width: 47.5rem;
  background-color: #fff;
  border: 0.3rem solid #e6e6e6;
  padding-block: 3.6rem 1rem;
}

.top-simulation__label {
  position: absolute;
  top: 0;
  left: 55%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  width: 28rem;
  height: 4.2rem;
  border-radius: 2.1rem;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  transform: translate(-80%, -50%);
  padding-left: 4rem;
}

.top-simulation__label--revenue-period-01 {
  background-image: linear-gradient(90deg, #231815 0%, #4d4d4d 100%);
}

.top-simulation__label--revenue-period-02 {
  background-image: linear-gradient(90deg, #4d4d4d 0%, #666666 100%);
}

.top-simulation__label--revenue-period-03 {
  background-image: linear-gradient(90deg, #8c6239 0%, #c69c6d 100%);
}

.top-simulation__label-icon {
  display: flex;
  flex: 0 0 auto;
  margin-right: 0.3rem;
  align-items: center;
}
.top-simulation__label-icon img {
  display: block;
  width: 2.1rem;
  height: 2.1rem;
}

.top-simulation__label-text {
  white-space: nowrap;
}

.top-simulation__label--revenue-period-01 .top-simulation__label-text {
  color: #c69c6d;
}

.top-simulation__label--revenue-period-02 .top-simulation__label-text,
.top-simulation__label--revenue-period-03 .top-simulation__label-text {
  color: #fff;
}

.top-simulation__row-text,
.top-simulation__row-value-aux {
  color: #1a1a1a;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}

.top-simulation__row-value-num {
  color: #1a1a1a;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}

.top-simulation__row-value-num--accent {
  color: #a67c52;
}

.top-simulation__row-value-aux--accent {
  color: #a67c52;
}

.top-simulation__rows {
  width: 42rem;
}

.top-simulation__row {
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: center;
  border-bottom: 0.1rem solid #e6e6e6;
}
.top-simulation__row:last-child {
  border-bottom: 0;
}

.top-simulation__row-inner {
  width: 32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.top-simulation__row-head {
  min-width: 0;
  flex: 1;
}

.top-simulation__row-head-wrap {
  display: flex;
  align-items: center;
  gap: 3.5rem;
}

.top-simulation__row-icon {
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-simulation__row-icon-img--monthly-customers {
  width: 1.9rem;
}

.top-simulation__row-icon-img--avg-spend {
  width: 3rem;
}

.top-simulation__row-icon-img--monthly-revenue {
  width: 2.3rem;
}

.top-simulation__row-icon-img--gross-profit {
  width: 2.7rem;
}

.top-simulation__row-value {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  text-align: right;
  flex-shrink: 0;
  gap: 0;
  max-width: 19.5rem;
}

.top-concept {
  padding-block: 7.2rem 6.8rem;
  background-color: #000;
}

.top-concept__inner {
  width: 44.3rem;
  margin-inline: auto;
  text-align: center;
}

.top-concept__logo {
  width: 13.8rem;
  margin-inline: auto;
}

.top-concept__title {
  width: 20.3rem;
  margin: 4.4rem auto 0;
}

.top-concept__lead {
  margin-top: 4.4rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.top-concept__description {
  margin-top: 3.1rem;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8846153846;
  letter-spacing: 0.05em;
}

.top-before-after {
  padding: 6.4rem 0 7.2rem;
  background-color: #000;
}

.top-before-after__inner {
  width: 49.4rem;
  margin-inline: auto;
}

.top-before-after__heading {
  text-align: center;
}

.top-before-after__subtitle {
  width: 13rem;
  margin-inline: auto;
}

.top-before-after__title {
  width: 21.6rem;
  margin: 1.4rem auto 0;
}

.top-before-after__list {
  margin-top: 4.4rem;
  display: flex;
  flex-direction: column;
  gap: 5.2rem;
}

.top-before-after__item {
  width: 100%;
}

.top-before-after__image {
  width: 100%;
}

.top-before-after__text-wrap {
  margin-top: 1.8rem;
  color: #fff;
}

.top-before-after__item-title {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8846153846;
  letter-spacing: 0.05em;
}

.top-before-after__item-text {
  margin-top: 0.7rem;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8846153846;
  letter-spacing: 0.05em;
}

.top-brand-movie {
  padding-top: 5.2rem;
  background-color: #000;
}

.top-brand-movie__intro {
  width: 44.3rem;
  margin-inline: auto;
  text-align: center;
}

.top-brand-movie__title {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.15em;
}

.top-brand-movie__text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7727272727;
  letter-spacing: 0.05em;
}

.top-brand-movie__video-wrap {
  margin-top: 3.6rem;
}

.top-brand-movie__video-embed {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.top-brand-movie__video {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
}

.top-trust-safety__header-wrap {
  background-image: url("../../img/top/trust-safety_bg.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 11.2rem 6.5rem;
}

.top-trust-safety__intro {
  width: 44.3rem;
  margin-inline: auto;
}

.top-trust-safety__subtitle {
  width: 11.6rem;
}

.top-trust-safety__text-image {
  width: 23.3rem;
  margin-top: 4rem;
}

.top-trust-safety__title {
  width: 29rem;
  margin-top: 4rem;
}

.top-trust-safety__description {
  margin-top: 3.3rem;
  color: #000;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8846153846;
  letter-spacing: 0.05em;
}

.top-trust-safety__certification-wrap {
  margin-top: 4.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-trust-safety__iso-list {
  display: flex;
  justify-content: center;
  gap: 3.1rem;
}

.top-trust-safety__iso-item {
  width: 13.8rem;
}

.top-trust-safety__gmp-image {
  width: 44rem;
  margin-top: 0.8rem;
}

.top-trust-safety__process-wrap {
  margin-top: 5.7rem;
  width: 44.3rem;
  margin-inline: auto;
}

.top-trust-safety__process-title {
  color: #000;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.26em;
}

.top-trust-safety__process-text {
  margin-top: 3.3rem;
  color: #000;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8846153846;
  letter-spacing: 0.05em;
}

.top-trust-safety__eco-process-wrap {
  padding-bottom: 9.4rem;
  background-color: #e6e5eb;
}

.top-trust-safety__eco-process-title {
  width: 44.3rem;
  margin-inline: auto;
  color: #000;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.2em;
}

.top-trust-safety__eco-process-list {
  width: 44.3rem;
  margin-top: 2.5rem;
  margin-inline: auto;
  color: #000;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8846153846;
  letter-spacing: 0.05em;
}
.top-trust-safety__eco-process-list li + li {
  margin-top: 2rem;
}

.top-trust-safety__hygiene-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.2rem;
  margin-top: 8.1rem;
}

.top-trust-safety__hygiene-card {
  position: relative;
  width: 45.2rem;
  border-radius: 2rem;
  background-color: #fff;
}

.top-trust-safety__hygiene-label {
  position: absolute;
  top: 0;
  left: 4.2rem;
  transform: translateY(-50%);
  width: 14.5rem;
  height: 4rem;
  border-radius: 2rem;
  background-color: #adbaca;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-trust-safety__hygiene-label img {
  width: 5.7rem;
}

.top-trust-safety__hygiene-content {
  padding: 3.5rem 4.6rem 2.9rem 4.8rem;
}

.top-trust-safety__hygiene-title {
  color: #333333;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.6896551724;
  letter-spacing: 0.05em;
}

.top-trust-safety__hygiene-list {
  margin-top: 1rem;
  margin-left: 1.8rem;
  color: #808080;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
}
.top-trust-safety__hygiene-list li + li {
  margin-top: 1rem;
}

.top-instagram {
  padding: 7.8rem 0 6.5rem;
  background-color: #000;
}

.top-instagram__intro {
  width: 44.3rem;
  margin-inline: auto;
  text-align: center;
}

.top-instagram__title {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.36em;
}

.top-instagram__feed-wrap {
  width: 48.3rem;
  margin: 3.4rem auto 0;
}

.top-instagram__follow-wrap {
  margin-top: 3.3rem;
  display: flex;
  justify-content: center;
}

.top-instagram__follow-btn {
  width: 43.8rem;
  height: 8.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2.1rem;
  border-radius: 4.1rem;
  background-color: #824605;
  background-image: linear-gradient(90deg, #824605 0%, #a27206 96%);
  color: #fff;
  text-decoration: none;
  transition: filter 0.2s ease;
}
.top-instagram__follow-btn:hover {
  opacity: 1;
  filter: brightness(1.06);
}
.top-instagram__follow-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.top-instagram__follow-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.1262962963;
  letter-spacing: 0.1em;
}

.top-instagram__follow-icon {
  display: flex;
  align-items: center;
  line-height: 0;
}
.top-instagram__follow-icon img {
  display: block;
  width: 2.4rem;
  height: auto;
}

.top-faq {
  padding: 7.6rem 0 6.5rem;
  background-color: #000;
}

.top-faq__intro {
  width: 44.3rem;
  margin-inline: auto;
}

.top-faq__subtitle {
  width: 15.2rem;
}

.top-faq__title {
  width: 18rem;
  margin-top: 3.1rem;
}

.top-faq__list-wrap {
  margin-top: 4.2rem;
}

.top-faq__list {
  width: 49.6rem;
  margin-left: auto;
}

.top-faq__item {
  border-bottom: 1px solid #E5E5E5;
}

.top-faq__question {
  width: 100%;
  display: grid;
  grid-template-columns: 3rem 33.2rem 5.9rem;
  align-items: start;
  gap: 1.5rem;
  padding: 2.7rem 0;
  padding-right: 2.6rem;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.top-faq__q,
.top-faq__toggle {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.top-faq__q {
  font-size: 2.6rem;
  line-height: 1.5;
  color: #c69c6d;
}

.top-faq__question-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.9285714286;
  letter-spacing: 0.05em;
  color: #f7ddc4;
}

.top-faq__toggle {
  font-size: 2.5rem;
  line-height: 1.5;
  color: #C9C9C9;
  text-align: right;
}

.top-faq__toggle::before {
  content: "+";
}

.top-faq__item.is-open .top-faq__toggle::before {
  content: "-";
}

.top-faq__answer {
  display: none;
  padding: 0 8.3rem 2.9rem 4.5rem;
  cursor: pointer;
}

.top-faq__answer-text {
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

.top-contact {
  padding: 7.6rem 0 7.8rem;
  background-color: #1A1F22;
}

.top-contact__intro {
  width: 44.3rem;
  margin-inline: auto;
}

.top-contact__subtitle {
  width: 18.4rem;
}

.top-contact__title {
  width: 22.6rem;
  margin-top: 3.1rem;
}

.top-contact__text {
  margin-top: 4.1rem;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8846153846;
  letter-spacing: 0.05em;
}

.top-contact__cta-wrap {
  margin-top: 4.7rem;
  display: flex;
  justify-content: center;
}

.top-contact__cta-btn {
  width: 47.8rem;
  height: 8.2rem;
  border: 1px solid transparent;
  border-radius: 4.1rem;
  background-color: #fff;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5.2rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
  padding-left: 2.4rem;
}
.top-contact__cta-btn:hover {
  opacity: 1;
  background-color: #000;
  border: 1px solid #fff;
}
.top-contact__cta-btn:hover .top-contact__cta-text {
  color: #fff;
}
.top-contact__cta-btn:hover .top-contact__cta-arrow img {
  filter: brightness(2.4);
}

.top-contact__cta-text {
  color: #1a1a1a;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.26em;
}

.top-contact__cta-arrow {
  display: flex;
  align-items: center;
  line-height: 0;
}
.top-contact__cta-arrow img {
  width: 1.4rem;
  height: auto;
}

.top-contact__company {
  width: 44.3rem;
  margin: 6.8rem auto 0;
}

.top-contact__company-head {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.top-contact__company-title-ja {
  width: 9.4rem;
}

.top-contact__company-title-en {
  width: 22.5rem;
}

.top-contact__company-info {
  margin-top: 2.2rem;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8846153846;
  letter-spacing: 0.05em;
}

.top-contact__company-url a {
  color: inherit;
  text-decoration: none;
}

.top-contact__company-address {
  font-style: normal;
}

.contact-mv {
  position: relative;
  background-color: #000;
  background-image: url("../../img/contact/contact_mv.jpg");
  background-position: center 81%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 59.9rem;
}

.contact-mv__inner {
  padding-top: 15.1rem;
}

.contact-mv__subtitle {
  width: 20.3rem;
  margin-inline: auto;
}

.contact-mv__title {
  margin-top: 2.1rem;
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.7714285714;
  letter-spacing: 0.14em;
  text-align: center;
}

.contact-mv__line {
  margin-top: 37.1rem;
}

.contact-form-section__line-lead {
  width: 25.3rem;
  margin-inline: auto;
  margin-bottom: 1.7rem;
}

.contact-form-section__line-btn {
  width: 40rem;
  height: 7.5rem;
  margin-inline: auto;
  border-radius: 0;
  background-color: #3ecf5f;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.contact-form-section__line-image {
  width: 22.6rem;
}

.contact-form-section {
  position: relative;
  isolation: isolate;
  background-color: #1a1f22;
  padding: 1.7rem 0 6.5rem;
}
.contact-form-section::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 20.8rem;
  background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 0;
}
.contact-form-section > * {
  position: relative;
  z-index: 1;
}

.contact-form-section__inner {
  width: 45.1rem;
  margin-inline: auto;
}

.contact-form-section__lead {
  width: 22rem;
  max-width: 100%;
  margin-top: 2.3rem;
  margin-left: 2.6rem;
}

.contact-form-section__heading--sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact-form-section__form {
  margin-top: 3.3rem;
}

.contact-form {
  color: #fff;
}

.contact-form__group + .contact-form__group {
  margin-top: 2.9rem;
}

.contact-form__label {
  width: 41rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 1.7rem;
  margin-bottom: 1.4rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}

.contact-form__label .required {
  width: 3.6rem;
  height: 1.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d7002c;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.1rem;
}

.contact-form__error {
  width: 41rem;
  max-width: 100%;
  margin: -0.4rem auto 1rem;
  color: #ff8a8a;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.contact-form__error[hidden] {
  display: none;
}

.contact-form__assist {
  width: 42.2rem;
  margin-inline: auto;
  margin-bottom: 0.8rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8461538462;
  letter-spacing: 0.04em;
}

.contact-form__input,
.contact-form__textarea {
  width: 100%;
  border: 0;
  border-radius: 2.4rem;
  background-color: #ebebeb;
  color: #1a1a1a;
  font-size: 1.7rem;
  line-height: 1.7857142857;
  letter-spacing: 0.04em;
  font-family: inherit;
}

.contact-form__input {
  height: 9.1rem;
  padding-inline: 3.9rem;
}

.contact-form__textarea {
  height: 32.9rem;
  padding: 3rem 4rem;
  resize: vertical;
}

.contact-form__input::-moz-placeholder, .contact-form__textarea::-moz-placeholder {
  color: #b7b7b7;
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
  color: #b7b7b7;
}

.contact-form select.contact-form__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 3.9rem;
  padding-right: 6.4rem;
  background-image: url("../../img/contact/triangle.png");
  background-position: right 3.5rem center;
  background-size: 0.9rem auto;
  background-repeat: no-repeat;
}
.contact-form select.contact-form__input option.contact-form__option--placeholder {
  color: #b7b7b7;
}
.contact-form select.contact-form__input option:not(.contact-form__option--placeholder) {
  color: #1a1a1a;
}

.contact-form select.contact-form__input:has(.contact-form__option--placeholder:checked) {
  color: #b7b7b7;
}

.contact-form__notice {
  width: 40.4rem;
  margin-inline: auto;
  margin-top: 1rem;
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}

.contact-form__submit {
  width: 45.1rem;
  height: 9.1rem;
  margin: 2.8rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.4rem;
  background-color: #2E3192;
  background-image: linear-gradient(180deg, #2E3192 0%, #1B1A46 100%);
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.contact-form__submit:hover {
  opacity: 0.9;
}


/*  サンクス */
.contact__return-section {
    background-color: #000;
    padding-top: 7rem;
}
.contact__return .btn-outline-pill{
  flex-direction: row-reverse;
  gap: 7rem;
  padding: 0 7rem 0 0;
}
.contact__return .btn-outline-pill__arrow{
  rotate: 180deg;
}