.vm-topMv {
  height: 108svh;
  min-height: 86rem;
  overflow: hidden;
  position: relative;
}

.vm-topMv__bg,
.vm-topMv__bg--img,
.vm-topMv__bg .swiper-slide {
  inset: 0;
  position: absolute;
}

.vm-topMv__bg {
  background: var(--v-color-charcoal);
}

.vm-topMv__bg::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.12));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.vm-topMv__bg .swiper-slide {
  opacity: 0;
  transition: opacity 1.1s ease, transform 7.5s ease;
  transform: scale(1.03);
}

.vm-topMv__bg .swiper-slide:first-child {
  opacity: 1;
  z-index: 1;
}

.vm-topMv__bg .swiper-slide.is-active {
  opacity: 1;
  transform: scale(1.08);
  z-index: 1;
}

.js .vm-topMv__bg .swiper-slide:first-child:not(.is-active) {
  opacity: 0;
  z-index: auto;
}

.vm-topMv__bg img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.vm-topMv__inner {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  left: 5rem;
  position: absolute;
  right: 5rem;
  top: 55%;
  transform: translateY(-50%);
  z-index: 4;
}

.vm-topMv__txt,
.vm-topMv__en,
.vm-topMv__brand,
.vm-topMv__hashtags {
  color: var(--v-color-white);
  margin: 0;
}

.vm-topMv__en {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(2.2rem, 3vw, 4.4rem);
  font-weight: 700;
  gap: 0.8rem;
  line-height: 1;
  order: 1;
}

.vm-topMv__brand {
  font-size: clamp(4.8rem, 6.6vw, 8.6rem);
  font-weight: 700;
  line-height: 1.08;
  order: 2;
}

.vm-topMv__txt {
  font-size: clamp(2rem, 2.6vw, 3.2rem);
  font-weight: 700;
  line-height: 1.35;
  order: 3;
}

.vm-topMv__hashtags {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  font-weight: 700;
  gap: 0.8rem 1.8rem;
  line-height: 1.5;
  order: 4;
}

.vm-topMv__hashtags span {
  white-space: nowrap;
}

.vm-topMv__cta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2rem;
  order: 5;
}

.vm-topMv__cta .vm-btn {
  border-radius: 999px;
  min-height: 6.8rem;
  padding: 1.8rem 3.4rem;
}

.vm-topMv__cta .vm-btn__txt {
  font-size: 1.6rem;
}

.vm-topMv__cta .vm-btn__arrow {
  border-radius: 999px;
}

.vm-topMv__pagination {
  display: none;
}

.vm-topMv__pagination button {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  color: var(--v-color-white);
  display: flex;
  font-family: var(--v-font-en);
  font-size: 1.1rem;
  font-weight: 700;
  height: 3rem;
  justify-content: center;
  opacity: 0.7;
  width: 3rem;
}

.vm-topMv__pagination button.is-active {
  background: var(--v-color-accent);
  border-color: var(--v-color-accent);
  opacity: 1;
}

.v-home-about-section,
.v-home-about-section .vm-section__side,
.v-home-about-section .vm-section__main {
  background: var(--v-color-white);
}

.vm-topAbout__main {
  width: 100%;
}

.vm-topAbout__main--inner {
  padding: 13.6rem 8rem 10.5rem 9rem;
}

.vm-topAbout__main--lead {
  font-size: clamp(3.4rem, 4.6vw, 6.6rem);
  font-weight: 700;
  line-height: 1.18;
  margin: 0 0 5.4rem;
}

.vm-topAbout__main--txt {
  font-size: 1.8rem;
  line-height: 2.05;
  margin: 0;
  max-width: 86rem;
}

.vm-topAbout__main--txt + .vm-topAbout__main--txt {
  margin-top: 2.8rem;
}

.vm-topAbout__main--txt.--01 {
  font-weight: 700;
}

.vm-topAbout__main--txt.--02 {
  font-weight: 700;
  margin-top: 4rem;
}

.vm-topAbout__main--txt.--highlight {
  background: transparent;
  color: var(--v-color-white);
  display: inline-block;
  isolation: isolate;
  line-height: 1.75;
  max-width: none;
  overflow: hidden;
  padding: 1.2rem 1.7rem;
  position: relative;
}

.vm-topAbout__main--txt.--highlight::before {
  background: var(--v-gradient-cta);
  content: "";
  inset: 0;
  position: absolute;
  transform-origin: left center;
  z-index: -1;
}

.js .vm-topAbout__main--txt.--highlight::before {
  transform: translate3d(-105%, 0, 0);
}

.js .vm-topAbout__main--txt.--highlight:has(.vm-inkwipe.is-inview)::before {
  animation: v-about-lower-third 0.95s var(--v-ease) forwards;
}

.vm-topAbout__main--txt.--highlight .vm-inkwipe {
  --vm-inkwipe-rest: rgba(255, 255, 255, 0.52);
  --vm-inkwipe-fill: var(--v-color-white);
  color: var(--v-color-white);
  position: relative;
  z-index: 1;
}

@keyframes v-about-lower-third {
  0% {
    transform: translate3d(-105%, 0, 0);
  }

  72% {
    transform: translate3d(0.8rem, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .js .vm-topAbout__main--txt.--highlight::before {
    animation: none;
    transform: none;
  }
}

.vm-topAbout__main--btn {
  display: flex;
  justify-content: flex-end;
  padding-top: 4.6rem;
}

.vm-topAbout__imgs {
  display: flex;
  gap: 2rem;
  overflow: hidden;
  padding: 0 0 8rem;
}

.vm-topAbout__imgs--inner {
  animation: v-about-marquee 72s linear infinite;
  display: flex;
  flex: 0 0 auto;
  gap: 2rem;
}

.vm-topAbout__imgs figure {
  aspect-ratio: 560 / 347;
  flex: 0 0 42rem;
  overflow: hidden;
}

.vm-topAbout__imgs img,
.vm-topService__img img,
.vm-topService__list--img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@keyframes v-about-marquee {
  to {
    transform: translateX(calc(-100% - 2rem));
  }
}

.vm-topService {
  background: var(--v-color-white);
  padding-bottom: 9.5rem;
  position: relative;
}

.vm-topService__upper {
  display: grid;
  gap: 3.8rem 6rem;
  grid-template-columns: minmax(30rem, 0.44fr) minmax(0, 0.56fr);
  padding: 10.5rem 8rem 7.2rem 9rem;
  position: relative;
}

.v-bg-word {
  align-items: center;
  display: flex;
  left: 50%;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: clamp(2.4rem, 5vw, 7rem);
  transform: translateX(-50%);
  width: 100vw;
  z-index: 0;
}

.v-bg-word img {
  filter: grayscale(1);
  height: auto;
  margin: 0 auto;
  max-width: none;
  opacity: 0.085;
  width: min(92vw, 132rem);
}

.vm-topService__img {
  aspect-ratio: 881 / 600;
  grid-column: 2;
  grid-row: 1 / span 5;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.vm-topService__head,
.vm-topService__subHead,
.vm-topService__txt,
.vm-topService__btn {
  grid-column: 1;
  margin: 0;
  position: relative;
  z-index: 2;
}

.vm-topService__head {
  color: var(--v-color-red);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 2rem;
}

.vm-topService__subHead {
  font-size: clamp(3.2rem, 4vw, 5.8rem);
  font-weight: 700;
  line-height: 1.18;
}

.vm-topService__subHead span {
  display: inline-block;
}

.vm-topService__txt {
  color: var(--v-color-gray);
  font-size: 1.5rem;
  line-height: 2;
}

.vm-topService__txts {
  display: flex;
  gap: 0;
  margin-bottom: 5.6rem;
  overflow: hidden;
  padding: 1.6rem 0;
}

.vm-topService__txts--inner {
  animation: v-service-marquee 36s linear infinite;
  flex: 0 0 auto;
  min-width: max-content;
}

.vm-topService__txts--inner p {
  align-items: center;
  display: flex;
  margin: 0;
  padding-right: 2rem;
}

.vm-topService__txts--inner .--wrapper {
  align-items: center;
  display: inline-flex;
}

.vm-topService__txts--inner .vm-en {
  font-size: clamp(2.8rem, 3.2vw, 4.8rem);
  font-weight: 700;
  line-height: 1;
}

.vm-topService__txts--inner .--slash {
  color: rgba(30, 30, 30, 0.2);
  font-size: clamp(2.8rem, 3.2vw, 4.8rem);
  font-weight: 700;
  line-height: 1;
  margin: 0 2rem;
}

@keyframes v-service-marquee {
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

.vm-topService__contents {
  padding: 0;
}

.vm-topService__list {
  border-bottom: 1px solid rgba(30, 30, 30, 0.16);
  counter-reset: service;
}

.vm-topService__list > li {
  align-items: start;
  border-top: 1px solid rgba(30, 30, 30, 0.16);
  cursor: pointer;
  display: grid;
  gap: 3rem;
  grid-template-columns: 8rem minmax(0, 1fr) 24rem;
  grid-template-rows: auto auto;
  min-height: 17rem;
  padding: 3.8rem 8rem 3.8rem 9rem;
  position: relative;
  transition: background-color 0.45s linear, min-height 0.55s linear;
}

.vm-topService__list > li.is-active,
.vm-topService__list > li.js-active {
  background: rgba(250, 246, 241, 0.55);
  min-height: 27rem;
}

.vm-topService__list > li.is-active .vm-topService__list--num,
.vm-topService__list > li.js-active .vm-topService__list--num,
.vm-topService__list > li.is-active .vm-topService__list--txts,
.vm-topService__list > li.js-active .vm-topService__list--txts {
  align-self: center;
}

.vm-topService__list--num {
  align-self: center;
  color: var(--v-color-red);
  font-size: 1.8rem;
  font-weight: 700;
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
  text-orientation: mixed;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.vm-topService__list--head {
  align-items: baseline;
  cursor: pointer;
  display: flex;
  gap: 2rem;
  grid-column: 2;
  grid-row: 1;
  margin: 0;
}

.vm-topService__list--head .--ja {
  color: var(--v-color-ink);
  font-size: clamp(2.8rem, 3vw, 4.2rem);
  font-weight: 700;
  line-height: 1.25;
}

.vm-topService__list--head .vm-en {
  color: var(--v-color-gray);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.vm-topService__list li.is-active .vm-topService__list--head .vm-en,
.vm-topService__list li.js-active .vm-topService__list--head .vm-en {
  color: var(--v-color-red);
}

.vm-topService__list--content {
  grid-column: 2;
  grid-row: 2;
  margin-top: 2rem;
}

.js .vm-topService__list--content,
.js .vm-topService__list--img.--pc {
  display: block;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(1.2rem);
  transition: max-height 0.55s linear, opacity 0.4s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.js .vm-topService__list li.is-active .vm-topService__list--content,
.js .vm-topService__list li.js-active .vm-topService__list--content {
  margin-top: 2rem;
}

.js .vm-topService__list li.is-active .vm-topService__list--img.--pc,
.js .vm-topService__list li.js-active .vm-topService__list--img.--pc {
  max-height: 38rem;
  opacity: 1;
  transform: none;
}

.js .vm-topService__list li.is-active .vm-topService__list--content,
.js .vm-topService__list li.js-active .vm-topService__list--content {
  max-height: 38rem;
  opacity: 1;
  transform: none;
}

.vm-topService__list--tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 0;
}

.vm-topService__list--tag {
  background: var(--v-color-soft);
  color: var(--v-color-gray);
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.8rem 1rem;
}

.vm-topService__list--txt {
  color: var(--v-color-gray);
  font-size: 1.4rem;
  line-height: 1.9;
  margin: 1.4rem 0 0;
  max-width: 58rem;
}

.vm-topService__list--btn {
  margin-top: 1.8rem;
}

.vm-topService__list--img {
  aspect-ratio: 522 / 341;
  grid-column: 3;
  grid-row: 2;
  overflow: hidden;
}

.vm-topService__list li.is-active .vm-topService__list--img.--pc,
.vm-topService__list li.js-active .vm-topService__list--img.--pc {
  align-self: stretch;
  aspect-ratio: auto;
  height: 100%;
  min-height: 24rem;
}

.vm-topService__list--img.--sp {
  display: none;
}

.vm-topService__list--plus {
  grid-column: 3;
  grid-row: 1;
  display: none;
}

.v-home-parallax {
  background: var(--v-color-ink);
  isolation: isolate;
  min-height: clamp(42rem, 48vw, 72rem);
  overflow: hidden;
  position: relative;
}

.v-home-parallax__media {
  background-color: var(--v-color-ink);
  inset: -20rem 0;
  pointer-events: none;
  position: absolute;
  transform: translate3d(0, 0, 0) scale(1.04);
  transform-origin: center;
  will-change: transform;
  z-index: 0;
}

.v-home-parallax__media.is-bg-ready,
html:not(.js) .v-home-parallax__media {
  background-image: url("../img/vamos/home-parallax-p0004.webp");
  background-position: center 55%;
  background-repeat: no-repeat;
  background-size: cover;
}

.v-home-parallax::after {
  background: linear-gradient(90deg, rgba(30, 30, 30, 0.08), rgba(30, 30, 30, 0));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.v-home .v-care-flow-section .vm-cycle--visual {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--v-content-wide);
  width: calc(100% - 17rem);
}

.v-system-section,
.v-system-section .vm-section__main,
.v-system-section .vm-section__side,
.v-voice-section,
.v-voice-section .vm-section__main,
.v-voice-section .vm-section__side,
.v-first-visit-section,
.v-first-visit-section .vm-section__main,
.v-first-visit-section .vm-section__side,
.v-access-section,
.v-access-section .vm-section__main,
.v-access-section .vm-section__side {
  background: var(--v-color-white);
}

.v-cost-section,
.v-cost-section .vm-section__main,
.v-cost-section .vm-section__side,
.v-cycle-section,
.v-cycle-section .vm-section__main,
.v-cycle-section .vm-section__side,
.v-faq-section,
.v-faq-section .vm-section__main,
.v-faq-section .vm-section__side {
  background: var(--v-color-soft);
}

.v-voice-section,
.v-voice-section .vm-section__main,
.v-voice-section .vm-section__side {
  background: var(--v-color-tint);
}

.v-home .v-voice-section::after,
.v-home .v-first-visit-section::after,
.v-home .v-faq-section::after,
.v-home .v-access-section::after {
  bottom: clamp(2.4rem, 3vw, 5rem);
  color: rgba(53, 62, 65, 0.055);
  font-family: var(--v-font-en);
  font-size: clamp(11rem, 14vw, 24rem);
  font-weight: 700;
  line-height: 0.78;
  pointer-events: none;
  position: absolute;
  right: clamp(2.4rem, 4vw, 7rem);
  z-index: 1;
}

.v-home .v-voice-section::after {
  content: "VOICE";
}

.v-home .v-first-visit-section::after {
  content: "VISIT";
  right: clamp(3rem, 5vw, 8rem);
}

.v-home .v-first-visit-section {
  background-color: var(--v-color-ink);
}

.v-home .v-first-visit-section.is-bg-ready,
html:not(.js) .v-home .v-first-visit-section {
  background-image: url("../img/vamos/home-first-visit-p0019.webp");
  background-position: center 48%;
  background-repeat: no-repeat;
  background-size: cover;
}

.v-home .v-first-visit-section::before {
  background: rgba(20, 24, 25, 0.34);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.v-home .v-first-visit-section .vm-section__main,
.v-home .v-first-visit-section .vm-section__side {
  background: transparent;
}

.v-home .v-first-visit-section .vm-section__side--head {
  color: var(--v-color-white);
}

.v-home .v-faq-section::after,
.v-home .v-access-section::after {
  content: "A";
}

.v-price-orange-section {
  background-color: var(--v-color-charcoal);
  color: var(--v-color-white);
}

.v-price-orange-section.is-bg-ready,
html:not(.js) .v-price-orange-section {
  background-image: url("../img/vamos/price-background-p0062.webp");
  background-position: center 46%;
  background-repeat: no-repeat;
  background-size: cover;
}

.v-price-orange-section::before {
  background: rgba(34, 35, 35, 0.58);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.v-price-orange-section .vm-section__side,
.v-price-orange-section .vm-section__main {
  background: transparent;
  position: relative;
  z-index: 1;
}

.v-price-orange-section .vm-section__main {
  padding-top: 4.8rem;
}

.v-price-heading-box {
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--v-radius-card);
  color: var(--v-color-ink);
  margin: 12.6rem 8rem 0 9rem;
  overflow: hidden;
  padding: 4.8rem 3.8rem 3.4rem;
}

.v-price-heading-box .vm-sectionTxts {
  padding: 0;
}

.v-price-heading-box .v-heading-cta {
  margin: 2.8rem 0 0;
}

.v-cost-note,
.v-voice-note {
  color: var(--v-color-gray);
  font-size: 1.3rem;
  line-height: 1.9;
  margin: 2rem 8rem 0 9rem;
}

.v-scroll-hint {
  display: none;
}

.v-scroll-hint__track {
  background: rgba(30, 30, 30, 0.12);
  border-radius: 999px;
  display: block;
  height: 0.4rem;
  overflow: hidden;
  position: relative;
  width: 9.6rem;
}

.v-scroll-hint__thumb {
  animation: v-scroll-cue 1.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  background: var(--v-gradient-cta);
  border-radius: inherit;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 42%;
}

.v-scroll-hint__text {
  color: var(--v-color-gray);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}

@keyframes v-scroll-cue {
  0% {
    transform: translateX(0);
  }
  55%,
  100% {
    transform: translateX(140%);
  }
}

.v-cost-chart {
  display: grid;
  gap: 2.4rem;
  margin: 5.6rem 8rem 0 9rem;
}

.v-cost-value-row {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 5.6rem 8rem 0 9rem;
}

.v-cost-value-row__item {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(30, 30, 30, 0.1);
  color: var(--v-color-ink);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.65;
  padding: 1.8rem 2rem;
}

.v-cost-value-row__item strong {
  color: var(--v-color-orange-text);
  display: block;
  font-family: var(--v-font-en);
  font-size: 1.9rem;
  line-height: 1.1;
  margin-bottom: 0.8rem;
}

.v-cost-chart__group {
  background: var(--v-color-white);
  border: 1px solid rgba(30, 30, 30, 0.1);
  box-shadow: var(--v-shadow-card);
  padding: 3.6rem 4rem;
  position: relative;
}

.v-cost-chart__group.--featured {
  border-color: rgba(196, 106, 0, 0.35);
  box-shadow: var(--v-shadow-card-strong);
  padding: 4.4rem 4.4rem;
}

.v-cost-chart__group.--compact {
  opacity: 0.94;
  padding: 3rem 4rem;
}

.v-cost-chart__group.--single {
  display: grid;
  gap: 2.2rem;
}

.v-cost-chart__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 2.6rem;
}

.v-cost-chart__row {
  align-items: center;
  display: grid;
  gap: 2.4rem;
  grid-template-columns: 18rem minmax(0, 1fr);
}

.v-cost-chart__row + .v-cost-chart__row {
  margin-top: 1.6rem;
}

.v-cost-chart__label {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.v-cost-chart__row.--separate .v-cost-chart__label {
  color: var(--v-color-gray);
}

.v-cost-chart__row.--vamos .v-cost-chart__label {
  color: var(--v-color-orange-text);
}

.v-cost-chart__track {
  background: #eeeeec;
  min-height: 5rem;
  overflow: hidden;
}

.v-cost-chart__bar {
  align-items: center;
  display: flex;
  height: 5rem;
  min-width: 24rem;
  padding: 0 2rem;
  width: var(--bar-width);
}

.v-cost-chart__bar.--separate {
  background: #9a9a9a;
  color: var(--v-color-white);
}

.v-cost-chart__bar.--vamos {
  background: var(--v-gradient-cta);
  box-shadow: 0 12px 30px rgba(242, 140, 27, 0.22);
  color: var(--v-color-white);
  min-width: 16rem;
}

.v-cost-chart__bar span {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.v-cost-chart__body {
  min-width: 0;
}

.v-cost-chart__track--stacked {
  display: flex;
  width: 100%;
}

.v-cost-chart__segment {
  align-items: center;
  color: var(--v-color-white);
  display: flex;
  justify-content: center;
  min-height: 5rem;
  padding: 0 0.8rem;
  text-align: center;
  width: var(--segment-width);
}

.v-cost-chart__segment + .v-cost-chart__segment {
  border-left: 1px solid rgba(255, 255, 255, 0.38);
}

.v-cost-chart__segment span {
  display: block;
  font-size: clamp(1.05rem, 1vw, 1.25rem);
  font-weight: 700;
  line-height: 1.25;
}

.v-cost-chart__segment.--align,
.v-cost-chart__legend .--align {
  background: #4a4f52;
}

.v-cost-chart__segment.--heal,
.v-cost-chart__legend .--heal {
  background: #5b6063;
}

.v-cost-chart__segment.--beauty,
.v-cost-chart__legend .--beauty {
  background: #6e7376;
}

.v-cost-chart__segment.--training,
.v-cost-chart__legend .--training {
  background: #808588;
}

.v-cost-chart__segment.--pilates,
.v-cost-chart__legend .--pilates {
  background: #969b9e;
}

.v-cost-chart__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.6rem;
  list-style: none;
  margin: 1.4rem 0 0;
  padding: 0;
}

.v-cost-chart__legend li {
  align-items: center;
  color: var(--v-color-gray);
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  gap: 0.7rem;
  line-height: 1.4;
}

.v-cost-chart__legend span {
  border-radius: 999px;
  display: inline-block;
  height: 0.9rem;
  width: 0.9rem;
}

.v-cost-summary {
  color: var(--v-color-ink);
  font-size: clamp(2.2rem, 2.8vw, 3.4rem);
  font-weight: 700;
  line-height: 1.45;
  margin: 3rem 8rem 0 9rem;
}

.v-cost-summary strong {
  color: var(--v-color-orange-text);
  font-family: var(--v-font-en);
  font-size: 1.18em;
}

.v-top-price {
  display: grid;
  gap: 3rem;
  margin: 5rem 8rem 0 9rem;
  overflow: visible;
  padding-bottom: 8.6rem;
}

.v-trial-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: var(--v-radius-card);
  box-shadow: none;
  color: var(--v-color-ink);
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1fr) minmax(24rem, auto);
  padding: 3.8rem 4rem;
  position: relative;
  overflow: hidden;
}

.v-trial-card__title {
  color: var(--v-color-red);
  font-family: var(--v-font-en);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.v-trial-card__title span {
  display: block;
  font-family: var(--v-font-ja);
  font-size: 2.8rem;
  margin-top: 1rem;
}

.v-trial-card__meta,
.v-trial-card__text {
  font-size: 1.4rem;
  line-height: 1.9;
  margin: 1.4rem 0 0;
}

.v-trial-card__meta,
.v-membership-card__count,
.v-membership-plan__text,
.v-membership-plan__price span {
  color: var(--v-color-gray);
}

.v-price-orange-section .v-trial-card__meta,
.v-price-orange-section .v-trial-card__text {
  color: var(--v-color-gray);
}

.v-trial-card__price {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 1.8rem;
}

.v-trial-card__yen {
  font-family: var(--v-font-en);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}

.v-trial-card__amount {
  font-family: var(--v-font-en);
  font-size: 7rem;
  font-weight: 700;
  line-height: 0.82;
}

.v-trial-card__price .vm-btn {
  flex-basis: 100%;
  margin-top: 1rem;
  width: fit-content;
}

.v-membership-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.v-membership-grid .v-membership-card:nth-child(2) {
  order: -1;
}

.v-membership-card {
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: var(--v-radius-card);
  box-shadow: var(--v-shadow-card);
  color: var(--v-color-ink);
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.v-membership-card--silver {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(236, 240, 243, 0.94));
  border-color: rgba(160, 170, 180, 0.72);
  box-shadow: 0 2.2rem 5rem rgba(96, 108, 120, 0.18);
}

.v-membership-card--gold {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 244, 220, 0.94));
  border-color: rgba(201, 150, 58, 0.72);
  box-shadow: 0 2.2rem 5rem rgba(171, 118, 30, 0.18);
}

.v-membership-card--silver .v-membership-card__name {
  color: #77818c;
}

.v-membership-card--gold .v-membership-card__name {
  color: #b77b13;
}

.v-membership-card__head {
  align-items: flex-end;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}

.v-membership-card__name {
  font-family: var(--v-font-en);
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.v-membership-card__count {
  font-size: 1.3rem;
  font-weight: 700;
}

.v-membership-plan {
  border-top: 1px solid var(--v-color-line);
  margin-top: 2.4rem;
  padding-top: 2.4rem;
}

.v-membership-plan__name {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.v-membership-plan__price {
  font-family: var(--v-font-en);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  margin: 1.4rem 0 0;
}

.v-membership-plan__price span {
  font-family: var(--v-font-ja);
  font-size: 1.3rem;
}

.v-membership-plan__unit {
  color: var(--v-color-orange-text);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 1rem 0 0;
}

.v-membership-plan__text {
  font-size: 1.4rem;
  line-height: 1.9;
  margin: 1.3rem 0 0;
}

.v-membership-plan__features {
  display: grid;
  gap: 0.8rem;
  margin: 1.5rem 0 0;
}

.v-membership-plan__features li {
  color: var(--v-color-gray);
  font-size: 1.35rem;
  line-height: 1.65;
  padding-left: 1.7rem;
  position: relative;
}

.v-membership-plan__features li::before {
  background: currentColor;
  border-radius: 50%;
  content: "";
  height: 0.55rem;
  left: 0.2rem;
  opacity: 0.65;
  position: absolute;
  top: 0.85em;
  width: 0.55rem;
}

.v-membership-plan__features strong {
  color: var(--v-color-orange-text);
  font-weight: 700;
}

.v-membership-card__note {
  border-top: 1px solid var(--v-color-line);
  color: var(--v-color-gray);
  font-size: 1.25rem;
  line-height: 1.8;
  margin: 2.4rem 0 0;
  padding-top: 1.8rem;
}

.v-promise-full {
  background: var(--v-color-white);
  color: var(--v-color-ink);
  padding: 11rem 10rem;
}

.v-promise-full__inner {
  margin: 0 auto;
  max-width: 124rem;
}

.v-section-heading__en {
  color: var(--v-color-red);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.v-section-heading__ja {
  font-size: clamp(3.2rem, 4.8vw, 6rem);
  font-weight: 700;
  line-height: 1.16;
  margin: 1.2rem 0 0;
}

.v-promise-checklist {
  border-top: 1px solid var(--v-color-promise-line);
  display: grid;
  margin: 5.4rem 0 0;
}

.v-promise-checklist li {
  align-items: flex-start;
  border-bottom: 1px solid var(--v-color-promise-line);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr);
  min-height: clamp(9rem, 10vw, 13.5rem);
  overflow: hidden;
  padding: clamp(2.8rem, 3vw, 4rem) 0 clamp(2.8rem, 3vw, 4rem) clamp(8.2rem, 13vw, 16rem);
  position: relative;
}

.v-promise-checklist li > span:not(.v-promise-checklist__icon) {
  position: relative;
  z-index: 1;
}

.v-promise-checklist__icon {
  background: transparent;
  color: rgba(242, 140, 27, 0.12);
  display: block;
  font-family: var(--v-font-en);
  font-size: clamp(8rem, 12vw, 14rem);
  font-weight: 700;
  left: 0;
  line-height: 0.82;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  z-index: 0;
}

.v-promise-checklist__num {
  color: var(--v-color-red);
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.v-promise-checklist__text {
  display: block;
  font-size: clamp(1.9rem, 2vw, 2.6rem);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.8rem;
}

.v-promise-full__btn {
  display: flex;
  justify-content: flex-start;
  margin-top: 4rem;
}

.v-voice-grid {
  display: grid;
  gap: 2.6rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 5.6rem 8rem 0 9rem;
}

.v-voice-card {
  background: var(--v-color-white);
  border: 1px solid rgba(30, 30, 30, 0.08);
  border-radius: var(--v-radius-card);
  box-shadow: var(--v-shadow-card);
  padding: 3.6rem;
  position: relative;
}

.v-voice-card__num {
  color: var(--v-color-red);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.v-voice-card__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.55;
  margin: 1.6rem 0 0;
}

.v-voice-card__text {
  color: var(--v-color-gray);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.95;
  margin: 1.6rem 0 0;
}

.v-voice-card__toggle {
  display: none;
}

.v-first-visit-section .v-section-cta {
  margin: 3.8rem 8rem 0 9rem;
}

.v-top-first-flow {
  margin: 5.8rem 8rem 0 9rem;
  padding-bottom: 8rem;
}

.vm-guideFlow__content {
  overflow-x: auto;
}

.vm-guideFlow__list {
  display: flex;
}

.vm-guideFlow__list li {
  flex: 1 1 0;
  min-width: 0;
}

.v-home-flow .vm-guideFlow__list--content {
  background: var(--v-color-white);
  border: 1px solid rgba(242, 140, 27, 0.24);
  border-left: 0;
  box-shadow: var(--v-shadow-card);
  min-height: 32rem;
  overflow: visible;
  padding: 0 0 7rem;
}

.v-home-flow--icons .vm-guideFlow__list--content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 25rem;
  padding: 4.6rem 2.8rem 4.2rem;
  text-align: center;
}

.v-home-flow .vm-guideFlow__list li:first-child .vm-guideFlow__list--content {
  border-left: 1px solid rgba(242, 140, 27, 0.32);
}

.v-home-flow__photo {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.v-home-flow__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.v-home-flow__symbol {
  align-items: center;
  background: rgba(242, 140, 27, 0.08);
  border-radius: 50%;
  display: flex;
  height: 10.8rem;
  justify-content: center;
  margin: 0;
  width: 10.8rem;
}

.v-home-flow__symbol img {
  display: block;
  height: 7.4rem;
  object-fit: contain;
  width: 7.4rem;
}

.v-home-flow .v-home-flow__icon {
  align-items: center;
  background: var(--v-gradient-orange);
  border: 0.6rem solid var(--v-color-white);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(242, 140, 27, 0.34);
  color: var(--v-color-white);
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 7rem;
  justify-content: center;
  margin: -3.5rem 0 0 3.2rem;
  position: relative;
  width: 7rem;
  z-index: 2;
}

.v-home-flow .vm-guideFlow__list--head {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 3rem 2.8rem 0;
  text-align: left;
}

.v-home-flow--icons .vm-guideFlow__list--head {
  margin: 2.2rem 0 0;
  text-align: center;
}

.v-access-layout {
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 0.56fr) minmax(28rem, 0.44fr);
  padding: 5.8rem 8rem 0 9rem;
}

.v-access-layout > div {
  min-width: 0;
}

.v-access-layout .vm-sectionTxts {
  display: block;
  padding: 0;
}

.v-access-layout .vm-sectionTxts__txts {
  margin-top: 2.6rem;
}

.v-faq-section .vm-guideFaq {
  display: block;
}

.v-faq-section .vm-guideFaq__right {
  margin-top: 4rem;
}

.v-access-info {
  display: grid;
  gap: 0;
  margin-top: 3.4rem;
}

.v-access-info dl {
  border-top: 1px solid var(--v-color-line);
  display: grid;
  gap: 2rem;
  grid-template-columns: 12rem minmax(0, 1fr);
  margin: 0;
  padding: 2rem 0;
}

.v-access-info dl:last-child {
  border-bottom: 1px solid var(--v-color-line);
}

.v-access-info dt {
  color: var(--v-color-red);
  font-family: var(--v-font-en);
  font-size: 1.3rem;
  font-weight: 700;
}

.v-access-info dd {
  color: var(--v-color-ink);
  font-size: 1.5rem;
  line-height: 1.9;
  margin: 0;
}

.v-access-info--compact dl {
  gap: 1.6rem;
  grid-template-columns: 10rem minmax(0, 1fr);
  padding: 1.55rem 0;
}

.v-access-info--compact dt {
  font-size: 1.15rem;
}

.v-access-info--compact dd {
  font-size: 1.35rem;
  line-height: 1.75;
}

.v-map {
  align-items: center;
  background: var(--v-color-soft);
  border: 1px solid var(--v-color-line);
  display: flex;
  justify-content: center;
  min-height: 42rem;
  overflow: hidden;
  padding: 0;
}

.v-map iframe {
  border: 0;
  height: 100%;
  min-height: 42rem;
  width: 100%;
}

.v-map__text {
  color: var(--v-color-gray);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
  text-align: center;
}

.v-home .vm-section__main {
  padding-bottom: clamp(13rem, 9vw, 17rem);
}

.v-home .vm-sectionTxts {
  row-gap: clamp(6.4rem, 5vw, 8.8rem);
}

.v-home .vm-sectionTxts__txt {
  margin-top: clamp(3.4rem, 2.7vw, 5rem);
}

.v-home .v-cost-chart,
.v-home .v-top-price,
.v-home .v-voice-grid,
.v-home .v-top-first-flow,
.v-home .vm-guideFaq,
.v-home .v-access-layout {
  margin-top: clamp(7.6rem, 6vw, 10rem);
}

.v-home .v-cost-chart {
  gap: clamp(5.6rem, 4.5vw, 7.2rem);
}

.v-home .v-cost-chart__row {
  gap: clamp(3rem, 3vw, 4.4rem);
}

.v-home .v-cost-chart__row + .v-cost-chart__row {
  margin-top: clamp(3rem, 2.8vw, 4.2rem);
}

.v-home .v-voice-grid {
  gap: clamp(3rem, 3vw, 4.2rem);
}

.v-home .v-top-first-flow {
  padding-bottom: clamp(9rem, 7vw, 12rem);
}

.v-home .vm-topAbout__main--btn,
.v-home .vm-topService__btn,
.v-home .v-heading-cta,
.v-home .v-section-cta,
.v-home .v-promise-full__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(4.8rem, 4.5vw, 7rem);
  margin-bottom: clamp(2rem, 2.5vw, 4rem);
  padding-top: 0;
}

.v-home .vm-topService__list--btn {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(3.6rem, 3vw, 5rem);
  margin-bottom: clamp(1.4rem, 2vw, 2.8rem);
}

.v-home .v-trial-card__price {
  justify-content: flex-end;
}

.v-home .v-trial-card__price .vm-btn {
  margin-left: auto;
  margin-top: 2.8rem;
}

@media (min-width: 901px) {
  .v-home .vm-sectionTxts {
    grid-template-columns: minmax(0, 1fr);
    max-width: 96rem;
  }

  .v-home .vm-sectionTxts__txts {
    max-width: 78rem;
  }

  .v-price-heading-box,
  .v-top-price {
    border-radius: var(--v-radius-card);
  }

  .v-top-price {
    background: rgba(255, 255, 255, 0.12);
    padding: 3rem 3rem 8.6rem;
  }

  .vm-topService__list > li {
    grid-template-columns: 8rem minmax(0, 1fr) minmax(32rem, 0.36fr);
  }

  .vm-topService__list--img {
    grid-row: 1 / span 2;
    height: 100%;
  }

  .js .vm-topService__list li.is-active .vm-topService__list--img.--pc,
  .js .vm-topService__list li.js-active .vm-topService__list--img.--pc {
    max-height: 52rem;
    min-height: 100%;
  }

  .v-home .vm-topService__list--btn {
    justify-content: flex-start;
  }

  .v-voice-section .vm-section__main {
    display: grid;
    gap: 4.8rem;
    grid-template-columns: minmax(18rem, 0.28fr) minmax(0, 0.72fr);
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .v-voice-section .vm-sectionTxts {
    margin: 0;
    max-width: none;
    padding: 13.6rem 0 0;
  }

  .v-voice-section .v-voice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 13.6rem 0 0;
  }

  .v-faq-section .vm-guideFaq {
    display: grid;
    gap: 4.8rem;
    grid-template-columns: minmax(18rem, 0.28fr) minmax(0, 0.72fr);
    margin: 13.6rem 8rem 0 9rem;
  }

  .v-faq-section .vm-guideFaq__right {
    margin-top: 0;
  }
}

.v-promise-checklist__icon {
  font-family: var(--v-font-en);
  font-weight: 700;
}

.v-promise-checklist__icon.vm-en {
  font-family: var(--v-font-en);
  font-size: clamp(8rem, 12vw, 14rem);
  letter-spacing: 0;
}

@media (min-width: 901px) {
  .v-first-visit-section .vm-section__main {
    display: grid;
    gap: 4.8rem;
    grid-template-columns: minmax(18rem, 0.28fr) minmax(0, 0.72fr);
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .v-first-visit-section .vm-sectionTxts {
    margin: 0;
    max-width: none;
    padding: 13.6rem 0 0;
  }

  .v-first-visit-section .v-section-cta {
    grid-column: 1;
    margin: 4rem 0 0;
  }

  .v-first-visit-section .v-top-first-flow {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin: 13.6rem 0 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1241px) {
  .vm-topAbout__main--inner,
  .vm-topService__upper,
  .v-price-heading-box,
  .v-cost-chart,
  .v-cost-value-row,
  .v-cost-summary,
  .v-cost-note,
  .v-top-price,
  .v-promise-full__inner,
  .v-voice-note,
  .v-access-layout {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--v-content-wide);
    width: calc(100% - 20rem);
  }

  .v-home .vm-sectionTxts {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 20rem);
  }

  .vm-topAbout__main--inner {
    padding-left: 0;
    padding-right: 0;
  }

  .vm-topService__upper {
    padding-left: 0;
    padding-right: 0;
  }

  .vm-topService__list > li {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--v-content-wide);
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 20rem);
  }

  .v-voice-section .vm-section__main,
  .v-first-visit-section .vm-section__main {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--v-content-wide);
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 20rem);
  }

  .v-faq-section .vm-guideFaq {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--v-content-wide);
    width: calc(100% - 20rem);
  }
}
