.vm-wrapper {
  position: relative;
}

.vm-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  position: relative;
}

.vm-section__side {
  display: none;
  min-width: 0;
}

.vm-section__side--inner {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100%;
  padding: 7rem 0;
  position: sticky;
  top: var(--v-header-height);
}

.vm-section__side--head {
  color: var(--v-color-charcoal);
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  writing-mode: vertical-rl;
}

.vm-section__main {
  min-width: 0;
  padding: 0 0 10.5rem;
}

.vm-section__head {
  color: var(--v-color-ink);
  font-size: clamp(3.2rem, 4.4vw, 6rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 1.2rem 0 0;
}

.vm-sectionTxts {
  display: grid;
  gap: 5.6rem;
  grid-template-columns: minmax(28rem, 0.42fr) minmax(0, 0.58fr);
  padding: 13.6rem 8rem 0 9rem;
}

.vm-sectionTxts__heads,
.vm-sectionTxts__txts {
  min-width: 0;
}

.vm-sectionTxts__head {
  color: var(--v-color-red);
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

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

.vm-sectionTxts__head02 {
  color: var(--v-color-ink);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.55;
  margin: 0;
}

.vm-sectionTxts__txt {
  color: var(--v-color-gray);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  margin: 2.4rem 0 0;
}

.v-home .vm-section {
  grid-template-columns: minmax(0, 1fr);
}

.v-home .vm-section__side {
  display: none;
}

.v-home .vm-section__main {
  grid-column: auto;
}

.vm-lower__heads {
  margin: 0;
}

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

.vm-lower__subHead {
  color: var(--v-color-ink);
  font-size: clamp(2.8rem, 3.4vw, 4.8rem);
  font-weight: 700;
  line-height: 1.25;
  margin: 1.4rem 0 0;
}

.v-home .vm-topAbout,
.v-home .vm-topService,
.v-home .v-system-section,
.v-home .v-cycle-section,
.v-home .v-cost-section,
.v-home .v-price-orange-section,
.v-home .v-promise-full,
.v-home .v-voice-section,
.v-home .v-first-visit-section,
.v-home .v-faq-section,
.v-home .v-access-section {
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.v-home .vm-topAbout > *,
.v-home .vm-topService > *,
.v-home .v-system-section > *,
.v-home .v-cycle-section > *,
.v-home .v-cost-section > *,
.v-home .v-price-orange-section > *,
.v-home .v-promise-full > *,
.v-home .v-voice-section > *,
.v-home .v-first-visit-section > *,
.v-home .v-faq-section > *,
.v-home .v-access-section > * {
  position: relative;
  z-index: 2;
}

.v-home .vm-topAbout::after,
.v-home .vm-topService::after,
.v-home .v-system-section::after,
.v-home .v-cycle-section::after,
.v-home .v-cost-section::after,
.v-home .v-price-orange-section::after,
.v-home .v-promise-full::after,
.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: -0.4rem;
  color: rgba(53, 62, 65, 0.065);
  font-family: var(--v-font-en);
  font-size: clamp(7rem, 13vw, 21rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.78;
  pointer-events: none;
  position: absolute;
  right: clamp(2.4rem, 4vw, 6rem);
  text-align: right;
  white-space: nowrap;
  z-index: 1;
}

.v-home .vm-topAbout::after {
  content: "ABOUT US";
}

.v-home .vm-topService::after {
  display: none;
}

.v-home .v-system-section::after {
  content: "SYSTEM";
}

.v-home .v-cycle-section::after {
  content: "CYCLE";
}

.v-home .v-cost-section::after {
  content: "COST COMPARISON";
}

.v-home .v-price-orange-section::after {
  color: rgba(255, 255, 255, 0.1);
  content: "PRICE";
}

.v-home .v-promise-full::after {
  content: "PROMISE";
}

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

.v-home .v-first-visit-section::after {
  content: "FIRST VISIT";
}

.v-home .v-faq-section::after {
  content: "FAQ";
}

.v-home .v-access-section::after {
  content: "ACCESS";
}
