@charset "UTF-8";
/* =========================================================
   JOYレンタル LP スタイルシート（v2 ブラッシュアップ版）
   方針:
   ・写真なしで成立させる。ロゴのモチーフ（太陽・山・テント・波）を
     イラストとして各セクションに展開する
   ・ベースはかっこよく（クリーム地＋ロイヤルブルー＋巨大英字）、
     遊び心はバッジ・スタンプ・傾いたカードで足す（両方ミックス）
   ・動きは控えめ：フェードイン＋マーキー＋煙・湯気だけ
   ========================================================= */

:root {
  --cream: #fdf8ee;
  --white: #ffffff;
  --blue: #1d5bd8;
  --blue-deep: #14418f;
  --blue-pale: #eaf3ff;
  --ink: #172b4a;
  --ink-soft: #47576e;
  --ink-faint: #8b97a8;
  --yellow: #ffc72c;
  --red: #e03a2b;
  --line-green: #06c755;
  --hairline: rgba(23,43,74,0.12);
  --container: 1120px;
  --gutter: 24px;
  --font-heading: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  --font-body: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  --font-en: "Baloo 2", "Zen Kaku Gothic New", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
button { font-family: inherit; border: none; background: none; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font-heading); }

.wrap { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }

/* スマホ幅だけ有効になる改行 */
.sp-br { display: none; }
@media (max-width: 480px) { .sp-br { display: inline; } }

/* ---------- タイポグラフィ ---------- */
.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--blue);
  margin-bottom: 18px;
  position: relative;
}
.eyebrow::before, .eyebrow::after {
  content: "―"; color: var(--yellow); font-weight: 900; margin: 0 10px;
}
.eyebrow-en {
  font-family: var(--font-en);
  font-size: 13px; font-weight: 800; letter-spacing: 0.14em;
  color: var(--red);
}
.display-lg {
  font-size: clamp(28px, 6vw, 44px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.body-lg {
  font-size: clamp(16px, 2.4vw, 19px);
  color: var(--ink-soft);
  line-height: 1.9;
}

/* ---------- 巨大背景英字（各セクションの奥に敷く） ---------- */
.bg-word {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  font-family: var(--font-en);
  font-weight: 800;
  font-size: clamp(72px, 16vw, 190px);
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 2px rgba(29, 91, 216, 0.13);
  user-select: none;
  pointer-events: none;
}
@supports not (-webkit-text-stroke: 2px red) {
  .bg-word { color: rgba(29, 91, 216, 0.07); }
}

/* ---------- ステッカー風バッジ ---------- */
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 86px; height: 86px;
  border-radius: 50%;
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 15px;
  line-height: 1.25;
  transform: rotate(var(--tilt, -6deg));
  box-shadow: 0 6px 14px rgba(23,43,74,0.16);
  border: 3px solid var(--white);
}
.badge-yellow { background: var(--yellow); color: var(--ink); }
.badge-red { background: var(--red); color: #fff; }
.badge-white { background: #fff; color: var(--blue); border-color: var(--blue); border-style: dashed; }
.badge-on-card { position: absolute; top: -18px; right: -10px; z-index: 3; }

/* ---------- 傾いたカード（ポラロイド風の白フチ） ---------- */
.card-tilt {
  position: relative;
  background: var(--white);
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 14px 30px rgba(23,43,74,0.13);
  transform: rotate(var(--tilt, 0deg));
}
.card-tilt > svg { display: block; width: 100%; height: auto; border-radius: 8px; }

/* ---------- 写真（傾いたカード内・スポットカード） ---------- */
.card-photo { display: block; width: 100%; height: auto; border-radius: 8px; }
.spot-photo { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 8px; }

/* ---------- イラスト内テキスト ---------- */
.svg-caption { font-family: var(--font-heading); font-size: 22px; font-weight: 800; }
.svg-num { font-family: var(--font-en); font-size: 68px; font-weight: 800; }

/* ---------- ボタン ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 17px 34px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15.5px;
  transition: transform 0.25s cubic-bezier(.2,.7,.3,1), box-shadow 0.25s ease, background 0.2s ease;
  white-space: nowrap;
}
.btn-line { background: var(--line-green); color: #fff; box-shadow: 0 8px 20px rgba(6,199,85,0.25); }
.btn-line:hover { transform: translateY(-2px) rotate(-1deg); box-shadow: 0 12px 24px rgba(6,199,85,0.32); }
.btn-line:active { transform: translateY(0) scale(0.98); }
.btn-dark { background: var(--blue); color: #fff; box-shadow: 0 8px 20px rgba(29,91,216,0.25); }
.btn-dark:hover { transform: translateY(-2px) rotate(1deg); background: var(--blue-deep); }

/* ---------- スクロールフェードイン ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.9s cubic-bezier(.2,.6,.2,1), transform 0.9s cubic-bezier(.2,.6,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ---------- セクション区切り（山・波） ---------- */
.divider-mountain, .divider-wave { display: block; width: 100%; height: 48px; }
.divider-mountain path, .divider-wave path { fill: var(--blue); }
.divider-mountain.flip, .divider-wave.flip { transform: scaleY(-1); }

/* =========================================================
   ヘッダー
   ========================================================= */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 300;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
  padding: 14px 24px;
  transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}
.site-header.scrolled { background: rgba(255,255,255,0.94); backdrop-filter: blur(8px); box-shadow: 0 1px 0 var(--hairline); padding: 8px 24px; }
.site-logo { height: 44px; width: auto; border-radius: 10px; transition: height 0.3s ease; }
.site-header.scrolled .site-logo { height: 34px; }
.header-cta {
  font-size: 13px; font-weight: 700; color: #fff;
  background: var(--blue);
  padding: 9px 18px; border-radius: 999px;
  box-shadow: 0 4px 12px rgba(29,91,216,0.28);
  transition: transform 0.2s ease;
  white-space: nowrap;
}
.header-cta:hover { transform: rotate(-2deg) scale(1.04); }
.header-right { display: flex; align-items: center; gap: 10px; }

/* ---------- ヘッダーナビ（PCのみ表示） ---------- */
.header-nav { display: none; }
@media (min-width: 900px) {
  .header-nav { display: flex; gap: 18px; }
  .header-nav a {
    font-size: 12.5px; font-weight: 700; color: var(--ink);
    white-space: nowrap;
    transition: color 0.2s ease;
  }
  .header-nav a:hover { color: var(--blue); text-decoration: underline wavy var(--yellow) 2px; text-underline-offset: 6px; }
}

/* ---------- ハンバーガーボタン（スマホのみ表示） ---------- */
.menu-btn {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 5px; width: 44px; height: 44px;
  border-radius: 50%; background: #fff;
  box-shadow: 0 4px 12px rgba(23,43,74,0.15);
}
.menu-btn span { display: block; width: 20px; height: 3px; border-radius: 2px; background: var(--blue-deep); transition: transform 0.3s ease, opacity 0.3s ease; }
.menu-btn.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-btn.open span:nth-child(2) { opacity: 0; }
.menu-btn.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
@media (min-width: 900px) { .menu-btn { display: none; } }

/* ---------- 全画面メニュー ---------- */
.mobile-menu {
  position: fixed; inset: 0; z-index: 290;
  background: var(--blue);
  opacity: 0; visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  overflow: hidden;
}
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu nav {
  position: relative; z-index: 2;
  height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 6px; padding: 90px 24px 120px;
}
.mobile-menu nav a:not(.btn) {
  display: flex; flex-direction: column; align-items: center; gap: 0;
  color: #fff; font-family: var(--font-heading);
  font-size: 20px; font-weight: 900;
  padding: 13px 20px;
  opacity: 0; transform: translateY(14px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.mobile-menu nav a .en { font-family: var(--font-en); font-size: 11px; font-weight: 800; letter-spacing: 0.22em; color: var(--yellow); }
.mobile-menu nav .btn { margin-top: 22px; opacity: 0; transform: translateY(14px); transition: opacity 0.4s ease, transform 0.4s ease; }
.mobile-menu.open nav a { opacity: 1; transform: translateY(0); }
.mobile-menu.open nav a:nth-child(1) { transition-delay: 0.05s; }
.mobile-menu.open nav a:nth-child(2) { transition-delay: 0.1s; }
.mobile-menu.open nav a:nth-child(3) { transition-delay: 0.15s; }
.mobile-menu.open nav a:nth-child(4) { transition-delay: 0.2s; }
.mobile-menu.open nav a:nth-child(5) { transition-delay: 0.25s; }
.mobile-menu.open nav a:nth-child(6) { transition-delay: 0.3s; }
.mobile-menu.open nav a:nth-child(7) { transition-delay: 0.35s; }
@media (max-height: 760px) {
  .mobile-menu nav a:not(.btn) { font-size: 17px; padding: 9px 20px; }
  .mobile-menu nav .btn { margin-top: 14px; }
}
.menu-scene { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 1; }
body.menu-open { overflow: hidden; }
body.menu-open .site-header { background: transparent; box-shadow: none; backdrop-filter: none; }
body.menu-open .header-cta { visibility: hidden; }

/* =========================================================
   ① ヒーロー ― クリーム地＋巨大英字＋風景イラスト
   ========================================================= */
#hero {
  position: relative;
  padding: 130px 24px 0;
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.hero-bg-word { top: 84px; font-size: clamp(64px, 12.5vw, 175px); }
.hero-inner { position: relative; z-index: 2; text-align: center; max-width: 640px; margin: 0 auto; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-en);
  font-size: 14px; font-weight: 800; letter-spacing: 0.18em;
  color: var(--blue-deep); margin-bottom: 18px;
}
.burst { width: 34px; height: 24px; }
.hero-title {
  font-size: clamp(38px, 9vw, 66px);
  font-weight: 900;
  line-height: 1.24;
  margin-bottom: 20px;
}
.hero-lead { font-size: clamp(14.5px, 2.2vw, 18px); color: var(--ink-soft); margin: 0 auto 30px; max-width: 480px; }
.hero-badges {
  position: relative; z-index: 2;
  display: flex; justify-content: center; gap: 22px;
  margin-top: 34px;
}
.hero-scene { display: block; margin-top: auto; position: relative; z-index: 1; margin-left: -24px; margin-right: -24px; width: calc(100% + 48px); }

/* 煙・湯気のゆらぎ（控えめな動き） */
.smoke { animation: smokeFloat 4.5s ease-in-out infinite; }
@keyframes smokeFloat {
  0%, 100% { transform: translateY(0); opacity: 0.9; }
  50% { transform: translateY(-7px); opacity: 0.65; }
}
.steam { animation: smokeFloat 3.8s ease-in-out infinite; }
.steam.s2 { animation-delay: 0.6s; }
.steam.s3 { animation-delay: 1.2s; }

/* =========================================================
   マーキー帯（ゆっくり流れる）
   ========================================================= */
.marquee { background: var(--blue); color: #fff; overflow: hidden; padding: 13px 0; }
.marquee-track { display: flex; width: max-content; animation: marqueeMove 36s linear infinite; }
.marquee-track span {
  font-family: var(--font-en);
  font-size: 15px; font-weight: 700; letter-spacing: 0.16em;
  white-space: nowrap; padding-right: 8px;
}
.marquee-track i { font-style: normal; color: var(--yellow); margin: 0 14px; }
@keyframes marqueeMove { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* =========================================================
   ② JOYレンタルとは
   ========================================================= */
.about { position: relative; padding: 130px 0 130px; }
.about-head { position: relative; z-index: 1; text-align: center; max-width: 680px; margin: 0 auto 80px; padding: 0 24px; }
.about-body {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr; gap: 56px; align-items: center;
  max-width: var(--container); margin: 0 auto; padding: 0 24px;
}
.about-text p + p { margin-top: 20px; }
.about-art { max-width: 520px; margin: 0 auto; width: 100%; }
@media (min-width: 860px) {
  .about-body { grid-template-columns: 1fr 1.1fr; gap: 70px; }
}

/* =========================================================
   ③ こんな方におすすめ
   ========================================================= */
.recommend { position: relative; padding: 40px 0 130px; }
.recommend-head { position: relative; z-index: 1; text-align: center; padding: 60px 24px 60px; }
.recommend-duo {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr; gap: 44px;
  max-width: 980px; margin: 0 auto; padding: 0 24px;
}
.recommend-card { overflow: visible; }
.recommend-card-cap { padding: 20px 14px 10px; text-align: center; }
.recommend-card-cap p { font-family: var(--font-heading); font-size: clamp(19px, 3.6vw, 23px); font-weight: 800; line-height: 1.5; margin-top: 6px; }
@media (min-width: 700px) {
  .recommend-duo { grid-template-columns: 1fr 1fr; }
}

/* =========================================================
   ④ 選ばれる理由 ― スタンプ番号＋傾いたイラストカード
   ========================================================= */
.reasons { position: relative; padding: 60px 0 40px; }
.feature-row { position: relative; z-index: 1; padding: 70px 0; }
.feature-row .wrap { display: grid; grid-template-columns: 1fr; gap: 44px; align-items: center; }
.feature-stamp {
  display: inline-flex; align-items: center; justify-content: center;
  width: 74px; height: 74px; border-radius: 50%;
  font-family: var(--font-en); font-size: 27px; font-weight: 800;
  background: var(--blue); color: #fff;
  border: 3px dashed rgba(255,255,255,0.75);
  outline: 4px solid var(--blue);
  transform: rotate(-8deg);
  margin-bottom: 22px;
  box-shadow: 0 8px 18px rgba(29,91,216,0.3);
}
.feature-stamp.stamp-red { background: var(--red); outline-color: var(--red); box-shadow: 0 8px 18px rgba(224,58,43,0.3); transform: rotate(6deg); }
.feature-stamp.stamp-yellow { background: var(--yellow); color: var(--ink); outline-color: var(--yellow); box-shadow: 0 8px 18px rgba(255,199,44,0.4); transform: rotate(-6deg); }
.feature-text h3 { font-size: clamp(24px, 4vw, 32px); font-weight: 900; margin-bottom: 18px; line-height: 1.4; }
.feature-art { max-width: 480px; width: 100%; margin: 0 auto; }
@media (min-width: 860px) {
  .feature-row .wrap { grid-template-columns: 1fr 1fr; gap: 70px; }
  .feature-row:nth-of-type(even) .wrap { direction: rtl; }
  .feature-row:nth-of-type(even) .feature-text, .feature-row:nth-of-type(even) .feature-art { direction: ltr; }
}

/* =========================================================
   ⑤ レンタル内容 ― 青ベタ面（山の区切りで挟む）
   ========================================================= */
.blue-section { background: var(--blue); color: #fff; }
.rental { padding: 60px 0 90px; }
.rental-head { text-align: center; max-width: 640px; margin: 0 auto 60px; padding: 0 24px; }
.rental-head .eyebrow { color: var(--yellow); }
.rental-head .eyebrow::before, .rental-head .eyebrow::after { color: #fff; }
.rental-lead { margin-top: 14px; color: rgba(255,255,255,0.85); font-size: 15px; }
.rental-body {
  display: grid; grid-template-columns: 1fr; gap: 56px; align-items: start;
  max-width: var(--container); margin: 0 auto; padding: 0 24px;
}
.rental-art { max-width: 460px; width: 100%; margin: 10px auto 0; }
.rental-list-wrap h3 { font-size: clamp(20px, 4vw, 26px); font-weight: 800; margin-bottom: 20px; text-align: center; }
.rental-list { display: grid; grid-template-columns: 1fr; }
.rental-list li {
  padding: 12px 0 12px 34px; position: relative;
  border-top: 1px solid rgba(255,255,255,0.22);
  font-size: 14.5px; color: rgba(255,255,255,0.94);
}
.rental-list li:last-child { border-bottom: 1px solid rgba(255,255,255,0.22); }
.rental-list li::before {
  content: "✓";
  position: absolute; left: 4px; top: 50%; transform: translateY(-50%);
  width: 21px; height: 21px; border-radius: 50%;
  background: var(--yellow); color: var(--ink);
  font-size: 12px; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
}
.rental-note { margin-top: 24px; font-size: 12.5px; color: rgba(255,255,255,0.72); }
@media (min-width: 860px) {
  .rental-body { grid-template-columns: 1fr 1.1fr; gap: 70px; }
  .rental-list { grid-template-columns: 1fr 1fr; column-gap: 36px; }
}

/* =========================================================
   ⑥ 料金 ― 白カード2枚＋人気バッジ
   ========================================================= */
.pricing { position: relative; padding: 130px 0; }
.pricing-head { position: relative; z-index: 1; text-align: center; max-width: 560px; margin: 0 auto 70px; padding: 0 24px; }
.price-table { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: 30px; max-width: 780px; margin: 0 auto; }
.price-col { padding: 34px 30px 26px; }
.price-col-popular { border: 3px solid var(--red); }
.badge-price { position: absolute; top: -24px; right: -14px; width: 74px; height: 74px; font-size: 14px; }
.price-col-label {
  font-family: var(--font-heading);
  font-size: 17px; font-weight: 900; letter-spacing: 0.06em;
  margin-bottom: 18px; text-align: center;
}
.price-row { display: flex; align-items: baseline; justify-content: space-between; padding: 13px 0; }
.price-row + .price-row { border-top: 1px dashed var(--hairline); }
.price-row span { font-size: 14px; color: var(--ink-soft); }
.price-row strong { font-family: var(--font-en); font-size: clamp(26px, 4vw, 34px); font-weight: 800; letter-spacing: -0.01em; color: var(--blue-deep); }
.price-col-popular .price-row strong { color: var(--red); }
.pricing-option { position: relative; z-index: 1; text-align: center; font-size: 13.5px; color: var(--ink-soft); margin: 34px 24px 0; }
.pricing-note { position: relative; z-index: 1; text-align: center; font-size: 12.5px; color: var(--ink-faint); margin: 14px 24px 40px; }
.pricing-cta { position: relative; z-index: 1; text-align: center; }
@media (min-width: 700px) {
  .price-table { grid-template-columns: 1fr 1fr; }
}

/* =========================================================
   ⑦ 無人レンタル
   ========================================================= */
.unmanned { position: relative; padding: 120px 0; background: var(--blue-pale); text-align: center; overflow: hidden; }
.unmanned .bg-word { -webkit-text-stroke-color: rgba(29,91,216,0.16); }
.unmanned-inner { position: relative; z-index: 1; max-width: 620px; margin: 0 auto; padding: 0 24px; }
.unmanned-list { margin: 32px auto 0; text-align: left; max-width: 420px; }
.unmanned-list li {
  padding: 15px 0 15px 38px; position: relative;
  border-top: 1px solid var(--hairline);
  font-size: 15px; font-weight: 700;
}
.unmanned-list li:last-child { border-bottom: 1px solid var(--hairline); }
.unmanned-list li::before {
  content: "✓";
  position: absolute; left: 4px; top: 50%; transform: translateY(-50%) rotate(-6deg);
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--blue); color: #fff;
  font-size: 13px; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
}

/* =========================================================
   ⑧ ご利用の流れ
   ========================================================= */
.flow { position: relative; padding: 130px 0 110px; }
.flow-head { position: relative; z-index: 1; text-align: center; max-width: 560px; margin: 0 auto 70px; padding: 0 24px; }
.flow-steps { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; padding: 0 24px; }
.flow-step { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 28px 0; border-top: 2px dashed var(--hairline); }
.flow-step:last-child { border-bottom: 2px dashed var(--hairline); }
.flow-step-num {
  font-family: var(--font-en); font-size: 24px; font-weight: 800;
  color: var(--blue);
  width: 52px; height: 52px; border-radius: 50%;
  border: 3px solid var(--blue);
  display: flex; align-items: center; justify-content: center;
  transform: rotate(-6deg);
  background: #fff;
}
.flow-step h4 { font-size: 17px; font-weight: 800; margin-bottom: 6px; }
.flow-step p { font-size: 13.5px; color: var(--ink-soft); }
.flow-substeps { margin-top: 10px; }
.flow-substeps li { font-size: 13px; color: var(--ink-soft); padding: 3px 0; }
.flow-art { position: relative; z-index: 1; max-width: 640px; margin: 64px auto 0; padding: 0 24px; }
.flow-art-card { max-width: 560px; margin: 0 auto; }
.flow-art-note {
  text-align: center; margin-top: 26px;
  font-family: var(--font-heading); font-size: clamp(16px, 3vw, 21px); font-weight: 800;
  color: var(--blue-deep);
}

/* =========================================================
   ⑨ おすすめスポット ― フィールドノート風カード
   ========================================================= */
.divider-wave path { fill: var(--blue); }
.spots { padding: 90px 0 110px; background: var(--blue); color: #fff; }
.spots-head { text-align: center; max-width: 620px; margin: 0 auto 64px; padding: 0 24px; }
.spots-head .eyebrow { color: var(--yellow); }
.spots-head .eyebrow::before, .spots-head .eyebrow::after { color: #fff; }
.spots-grid {
  display: grid; grid-template-columns: 1fr; gap: 40px;
  max-width: var(--container); margin: 0 auto; padding: 0 24px;
}
.spot-card { color: var(--ink); overflow: visible; }
.spot-art { width: 100%; height: auto; border-radius: 8px; }
.spot-text { padding: 16px 10px 8px; }
.spot-pref {
  display: inline-block;
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  background: var(--blue-pale); color: var(--blue-deep);
  border-radius: 999px; padding: 3px 12px; margin-bottom: 8px;
}
.spot-text h3 { font-size: 18px; font-weight: 900; margin-bottom: 6px; }
.spot-text p { font-size: 13px; color: var(--ink-soft); }
.spots-note { text-align: center; font-size: 12.5px; color: rgba(255,255,255,0.75); margin-top: 44px; padding: 0 24px; }
@media (min-width: 860px) {
  .spots-grid { grid-template-columns: 1fr 1fr 1fr; gap: 30px; }
}

/* =========================================================
   ⑩ よくある質問への入口（LP側）
   ========================================================= */
.faq-link { position: relative; padding: 120px 24px; text-align: center; }
.faq-link-lead { margin: 20px auto 30px; max-width: 480px; }

/* =========================================================
   下層ページ共通（FAQ・利用規約・プライバシーポリシー）
   ========================================================= */
.page-hero { position: relative; padding: 150px 24px 50px; text-align: center; }
.page-hero .bg-word { top: 96px; }
.page-hero h1 { position: relative; z-index: 1; }
.page-lead { text-align: center; font-size: 14.5px; color: var(--ink-soft); max-width: 620px; margin: 0 auto; padding: 0 24px 40px; }
.doc { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; padding: 10px 24px 110px; }
.doc h2 {
  font-size: clamp(17px, 3vw, 20px); font-weight: 900; line-height: 1.5;
  margin: 46px 0 14px; padding-left: 14px;
  border-left: 5px solid var(--yellow);
}
.doc p { font-size: 14.5px; color: var(--ink-soft); margin-bottom: 12px; }
.doc ul { margin: 4px 0 16px; }
.doc ul li { font-size: 14.5px; color: var(--ink-soft); padding: 5px 0; }
.doc-cta { text-align: center; padding: 10px 24px 110px; }

/* =========================================================
   受け渡し場所（LP・アクセス）
   ========================================================= */
.access { position: relative; padding: 110px 0 30px; }
.access-head { position: relative; z-index: 1; text-align: center; max-width: 620px; margin: 0 auto 56px; padding: 0 24px; }
.access-card {
  position: relative; z-index: 1;
  max-width: 720px; margin: 0 auto; padding: 30px 24px 34px;
  text-align: center;
}
.access-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 900; letter-spacing: 0.1em;
  background: var(--blue); color: #fff;
  border-radius: 999px; padding: 7px 20px;
  margin-bottom: 18px;
}
.access-label svg { width: 14px; height: 18px; }
.access-address {
  font-family: var(--font-heading);
  font-size: clamp(20px, 4.6vw, 28px); font-weight: 900;
  letter-spacing: 0.02em; line-height: 1.5;
  margin-bottom: 8px;
}
.access-note { font-size: 13px; color: var(--ink-soft); margin-bottom: 22px; }
.map-slot {
  position: relative;
  border: 3px dashed rgba(29,91,216,0.35);
  border-radius: 12px;
  background: var(--blue-pale);
  min-height: 210px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  padding: 28px 20px;
  margin-bottom: 22px;
}
.map-slot svg { width: 46px; height: 58px; }
.map-slot p { font-size: 13px; font-weight: 700; color: var(--blue-deep); }
.map-slot small { font-size: 11px; color: var(--ink-faint); }
.map-slot iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; border-radius: 9px; }
.map-photo { display: block; margin-bottom: 22px; }
.map-photo img { display: block; width: 100%; height: auto; border-radius: 12px; }

/* =========================================================
   ガイドページ（設営・撤収／火の付け方）
   ========================================================= */
.guide { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; padding: 10px 24px 90px; }
.guide-part {
  text-align: center; margin: 70px 0 40px;
}
.guide-part:first-child { margin-top: 20px; }
.guide-part .en { display: block; font-family: var(--font-en); font-size: 13px; font-weight: 800; letter-spacing: 0.22em; color: var(--red); margin-bottom: 6px; }
.guide-part h2 { font-size: clamp(24px, 5vw, 32px); font-weight: 900; }
.step { display: grid; grid-template-columns: 60px 1fr; gap: 18px; padding: 34px 0; border-top: 2px dashed var(--hairline); }
.step:last-of-type { border-bottom: 2px dashed var(--hairline); }
.step-num {
  font-family: var(--font-en); font-size: 21px; font-weight: 800;
  color: var(--blue);
  width: 50px; height: 50px; border-radius: 50%;
  border: 3px solid var(--blue);
  display: flex; align-items: center; justify-content: center;
  transform: rotate(-6deg);
  background: #fff;
}
.step.step-out .step-num { color: var(--red); border-color: var(--red); transform: rotate(6deg); }
.step h3 { font-size: clamp(17px, 3.4vw, 20px); font-weight: 900; margin-bottom: 10px; }
.step p { font-size: 14.5px; color: var(--ink-soft); margin-bottom: 10px; }
.step ul { margin: 2px 0 12px; }
.step ul li { position: relative; font-size: 14px; color: var(--ink-soft); padding: 4px 0 4px 20px; }
.step ul li::before { content: ""; position: absolute; left: 4px; top: 13px; width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); }

/* ガイドの手順写真 */
.step-photo { margin: 14px 0 4px; }
.step-photo img { display: block; width: 100%; height: auto; border-radius: 12px; }

/* 写真枠（撮影後に img へ差し替え） */
.photo-slot {
  border: 3px dashed rgba(29,91,216,0.3);
  border-radius: 12px;
  background: var(--blue-pale);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
  min-height: 150px; padding: 20px;
  margin: 14px 0 4px;
  text-align: center;
}
.photo-slot svg { width: 40px; height: 34px; opacity: 0.8; }
.photo-slot p { font-size: 12px; font-weight: 700; color: var(--blue-deep); margin: 0; }
.photo-slot small { font-size: 10.5px; color: var(--ink-faint); }

/* コツ・注意の吹き出し */
.callout {
  display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start;
  background: #fff6dd; border-radius: 12px;
  padding: 14px 16px; margin: 12px 0;
}
.callout .tag {
  font-size: 11px; font-weight: 900; color: var(--ink);
  background: var(--yellow); border-radius: 999px; padding: 3px 12px;
  transform: rotate(-3deg); white-space: nowrap; margin-top: 2px;
}
.callout p { font-size: 13.5px; color: var(--ink); margin: 0; line-height: 1.8; }
.callout--warn { background: #fdeeec; }
.callout--warn .tag { background: var(--red); color: #fff; }

/* ガイド内の図解カード */
.diagram { margin: 16px 0 6px; }
.diagram svg { display: block; width: 100%; height: auto; border-radius: 8px; }
.diagram figcaption { font-size: 12px; color: var(--ink-faint); text-align: center; padding-top: 8px; }

/* ガイド末尾の誘導 */
.guide-next {
  margin-top: 60px; text-align: center;
  background: var(--blue-pale); border-radius: 16px; padding: 36px 24px;
}
.guide-next h3 { font-size: clamp(18px, 3.6vw, 22px); font-weight: 900; margin-bottom: 10px; }
.guide-next p { font-size: 13.5px; color: var(--ink-soft); margin-bottom: 22px; }

/* ---------- フッターナビ ---------- */
.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 28px; margin: 22px 0 18px; }
.footer-nav a { font-size: 13px; font-weight: 700; color: #fff; opacity: 0.92; }
.footer-nav a:hover { color: var(--yellow); opacity: 1; }
.footer.footer-page { padding-bottom: 48px; }

/* =========================================================
   FAQ（faq.htmlで使用）
   ========================================================= */
.faq { position: relative; padding: 130px 0; }
.faq-head { position: relative; z-index: 1; text-align: center; max-width: 560px; margin: 0 auto 70px; padding: 0 24px; }
.faq-list { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; padding: 0 24px; }
.faq-item { border-top: 1px solid var(--hairline); }
.faq-item:last-child { border-bottom: 1px solid var(--hairline); }
.faq-q {
  width: 100%; display: flex; align-items: center;
  padding: 24px 0; text-align: left; font-size: 16px; font-weight: 700;
}
.faq-q-mark-q {
  font-family: var(--font-en); font-size: 20px; font-weight: 800;
  color: var(--blue); margin-right: 16px; flex-shrink: 0;
}
.faq-q-mark { font-size: 22px; font-weight: 400; color: var(--red); transition: transform 0.3s ease; flex-shrink: 0; margin-left: auto; padding-left: 20px; }
.faq-item.open .faq-q-mark { transform: rotate(135deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-a p { font-size: 14.5px; color: var(--ink-soft); padding: 0 0 26px 40px; max-width: 600px; }
.faq-item.open .faq-a { max-height: 300px; }

/* =========================================================
   ⑪ 最後のCTA ― 夜のキャンプ場イラスト
   ========================================================= */
.final-cta { position: relative; }
.final-scene { display: block; width: 100%; height: auto; }
.final-cta-block {
  background: #132a5c; color: #fff;
  padding: 10px 24px 72px; text-align: center;
  margin-top: -2px;
}
.final-cta-block .display-lg { color: #fff; margin-bottom: 24px; }
.final-lead { color: rgba(255,255,255,0.85); margin-bottom: 30px; }

/* ---------- フッター ---------- */
.footer { background: #0d1f46; color: rgba(255,255,255,0.85); padding: 44px 24px 120px; text-align: center; }
.footer-word { font-family: var(--font-heading); font-size: 16px; font-weight: 900; color: #fff; margin-bottom: 10px; }
.footer p { font-size: 12px; margin-bottom: 8px; }

/* =========================================================
   常時追従CTAバー
   ========================================================= */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 150;
  transform: translateY(100%); transition: transform 0.35s ease;
  padding: 12px 16px; background: rgba(255,255,255,0.92); backdrop-filter: blur(10px);
  box-shadow: 0 -8px 24px rgba(0,0,0,0.1);
}
.sticky-cta.show { transform: translateY(0); }
.sticky-cta .btn { width: 100%; }

/* ---------- 動きを控えたい環境への配慮 ---------- */
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee-track, .smoke, .steam { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- モバイル微調整 ---------- */
@media (max-width: 480px) {
  .hero-badges { gap: 12px; }
  .badge { width: 74px; height: 74px; font-size: 13px; }
  .hero-bg-word { top: 96px; }
  .hero-eyebrow { font-size: 10.5px; letter-spacing: 0.13em; }
  .hero-lead { font-size: 14px; }
  .hero-lead br { display: none; }
}
