@charset "UTF-8";

/**
 * トップページ 新デザイン（v2）
 * フォント: body.top-v2 で Roboto + Noto Sans JP スタック
 */

html,
body {
  overflow-x: clip;
}

body.top-v2 {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 1.5;
  background-color: var(--top-v2-noise-bg, var(--fill-dark));
  color: var(--ink-white);
}

html:has(body.top-v2) {
  /* rem 基準: 1rem = 16px（旧 10px 基準の rem は換算済み） */
  font-size: 16px;
  scroll-behavior: smooth;
}

/*================================================
 * WPグローバルの blockGap（既定24px）を潰す
 * global-styles は margin-block-start: 24px を直書きするため
 * --wp--style--block-gap だけでは効かない
 ================================================*/
.editor-styles-wrapper,
.editor-styles-wrapper .is-root-container,
body.top-v2,
body.top-v2 .wp-site-blocks,
body.top-v2 .vision24-main,
body.top-v2 .wp-block-post-content {
  --wp--style--block-gap: 0;
}

.editor-styles-wrapper .is-root-container > *,
.editor-styles-wrapper .is-root-container > .wp-block,
.editor-styles-wrapper :where(.is-layout-flow) > *,
.editor-styles-wrapper :where(.is-layout-constrained) > *,
.editor-styles-wrapper :where(.is-layout-default) > *,
body.top-v2 .wp-site-blocks > *,
body.top-v2 .wp-block-post-content > *,
body.top-v2 .wp-block-post-content > .wp-block,
body.top-v2 :where(.is-layout-flow) > *,
body.top-v2 :where(.is-layout-constrained) > *,
body.top-v2 :where(.is-layout-default) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.editor-styles-wrapper .top-v2-slide-left,
.editor-styles-wrapper .top-v2-slide-right,
.editor-styles-wrapper .top-v2-fadeup,
.editor-styles-wrapper .top-v2-fadein,
.editor-styles-wrapper .top-v2-fadeup-zoom,
.editor-styles-wrapper .top-v2-headline-mix__fade,
.editor-styles-wrapper .top-v2-headline-mix__slide {
  opacity: 1;
  transform: none;
  animation: none;
}

/*================================================
 * 追従CTA
 ================================================*/
body.top-v2.has-fix-btn {
  --top-v2-fix-btn-height: clamp(3.281rem, 19.4vw, 8.555rem);
}

body.top-v2.has-fix-btn #ft {
  padding-bottom: calc(2.344rem + var(--top-v2-fix-btn-height));
}

body.top-v2 .top-v2-fix-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--top-v2-fix-btn-height, 8.555rem);
  padding: 1.172rem 1.406rem calc(1.172rem + env(safe-area-inset-bottom));
  background: rgb(0 0 0 / 85%);
  box-sizing: border-box;
}

body.top-v2 .top-v2-fix-btn__link {
  display: block;
  flex: 0 1 18.75rem;
  line-height: 0;
  transition: opacity 0.25s ease;
}

body.top-v2 .top-v2-fix-btn__link + .top-v2-fix-btn__link {
  margin-left: 2.344rem;
}

body.top-v2 .top-v2-fix-btn__link:hover,
body.top-v2 .top-v2-fix-btn__link:focus-visible {
  opacity: 0.8;
}

body.top-v2 .top-v2-fix-btn__link img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  body.top-v2 .top-v2-fix-btn {
    padding: 0.586rem 0.82rem calc(0.586rem + env(safe-area-inset-bottom));
  }

  body.top-v2 .top-v2-fix-btn__link {
    flex: 0 1 42vw;
  }

  body.top-v2 .top-v2-fix-btn__link + .top-v2-fix-btn__link {
    margin-left: 4vw;
  }
}

/*================================================
 * キャンペーン追従CVボタン（ぽよぽよ）
 * 通常はキャンペーン末尾に配置 → 画面内に入ったら .is-fixed で下部固定
 * 元: .campaign-section
 ================================================*/
body.top-v2:has(.vision-campaign__cvp) .top-v2-fix-btn {
  display: none;
}

body.top-v2:has(.vision-campaign__cvp).has-fix-btn #ft {
  padding-bottom: 2.344rem;
}

body.top-v2.has-campaign-cvp-fixed #ft {
  padding-bottom: calc(2.344rem + var(--vision-campaign-cvp-height, 4.688rem) + env(safe-area-inset-bottom, 0px));
}

body.top-v2 .vision-campaign__cvp {
  position: relative;
  width: 100%;
  margin: 1.875rem 0 0;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  z-index: 2;
}

body.top-v2 .vision-campaign__cvp.is-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0 20px calc(env(safe-area-inset-bottom, 0px));
  z-index: 9999;
  opacity: 0;
  animation: vision-campaign-cvp-fadein 1s ease forwards;
}

body.top-v2 .vision-campaign__cvp-spacer {
  width: 100%;
  margin: 1.875rem 0 0;
  pointer-events: none;
}

body.top-v2 .vision-campaign__cvp .wp-block-image,
body.top-v2 .vision-campaign__cvp-figure {
  margin: 0;
  line-height: 0;
}

body.top-v2 .vision-campaign__cvp a,
body.top-v2 .vision-campaign__cvp-link {
  display: inline-block;
  vertical-align: bottom;
  line-height: 0;
  animation: vision-poyo-poyo 3s infinite ease-in-out;
}

body.top-v2 .vision-campaign__cvp img,
body.top-v2 .vision-campaign__cvp-img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-inline: auto;
}

@keyframes vision-campaign-cvp-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes vision-poyo-poyo {
  0%,
  100% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(1.03, 0.97);
  }
  20% {
    transform: scale(0.98, 1.02);
  }
  30% {
    transform: scale(1.01, 0.99);
  }
  40% {
    transform: scale(1, 1);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.top-v2 .vision-campaign__cvp.is-fixed {
    opacity: 1;
    animation: none;
  }

  body.top-v2 .vision-campaign__cvp a,
  body.top-v2 .vision-campaign__cvp-link {
    animation: none;
  }
}

/*================================================
 * 黒背景ノイズテクスチャ
 ================================================*/
:root {
  --top-v2-noise-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.80' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  /* TRIAL: ノイズ下地を --fill-dark(#1c1c1c) より明るく。戻すときは下1行を削除 */
  --top-v2-noise-bg: #1c1c1c;
}

#mv.top-v2-mv,
.vision-campaign,
.top-v2-station,
.top-v2-commitment,
.top-v2-hybrid,
.top-v2-personal,
.top-v2-lifestyle,
.top-v2-price-mini {
  background-color: transparent;
}

.vision-campaign::before,
.top-v2-station::before,
.top-v2-commitment::before,
.top-v2-hybrid::before,
.top-v2-personal::before,
.top-v2-lifestyle::before,
.top-v2-price-mini::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 100vw;
  max-width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
  background-color: var(--top-v2-noise-bg, var(--fill-dark));
  background-image: var(--top-v2-noise-image);
  background-blend-mode: overlay;
  filter: grayscale(1);
}

#mv.top-v2-mv::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  background-color: var(--top-v2-noise-bg, var(--fill-dark));
  background-image: var(--top-v2-noise-image);
  background-blend-mode: overlay;
  filter: grayscale(1);
}

.vision-campaign > *,
.top-v2-station > *,
.top-v2-commitment > *,
.top-v2-hybrid > *,
.top-v2-personal > *,
.top-v2-lifestyle > *,
.top-v2-price-mini > * {
  position: relative;
  z-index: 1;
}

/*================================================
 * ファーストビュー
 ================================================*/
#mv.top-v2-mv {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  padding: 0;
}

/* 背景画像（ブロックエディターから差し替え） */
#mv.top-v2-mv > .top-v2-mv__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  pointer-events: none;
}

#mv.top-v2-mv > .top-v2-mv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

#mv.top-v2-mv > .top-v2-mv__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

#mv.top-v2-mv > .top-v2-mv__bg img[src=""],
#mv.top-v2-mv > .top-v2-mv__bg img:not([src]) {
  display: none;
}

@media screen and (max-width: 768px) {
  #mv.top-v2-mv {
    width: 100%;
    max-width: 100%;
    min-height: 0;
  }

  #mv.top-v2-mv > .top-v2-mv__bg {
    inset: auto 0 auto 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    transform: none;
  }

  #mv.top-v2-mv > .top-v2-mv__bg picture,
  #mv.top-v2-mv > .top-v2-mv__bg .top-v2-mv__bg-img {
    display: block !important;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: initial;
    object-position: center top;
  }

}

.top-v2-mv__overlay {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}

/* --- ヒーロー（メインコピー） --- */
.top-v2-mv__hero {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 62svh;
  padding: 1.172rem 1.758rem 1.406rem;
}

.top-v2-mv__title-block {
  width: 100%;
  max-width: 40.43rem;
  transform: translateY(1.406rem);
}

.top-v2-mv__title-line {
  margin: 0;
  font-family: inherit;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--ink-white);
}

.top-v2-mv__title-line + .top-v2-mv__title-line {
  margin-top: 0.117rem;
}

.top-v2-mv__title-em {
  font-size: 4.3rem; /* 旧 2.05em × title-line 2.1rem */
  font-weight: 900;
  color: var(--ink-yellow);
  letter-spacing: -0.02em;
}

/* --- バッジ上バナー（SP: 3:2 / PC: 6:1） --- */
.top-v2-mv__banner {
  width: 100%;
  margin-bottom: 0.703rem;
  border-radius: 0.469rem;
  overflow: hidden;
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
}

.top-v2-mv__banner picture,
.top-v2-mv__banner-img {
  display: block;
  width: 100%;
  height: auto;
}

.top-v2-mv__banner picture {
  position: relative;
  overflow: hidden;
}

.top-v2-mv__banner picture::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 30%;
  height: 200%;
  /* 斜めグラデーション（透明 -> 白 -> 透明） */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(30deg);
  pointer-events: none;
  /* 3秒周期で光が走り抜ける */
  animation: shine 3s infinite ease-in-out;
}

@keyframes shine {
  0% { left: -60%; }
  30% { left: 140%; }  /* 一瞬で左から右へ通過 */
  100% { left: 140%; } /* 残りは待機 */
}

.top-v2-mv__bottom {
  flex-shrink: 0;
  width: 100%;
}

/*
 * 別案 MV（バナー付き）
 *
 * 配置:
 *   写真は横100%・縦自動（トリミングなし）
 *   hero スペーサーで上クリア（PC 75% / SP 80%）
 *   その下に banner → badges（写真下にはみ出し可）
 * WP contentSize(1100px) や SP 用 object-fit の干渉を打ち消す
 */
#mv.top-v2-mv.top-v2-mv--with-banner {
  --mv-frame-w: 2197; /* スペーサー用。画像実寸に合わせるが cover は使わない */
  --mv-frame-h: 1684;
  --mv-clear-ratio: 0.75;
  position: relative;
  overflow: hidden;
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  min-height: 0 !important;
  margin-inline: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

#mv.top-v2-mv.top-v2-mv--with-banner > .top-v2-mv__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  inset: auto;
  top: 0;
  left: 0;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  aspect-ratio: auto;
  transform: none;
}

#mv.top-v2-mv.top-v2-mv--with-banner > .top-v2-mv__bg picture {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
}

#mv.top-v2-mv.top-v2-mv--with-banner > .top-v2-mv__bg .top-v2-mv__bg-img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  object-fit: initial !important;
  object-position: center top;
}

#mv.top-v2-mv.top-v2-mv--with-banner .top-v2-mv__overlay,
#mv.top-v2-mv.top-v2-mv--with-banner .top-v2-mv__hero,
#mv.top-v2-mv.top-v2-mv--with-banner .top-v2-mv__bottom,
#mv.top-v2-mv.top-v2-mv--with-banner .top-v2-mv__badges,
#mv.top-v2-mv.top-v2-mv--with-banner .top-v2-mv__badges-row,
#mv.top-v2-mv.top-v2-mv--with-banner .top-v2-mv__banner {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

#mv.top-v2-mv.top-v2-mv--with-banner .top-v2-mv__overlay {
  position: relative;
  z-index: 3;
  min-height: 0 !important;
  width: 100%;
}

/* padding-% は親幅基準 → 画像高さ相当 × クリア比 */
#mv.top-v2-mv.top-v2-mv--with-banner .top-v2-mv__hero {
  flex: 0 0 auto;
  width: 100%;
  height: 0;
  min-height: 0 !important;
  padding: 0 !important;
  padding-top: calc(100% * var(--mv-frame-h) / var(--mv-frame-w) * var(--mv-clear-ratio)) !important;
  pointer-events: none;
}

#mv.top-v2-mv.top-v2-mv--with-banner .top-v2-mv__bottom {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  padding: 0 1.758rem 1.875rem;
}

#mv.top-v2-mv.top-v2-mv--with-banner .top-v2-mv__badges {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

#mv.top-v2-mv.top-v2-mv--with-banner .top-v2-mv__banner {
  width: 100%;
  box-shadow: none;
}

#mv.top-v2-mv.top-v2-mv--with-banner .top-v2-mv__badge {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  overflow-wrap: anywhere;
}

/* --- バッジ（角丸＋左黄色アクセント） --- */
.top-v2-mv__badges {
  flex-shrink: 0;
  padding: 0 1.758rem 1.875rem;
}

.top-v2-mv__badges-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.703rem;
}

.top-v2-mv__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 5.625rem;
  padding: 0.938rem 0.938rem;
  border: 1px solid rgb(255 255 255 / 30%);
  border-left: 0.293rem solid var(--ink-yellow);
  border-radius: 0.469rem;
  background: rgb(0 0 0 / 55%);
  font-family: inherit;
  font-size: 1.0rem; /* SP 16px / PC 30px */
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  color: var(--ink-white);
}

.top-v2-mv__badge-em,
.top-v2-mv__badge-rating {
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.top-v2-mv__badge-em {
  font-size: 1.4rem; /* SP 24px / PC 40px */
}

/* 大会出場/資格保有：基本1行、狭いときだけ / の直後で折り返し */
.top-v2-mv__badge-em-seg {
  white-space: nowrap;
}

.top-v2-mv__badge-label,
.top-v2-mv__badge-note {
  display: block;
  font-size: 0.7rem; /* 旧 0.72em × badge 1.0rem */
  font-weight: 700;
  line-height: 1.4;
  color: var(--ink-white);
}

.top-v2-mv__badge-note {
  margin-top: 0.234rem;
  font-size: 0.7rem; /* 旧 0.65em × badge 1.0rem */
}

.top-v2-mv__badge-rating {
  display: block;
  margin-top: 0.234rem;
  font-size: 1.9rem; /* SP 32px / PC 48px */
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .top-v2-mv__overlay {
    /* iPhone 12 Pro（390 × 844）を基準に、画面幅に合わせて位置を維持する */
    min-height: 216.4103vw;
  }

  .top-v2-mv__hero {
    min-height: 134.1538vw;
  }

  /* 別案 SP: 縦長フレーム。画像は横100%・縦自動（cover 禁止） */
  #mv.top-v2-mv.top-v2-mv--with-banner {
    --mv-frame-w: 832;
    --mv-frame-h: 1080;
    --mv-clear-ratio: 0.8;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
  }

  #mv.top-v2-mv.top-v2-mv--with-banner > .top-v2-mv__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    aspect-ratio: auto;
    transform: none;
  }

  #mv.top-v2-mv.top-v2-mv--with-banner > .top-v2-mv__bg picture,
  #mv.top-v2-mv.top-v2-mv--with-banner > .top-v2-mv__bg .top-v2-mv__bg-img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    object-fit: initial !important;
    object-position: center top;
  }

  #mv.top-v2-mv.top-v2-mv--with-banner .top-v2-mv__overlay {
    min-height: 0 !important;
  }

  #mv.top-v2-mv.top-v2-mv--with-banner .top-v2-mv__hero {
    height: 0;
    min-height: 0 !important;
    padding-top: calc(100% * var(--mv-frame-h) / var(--mv-frame-w) * var(--mv-clear-ratio)) !important;
  }
}

/* --- PC / タブレット --- */
@media screen and (min-width: 769px) {
  #mv.top-v2-mv {
    /* 1440px表示時と同じ比率で、画像とバッジの位置関係を維持する */
    min-height: 61.6869vw;
  }

  .top-v2-mv__overlay {
    min-height: 61.6869vw;
  }

  .top-v2-mv__hero {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    min-height: 0;
    padding: 3.516rem 3.516rem 1.758rem;
  }

  .top-v2-mv__title-block {
    max-width: var(--top-content-wide);
    text-align: center;
    transform: none;
    margin-bottom: 0.938rem;
  }

  .top-v2-mv__title-line {
    display: inline;
    font-size: 3.3rem;
  }

  .top-v2-mv__title-em {
    font-size: 6.8rem; /* 旧 2.05em × title-line 3.3rem */
  }

  .top-v2-mv__title-line + .top-v2-mv__title-line {
    margin-top: 0;
  }

  .top-v2-mv__badges {
    max-width: var(--top-content-wide);
    margin-inline: auto;
    width: 100%;
    padding: 0 3.516rem 2.93rem;
  }

  /* 別案: PCは写真上3/4クリア。横フル幅を維持 */
  #mv.top-v2-mv.top-v2-mv--with-banner {
    min-height: 0 !important;
    max-width: none !important;
  }

  #mv.top-v2-mv.top-v2-mv--with-banner .top-v2-mv__overlay {
    min-height: 0 !important;
  }

  #mv.top-v2-mv.top-v2-mv--with-banner .top-v2-mv__hero {
    flex: 0 0 auto;
    height: 0;
    min-height: 0 !important;
    padding: 0 !important;
    padding-top: calc(100% * var(--mv-frame-h) / var(--mv-frame-w) * var(--mv-clear-ratio)) !important;
  }

  #mv.top-v2-mv.top-v2-mv--with-banner .top-v2-mv__bottom {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    padding: 0 3.516rem 2.93rem;
    box-sizing: border-box;
  }

  #mv.top-v2-mv.top-v2-mv--with-banner .top-v2-mv__badges {
    max-width: 100%;
    padding: 0;
  }

  #mv.top-v2-mv.top-v2-mv--with-banner .top-v2-mv__badges-row {
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .top-v2-mv__banner {
    margin-bottom: 0.938rem;
    border-radius: 0;
    aspect-ratio: 6 / 1;
  }

  .top-v2-mv__badges-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 0.938rem;
  }

  .top-v2-mv__badge--retention,
  .top-v2-mv__badge--google,
  .top-v2-mv__badge--trainer,
  .top-v2-mv__badge--beginner {
    grid-column: auto;
    grid-row: auto;
  }

  .top-v2-mv__badge {
    min-height: 7.031rem;
    padding: 1.055rem 0.82rem;
    border-radius: 0;
    font-size: 1.9rem; /* PC 30px */
  }

  .top-v2-mv__badge-label {
    font-size: 1.4rem; /* 旧 0.72em × badge 1.9rem */
  }

  .top-v2-mv__badge-note {
    font-size: 1.2rem; /* 旧 0.65em × badge 1.9rem */
  }

  .top-v2-mv__badge--trainer {
    background:
      var(--gradient-gold) text,
      rgb(0 0 0 / 55%) padding-box;
    -webkit-background-clip: text, padding-box;
    background-clip: text, padding-box;
    color: transparent;
  }

  .top-v2-mv__badge--trainer .top-v2-mv__badge-em {
    display: block;
    margin-bottom: 0.117rem;
  }

  .top-v2-mv__badge-em {
    font-size: 2.3rem; /* PC 40px */
  }

  .top-v2-mv__badge-rating {
    font-size: 2.8rem; /* PC 48px */
  }
}

@media screen and (min-width: 1200px) {
  .top-v2-mv__title-line {
    font-size: 3.8rem;
  }

  .top-v2-mv__title-em {
    font-size: 7.8rem; /* 旧 2.05em × title-line 3.8rem */
  }
}

/*================================================
 * スクロールフェードイン
 ================================================*/
.top-v2-fadeup {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.top-v2-fadeup.started {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.top-v2-fadeup--delay1 { transition-delay: 0.1s; }
.top-v2-fadeup--delay2 { transition-delay: 0.2s; }
.top-v2-fadeup--delay3 { transition-delay: 0.3s; }
.top-v2-fadeup--delay4 { transition-delay: 0.4s; }
.top-v2-fadeup--delay5 { transition-delay: 0.5s; }

@media (prefers-reduced-motion: reduce) {
  .top-v2-fadeup {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.top-v2-slide-left {
  opacity: 0;
}

.top-v2-slide-left.started {
  animation: top-v2-slide-left 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.top-v2-slide-right {
  opacity: 0;
}

.top-v2-slide-right.started {
  animation: top-v2-slide-right 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes top-v2-slide-left {
  from {
    opacity: 0;
    transform: translate3d(-3.516rem, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes top-v2-slide-right {
  from {
    opacity: 0;
    transform: translate3d(3.516rem, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .top-v2-slide-left,
  .top-v2-slide-right {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* 黒文字フェード + 黄文字スライド（見出し用） */
.top-v2-headline-mix__fade,
.top-v2-headline-mix__slide {
  opacity: 0;
}

.top-v2-headline-mix.started .top-v2-headline-mix__fade {
  animation: top-v2-headline-fade 0.7s ease forwards;
}

.top-v2-headline-mix.started .top-v2-headline-mix__slide {
  animation: top-v2-headline-slide 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.12s forwards;
}

@keyframes top-v2-headline-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes top-v2-headline-slide {
  from {
    opacity: 0;
    transform: translate3d(3.516rem, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .top-v2-headline-mix__fade,
  .top-v2-headline-mix__slide {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

.top-v2-fadein {
  opacity: 0;
  transition: opacity 0.65s ease;
}

.top-v2-fadein.started {
  opacity: 1;
}

.top-v2-fadeup-zoom {
  opacity: 0;
  transform: translate3d(0, 24px, 0) scale(0.82);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.top-v2-fadeup-zoom.started {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .top-v2-fadein,
  .top-v2-fadeup-zoom {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/*================================================
 * キャンペーン
 ================================================*/
.vision-campaign {
  position: relative;
  overflow: visible;
  padding: 0 1.406rem 2.93rem;
}

/* --- マーキー（ビューポート全幅） --- */
.vision-campaign__marquee {
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 0.586rem;
  line-height: 0.85;
  pointer-events: none;
  user-select: none;
}

.vision-campaign__marquee-track {
  display: flex;
  width: max-content;
  animation: vision-campaign-marquee 28s linear infinite;
}

.vision-campaign__marquee-track span {
  flex-shrink: 0;
  padding-right: 2.344rem;
  font-family: inherit;
  font-size: 8.0rem; /* unified max: SP 13.5 / PC 16.5 */
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--ink-yellow);
}

@keyframes vision-campaign-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* --- 枠（枠内の黄色はすべて GOLD） --- */
.vision-campaign__frame {
  --campaign-gold: var(--ink-gold);

  position: relative;
  margin-top: 1.875rem;
  padding: 1.875rem 1rem 2.109rem;
  border: 2px solid var(--campaign-gold);
  outline: 1px solid var(--campaign-gold);
  outline-offset: 0.293rem;
  font-size: 20px;
  background:
    linear-gradient(180deg, rgb(30 30 30 / 92%) 0%, rgb(18 18 18 / 96%) 100%),
    repeating-linear-gradient(
      -45deg,
      rgb(255 255 255 / 2%) 0,
      rgb(255 255 255 / 2%) 1px,
      transparent 1px,
      transparent 4px
    );
}

.vision-campaign__headline {
  margin: 0 0 1.641rem;
  font-family: inherit;
  font-size: 1.9rem; /* SP 32px / PC 64px */
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: var(--ink-white);
  container-type: inline-size;
}

.vision-campaign__headline-lead {
  display: block;
  white-space: nowrap;
  font-size: clamp(20px, 9.2cqi, 80px); /* SP: 1行収まるよう縮小可 */
}

.vision-campaign__headline-main {
  display: block;
  white-space: nowrap;
  font-size: clamp(20px, 8cqi, 64px);
}

.vision-campaign__headline-gold {
  font-size: 1.2em; /* 親 headline-main が clamp(cqi) のため相対維持 */
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vision-campaign__note {
  display: block;
  font-size: clamp(11px, 3.2cqi, 14px);
  font-weight: 400;
  line-height: 1.2;
  white-space: normal;
  color: var(--ink-white);
}

.vision-campaign__body {
  display: block;
}

/* 超目玉4枚。SP=縦1列 / PC=田の字2×2 */
.vision-campaign__col--offers {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.vision-campaign__offer {
  display: grid;
  grid-template-columns: minmax(0, 45%) minmax(0, 20%) minmax(0, 35%);
  align-items: center;
  margin-bottom: 0;
  padding: 0.82rem 0.469rem;
  border: none;
  background: none;
  box-shadow: none;
  container-type: inline-size;
}

.vision-campaign__offer + .vision-campaign__offer {
  border-top: 2px dotted rgb(255 255 255 / 70%);
}

.vision-campaign__offer-left {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.703rem 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.vision-campaign__label {
  display: inline-block;
  justify-self: start;
  margin-bottom: 0;
  padding: 0.234rem 0.703rem;
  background: var(--gradient-gold);
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  color: var(--ink-black);
}

.vision-campaign__offer-text {
  margin: 0;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  overflow-wrap: anywhere;
  color: var(--ink-white);
}

.vision-campaign__strike {
  text-decoration: line-through;
}

.vision-campaign__bracket {
  display: block;
  width: 100%;
  max-width: 1.641rem;
  height: auto;
  aspect-ratio: 58 / 50;
  justify-self: center;
}

/* 「無料」: offer 幅基準の cqi（2文字想定で大きめ） */
.vision-campaign__free {
  margin: 0;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  justify-self: stretch;
  overflow: hidden;
  font-family: inherit;
  font-size: clamp(16px, 12cqi, 56px);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* 「3回無料」: PCは1行4文字用に小さく。SPは改行して「無料」と同サイズ */
.vision-campaign__free--long {
  font-size: clamp(12px, 7cqi, 36px);
}

@media screen and (max-width: 768px) {
  .vision-campaign__offer {
    padding: 0.82rem 0.234rem; /* 左右パディング半分（旧 0.469rem） */
  }

  /* SP: 「無料」を大きく（2文字） */
  .vision-campaign__free {
    font-size: clamp(22px, 16cqi, 96px);
  }

  /* SP: 3回 / 無料 の2行 → 各2文字なので同サイズ可 */
  .vision-campaign__free--long {
    font-size: clamp(22px, 16cqi, 96px);
    white-space: normal;
    line-height: 1.05;
  }
}

/* --- 共通ゴールドCTA（キャンペーン / 料金ミニ / パーソナル / FLOW） --- */
.top-v2-cta-block,
.vision-campaign__cta-block {
  margin-top: 1.875rem;
  text-align: center;
}

.top-v2-cta-block__micro,
.vision-campaign__cta-micro {
  margin: 0 0 0.703rem;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}

.top-v2-cta-block__micro strong {
  font-weight: 700;
}

.vision-campaign__cta-micro,
.top-v2-price-mini .top-v2-cta-block__micro {
  color: var(--ink-white);
}

.top-v2-personal .top-v2-cta-block__micro {
  color: #000;
}

.top-v2-join-flow .top-v2-cta-block__micro {
  color: var(--ink-black);
}

.top-v2-price-mini .top-v2-cta-block {
  margin-block-start: 1.875rem !important;
  margin-block-end: 0 !important;
}

.top-v2-cta,
.vision-campaign__cta,
.top-v2-price-mini__cta {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 1.2em 1.4em;
  border: 2px ridge var(--ink-gold);
  background: var(--gradient-gold);
  font-family: inherit;
  font-size: 1.2rem; /* SP 20px / PC 32px */
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #000;
  box-sizing: border-box;
  transform-origin: center center;
  transition: transform 0.25s ease;
}

.top-v2-cta:hover,
.top-v2-cta:focus-visible,
.vision-campaign__cta:hover,
.vision-campaign__cta:focus-visible,
.top-v2-price-mini__cta:hover,
.top-v2-price-mini__cta:focus-visible {
  transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
  .top-v2-cta,
  .vision-campaign__cta,
  .top-v2-price-mini__cta {
    transition: none;
  }

  .top-v2-cta:hover,
  .top-v2-cta:focus-visible,
  .vision-campaign__cta:hover,
  .vision-campaign__cta:focus-visible,
  .top-v2-price-mini__cta:hover,
  .top-v2-price-mini__cta:focus-visible {
    transform: none;
  }
}

.vision-campaign__deadline {
  margin: 1.172rem 0 0;
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  color: var(--ink-white);
}

.vision-campaign__deadline-label {
  font-size: 1.9rem; /* 旧 1.5em × deadline */
  color: var(--campaign-gold);
}

@media (prefers-reduced-motion: reduce) {
  .vision-campaign__marquee-track {
    animation: none;
  }
}

@media screen and (min-width: 769px) {
  .vision-campaign {
    max-width: var(--top-content-wide);
    margin-inline: auto;
    padding: 0 2.344rem 4.688rem;
  }

  .vision-campaign__marquee-track span {
    font-size: 10.0rem;
  }

  .vision-campaign__headline {
    font-size: 3.8rem; /* PC 64px */
  }

  .vision-campaign__headline-lead {
    font-size: 4.5rem; /* PC 80px */
  }

  .vision-campaign__headline-main {
    font-size: 3.8rem; /* PC 64px */
  }

  .top-v2-cta-block {
    margin-top: 2.344rem;
  }

  .top-v2-price-mini .top-v2-cta-block {
    margin-block-start: 2.344rem !important;
  }

  .top-v2-cta-block__micro {
    font-size: 1.0rem;
  }

  .top-v2-cta,
  .vision-campaign__cta,
  .top-v2-price-mini__cta {
    max-width: 28.125rem;
    font-size: 1.9rem; /* PC 32px */
  }

  .vision-campaign__frame {
    margin-top: 2.344rem;
    padding: 2.812rem 3.281rem 3.281rem;
  }

  .vision-campaign__note {
    font-size: clamp(14px, 2.6cqi, 20px);
  }

  .vision-campaign__body {
    display: block;
  }

  .vision-campaign__col--offers {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .vision-campaign__offer + .vision-campaign__offer {
    border-top: none;
  }

  .vision-campaign__offer {
    padding: 1.289rem 1.523rem;
    grid-template-columns: minmax(0, 36%) minmax(0, 8%) minmax(0, 56%);
  }

  .vision-campaign__offer:nth-child(odd) {
    border-right: 2px dotted rgb(255 255 255 / 70%);
  }

  .vision-campaign__offer:nth-child(1),
  .vision-campaign__offer:nth-child(2) {
    border-bottom: 2px dotted rgb(255 255 255 / 70%);
  }

  .vision-campaign__label,
  .vision-campaign__offer-text,
  .vision-campaign__deadline {
    font-size: 1.2rem;
  }

  /* PC: 「無料」大きめ / 「3回無料」は右列に収まるサイズ */
  .vision-campaign__free {
    font-size: clamp(20px, 18cqi, 112px);
  }

  .vision-campaign__free--long {
    font-size: clamp(14px, 11cqi, 72px);
  }

}

/*================================================
 * 駅近
 ================================================*/
.top-v2-station {
  position: relative;
  overflow: visible;
  padding: 0 1.406rem 3.516rem;
}

/* マーキー（ビューポート全幅・常時スクロール） */
.top-v2-station__marquee {
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 0.586rem;
  line-height: 0.85;
  pointer-events: none;
  user-select: none;
}

.top-v2-station__marquee-track {
  display: flex;
  width: max-content;
  animation: top-v2-station-marquee 32s linear infinite;
}

.top-v2-station__marquee-track span {
  flex-shrink: 0;
  padding-right: 2.344rem;
  font-size: 8.0rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--ink-yellow);
}

@keyframes top-v2-station-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.top-v2-station__lead {
  margin: 1.406rem 0 1.875rem;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: var(--ink-white);
}

.top-v2-station__stage {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 40.43rem;
  margin-inline: auto;
}

/* --- 地図 --- */
.top-v2-station__map-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}

.top-v2-station__map {
  display: block;
  width: 100%;
  height: auto;
}

/* --- 店舗カード --- */
.top-v2-station__card {
  position: relative;
  z-index: 2;
  width: 100%;
}

.top-v2-station__card--ropponmatsu {
  margin-bottom: -2.344rem;
}

.top-v2-station__card--hirao {
  margin-top: -2.344rem;
}

.top-v2-station__bubble {
  position: relative;
  padding: 1.406rem 1.172rem 1.172rem;
  background: #000;
  border: 1px solid rgb(255 255 255 / 20%);
  box-shadow: 0 0.703rem 1.758rem rgb(0 0 0 / 35%);
}

.top-v2-station__card--ropponmatsu .top-v2-station__bubble::after,
.top-v2-station__card--hirao .top-v2-station__bubble::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

.top-v2-station__card--ropponmatsu .top-v2-station__bubble::after {
  bottom: -1.641rem;
  left: 22%;
  border-width: 1.641rem 0.703rem 0;
  border-top-color: #000;
  transform: translateX(-50%);
}

.top-v2-station__card--hirao .top-v2-station__bubble::after {
  top: -1.641rem;
  right: 22%;
  border-width: 0 0.703rem 1.641rem;
  border-bottom-color: #000;
  transform: translateX(50%);
}

.top-v2-station__bubble-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "brand visual"
    "features features";
  gap: 0.938rem 0.703rem;
  align-items: start;
}

.top-v2-station__brand-col {
  grid-area: brand;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.703rem;
}

.top-v2-station__visual {
  grid-area: visual;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.469rem;
}

.top-v2-station__features {
  grid-area: features;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.469rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-v2-station__pic-wrap {
  display: flex;
  justify-content: center;
  margin: 0;
}

.top-v2-station__pic {
  width: 8.203rem;
  height: 8.203rem;
  border-radius: 50%;
  object-fit: cover;
}

.top-v2-station__logo {
  display: block;
  flex-shrink: 0;
  width: auto;
  max-width: min(100%, 143px);
  height: auto;
  max-height: 5.625rem;
  margin: 0;
  align-self: flex-start;
  object-fit: contain;
}

.top-v2-station__access {
  margin: 0;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.6;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.top-v2-station__walk {
  display: flex;
  align-items: center;
  gap: 0.469rem;
  margin: 0;
}

.top-v2-station__human {
  flex-shrink: 0;
  width: auto;
  height: 32px;
}

.top-v2-station__walk-time {
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.top-v2-station__features li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.75rem;
  padding: 0.469rem;
  border: 1px solid var(--ink-white);
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  color: var(--ink-white);
}

@media (prefers-reduced-motion: reduce) {
  .top-v2-station__marquee-track {
    animation: none;
  }
}

@media screen and (min-width: 769px) {
  .top-v2-station {
    max-width: var(--top-content-wide);
    margin-inline: auto;
    padding: 0 2.344rem 5.859rem;
  }

  .top-v2-station__marquee-track span {
    font-size: 10.0rem;
  }

  .top-v2-station__lead {
    margin: 1.875rem 0 2.812rem;
    font-size: 48px; /* PC: 旧24px×2 */
  }

  .top-v2-station__stage {
    position: relative;
    max-width: none;
    min-height: 51.562rem;
    display: block;
  }

  .top-v2-station__map-wrap {
    width: 58%;
    margin: 8.203rem auto;
  }

  .top-v2-station__card {
    position: absolute;
    z-index: 3;
    width: max-content;
    max-width: calc(100% - 1.172rem);
  }

  .top-v2-station__card--ropponmatsu {
    top: -8.203rem;
    left: 0;
    margin: 0;
  }

  .top-v2-station__card--hirao {
    right: 0;
    bottom: -1.172rem;
    left: auto;
    transform: none;
    margin: 0;
  }

  .top-v2-station__card--ropponmatsu .top-v2-station__bubble::after {
    bottom: -2.109rem;
    left: 50%;
    right: auto;
    border-width: 2.109rem 0.82rem 0;
    transform: translateX(-50%);
  }

  .top-v2-station__card--hirao .top-v2-station__bubble::after {
    top: -2.109rem;
    left: 50%;
    right: auto;
    border-width: 0 0.82rem 2.109rem;
    transform: translateX(-50%);
  }

  .top-v2-station__bubble {
    padding: 1.172rem 1.406rem;
  }

  /* PC: ロゴ | アクセス＋写真 / 徒歩 | 特徴 の2段グリッド */
  .top-v2-station__bubble-grid {
    grid-template-columns: max-content max-content max-content max-content;
    grid-template-rows: auto auto;
    grid-template-areas: none;
    align-items: center;
    column-gap: 1.406rem;
    row-gap: 0.703rem;
  }

  .top-v2-station__brand-col {
    display: contents;
  }

  .top-v2-station__logo {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
    max-height: 5.859rem;
    margin: 0;
  }

  .top-v2-station__access {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: start;
    max-width: none;
    margin: 0;
    font-size: 1.9rem; /* PC: 0.938rem×2 */
    white-space: nowrap;
  }

  /* display:contents で pic / walk をグリッドに直接配置 */
  .top-v2-station__visual {
    display: contents;
  }

  .top-v2-station__pic-wrap {
    grid-column: 3;
    grid-row: 1;
  }

  .top-v2-station__walk {
    grid-column: 2 / span 2;
    grid-row: 2;
    justify-self: start;
  }

  .top-v2-station__features {
    grid-column: 4;
    grid-row: 1 / span 2;
    align-self: center;
    grid-template-columns: max-content;
    gap: 0.352rem;
  }

  .top-v2-station__pic {
    width: 7.031rem;
    height: 7.031rem;
  }

  .top-v2-station__features li {
    min-height: 3.047rem;
    padding: 0.469rem 0.938rem;
    font-size: 1.6rem; /* PC: 0.82rem×2 */
    white-space: nowrap;
  }

  .top-v2-station__walk-time {
    font-size: 64px; /* PC: 32px×2 */
    white-space: nowrap;
  }
}

/*================================================
 * About Us
 * 背景動画: position:fixed + セクション clip-path
 * （sticky だと終端で動画が一緒に引き上がるため）
 ================================================*/
.top-v2-about {
  position: relative;
  /* fixed 子孫をセクション枠で切り抜く（画面外へ出るとき動画は視位置のまま） */
  clip-path: inset(0);
}

.top-v2-about__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.top-v2-about__video {
  position: fixed;
  top: var(--header-h, 72px);
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
}

.top-v2-about__video--pc {
  display: none;
}

.top-v2-about__inner {
  position: relative;
  z-index: 2;
}

.top-v2-about__content {
  position: relative;
  padding: 30.469rem 1.875rem 3.75rem;
}

.top-v2-about__eyebrow {
  display: block;
  margin: 0 0 0.703rem;
  font-family: var(--font-latin), inherit;
  font-size: 1.0rem; /* SP 16px / PC 24px */
  font-weight: 700;
  font-style: italic;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-yellow);
}

.top-v2-about__heading {
  margin: 0;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink-white);
}

.top-v2-about__heading-line {
  display: block;
  font-size: 1.4rem; /* SP 24px / PC 48px */
}

.top-v2-about__heading-em {
  font-style: normal;
  font-size: 2.1rem; /* SP 36px / PC 64px 「新しい正解」 */
  color: var(--ink-yellow);
}

.top-v2-about__badge {
  display: inline-block;
  margin: 1.406rem 0 0;
  transform: rotate(-8deg);
  transform-origin: left center;
}

.top-v2-about__badge span {
  display: inline-block;
  padding: 0.469rem 1.172rem;
  border: 2px dotted var(--ink-yellow);
  border-radius: 999px;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  color: var(--ink-yellow);
}

.top-v2-about__body {
  margin-top: 2.344rem;
}

.top-v2-about__body p {
  margin: 0;
  font-family: inherit;
  font-size: 1.0rem; /* SP/PC 16px */
  font-weight: 400;
  line-height: 1.85;
  color: var(--ink-white);
}

.top-v2-about__body p + p {
  margin-top: 0.938rem;
}

.top-v2-about__closing {
  margin-top: 1.875rem !important;
}

@media screen and (min-width: 769px) {
  .top-v2-about {
    min-height: 42.188rem;
  }

  .top-v2-about__video--pc {
    display: block;
    width: 100%;
    height: calc(100vh - var(--header-h, 72px));
    object-fit: cover;
    object-position: right center;
  }

  .top-v2-about__video--sp {
    display: none;
  }

  .top-v2-about__inner {
    display: flex;
    align-items: stretch;
    min-height: 42.188rem;
    max-width: var(--top-content-wide);
    margin-inline: auto;
    padding: 0 2.344rem;
  }

  .top-v2-about__content {
    position: relative;
    flex: 0 0 58%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 42.188rem;
    margin: 0;
    padding: 4.688rem 3.516rem 4.688rem 0;
  }

  .top-v2-about__content::before {
    content: "VISION";
    position: absolute;
    top: 50%;
    left: -1.172rem;
    z-index: 0;
    font-family: var(--font-latin), inherit;
    font-size: 10.0rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
    white-space: nowrap;
    color: rgb(255 255 255 / 4%);
    transform: translateY(-50%);
    pointer-events: none;
    user-select: none;
  }

  .top-v2-about__eyebrow {
    display: block;
    position: relative;
    z-index: 1;
    margin-bottom: 0.938rem;
    font-size: 1.4rem; /* PC 24px */
  }

  .top-v2-about__heading {
    position: relative;
    z-index: 1;
  }

  .top-v2-about__heading-line {
    font-size: 2.8rem; /* PC 48px */
  }

  .top-v2-about__heading-em {
    font-size: 3.8rem; /* PC 64px */
  }

  .top-v2-about__badge {
    display: none;
  }

  .top-v2-about__body {
    position: relative;
    z-index: 1;
    margin-top: 1.875rem;
    max-width: 36.328rem;
  }

  .top-v2-about__body p {
    font-size: 1.0rem; /* PC 16px */
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  .top-v2-about__content {
    flex-basis: 55%;
    padding-right: 4.688rem;
  }
}

/*================================================
 * こんな方におすすめ
 * 背景動画: About と同じ fixed + clip-path
 ================================================*/
.top-v2-recommend {
  position: relative;
  clip-path: inset(0);
  padding: clamp(3.281rem, 9vw, 6.094rem) 1.172rem;
  background-color: var(--fill-dark);
  color: var(--ink-white);
}

.top-v2-recommend__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.top-v2-recommend__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 55%);
}

.top-v2-recommend__video {
  position: fixed;
  top: var(--header-h, 72px);
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
}

.top-v2-recommend__video--pc {
  display: none;
}

.top-v2-recommend__inner {
  position: relative;
  z-index: 2;
  max-width: var(--top-content-narrow);
  margin: 0 auto;
}

.top-v2-recommend__eyebrow {
  margin: 0 0 1em;
  font-family: var(--font-latin), inherit;
  font-size: 0.8rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.28em;
  text-align: center;
  text-transform: uppercase;
  color: var(--ink-yellow);
}

.top-v2-recommend__heading {
  margin: 0 0 1.6em;
  font-size: 1.2rem; /* SP: 1段階下げ（旧 1.4rem） */
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: var(--ink-white);
}

.top-v2-recommend__heading em {
  font-style: normal;
  color: var(--ink-yellow);
}

.top-v2-recommend__subheading {
  position: relative;
  margin: 0 0 1.4em;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  color: var(--ink-white);
}

.top-v2-recommend__subheading::after {
  content: "";
  display: block;
  width: 2.812rem;
  height: 0.117rem;
  margin: 0.6em auto 0;
  background: var(--fill-yellow);
}

.top-v2-recommend__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.703rem;
  align-items: stretch;
}

.top-v2-recommend__item {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 0.703rem;
  background: rgb(255 255 255 / 6%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.top-v2-recommend__summary {
  display: flex;
  align-items: center;
  gap: 0.7em;
  padding: 0.7em 1.2em;
  list-style: none;
  cursor: pointer;
}

.top-v2-recommend__summary::-webkit-details-marker {
  display: none;
}

.top-v2-recommend__check {
  position: relative;
  flex: 0 0 auto;
  width: 1.172rem;
  height: 1.172rem;
  border-radius: 50%;
  background: var(--fill-yellow);
}

.top-v2-recommend__check::after {
  content: "";
  position: absolute;
  left: 52%;
  top: 46%;
  width: 0.234rem;
  height: 0.527rem;
  border: solid var(--fill-dark);
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -55%) rotate(45deg);
}

.top-v2-recommend__titles {
  flex: 1 1 auto;
  min-width: 0;
}

.top-v2-recommend__title {
  margin: 0;
  font-size: 1.0rem; /* 標準サイズ */
  font-weight: 700;
  line-height: 1.5;
  color: var(--ink-white);
}

.top-v2-recommend__q {
  margin: 0.25em 0 0;
  font-size: clamp(0.8rem, 1.8vw, 0.8rem);
  font-weight: 400;
  line-height: 1.5;
  color: rgb(255 255 255 / 65%);
}

.top-v2-recommend__icon {
  position: relative;
  flex: 0 0 auto;
  width: 0.938rem;
  height: 0.938rem;
  margin-left: 0.6em;
  transition: transform 0.25s;
}

.top-v2-recommend__icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 0.527rem;
  height: 0.527rem;
  border-right: 2px solid var(--ink-white);
  border-bottom: 2px solid var(--ink-white);
  transform: translate(-50%, -50%) rotate(45deg);
}

.top-v2-recommend__item[open] .top-v2-recommend__icon {
  transform: rotate(180deg);
}

.top-v2-recommend__answer {
  padding: 0 1.2em 1.2em;
}

.top-v2-recommend__answer p {
  margin: 0;
  font-size: clamp(0.8rem, 2vw, 1.0rem);
  line-height: 1.9;
  color: rgb(255 255 255 / 82%);
}

.top-v2-recommend__br--pc {
  display: none;
}

.top-v2-recommend__br--sp {
  display: inline;
}

.top-v2-recommend__closing {
  margin-top: 1.875rem;
}

.top-v2-recommend__closing p {
  margin: 0;
  font-size: clamp(0.8rem, 2vw, 1.0rem);
  font-weight: 400;
  line-height: 1.9;
  color: rgb(255 255 255 / 82%);
}

.top-v2-recommend__closing p + p {
  margin-top: 0.938rem;
}

.top-v2-recommend__closing em {
  font-style: normal;
  color: var(--ink-yellow);
}

.top-v2-recommend__closing strong {
  font-weight: 700;
  color: var(--ink-white);
}

@media screen and (min-width: 769px) {
  .top-v2-recommend__video--pc {
    display: block;
    width: 100%;
    height: calc(100vh - var(--header-h, 72px));
    object-fit: cover;
    object-position: right center;
  }

  .top-v2-recommend__video--sp {
    display: none;
  }

  .top-v2-recommend__eyebrow {
    font-size: 1.0rem;
  }

  .top-v2-recommend__heading {
    font-size: 1.6rem; /* PC: 1段階下げ（旧 1.9rem） */
  }

  .top-v2-recommend__subheading {
    font-size: 1.4rem;
  }

  .top-v2-recommend__list {
    grid-template-columns: 1fr 1fr;
  }

  .top-v2-recommend__title {
    font-size: 1.0rem;
  }

  .top-v2-recommend__br--pc {
    display: inline;
  }

  .top-v2-recommend__br--sp {
    display: none;
  }

  .top-v2-recommend__answer {
    padding-left: 2.9em;
  }

  .top-v2-recommend__closing {
    margin-top: 2.344rem;
  }
}

/*================================================
 * 24時間ジムのこだわり
 ================================================*/
.top-v2-commitment {
  position: relative;
  overflow: visible;
  padding: 0 0 3.516rem;
}

/* --- マーキー（2行・ビューポート全幅） --- */
.top-v2-commitment__marquee {
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 0.586rem;
  line-height: 0.85;
  pointer-events: none;
  user-select: none;
}

.top-v2-commitment__marquee-row {
  overflow: hidden;
}

.top-v2-commitment__marquee-row + .top-v2-commitment__marquee-row {
  margin-top: 0.234rem;
}

.top-v2-commitment__marquee-track {
  display: flex;
  width: max-content;
  animation: top-v2-commitment-marquee 30s linear infinite;
}

.top-v2-commitment__marquee-track--alt {
  animation-duration: 34s;
}

.top-v2-commitment__marquee-track span {
  flex-shrink: 0;
  padding-right: 2.344rem;
  font-family: inherit;
  font-size: 8.0rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--ink-yellow);
}

@keyframes top-v2-commitment-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.top-v2-commitment__inner {
  padding: 0 1.406rem;
}

/* --- セクション見出し（テキスト同色の枠線） --- */
.top-v2-commitment__title {
  display: block;
  width: fit-content;
  margin: 1.875rem auto 2.344rem;
  padding: 0.703rem 1.406rem;
  background: transparent;
  border: 3px solid currentColor; /* 2px×1.5 */
  color: #000;
  text-align: center;
}

.top-v2-commitment__title-text {
  display: block;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: inherit;
}

/* --- ブロック共通 --- */
.top-v2-commitment__block + .top-v2-commitment__block {
  margin-top: 3.281rem;
}

.top-v2-commitment__headline {
  margin: 0 0 1.406rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink-white);
}

.top-v2-commitment__headline-line {
  display: block;
  font-size: 1.4rem; /* SP 24px / PC 56px */
}

.top-v2-commitment__headline-line--lg {
  font-size: 1.9rem; /* SP 32px / PC 64px 「プロの週3清掃×」 */
}

.top-v2-commitment__headline-line--em,
.top-v2-commitment__headline-em {
  display: inline-block;
  font-style: normal;
  font-size: 2.3rem; /* SP 40px / PC 160px 黄色 */
  padding: 0.08em 0.2em;
  background: #000;
  color: var(--ink-yellow);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* --- ビジュアル --- */
.top-v2-commitment__visual {
  position: relative;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  /* 横は全画面、縦は従来のコンテンツ幅（内余白差し引き）の正方形相当 */
  height: calc(100vw - 2.812rem);
  background: #000;
}

.top-v2-commitment__visual picture {
  display: block;
  width: 100%;
  height: 100%;
}

.top-v2-commitment__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-v2-commitment__img[src=""],
.top-v2-commitment__img:not([src]) {
  opacity: 0;
}

.top-v2-commitment__visual-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.406rem 1.172rem 1.875rem;
}

.top-v2-commitment__visual-overlay--bottom {
  justify-content: flex-end;
  padding-bottom: 1.406rem;
}

.top-v2-commitment__visual-overlay--with-cta {
  justify-content: flex-end;
  padding-bottom: 1.406rem;
}

.top-v2-commitment__visual-overlay--with-cta .top-v2-commitment__brand-sub {
  margin-bottom: 0.938rem;
}

.top-v2-commitment__brand {
  margin: 0 0 0.234rem;
  font-family: var(--font-latin), inherit;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--ink-white);
  text-shadow:
    0 0 0.352rem rgb(0 0 0 / 75%),
    0 0 0.82rem rgb(0 0 0 / 55%),
    0 0 1.641rem rgb(0 0 0 / 35%);
}

.top-v2-commitment__brand-sub {
  margin: 0 0 1.406rem;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: var(--ink-white);
  text-shadow:
    0 0 0.293rem rgb(0 0 0 / 75%),
    0 0 0.703rem rgb(0 0 0 / 50%),
    0 0 1.406rem rgb(0 0 0 / 30%);
}

.top-v2-commitment__panel {
  width: 100%;
  padding: 1.172rem 1.406rem;
  background: rgb(0 0 0 / 72%);
}

.top-v2-commitment__panel p {
  margin: 0;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.85;
  color: var(--ink-white);
}

.top-v2-commitment__link-label {
  margin: 0.938rem 0 0.703rem;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: var(--ink-white);
}

.top-v2-commitment__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.703rem;
  justify-content: center;
}

.top-v2-commitment__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 9.375rem;
  padding: 0.703rem 1.406rem;
  border: 1px solid var(--ink-yellow);
  border-radius: 999px;
  background: transparent;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  color: var(--ink-white);
  transition: background-color 0.25s ease, color 0.25s ease;
}

.top-v2-commitment__btn:hover,
.top-v2-commitment__btn:focus-visible {
  background-color: #fee801;
  color: #000;
}

@media (prefers-reduced-motion: reduce) {
  .top-v2-commitment__marquee-track {
    animation: none;
  }
}

@media screen and (min-width: 769px) {
  .top-v2-commitment {
    max-width: var(--top-content-wide);
    margin-inline: auto;
    padding-bottom: 5.859rem;
  }

  .top-v2-commitment__marquee-track span {
    font-size: 10.0rem;
  }

  .top-v2-commitment__inner {
    padding: 0 2.344rem;
  }

  .top-v2-commitment__title {
    margin-top: 2.812rem;
    margin-bottom: 3.281rem;
    margin-inline: auto;
    padding: 0.938rem 1.875rem;
  }

  .top-v2-commitment__title-text {
    font-size: 1.9rem;
  }

  .top-v2-commitment__block + .top-v2-commitment__block {
    margin-top: 4.688rem;
  }

  .top-v2-commitment__headline-line {
    font-size: 3.8rem; /* PC 67.2px = 56×1.2 */
  }

  .top-v2-commitment__headline-line--lg {
    font-size: 4.5rem; /* PC 76.8px = 64×1.2 */
  }

  .top-v2-commitment__headline-line--em,
  .top-v2-commitment__headline-em {
    font-size: 5.6rem; /* PC 96px = 80×1.2 */
  }

  .top-v2-commitment__visual {
    /* 従来: (content-wide - 左右padding 4.688rem) × 20/9 の高さ */
    height: calc((min(100vw, var(--top-content-wide)) - 4.688rem) * 9 / 20);
  }

  .top-v2-commitment__brand {
    font-size: 3.8rem;
  }

  .top-v2-commitment__brand-sub {
    margin-bottom: 1.875rem;
    font-size: 1.2rem;
  }

  .top-v2-commitment__visual-overlay--with-cta .top-v2-commitment__brand-sub {
    margin-bottom: 1.172rem;
  }

  .top-v2-commitment__panel {
    max-width: 53.906rem;
    margin-inline: auto;
    padding: 1.406rem 1.875rem;
  }

  .top-v2-commitment__panel p {
    font-size: 1.2rem;
  }

  .top-v2-commitment__link-label {
    margin-top: 1.172rem;
    font-size: 1.2rem;
  }

  .top-v2-commitment__btn {
    min-width: 11.719rem;
    padding: 0.82rem 1.875rem;
    font-size: 1.2rem;
  }
}

/*================================================
 * TRIAL: 24こだわり 白背景（戻すときはこのブロックを削除）
 ================================================*/
.top-v2-commitment {
  background-color: #fff;
}

.top-v2-commitment::before {
  top: -2px;
  bottom: -2px;
  background-color: #fff;
  background-image: none;
  filter: none;
}

.top-v2-commitment__headline {
  color: #000;
}

/*================================================
 * パーソナルジムのこだわり
 ================================================*/
.top-v2-personal {
  position: relative;
  overflow: visible;
  /* タイトル上マージンの相殺で body 黒が見えるのを防ぐため、上余白は padding で確保 */
  padding: 1.875rem 0 3.516rem;
}

.top-v2-personal__marquee {
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 0.586rem;
  line-height: 0.85;
  pointer-events: none;
  user-select: none;
}

.top-v2-personal__marquee-row {
  overflow: hidden;
}

.top-v2-personal__marquee-row + .top-v2-personal__marquee-row {
  margin-top: 0.234rem;
}

.top-v2-personal__marquee-track {
  display: flex;
  width: max-content;
  animation: top-v2-personal-marquee 32s linear infinite;
}

.top-v2-personal__marquee-track--alt {
  animation-duration: 36s;
}

.top-v2-personal__marquee-track span {
  flex-shrink: 0;
  padding-right: 2.344rem;
  font-family: inherit;
  font-size: 8.0rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--ink-yellow);
}

@keyframes top-v2-personal-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.top-v2-personal__inner {
  padding: 0 1.406rem;
}

.top-v2-personal__title {
  display: block;
  width: fit-content;
  margin: 0 auto 2.344rem;
  padding: 0.703rem 1.406rem;
  background: transparent;
  border: 3px solid currentColor; /* 2px×1.5 */
  color: var(--ink-white);
  text-align: center;
}

.top-v2-personal__title-text {
  display: block;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: inherit;
}

/* --- セッション実績（上部） --- */
.top-v2-personal__stats {
  margin-bottom: 3.281rem;
}

.top-v2-personal__stats-headline {
  margin: 0 0 1.406rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink-white);
}

.top-v2-personal__stats-headline-line {
  display: block;
  font-size: 1.4rem; /* SP 24px / PC 56px */
}

.top-v2-personal__stats-headline-line--lg {
  font-size: 1.9rem; /* SP 32px / PC 64px 「セッション実績。」 */
}

.top-v2-personal__stats-headline em {
  display: inline-block;
  font-style: normal;
  font-size: 2.3rem; /* SP 40px / PC 160px 「1,000本超」 */
  padding: 0.08em 0.2em;
  background: #000;
  color: var(--ink-yellow);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.top-v2-personal__stats-text {
  margin: 0;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.9;
  color: var(--ink-white);
}

.top-v2-personal__stats-note {
  margin: 1.172rem 0 0;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgb(255 255 255 / 55%);
}

/* --- パーソナル料金（相場比較 + 価格ヒーロー） --- */
.top-v2-personal__price {
  margin: 0 0 3.75rem;
  padding: 1.406rem 0.938rem;
  text-align: center;
  border: medium ridge var(--ink-yellow);
}

.top-v2-personal__price-label {
  margin: 0 0 1.406rem;
  font-family: inherit;
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #000;
}

.top-v2-personal__price-compare {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.938rem;
  margin-bottom: 1.406rem;
}

.top-v2-personal__price-market {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.234rem;
  margin: 0;
  color: var(--ink-gray);
}

.top-v2-personal__price-market-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.top-v2-personal__price-market-num {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.top-v2-personal__price-market-num s {
  text-decoration-thickness: 0.12em;
  text-decoration-color: currentColor;
}

.top-v2-personal__price-arrow {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--ink-gold);
  transform: rotate(90deg);
}

.top-v2-personal__price-amount {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.352rem;
  margin: 0;
  font-family: inherit;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0.02em;
  filter: drop-shadow(0.117rem 0.234rem 0 rgb(0 0 0 / 18%));
}

.top-v2-personal__price-amount-brand {
  font-size: 1.0rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--ink-gold);
}

.top-v2-personal__price-amount-line {
  font-size: 8.0rem;
}

.top-v2-personal__price-amount-prefix,
.top-v2-personal__price-amount-num,
.top-v2-personal__price-amount-suffix {
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--ink-gold);
}

.top-v2-personal__price-amount-prefix,
.top-v2-personal__price-amount-suffix {
  font-size: 3.4rem; /* 旧 0.42em × amount 8.0rem */
}

.top-v2-personal__price-text {
  max-width: 42.188rem;
  margin: 0 auto;
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  color: #000;
}

/* --- トレーナーゾーン（薄い黄色帯） --- */
.top-v2-personal__trainer-zone {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 3.281rem 0 3.75rem;
  background: var(--bg-warm);
}

.top-v2-personal__trainer-zone-head {
  max-width: var(--top-content-wide);
  margin: 0 auto 2.344rem;
  padding: 0 1.406rem;
  text-align: center;
}

.top-v2-personal__trainer-zone-title {
  display: block;
  width: min(24.609rem, 100%);
  height: auto;
  margin-inline: auto;
  /* 薄い黄背景向けに白タイトルを暗色へ */
  filter: invert(1) hue-rotate(180deg);
}

.top-v2-personal__trainer-marquee {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  padding: 0 0 0.938rem;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}

.top-v2-personal__trainer-marquee.is-user-scrolling {
  cursor: grabbing;
}

.top-v2-personal__trainer-marquee::-webkit-scrollbar {
  display: none;
}

/* --- 大会実績・プログラム（下部） --- */
.top-v2-personal__program {
  margin-top: 3.281rem;
}

.top-v2-personal__program-headline {
  margin: 0 0 1.406rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink-white);
}

.top-v2-personal__program-headline-line {
  display: block;
  font-size: 1.4rem; /* SP 24px / PC 56px */
}

.top-v2-personal__program-headline-seg--lg {
  font-size: 1.9rem; /* SP 32px / PC 64px 「大会上位の」 */
}

.top-v2-personal__program-headline em {
  display: inline-block;
  font-style: normal;
  font-size: 2.3rem; /* SP 40px / PC 160px 「結果を出す」 */
  padding: 0.08em 0.2em;
  background: #000;
  color: var(--ink-yellow);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.top-v2-personal__program-headline .top-v2-personal__em--mid {
  font-size: 1.9rem; /* SP 32px / PC 96px 「実力派」 */
  padding: 0;
  background: transparent;
  color: #000;
}

.top-v2-personal__program-lead {
  margin: 0 0 1.406rem;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.85;
  color: var(--ink-white);
}

.top-v2-personal__table-wrap {
  overflow-x: auto;
  margin-bottom: 1.172rem;
  border: 2px ridge var(--ink-border);
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
}

.top-v2-personal__table {
  width: 100%;
  min-width: 32.812rem;
  border-collapse: collapse;
  font-family: inherit;
  font-size: 1.0rem;
  line-height: 1.6;
  color: #000;
}

.top-v2-personal__table thead th {
  padding: 0.703rem 0.938rem;
  border: 1px solid var(--ink-border);
  background: var(--gradient-gold);
  font-size: 0.8rem;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  color: #000;
}

.top-v2-personal__table tbody th,
.top-v2-personal__table tbody td {
  padding: 0.82rem 0.938rem;
  border: 1px solid var(--ink-border);
  background: #fafafa;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}

.top-v2-personal__table tbody th {
  width: 34%;
  white-space: nowrap;
}

.top-v2-personal__table tbody td:last-child {
  width: 18%;
  white-space: nowrap;
}

.top-v2-personal__table-row--featured th,
.top-v2-personal__table-row--featured td {
  background: var(--gradient-gold);
  color: #000;
  font-weight: 400;
}

.top-v2-personal__table-em {
  color: var(--ink-gold);
  font-weight: 700;
}

.top-v2-personal__table-row--featured .top-v2-personal__table-em {
  color: #000;
}

.top-v2-personal__program-note {
  margin: 0 0 1.406rem;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.7;
  color: rgb(255 255 255 / 55%);
}

.top-v2-personal__program-btn {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 1.406rem auto 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  color: #000;
  transition: opacity 0.25s ease;
}

.top-v2-personal__program-btn:hover,
.top-v2-personal__program-btn:focus-visible {
  background: transparent;
  opacity: 0.7;
}

.top-v2-personal__program-closing {
  margin: 0;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.9;
  color: var(--ink-white);
}

.top-v2-personal__program-closing-em {
  display: inline;
  font-style: normal;
  font-size: 1.4rem; /* 旧 1.35em × closing 1.0rem */
  font-weight: 700;
  color: #000;
  background: var(--fill-yellow);
  padding: 0.05em 0.15em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.top-v2-personal__eyebrow {
  margin: 0 0 0.703rem;
  font-family: var(--font-latin), inherit;
  font-size: 1.0rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-yellow);
}

.top-v2-personal__headline {
  margin: 0 0 0.938rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink-white);
}

.top-v2-personal__headline-line {
  display: block;
  font-size: 1.9rem;
}

.top-v2-personal__headline-line--em {
  color: var(--ink-yellow);
}

.top-v2-personal__lead {
  margin: 0;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.85;
  color: var(--ink-white);
}

.top-v2-personal__trainer-track {
  display: flex;
  width: max-content;
}

.top-v2-personal__trainer-set {
  display: flex;
  flex-shrink: 0;
  gap: 0.938rem;
  padding-right: 0.938rem;
}

.top-v2-personal__trainer-card {
  flex-shrink: 0;
  width: 16.406rem;
  color: var(--ink-black);
}

.top-v2-personal__trainer-photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2000 / 2087; /* 実画像比（やや縦長）。1:1 cover だと足元が見切れる */
  object-fit: contain;
  object-position: center top;
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none;
}

.top-v2-personal__trainer-body {
  padding-top: 0.703rem;
}

.top-v2-personal__trainer-store {
  margin: 0;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ink-gold-dark);
}

.top-v2-personal__trainer-catch {
  display: inline-block;
  margin: 0.938rem 0 0.586rem;
  padding: 0.352rem 0.938rem;
  border: 1px solid var(--ink-black);
  border-radius: 0.41rem;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.3;
}

.top-v2-personal__trainer-text {
  margin: 0 0 0.586rem;
  min-height: 6em;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.7;
}

.top-v2-personal__trainer-awards {
  padding-top: 0.586rem;
  margin-top: 0.586rem;
  border-top: 1px solid rgb(0 0 0 / 20%);
}

.top-v2-personal__trainer-awards p {
  margin: 0;
  font-family: inherit;
  font-size: 0.8rem;
  line-height: 1.6;
}

.top-v2-personal__trainer-awards p + p {
  margin-top: 0.586rem;
}

.top-v2-personal__trainer-more {
  display: block;
  width: 5.273rem;
  margin: 0.938rem 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.top-v2-personal__trainer-more:hover,
.top-v2-personal__trainer-more:focus-visible {
  opacity: 0.75;
}

.top-v2-personal__trainer-more img {
  display: block;
  width: 100%;
  height: auto;
}

body.top-v2-personal-modal-open {
  overflow: hidden;
}

.top-v2-personal-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 2.344rem 1.172rem;
  background: rgb(26 26 26 / 60%);
  cursor: pointer;
}

.top-v2-personal-modal[hidden] {
  display: none;
}

.top-v2-personal-modal__dialog {
  position: relative;
  width: min(63.281rem, 100%);
  max-height: calc(100vh - 4.688rem);
  overflow-y: auto;
  cursor: default;
}

.top-v2-personal-modal__inner {
  position: relative;
  width: 100%;
  max-height: min(43.008rem, calc(100vh - 4.688rem));
  overflow-y: auto;
  padding: 2.93rem 1.875rem 3.516rem;
  border-radius: 1.172rem;
  background: url(../images/image-top/modal_bg.png) no-repeat center/cover;
}

.top-v2-personal-modal__name {
  width: min(24.023rem, 100%);
  margin: 0 auto 1.875rem;
  font-family: inherit;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: var(--ink-black);
}

.top-v2-personal-modal__name img {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
}

.top-v2-personal-modal__body {
  width: min(54.492rem, 100%);
  margin: 0 auto;
}

.top-v2-personal-modal__body dt {
  margin: 1.875rem 0 0.586rem;
  padding-bottom: 0.586rem;
  border-bottom: 2px solid var(--ink-black);
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ink-black);
}

.top-v2-personal-modal__body dt:first-of-type {
  margin-top: 0;
}

.top-v2-personal-modal__body dd {
  margin: 0;
  padding-right: 1.172rem;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--ink-black);
}

@media (prefers-reduced-motion: reduce) {
  .top-v2-personal__marquee-track {
    animation: none;
  }
}

@media screen and (min-width: 769px) {
  .top-v2-personal {
    max-width: var(--top-content-wide);
    margin-inline: auto;
    padding-bottom: 5.859rem;
  }

  .top-v2-personal__marquee-track span {
    font-size: 10.0rem;
  }

  .top-v2-personal__inner {
    padding: 0 2.344rem;
  }

  .top-v2-personal__title {
    margin-top: 2.812rem;
    margin-bottom: 3.281rem;
    margin-inline: auto;
    padding: 0.938rem 1.875rem;
  }

  .top-v2-personal__title-text {
    font-size: 1.9rem;
  }

  .top-v2-personal__stats {
    margin-bottom: 4.688rem;
  }

  .top-v2-personal__price {
    margin-bottom: 4.688rem;
    padding: 2.344rem 1.875rem;
  }

  .top-v2-personal__price-label {
    margin-bottom: 1.875rem;
    font-size: 2.3rem;
  }

  .top-v2-personal__price-compare {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.406rem 1.875rem;
    margin-bottom: 1.875rem;
  }

  .top-v2-personal__price-market {
    align-items: flex-end;
    text-align: right;
  }

  .top-v2-personal__price-market-label {
    font-size: 1.0rem;
  }

  .top-v2-personal__price-market-num {
    font-size: 1.9rem;
  }

  .top-v2-personal__price-arrow {
    font-size: 1.9rem;
    transform: none;
  }

  .top-v2-personal__price-amount {
    align-items: flex-start;
  }

  .top-v2-personal__price-amount-brand {
    font-size: 1.0rem;
  }

  .top-v2-personal__price-amount-line {
    font-size: 8.0rem;
  }

  .top-v2-personal__price-text {
    max-width: 51.562rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .top-v2-personal__stats-headline-line {
    font-size: 3.8rem; /* PC 67.2px = 56×1.2 */
  }

  .top-v2-personal__stats-headline-line--lg {
    font-size: 4.5rem; /* PC 76.8px = 64×1.2 */
  }

  .top-v2-personal__stats-headline em {
    font-size: 5.6rem; /* PC 96px = 80×1.2 */
  }

  .top-v2-personal__stats-text,
  .top-v2-personal__program-lead,
  .top-v2-personal__program-closing {
    font-size: 1.2rem;
  }

  .top-v2-personal__stats-note,
  .top-v2-personal__program-note {
    font-size: 0.8rem;
  }

  .top-v2-personal__trainer-zone {
    padding: 4.688rem 0 5.625rem;
  }

  .top-v2-personal__trainer-zone-head {
    margin-bottom: 3.281rem;
    padding: 0 2.344rem;
  }

  .top-v2-personal__trainer-zone-title {
    width: min(30.469rem, 100%);
  }

  .top-v2-personal__program {
    margin-top: 4.688rem;
  }

  .top-v2-personal__program-headline-line {
    font-size: 3.8rem; /* PC 67.2px = 56×1.2 */
  }

  .top-v2-personal__program-headline-seg--lg,
  .top-v2-personal__program-headline .top-v2-personal__em--mid {
    font-size: 4.5rem; /* PC 76.8px = 64×1.2 */
  }

  .top-v2-personal__program-headline em {
    font-size: 5.6rem; /* PC 96px = 80×1.2 */
  }

  .top-v2-personal__program-headline .top-v2-personal__em--mid {
    font-size: 4.5rem; /* 実力派は96ではなく76.8 */
  }

  .top-v2-personal__table {
    font-size: 1.0rem;
  }

  .top-v2-personal__table thead th {
    font-size: 1.0rem;
  }

  .top-v2-personal__program-btn {
    font-size: 1.0rem;
  }

  .top-v2-personal__eyebrow {
    font-size: 1.2rem;
  }

  .top-v2-personal__headline-line {
    font-size: 2.8rem;
  }

  .top-v2-personal__lead {
    font-size: 1.2rem;
  }

  .top-v2-personal__trainer-set {
    gap: 1.406rem;
    padding-right: 1.406rem;
  }

  .top-v2-personal__trainer-card {
    width: 20.508rem;
  }

  .top-v2-personal__trainer-catch {
    font-size: 0.8rem;
  }

  .top-v2-personal__trainer-text {
    font-size: 1.0rem;
  }

  .top-v2-personal__trainer-awards p {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 1200px) {
  .top-v2-personal__trainer-card {
    width: 22.852rem;
  }
}

@media screen and (max-width: 768px) {
  .top-v2-personal__stats-text,
  .top-v2-personal__program-lead,
  .top-v2-personal__program-closing {
    font-size: 1.4rem;
  }

  .top-v2-personal__price {
    margin-bottom: 3.281rem;
    padding: 1.406rem 0.938rem;
  }

  .top-v2-personal__price-label {
    font-size: 1.6rem;
  }

  /* SP: 枠内に収まるよう価格数字を縮小（旧 8.0 / 3.4） */
  .top-v2-personal__price-amount-line {
    font-size: 4.5rem;
  }

  .top-v2-personal__price-amount-prefix,
  .top-v2-personal__price-amount-suffix {
    font-size: 1.9rem;
  }

  .top-v2-personal__price-text {
    font-size: max(16px, 1.0rem);
    line-height: 1.7;
    text-align: left;
  }

  .top-v2-personal__trainer-zone {
    padding: 4.688rem 0 5.859rem;
  }

  .top-v2-personal__trainer-zone-title {
    width: min(31.055rem, 100%);
  }

  /* SP: 1画面にトレーナー1人 */
  .top-v2-personal__trainer-marquee {
    scroll-snap-type: x mandatory;
    padding-inline: 1.4rem;
    cursor: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .top-v2-personal__trainer-set[aria-hidden="true"] {
    display: none;
  }

  .top-v2-personal__trainer-set {
    gap: 1.4rem;
    padding-right: 0;
  }

  .top-v2-personal__trainer-card {
    width: calc(100vw - 2.8rem);
    max-width: 22rem;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .top-v2-personal__program-btn {
    font-size: 1.4rem;
  }

  /* 「主要タイトル・実績」列を1.7倍（他列据え置き）: 56 × (0.34 + 0.48×1.7 + 0.18) */
  .top-v2-personal__table {
    min-width: calc(32.812rem * 1.336);
  }

  .top-v2-personal__table thead th:nth-child(2),
  .top-v2-personal__table tbody td:nth-child(2) {
    width: calc(32.812rem * 0.48 * 1.7);
    min-width: calc(32.812rem * 0.48 * 1.7);
  }

  /* SPは上の calc(100vw - 2.8rem) / max-width:22rem を維持（旧38.086remは画面幅超過） */

  .top-v2-personal__trainer-catch {
    margin-inline: 1.172rem;
    font-size: 1.2rem; /* SP: 2段階下げ（旧 1.6rem） */
  }

  .top-v2-personal__trainer-text {
    padding: 0 1.172rem;
    font-size: 1.6rem;
    min-height: 10em;
  }

  .top-v2-personal__trainer-awards {
    padding-inline: 1.172rem;
  }

  .top-v2-personal__trainer-awards p {
    font-size: 1.4rem;
  }

  .top-v2-personal__trainer-more {
    width: 9.668rem;
    margin-right: 4.688rem;
  }

  .top-v2-personal-modal__inner {
    width: min(42.773rem, 100%);
    padding: 2.344rem 1.406rem 2.93rem;
    background-image: url(../images/image-top/modal_bg_sp.png);
  }

  .top-v2-personal-modal__name {
    width: min(22.852rem, 100%);
    font-size: 1.6rem;
  }

  .top-v2-personal-modal__body dt {
    font-size: 1.6rem;
  }

  .top-v2-personal-modal__body dd {
    font-size: 1.0rem;
    padding-right: 0;
  }
}

/*================================================
 * TRIAL: パーソナルこだわり 白背景（戻すときはこのブロックを削除）
 ================================================*/
.top-v2-personal {
  background-color: #fff;
}

.top-v2-personal::before {
  top: -2px;
  bottom: -2px;
  background-color: #fff;
  background-image: none;
  filter: none;
}

.top-v2-personal__title,
.top-v2-personal__stats-headline,
.top-v2-personal__stats-text,
.top-v2-personal__program-headline,
.top-v2-personal__program-lead,
.top-v2-personal__program-closing,
.top-v2-personal__headline,
.top-v2-personal__lead,
.top-v2-personal__table,
.top-v2-personal__price-label,
.top-v2-personal__price-text {
  color: #000;
}

.top-v2-personal__stats-note,
.top-v2-personal__program-note,
.top-v2-personal__price-market {
  color: var(--ink-gray);
}

.top-v2-personal__table thead th {
  border-color: var(--ink-border);
  background: var(--gradient-gold);
  color: #000;
}

.top-v2-personal__table tbody th,
.top-v2-personal__table tbody td {
  border-color: var(--ink-border);
  background: #fafafa;
}

/*================================================
 * ライフスタイル
 ================================================*/
.top-v2-lifestyle {
  position: relative;
  overflow: visible;
  padding: 0 0 3.516rem;
}

/* --- マーキー --- */
.top-v2-lifestyle__marquee {
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 0.586rem;
  line-height: 0.85;
  pointer-events: none;
  user-select: none;
}

.top-v2-lifestyle__marquee-track {
  display: flex;
  width: max-content;
  animation: top-v2-lifestyle-marquee 30s linear infinite;
}

.top-v2-lifestyle__marquee-track span {
  flex-shrink: 0;
  padding-right: 2.344rem;
  font-family: inherit;
  font-size: 8.0rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--ink-yellow);
}

@keyframes top-v2-lifestyle-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* --- 共通ボタン --- */
.top-v2-lifestyle__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 14.062rem;
  padding: 0.703rem 1.641rem;
  border: 1px solid var(--ink-yellow);
  border-radius: 999px;
  background: transparent;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  color: var(--ink-white);
  transition: background-color 0.25s ease, color 0.25s ease;
}

.top-v2-lifestyle__btn:hover,
.top-v2-lifestyle__btn:focus-visible {
  background-color: #fee801;
  color: #000;
}

/* --- EVENT --- */
.top-v2-lifestyle__block--event {
  position: relative;
  margin-top: 1.406rem;
  padding: 2.812rem 0;
}

.top-v2-lifestyle__event-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.top-v2-lifestyle__event-bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.top-v2-lifestyle__event-bg-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-v2-lifestyle__event-bg-img[src=""],
.top-v2-lifestyle__event-bg-img:not([src]) {
  opacity: 0;
}

.top-v2-lifestyle__event-panel {
  position: relative;
  z-index: 1;
  max-width: var(--top-content-wide);
  margin: 0 auto;
  padding: 2.344rem 1.406rem 2.812rem;
  background: rgb(0 0 0 / 68%);
}

.top-v2-lifestyle__event-inner {
  text-align: left;
}

.top-v2-lifestyle__event-header {
  position: relative;
  margin-bottom: 2.344rem;
  padding-left: 1.172rem;
  text-align: left;
}

.top-v2-lifestyle__event-header::before {
  content: "";
  position: absolute;
  top: -0.234rem;
  bottom: -0.234rem;
  left: 0;
  width: 0.469rem;
  background: var(--fill-yellow);
  opacity: 0.85;
}

.top-v2-lifestyle__event-title {
  margin: 0;
  font-family: inherit;
  font-weight: 900;
  line-height: 1.15;
  color: var(--ink-white);
}

.top-v2-lifestyle__event-title-en {
  display: block;
  font-size: 2.8rem;
  letter-spacing: 0.02em;
}

.top-v2-lifestyle__event-title-ja {
  display: block;
  margin-top: 0.234rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.top-v2-lifestyle__event-lead {
  margin: 0.938rem 0 0;
  max-width: 30.469rem;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.7;
  color: var(--ink-white);
}

.top-v2-lifestyle__event-list {
  display: grid;
  gap: 1.875rem;
}

.top-v2-lifestyle__event-item-label {
  margin: 0 0 0.469rem;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.12em;
  color: var(--ink-white);
}

.top-v2-lifestyle__event-item-title {
  margin: 0;
  font-family: inherit;
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.3;
  color: var(--ink-white);
}

.top-v2-lifestyle__event-item-text {
  margin: 0.703rem 0 0;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.7;
  color: var(--ink-white);
}

.top-v2-lifestyle__event-item-text em {
  font-style: normal;
  color: var(--ink-yellow);
}

.top-v2-lifestyle__event-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.938rem;
  margin-top: 2.344rem;
  text-align: center;
}

.top-v2-lifestyle__event-footer-text {
  margin: 0;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.7;
  color: var(--ink-white);
}

.top-v2-lifestyle__event-slogan {
  margin: 0;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: var(--ink-white);
}

/* --- VISION's CAFE --- */
.top-v2-lifestyle__block--cafe {
  position: relative;
  margin-top: 3.75rem;
  padding: 2.812rem 0;
}

.top-v2-lifestyle__cafe-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.top-v2-lifestyle__cafe-bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.top-v2-lifestyle__cafe-bg-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-v2-lifestyle__cafe-bg-img[src=""],
.top-v2-lifestyle__cafe-bg-img:not([src]) {
  opacity: 0;
}

.top-v2-lifestyle__cafe-panel {
  position: relative;
  z-index: 1;
  max-width: var(--top-content-wide);
  margin: 0 auto;
  padding: 2.344rem 1.406rem 2.812rem;
  background: rgb(0 0 0 / 68%);
}

.top-v2-lifestyle__cafe-inner {
  position: relative;
}

.top-v2-lifestyle__cafe-header {
  position: relative;
  margin-bottom: 2.344rem;
  padding-left: 1.172rem;
  text-align: left;
}

.top-v2-lifestyle__cafe-header::before {
  content: "";
  position: absolute;
  top: -0.234rem;
  bottom: -0.234rem;
  left: 0;
  width: 0.469rem;
  background: var(--fill-yellow);
  opacity: 0.85;
}

.top-v2-lifestyle__cafe-title {
  margin: 0;
  font-family: inherit;
  font-weight: 900;
  line-height: 1.15;
  color: var(--ink-white);
}

.top-v2-lifestyle__cafe-title-en {
  display: block;
  font-size: 2.8rem;
  letter-spacing: 0.02em;
}

.top-v2-lifestyle__cafe-title-ja {
  display: block;
  margin-top: 0.234rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.top-v2-lifestyle__cafe-lead {
  margin: 0.938rem 0 0;
  max-width: 30.469rem;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.7;
  color: var(--ink-white);
}

.top-v2-lifestyle__cafe-rows {
  display: grid;
  gap: 1.875rem;
}

.top-v2-lifestyle__cafe-row {
  display: grid;
  gap: 0.938rem;
}

.top-v2-lifestyle__cafe-copy {
  padding: 1.172rem 1.406rem;
  background: rgba(0, 0, 0, 0.62);
}

.top-v2-lifestyle__cafe-copy-title {
  margin: 0;
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--ink-white);
}

.top-v2-lifestyle__cafe-copy-title em {
  font-style: normal;
  color: var(--ink-yellow);
}

.top-v2-lifestyle__cafe-copy-meta {
  margin: 0.703rem 0 0;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--ink-white);
}

.top-v2-lifestyle__cafe-copy-note {
  margin: 0.469rem 0 0;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

.top-v2-lifestyle__cafe-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 630 / 326;
  background: #111;
}

.top-v2-lifestyle__cafe-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.top-v2-lifestyle__cafe-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-v2-lifestyle__cafe-media img[src=""],
.top-v2-lifestyle__cafe-media img:not([src]) {
  opacity: 0;
}

.top-v2-lifestyle__cafe-label {
  position: absolute;
  bottom: 0.703rem;
  left: 0.938rem;
  margin: 0;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--ink-white);
}

.top-v2-lifestyle__cafe-label--right {
  right: 0.938rem;
  left: auto;
}

.top-v2-lifestyle__cafe-actions {
  display: flex;
  justify-content: center;
  margin-top: 2.344rem;
}

@media (prefers-reduced-motion: reduce) {
  .top-v2-lifestyle__marquee-track {
    animation: none;
  }
}

@media (min-width: 768px) {
  .top-v2-lifestyle__marquee-track span {
    font-size: 10.0rem;
  }

  .top-v2-lifestyle__cafe-bg-img {
    object-position: bottom;
  }

  .top-v2-lifestyle__cafe-media {
    aspect-ratio: 1684 / 872;
  }

  .top-v2-lifestyle__block--cafe {
    padding: 3.75rem 2.812rem;
  }

  .top-v2-lifestyle__cafe-panel {
    padding: 3.281rem 2.812rem 3.75rem;
  }

  .top-v2-lifestyle__cafe-title-en {
    font-size: 3.8rem;
  }

  .top-v2-lifestyle__cafe-title-ja {
    font-size: 1.4rem;
  }

  .top-v2-lifestyle__cafe-lead {
    font-size: 1.0rem;
  }

  .top-v2-lifestyle__cafe-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 0;
  }

  .top-v2-lifestyle__cafe-row--food {
    margin-right: -2.812rem;
  }

  .top-v2-lifestyle__cafe-row--food .top-v2-lifestyle__cafe-copy {
    position: relative;
    z-index: 2;
    margin-right: -2.344rem;
  }

  .top-v2-lifestyle__cafe-row--protein {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    margin-left: -2.812rem;
  }

  .top-v2-lifestyle__cafe-row--protein .top-v2-lifestyle__cafe-copy {
    position: relative;
    z-index: 2;
    margin-left: -2.344rem;
  }

  .top-v2-lifestyle__cafe-copy-title {
    font-size: 1.4rem;
  }

  .top-v2-lifestyle__cafe-copy-meta {
    font-size: 1.0rem;
  }

  .top-v2-lifestyle__block--event {
    padding: 3.75rem 2.812rem;
  }

  .top-v2-lifestyle__event-panel {
    padding: 3.281rem 2.812rem 3.75rem;
  }

  .top-v2-lifestyle__event-inner {
    text-align: center;
  }

  .top-v2-lifestyle__event-header {
    text-align: left;
  }

  .top-v2-lifestyle__event-title-en {
    font-size: 3.8rem;
  }

  .top-v2-lifestyle__event-title-ja {
    font-size: 1.4rem;
  }

  .top-v2-lifestyle__event-lead {
    font-size: 1.0rem;
  }

  .top-v2-lifestyle__event-list {
    gap: 2.344rem;
  }

  .top-v2-lifestyle__event-item-title {
    font-size: 2.3rem;
  }

  .top-v2-lifestyle__event-item-text {
    font-size: 1.0rem;
  }

  .top-v2-lifestyle__event-footer {
    margin-top: 3.281rem;
  }

  .top-v2-lifestyle__event-footer-text {
    max-width: 42.188rem;
    font-size: 1.0rem;
  }

  .top-v2-lifestyle__event-slogan {
    font-size: 2.1rem;
  }
}

/*================================================
 * 24ジム×パーソナルの強み
 ================================================*/
.top-v2-hybrid {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  padding: 0 0 3.516rem;
}

.top-v2-hybrid__inner {
  padding: 0 1.406rem;
}

/* --- セクション見出し（黄枠アウトライン文字） --- */
.top-v2-hybrid__title {
  display: block;
  margin: 1.875rem 0 2.344rem;
  padding: 0;
  background: none;
  clip-path: none;
  text-align: center;
  font-weight: 900;
}

.top-v2-hybrid__title-line {
  display: block;
  font-family: inherit;
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.35;
  color: #FEE801;
  -webkit-text-fill-color: #FEE801;
  -webkit-text-stroke: 2.5px #000;
  paint-order: stroke fill;
}

/* --- 約束ヘッドライン --- */
.top-v2-hybrid__promise {
  margin-bottom: 2.344rem;
}

.top-v2-hybrid__promise-heading {
  margin: 0 0 1.406rem;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink-white);
}

.top-v2-hybrid__promise--center .top-v2-hybrid__promise-heading {
  text-align: center;
}

.top-v2-hybrid__promise-line {
  display: block;
  font-size: 1.9rem;
}

.top-v2-hybrid__promise-line em {
  font-style: normal;
  color: var(--ink-yellow);
}

.top-v2-hybrid__promise-price {
  margin: 0 0 0.469rem;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink-white);
}

.top-v2-hybrid__promise-price-num {
  font-style: normal;
  font-size: 2.8rem;
  color: var(--ink-yellow);
}

.top-v2-hybrid__promise-sub {
  margin: 0;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ink-white);
}

.top-v2-hybrid__promise-sub em {
  font-style: normal;
  color: var(--ink-yellow);
}

/* --- ヒーロー（写真＋パネル） --- */
.top-v2-hybrid__hero {
  position: relative;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  height: 70vh;
  margin: 0 calc(50% - 50vw) 3.281rem;
  background: #000;
}

.top-v2-hybrid__hero-img,
.top-v2-hybrid__hero-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-v2-hybrid__hero-img[src=""],
.top-v2-hybrid__hero-img:not([src]) {
  opacity: 0;
}

.top-v2-hybrid__hero-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 2.812rem);
  max-width: var(--top-content-wide);
  min-height: 42%;
  padding: 1.406rem;
  background: rgb(0 0 0 / 62%);
  transform: translate(-50%, -50%);
}

.top-v2-hybrid__hero-text {
  margin: 0;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 4;
  text-align: center;
  color: var(--ink-white);
  white-space: nowrap; /* 改行は HTML の <br> のみ */
}

/* --- 初回流れ（黄色背景） --- */
.top-v2-hybrid__flow {
  position: relative;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw) 3.281rem;
  padding: 2.812rem 1.406rem 3.281rem;
  background: transparent;
}

.top-v2-hybrid__flow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 20%;
  z-index: 0;
  background: var(--fill-yellow);
  pointer-events: none;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.top-v2-hybrid__flow.started::before {
  transform: translate3d(0, 0, 0);
}

.top-v2-hybrid__flow > * {
  position: relative;
  z-index: 1;
}

.top-v2-hybrid__flow-label {
  display: inline-block;
  margin: 0 0 1.875rem;
  padding: 0.469rem 0.938rem;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ink-white);
  background: #000;
}

.top-v2-hybrid__flow-steps {
  display: grid;
  gap: 1.406rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-v2-hybrid__flow-step {
  position: relative;
  overflow: hidden;
  min-height: 16.406rem;
  background: #000;
}

.top-v2-hybrid__flow-step picture {
  display: block;
  width: 100%;
  height: 100%;
}

.top-v2-hybrid__flow-step-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 16.406rem;
  object-fit: cover;
  object-position: center;
}

.top-v2-hybrid__flow-step-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.406rem;
}

.top-v2-hybrid__flow-step-panel {
  width: 100%;
  padding: 1.172rem 1.406rem;
  background: rgb(0 0 0 / 72%);
}

.top-v2-hybrid__flow-step-num {
  position: absolute;
  top: 0.938rem;
  right: 0.938rem;
  font-family: inherit;
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 1;
  color: var(--ink-white);
}

.top-v2-hybrid__flow-step-title {
  margin: 0 0 0.703rem;
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink-white);
}

.top-v2-hybrid__flow-step-text {
  margin: 0;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.7;
  color: rgb(255 255 255 / 88%);
}

/* 黄帯が先 → カードは少し遅れて fadeup */
.top-v2-hybrid__flow-step.top-v2-fadeup {
  transition-delay: 0.4s;
}

.top-v2-hybrid__flow-step.top-v2-fadeup--delay1 {
  transition-delay: 0.55s;
}

.top-v2-hybrid__flow-step.top-v2-fadeup--delay2 {
  transition-delay: 0.7s;
}

@media (prefers-reduced-motion: reduce) {
  .top-v2-hybrid__flow::before {
    transform: none;
    transition: none;
  }

  .top-v2-hybrid__flow-step.top-v2-fadeup,
  .top-v2-hybrid__flow-step.top-v2-fadeup--delay1,
  .top-v2-hybrid__flow-step.top-v2-fadeup--delay2 {
    transition-delay: 0s;
  }
}

@media screen and (max-width: 768px) {
  .top-v2-hybrid__flow {
    padding-left: 0;
    padding-right: 0;
  }

  .top-v2-hybrid__flow-label {
    margin-left: 1.406rem;
  }

  .top-v2-hybrid__flow-step:nth-child(odd) {
    margin-right: 4.395rem;
    margin-left: 0;
  }

  .top-v2-hybrid__flow-step:nth-child(even) {
    margin-left: 4.395rem;
    margin-right: 0;
  }

  .top-v2-hybrid__flow-step:nth-child(even) .top-v2-hybrid__flow-step-overlay {
    text-align: right;
  }

  .top-v2-hybrid__flow-step:nth-child(even) .top-v2-hybrid__flow-step-num {
    right: auto;
    left: 0.938rem;
  }
}

/* --- 目的別の24×パーソナル利用（別案） --- */
.top-v2-hybrid__purpose {
  overflow-x: clip;
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw) 3.281rem;
  padding: 2.812rem 1.406rem 3.281rem;
  background: #FFF8B9;
}

/* 差し込み用（wp:html 単体パターン）— 二重セクション余白・WP既定マージンを除去 */
body.top-v2 .wp-block-html:has(.top-v2-hybrid__purpose--embed),
.editor-styles-wrapper .wp-block-html:has(.top-v2-hybrid__purpose--embed) {
  margin-block: 0 !important;
}

.top-v2-hybrid__purpose--embed {
  margin-bottom: 0;
}

.top-v2-hybrid__purpose-heading {
  max-width: var(--top-content-wide);
  margin: 0 auto 1.875rem;
  font-family: inherit;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  color: var(--ink-black);
}

/* 黒帯マーキー（見出し〜画像の間） */
.top-v2-hybrid__purpose-stripe-wrap {
  /* rotate + scale のはみ出しを document 横スクロールにしない */
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw) 3.281rem;
  padding: 0.938rem 0 1.406rem;
}

.top-v2-hybrid__purpose-stripe {
  overflow: hidden;
  padding: 0.82rem 0;
  background: var(--ink-black);
  box-shadow: 0 0.586rem 1.758rem rgb(0 0 0 / 12%);
  transform: rotate(-2deg) scale(1.06);
}

.top-v2-hybrid__purpose-stripe-track {
  display: flex;
  width: max-content;
  animation: top-v2-hybrid-purpose-stripe 22s linear infinite;
}

.top-v2-hybrid__purpose-stripe-group {
  display: flex;
  flex-shrink: 0;
}

.top-v2-hybrid__purpose-stripe-track span {
  flex-shrink: 0;
  padding: 0 1.523rem;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.14em;
  white-space: nowrap;
  color: var(--ink-yellow);
}

.top-v2-hybrid__purpose-stripe-track span::after {
  content: "●";
  margin-left: 1.523rem;
  font-size: 0.7rem;
  vertical-align: middle;
  opacity: 0.7;
}

@keyframes top-v2-hybrid-purpose-stripe {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* PC: エンドレス横スクロール（SPでは非表示） */
.top-v2-hybrid__purpose-marquee {
  display: none;
}

.top-v2-hybrid__purpose-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: top-v2-hybrid-purpose-marquee 40s linear infinite;
  animation-play-state: paused;
}

.top-v2-hybrid__purpose-marquee.started .top-v2-hybrid__purpose-marquee-track {
  animation-play-state: running;
}

.top-v2-hybrid__purpose-marquee-img {
  display: block;
  flex-shrink: 0;
  width: auto;
  height: 14.062rem;
  max-width: none;
}

@keyframes top-v2-hybrid-purpose-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* SP: 奇数は左→右、偶数は右→左にマスク表示 */
.top-v2-hybrid__purpose-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-v2-hybrid__purpose-item {
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: transparent;
}

.top-v2-hybrid__purpose-img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  transition: clip-path 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

/* 1,3,5: 左から右へ表示 */
.top-v2-hybrid__purpose-item:nth-child(odd) .top-v2-hybrid__purpose-img {
  clip-path: inset(0 100% 0 0);
}

.top-v2-hybrid__purpose-item:nth-child(odd).started .top-v2-hybrid__purpose-img {
  clip-path: inset(0 0 0 0);
}

/* 2,4,6: 右から左へ表示 */
.top-v2-hybrid__purpose-item:nth-child(even) .top-v2-hybrid__purpose-img {
  clip-path: inset(0 0 0 100%);
}

.top-v2-hybrid__purpose-item:nth-child(even).started .top-v2-hybrid__purpose-img {
  clip-path: inset(0 0 0 0);
}

.top-v2-hybrid__purpose-item:nth-child(2) .top-v2-hybrid__purpose-img {
  transition-delay: 0.08s;
}

.top-v2-hybrid__purpose-item:nth-child(3) .top-v2-hybrid__purpose-img {
  transition-delay: 0.16s;
}

.top-v2-hybrid__purpose-item:nth-child(4) .top-v2-hybrid__purpose-img {
  transition-delay: 0.24s;
}

.top-v2-hybrid__purpose-item:nth-child(5) .top-v2-hybrid__purpose-img {
  transition-delay: 0.32s;
}

.top-v2-hybrid__purpose-item:nth-child(6) .top-v2-hybrid__purpose-img {
  transition-delay: 0.4s;
}

@media (prefers-reduced-motion: reduce) {
  .top-v2-hybrid__purpose-stripe-track,
  .top-v2-hybrid__purpose-marquee-track {
    animation: none;
  }

  .top-v2-hybrid__purpose-img {
    clip-path: none;
    transition: none;
  }
}

@media screen and (max-width: 768px) {
  .top-v2-hybrid__purpose {
    padding-left: 0;
    padding-right: 0;
  }

  .top-v2-hybrid__purpose-heading {
    padding-inline: 1.406rem;
  }
}

@media screen and (min-width: 769px) {
  .top-v2-hybrid__purpose {
    padding-block: 3.75rem 4.219rem;
  }

  .top-v2-hybrid__purpose-heading {
    font-size: 2.8rem;
  }

  .top-v2-hybrid__purpose-marquee {
    display: block;
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .top-v2-hybrid__purpose-marquee-img {
    height: 32.812rem;
  }

  .top-v2-hybrid__purpose-list {
    display: none;
  }
}

/* --- 3,300円パーソナル --- */
.top-v2-hybrid__price {
  overflow: visible;
  padding-inline: 1.406rem;
}

.top-v2-hybrid__price-header {
  position: relative;
  top: auto;
  left: auto;
  z-index: auto;
  width: 100%;
  max-width: var(--top-content-wide);
  margin: 0 auto 1.875rem;
  padding: 0;
  background: transparent;
}

.top-v2-hybrid__price-header-line {
  display: block;
  margin: 0;
  font-family: inherit;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ink-white);
}

.top-v2-hybrid__price-header-line em {
  font-style: normal;
  color: var(--ink-yellow);
}

.top-v2-hybrid__price-header-line:first-child em {
  font-size: 4.5rem;
}

.top-v2-hybrid__price-visual {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 2.344rem;
  overflow-x: clip;
}

.top-v2-hybrid__price-visual picture {
  display: block;
  width: 100%;
  margin: 0;
}

.top-v2-hybrid__price-img {
  display: block;
  width: 100%;
  height: auto;
  background: #000;
}

.top-v2-hybrid__price-aside {
  position: absolute;
  inset: 0 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.703rem;
  width: 42%;
  padding: 1.406rem 0;
}

.top-v2-hybrid__price-tags-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url("../images/image-top/top-v2/hybrid/hybrid-3300yen.webp");
  background-repeat: no-repeat;
  background-size: 100vw auto;
  background-position: right center;
}

.top-v2-hybrid__price-tags {
  display: grid;
  gap: 0.703rem;
  margin: 0;
  padding: 1.406rem calc(50% - 50vw) 1.406rem calc(50vw - (100vw - 100%));
  list-style: none;
  overflow: visible;
}

.top-v2-hybrid__price-tag {
  display: grid;
  gap: 0.234rem;
  overflow: visible;
}

.top-v2-hybrid__price-tag-en {
  position: relative;
  isolation: isolate;
  display: block;
  width: fit-content;
  max-width: 100%;
  padding: 0.352rem 0;
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.06em;
  white-space: nowrap;
  color: #000;
  background: transparent;
}

.top-v2-hybrid__price-tag-en::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fill-yellow);
}

.top-v2-hybrid__price-tag-ja {
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ink-white);
}

.top-v2-hybrid__price-all {
  margin: auto 0 0;
  padding: 0.234rem calc(50% - 50vw) 0 calc(50vw - (100vw - 100%));
  font-family: inherit;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.3;
  white-space: nowrap;
  text-align: right;
  color: var(--ink-white);
}

.top-v2-hybrid__price-footer {
  text-align: center;
}

.top-v2-hybrid__price-footer-row {
  display: block;
}

.top-v2-hybrid__purpose .top-v2-hybrid__price-footer-lead,
.top-v2-hybrid__purpose .top-v2-hybrid__price-footer-text {
  color: var(--ink-black);
}

.top-v2-hybrid__price-footer-lead {
  margin: 0 0 1.172rem;
  font-family: inherit;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.04em;
  color: var(--ink-white);
}

.top-v2-hybrid__price-footer-lead-sub {
  font-size: 1.6rem; /* 旧 0.58em × lead 2.8rem */
  font-weight: 700;
  letter-spacing: 0.02em;
}

.top-v2-hybrid__price-amount {
  margin: 0 0 2.344rem;
  font-family: inherit;
  font-size: 8.0rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0.02em;
  filter: drop-shadow(0 0.117rem 0.234rem rgb(0 0 0 / 35%));
}

.top-v2-hybrid__price-amount-prefix,
.top-v2-hybrid__price-amount-num,
.top-v2-hybrid__price-amount-suffix {
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--ink-gold);
}

.top-v2-hybrid__price-amount-prefix,
.top-v2-hybrid__price-amount-suffix {
  font-size: 3.4rem; /* 旧 0.42em × amount 8.0rem */
}

.top-v2-hybrid__price-footer-text {
  max-width: 53.906rem;
  margin: 0 auto;
  font-family: inherit;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
  color: var(--ink-white);
}

@media screen and (min-width: 769px) {
  .top-v2-hybrid__inner {
    max-width: var(--top-content-wide);
    margin-inline: auto;
  }

  .top-v2-hybrid__title-line {
    font-size: 2.8rem;
    -webkit-text-stroke-width: 3.5px;
  }

  .top-v2-hybrid__promise-line {
    font-size: 2.8rem;
  }

  .top-v2-hybrid__promise-price-num {
    font-size: 3.8rem;
  }

  .top-v2-hybrid__promise-sub {
    font-size: 1.9rem;
  }

  .top-v2-hybrid__hero-text {
    font-size: 1.0rem;
  }

  .top-v2-hybrid__flow {
    padding-inline: calc((100vw - var(--top-content-wide)) / 2 + 1.406rem);
  }

  .top-v2-hybrid__flow-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.172rem;
    padding-left: 0;
  }

  .top-v2-hybrid__flow-step {
    min-height: 21.094rem;
  }

  .top-v2-hybrid__flow-step-img {
    min-height: 21.094rem;
  }

  .top-v2-hybrid__flow-step:nth-child(odd),
  .top-v2-hybrid__flow-step:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }

  .top-v2-hybrid__flow-step:nth-child(even) .top-v2-hybrid__flow-step-overlay {
    text-align: left;
  }

  .top-v2-hybrid__flow-step:nth-child(even) .top-v2-hybrid__flow-step-num {
    right: 0.938rem;
    left: auto;
  }

  .top-v2-hybrid__flow-step-title {
    font-size: 1.2rem;
  }

  .top-v2-hybrid__flow-step-text {
    font-size: 1.0rem;
  }

  .top-v2-hybrid__price {
    max-width: none;
    padding-inline: 0;
  }

  .top-v2-hybrid__price-header {
    max-width: var(--top-content-wide);
    margin-inline: auto;
    padding-inline: 2.344rem;
  }

  .top-v2-hybrid__price-header-line {
    font-size: 2.8rem;
  }

  .top-v2-hybrid__price-header-line:first-child em {
    font-size: 5.6rem;
  }

  .top-v2-hybrid__price-visual {
    margin-bottom: 2.344rem;
  }

  .top-v2-hybrid__price-aside {
    width: 36%;
    padding: 0;
    gap: 0.938rem;
  }

  .top-v2-hybrid__price-tags-panel {
    background-size: 100vw auto;
    background-position: right center;
  }

  .top-v2-hybrid__price-tags {
    gap: 50px;
    padding: 2.344rem calc(50% - 50vw) 2.344rem calc(50vw - (100vw - 100%));
  }

  .top-v2-hybrid__price-all {
    padding: 0.234rem calc(50% - 50vw) 0 calc(50vw - (100vw - 100%));
    text-align: left;
  }

  .top-v2-hybrid__price-footer {
    max-width: var(--top-content-wide);
    margin-inline: auto;
    padding-inline: 2.344rem;
  }

  .top-v2-hybrid__price-footer-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.406rem 2.344rem;
    margin-bottom: 1.406rem;
  }

  .top-v2-hybrid__price-footer-row .top-v2-hybrid__price-footer-lead {
    margin: 0;
    flex: 0 1 auto;
    text-align: left;
  }

  .top-v2-hybrid__price-footer-row .top-v2-hybrid__price-amount {
    margin: 0;
    flex: 0 0 auto;
  }

  .top-v2-hybrid__price-footer-lead {
    margin: 0 0 0.938rem;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .top-v2-hybrid__price-amount {
    margin: 0 0 1.406rem;
    font-size: 8.0rem;
    line-height: 1;
  }

  .top-v2-hybrid__price-footer-text {
    max-width: none;
    font-size: 1.6rem;
    line-height: 1.9;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .top-v2-hybrid__price {
    padding-inline: 0;
    overflow-x: clip;
  }

  .top-v2-hybrid__price-header {
    padding-inline: 1.406rem;
  }

  .top-v2-hybrid__price-visual {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow-x: clip;
  }

  .top-v2-hybrid__price-aside {
    width: 50%;
    padding: 0;
  }

  .top-v2-hybrid__price-tags-panel {
    background-image: url("../images/image-top/top-v2/hybrid/hybrid-3300yen-sp.webp");
    background-size: 100% auto;
    background-position: center top;
  }

  .top-v2-hybrid__price-tags {
    padding: 1.406rem 1.406rem 1.406rem calc(50vw - (100vw - 100%));
    overflow-x: clip;
  }

  .top-v2-hybrid__price-tag-en::before {
    right: 0;
  }

  .top-v2-hybrid__price-all {
    padding: 0.234rem 1.406rem 0 calc(50vw - (100vw - 100%));
    white-space: nowrap;
    text-align: right;
  }

  .top-v2-hybrid__price-footer {
    padding-inline: 1.406rem;
  }

  .top-v2-hybrid__price-footer-lead {
    font-size: 3.3rem;
  }

  .top-v2-hybrid__price-footer-lead-sub {
    font-size: 1.9rem; /* 旧 0.58em × lead 3.3rem */
  }

  .top-v2-hybrid__price-amount {
    font-size: 10.0rem;
  }

  .top-v2-hybrid__price-amount-prefix,
  .top-v2-hybrid__price-amount-suffix {
    font-size: 4.2rem; /* 旧 0.42em × amount 10.0rem */
  }

  .top-v2-hybrid__price-footer-text {
    font-size: max(16px, 1.0rem); /* .top-v2-hybrid__flow-step-text と同サイズ */
    line-height: 1.7;
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  .top-v2-hybrid__promise-line {
    font-size: 3.3rem;
  }

  .top-v2-hybrid__hero-text {
    font-size: 1.2rem;
  }
}

/*================================================
 * 施設紹介（ライト背景セクション共通）
 ================================================*/
.top-v2-floor-map,
.top-v2-machine-lineup,
.top-v2-facility,
.top-v2-join-flow,
.top-v2-access {
  position: relative;
  overflow: hidden;
  color: var(--ink-black);
}

.top-v2-floor-map::before,
.top-v2-machine-lineup::before,
.top-v2-facility::before,
.top-v2-join-flow::before,
.top-v2-access::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 100vw;
  max-width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
  background: var(--bg-soft);
}

.top-v2-floor-map > *,
.top-v2-machine-lineup > *,
.top-v2-facility > *,
.top-v2-join-flow > *,
.top-v2-access > * {
  position: relative;
  z-index: 1;
}

/*================================================
 * セクション共通見出し（FACILITY / PRICE / VOICE / ACCESS 等）
 ================================================*/
.top-v2-section-head {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.469rem;
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 1.875rem 1.406rem 2.812rem;
  background: #000;
  color: var(--ink-white);
}

.top-v2-section-head::after {
  content: "";
  position: absolute;
  bottom: -1.406rem;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 1.406rem solid #000;
  border-right: 1.406rem solid transparent;
  border-left: 1.406rem solid transparent;
  transform: translateX(-50%);
}

.top-v2-section-head__en {
  margin: 0;
  font-family: var(--font-latin), inherit;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.06em;
}

.top-v2-section-head__ja {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: inherit;
}

@media screen and (max-width: 768px) {
  .top-v2-section-head {
    padding: 1.406rem 1.172rem 2.344rem;
  }

  .top-v2-section-head__en {
    font-size: 2.3rem;
  }

  .top-v2-section-head__ja {
    font-size: 1.0rem;
  }
}

@media screen and (min-width: 769px) {
  .top-v2-section-head__en {
    font-size: 3.8rem;
  }

  .top-v2-section-head__ja {
    font-size: 1.4rem;
  }
}

/*================================================
 * フロアマップ
 ================================================*/
.top-v2-floor-map__inner {
  padding: 3.281rem 1.406rem 3.75rem;
}

.top-v2-floor-map__title {
  margin: 0 0 1.406rem;
  font-family: var(--font-latin), inherit;
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--ink-black);
}

.top-v2-floor-map__store-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 1.406rem;
  border: 0.176rem solid var(--ink-yellow);
}

.top-v2-floor-map__store-tab {
  margin: 0;
  padding: 0.82rem 0.703rem;
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: var(--ink-black);
  background: var(--fill-gray-alt);
  border: none;
  cursor: pointer;
}

.top-v2-floor-map__store-tab[aria-selected="true"] {
  background: var(--fill-yellow);
}

.top-v2-floor-map__plans {
  display: grid;
  gap: 1.406rem;
  margin-bottom: 1.875rem;
}

.top-v2-floor-map__plan {
  margin: 0;
}

.top-v2-floor-map__plan img {
  display: block;
  width: 100%;
  height: auto;
}

.top-v2-floor-map__zones {
  display: grid;
  gap: 1.406rem;
}

.top-v2-floor-map__zone {
  position: relative;
  overflow: hidden;
  min-height: 28.125rem;
  background: #000;
}

.top-v2-floor-map__zone-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-v2-floor-map__zone-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 28.125rem;
  padding: 1.875rem 1.172rem 1.172rem;
}

.top-v2-floor-map__zone-title-img {
  display: block;
  flex-shrink: 0;
  width: min(100%, 27.539rem);
  margin: 0 auto;
}

.top-v2-floor-map__zone-title-img--fr {
  width: min(100%, 18.164rem);
}

.top-v2-floor-map__zone-title-img--ca {
  width: min(100%, 23.438rem);
}

.top-v2-floor-map__zone-panel {
  width: 100%;
  margin: auto 0 0;
  padding: 1.172rem 0.938rem;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
  color: var(--ink-black);
  background: rgb(255 255 255 / 72%);
}

@media screen and (max-width: 768px) {
  .top-v2-floor-map__inner {
    padding: 2.344rem 1.172rem 3.281rem;
  }

  .top-v2-floor-map__title {
    font-size: 2.8rem;
  }

  .top-v2-floor-map__store-tab {
    font-size: 1.0rem;
  }

  .top-v2-floor-map__zone-title-img {
    width: min(100%, 21.094rem);
  }

  .top-v2-floor-map__zone-title-img--fr {
    width: min(100%, 15.234rem);
  }

  .top-v2-floor-map__zone-title-img--ca {
    width: min(100%, 18.75rem);
  }

  .top-v2-floor-map__zone-panel {
    font-size: 1.0rem;
  }
}

@media screen and (min-width: 769px) {
  .top-v2-floor-map__store-switch {
    display: none;
  }

  .top-v2-floor-map__inner {
    max-width: var(--top-content-wide);
    margin-inline: auto;
  }

  .top-v2-floor-map__title {
    margin-bottom: 2.344rem;
    font-size: 5.6rem;
  }

  .top-v2-floor-map__plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.875rem;
    margin-bottom: 2.812rem;
  }

  .top-v2-floor-map__zones {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.172rem;
  }

  .top-v2-floor-map__zone {
    min-height: 30.469rem;
  }

  .top-v2-floor-map__zone-body {
    min-height: 30.469rem;
    padding: 1.875rem 1.406rem 1.406rem;
  }

  .top-v2-floor-map__zone-panel {
    padding: 1.406rem 1.172rem;
    font-size: 1.0rem;
  }
}

/*================================================
 * マシンラインナップ
 ================================================*/
.top-v2-machine-lineup__inner {
  padding: 3.75rem 0 3.281rem;
}

.top-v2-machine-lineup__title {
  margin: 0 0 1.875rem;
  padding: 0 1.172rem;
  font-family: var(--font-latin), inherit;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--ink-black);
}

.top-v2-machine-lineup__carousel {
  overflow: hidden;
  width: 100%;
  margin-bottom: 2.812rem;
}

.top-v2-machine-lineup__carousel--bottom {
  margin-top: 2.812rem;
  margin-bottom: 0;
}

.top-v2-machine-lineup__carousel-track {
  display: flex;
  gap: 0.938rem;
  width: max-content;
  animation: top-v2-machine-lineup-marquee 40s linear infinite;
}

.top-v2-machine-lineup__carousel-track--reverse {
  animation-direction: reverse;
}

.top-v2-machine-lineup__carousel-item {
  flex-shrink: 0;
  width: 9.375rem;
  margin: 0;
  padding: 0.469rem;
  background: var(--fill-white);
  box-shadow: 0 0.234rem 0.469rem rgb(0 0 0 / 12%);
}

.top-v2-machine-lineup__carousel-item img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes top-v2-machine-lineup-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.top-v2-machine-lineup__brand {
  position: relative;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 2.812rem 1.172rem 3.375rem;
  color: var(--ink-white);
}

.top-v2-machine-lineup__brand--evogear {
  background: #46463f;
}

.top-v2-machine-lineup__brand--spirit {
  background: #6d6d6d;
}

.top-v2-machine-lineup__brand-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.top-v2-machine-lineup__brand-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgb(0 0 0 / 45%);
  pointer-events: none;
}

.top-v2-machine-lineup__brand-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-v2-machine-lineup__brand-inner {
  position: relative;
  z-index: 1;
}

.top-v2-machine-lineup__brand-name {
  margin: 0 0 1.406rem;
  font-family: var(--font-latin), inherit;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}

.top-v2-machine-lineup__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.703rem;
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.top-v2-machine-lineup__tags li {
  padding: 0.352rem 0.586rem;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink-white);
  background: transparent;
  border: 0.059rem solid var(--ink-white);
}

.top-v2-machine-lineup__spirit-placeholder {
  max-width: 28.125rem;
  margin: 0 auto;
  text-align: center;
}

.top-v2-machine-lineup__spirit-placeholder p {
  margin: 0;
  padding: 0.703rem 1.172rem;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--ink-black);
  background: var(--fill-white);
}

.top-v2-machine-lineup__spirit-placeholder p + p {
  margin-top: 0.703rem;
}

.top-v2-machine-lineup__stores {
  padding: 1.875rem 1.172rem 0;
  text-align: center;
}

.top-v2-machine-lineup__stores-label {
  margin: 0 0 1.172rem;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--ink-black);
}

.top-v2-machine-lineup__stores-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.938rem 1.875rem;
}

.top-v2-machine-lineup__store-link {
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  color: var(--ink-black);
}

.top-v2-machine-lineup__caution {
  max-width: 56.25rem;
  margin: 1.406rem auto 0;
  padding: 0 1.172rem;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  color: var(--ink-gray);
}

@media screen and (max-width: 768px) {
  .top-v2-machine-lineup__inner {
    padding: 2.812rem 0 2.344rem;
  }

  .top-v2-machine-lineup__carousel {
    margin-bottom: 1.875rem;
  }

  .top-v2-machine-lineup__carousel--bottom {
    margin-top: 1.875rem;
  }

  .top-v2-machine-lineup__carousel-track {
    animation-duration: 32s;
  }

  .top-v2-machine-lineup__spirit-placeholder p {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 769px) {
  .top-v2-machine-lineup__title {
    margin-bottom: 2.344rem;
    padding-inline: 1.406rem;
    font-size: 4.5rem;
  }

  .top-v2-machine-lineup__carousel-item {
    width: 16.406rem;
    padding: 0.703rem;
  }

  .top-v2-machine-lineup__brand {
    padding: 3.375rem 1.406rem 3.938rem;
  }

  .top-v2-machine-lineup__brand-name {
    margin-bottom: 1.875rem;
    font-size: 3.8rem;
  }

  .top-v2-machine-lineup__tags {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.703rem 0.938rem;
    max-width: var(--top-content-wide);
  }

  .top-v2-machine-lineup__tags li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.469rem 0.938rem;
    font-size: 1.0rem;
    text-align: center;
  }

  .top-v2-machine-lineup__spirit-placeholder {
    display: flex;
    align-items: center;
    gap: 1.406rem;
    max-width: var(--top-content-wide);
    text-align: left;
  }

  .top-v2-machine-lineup__spirit-placeholder p:first-child {
    flex: 0 0 auto;
    min-width: 11.719rem;
    text-align: center;
  }

  .top-v2-machine-lineup__spirit-placeholder p + p {
    margin-top: 0;
    flex: 1;
    text-align: left;
  }

  .top-v2-machine-lineup__stores {
    padding-inline: 1.406rem;
  }

  .top-v2-machine-lineup__stores-label {
    margin-bottom: 1.406rem;
    font-size: 1.0rem;
  }

  .top-v2-machine-lineup__store-link {
    font-size: 1.2rem;
  }

  .top-v2-machine-lineup__caution {
    margin-top: 1.875rem;
    padding-inline: 1.406rem;
    font-size: 0.8rem;
  }

  .top-v2-machine-lineup__brand {
    padding-inline: calc((100vw - var(--top-content-wide)) / 2 + 1.406rem);
  }
}

/*================================================
 * 設備・サービス（FACILITY）
 ================================================*/
.top-v2-facility__inner {
  padding: 2.812rem 1.172rem 3.75rem;
}

.top-v2-facility__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.406rem;
  margin-bottom: 1.875rem;
  text-align: center;
}

.top-v2-facility__title {
  margin: 0;
  font-family: var(--font-latin), inherit;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--ink-black);
}

.top-v2-facility__lead {
  margin: 0;
  max-width: 42.188rem;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.85;
  color: var(--ink-black);
}

.top-v2-facility__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.703rem;
  max-width: 63.281rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.top-v2-facility__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  aspect-ratio: 1 / 1;
  padding: 0.703rem 0.469rem 0.586rem;
  background: var(--fill-white);
  border: 0.117rem solid var(--ink-black);
  border-radius: 0.938rem;
}

.top-v2-facility__icon {
  display: block;
  width: min(100%, 6.328rem);
  height: auto;
  margin: 0 auto 0.469rem;
}

.top-v2-facility__label {
  margin: auto 0 0;
  width: 100%;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: var(--ink-black);
}

.top-v2-facility__item--small .top-v2-facility__label {
  font-size: 0.7rem;
}

@media screen and (max-width: 768px) {
  .top-v2-facility__lead br {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .top-v2-facility__inner {
    max-width: var(--top-content-wide);
    margin-inline: auto;
    padding: 3.75rem 1.406rem 4.688rem;
  }

  .top-v2-facility__header {
    gap: 1.875rem;
    margin-bottom: 2.812rem;
  }

  .top-v2-facility__title {
    font-size: 4.5rem;
  }

  .top-v2-facility__lead {
    max-width: 52.734rem;
    font-size: 1.4rem;
  }

  .top-v2-facility__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.172rem;
  }

  .top-v2-facility__item {
    padding: 1.172rem 0.703rem 0.938rem;
    border-radius: 1.172rem;
  }

  .top-v2-facility__icon {
    width: min(100%, 9.844rem);
    margin-bottom: 0.703rem;
  }

  .top-v2-facility__label {
    font-size: 1.0rem;
  }

  .top-v2-facility__item--small .top-v2-facility__label {
    font-size: 1.0rem;
  }
}

/*================================================
 * お客様の声・料金プラン（旧トップ流用セクション）
 ================================================*/
body.top-v2 #voice,
body.top-v2 #price,
.editor-styles-wrapper #voice,
.editor-styles-wrapper #price {
  color: var(--ink-black);
  background: var(--bg-white);
}

body.top-v2 .narrow,
.editor-styles-wrapper .narrow {
  max-width: var(--top-content-narrow);
  margin: 0 auto;
}

body.top-v2 #voice,
.editor-styles-wrapper #voice {
  padding-bottom: 5.859rem;
  overflow-x: clip;
}

body.top-v2 #voice.modal-voice .narrow,
.editor-styles-wrapper #voice.modal-voice .narrow {
  max-width: unset;
}

body.top-v2 #voice .v_slide,
.editor-styles-wrapper #voice .v_slide {
  padding: 1.172rem 0;
  margin-top: 3.281rem;
}

body.top-v2 #voice .v_slide .swiper-wrapper,
.editor-styles-wrapper #voice .v_slide .swiper-wrapper {
  align-items: stretch;
}

body.top-v2 #voice .v_slide .swiper-slide,
.editor-styles-wrapper #voice .v_slide .swiper-slide {
  background: var(--fill-white);
  width: 28.711rem;
  min-height: 28.711rem;
  padding: 1.172rem 1.758rem;
  box-shadow: 0.176rem 0.176rem 0.469rem rgb(0 0 0 / 30%);
  margin-left: 1.172rem;
  height: auto;
  position: relative;
}

body.top-v2 #voice .v_slide .swiper-slide::before,
.editor-styles-wrapper #voice .v_slide .swiper-slide::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/image-top/voice_bg.png);
  width: 26.543rem;
  height: 26.367rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

body.top-v2 #voice .v_slide .swiper-slide:nth-child(2),
.editor-styles-wrapper #voice .v_slide .swiper-slide:nth-child(2) {
  margin-left: auto;
  margin-right: 1.172rem;
}

body.top-v2 #voice .v_slide .swiper-slide img,
.editor-styles-wrapper #voice .v_slide .swiper-slide img {
  width: 10.312rem;
  margin: 0 auto 0.586rem;
}

body.top-v2 #voice .v_slide .swiper-slide h3,
.editor-styles-wrapper #voice .v_slide .swiper-slide h3 {
  text-align: center;
  font-size: 1.4rem;
}

body.top-v2 #voice .v_slide .swiper-slide p,
.editor-styles-wrapper #voice .v_slide .swiper-slide p {
  font-size: 1.2rem;
  min-height: 4em;
}

body.top-v2 #voice .v_slide .swiper-slide .modal_btn-v,
.editor-styles-wrapper #voice .v_slide .swiper-slide .modal_btn-v {
  margin-top: 1.172rem;
  margin-left: auto;
  width: fit-content;
}

body.top-v2 .swiper-button-next.vm_button-next,
body.top-v2 .swiper-button-prev.vm_button-prev,
.editor-styles-wrapper .swiper-button-next.vm_button-next,
.editor-styles-wrapper .swiper-button-prev.vm_button-prev {
  width: 2.695rem;
  height: 2.695rem;
  display: none;
}

body.top-v2 #voice .swiper-button-next:after,
body.top-v2 #voice .swiper-button-prev:after,
.editor-styles-wrapper #voice .swiper-button-next:after,
.editor-styles-wrapper #voice .swiper-button-prev:after {
  content: "" !important;
  width: 2.695rem;
  height: 2.695rem;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/image-top/voice_arrow.png);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.top-v2 #voice .swiper-button-prev:after,
.editor-styles-wrapper #voice .swiper-button-prev:after {
  transform: translate(-50%, -50%) rotate(180deg);
}

body.top-v2 .voice_modal_swiper2 .swiper-button-next.vm_button-next,
body.top-v2 .voice_modal_swiper2 .swiper-button-prev.vm_button-prev,
.editor-styles-wrapper .voice_modal_swiper2 .swiper-button-next.vm_button-next,
.editor-styles-wrapper .voice_modal_swiper2 .swiper-button-prev.vm_button-prev {
  display: block;
}

body.top-v2 .modal-v,
.editor-styles-wrapper .modal-v {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(26 26 26 / 60%);
  transition: opacity 1s ease, visibility 1s ease;
  overflow-y: visible;
}

body.top-v2 .modal-v.show,
.editor-styles-wrapper .modal-v.show {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

/* 焼き込みHTMLに残っていても非表示（どこクリックでも閉じる） */
body.top-v2 .modal-v .close,
.editor-styles-wrapper .modal-v .close {
  display: none;
}

body.top-v2 .modal-v-content,
.editor-styles-wrapper .modal-v-content {
  position: absolute;
  top: 5.859rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0 5.859rem;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}

body.top-v2 .modal-v-content::-webkit-scrollbar,
.editor-styles-wrapper .modal-v-content::-webkit-scrollbar {
  display: none;
}

body.top-v2 .modal-v-inner,
.editor-styles-wrapper .modal-v-inner {
  position: relative;
  width: 63.281rem;
  background: url(../images/image-top/modal_v-bg.jpg) no-repeat center top/cover;
  height: auto;
  border-radius: 1.172rem;
  padding: 2.93rem 5.859rem;
  margin: 0 auto 5.859rem;
  color: #1a1a1a;
}

body.top-v2 .modal-v-inner h3,
.editor-styles-wrapper .modal-v-inner h3 {
  font-size: 3.8rem;
  text-align: center;
  border-bottom: 2px dotted #1a1a1a;
  width: 100%;
  color: #1a1a1a;
}

body.top-v2 .modal-v-inner p,
.editor-styles-wrapper .modal-v-inner p {
  font-size: 1.6rem;
  margin-top: 1.758rem;
  color: #1a1a1a;
}

body.top-v2.hidden,
body.hidden {
  overflow: hidden;
}

body.top-v2 #price,
.editor-styles-wrapper #price {
  padding-bottom: 5.859rem;
}

body.top-v2 #price > .narrow,
.editor-styles-wrapper #price > .narrow {
  padding-top: 3.281rem;
}

body.top-v2 #faq #accordion,
.editor-styles-wrapper #faq #accordion {
  margin-top: 3.281rem;
}

body.top-v2 #price .narrow h3,
.editor-styles-wrapper #price .narrow h3 {
  width: 41.016rem;
  margin: 0 auto 4.688rem;
}

body.top-v2 #price .inner,
.editor-styles-wrapper #price .inner {
  width: 83.203rem;
  margin: 5.859rem auto 0;
}

body.top-v2 #price .inner h3,
.editor-styles-wrapper #price .inner h3 {
  text-align: center;
  margin: 2.344rem auto;
  line-height: 2;
}

body.top-v2 #price .inner h3 img,
.editor-styles-wrapper #price .inner h3 img {
  width: auto;
  height: 2.754rem;
  margin: 0 auto;
}

body.top-v2 #price .inner h3 span,
.editor-styles-wrapper #price .inner h3 span {
  font-size: 2.3rem;
  text-align: center;
}

body.top-v2 .sp_scroll,
.editor-styles-wrapper .sp_scroll {
  margin-bottom: 5.859rem;
}

body.top-v2 #price table,
.editor-styles-wrapper #price table {
  width: 100%;
  border-collapse: collapse;
}

body.top-v2 #price td,
body.top-v2 #price th,
.editor-styles-wrapper #price td,
.editor-styles-wrapper #price th {
  padding: 1.172rem 0;
  min-height: 2.344rem;
  border: 0.117rem solid var(--ink-gray);
  font-size: 2.1rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}

body.top-v2 #price th:not(.none),
.editor-styles-wrapper #price th:not(.none) {
  background: var(--ink-gray);
  color: var(--ink-white);
  border-right: 0.117rem solid var(--ink-white);
  border-left: none;
}

body.top-v2 #price td span,
.editor-styles-wrapper #price td span {
  display: block;
  font-size: 1.9rem;
}

body.top-v2 #price td small,
.editor-styles-wrapper #price td small {
  display: block;
  font-size: 1.0rem; /* （契約主様）: 通常2.1 / span1.9 より小さく */
  font-weight: 400;
  line-height: 1.2;
}

body.top-v2 #price td.middle,
.editor-styles-wrapper #price td.middle {
  font-size: 1.6rem;
  text-align: left;
  padding-left: 1.172rem;
}

body.top-v2 .price_personal,
.editor-styles-wrapper .price_personal {
  width: 37.5rem;
  margin: 3.516rem auto;
}

body.top-v2 #price .inner h4,
.editor-styles-wrapper #price .inner h4 {
  text-align: center;
  font-size: 2.3rem;
  margin-top: 5.859rem;
}

body.top-v2 #price .inner ul,
.editor-styles-wrapper #price .inner ul {
  width: 63.281rem;
  margin: 3.516rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  font-size: 1.6rem;
  list-style: none;
  padding: 0;
}

body.top-v2 #price .inner ul li,
.editor-styles-wrapper #price .inner ul li {
  list-style: none;
  margin: 0;
}

body.top-v2 #price .inner ul li:nth-child(2),
.editor-styles-wrapper #price .inner ul li:nth-child(2) {
  border-left: 0.059rem solid var(--ink-white);
}

body.top-v2 #price .inner ul h5,
.editor-styles-wrapper #price .inner ul h5 {
  background: var(--ink-black);
  color: var(--ink-white);
  padding: 0.586rem 0;
  margin: 0;
}

body.top-v2 #price .inner ul p,
.editor-styles-wrapper #price .inner ul p {
  background: var(--fill-gray-alt);
  padding: 1.172rem 0;
  margin: 0;
}

body.top-v2 #price .inner ul p .pc,
.editor-styles-wrapper #price .inner ul p .pc {
  display: inline;
}

@media screen and (max-width: 768px) {
  body.top-v2 #voice .v_slide .swiper-slide,
  .editor-styles-wrapper #voice .v_slide .swiper-slide {
    width: calc(100vw - 2.8rem);
    max-width: 22rem;
    min-height: 0;
    padding: 1.6rem 1.2rem;
    margin: 0 1.4rem;
    box-sizing: border-box;
  }

  body.top-v2 #voice .v_slide .swiper-slide:nth-child(2),
  .editor-styles-wrapper #voice .v_slide .swiper-slide:nth-child(2) {
    margin: 0 1.4rem;
  }

  body.top-v2 #voice .v_slide .swiper-slide img,
  .editor-styles-wrapper #voice .v_slide .swiper-slide img {
    width: min(10rem, 40%);
    margin: 0 auto 0.586rem;
  }

  body.top-v2 #voice .v_slide .swiper-slide p,
  .editor-styles-wrapper #voice .v_slide .swiper-slide p {
    font-size: 1.0rem;
    min-height: 0;
  }

  body.top-v2 #voice .v_slide .swiper-slide h3,
  .editor-styles-wrapper #voice .v_slide .swiper-slide h3 {
    font-size: 1.2rem;
  }

  body.top-v2 #voice .v_slide .swiper-slide::before,
  .editor-styles-wrapper #voice .v_slide .swiper-slide::before {
    width: min(90%, 20rem);
    height: auto;
    aspect-ratio: 265 / 264;
  }

  body.top-v2 .swiper-button-next.vm_button-next,
  body.top-v2 .swiper-button-prev.vm_button-prev,
  .editor-styles-wrapper .swiper-button-next.vm_button-next,
  .editor-styles-wrapper .swiper-button-prev.vm_button-prev {
    display: block;
  }

  body.top-v2 #voice .v_slide .swiper-slide .modal_btn-v,
  .editor-styles-wrapper #voice .v_slide .swiper-slide .modal_btn-v {
    width: min(9.375rem, 70%);
  }

  body.top-v2 .modal-v-content,
  .editor-styles-wrapper .modal-v-content {
    top: 11.719rem;
  }

  body.top-v2 .modal-v-inner,
  .editor-styles-wrapper .modal-v-inner {
    width: min(42.773rem, calc(100vw - 2rem));
    height: auto;
    padding: 2rem 1.2rem;
    box-sizing: border-box;
  }

  body.top-v2 #price .narrow h3,
  .editor-styles-wrapper #price .narrow h3 {
    width: min(41.016rem, 100%);
    margin: 5.273rem auto 4.688rem;
  }

  body.top-v2 #price .inner h3 span,
  .editor-styles-wrapper #price .inner h3 span {
    font-size: 1.6rem;
    text-align: center;
  }

  body.top-v2 .price_img,
  .editor-styles-wrapper .price_img {
    width: min(41.016rem, 100%);
    margin: 0 auto 4.688rem;
  }

  body.top-v2 #price .inner,
  .editor-styles-wrapper #price .inner {
    width: 100%;
    max-width: 100%;
    margin: 3rem auto 0;
    padding-inline: 1rem;
    box-sizing: border-box;
  }

  body.top-v2 .sp_scroll,
  .editor-styles-wrapper .sp_scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    margin-inline: -1rem;
    padding-inline: 1rem;
  }

  body.top-v2 #price table,
  .editor-styles-wrapper #price table {
    min-width: 36rem;
    width: max-content;
  }

  body.top-v2 #price td,
  body.top-v2 #price th,
  .editor-styles-wrapper #price td,
  .editor-styles-wrapper #price th {
    font-size: 1.0rem; /* 通常テキスト1段階上げ（旧 0.8rem） */
    padding: 0.7rem 0.4rem;
    line-height: 1.3;
  }

  body.top-v2 #price td span,
  .editor-styles-wrapper #price td span {
    font-size: 1.0rem;
  }

  body.top-v2 #price td small,
  .editor-styles-wrapper #price td small {
    font-size: 0.7rem; /* （契約主様）は通常より一段小さく */
    font-weight: 400;
    line-height: 1.2;
  }

  body.top-v2 #price td.middle,
  .editor-styles-wrapper #price td.middle {
    font-size: 0.9rem;
    padding-left: 0.5rem;
  }

  body.top-v2 #price .inner h4,
  .editor-styles-wrapper #price .inner h4 {
    font-size: 1.4rem;
    margin-top: 3rem;
  }

  body.top-v2 .price_personal,
  .editor-styles-wrapper .price_personal {
    width: min(24.609rem, calc(100% - 2rem));
    margin: 2.344rem auto;
  }

  body.top-v2 #price .inner ul,
  .editor-styles-wrapper #price .inner ul {
    width: 100%;
    margin: 1.5rem auto 0;
    grid-template-columns: 1fr;
    font-size: 1.0rem;
  }

  body.top-v2 #price .inner ul li:nth-child(2),
  .editor-styles-wrapper #price .inner ul li:nth-child(2) {
    border-left: none;
    border-top: 0.059rem solid var(--ink-white);
  }

  body.top-v2 #price .inner ul h5,
  .editor-styles-wrapper #price .inner ul h5 {
    font-size: 1.0rem;
    padding: 0.6rem 0.5rem;
  }

  body.top-v2 #price .inner ul p,
  .editor-styles-wrapper #price .inner ul p {
    font-size: 0.9rem;
    padding: 0.8rem 0.5rem;
    line-height: 1.6;
  }

  body.top-v2 #price .inner ul p .pc,
  .editor-styles-wrapper #price .inner ul p .pc {
    display: none;
  }
}

/*================================================
 * 料金プラン（ミニ・差し込み）
 ================================================*/
/* 差し込み用（wp:html 単体パターン）— WP既定マージンを除去 */
body.top-v2 .wp-block-html:has(.top-v2-price-mini),
body.top-v2 .wp-block-group.top-v2-price-mini,
.editor-styles-wrapper .wp-block-html:has(.top-v2-price-mini),
.editor-styles-wrapper .wp-block-group.top-v2-price-mini {
  margin-block: 0 !important;
}

.top-v2-price-mini {
  position: relative;
  /* campaign / personal と同じく visible — ::before の 100vw 背景をクリップしない */
  overflow: visible;
  width: 100%;
  max-width: var(--top-content-wide);
  margin: 0 auto;
  padding: 2.812rem 1.406rem 3.281rem;
  color: var(--ink-white);
  box-sizing: border-box;
}

/* JS未適用時でも非表示にならないよう保険 */
.top-v2-price-mini .top-v2-fadeup:not(.delighter):not(.started) {
  opacity: 1;
  transform: none;
}

.top-v2-price-mini .wp-block-group {
  box-sizing: border-box;
}

.top-v2-price-mini__inner {
  max-width: var(--top-content-narrow);
  margin: 0 auto;
}

.top-v2-price-mini__head {
  margin: 0 0 1.875rem;
  text-align: center;
}

.top-v2-price-mini__en {
  margin: 0 0 0.469rem;
  font-family: var(--font-latin), inherit;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.06em;
}

.top-v2-price-mini__ja {
  margin: 0 0 0.469rem;
  padding: 0;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: inherit;
}

.top-v2-price-mini__note {
  margin: 0;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--ink-yellow);
}

.top-v2-price-mini__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-v2-price-mini__item {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.938rem;
  padding: 1.172rem 0;
  border-bottom: 1px solid rgb(255 255 255 / 35%);
}

.top-v2-price-mini__plan {
  min-width: 0;
  flex: 1 1 auto;
}

.top-v2-price-mini__name {
  margin: 0 0 0.234rem;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
}

.top-v2-price-mini__catch {
  margin: 0;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.85;
}

.top-v2-price-mini__fee {
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 0 auto;
  gap: 0.234rem;
}

.top-v2-price-mini__label {
  display: inline-block;
  margin: 0;
  padding: 0.117rem 0.469rem;
  border: 1px solid var(--ink-white);
  font-family: inherit;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.top-v2-price-mini__amount {
  margin: 0;
  font-family: var(--font-latin), inherit;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.top-v2-price-mini__pickup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.117rem;
  margin-block-start: 1.875rem !important;
  margin-block-end: 0 !important;
  padding: 0.938rem 0.938rem 1.055rem;
  background: var(--fill-yellow);
  box-sizing: border-box;
  text-align: center;
  color: var(--ink-black);
}

.top-v2-price-mini__pickup-line {
  margin: 0;
  font-family: inherit;
  font-size: 1.6rem; /* SP: 1.055rem × 1.5 */
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink-black);
}

.top-v2-price-mini__pickup-line s {
  text-decoration: line-through;
  text-decoration-thickness: 0.08em;
}

.top-v2-price-mini__pickup-zero {
  font-size: 1.6rem;
}

.top-v2-price-mini__pickup-zero strong {
  font-size: 2.1rem; /* 旧 1.35em × pickup-zero 1.6rem */
  font-weight: 900;
  line-height: 1;
  color: var(--ink-black);
}

.top-v2-price-mini__detail {
  display: block;
  width: fit-content;
  margin-block-start: 1.875rem !important;
  margin-block-end: 0 !important;
  margin-inline: auto;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: var(--ink-white);
}

.top-v2-price-mini__detail a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: opacity 0.25s;
}

.top-v2-price-mini__detail a:hover,
.top-v2-price-mini__detail a:focus-visible {
  opacity: 0.88;
}

@media screen and (min-width: 769px) {
  .top-v2-price-mini {
    padding: 3.75rem 2.344rem 4.219rem;
  }

  .top-v2-price-mini__en {
    font-size: 3.3rem;
  }

  .top-v2-price-mini__ja {
    font-size: 1.6rem;
  }

  .top-v2-price-mini__note {
    font-size: 1.0rem;
  }

  .top-v2-price-mini__item {
    padding: 1.406rem 0;
  }

  .top-v2-price-mini__name {
    font-size: 1.6rem;
  }

  .top-v2-price-mini__catch {
    font-size: 1.0rem;
  }

  .top-v2-price-mini__label {
    font-size: 0.8rem;
  }

  .top-v2-price-mini__amount {
    font-size: 2.8rem;
  }

  .top-v2-price-mini__pickup {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 0.25em;
    margin-top: 1.875rem;
    padding: 1.172rem 1.406rem 1.289rem;
  }

  .top-v2-price-mini__pickup-line,
  .top-v2-price-mini__pickup-zero {
    font-size: 1.4rem;
  }

  .top-v2-price-mini__detail {
    font-size: 1.4rem;
  }
}

/*================================================
 * 料金プラン（別案・コード版 / price2）
 * 現行画像（price_ttl02 / price_img / price_personal 等）寄せ
 ================================================*/
body.top-v2 .wp-block-html:has(.top-v2-price2),
.editor-styles-wrapper .wp-block-html:has(.top-v2-price2) {
  margin-block: 0 !important;
}

.top-v2-price2 {
  color: var(--ink-black);
  background: var(--bg-white);
  padding-bottom: 5.859rem;
  box-sizing: border-box;
}

.top-v2-price2__plans {
  max-width: 63.281rem;
  margin: 0 auto;
  padding: 3.281rem 1.406rem 0;
  box-sizing: border-box;
}

.top-v2-price2__lead {
  margin: 0 0 0.938rem;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: var(--ink-black);
}

.top-v2-price2__note {
  margin: 0 0 3.281rem;
  text-align: center;
}

.top-v2-price2__note span {
  display: inline-block;
  padding: 0.15em 0.6em 0.2em;
  background: var(--fill-yellow);
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ink-black);
}

.top-v2-price2__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-v2-price2__item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.938rem;
  padding: 1.641rem 0;
  border-bottom: 1px solid var(--ink-border);
}

.top-v2-price2__item:last-child {
  border-bottom-style: dotted;
}

.top-v2-price2__plan {
  min-width: 0;
  flex: 1 1 auto;
}

.top-v2-price2__name {
  margin: 0 0 0.352rem;
  font-family: inherit;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink-black);
}

.top-v2-price2__catch {
  margin: 0;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--ink-gray);
}

.top-v2-price2__fee {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 0 auto;
  gap: 0.352rem;
}

.top-v2-price2__label {
  display: inline-block;
  padding: 0.088rem 0.469rem;
  border: 1px solid var(--ink-gray);
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--ink-gray);
}

.top-v2-price2__amount {
  font-family: var(--font-latin), inherit;
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.02em;
  font-stretch: condensed;
  color: var(--ink-black);
}

.top-v2-price2__join {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.406rem;
  margin: 1.875rem 0 0;
  padding: 1.406rem 1.172rem;
  border: 1px dotted var(--ink-gray);
  box-sizing: border-box;
}

.top-v2-price2__join-label {
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--ink-gray);
}

.top-v2-price2__join-amount {
  font-family: var(--font-latin), inherit;
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.02em;
  font-stretch: condensed;
  color: var(--ink-black);
}

.top-v2-price2__watermark {
  margin: 2.344rem auto;
  font-family: var(--font-latin), inherit;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  color: var(--ink-black);
}

.top-v2-price2__watermark--pt {
  font-size: clamp(1.9rem, 6vw, 4.5rem);
  letter-spacing: 0.02em;
}

.top-v2-price2__pt-ja {
  display: block;
  margin-top: 0.938rem;
  font-family: inherit;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.4;
}

.top-v2-price2__personal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.406rem;
  width: 37.5rem;
  max-width: 100%;
  margin: 3.516rem auto;
  padding: 0.469rem 0.938rem;
  background: var(--fill-yellow);
  box-sizing: border-box;
}

.top-v2-price2__personal-slash {
  flex: 0 0 auto;
  font-family: var(--font-latin), inherit;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.08em;
  color: var(--ink-black);
  transform: skewX(-12deg);
}

.top-v2-price2__personal-text {
  flex: 0 1 auto;
  font-family: var(--font-latin), inherit;
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--ink-black);
  transform: translateY(-0.25em);
}

@media screen and (max-width: 768px) {
  .top-v2-price2__plans {
    max-width: 100%;
    padding: 2.344rem 1.0rem 0;
  }

  /* リード／注記: 横幅に収まるサイズ（旧SP 1.6remは大きすぎ） */
  .top-v2-price2__lead {
    font-size: clamp(0.8rem, 3.5vw, 1.2rem);
    margin-bottom: 1.0rem;
    white-space: nowrap;
  }

  .top-v2-price2__note {
    margin-bottom: 2.812rem;
  }

  .top-v2-price2__note span {
    font-size: clamp(1.2rem, 5vw, 1.6rem); /* 2段階上げ（旧 max 1.2rem） */
    white-space: nowrap;
  }

  .top-v2-price2__item {
    padding: 1.406rem 0;
    gap: 0.703rem;
  }

  /* 会員名の改行原因: 名称2.1rem＋金額3.8remで左カラムが足りない → 縮小＋nowrap */
  .top-v2-price2__name {
    font-size: 1.4rem;
    white-space: nowrap;
  }

  .top-v2-price2__catch {
    font-size: 1.0rem; /* さらに1段階下げ（旧SP 1.2rem） */
  }

  .top-v2-price2__label {
    font-size: 0.8rem;
  }

  .top-v2-price2__amount {
    font-size: 2.3rem;
  }

  .top-v2-price2__join {
    justify-content: space-between;
    gap: 0.703rem;
    margin-top: 1.641rem;
    padding: 1.172rem 1.0rem;
  }

  .top-v2-price2__join-label {
    font-size: 1.2rem;
    white-space: nowrap;
  }

  .top-v2-price2__join-amount {
    font-size: 2.3rem;
  }

  .top-v2-price2__watermark {
    font-size: 2.3rem;
  }

  .top-v2-price2__watermark--pt {
    font-size: 2.1rem;
  }

  .top-v2-price2__pt-ja {
    font-size: 1.6rem;
  }

  .top-v2-price2__personal {
    width: min(24.609rem, calc(100% - 2rem));
    margin: 2.344rem auto;
    gap: 0.703rem;
    padding: 0.352rem 0.703rem;
  }

  .top-v2-price2__personal-slash {
    font-size: 1.0rem;
  }

  .top-v2-price2__personal-text {
    font-size: 2.1rem;
  }
}

@media screen and (min-width: 769px) {
  .top-v2-price2__plans {
    padding-left: 0;
    padding-right: 0;
  }

  .top-v2-price2__lead {
    font-size: 1.9rem;
  }

  .top-v2-price2__note span {
    font-size: 1.9rem;
  }

  .top-v2-price2__item {
    padding: 1.875rem 0;
  }

  .top-v2-price2__name {
    font-size: 2.3rem;
  }

  .top-v2-price2__catch {
    font-size: 1.4rem;
  }

  .top-v2-price2__label {
    font-size: 1.0rem;
  }

  .top-v2-price2__amount,
  .top-v2-price2__join-amount {
    font-size: 4.5rem;
  }

  .top-v2-price2__join-label {
    font-size: 1.9rem;
  }
}

/*================================================
 * 入会までの流れ
 ================================================*/
.top-v2-join-flow__inner {
  max-width: var(--top-content-narrow);
  margin: 0 auto;
  padding: 3.281rem 1.406rem 3.75rem;
}

.top-v2-join-flow__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  background: var(--fill-white);
  border: 1px solid var(--ink-ui);
}

.top-v2-join-flow__step {
  display: grid;
  grid-template-columns: 32% minmax(0, 1fr);
  gap: 0.938rem 1.172rem;
  align-items: center;
  padding: 1.406rem 1.172rem;
}

.top-v2-join-flow__sep {
  display: grid;
  grid-template-columns: 32% minmax(0, 1fr);
  gap: 0.938rem 1.172rem;
  align-items: start;
  margin: 0;
  padding: 0 1.172rem;
  list-style: none;
}

.top-v2-join-flow__sep-head {
  display: grid;
  grid-template-columns: 1fr 1.406rem 1fr;
  align-items: start;
}

.top-v2-join-flow__sep-line {
  display: block;
  height: 0;
  border-top: 1px solid var(--ink-ui);
}

.top-v2-join-flow__sep-notch {
  display: block;
  width: 1.406rem;
  height: 0.703rem;
  color: var(--ink-ui);
}

.top-v2-join-flow__sep-notch svg {
  display: block;
  width: 100%;
  height: 100%;
}

.top-v2-join-flow__step-head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.703rem;
  text-align: center;
}

.top-v2-join-flow__step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: 100%;
  max-width: 6.094rem;
  padding: 0.352rem 0.703rem;
  font-family: var(--font-latin), inherit;
  font-size: 1.0rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--ink-black);
  background: var(--fill-yellow);
  border-radius: 999px;
}

.top-v2-join-flow__step-title {
  margin: 0;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.35;
  color: var(--ink-black);
  word-break: keep-all;
}

.top-v2-join-flow__step-body {
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.75;
  color: var(--ink-black);
}

.top-v2-join-flow__step-body p {
  margin: 0;
}

.top-v2-join-flow__step-body a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.top-v2-join-flow__step-body a:hover {
  opacity: 0.75;
}

@media screen and (max-width: 768px) {
  .top-v2-join-flow__inner {
    padding: 2.344rem 1.172rem 3.281rem;
  }

  .top-v2-join-flow__step {
    gap: 0.703rem 0.938rem;
    padding: 1.172rem 0.938rem;
  }

  .top-v2-join-flow__sep {
    gap: 0.703rem 0.938rem;
    padding: 0 0.938rem;
  }

  .top-v2-join-flow__step-head {
    flex-direction: column;
    align-items: center;
    gap: 0.469rem;
    text-align: center;
  }

  .top-v2-join-flow__step-badge {
    max-width: 5.625rem;
    font-size: 0.8rem;
  }

  .top-v2-join-flow__step-title {
    font-size: 1.0rem;
  }

  .top-v2-join-flow__step-body {
    font-size: 1.0rem;
  }

  .top-v2-join-flow__sep-notch {
    width: 1.172rem;
    height: 0.586rem;
  }

  .top-v2-join-flow__sep-head {
    grid-template-columns: 1fr 1.172rem 1fr;
  }
}

@media screen and (min-width: 769px) {
  .top-v2-join-flow__step {
    grid-template-columns: 14.062rem minmax(0, 1fr);
    gap: 1.406rem 1.875rem;
    padding: 1.875rem 2.344rem;
  }

  .top-v2-join-flow__sep {
    grid-template-columns: 14.062rem minmax(0, 1fr);
    gap: 1.406rem 1.875rem;
    padding: 0 2.344rem;
  }

  .top-v2-join-flow__step-badge {
    max-width: 6.445rem;
    min-width: 6.445rem;
    padding: 0.352rem 1.055rem;
    font-size: 1.0rem;
  }

  .top-v2-join-flow__sep-notch {
    width: 1.875rem;
    height: 0.938rem;
  }

  .top-v2-join-flow__sep-head {
    grid-template-columns: 1fr 1.875rem 1fr;
  }

  .top-v2-join-flow__step-title {
    font-size: 1.6rem;
  }

  .top-v2-join-flow__step-body {
    font-size: 1.0rem;
  }
}

/*================================================
 * FAQ・フォーム・見学（旧トップ流用セクション）
 ================================================*/
body.top-v2 #faq,
.editor-styles-wrapper #faq {
  height: 100%;
  padding-bottom: 5.859rem;
  color: var(--ink-black);
  background: url(../images/image-top/faq_bg.jpg) repeat center top / 100% auto;
}

body.top-v2 #accordion,
.editor-styles-wrapper #accordion {
  margin: 2.344rem auto;
  line-height: 1.75;
}

body.top-v2 #accordion .label,
.editor-styles-wrapper #accordion .label {
  cursor: pointer;
  transition: 0.4s;
  position: relative;
  margin: 2.812rem 0 0;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.35;
  color: var(--ink-black);
}

body.top-v2 #accordion .detail,
.editor-styles-wrapper #accordion .detail {
  box-sizing: border-box;
  display: none;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.28s ease, opacity 0.28s ease;
}

body.top-v2 #accordion .detail ul li,
.editor-styles-wrapper #accordion .detail ul li {
  margin-top: 1.406rem;
}

body.top-v2 .sub-label,
.editor-styles-wrapper .sub-label {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 1.406rem 2.812rem 1.406rem 4.688rem;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--ink-black);
  background: var(--bg-soft);
}

body.top-v2 #accordion .label::after,
body.top-v2 .sub-label::after,
.editor-styles-wrapper #accordion .label::after,
.editor-styles-wrapper .sub-label::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/image-top/acc_arrow.png);
  top: 50%;
  transform: translateY(-50%);
  right: 1.758rem;
  transition: 0.4s;
}

body.top-v2 #accordion .label::after,
.editor-styles-wrapper #accordion .label::after {
  width: 1.406rem;
  height: 0.82rem;
}

body.top-v2 #accordion .label.open::after,
.editor-styles-wrapper #accordion .label.open::after {
  transform: translateY(-50%) rotate(180deg);
}

body.top-v2 .sub-label::after,
.editor-styles-wrapper .sub-label::after {
  width: 0.703rem;
  height: 0.41rem;
  right: 1.172rem;
}

body.top-v2 .sub-label.open::after,
.editor-styles-wrapper .sub-label.open::after {
  transform: translateY(-50%) rotate(180deg);
}

body.top-v2 .sub-detail,
.editor-styles-wrapper .sub-detail {
  box-sizing: border-box;
  display: none;
  height: 0;
  position: relative;
  padding: 1.172rem 1.758rem 1.406rem 4.688rem;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.75;
  color: var(--ink-black);
  background: var(--bg-soft);
  opacity: 0;
  overflow: hidden;
  transition: height 0.28s ease, opacity 0.28s ease;
}

body.top-v2 .sub-detail p,
.editor-styles-wrapper .sub-detail p {
  margin-bottom: 1em;
}

body.top-v2 .sub-label::before,
body.top-v2 .sub-detail::before,
.editor-styles-wrapper .sub-label::before,
.editor-styles-wrapper .sub-detail::before {
  position: absolute;
  top: 1.406rem;
  left: 1.406rem;
  display: grid;
  place-content: center;
  width: 2.812rem;
  height: 2.812rem;
  font-family: var(--font-latin), inherit;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  color: var(--ink-white);
  text-align: center;
}

body.top-v2 .sub-label::before,
.editor-styles-wrapper .sub-label::before {
  content: "Q";
  top: 50%;
  background: var(--ink-black);
  transform: translateY(-50%);
}

body.top-v2 .sub-detail::before,
.editor-styles-wrapper .sub-detail::before {
  content: "A";
  background: var(--ink-ui);
}

body.top-v2 #form,
body.top-v2 #contact,
.editor-styles-wrapper #form,
.editor-styles-wrapper #contact {
  width: 100%;
  max-width: none;
  padding: 5.859rem 1.406rem;
  margin: 0 auto;
  color: var(--ink-black);
  background: var(--bg-white);
}

body.top-v2 #form.wp-block-group > *,
.editor-styles-wrapper #form.wp-block-group > * {
  width: 100%;
  max-width: var(--top-content-narrow);
  margin-inline: auto;
}

body.top-v2 #form .wpcf7,
.editor-styles-wrapper #form .wpcf7 {
  max-width: var(--top-content-narrow);
  margin-top: 1.758rem;
}

body.top-v2 #form h2,
body.top-v2 #contact h2,
.editor-styles-wrapper #form h2,
.editor-styles-wrapper #contact h2 {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 1.172rem;
  background-color: var(--fill-yellow);
  padding: 0.293rem 0;
  border-bottom: 2px solid var(--ink-black);
  text-align: center;
}

body.top-v2 #form p.ac,
body.top-v2 #form .has-text-align-center,
body.top-v2 #contact p.ac,
.editor-styles-wrapper #form p.ac,
.editor-styles-wrapper #form .has-text-align-center,
.editor-styles-wrapper #contact p.ac {
  font-size: 1.2rem;
}

body.top-v2 #form .top-v2-form__micro,
body.top-v2 #contact .top-v2-contact__micro,
.editor-styles-wrapper #form .top-v2-form__micro,
.editor-styles-wrapper #contact .top-v2-contact__micro {
  margin: 0 auto 1.0rem;
  max-width: var(--top-content-narrow);
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  color: var(--ink-black);
}

body.top-v2 #contact iframe,
.editor-styles-wrapper #contact iframe {
  display: block;
  width: 100%;
  max-width: var(--top-content-narrow);
  min-height: 29.297rem;
  margin: 1.758rem auto 0;
  border: 0;
}

@media screen and (max-width: 768px) {
  body.top-v2 #accordion,
  .editor-styles-wrapper #accordion {
    width: 100%;
    padding-inline: 1.172rem;
  }

  body.top-v2 #accordion .detail ul li,
  .editor-styles-wrapper #accordion .detail ul li {
    margin-top: 0.938rem;
  }

  body.top-v2 #accordion .label,
  .editor-styles-wrapper #accordion .label {
    margin-top: 1.875rem;
    font-size: 1.4rem;
  }

  body.top-v2 #accordion .label::after,
  .editor-styles-wrapper #accordion .label::after {
    right: 0;
  }

  body.top-v2 .sub-label::after,
  .editor-styles-wrapper .sub-label::after {
    right: 0.938rem;
  }

  body.top-v2 .sub-label,
  .editor-styles-wrapper .sub-label {
    padding: 1.172rem 2.109rem 1.172rem 3.75rem;
    font-size: 1.0rem;
  }

  body.top-v2 .sub-detail,
  .editor-styles-wrapper .sub-detail {
    padding: 0.703rem 1.172rem 1.172rem 3.75rem;
    font-size: 1.0rem;
  }

  body.top-v2 .sub-label::before,
  body.top-v2 .sub-detail::before,
  .editor-styles-wrapper .sub-label::before,
  .editor-styles-wrapper .sub-detail::before {
    left: 0.938rem;
    width: 2.344rem;
    height: 2.344rem;
    font-size: 1.2rem;
  }

  body.top-v2 .sub-detail::before,
  .editor-styles-wrapper .sub-detail::before {
    top: 0.703rem;
  }

  body.top-v2 #contact iframe,
  .editor-styles-wrapper #contact iframe {
    min-height: 30.469rem;
  }
}

/*================================================
 * アクセス
 ================================================*/
.top-v2-access__inner {
  max-width: var(--top-content-wide);
  margin: 0 auto;
  padding: 3.281rem 1.406rem 4.688rem;
}

.top-v2-access__stores {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.688rem;
}

.top-v2-access__store {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.top-v2-access__logo {
  width: min(100%, 22.852rem);
  height: auto;
  margin: 0 auto 1.406rem;
}

.top-v2-access__name {
  margin: 0 0 1.172rem;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ink-black);
}

.top-v2-access__tel {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.469rem 0.703rem;
  margin: 0 0 1.406rem;
  font-family: var(--font-latin), inherit;
  line-height: 1;
}

.top-v2-access__tel-label {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ink-black);
}

.top-v2-access__tel a {
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: var(--ink-black);
  text-decoration: none;
}

.top-v2-access__tel a:hover {
  opacity: 0.75;
}

.top-v2-access__hours {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1.406rem;
  padding: 0.352rem 1.406rem;
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ink-black);
  border: 1px solid var(--ink-black);
  background: var(--fill-white);
}

.top-v2-access__address {
  margin: 0 0 1.406rem;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.7;
  font-style: normal;
  color: var(--ink-gray);
}

.top-v2-access__map-wrap {
  position: relative;
  width: min(100%, 31.641rem);
  margin: 0 auto 1.406rem;
}

.top-v2-access__map-link {
  position: absolute;
  top: 0.703rem;
  left: 0.703rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.352rem;
  padding: 0.469rem 0.703rem;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  color: var(--ink-black);
  text-decoration: none;
  background: rgb(255 255 255 / 92%);
  border: 1px solid var(--ink-border);
}

.top-v2-access__map-link:hover {
  background: var(--fill-white);
}

.top-v2-access__map-link-icon {
  width: 0.82rem;
  height: 0.82rem;
}

.top-v2-access__map {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 0;
}

.top-v2-access__note {
  margin: 0;
  max-width: 31.641rem;
  font-family: inherit;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.7;
  color: var(--ink-black);
}

@media screen and (max-width: 768px) {
  .top-v2-access__inner {
    padding: 2.344rem 1.172rem 3.75rem;
  }

  .top-v2-access__stores {
    gap: 3.75rem;
  }

  .top-v2-access__name {
    font-size: 1.4rem;
  }

  .top-v2-access__tel-label {
    font-size: 1.2rem;
  }

  .top-v2-access__tel a {
    font-size: 2.1rem;
  }

  .top-v2-access__hours {
    font-size: 1.0rem;
  }

  .top-v2-access__address {
    font-size: 1.0rem;
  }

  .top-v2-access__map-wrap {
    width: 100%;
  }

  .top-v2-access__note {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 769px) {
  .top-v2-access__stores {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.344rem 3.75rem;
    align-items: start;
  }

  .top-v2-access__inner {
    padding: 3.75rem 2.344rem 4.688rem;
  }
}

/*================================================
 * スマホ可読性の底上げ（本文16px / 最小13px）
 * html は 16px 固定（2026-08）。下記 max() は極小指定の床・保険。
 * ページチェック後、冗長な max(16px, 0.938rem) 等は整理してよい。
 ================================================*/
@media screen and (max-width: 768px) {
  /* 明示指定のない継承テキスト用の安全網 */
  body.top-v2 {
    font-size: 16px;
  }

  /* --- 本文・リード・説明文・見出し帯など：最小16px --- */
  .top-v2-mv__badge { font-size: max(16px, 1.0rem); }
  .top-v2-mv__badge-em { font-size: max(24px, 1.4rem); }
  .top-v2-mv__badge--trainer .top-v2-mv__badge-em { font-size: max(18px, 1.0rem); }
  .top-v2-mv__badge-rating { font-size: max(32px, 1.9rem); }

  .vision-campaign__headline { font-size: max(32px, 1.9rem); }
  .vision-campaign__headline-lead { font-size: clamp(20px, 9.2cqi, 80px); }
  .vision-campaign__headline-main { font-size: clamp(20px, 8cqi, 64px); }
  .top-v2-cta,
  .vision-campaign__cta,
  .top-v2-price-mini__cta { font-size: max(20px, 1.2rem); }
  .top-v2-cta-block__micro { font-size: max(14px, 0.8rem); }

  .top-v2-about__eyebrow { font-size: max(16px, 1.0rem); }
  .top-v2-about__heading-line { font-size: max(24px, 1.4rem); }
  .top-v2-about__heading-em { font-size: max(36px, 2.1rem); }
  .top-v2-about__body p { font-size: max(16px, 1.0rem); }

  .top-v2-commitment__title-text { font-size: max(16px, 1.4rem); }

  /* ヘッドライン：折り返し禁止。狭い端末では cqi でわずかに縮小して1行を維持 */
  .top-v2-commitment__headline,
  .top-v2-personal__stats-headline,
  .top-v2-personal__program-headline {
    container-type: inline-size;
    width: calc(100vw - 1.172rem);
    max-width: calc(100vw - 1.172rem);
    margin-left: calc(50% - 50vw + 0.586rem);
    margin-right: 0;
    box-sizing: border-box;
  }

  .top-v2-commitment__headline-line,
  .top-v2-personal__stats-headline-line,
  .top-v2-personal__program-headline-line {
    white-space: nowrap;
    font-size: clamp(18px, 6.7cqi, 24px);
  }

  .top-v2-commitment__headline-line--lg,
  .top-v2-personal__stats-headline-line--lg,
  .top-v2-personal__program-headline-seg--lg {
    font-size: clamp(24px, 8.9cqi, 32px);
  }

  .top-v2-commitment__headline-line--em,
  .top-v2-commitment__headline-em,
  .top-v2-personal__stats-headline em,
  .top-v2-personal__program-headline em {
    font-size: clamp(28px, 11.1cqi, 40px);
    padding-inline: 0.06em;
  }

  .top-v2-personal__program-headline .top-v2-personal__em--mid {
    font-size: clamp(24px, 8.9cqi, 32px);
    padding: 0;
    background: transparent;
  }

  .top-v2-commitment__brand-sub { font-size: max(16px, 1.0rem); }
  .top-v2-commitment__panel p { font-size: max(16px, 1.0rem); }
  .top-v2-commitment__link-label { font-size: max(16px, 1.0rem); }
  .top-v2-commitment__btn { font-size: max(16px, 1.0rem); }

  .top-v2-personal__title-text { font-size: max(16px, 1.4rem); }
  .top-v2-personal__stats-text,
  .top-v2-personal__program-lead,
  .top-v2-personal__program-closing { font-size: max(16px, 1.4rem); }
  .top-v2-personal__lead { font-size: max(16px, 1.0rem); }
  .top-v2-personal__trainer-text { font-size: max(16px, 1.6rem); }
  .top-v2-personal__table { font-size: max(16px, 1.0rem); }
  .top-v2-personal__program-btn { font-size: max(16px, 1.0rem); }
  .top-v2-personal-modal__body dd { font-size: max(16px, 1.0rem); }
  .top-v2-personal__price-label { font-size: max(16px, 1.6rem); }
  .top-v2-personal__price-market-num { font-size: max(16px, 1.4rem); }
  .top-v2-personal__price-text { font-size: max(16px, 1.0rem); }

  .top-v2-hybrid__title-line { font-size: max(16px, 1.9rem); }
  .top-v2-hybrid__promise-price { font-size: max(16px, 1.6rem); }
  .top-v2-hybrid__promise-sub { font-size: max(16px, 1.4rem); }
  .top-v2-hybrid__hero-text { font-size: max(16px, 1.0rem); }
  .top-v2-hybrid__flow-label { font-size: max(16px, 1.0rem); }
  .top-v2-hybrid__flow-step-title { font-size: max(16px, 1.0rem); } /* SP: 1段階下げ */
  .top-v2-hybrid__flow-step-text { font-size: max(13px, 0.8rem); } /* SP: 1段階下げ */
  .top-v2-hybrid__price-footer-text { font-size: max(16px, 1.0rem); }
  .top-v2-hybrid__price-tag-ja { font-size: max(16px, 1.4rem); }

  .top-v2-lifestyle__btn { font-size: max(16px, 1.0rem); }
  .top-v2-lifestyle__event-title-ja { font-size: max(16px, 1.2rem); }
  .top-v2-lifestyle__event-lead { font-size: max(16px, 1.0rem); }
  .top-v2-lifestyle__event-item-text { font-size: max(16px, 1.0rem); }
  .top-v2-lifestyle__event-footer-text { font-size: max(16px, 1.0rem); }
  .top-v2-lifestyle__cafe-title-ja { font-size: max(16px, 1.2rem); }
  .top-v2-lifestyle__cafe-lead { font-size: max(16px, 1.0rem); }
  .top-v2-lifestyle__cafe-copy-title { font-size: max(16px, 1.2rem); }
  .top-v2-lifestyle__cafe-copy-meta { font-size: max(16px, 1.0rem); }

  .top-v2-section-head__ja { font-size: max(16px, 1.0rem); }

  .top-v2-floor-map__store-tab { font-size: max(16px, 1.0rem); }
  .top-v2-floor-map__zone-panel { font-size: max(16px, 1.0rem); }

  .top-v2-machine-lineup__spirit-placeholder p { font-size: max(16px, 0.8rem); }
  .top-v2-machine-lineup__store-link { font-size: max(16px, 1.0rem); }

  .top-v2-facility__lead { font-size: max(16px, 1.0rem); }

  .top-v2-join-flow__step-title { font-size: max(16px, 1.0rem); }
  .top-v2-join-flow__step-body { font-size: max(16px, 1.0rem); }

  .top-v2-access__name { font-size: max(16px, 1.4rem); }
  .top-v2-access__hours { font-size: max(16px, 1.0rem); }
  .top-v2-access__address { font-size: max(16px, 1.0rem); }
  .top-v2-access__note { font-size: max(16px, 0.8rem); }

  body.top-v2 #accordion .label { font-size: max(16px, 1.4rem); }
  body.top-v2 .sub-label { font-size: max(16px, 1.0rem); }
  body.top-v2 .sub-detail { font-size: max(16px, 1.0rem); }

  /* --- ラベル・注記・キャプション・タグ等：最小13px --- */
  .top-v2-station__access { font-size: max(13px, 1.0rem); }
  .top-v2-station__features li { font-size: max(13px, 0.8rem); }

  .top-v2-personal__eyebrow { font-size: max(13px, 1.0rem); }
  .top-v2-personal__stats-note,
  .top-v2-personal__program-note { font-size: max(13px, 0.8rem); }
  .top-v2-personal__trainer-store { font-size: max(13px, 0.8rem); }
  .top-v2-personal__trainer-awards p { font-size: max(13px, 1.4rem); }
  .top-v2-personal__table thead th { font-size: max(13px, 0.8rem); }

  .top-v2-lifestyle__event-item-label { font-size: max(13px, 0.8rem); }
  .top-v2-lifestyle__cafe-copy-note { font-size: max(13px, 0.8rem); }

  .top-v2-machine-lineup__tags li { font-size: max(13px, 0.8rem); }
  .top-v2-machine-lineup__stores-label { font-size: max(13px, 0.8rem); }
  .top-v2-machine-lineup__caution { font-size: max(13px, 0.8rem); }

  .top-v2-facility__label { font-size: max(13px, 0.8rem); }
  .top-v2-facility__item--small .top-v2-facility__label { font-size: max(13px, 0.7rem); }

  .top-v2-join-flow__step-badge { font-size: max(13px, 0.8rem); }

  .top-v2-access__map-link { font-size: max(13px, 0.8rem); }

  body.top-v2 #price td small { font-size: max(13px, 1.4rem); }

  .top-v2-price-mini__en { font-size: max(32px, 2.3rem); }
  .top-v2-price-mini__ja { font-size: max(18px, 1.4rem); }
  .top-v2-price-mini__note { font-size: max(14px, 1.0rem); }
  .top-v2-price-mini__name { font-size: max(18px, 1.4rem); }
  .top-v2-price-mini__catch { font-size: max(13px, 0.8rem); }
  .top-v2-price-mini__label { font-size: max(12px, 0.7rem); }
  .top-v2-price-mini__amount { font-size: max(28px, 1.9rem); }
  .top-v2-price-mini__pickup-line,
  .top-v2-price-mini__pickup-zero { font-size: max(24px, 1.6rem); }
  .top-v2-price-mini__detail { font-size: max(16px, 1.0rem); }
}

/* ==========================================================================
   パフォーマンス：画面外マーキー停止
   ========================================================================== */
[data-top-v2-marquee].is-paused .vision-campaign__marquee-track,
[data-top-v2-marquee].is-paused .top-v2-station__marquee-track,
[data-top-v2-marquee].is-paused .top-v2-commitment__marquee-track,
[data-top-v2-marquee].is-paused .top-v2-personal__marquee-track,
[data-top-v2-marquee].is-paused .top-v2-lifestyle__marquee-track,
[data-top-v2-marquee].is-paused .top-v2-hybrid__purpose-marquee-track,
[data-top-v2-marquee].is-paused .top-v2-machine-lineup__carousel-track {
  animation-play-state: paused !important;
}

/* 後半セクション：画像読込時のスクロール位置ジャンプを抑制 */
@media screen and (max-width: 768px) {
  .top-v2-hybrid,
  .top-v2-lifestyle,
  .top-v2-floor-map,
  .top-v2-machine-lineup,
  .top-v2-facility,
  #form,
  #contact,
  #access,
  #faq {
    overflow-anchor: none;
  }

  .top-v2-hybrid__hero {
    /* URLバーで vh が変わるとジャンプしやすいので svh 固定寄りに */
    height: 70svh;
  }
}
