@charset "UTF-8";

/* ============================================================
   Zanarkand Club
   構成: BARCELONA すすきの（barcelona.co.jp/susukino/）を踏襲
   配色: 白基調 × 紫  ※バルセロナは白基調 × 深緑
   ============================================================ */

:root {
  /* 色 */
  --bg:            #ffffff;
  --bg-alt:        #f6f5f8;
  --ink:           #251e1c;
  --ink-2:         #5b5560;
  --ink-3:         #9a94a3;
  --line:          #e3e0e8;
  --accent:        #7c3aed;
  --accent-dark:   #5b21b6;
  --accent-soft:   #f3eeff;
  --footer-bg:     #1a1720;
  --footer-ink:    #ffffff;
  --footer-ink-2:  #a49daf;

  /* 字 */
  --font-en: "Montserrat", sans-serif;
  --font-ja: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium",
             "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
             "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  --tracking: 1.5px;

  /* 寸法（バルセロナ実測に合わせる） */
  --wrap:        1184px;
  --wrap-narrow: 880px;
  --gut:         20px;
  --radius-pill: 100px;
  --header-h:    64px;

  /* 余白リズム */
  --sec-pad:     64px;
  --sec-pad-lg:  88px;
}

@media (min-width: 769px) {
  :root { --gut: 32px; --sec-pad: 96px; --sec-pad-lg: 132px; --header-h: 80px; }
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-ja);
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: var(--tracking);
  -webkit-font-smoothing: antialiased;
  overflow-wrap: anywhere;
}
img, picture, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, p, ul, ol, dl, dd, figure { margin: 0; padding: 0; }
ul, ol { list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; letter-spacing: inherit; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  margin: -1px; padding: 0; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap;
}

/* ---------- レイアウト ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }
.wrap-narrow { width: 100%; max-width: var(--wrap-narrow); margin-inline: auto; padding-inline: var(--gut); }
.sec { padding-block: var(--sec-pad); }
.sec-lg { padding-block: var(--sec-pad-lg); }
.sec-alt { background: var(--bg-alt); }

/* ---------- 見出し ---------- */
.hl { margin-bottom: 32px; }
.hl__en {
  display: block;
  font-family: var(--font-en);
  font-size: 12px; font-weight: 500;
  letter-spacing: .28em;
  color: var(--accent);
  margin-bottom: 10px;
}
.hl__ja { font-size: 24px; font-weight: 700; line-height: 1.5; }
.hl__lead { margin-top: 14px; color: var(--ink-2); font-size: 14px; }
.hl--center { text-align: center; }

@media (min-width: 769px) {
  .hl { margin-bottom: 48px; }
  .hl__ja { font-size: 32px; }
  .hl__lead { font-size: 15px; }
}

/* ---------- ボタン ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-width: 240px; min-height: 56px;
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  font-size: 16px; font-weight: 700; line-height: 1.4;
  transition: background-color .25s, color .25s, border-color .25s, transform .25s;
}
.btn > span { white-space: nowrap; }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--accent); color: #fff; }
.btn--primary:hover { background: var(--accent-dark); }
.btn--ghost { border: 1px solid var(--accent); color: var(--accent); background: #fff; }
.btn--ghost:hover { background: var(--accent-soft); }
.btn--line { background: #06c755; color: #fff; }
.btn--line:hover { background: #05ad4a; }
.btn--light { border: 1px solid rgba(255,255,255,.55); color: #fff; }
.btn--light:hover { background: rgba(255,255,255,.12); }
.btn__arw { width: 18px; height: 18px; flex: none; }
.more { margin-top: 40px; text-align: center; }

@media (min-width: 769px) { .btn { font-size: 18px; min-width: 278px; } }

/* ---------- 追従CTA（バルセロナ .go 相当） ---------- */
.go {
  position: fixed; right: 16px; bottom: 16px; z-index: 80;
  display: flex; gap: 10px;
  transition: opacity .3s, transform .3s;
}
.go .btn { min-width: 0; padding: 12px 18px; font-size: 14px; min-height: 50px; box-shadow: 0 6px 24px rgba(37,30,28,.22); }
@media (max-width: 400px) {
  .go { gap: 8px; }
  .go .btn { padding: 11px 14px; font-size: 13px; min-height: 46px; }
  .go .btn svg { width: 16px; height: 16px; }
}
.go[hidden] { display: none; }
@media (min-width: 769px) {
  .go { right: 24px; bottom: 20px; }
  .go .btn { padding: 14px 26px; font-size: 16px; min-height: 56px; }
}

/* ============================================================
   ヘッダー
   ============================================================ */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 70;
  height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between;
  padding-inline: var(--gut);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header--kv {
  background: linear-gradient(180deg, rgba(10,8,14,.55), rgba(10,8,14,0));
  backdrop-filter: none; border-bottom-color: transparent;
}
.header__brand { display: flex; align-items: center; gap: 12px; }
/* ロゴは白いグリフ1枚。明るい地では反転して黒く見せる */
.header__logo { height: 30px; width: auto; filter: invert(1); }
.header--kv .header__logo { filter: none; }
.header__area {
  font-family: var(--font-en); font-size: 11px; font-weight: 400;
  letter-spacing: .22em; color: var(--ink-3);
}
.header--kv .header__area { color: rgba(255,255,255,.85); }
.header__nav { display: none; }
.header__util { display: flex; align-items: center; gap: 14px; }

@media (min-width: 1025px) {
  .header__nav { display: flex; gap: 34px; }
  .header__nav a {
    font-size: 14px; font-weight: 700; position: relative; padding-block: 6px;
  }
  .header__nav a::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
    background: var(--accent); transform: scaleX(0); transform-origin: left;
    transition: transform .3s;
  }
  .header__nav a:hover::after, .header__nav a[aria-current="page"]::after { transform: scaleX(1); }
    .header__logo { height: 34px; }
  /* バルセロナ同様、TOPのPCではグローバルヘッダーを出さない（KVがナビを兼ねる） */
  .header--kv { display: none; }
}

/* ハンバーガー */
.burger {
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-content: center; gap: 6px;
  background: var(--ink); flex: none;
}
.header--kv .burger { background: rgba(0,0,0,.5); backdrop-filter: blur(6px); }
.burger i { display: block; width: 18px; height: 1.5px; background: #fff; transition: transform .3s, opacity .3s; }
.burger[aria-expanded="true"] { background: var(--ink); }
.burger[aria-expanded="true"] i:first-child { transform: translateY(3.75px) rotate(38deg); }
.burger[aria-expanded="true"] i:last-child { transform: translateY(-3.75px) rotate(-38deg); }
@media (min-width: 1025px) { .burger { display: none; } }

/* シート（モバイルの全画面メニュー） */
.sheet {
  position: fixed; inset: 0; z-index: 69;
  background: var(--footer-bg); color: #fff;
  padding: calc(var(--header-h) + 24px) var(--gut) 40px;
  overflow-y: auto; overscroll-behavior: contain;
  opacity: 0; visibility: hidden;
  transition: opacity .38s, visibility 0s linear .38s;
}
.sheet[data-open="true"] { opacity: 1; visibility: visible; transition: opacity .38s, visibility 0s; }
.sheet__inner { display: flex; flex-direction: column; justify-content: safe center; min-height: 100%; gap: 30px; }
.sheet__main li + li { margin-top: 4px; }
.sheet__main a {
  display: flex; align-items: baseline; gap: 14px;
  padding-block: 12px; border-bottom: 1px solid rgba(255,255,255,.14);
}
.sheet__ja { font-size: 20px; font-weight: 700; }
.sheet__en { font-family: var(--font-en); font-size: 10px; letter-spacing: .22em; color: var(--footer-ink-2); }
.sheet__sub { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 16px; }
.sheet__sub a { font-size: 13px; color: var(--footer-ink-2); }
.sheet__foot { font-size: 12px; color: var(--footer-ink-2); line-height: 2; }
@media (max-height: 680px) { .sheet__inner { gap: 20px; } .sheet__ja { font-size: 17px; } .sheet__main a { padding-block: 8px; } }

/* ============================================================
   KV（バルセロナの左右分割を踏襲。動画→画像）
   ============================================================ */
.kv { position: relative; isolation: isolate; }
.kv__media { position: relative; }
.kv__bg { display: none; }
.kv__img {
  width: 100%; height: 100svh; min-height: 520px; object-fit: cover; object-position: 50% 22%;
}
.kv__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,8,14,.5) 0%, rgba(10,8,14,.05) 22%,
                                       rgba(10,8,14,.35) 52%, rgba(10,8,14,.92) 100%);
}
.kv__panel {
  position: absolute; inset: auto 0 0 0;
  padding: 0 var(--gut) 88px;
  color: #fff;
}
.kv__logo { width: 172px; height: auto; margin-bottom: 8px; }
.kv__area { font-family: var(--font-en); font-size: 12px; letter-spacing: .26em; color: rgba(255,255,255,.8); }
.kv__copy { margin-top: 18px; font-size: 15px; font-weight: 700; line-height: 1.9; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.kv__nav { margin-top: 22px; }
.kv__nav li + li { margin-top: 2px; }
.kv__nav a {
  display: inline-flex; align-items: baseline; gap: 12px;
  padding-block: 7px; border-bottom: 1px solid rgba(255,255,255,.4);
  min-width: 210px;
}
.kv__nav-ja { font-size: 19px; font-weight: 700; }
.kv__nav-en { font-family: var(--font-en); font-size: 9px; line-height: 1.6; letter-spacing: .22em; color: rgba(255,255,255,.72); }
.kv__sns { margin-top: 22px; display: flex; gap: 18px; }
.kv__sns a { display: flex; align-items: center; gap: 7px; font-size: 12px; color: rgba(255,255,255,.9); }
.kv__sns svg { width: 17px; height: 17px; }
.kv__scroll { display: none; }

@media (min-width: 1025px) {
  .kv { display: grid; grid-template-columns: minmax(400px, 43%) 1fr; min-height: 100svh; background: var(--bg); }
  .kv__panel {
    grid-column: 1; grid-row: 1; padding-bottom: 48px;
    position: static; color: var(--ink);
    display: flex; flex-direction: column; justify-content: center;
    padding: 48px 48px 48px max(32px, calc((100vw - var(--wrap)) / 2 + 32px));
  }
  .kv__media { grid-column: 2; grid-row: 1; }
  .kv__logo { width: 244px; margin-bottom: 12px; filter: invert(1); }
  .kv__area { color: var(--ink-3); font-size: 14px; }
  .kv__copy { color: var(--ink-2); font-size: 16px; text-shadow: none; margin-top: 24px; font-weight: 400; }
  .kv__nav { margin-top: 34px; }
  .kv__nav a {
    border-bottom-color: var(--line); min-width: 300px; padding-block: 12px;
    transition: border-color .3s, color .3s;
  }
  .kv__nav a:hover { border-bottom-color: var(--accent); color: var(--accent); }
  .kv__nav-ja { font-size: 30px; color: var(--accent); }
  .kv__nav-en { color: var(--ink-3); }
  .kv__sns { margin-top: 30px; }
  .kv__sns a { color: var(--ink-2); }
  .kv__media { position: relative; overflow: hidden; }
  .kv__bg {
    display: block; position: absolute; inset: 0;
    width: 100%; height: 100%; object-fit: cover;
    transform: scale(1.2); filter: blur(38px) saturate(1.08) brightness(.8);
  }
  .kv__img {
    position: relative; height: 100%; width: min(100%, 520px);
    margin-inline: auto; object-position: 50% 18%;
  }
  .kv__scrim { display: none; }
  .kv__scroll {
    display: block; position: absolute; left: 50%; bottom: 26px; z-index: 2;
    width: 1px; height: 54px; background: rgba(255,255,255,.5); overflow: hidden;
  }
  .kv__scroll::after {
    content: ""; position: absolute; inset: 0; background: #fff;
    animation: scrollLine 2.2s cubic-bezier(.6,0,.2,1) infinite;
  }
}
@keyframes scrollLine {
  0%   { transform: translateY(-100%); }
  55%  { transform: translateY(0); }
  100% { transform: translateY(100%); }
}

/* ============================================================
   リード（訴求3点）— バルセロナは画像。こちらはテキストで組む
   ============================================================ */
.lead { text-align: center; }
.lead__h1 { font-size: 22px; font-weight: 700; line-height: 1.7; }
.lead__sub { margin-top: 18px; color: var(--ink-2); font-size: 14px; }
.lead__points { margin-top: 44px; display: grid; gap: 28px; }
.lead__point { padding-top: 24px; border-top: 1px solid var(--line); }
.lead__no { font-family: var(--font-en); font-size: 11px; letter-spacing: .24em; color: var(--accent); }
.lead__t { margin-top: 8px; font-size: 18px; font-weight: 700; line-height: 1.6; }
.lead__b { margin-top: 10px; font-size: 14px; color: var(--ink-2); }

@media (min-width: 769px) {
  .lead__h1 { font-size: 34px; }
  .lead__points { grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 60px; }
  .lead__t { font-size: 20px; }
}

/* ============================================================
   キャスト
   ============================================================ */
.casts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 12px; }
@media (min-width: 600px)  { .casts { grid-template-columns: repeat(3, 1fr); gap: 28px 18px; } }
@media (min-width: 1025px) { .casts { grid-template-columns: repeat(4, 1fr); gap: 40px 24px; } }

.cast__link { display: block; }
.cast__img {
  position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: var(--bg-alt);
  border-radius: 2px;
}
.cast__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.6,.2,1); }
.cast__link:hover .cast__img img { transform: scale(1.05); }
.cast__badge {
  position: absolute; left: 0; top: 12px; z-index: 1;
  background: var(--accent); color: #fff;
  font-family: var(--font-en); font-size: 10px; letter-spacing: .14em;
  padding: 4px 10px 4px 8px;
}
.cast__body { margin-top: 12px; }
.cast__name { font-size: 15px; font-weight: 700; line-height: 1.5; }
.cast__meta { margin-top: 3px; font-size: 12px; color: var(--ink-3); font-family: var(--font-en); }
.cast__tags { margin-top: 7px; display: flex; flex-wrap: wrap; gap: 5px; }
.cast__tag { font-size: 11px; color: var(--accent); background: var(--accent-soft); padding: 2px 8px; border-radius: var(--radius-pill); }
.cast__award { margin-top: 7px; font-size: 11px; color: var(--ink-2); }
.cast__award::before { content: "♛"; color: var(--accent); margin-right: 5px; }

/* 絞り込み */
.filter { margin-bottom: 36px; }
.filter__list { display: flex; flex-wrap: wrap; gap: 8px; }
.filter__btn {
  font-size: 13px; padding: 7px 16px; border-radius: var(--radius-pill);
  border: 1px solid var(--line); color: var(--ink-2); transition: .25s;
}
.filter__btn:hover { border-color: var(--accent); color: var(--accent); }
.filter__btn[aria-pressed="true"] { background: var(--accent); border-color: var(--accent); color: #fff; }
.filter__empty { margin-top: 32px; text-align: center; color: var(--ink-3); font-size: 14px; }

/* キャスト個票 */
.castmain { display: grid; gap: 28px; }
.castmain__photo { border-radius: 2px; overflow: hidden; background: var(--bg-alt); }
.castmain__name { font-size: 28px; font-weight: 700; line-height: 1.4; }
.castmain__kana { font-size: 12px; color: var(--ink-3); letter-spacing: .18em; margin-top: 4px; }
.castmain__spec { margin-top: 22px; }
.castmain__links { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 12px; }
@media (min-width: 769px) {
  .castmain { grid-template-columns: minmax(0, 420px) 1fr; gap: 56px; align-items: start; }
  .castmain__name { font-size: 36px; }
}

/* ============================================================
   スライダー（Swiper を使わない自前実装）
   ============================================================ */
.slider { position: relative; }
.slider__track {
  display: flex; gap: 12px;
  overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: none; -ms-overflow-style: none;
  padding-inline: var(--gut); margin-inline: calc(var(--gut) * -1);
  scroll-padding-inline: var(--gut);
}
.slider__track::-webkit-scrollbar { display: none; }
.slider__slide { flex: 0 0 86%; scroll-snap-align: center; }
.slider__slide figure { margin: 0; }
.slider__slide img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 2px; background: var(--bg-alt); }
.slider__cap { margin-top: 12px; }
.slider__cap-t { font-family: var(--font-en); font-size: 11px; letter-spacing: .2em; color: var(--accent); }
.slider__cap-b { margin-top: 5px; font-size: 13px; color: var(--ink-2); line-height: 1.8; }

.slider__nav { display: none; }
.slider__foot { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.slider__dots { display: flex; gap: 7px; }
.slider__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--line); transition: .25s; }
.slider__dot[aria-current="true"] { background: var(--accent); transform: scale(1.25); }
.slider__count { font-family: var(--font-en); font-size: 12px; color: var(--ink-3); letter-spacing: .12em; }

@media (min-width: 769px) {
  .slider__slide { flex: 0 0 62%; }
  .slider__nav { display: flex; gap: 10px; }
  .slider__arw {
    width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line);
    display: grid; place-content: center; transition: .25s;
  }
  .slider__arw:hover { border-color: var(--accent); background: var(--accent); color: #fff; }
  .slider__arw[disabled] { opacity: .3; pointer-events: none; }
  .slider__arw svg { width: 18px; height: 18px; }
}
@media (min-width: 1025px) { .slider__slide { flex: 0 0 52%; } }

/* ============================================================
   定義リスト（店舗情報・料金）— バルセロナの dl を踏襲
   ============================================================ */
.dl { border-top: 1px solid var(--line); }
.dl > div {
  display: grid; grid-template-columns: 1fr; gap: 2px;
  padding: 16px 0; border-bottom: 1px solid var(--line);
}
.dl dt { font-size: 13px; font-weight: 700; color: var(--ink-2); }
.dl dd { font-size: 15px; }
@media (min-width: 600px) {
  .dl > div { grid-template-columns: 200px 1fr; gap: 24px; align-items: baseline; padding: 18px 0; }
  .dl dt { font-size: 14px; }
}

.price-group + .price-group { margin-top: 44px; }
.price-group__h { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-bottom: 4px; }
.price-group__t { font-size: 19px; font-weight: 700; }
.price-group__n { font-size: 12px; color: var(--accent); background: var(--accent-soft); padding: 3px 10px; border-radius: var(--radius-pill); }
.price-dl { border-top: 1px solid var(--line); }
.price-dl > div {
  display: flex; justify-content: space-between; align-items: baseline; gap: 20px;
  padding: 14px 0; border-bottom: 1px solid var(--line);
}
.price-dl dt { font-size: 14px; color: var(--ink-2); }
.price-dl dd { font-size: 16px; font-weight: 700; font-family: var(--font-en); white-space: nowrap; }

.note {
  margin-top: 24px; padding: 16px 18px; background: var(--bg-alt);
  font-size: 13px; color: var(--ink-2); line-height: 1.9; border-radius: 2px;
}
.note--warn { background: var(--accent-soft); }

/* 料金の目安カード */
.examples { margin-top: 48px; display: grid; gap: 16px; }
@media (min-width: 769px) { .examples { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
.example { border: 1px solid var(--line); padding: 24px; border-radius: 2px; }
.example__t { font-size: 15px; font-weight: 700; }
.example__d { margin-top: 10px; font-size: 13px; color: var(--ink-2); }
.example__total { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.example__label { font-size: 12px; color: var(--ink-3); }
.example__v { font-family: var(--font-en); font-size: 26px; font-weight: 700; color: var(--accent); }
.example__n { margin-top: 8px; font-size: 11px; color: var(--ink-3); }

/* ============================================================
   ステップ（ご利用ガイド）
   ============================================================ */
.steps { counter-reset: step; }
.step { display: grid; gap: 16px; padding-bottom: 40px; position: relative; padding-left: 56px; }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  position: absolute; left: 0; top: 0;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--accent); color: #fff;
  font-family: var(--font-en); font-size: 12px; font-weight: 700; letter-spacing: .06em;
  display: grid; place-content: center;
}
.step::after {
  content: ""; position: absolute; left: 19.5px; top: 48px; bottom: 8px; width: 1px;
  background: repeating-linear-gradient(180deg, var(--line) 0 5px, transparent 5px 10px);
}
.step:last-child { padding-bottom: 0; }
.step:last-child::after { display: none; }
.step__t { font-size: 17px; font-weight: 700; color: var(--accent); }
.step__b { margin-top: 8px; font-size: 14px; color: var(--ink-2); }

/* FAQ */
.faq { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q {
  width: 100%; text-align: left; display: flex; gap: 14px; align-items: flex-start;
  padding: 20px 0; font-size: 15px; font-weight: 700; line-height: 1.7;
}
.faq__q::before { content: "Q"; font-family: var(--font-en); color: var(--accent); flex: none; }
.faq__q::after {
  content: ""; flex: none; margin-left: auto; align-self: center;
  width: 11px; height: 11px; border-right: 1.5px solid var(--ink-3); border-bottom: 1.5px solid var(--ink-3);
  transform: rotate(45deg) translate(-3px, -3px); transition: transform .3s;
}
.faq__q[aria-expanded="true"]::after { transform: rotate(225deg) translate(-3px, -3px); }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.faq__item[data-open="true"] .faq__a { grid-template-rows: 1fr; }
.faq__a > div { overflow: hidden; }
.faq__a p { padding: 0 0 22px 26px; font-size: 14px; color: var(--ink-2); }

/* 用語 */
.terms { display: grid; gap: 0; border-top: 1px solid var(--line); }
.terms > div { padding: 18px 0; border-bottom: 1px solid var(--line); }
.terms dt { font-size: 15px; font-weight: 700; }
.terms dd { margin-top: 6px; font-size: 14px; color: var(--ink-2); }
@media (min-width: 600px) {
  .terms > div { display: grid; grid-template-columns: 160px 1fr; gap: 24px; align-items: baseline; }
  .terms dd { margin-top: 0; }
}

/* ============================================================
   グループ
   ============================================================ */
.shops { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
@media (min-width: 769px) { .shops { grid-template-columns: repeat(3, 1fr); gap: 14px; } }
.shop {
  border: 1px solid var(--line); padding: 18px 16px; border-radius: 2px;
  display: flex; flex-direction: column; gap: 5px;
}
.shop--self { border-color: var(--accent); background: var(--accent-soft); }
.shop__name { font-family: var(--font-en); font-size: 14px; font-weight: 700; }
.shop__area { font-size: 12px; color: var(--ink-3); }

/* バナー */
.bnrs { display: grid; gap: 12px; }
@media (min-width: 769px) { .bnrs { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.bnr {
  display: flex; align-items: center; gap: 14px;
  padding: 22px 24px; border: 1px solid var(--line); border-radius: 2px;
  transition: border-color .25s, background-color .25s;
}
.bnr:hover { border-color: var(--accent); background: var(--accent-soft); }
.bnr svg { width: 26px; height: 26px; flex: none; color: var(--accent); }
.bnr__t { font-size: 15px; font-weight: 700; }
.bnr__b { font-size: 12px; color: var(--ink-3); margin-top: 2px; }

/* ============================================================
   パンくず
   ============================================================ */
.crumb { padding-block: 18px; border-top: 1px solid var(--line); }
.crumb ol { display: flex; flex-wrap: wrap; gap: 8px; font-size: 11px; color: var(--ink-3); }
.crumb li + li::before { content: "／"; margin-right: 8px; }

/* 下層ページの表題 */
.pagehead { padding-top: calc(var(--header-h) + 40px); padding-bottom: 8px; }
.pagehead__en { font-family: var(--font-en); font-size: 11px; letter-spacing: .28em; color: var(--accent); }
.pagehead__ja { margin-top: 10px; font-size: 26px; font-weight: 700; line-height: 1.4; }
.pagehead__lead { margin-top: 16px; color: var(--ink-2); font-size: 14px; max-width: 62ch; }
@media (min-width: 769px) {
  .pagehead { padding-top: calc(var(--header-h) + 72px); }
  .pagehead__ja { font-size: 38px; }
  .pagehead__lead { font-size: 15px; }
}

/* ============================================================
   フッター
   ============================================================ */
.footer { background: var(--footer-bg); color: var(--footer-ink); padding-block: 56px 32px; }
.footer__logo { width: 176px; height: auto; }
.footer__area { margin-top: 6px; font-family: var(--font-en); font-size: 11px; letter-spacing: .24em; color: var(--footer-ink-2); }
.footer__grid { margin-top: 40px; display: grid; gap: 34px; }
.footer__col-h { font-family: var(--font-en); font-size: 10px; letter-spacing: .22em; color: var(--footer-ink-2); margin-bottom: 12px; }
.footer__col li + li { margin-top: 9px; }
.footer__col a { font-size: 14px; }
.footer__col a:hover { color: var(--accent); }
.footer__info { font-size: 13px; color: var(--footer-ink-2); line-height: 2; }
.footer__info a { color: var(--footer-ink); }
.footer__sns { margin-top: 18px; display: flex; gap: 16px; }
.footer__sns a { display: flex; align-items: center; gap: 7px; font-size: 12px; color: var(--footer-ink-2); }
.footer__sns svg { width: 17px; height: 17px; }
.footer__bottom {
  margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12);
  display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; justify-content: space-between;
}
.footer__copy { font-family: var(--font-en); font-size: 11px; letter-spacing: .12em; color: var(--footer-ink-2); }
.footer__legal { display: flex; gap: 18px; font-size: 11px; color: var(--footer-ink-2); }
.footer__age {
  margin-top: 18px; font-size: 11px; color: var(--footer-ink-2);
  border: 1px solid rgba(255,255,255,.2); padding: 10px 14px; display: inline-block; border-radius: 2px;
}
@media (min-width: 769px) {
  .footer { padding-block: 76px 36px; }
  .footer__grid { grid-template-columns: 1.3fr 1fr 1fr; gap: 48px; }
}

/* ============================================================
   スクロールで出す（WOW.js の置き換え）
   ============================================================ */
.js .rv { opacity: 0; transform: translateY(18px); transition: opacity .8s cubic-bezier(.2,.6,.2,1), transform .8s cubic-bezier(.2,.6,.2,1); }
.js .rv.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .rv { opacity: 1; transform: none; transition: none; }
  .kv__scroll::after { animation: none; }
}
