:root {
  --teal-ao:   #174da0;
  --teal-dark:   #56bdff;
  --teal-mid:    #5199a6;
  --teal-light:  #8ec5ce;
  --teal-pale:   #d0f8ff;
  --sky:         #ebf7ff;
  --gold:        #eadd67;
  --gold-dark:   #c1a24d;
  --gold-light:  #f5e9c0;
  --white:       #ffffff;
  --text-dark:   #2b4a52;
  --text-mid:    #4a7582;
  --text-light:  #6fa0ad;
  --border:      #b8dde5;
}

* { box-sizing: border-box; }

body {
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  color: var(--text-dark);
  background: var(--white);
  overflow-x: hidden;
}

.breadcrumb {background-color:#fff;}.lh-03{line-height:.3}.lh-04{line-height:.4}.lh-05{line-height:.5}.lh-06{line-height:.6}.lh-07{line-height:.7}.lh-08{line-height:.8}.lh-09{line-height:.9}.lh-10{line-height:1}.lh-11{line-height:1.1}.lh-12{line-height:1.2}.lh-13{line-height:1.3}.lh-14{line-height:1.4}.lh-15{line-height:1.5}.lh-16{line-height:1.6}.lh-17{line-height:1.7}.lh-18{line-height:1.8}.lh-19{line-height:1.9}.lh-20{line-height:2}.lh-21{line-height:2.1}.lh-22{line-height:2.2}.lh-23{line-height:2.3}.lh-24{line-height:2.4}.lh-25{line-height:2.5}.lh-26{line-height:2.6}.lh-27{line-height:2.7}.lh-28{line-height:2.8}.lh-29{line-height:2.9}.lh-30{line-height:3}.ls-1{letter-spacing:1px}.ls-2{letter-spacing:2px}.ls-3{letter-spacing:3px}.ls-4{letter-spacing:4px}.ls-5{letter-spacing:5px}.ls-6{letter-spacing:6px}.ls-7{letter-spacing:7px}.ls-8{letter-spacing:8px}.ls-9{letter-spacing:9px}.ls-10{letter-spacing:10px}.rounded05{border-radius:5px}.rounded10{border-radius:10px}.rounded15{border-radius:15px}.rounded20{border-radius:20px}.rounded25{border-radius:25px}.rounded30{border-radius:30px}.rounded35{border-radius:35px}.rounded40{border-radius:40px}.rounded45{border-radius:45px}.rounded50{border-radius:50px}.rounded05-up{border-radius:5px 5px 0 0}.rounded10-up{border-radius:10px 10px 0 0}.rounded15-up{border-radius:15px 15px 0 0}.rounded20-up{border-radius:20px 20px 0 0}.rounded25-up{border-radius:25px 25px 0 0}.rounded30-up{border-radius:30px 30px 0 0}.rounded35-up{border-radius:35px 35px 0 0}.rounded40-up{border-radius:40px 40px 0 0}.rounded45-up{border-radius:45px 45px 0 0}.rounded50-up{border-radius:50px 50px 0 0}.rounded05-down{border-radius:0 0 5px 5px}.rounded10-down{border-radius:0 0 10px 10px}.rounded15-down{border-radius:0 0 15px 15px}.rounded20-down{border-radius:0 0 20px 20px}.rounded25-down{border-radius:0 0 25px 25px}.rounded30-down{border-radius:0 0 30px 30px}.rounded35-down{border-radius:0 0 35px 35px}.rounded40-down{border-radius:0 0 40px 40px}.rounded45-down{border-radius:0 0 45px 45px}.rounded50-down{border-radius:0 0 50px 50px}.rounded05-left{border-radius:5px 0 0 5px}.rounded10-left{border-radius:10px 0 0 10px}.rounded15-left{border-radius:15px 0 0 15px}.rounded20-left{border-radius:20px 0 0 20px}.rounded25-left{border-radius:25px 0 0 25px}.rounded30-left{border-radius:30px 0 0 30px}.rounded35-left{border-radius:35px 0 0 35px}.rounded40-left{border-radius:40px 0 0 40px}.rounded45-left{border-radius:45px 0 0 45px}.rounded50-left{border-radius:50px 0 0 50px}.rounded05-right{border-radius:0 0 5px 5px}.rounded10-right{border-radius:0 0 10px 10px}.rounded15-right{border-radius:0 0 15px 15px}.rounded20-right{border-radius:0 0 20px 20px}.rounded25-right{border-radius:0 0 25px 25px}.rounded30-right{border-radius:0 0 30px 30px}.rounded35-right{border-radius:0 0 35px 35px}.rounded40-right{border-radius:0 0 40px 40px}.rounded45-right{border-radius:0 0 45px 45px}.rounded50-right{border-radius:0 0 50px 50px}

.text-gold {
  color: var(--gold);
}

/* ═══════════════════════════════════════
   NAV
═══════════════════════════════════════ */
.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 14px 0;
  transition: background .3s, box-shadow .3s;
}
.site-nav.scrolled {
  background: #174da0;
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(0,0,0,.2);
}
.nav-logo {
  font-family: 'Noto Serif JP', serif;
  font-size: .95rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
}
@media (min-width: 768px) {
    .nav-logo {
      font-size: 1.2rem;
    }
}
@media (min-width: 1200px) {
    .nav-logo {
      font-size: 1.7rem;
    }
}

.nav-logo small {
  display: block;
  font-size: .62rem;
  font-weight: 400;
  opacity: .7;
  font-family: 'Noto Sans JP', sans-serif;
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--gold);
  color: var(--text-dark);
  font-size: 1.1rem;
  font-weight: 700;
  padding: 9px 22px;
  border-radius: 50px;
  text-decoration: none;
  transition: opacity .2s, transform .2s;
}
.nav-cta:hover { opacity: .88; transform: scale(1.03); color: var(--text-dark); }

/* ═══════════════════════════════════════
   HERO
═══════════════════════════════════════ */
.hero {
  position: relative;
  width: 100%;
  min-height: 100svh;
  background: url('img/main-img2s.jpg') center center / cover no-repeat;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero {
    background: url('img/main-img2.jpg') center center / cover no-repeat;
    align-items: center;
  }
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  z-index: 1;
  background: rgba(20, 70, 90, 0.3);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 2;
  /*padding: 110px 0 90px;*/
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .hero-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 1200px) {
  .hero-inner {
    padding-left: 15%;
  }
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.16);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.28);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .14em;
  padding: 7px 18px;
  border-radius: 50px;
  margin-bottom: 24px;
  animation: fadeUp .6s .1s both;
}
.hero-eyebrow .loc-badge {
  background: var(--gold);
  color: var(--text-dark);
  font-size: .68rem;
  padding: 2px 10px;
  border-radius: 20px;
  letter-spacing: .04em;
}

.hero-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(1.6rem, 4.5vw, 3.6rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.28;
  margin-bottom: 8px;
  animation: fadeUp .6s .2s both;
}
.hero-title .accent { color: var(--gold); }
.hero-main {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(0.8rem, 3.2vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.28;
  margin-bottom: 8px;
  animation: fadeUp .6s .2s both;
}

.hero-sub {
  font-size: clamp(.85rem, 1.8vw, 1rem);
  color: rgba(255,255,255,.75);
  font-weight: 300;
  line-height: 1.9;
  margin-bottom: 36px;
  animation: fadeUp .6s .3s both;
}

/* ── BIG DATE ── */
.hero-date-block {
  animation: fadeUp .6s .38s both;
  margin-bottom: 15px;
}
.hero-date-main {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  line-height: 1;
  flex-wrap: wrap;
}
.hero-date-main .year-prefix {
  font-size: clamp(.9rem, 1.8vw, 1.2rem);
  font-weight: 700;
  color: #fff;
  /*align-self: center;*/
}
.hero-date-main .date-big {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(4rem, 12vw, 8rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -.02em;
}
.hero-date-main .day-badge {
  /*align-self: center;*/
  display: inline-block;
  background: #bc3f36;
  color: #fff;
  font-size: clamp(.8rem, 1.6vw, 1.1rem);
  font-weight: 700;
  padding: 10px;
  border-radius: 50%;
}
.hero-date-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.hero-date-sub .chip {
  display: inline-flex;
  align-items: center;
  gap: 0px;
  color: #fff;
  font-size: clamp(0.9rem, 1.6vw, 1.5rem);
  letter-spacing: 1.2px;
  font-weight: 500;
  margin-top: 5px;
}
.hero-date-sub .chip i { color: var(--teal-light); }

/* ── FREE BADGES ── */
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
  animation: fadeUp .6s .46s both;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(6px);
  border: 1.5px solid rgba(255,255,255,.35);
  color: #fff;
  font-size: .84rem;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 50px;
}
.hero-badge.gold {
  background: rgba(232,201,122,.22);
  border-color: var(--gold);
  color: var(--gold);
}

.bg-maininfo {
  background-color: rgb(0 75 192 / 70%);
  padding: 20px;
}
@media (min-width: 992px) {
  .bg-maininfo {
    padding: 30px;
  }
}

/* ── CTA ── */
.hero-cta-wrap { animation: fadeUp .6s .54s both; }
.hero-cta {
  display: flex;
    align-items: center;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: #000;
    font-size: 1.05rem;
    font-weight: 500;
    padding: 15px 40px;
    border-radius: 60px;
    text-decoration: none;
    transition: transform .25s, box-shadow .25s;
}
.hero-cta:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 12px 40px rgba(200,155,30,.55);
  color: var(--text-dark);
}
.hero-entry-note {
  display: block;
  margin-top: 10px;
  font-size: .74rem;
  color: #fff;
  text-align: center;
}

/* scroll hint */
.scroll-hint {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  color: #fff;
  font-size: .7rem;
  letter-spacing: .12em;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  animation: fadeIn 1.4s 1.2s both;
}
@media (min-width: 992px) {
  .scroll-hint {
    flex-direction: column;
    font-size: 1.2rem;
  }
}
.scroll-hint .line {
  width: 1px; height: 38px;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,1.0));
  animation: scrollLine 1.6s 1.2s infinite;
}
section.hero {
  padding: 40px 0;
}

.free {
  background-color: #fff;
  padding: 8px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1.2;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .free {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .free {
    font-size: 22px;
  }
}

/* ═══════════════════════════════════════
   OVERVIEW STRIP
═══════════════════════════════════════ */
.overview-strip { background: url('img/bg-gaiyou.jpg') center center / cover no-repeat; padding: 48px 0; }
.overview-item { display: flex; align-items: flex-start; gap: 16px; }
.ov-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(255,255,255,.12);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ov-icon i { font-size: 1.3rem; color: var(--gold); }
.ov-label { font-size: .68rem; font-weight: 700; letter-spacing: .1em; color: rgba(255,255,255,.5); text-transform: uppercase; margin-bottom: 2px; }
.ov-value { font-size: .95rem; font-weight: 700; color: #fff; line-height: 1.4; }
.ov-value small { display: block; font-size: .74rem; font-weight: 400; color: rgba(255,255,255,.58); margin-top: 2px; }
.overview-divider { width: 1px; background: rgba(255,255,255,.14); align-self: stretch; }

/* ═══════════════════════════════════════
   SECTION BASE
═══════════════════════════════════════ */
section { padding: 88px 0; }
section.bg-sky { background: var(--sky); }

.section-label {
  display: block;
  font-size: .7rem; font-weight: 700;
  letter-spacing: .2em; color: var(--gold-dark);
  text-transform: uppercase; margin-bottom: 8px;
}
.section-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(1.9rem, 3.5vw, 3.0rem);
  font-weight: 700; color: #174da0;
  line-height: 1.4; margin-bottom: 12px;
}
.divider-line {
  width: 44px;
  height: 3px;
  background: #174da0;
  border-radius: 2px;
  margin: 0 auto 32px;
}
@media (min-width: 768px) {
  .divider-line {
    margin: 0 auto 32px 0;
  }
}

/* ═══════════════════════════════════════
   REASONS  リスト形式
═══════════════════════════════════════ */
.reason-list { list-style: none; padding: 0; margin: 0; }
.reason-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid var(--border);
}
.reason-item:last-child { border-bottom: none; }
.reason-num-big {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(3.5rem, 8vw, 5.5rem);
  font-weight: 700;
  color: var(--teal-pale);
  line-height: 1;
  min-width: 80px;
  text-align: right;
  flex-shrink: 0;
}
.reason-heading {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 700;
  color: var(--teal-dark);
  margin-bottom: 8px;
  line-height: 1.4;
}
.reason-text {
  line-height: 1.85;
  margin: 0;
}

.text-ao {
  color: var(--teal-ao);
}

.bg-ao {
  background-color: var(--teal-ao);
}

/* ═══════════════════════════════════════
   DETAIL TABLE
═══════════════════════════════════════ */
.detail-table { width: 100%; border-collapse: separate; border-spacing: 0 10px; }
.detail-table th {
  width: 100px;
  padding: 16px 16px;
  background: var(--teal-ao);
  color: #fff;
  text-align: center;
  border-radius: 10px 0 0 10px;
  white-space: nowrap;
  vertical-align: middle;
}
.detail-table td {
  padding: 16px 20px;
  background: var(--white);
  border: 1px solid var(--border);
  border-left: none;
  border-radius: 0 10px 10px 0;
  font-size: .9rem;
  color: var(--text-dark);
  vertical-align: middle;
  line-height: 1.7;
}
.detail-table td strong {
  color: var(--teal-ao);
  font-size: 18px;
}
@media (min-width: 992px) {
  .detail-table td strong {
    font-size: 20px;
  }
  .detail-table td {
    font-size: 18px;
  }
}
.entry-highlight {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  color: var(--text-dark);
  border-radius: 10px;
  padding: 12px 18px;
  font-weight: 700;
  font-size: .9rem;
  text-decoration: none;
  transition: background .2s, transform .2s;
  margin-top: 4px;
}
.entry-highlight:hover {
  background: var(--teal-ao);
  color: var(--white);
  border-color: var(--teal-mid);
  transform: translateX(4px);
}

/* ═══════════════════════════════════════
   TIMELINE
═══════════════════════════════════════ */
.timeline { position: relative; padding-left: 32px; }
.timeline::before {
  content: '';
  position: absolute;
  left: 8px; top: 8px; bottom: 8px;
  width: 2px;
  background: linear-gradient(to bottom, var(--teal-mid), var(--teal-light));
  border-radius: 2px;
}
.timeline-item { position: relative; margin-bottom: 22px; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -34px; top: 6px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--teal-mid);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--teal-light);
}
.timeline-time { font-weight: 700; color: var(--teal-mid); letter-spacing: .06em; }
.timeline-label { font-weight: 700; color: var(--teal-dark); }
.timeline-note { font-size: .82rem; color: var(--text-mid); margin-top: 2px; line-height: 1.6; }

/* 軽食ブッフェは独立スタイル */
.timeline-item.buffet {
  background: var(--gold-light);
  border-radius: 10px;
  padding: 12px 14px;
  margin-left: -5px;
  padding-left: 14px;
}
.timeline-item.buffet::before {
  left: -29px;
  background: var(--gold-dark);
  box-shadow: 0 0 0 2px var(--gold);
}
.timeline-item.buffet .timeline-time { color: #9a6a00; }
.timeline-item.buffet .timeline-label { color: #7a5000; }
.timeline-item.buffet .timeline-note { color: #a07830; }

@media (min-width: 992px) {

  /* ① コンテナを横並びに。ドット＋線の高さ分だけ上部に余白を確保 */
  .timeline {
    display: flex;
    align-items: flex-start;
    padding-left: 0;
    padding-top: 50px; /* ドット・線を上に逃がす高さ */
  }

  /* ② 縦線 → 横線 */
  .timeline::before {
    top: 22px;       /* ドット中央に合わせる (= padding-top - dot半径 = 50 - 28 = 22) */
    bottom: auto;
    left: 0;
    right: 0;
    width: auto;     /* 縦線で指定していた固定幅をリセット */
    height: 2px;
  }

  /* ③ 各アイテムを均等幅・中央揃えに */
  .timeline-item {
    flex: 1;
    text-align: center;
    margin-bottom: 0;
    padding: 0 6px;
  }

  /* ④ ドットをアイテム上部中央に移動 */
  .timeline-item::before {
    left: 50%;
    top: -35px;      /* padding-top(50) - ドット中央(22) - 余白調整 */
    transform: translateX(-50%);
  }

  /* ⑤ buffet アイテムのオフセットをリセット */
  .timeline-item.buffet {
    margin-left: 0;
  }

  .timeline-item.buffet::before {
    left: 50%;
    top: -35px;
    transform: translateX(-50%);
  }
}

/* ═══════════════════════════════════════
   CLINIC LIST
═══════════════════════════════════════ */
.clinic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 14px;
}
.clinic-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #ebe5cb;
  border-radius: 12px;
  padding: 20px 16px 16px;
  text-align: center;
  text-decoration: none;
  transition: background .2s, border-color .2s, transform .2s;
}
.clinic-pill:hover {
  background: var(--teal-pale);
  border-color: var(--teal-light);
  transform: translateY(-3px);
}
.clinic-pill .clinic-logo {
  width: 100%;
  max-height: 52px;
  max-width: 85%;
  object-fit: contain;
}
.clinic-pill .clinic-name {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .82rem;
/*  font-weight: 600;*/
  color: var(--text-dark);
  margin: 0;
}
.clinic-pill .clinic-name i {
  color: var(--teal-mid);
  flex-shrink: 0;
}

/* ═══════════════════════════════════════
   FEATURE CARDS
═══════════════════════════════════════ */
.feature-card {
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(58,125,140,.07);
  height: 100%;
}
.feature-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--teal-pale);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.feature-icon i { font-size: 1.3rem; color: var(--teal-dark); }
.feature-title { font-size: 1.5rem; font-weight: 700; color: var(--teal-dark); margin-bottom: 8px; }
.feature-text { line-height: 1.8; margin: 0; }

/* ═══════════════════════════════════════
   GIFT
═══════════════════════════════════════ */
.gift-box {
  background: linear-gradient(135deg, #fffdf2 0%, var(--gold-light) 100%);
  border: 2px solid var(--gold);
  border-radius: 20px;
  padding: 48px 40px;
}
.gift-amount { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 900; color: #b86e00; line-height: 1; }
.gift-condition {
  background: rgba(255,255,255,.75);
  border-radius: 10px;
  padding: 16px 22px;
  margin-top: 16px;
  font-size: .88rem;
  color: var(--text-dark);
}

/* ═══════════════════════════════════════
   ACCESS
═══════════════════════════════════════ */
.access-card { background: var(--white); border-radius: 16px; padding: 28px; border: 1px solid var(--border); }
.access-icon-row { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 16px; }
.access-icon-row i { font-size: 1.2rem; color: var(--teal-mid); margin-top: 2px; flex-shrink: 0; }

/* ═══════════════════════════════════════
   CTA SECTION
═══════════════════════════════════════ */
.cta-section {
  /*background: linear-gradient(135deg, var(--teal-dark) 0%, #1e5060 100%);*/
  background-image: url(img/entry.jpg);
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 50% 70% at 80% 30%, rgba(255,255,255,.06) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 10% 80%, rgba(232,201,122,.08) 0%, transparent 60%);
}
.cta-title { font-family: 'Noto Serif JP', serif; font-size: clamp(1.5rem, 3.5vw, 2.4rem); font-weight: 700; color: #fff; margin-bottom: 12px; }
.cta-note { color: rgba(255,255,255,.72); font-size: .9rem; margin-bottom: 36px; }
.cta-btn-main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  color: var(--text-dark);
  font-size: 1.1rem; font-weight: 700;
  padding: 20px 56px;
  border-radius: 60px;
  text-decoration: none;
  box-shadow: 0 8px 32px rgba(200,150,30,.45);
  transition: transform .25s, box-shadow .25s;
}
.cta-btn-main:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 14px 44px rgba(200,150,30,.55); color: var(--text-dark); }
.cta-deadline { margin-top: 20px; color: rgba(255,255,255,.55); font-size: .8rem; }

/* ═══════════════════════════════════════
   FOOTER / STICKY
═══════════════════════════════════════ */
footer {
  background: #1a3e4e;
  color: rgba(255,255,255,.55);
  padding: 36px 0;
  font-size: .78rem;
  text-align: center;
}
.sticky-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 999;
/*  background: rgba(22,56,72,.96);*/
/*  backdrop-filter: blur(14px);*/
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
/*  box-shadow: 0 -4px 24px rgba(0,0,0,.22);*/
  transform: translateY(100%);
  transition: transform .4s ease;
}
.sticky-bar.visible { transform: translateY(0); }
.sticky-bar .s-text { color: #2b4a52; font-size: .84rem; font-weight: 500; }
.sticky-bar a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  color: var(--text-dark);
  font-size: .9rem; font-weight: 700;
  padding: 12px 32px;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .2s;
}
.sticky-bar a:hover { transform: scale(1.04); }

/* ═══════════════════════════════════════
   ANIMATIONS
═══════════════════════════════════════ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes scrollLine {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ═══════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════ */
@media (max-width: 767px) {
  /*.hero-inner { padding: 90px 0 70px; }*/
  /* hero: 中央寄せ */
  .hero-inner > .container > .row { text-align: center; }
  .hero-badges { justify-content: center; }
  .hero-date-sub { justify-content: center; }
  .hero-date-main { justify-content: center; }
  .hero-cta-wrap { text-align: center; }

  /* overview: 縦並び */
  .overview-divider { display: none; }

  /* table */
  .detail-table th { width: 72px; font-size: .74rem; padding: 12px 10px; }
  .detail-table td { padding: 12px 14px; font-size: .84rem; }

  /* sticky */
  .sticky-bar .s-text { display: none; }
  .cta-btn-main { padding: 18px 36px; font-size: 1rem; }
  .gift-box { padding: 28px 20px; }
  .reason-num-big { min-width: 60px; }
}


.faq-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: var(--sky);
  border: 1px solid #184da0;
  border-radius: 10px;
  margin-bottom: 25px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 18px rgba(16, 110, 90, 0.09);
}

.faq-q {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 1.2rem 1.4rem;
  cursor: pointer;
  user-select: none;
  list-style: none;
  font-size: 15px;
  font-weight: 500;
  color: #1a2e2b;
  line-height: 1.6;
}

.faq-q::-webkit-details-marker { display: none; }

.faq-q .badge-q {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--teal-ao);
  color: #fff;
  font-size: 20px;
  line-height: 1.0;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  padding: 20px;
}

.faq-q .q-text {
  flex: 1;
  text-align: start;
  font-size: 16px;
}

.faq-q .arrow {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e4f5f1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
  transition: transform 0.25s ease, background 0.2s ease;
}

.faq-q .arrow svg {
  width: 15px;
  height: 15px;
  stroke: #c1991c;
  fill: none;
  stroke-width: 2.0;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s ease;
}

details[open] > .faq-q .arrow {
  background: #c8ab51;
}

details[open] > .faq-q .arrow svg {
  stroke: #fff;
  transform: rotate(180deg);
}

.faq-a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 1.4rem;
  animation: fadeSlide 0.22s ease;
  background-color: #184da0;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

.badge-a {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: #194da0;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.a-text {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  flex: 1;
}

.divider {
  margin: 0;
  border: none;
  border-top: 1px solid #e8f3f1;
}

/* ヘッダーの高さ分 */
.anchor-target {
  scroll-margin-top: 80px;
}