/* =============================================================
   Girl's Bar ZERO ONE - Global Stylesheet
   Tone: 上品 × 親しみやすい × アットホーム × 地元感
   Palette: White / Ivory / Greige / Soft Champagne Brown
   ============================================================= */

:root {
  /* Colors */
  --c-bg:        #fbf8f3;   /* base ivory */
  --c-bg-2:      #f4ede1;   /* warm ivory */
  --c-bg-3:      #ece1cb;   /* darker greige */
  --c-card:      #ffffff;
  --c-line:      #e6dcc9;
  --c-line-2:    #d8cab2;
  --c-text:      #3d352b;
  --c-text-sub:  #6f6357;
  --c-text-mute: #9a8f80;
  --c-accent:    #b08a5a;   /* champagne brown */
  --c-accent-d:  #8d6c41;
  --c-accent-l:  #d9c4a3;
  --c-accent-soft: #f0e2c8;
  --c-line-green:#06c755;
  --c-line-green-d:#05a847;

  /* Effects */
  --shadow-xs: 0 1px 4px rgba(120, 95, 60, 0.05);
  --shadow-sm: 0 4px 14px rgba(120, 95, 60, 0.08);
  --shadow-md: 0 10px 30px rgba(120, 95, 60, 0.12);

  /* Radius */
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-pill: 999px;

  /* Fonts */
  --f-serif: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --f-sans:  "Noto Sans JP", "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", system-ui, sans-serif;

  --container-w: 1080px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
html, body {
  margin: 0;
  padding: 0;
  background: var(--c-bg);
  color: var(--c-text);
  font-family: var(--f-sans);
  font-size: 15px;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.02em;
}

body {
  background-image:
    radial-gradient(circle at 8% -5%, #f4ede1 0%, transparent 40%),
    radial-gradient(circle at 95% 105%, #efe6d4 0%, transparent 45%);
  background-attachment: fixed;
}

img { max-width: 100%; height: auto; display: block; }

a {
  color: var(--c-accent-d);
  text-decoration: none;
  transition: opacity .2s ease, color .2s ease;
}
a:hover { opacity: .78; }

h1, h2, h3, h4 { letter-spacing: 0.05em; }

/* In-page anchor offset */
[id] { scroll-margin-top: 80px; }

/* =============================================================
   Container
   ============================================================= */
.container {
  width: 100%;
  max-width: var(--container-w);
  margin: 0 auto;
  padding: 0 22px;
}

/* =============================================================
   Buttons
   ============================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 24px;
  border-radius: var(--r-pill);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .25s ease;
  text-align: center;
  line-height: 1.25;
  min-height: 46px;
  white-space: nowrap;
}
.btn i { font-size: 14px; }
.btn-sm { padding: 9px 18px; font-size: 12px; min-height: 38px; }
.btn-lg { padding: 16px 32px; font-size: 15px; min-height: 54px; letter-spacing: 0.1em; }
.btn-block { width: 100%; }

.btn-primary {
  background: var(--c-accent);
  color: #fff !important;
  box-shadow: var(--shadow-sm);
}
.btn-primary:hover { background: var(--c-accent-d); opacity: 1; transform: translateY(-1px); }

.btn-outline {
  background: #fff;
  color: var(--c-text) !important;
  border-color: var(--c-line-2);
}
.btn-outline:hover { background: var(--c-bg-2); opacity: 1; }

/* ポケパラCTA：白ベースの上品ボタン＋左に小さなブランドアイコン
   - 背景は白/薄アイボリー、枠線は淡いブラウン
   - 既存マークアップ（<i class="fa-up-right-from-square">…ポケパラを見る</i>）を変えず、
     i アイコンを置き換える形でポケパラロゴを CSS で表示する */
.btn-pokepara {
  background: #ffffff;
  color: var(--c-text) !important;
  border-color: var(--c-line-2);
  box-shadow: 0 1px 4px rgba(61, 53, 43, 0.04);
}
.btn-pokepara:hover {
  background: var(--c-bg);                /* 薄アイボリー */
  border-color: var(--c-accent-l);
  opacity: 1;
}
/* 既存 <i class="fa-..."> をポケパラ公式ロゴの小さな丸バッジに置き換え
   （HTMLは触らず、Font Awesome字形を隠して背景画像で代替） */
.btn-pokepara > i {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 0;                            /* Font Awesomeの字形を非表示 */
  background-image: url("/static/images/pokepara-logo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid rgba(61, 53, 43, 0.08);
  flex-shrink: 0;
  vertical-align: middle;
}
.btn-pokepara > i::before { content: none; }    /* FAの::before字形を完全に消す */
/* サイズ別微調整 */
.btn-pokepara.btn-sm > i  { width: 16px; height: 16px; }
.btn-pokepara.btn-lg > i  { width: 22px; height: 22px; }

/* LINE: 認識しやすさは保ちつつ、サイト全体になじむようややトーンを落としたグリーン */
.btn-line {
  background: linear-gradient(135deg, #2cb964 0%, #25a05a 100%);
  color: #fff !important;
  box-shadow: var(--shadow-sm);
}
.btn-line:hover { background: linear-gradient(135deg, #28a85a 0%, #1f8d4d 100%); opacity: 1; }

/* Instagram: グラデーションを落として、上品・落ち着き寄りに
   ─ 彩度をひと段控えめにし、サイト全体のグレージュ／champagneに馴染ませる */
.btn-instagram {
  background: linear-gradient(135deg, #e7c79c 0%, #cf9a86 38%, #b8819a 68%, #8e7aa0 100%);
  color: #fff !important;
  box-shadow: var(--shadow-sm);
}
.btn-instagram:hover { opacity: 0.92; }

.btn-instagram-on-dark {
  background: rgba(255,255,255,0.96);
  color: #c9437d !important;
  border: 1px solid rgba(255,255,255,0.7);
}
.btn-instagram-on-dark:hover { background: #fff; opacity: 1; }

/* =============================================================
   Header
   ============================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 248, 243, 0.92);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--c-line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 68px;
}
.header-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.header-logo img {
  height: 42px;
  width: auto;
  object-fit: contain;
}
.header-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
  margin-right: 14px;
}
.header-nav a {
  position: relative;
  font-size: 12.5px;
  letter-spacing: 0.18em;
  color: var(--c-text);
  font-weight: 500;
  padding: 4px 0;
}
.header-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: var(--c-accent);
  transition: all .25s ease;
  transform: translateX(-50%);
}
.header-nav a:hover { color: var(--c-accent-d); opacity: 1; }
.header-nav a:hover::after,
.header-nav a.is-active::after { width: 20px; }
.header-nav a.is-active { color: var(--c-accent-d); }

.header-cta {
  flex-shrink: 0;
}

.menu-toggle {
  display: none;
  background: #fff;
  border: 1px solid var(--c-line);
  width: 42px;
  height: 42px;
  border-radius: var(--r-sm);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: var(--c-text);
}

/* mobile drawer */
.mobile-drawer {
  position: fixed;
  inset: 0;
  background: rgba(35, 28, 20, 0.45);
  /* ヘッダーの backdrop-filter による stacking context を確実に超えるため
     大きな値を指定。ヘッダー(z-index:50) / 下部固定CTA(z-index:60) より必ず上。 */
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
}
.mobile-drawer.is-open {
  opacity: 1;
  visibility: visible;
}
/* ドロワーが開いている間は、親であるヘッダー側の backdrop-filter / 背景を
   一時的に無効化して stacking context を解除し、
   drawer がヘッダー帯（ロゴ等）の上にきちんと覆い被さるようにする。
   閉じれば即座に元の見た目に戻る。
   ─ :has() 対応ブラウザ + JSで付与する .drawer-open フォールバック の二重指定。 */
.site-header.drawer-open,
.site-header:has(.mobile-drawer.is-open) {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom-color: transparent;
}
.drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(86%, 360px);
  background: var(--c-bg);
  /* 最下部CTAボタンが見切れないよう下余白を少しだけ増やす（固定CTAは非表示にしているが、保険） */
  padding: 24px 22px calc(40px + env(safe-area-inset-bottom));
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform .3s ease;
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
}
.mobile-drawer.is-open .drawer-panel { transform: translateX(0); }
.drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--c-line);
}
.drawer-head img { height: 38px; width: auto; }
.drawer-close {
  background: transparent;
  border: 0;
  width: 36px;
  height: 36px;
  font-size: 22px;
  cursor: pointer;
  color: var(--c-text);
}
.drawer-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 28px;
}
.drawer-nav a {
  padding: 14px 6px;
  font-size: 15px;
  letter-spacing: 0.14em;
  color: var(--c-text);
  border-bottom: 1px dashed var(--c-line);
  font-weight: 500;
}
.drawer-nav a.is-active { color: var(--c-accent-d); }
.drawer-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}

@media (max-width: 900px) {
  .header-nav, .header-cta { display: none; }
  .menu-toggle { display: inline-flex; }
  .header-inner { height: 62px; }
  .header-logo img { height: 36px; }
}

/* =============================================================
   Hero
   ============================================================= */
.hero {
  position: relative;
  padding: 56px 0 72px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: 10%;
  right: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 196, 163, 0.35) 0%, transparent 70%);
  z-index: 0;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}
/* Mobile order: photo first, then text */
.hero-inner .hero-text { order: 2; }
.hero-inner .hero-visual { order: 1; }
@media (min-width: 901px) {
  .hero-inner .hero-text { order: 1; }
  .hero-inner .hero-visual { order: 2; }
}
.hero-eyebrow {
  display: inline-block;
  font-family: var(--f-serif);
  font-size: 11px;
  letter-spacing: 0.4em;
  color: var(--c-accent-d);
  padding-bottom: 8px;
  border-bottom: 1px solid var(--c-accent-l);
  margin-bottom: 22px;
}
.hero-title {
  font-family: var(--f-serif);
  font-weight: 500;
  font-size: clamp(24px, 4vw, 38px);
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0 0 22px;
  color: var(--c-text);
}
.hero-sub {
  font-size: 14.5px;
  line-height: 2.1;
  color: var(--c-text-sub);
  margin: 0 0 30px;
}
.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
/* Hero visual : 実店写真バージョン　上品な角丸・ソフト影 */
.hero-visual {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--c-line);
  background: var(--c-card);
}
.hero-visual-photo { aspect-ratio: 3 / 4; }
.hero-visual-photo .hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* 薄いオーバーレイで読みやすさと雰囲気をそろえる */
.hero-visual-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(61,53,43,0.05) 0%, rgba(61,53,43,0.18) 100%);
  pointer-events: none;
  z-index: 1;
}
.hero-decor {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--c-line);
  border-radius: var(--r-pill);
  padding: 7px 16px;
  font-family: var(--f-serif);
  font-size: 10.5px;
  letter-spacing: 0.3em;
  color: var(--c-accent-d);
  box-shadow: var(--shadow-xs);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.recruit-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.tag-chip {
  display: inline-block;
  background: rgba(255,255,255,0.85);
  border: 1px solid var(--c-line);
  color: var(--c-accent-d);
  padding: 5px 14px;
  border-radius: var(--r-pill);
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media (max-width: 900px) {
  .hero { padding: 24px 0 44px; }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }
  .hero-eyebrow { display: inline-block; margin-bottom: 16px; }
  .hero-title { font-size: 22px; line-height: 1.55; margin-bottom: 16px; }
  .hero-sub { font-size: 13.5px; line-height: 1.95; margin-bottom: 22px; }
  .hero-cta { justify-content: center; }
  .hero-visual-photo {
    max-width: 420px;
    margin: 0 auto;
    aspect-ratio: 4 / 5;
  }
  .hero-decor { bottom: 10px; right: 10px; padding: 6px 13px; font-size: 10px; }
  .recruit-tags { justify-content: center; }
}

/* -----------------------------------------------------------------
   First-view tuning (mobile only) — TOP / Recruit 共通
   - 写真の縦比を抑え、コピー/CTA をスマホ初回画面に入りやすくする
   - Recruit ページも同じ骨組み・同じ余白で揃える
   ----------------------------------------------------------------- */
@media (max-width: 900px) {
  .hero {
    padding: 18px 0 36px;
  }
  .hero .hero-inner {
    gap: 18px;
  }
  /* 写真：縦比を 4:5 → 横長気味 + 高さ上限で約15〜20%コンパクト化 */
  .hero .hero-visual-photo {
    max-width: 380px;
    aspect-ratio: 16 / 15;
    max-height: 38vh;
  }
  /* 英字装飾は控えめに：サイズダウン + 下線を短く + 余白タイト */
  .hero .hero-eyebrow {
    font-size: 10px;
    letter-spacing: 0.32em;
    padding-bottom: 5px;
    margin-bottom: 12px;
    border-bottom: none;
    position: relative;
  }
  .hero .hero-eyebrow::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 36px;
    height: 1px;
    background: var(--c-accent-l);
  }
  /* メインコピー：サイズと行間・余白を少しだけタイトに（上品さは維持） */
  .hero .hero-title {
    font-size: 20.5px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin: 0 0 12px;
  }
  /* サブコピー：メインとの距離を少しだけ詰める */
  .hero .hero-sub {
    font-size: 13px;
    line-height: 1.85;
    margin: 0 0 18px;
  }
  /* CTAボタン：サイズはそのまま、上余白だけ少し締める */
  .hero .hero-cta {
    gap: 10px;
  }
  /* Recruit Hero の CAST WANTED チップを少しだけ控えめに */
  .recruit-hero .hero-decor {
    font-size: 9.5px;
    letter-spacing: 0.28em;
    padding: 5px 11px;
  }
}

/* さらに小さい画面（縦の余裕が少ない）でもう一段だけ詰める */
@media (max-width: 420px) {
  .hero .hero-visual-photo {
    aspect-ratio: 16 / 13;
    max-height: 34vh;
  }
  .hero .hero-title {
    font-size: 19px;
  }
}

/* -----------------------------------------------------------------
   Recruit page : FV外に出したタグ群の見せ方
   - 1画面目を圧迫しない位置で、すっきり横並びに見せる
   ----------------------------------------------------------------- */
.recruit-tags-band {
  padding: 4px 0 8px;
}
.recruit-tags-band .recruit-tags {
  justify-content: center;
  margin-top: 0;
}
@media (max-width: 900px) {
  .recruit-tags-band {
    padding: 2px 0 10px;
  }
}

/* =============================================================
   Section common
   ============================================================= */
.section {
  padding: 64px 0;
  position: relative;
}
.section-tinted {
  background: rgba(244, 237, 225, 0.55);
}
.section-warm {
  background: linear-gradient(180deg, #f8f1e2 0%, #f0e4ca 100%);
}

.section-head {
  text-align: center;
  margin-bottom: 44px;
}
.section-en {
  display: block;
  font-family: var(--f-serif);
  font-size: 12px;
  letter-spacing: 0.45em;
  color: var(--c-accent-d);
  margin-bottom: 8px;
  text-transform: uppercase;
}
.section-title {
  font-family: var(--f-serif);
  font-weight: 500;
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: 0.1em;
  margin: 0;
  color: var(--c-text);
}
.divider {
  width: 36px;
  height: 1px;
  background: var(--c-accent-l);
  margin: 18px auto 0;
}
.section-lead {
  margin-top: 18px;
  color: var(--c-text-sub);
  font-size: 14px;
  line-height: 2;
}

@media (max-width: 900px) {
  .section { padding: 56px 0; }
}

/* =============================================================
   About
   ============================================================= */
.about-text {
  max-width: 720px;
  margin: 0 auto 26px;
  text-align: center;
  color: var(--c-text-sub);
  font-size: 14.5px;
  line-height: 1.95;
}
.about-meta {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.about-meta li {
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  padding: 18px 14px;
  text-align: center;
  font-size: 13.5px;
  color: var(--c-text);
  font-weight: 500;
}
.about-meta li strong {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--c-accent-d);
  margin-bottom: 6px;
  font-weight: 600;
}
@media (max-width: 720px) {
  .about-meta { grid-template-columns: repeat(2, 1fr); }
}

/* =============================================================
   Placeholder (仮画像)
   ============================================================= */
.placeholder {
  position: relative;
  width: 100%;
  min-height: 220px;
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(135deg, #f8f1e2 0%, #ece1cb 100%);
  border-radius: var(--r-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--c-accent-d);
  border: 1px dashed var(--c-line-2);
  overflow: hidden;
  text-align: center;
  padding: 24px;
}
.placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,0.32) 0 2px, transparent 2px 14px);
  opacity: .55;
  pointer-events: none;
}
.placeholder i {
  font-size: 32px;
  color: var(--c-accent);
  margin-bottom: 10px;
  position: relative;
}
.placeholder .ph-label {
  font-family: var(--f-serif);
  font-size: 13px;
  letter-spacing: 0.3em;
  color: var(--c-accent-d);
  font-weight: 600;
  position: relative;
  margin-bottom: 4px;
}
.placeholder .ph-sub {
  font-size: 11px;
  color: var(--c-text-sub);
  letter-spacing: 0.05em;
  position: relative;
}
.placeholder.tall { aspect-ratio: 3 / 4; }

/* =============================================================
   Atmosphere (TOP)
   ============================================================= */
.atmos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 36px;
}
.atmos-grid .placeholder { aspect-ratio: 1 / 1; }
.atmos-grid .placeholder.tall {
  grid-column: span 1;
  grid-row: span 2;
  aspect-ratio: 1 / 2.05;
}

/* Photo grid (実写版) : メイン大きめ + サブ二つ */
.atmos-grid-photo {
  grid-template-columns: 1.6fr 1fr;
  grid-template-rows: auto auto;
  gap: 14px;
}
.atmos-photo {
  position: relative;
  margin: 0;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--c-card);
  border: 1px solid var(--c-line);
  box-shadow: var(--shadow-xs);
  aspect-ratio: 4 / 3;
}
.atmos-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.atmos-photo-main {
  grid-row: span 2;
  aspect-ratio: auto;
  min-height: 100%;
}
.atmos-grid-photo > .atmos-photo:not(.atmos-photo-main) {
  aspect-ratio: 16 / 11;
}
.atmos-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.atmos-points li {
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  padding: 18px 12px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: var(--c-text);
}
.atmos-points li i {
  display: block;
  font-size: 22px;
  color: var(--c-accent);
  margin-bottom: 8px;
}
@media (max-width: 720px) {
  .atmos-grid { grid-template-columns: repeat(2, 1fr); }
  .atmos-grid .placeholder.tall {
    grid-column: span 2;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }
  .atmos-points { grid-template-columns: repeat(2, 1fr); }
  /* Photo grid mobile : メインを上に大きく、サブを下に2枚 */
  .atmos-grid-photo {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .atmos-photo-main {
    grid-column: span 2;
    grid-row: auto;
    aspect-ratio: 16 / 11;
  }
  .atmos-grid-photo > .atmos-photo:not(.atmos-photo-main) {
    aspect-ratio: 4 / 3;
  }
}

/* =============================================================
   System / Price (TOP)
   ============================================================= */
.price-card {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 36px 40px;
  box-shadow: var(--shadow-sm);
  position: relative;
}
.price-card::before {
  content: "";
  position: absolute;
  top: -1px; left: 24px; right: 24px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--c-accent-l), transparent);
  border-radius: 2px;
}
.price-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 16px 4px;
  border-bottom: 1px dashed var(--c-line);
  gap: 16px;
}
.price-list li:last-child { border-bottom: 0; }
.price-list .label {
  font-family: var(--f-serif);
  font-size: 15px;
  letter-spacing: 0.06em;
  color: var(--c-text);
}
.price-list .value {
  font-weight: 700;
  font-size: 16px;
  color: var(--c-accent-d);
  text-align: right;
  letter-spacing: 0.04em;
}
.price-note {
  margin: 22px 0 22px;
  text-align: center;
  font-size: 13px;
  color: var(--c-text-sub);
}
.price-cta { text-align: center; }
@media (max-width: 720px) {
  .price-card { padding: 26px 22px; }
  .price-list .label { font-size: 14px; }
  .price-list .value { font-size: 15px; }
}

/* =============================================================
   Access (TOP)
   ============================================================= */
.access-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: stretch;
  max-width: 720px;
  margin: 0 auto;
}
.access-info {
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 30px 32px;
}
.access-info dl { margin: 0; }
.access-info dt {
  font-size: 11px;
  letter-spacing: 0.25em;
  color: var(--c-accent-d);
  margin-top: 16px;
  font-weight: 600;
}
.access-info dt:first-child { margin-top: 0; }
.access-info dd {
  margin: 6px 0 14px;
  font-size: 14.5px;
  line-height: 1.85;
  padding-bottom: 14px;
  border-bottom: 1px dashed var(--c-line);
}
.access-info dd:last-child { border-bottom: 0; padding-bottom: 0; }
.access-cta { margin-top: 18px; display: flex; gap: 10px; flex-wrap: wrap; }
@media (max-width: 900px) {
  .access-grid { gap: 18px; }
  .access-info { padding: 26px 22px; }
}

/* -----------------------------------------------------------------
   Access stack : 店舗情報 → 地図 → ルート の縦積み構成（1カラム）
   ----------------------------------------------------------------- */
.access-stack {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 720px;
  margin: 0 auto;
}

/* Google Maps iframe card (上品・角丸・薄い枠) */
.map-card {
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  aspect-ratio: 16 / 11;
}
.map-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  /* 地図のビビッドさを少し抑えて、サイト全体のトーンに馴染ませる */
  filter: saturate(0.92) contrast(0.98);
}

/* Route search block */
.route-block {
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 26px 26px 28px;
  box-shadow: var(--shadow-xs);
}
.route-heading {
  font-family: var(--f-serif);
  font-size: 16px;
  letter-spacing: 0.08em;
  color: var(--c-text);
  margin: 0 0 16px;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.route-heading i {
  color: var(--c-accent-d);
  font-size: 15px;
}

.route-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}
.route-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: linear-gradient(180deg, #ffffff 0%, #fbf5ea 100%);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  padding: 16px 8px 14px;
  color: var(--c-text);
  text-decoration: none;
  font-weight: 500;
  min-height: 88px;
  transition: transform .15s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.route-btn:hover {
  background: linear-gradient(180deg, #fffaf0 0%, #f4e8d0 100%);
  border-color: var(--c-accent-l);
  box-shadow: var(--shadow-sm);
  transform: translateY(-1px);
  opacity: 1;
}
.route-btn i {
  font-size: 22px;
  color: var(--c-accent-d);
  margin-bottom: 2px;
}
.route-btn .route-label {
  font-size: 13.5px;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: var(--c-text);
}
.route-btn .route-sub {
  font-family: var(--f-serif);
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--c-accent-d);
  opacity: 0.85;
}

/* Map CTA (Google Mapで大きく見る) */
.map-cta {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}
.map-cta .btn {
  min-width: 280px;
}

/* Note (補足文) */
.access-note {
  margin: 18px 0 0;
  padding: 14px 16px;
  background: var(--c-bg-2);
  border: 1px dashed var(--c-line-2);
  border-radius: var(--r-md);
  font-size: 12.5px;
  line-height: 1.85;
  color: var(--c-text-sub);
  position: relative;
}
.access-note i {
  color: var(--c-accent-d);
  margin-right: 6px;
}

/* Contact row inside access (Phone / LINE) */
.access-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}
.access-contact .btn {
  width: 100%;
  font-size: 13.5px;
}

@media (max-width: 720px) {
  .map-card { aspect-ratio: 4 / 3.4; }
  .route-block { padding: 22px 18px 24px; }
  .route-heading { font-size: 14.5px; letter-spacing: 0.06em; }
  .route-buttons { gap: 8px; }
  .route-btn {
    padding: 14px 4px 12px;
    min-height: 84px;
  }
  .route-btn i { font-size: 20px; }
  .route-btn .route-label { font-size: 12.5px; }
  .route-btn .route-sub { font-size: 9.5px; letter-spacing: 0.25em; }
  .map-cta .btn { min-width: 0; width: 100%; }
  .access-contact { grid-template-columns: 1fr; }
}

/* 固定CTAに隠れないように、ACCESSの直後にしっかり余白を確保 */
#access { padding-bottom: 80px; }
@media (max-width: 900px) {
  #access { padding-bottom: 64px; }
}

/* =============================================================
   FAQ
   ============================================================= */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item {
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  margin-bottom: 8px;
  overflow: hidden;
  transition: box-shadow .2s ease;
}
.faq-item[open] { box-shadow: var(--shadow-sm); }
.faq-item summary {
  display: flex;
  align-items: center;
  padding: 14px 20px 14px 56px;
  cursor: pointer;
  list-style: none;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  gap: 12px;
  line-height: 1.6;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-image: url("/static/images/q-gold.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 720px) {
  .faq-item summary {
    padding-left: 44px;
  }
  .faq-item summary::before {
    left: 14px;
    width: 26px;
    height: 26px;
  }
}
.faq-item summary::after {
  content: "＋";
  margin-left: auto;
  color: var(--c-accent-d);
  font-weight: 300;
  font-size: 20px;
  transition: transform .2s ease;
}
.faq-item[open] summary::after { content: "−"; }
.faq-body {
  padding: 0 20px 16px 52px;
  color: var(--c-text-sub);
  font-size: 13.5px;
  line-height: 1.85;
  position: relative;
}
.faq-body::before {
  content: "A";
  position: absolute;
  left: 20px;
  top: 0;
  width: 22px;
  height: 22px;
  background: var(--c-bg-2);
  color: var(--c-accent-d);
  border: 1px solid var(--c-accent-l);
  border-radius: 50%;
  font-family: var(--f-serif);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

/* =============================================================
   SNS Panel (TOP)
   ============================================================= */
.sns-panel {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 36px 40px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.sns-panel p {
  color: var(--c-text-sub);
  margin: 0 0 22px;
  font-size: 14.5px;
}
.sns-buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  max-width: 360px;
  margin: 0 auto;
}
@media (max-width: 720px) {
  .sns-panel { padding: 28px 22px; }
}

/* =============================================================
   Recruit promo (bottom of TOP)
   ============================================================= */
.recruit-promo {
  max-width: 760px;
  margin: 0 auto;
  background: linear-gradient(135deg, #fff9ee 0%, #f4e3c2 100%);
  border: 1px solid var(--c-accent-l);
  border-radius: var(--r-lg);
  padding: 48px 36px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.recruit-promo::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}
.recruit-promo .section-en { margin-bottom: 6px; position: relative; }
.recruit-promo h2 {
  font-family: var(--f-serif);
  font-size: clamp(22px, 3vw, 28px);
  margin: 0 0 16px;
  letter-spacing: 0.1em;
  position: relative;
}
.recruit-promo p {
  color: var(--c-text-sub);
  margin: 0 0 26px;
  position: relative;
}
.recruit-promo .btn { position: relative; }
.recruit-promo .btn i { margin-left: 4px; }

/* Recruit promo with photo : \u30c6\u30ad\u30b9\u30c8\u3068\u5c0f\u3055\u306a\u5199\u771f\u306e2\u30ab\u30e9\u30e0 */
.recruit-promo-photo {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  align-items: center;
  text-align: left;
  padding: 40px 36px;
}
.recruit-promo-photo .recruit-promo-text { position: relative; }
.recruit-promo-photo .recruit-promo-text h2 { text-align: left; }
.recruit-promo-img {
  position: relative;
  margin: 0;
  border-radius: var(--r-md);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--c-line);
}
.recruit-promo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 720px) {
  .recruit-promo-photo {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
    padding: 32px 24px;
  }
  .recruit-promo-photo .recruit-promo-text h2 { text-align: center; }
  .recruit-promo-img { max-width: 320px; margin: 0 auto; aspect-ratio: 16 / 11; }
}

/* Recruitページ補助写真：本文を圧迫しないよう余白を少しだけ詰める */
.recruit-photo-band {
  position: relative;
  margin: 4px auto 24px;
  max-width: 760px;
  border-radius: var(--r-md);
  overflow: hidden;
  border: 1px solid var(--c-line);
  box-shadow: var(--shadow-xs);
  aspect-ratio: 16 / 9;
}
.recruit-photo-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.recruit-photo-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 760px;
  margin: 28px auto 0;
}
@media (max-width: 720px) {
  .recruit-photo-band { aspect-ratio: 4 / 3; margin-bottom: 20px; }
  .recruit-photo-pair { gap: 10px; margin-top: 22px; }
}

/* =============================================================
   For You (Recruit)
   ============================================================= */
.fit-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 880px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.fit-list li {
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  /* 左パディング(PC)：アイコン径28 + 左余白14 + テキスト前余白6 = 48 */
  padding: 14px 16px 14px 48px;
  font-size: 13.5px;
  font-weight: 500;
  position: relative;
  line-height: 1.55;
  color: var(--c-text);
}
/* チェックアイコン（ゴールド系グラデーション画像）。
   元のFontAwesome版22pxを基準にした控えめなサイズで、
   テキストの読みやすさと上品さを優先。
   - PC: 28px / SP: 26px
   - background-size: cover で円内をフィット
   - Retina原寸120pxなので、4倍以上の密度で鮮明 */
.fit-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-image: url("/static/images/check-gold.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* 画像の縁を周囲のクリーム背景に馴染ませる極薄シャドウ */
  box-shadow: 0 1px 2px rgba(61, 53, 43, 0.06);
}
@media (max-width: 720px) {
  .fit-list { grid-template-columns: 1fr; gap: 8px; }
  /* SP：アイコン径26 + 左余白13 + テキスト前余白5 = 44 */
  .fit-list li { padding: 13px 14px 13px 44px; }
  .fit-list li::before {
    left: 13px;
    width: 26px;
    height: 26px;
  }
}

/* =============================================================
   3 Reasons (Recruit)
   ============================================================= */
.reason-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
}
.reason-card {
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 24px 22px 22px;
  box-shadow: var(--shadow-sm);
  position: relative;
}
.reason-num {
  font-family: var(--f-serif);
  font-size: 32px;
  font-weight: 500;
  color: var(--c-accent);
  margin: 0 0 8px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.reason-card h3 {
  font-family: var(--f-serif);
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
  letter-spacing: 0.06em;
  color: var(--c-text);
  position: relative;
  padding-bottom: 10px;
  line-height: 1.5;
}
.reason-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 1px;
  background: var(--c-accent-l);
}
.reason-card p {
  margin: 0;
  font-size: 13px;
  color: var(--c-text-sub);
  line-height: 1.8;
}
@media (max-width: 900px) {
  .reason-grid { grid-template-columns: 1fr; gap: 12px; }
  .reason-card { padding: 20px 20px 20px; }
}

/* =============================================================
   Conditions / Terms (Recruit)
   ============================================================= */
.terms-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 980px;
  margin: 0 auto;
}
.term-card {
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 92px;
  justify-content: center;
  text-align: center;
}
/* 補助条件の英字ラベルは主張を抑え、条件内容を読ませる */
.term-label {
  font-family: var(--f-serif);
  font-size: 9.5px;
  letter-spacing: 0.24em;
  color: var(--c-text-mute);
  font-weight: 500;
}
.term-value {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--c-text);
  line-height: 1.5;
}
/* 重要条件はそのまま上品なハイライトを維持しつつ、ラベルにアクセントを少し戻す */
.term-card.is-highlight {
  background: linear-gradient(135deg, #fff9ee 0%, #f6e7c4 100%);
  border-color: var(--c-accent-l);
  box-shadow: var(--shadow-xs);
}
.term-card.is-highlight .term-label {
  color: var(--c-accent-d);
  font-weight: 600;
}
.term-card.is-highlight .term-value {
  color: var(--c-accent-d);
  font-size: 14.5px;
}
@media (max-width: 900px) {
  .terms-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .terms-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .term-card { min-height: 84px; padding: 14px 12px; }
  .term-value { font-size: 13px; }
  .term-card.is-highlight .term-value { font-size: 14px; }
}

/* =============================================================
   Steps / Flow (Recruit)
   ============================================================= */
.steps-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 760px;
  position: relative;
}
.step-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px dashed var(--c-line);
  align-items: center;
}
.step-item:last-child { border-bottom: 0; }
.step-num {
  text-align: center;
  background: linear-gradient(135deg, var(--c-accent) 0%, var(--c-accent-d) 100%);
  color: #fff;
  border-radius: var(--r-md);
  padding: 10px 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 62px;
}
.step-en {
  display: block;
  font-family: var(--f-serif);
  font-size: 9.5px;
  letter-spacing: 0.28em;
  opacity: 0.85;
}
.step-no {
  display: block;
  font-family: var(--f-serif);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 2px;
}
.step-body h3 {
  margin: 0 0 4px;
  font-family: var(--f-serif);
  font-size: 15.5px;
  font-weight: 600;
  color: var(--c-text);
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.step-body p {
  margin: 0;
  font-size: 13px;
  color: var(--c-text-sub);
  line-height: 1.8;
}
.steps-note {
  max-width: 760px;
  margin: 22px auto 0;
  text-align: center;
  background: #fff;
  border: 1px dashed var(--c-accent-l);
  border-radius: var(--r-md);
  padding: 16px 20px;
  font-size: 13.5px;
  color: var(--c-accent-d);
  font-weight: 500;
  line-height: 1.7;
}
.steps-note i { margin-right: 8px; }
@media (max-width: 480px) {
  .step-item { grid-template-columns: 64px 1fr; gap: 14px; padding: 14px 0; }
  .step-num { min-height: 56px; padding: 8px 4px; }
  .step-no { font-size: 20px; }
  .step-body h3 { font-size: 14.5px; }
}

/* -----------------------------------------------------------------
   Recruit page : 固定CTA被り防止のためのセクション末尾余白補強
   - Conditions / Flow / Recruit FAQ など Recruit 固有要素を持つ
     section の末尾に少しだけ余白を足し、最後のカードが見切れないよう保証
   - TOP には影響しない（these selectors only match Recruit page sections）
   ----------------------------------------------------------------- */
@media (max-width: 900px) {
  .section:has(.terms-grid),
  .section:has(.steps-list),
  .section:has(.fit-list),
  .section:has(.reason-grid) {
    padding-bottom: 56px;
  }
}

/* =============================================================
   Final CTA (Recruit)
   ============================================================= */
.final-cta {
  background:
    linear-gradient(135deg, var(--c-accent-d) 0%, var(--c-accent) 60%, #c79c6c 100%);
  color: #fff;
  text-align: center;
  padding: 84px 0 100px;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -60px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
.final-cta::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}
.final-cta .section-en {
  color: #f4e5d3 !important;
  margin-bottom: 8px;
  position: relative;
}
.final-cta h2 {
  font-family: var(--f-serif);
  font-size: clamp(24px, 3.4vw, 30px);
  margin: 0 0 18px;
  letter-spacing: 0.1em;
  position: relative;
}
.final-cta p {
  max-width: 560px;
  margin: 0 auto 28px;
  font-size: 14.5px;
  line-height: 2;
  position: relative;
  color: rgba(255, 255, 255, 0.92);
}
.btn-row {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

/* =============================================================
   Footer
   ============================================================= */
.site-footer {
  background: #fff;
  border-top: 1px solid var(--c-line);
  padding: 56px 0 120px;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--c-line);
}
.footer-logo img {
  height: 48px;
  width: auto;
  margin-bottom: 18px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  font-size: 13px;
  letter-spacing: 0.12em;
}
.footer-links a { color: var(--c-text); }
.footer-info {
  font-size: 13px;
  color: var(--c-text-sub);
  line-height: 1.95;
}
.footer-info p { margin: 0 0 4px; }
.footer-info strong { color: var(--c-text); }
.footer-info a { color: var(--c-accent-d); }
.footer-bottom {
  margin-top: 28px;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--c-text-mute);
}
@media (max-width: 720px) {
  .footer-inner { grid-template-columns: 1fr; gap: 22px; }
  /* 固定CTA高さ分　1ページ最後のコンテンツが隠れないよう余白を保証 */
  .site-footer { padding-bottom: 96px; }
}

/* =============================================================
   Fixed Mobile CTA (高さを少し抑え、心地よいタップ領域は保つ)
   ============================================================= */
.fixed-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--c-line);
  padding: 6px 10px calc(6px + env(safe-area-inset-bottom));
  gap: 8px;
  box-shadow: 0 -3px 16px rgba(120, 95, 60, 0.07);
}
.fixed-cta .btn {
  flex: 1;
  font-size: 12.5px;
  padding: 9px 6px;
  min-height: 42px;
  letter-spacing: 0.03em;
  gap: 6px;
}
.fixed-cta .btn i { font-size: 13px; }
/* ドロワー展開時は固定CTAバーを確実に非表示にして、メニュー内ボタンとの重なりを防ぐ
   ─ :has() 対応ブラウザ + JSで body に付与する .drawer-open フォールバック の二重指定 */
body.drawer-open .fixed-cta,
body:has(.mobile-drawer.is-open) .fixed-cta {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease;
}
@media (max-width: 900px) {
  .fixed-cta { display: flex; }
  /* 固定CTAに本文・ボタンが隠れないよう、全ページ下部に余白を確保 */
  body { padding-bottom: 64px; }
  /* セクション末尾のCTAボタンが隠れないよう追加余白 */
  .price-card { margin-bottom: 8px; }
  .access-cta { margin-bottom: 4px; }
}

/* =============================================================
   Back to Top button (全ページ共通)
   - 一定量スクロールしたら右下にふわっと表示
   - 下部固定CTAと重ならないよう、CTAの少し上に配置
   - ドロワー展開中・ページ最上部にいる時は非表示
   ============================================================= */
.back-to-top {
  position: fixed;
  right: 18px;
  /* 下部固定CTAの高さ(約54px) + iPhoneセーフエリア + 余白16〜24px */
  bottom: calc(70px + env(safe-area-inset-bottom));
  z-index: 55; /* 固定CTA(60)より下、本文より上に。CTAタップ操作を邪魔しない */
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--c-line);
  background: rgba(255, 255, 255, 0.94);
  color: var(--c-accent-d);
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(120, 95, 60, 0.10);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition:
    opacity .28s ease,
    visibility .28s ease,
    transform .28s ease,
    background-color .2s ease;
}
.back-to-top:hover {
  background: #fff;
  color: var(--c-accent);
}
/* JSで付与 ─ スクロール量がしきい値を超えたら表示 */
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
/* ドロワー展開中は確実に非表示（重なり防止） */
body.drawer-open .back-to-top,
body:has(.mobile-drawer.is-open) .back-to-top {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
/* スマホ最小幅では少しだけコンパクトに */
@media (max-width: 420px) {
  .back-to-top {
    right: 14px;
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
/* PC（>900px）：固定CTAが非表示になるので、純粋に画面右下に置く */
@media (min-width: 901px) {
  .back-to-top {
    bottom: 28px;
    right: 28px;
    width: 46px;
    height: 46px;
    font-size: 15px;
  }
}
/* アクセシビリティ：動き低減設定では transition / transform を無効化 */
@media (prefers-reduced-motion: reduce) {
  .back-to-top {
    transition: opacity .15s ease, visibility .15s ease;
    transform: none;
  }
  .back-to-top.is-visible { transform: none; }
}

/* =============================================================
   Page-level
   ============================================================= */
.page-recruit {
  background:
    radial-gradient(circle at 0% 0%, #f6efe1 0%, transparent 35%),
    radial-gradient(circle at 100% 100%, #f0e6d2 0%, transparent 40%),
    #fbf8f3;
}

/* =============================================================
   First-View entrance animation (TOP only, scoped to .fv-anim)
   - 写真がふわっと差し込まれ、コピー類が少し遅れて順に立ち上がる
   - ループしない / スクロール連動しない / 初回のみ
   ============================================================= */
/* 写真ラッパー：ごく軽くフェードして枠を自然に出す（位置/影/角丸は動かさない） */
@keyframes fvPhotoFrameIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* 写真本体：下から少し持ち上がりつつ、軽くズーム＆ぼかしから自然に収まる */
@keyframes fvPhotoIn {
  from {
    opacity: 0;
    transform: translateY(32px) scale(1.08);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
@keyframes fvCopyIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 初期状態（JS不要・CSSのみ） */
.fv-anim .fv-reveal-photo,
.fv-anim .fv-reveal {
  opacity: 0;
  will-change: opacity, transform;
}

/* 写真ラッパー：枠そのものは静かに出す（位置・影・角丸は不動） */
.fv-anim .fv-reveal-photo {
  animation: fvPhotoFrameIn 0.6s ease-out both;
  animation-delay: 0s;
}
/* 写真本体：少し下から持ち上がり、ほんのり拡大＆ぼかしから上品に収束
   - 枠側に overflow:hidden があるため、scale 1.08 でも枠内で美しくマスクされる
   - transform-origin を中心固定にして、ズレや横ブレを抑える */
.fv-anim .fv-reveal-photo .hero-photo {
  opacity: 0;
  will-change: opacity, transform, filter;
  transform-origin: center center;
  backface-visibility: hidden;
  animation: fvPhotoIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.05s;
}

/* コピー類：順次フェードイン */
.fv-anim .fv-reveal {
  animation: fvCopyIn 0.65s ease-out both;
}
.fv-anim .fv-step-2 { animation-delay: 0.55s; } /* 英字ラベル */
.fv-anim .fv-step-3 { animation-delay: 0.75s; } /* メインコピー */
.fv-anim .fv-step-4 { animation-delay: 0.95s; } /* サブコピー */
.fv-anim .fv-step-5 { animation-delay: 1.15s; } /* CTAボタン */

/* FV内の余白だけ少しだけ整える（他セクションには非影響） */
.fv-anim .hero-eyebrow { margin-bottom: 18px; }
.fv-anim .hero-title   { margin-bottom: 18px; }
.fv-anim .hero-sub     { margin-bottom: 26px; }

@media (max-width: 900px) {
  .fv-anim .hero-eyebrow { margin-bottom: 14px; }
  .fv-anim .hero-title   { margin-bottom: 14px; }
  .fv-anim .hero-sub     { margin-bottom: 22px; }
  /* 写真直下の縦詰めをほんの少しタイトに */
  .fv-anim .hero-visual-photo { margin-bottom: 4px; }
}

/* アクセシビリティ：動きを減らす設定を尊重 */
@media (prefers-reduced-motion: reduce) {
  .fv-anim .fv-reveal-photo,
  .fv-anim .fv-reveal-photo .hero-photo,
  .fv-anim .fv-reveal {
    animation: none !important;
    opacity: 1;
    transform: none;
    filter: none;
  }
}

/* =========================================================
   Recruit 補助導線：見学・体入の相談フォーム
   - 主導線（LINE / Instagram）は別に存在。ここは“補助”として
     上品でやわらかく、求人サイトっぽくなりすぎないトーンに。
   - 求人ページ専用。.page-recruit スコープではなくセクション
     クラスでスコープしているが、クラス名で衝突は起きない。
   ========================================================= */
.contact-form-section { padding-bottom: 24px; }

/* 主導線（LINE / Instagram）への軽い誘導 */
.contact-form-priority-note {
  margin: 0 auto 12px;
  max-width: 640px;
  text-align: center;
  color: var(--c-text-sub);
  font-size: 13.5px;
  line-height: 1.7;
}
.contact-form-priority-cta {
  margin: 0 auto 28px;
  max-width: 520px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.contact-form-priority-cta .btn { width: 100%; }
@media (max-width: 480px) {
  .contact-form-priority-cta {
    grid-template-columns: 1fr;
    max-width: 360px;
  }
}

/* フォーム本体（白カード） */
.contact-form-card {
  margin: 0 auto;
  max-width: 640px;
  background: var(--c-card);
  border: 1px solid var(--c-line);
  border-radius: 14px;
  padding: 28px 24px;
  box-shadow: 0 2px 14px rgba(120, 95, 60, 0.05);
}
@media (min-width: 720px) {
  .contact-form-card { padding: 36px 36px; }
}

/* 各入力ブロック */
.form-field { margin-bottom: 18px; }
.form-field:last-of-type { margin-bottom: 8px; }
.form-field label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--c-text);
  margin-bottom: 7px;
  letter-spacing: 0.01em;
}
.form-required {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--c-accent-d);
  background: var(--c-accent-soft);
  border-radius: 999px;
  padding: 2px 8px;
  line-height: 1.4;
}
.form-optional {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--c-text-mute);
  background: var(--c-bg-2);
  border-radius: 999px;
  padding: 2px 8px;
  line-height: 1.4;
}

/* 入力欄（共通） */
.contact-form-card input[type="text"],
.contact-form-card select,
.contact-form-card textarea {
  width: 100%;
  font-family: inherit;
  font-size: 15px; /* iOS 16px 未満は自動拡大されるが、ここでは 15px で許容 */
  color: var(--c-text);
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 10px;
  padding: 12px 14px;
  line-height: 1.5;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
  -webkit-appearance: none;
  appearance: none;
}
.contact-form-card input[type="text"]::placeholder,
.contact-form-card textarea::placeholder {
  color: var(--c-text-mute);
  opacity: 1;
}
.contact-form-card input[type="text"]:hover,
.contact-form-card select:hover,
.contact-form-card textarea:hover {
  background: #fffdf9;
}
.contact-form-card input[type="text"]:focus,
.contact-form-card select:focus,
.contact-form-card textarea:focus {
  outline: none;
  border-color: var(--c-accent);
  box-shadow: 0 0 0 3px rgba(176, 138, 90, 0.15);
  background: #fff;
}

/* 入力欄のタップ高さを確保（スマホで押しやすく） */
.contact-form-card input[type="text"],
.contact-form-card select {
  min-height: 48px;
}
.contact-form-card textarea {
  min-height: 130px;
  resize: vertical;
}

/* select の見た目（独自シェブロン） */
.form-select-wrap {
  position: relative;
}
.form-select-wrap select {
  padding-right: 40px;
  cursor: pointer;
}
.form-select-wrap i {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--c-accent-d);
  font-size: 12px;
  pointer-events: none;
}

.form-hint {
  margin: 6px 2px 0;
  font-size: 12px;
  color: var(--c-text-mute);
  line-height: 1.6;
}

/* 送信ボタン周り */
.form-submit { margin-top: 24px; }
.form-submit .btn { letter-spacing: 0.08em; }

/* 注意書き */
.form-notice {
  margin: 16px 2px 0;
  font-size: 12px;
  line-height: 1.75;
  color: var(--c-text-mute);
  text-align: center;
}

/* 送信完了カード */
.contact-form-thanks {
  text-align: center;
}
.contact-form-thanks-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--c-accent-soft);
  color: var(--c-accent-d);
  font-size: 24px;
}
/* 画像差し替え版アイコン（チェックマーク画像）
   ・PC：80px / SP：72px で表示
   ・元画像は200pxなのでRetinaでも鮮明
   ・object-fit: contain で縦横比キープ
   ・見出しとの余白は18pxで現在のバランスを維持 */
.contact-form-thanks-icon-img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 18px;
  object-fit: contain;
  /* 画像自体の縁の白背景が浮かないよう、わずかに馴染ませる */
  border-radius: 50%;
  user-select: none;
  -webkit-user-drag: none;
}
@media (max-width: 768px) {
  .contact-form-thanks-icon-img {
    width: 72px;
    height: 72px;
    margin-bottom: 16px;
  }
}
.contact-form-thanks h3 {
  font-size: 18px;
  margin: 0 0 12px;
  color: var(--c-text);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.contact-form-thanks p {
  margin: 0 0 12px;
  color: var(--c-text-sub);
  font-size: 14px;
  line-height: 1.85;
}
.contact-form-thanks-sub {
  color: var(--c-text-mute) !important;
  font-size: 13px !important;
}
.contact-form-thanks-cta {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.contact-form-thanks-cta .btn { width: 100%; }
@media (max-width: 480px) {
  .contact-form-thanks-cta {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 固定CTA / セーフエリアと被らないための下方向の余白
   - .fixed-cta は約 54px + safe-area。ここに 24px の余裕を足す。
   - 求人ページにだけ効かせるため .page-recruit にスコープ。
   - PC では .fixed-cta が非表示になるため余分な padding を抑える。 */
.page-recruit .contact-form-section {
  padding-bottom: calc(54px + env(safe-area-inset-bottom) + 24px);
}
@media (min-width: 901px) {
  .page-recruit .contact-form-section {
    padding-bottom: 56px;
  }
}

/* ---------- 必須項目エラー表示（上品な薄赤・控えめなトーン） ----------
   - 派手な赤は使わず、温かみのある淡いコーラル系で警告を伝える
   - 通常時のデザインには影響させない（is-invalid / hidden 解除時のみ発火）
   ----------------------------------------------------------------- */

/* フォーム上部の共通エラーバナー */
.form-summary-error {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #fdf1ef;            /* 温かみのある薄いピンクベージュ */
  border: 1px solid #e9c9c2;      /* 落ち着いた赤系 */
  color: #8a4a3d;                  /* 焦げ茶寄りの赤 */
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
.form-summary-error[hidden] { display: none; }

/* 個別のエラーメッセージ（各フィールド下に小さく） */
.form-error {
  margin: 6px 2px 0;
  font-size: 12px;
  line-height: 1.6;
  color: #b25a4b;                  /* 落ち着いた赤茶 */
  letter-spacing: 0.01em;
}
.form-error[hidden] { display: none; }

/* エラー時の入力欄スタイル — 通常時には一切影響しない */
.contact-form-card .form-field.is-invalid input[type="text"],
.contact-form-card .form-field.is-invalid select,
.contact-form-card .form-field.is-invalid textarea {
  border-color: #e0a89b;           /* 薄い赤系の枠線 */
  background: #fefaf9;             /* ごく薄い赤みのある背景 */
}
.contact-form-card .form-field.is-invalid input[type="text"]:focus,
.contact-form-card .form-field.is-invalid select:focus,
.contact-form-card .form-field.is-invalid textarea:focus {
  border-color: #c97766;
  box-shadow: 0 0 0 3px rgba(201, 119, 102, 0.15);
}

/* ============================================================
   HERO NEWS — ファーストビュー内の控えめなお知らせ欄
   （CTAボタンを置き換える形で配置。トーンは白/アイボリー/グレージュに合わせる）
   ============================================================ */
.hero-news {
  background: #fffdf8;                        /* ほんのり温かみのある白 */
  border: 1px solid var(--c-line);
  border-radius: var(--r-md, 14px);
  box-shadow: 0 2px 10px rgba(61, 53, 43, 0.04);
  padding: 14px 16px 12px;
  max-width: 440px;
  margin: 0;
}
.hero-news-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.hero-news-en {
  font-family: var(--f-serif);
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--c-accent-d);
  font-weight: 500;
}
.hero-news-divider {
  width: 22px;
  height: 1px;
  background: var(--c-line-2);
  display: inline-block;
}
.hero-news-ja {
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: var(--c-text-sub);
}
.hero-news-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2px;
  display: flex;
  flex-direction: column;
}
.hero-news-item {
  padding: 8px 0;
  border-top: 1px dashed var(--c-line);
  line-height: 1.65;
  color: var(--c-text);
}
.hero-news-item:first-child {
  border-top: none;
  padding-top: 2px;
}
.hero-news-item:last-child {
  padding-bottom: 2px;
}
.hero-news-title {
  margin: 0 0 2px;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--c-text);
}
.hero-news-text {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--c-text-sub);
}
.hero-news-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: var(--c-accent-d);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.hero-news-link i {
  font-size: 11px;
  transition: transform 0.2s ease;
}
.hero-news-link:hover {
  color: var(--c-accent);
  border-bottom-color: var(--c-accent-l);
}
.hero-news-link:hover i {
  transform: translateX(3px);
}

@media (max-width: 900px) {
  .hero-news {
    max-width: 100%;
    padding: 12px 14px 10px;
  }
  .hero-news-en { font-size: 11.5px; }
  .hero-news-ja { font-size: 12px; }
  .hero-news-item {
    padding: 7px 0;
  }
  .hero-news-title {
    font-size: 13px;
  }
  .hero-news-text {
    font-size: 12px;
  }
}

/* FVアニメの最終ステップ余白だけ微調整（CTAから NEWS に置き換わったため） */
.fv-anim .hero-news { margin-top: 4px; }

/* スマホで下部固定CTAに隠れないよう、FVの下端に少しだけ余白を確保 */
@media (max-width: 900px) {
  .fv-anim .hero-news { margin-bottom: 8px; }
}

/* ------------------------------------------------------------ */
/*  Contact form submit button: loading state (Web3Forms送信中)   */
/* ------------------------------------------------------------ */
#cf-submit-btn[disabled] { opacity: 0.7; cursor: progress; }
#cf-submit-btn .cf-submit-loading { display: inline-flex; align-items: center; gap: 8px; }
#cf-submit-btn .cf-submit-loading .fa-spin { font-size: 0.95em; }
