@charset "utf-8";

/* ============================================================
   子鉄の日 LP — レトロ鉄道テーマ
   ?v=basic  → まとめ割のみ
   ?v=line1  → 5〜7月（LINE第一弾開催中）
   ?v=line2  → 9〜11月（LINE第二弾開催中）
============================================================ */

:root {
  --ct-green:      #1E6B3C;
  --ct-green-dark: #144D2A;
  --ct-green-mid:  #265F32;
  --ct-cream:      #F5EDD5;
  --ct-cream-dark: #EDE0BB;
  --ct-dark:       #1A1A1A;
  --ct-red:        #C0392B;
  --ct-yellow:     #F5C518;
  --ct-line-green: #06C755;
  --ct-white:      #FEFDF8;
  --ct-gray:       #888;
  --font-pop:      'Potta One', 'Hiragino Sans', sans-serif;
  --font-body:     'Zen Maru Gothic', 'Hiragino Sans', sans-serif;
  --font-hand:     'Yomogi', sans-serif;

  --lp-max-width:    640px;
  --lp-max-width-pc: 800px;
  --lp-bg-body:      var(--ct-dark);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 62.5%; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--lp-bg-body);
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; max-width: 100%; height: auto; }
li  { list-style: none; }
a   { display: block; color: inherit; text-decoration: none; }

/* W2 Overrides */
.global-header, .l-header, .p-header { display: none; }
.global-contents__inner { width: 100% !important; padding: 0 !important; }

/* Wrapper */
.lp-wrap {
  width: 100%;
  max-width: var(--lp-max-width);
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 0 60px rgba(0,0,0,.55);
}
@media (min-width: 640px) { .lp-wrap { max-width: var(--lp-max-width-pc); } }

/* ============================================================
   バージョン制御
============================================================ */
/* LINE連携全体: basicモードでは非表示 */
[data-mode="basic"]  .show-line     { display: none !important; }
/* line1のみ表示 */
[data-mode="basic"]  .show-line1    { display: none !important; }
[data-mode="line2"]  .show-line1    { display: none !important; }
/* line2のみ表示 */
[data-mode="basic"]  .show-line2    { display: none !important; }
[data-mode="line1"]  .show-line2    { display: none !important; }
/* basicのみ表示 */
[data-mode="line1"]  .show-basic    { display: none !important; }
[data-mode="line2"]  .show-basic    { display: none !important; }

/* basicモードで年間スケジュール（路線図）非表示 */
[data-mode="basic"]  .route-section { display: none !important; }

/* ============================================================
   ① HERO
============================================================ */
.hero {
  background: var(--ct-cream);
  position: relative;
  overflow: hidden;
  padding: 36px 20px 0;
  border-bottom: 5px solid var(--ct-dark);
}

/* ストライプ背景 */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent 0, transparent 18px,
    rgba(30,107,60,0.06) 18px, rgba(30,107,60,0.06) 20px
  );
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 5;
  text-align: center;
  padding-bottom: 4px;
}

.hero-eyebrow {
  display: inline-block;
  background: var(--ct-green);
  color: var(--ct-white);
  font-family: var(--font-body);
  font-size: 1.6rem;
  font-weight: 900;
  padding: 5px 22px;
  border-radius: 20px;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}
.hero-eyebrow--line1 { background: var(--ct-red); }
.hero-eyebrow--line2 { background: var(--ct-red); }

/* KVメイン画像 */
.hero-kv {
  display: block;
  width: 100%;
  margin: 0 auto 16px;
}

.hero-sub {
  font-family: var(--font-body);
  font-size: 1.7rem;
  color: var(--ct-dark);
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 16px;
}

/* レール */
.hero-track {
  height: 26px;
  background: var(--ct-green);
  position: relative;
  overflow: hidden;
}
.hero-track::before,
.hero-track::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  height: 5px;
  background: #555;
  z-index: 1;
}
.hero-track::before { top: 3px; }
.hero-track::after  { bottom: 3px; }

.hero-track-ties {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    90deg,
    transparent 0, transparent 22px,
    rgba(0,0,0,0.35) 22px, rgba(0,0,0,0.35) 30px
  );
}

/* 電車アニメーション */
.hero-track-train {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  animation: hero-train-run 6s linear infinite;
  line-height: 0;
}
@keyframes hero-train-run {
  from { left: -60px; }
  to   { left: 100%; }
}

/* ============================================================
   ② まとめ割 MATOME WARI
============================================================ */
.matome-section {
  background: var(--ct-cream);
  padding: 52px 20px 60px;
  position: relative;
  overflow: hidden;
}
.matome-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(30,107,60,0.07) 1px, transparent 1px);
  background-size: 16px 16px;
}

.section-head {
  text-align: center;
  margin-bottom: 32px;
  position: relative;
}
.section-head__tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--ct-white);
  background: var(--ct-green);
  padding: 4px 20px;
  border-radius: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.section-head__tag--red { background: var(--ct-red); }
.section-head__title {
  font-family: var(--font-pop);
  font-size: 3.2rem;
  color: var(--ct-dark);
  line-height: 1.2;
  margin-bottom: 4px;
}
.section-head__sub {
  font-family: var(--font-body);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ct-green);
}

/* 車両カード */
.car-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 460px;
  margin: 0 auto;
}

.coupler {
  width: 28px;
  height: 8px;
  background: #999;
  border-radius: 3px;
  margin: 0 auto;
}

.car-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 4px 4px 0 rgba(0,0,0,0.15);
}
.car-card__roof { height: 10px; }
.car-card--1 .car-card__roof { background: var(--ct-green); }
.car-card--2 .car-card__roof { background: #2980B9; }
.car-card--3 .car-card__roof { background: var(--ct-red); }

.car-card__body {
  background: white;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  gap: 12px;
  border-left: 5px solid;
}
.car-card--1 .car-card__body { border-color: var(--ct-green); }
.car-card--2 .car-card__body { border-color: #2980B9; }
.car-card--3 .car-card__body { border-color: var(--ct-red); }

.car-card__icon { width: 48px; flex-shrink: 0; }
.car-card__info { flex: 1; }
.car-card__pts {
  font-family: var(--font-body);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ct-gray);
  margin-bottom: 2px;
}
.car-card__discount {
  display: flex;
  align-items: baseline;
  gap: 2px;
  line-height: 1;
}
.car-card__num {
  font-family: var(--font-pop);
  font-size: 5rem;
  line-height: 1;
}
.car-card--1 .car-card__num { color: var(--ct-green); }
.car-card--2 .car-card__num { color: #2980B9; }
.car-card--3 .car-card__num { color: var(--ct-red); }
.car-card__off {
  font-family: var(--font-pop);
  font-size: 2.4rem;
}
.car-card--1 .car-card__off { color: var(--ct-green); }
.car-card--2 .car-card__off { color: #2980B9; }
.car-card--3 .car-card__off { color: var(--ct-red); }
.car-card__best {
  background: var(--ct-red);
  color: white;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 900;
  padding: 4px 10px;
  border-radius: 16px;
  flex-shrink: 0;
}

.matome-note {
  text-align: center;
  font-family: var(--font-pop);
  font-size: 1.7rem;
  color: var(--ct-green);
  background: white;
  border: 3px solid var(--ct-green);
  border-radius: 10px;
  padding: 14px 20px;
  margin: 24px auto 0;
  max-width: 460px;
  box-shadow: 3px 3px 0 rgba(30,107,60,0.2);
}

/* まとめ割セクション内のまとめ買いボタン */
.btn-matome {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 28px;
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: 1.65rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  max-width: 400px;
  margin: 20px auto 0;
  background: var(--ct-green);
  color: white;
  box-shadow: 0 6px 20px rgba(30,107,60,0.35);
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
}
.btn-matome:hover  { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(30,107,60,0.45); }
.btn-matome:active { transform: scale(.97); }

/* ============================================================
   ③ 同時開催LINEイベントの帯
============================================================ */
.line-event-strip {
  background: var(--ct-line-green);
  padding: 32px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.line-event-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -45deg, transparent 0, transparent 20px,
    rgba(255,255,255,0.08) 20px, rgba(255,255,255,0.08) 40px
  );
  pointer-events: none;
}
.line-event-strip__inner {
  position: relative;
  z-index: 1;
}
.line-event-strip__eyebrow {
  display: inline-block;
  background: white;
  color: var(--ct-line-green);
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 900;
  padding: 3px 16px;
  border-radius: 20px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.line-event-strip__title {
  font-family: var(--font-pop);
  font-size: 2.6rem;
  color: white;
  margin-bottom: 6px;
  line-height: 1.2;
}
.line-event-strip__sub {
  font-family: var(--font-body);
  font-size: 1.5rem;
  font-weight: 900;
  color: rgba(255,255,255,0.95);
  line-height: 1.6;
  margin-bottom: 10px;
}
.line-event-strip__more {
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 700;
  color: rgba(255,255,255,0.7);
}

/* ============================================================
   路線図 ROUTE MAP（basicモードでは非表示）
============================================================ */
.route-section {
  background: var(--ct-dark);
  padding: 40px 0 44px;
  border-bottom: 5px solid var(--ct-green);
}

.route-head {
  text-align: center;
  margin-bottom: 28px;
  padding: 0 20px;
}
.route-head__title {
  font-family: var(--font-pop);
  font-size: 2rem;
  color: var(--ct-cream);
  margin-bottom: 4px;
}
.route-head__sub {
  font-family: var(--font-body);
  font-size: 1.2rem;
  color: rgba(255,255,255,0.55);
}

.route-scroll {
  overflow-x: auto;
  padding: 0 20px 12px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--ct-green) transparent;
}
.route-scroll::-webkit-scrollbar { height: 4px; }
.route-scroll::-webkit-scrollbar-track { background: transparent; }
.route-scroll::-webkit-scrollbar-thumb { background: var(--ct-green); border-radius: 2px; }

.route-map {
  min-width: 520px;
  position: relative;
}

/* グループラベル（上段） */
.route-groups {
  display: flex;
  align-items: flex-end;
  margin-bottom: 4px;
  height: 30px;
}
.rg-label {
  text-align: center;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 900;
  color: white;
  padding: 3px 10px;
  border-radius: 4px 4px 0 0;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.rg-label--1 { background: var(--ct-red); flex: 3; }
.rg-label--2 { background: var(--ct-red); flex: 3; }
.rg-gap-reward { flex: 1; }
.rg-end        { flex: 1; }

/* 駅列 */
.route-stations {
  display: flex;
  align-items: flex-start;
  position: relative;
}

/* レール線（全体） */
.route-stations::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 0; right: 0;
  height: 4px;
  background: #555;
  z-index: 0;
}

.stn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* 今ここラベル（ドットの上に配置） */
.stn-now {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 900;
  color: white;
  background: var(--ct-green);
  padding: 1px 5px;
  border-radius: 3px;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 4px;
  display: none;
}
.stn-now.is-visible { display: block; }

.stn-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #555;
  background: var(--ct-dark);
  margin-bottom: 6px;
  position: relative;
  transition: background 0.3s, border-color 0.3s;
}

.stn--reward .stn-dot {
  width: 28px;
  height: 28px;
  border-color: var(--ct-yellow);
  background: var(--ct-dark);
  margin-top: -3px;
}

@keyframes stn-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(30,107,60,0.7); transform: scale(1); }
  50%       { box-shadow: 0 0 0 8px rgba(30,107,60,0); transform: scale(1.08); }
}
/* 開催中のみ緑 */
.stn-dot.is-current {
  background: var(--ct-green) !important;
  border-color: var(--ct-green) !important;
  animation: stn-pulse 2s ease-in-out infinite;
}
/* 過去月はドット変更なし（終了テキストで表現） */
.stn-dot.is-done {
  background: var(--ct-dark);
  border-color: #555;
}
.stn-dot.is-reward-done {
  background: var(--ct-yellow);
  border-color: var(--ct-yellow);
}

.stn-name {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 900;
  color: rgba(255,255,255,0.4);
  margin-bottom: 2px;
  transition: color 0.3s;
}
.stn-name.is-active { color: var(--ct-cream); }

/* 過去月の「終了」ラベル */
.stn-end {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255,255,255,0.4);
  text-align: center;
  margin-top: 2px;
}

/* ============================================================
   ④ LINEイベント LINE EVENT
============================================================ */
.line-event-section {
  background: var(--ct-green);
  padding: 52px 20px 60px;
  position: relative;
  overflow: hidden;
}
.line-event-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    45deg, transparent 0, transparent 20px,
    rgba(255,255,255,0.04) 20px, rgba(255,255,255,0.04) 40px
  );
}

.line-event-card {
  background: var(--ct-cream);
  border-radius: 12px;
  padding: 28px 24px 32px;
  max-width: 460px;
  margin: 0 auto;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  position: relative;
}
.line-event-card__badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ct-red);
  color: white;
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 900;
  padding: 5px 24px;
  border-radius: 20px;
  white-space: nowrap;
  letter-spacing: 0.08em;
}
.line-event-card__title {
  font-family: var(--font-pop);
  font-size: 2.4rem;
  color: var(--ct-dark);
  text-align: center;
  margin-bottom: 8px;
  margin-top: 8px;
}
.line-event-card__period {
  text-align: center;
  font-family: var(--font-body);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--ct-green);
  margin-bottom: 24px;
}

.point-display {
  text-align: center;
  margin: 20px 0;
}
@keyframes count-up {
  from { opacity: 0; transform: scale(0.7); }
  to   { opacity: 1; transform: scale(1); }
}
.point-num {
  font-family: var(--font-pop);
  font-size: 7.2rem;
  color: var(--ct-green);
  line-height: 1;
  display: block;
  animation: count-up 0.8s cubic-bezier(.25,1,.5,1) both;
}
.point-unit {
  font-family: var(--font-body);
  font-size: 2rem;
  font-weight: 900;
  color: var(--ct-dark);
}
.point-read {
  display: block;
  font-family: var(--font-body);
  font-size: 1.25rem;
  color: var(--ct-gray);
  margin-top: 4px;
}

.line-event-cond {
  background: var(--ct-cream-dark);
  border-radius: 10px;
  padding: 16px 18px;
  margin-bottom: 16px;
}
.line-event-cond__title {
  font-family: var(--font-body);
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--ct-dark);
  margin-bottom: 8px;
}
.line-event-cond__list { display: flex; flex-direction: column; gap: 6px; }
.cond-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--ct-dark);
}
.cond-item__num {
  width: 28px;
  height: 28px;
  background: var(--ct-green);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 900;
  flex-shrink: 0;
}

.line-event-reward {
  text-align: center;
  background: var(--ct-green);
  color: white;
  border-radius: 8px;
  padding: 12px 16px;
  font-family: var(--font-body);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
}

/* ============================================================
   ⑤ 参加方法 HOW TO（lineモードのみ）
============================================================ */
.how-section {
  background: var(--ct-cream-dark);
  padding: 52px 20px 60px;
  position: relative;
}
.how-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 6px;
  background: repeating-linear-gradient(
    90deg,
    var(--ct-green) 0, var(--ct-green) 20px,
    var(--ct-dark) 20px, var(--ct-dark) 40px,
    var(--ct-red) 40px, var(--ct-red) 60px
  );
}

.manga-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
  border: 3px solid var(--ct-dark);
  border-radius: 4px;
  overflow: hidden;
  max-width: 460px;
  margin: 0 auto;
}
.manga-panel {
  background: var(--ct-white);
  min-height: 148px;
  padding: 18px 14px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  border: 1.5px solid var(--ct-dark);
}
.manga-panel__num {
  position: absolute;
  top: 6px;
  left: 8px;
  font-family: var(--font-hand);
  font-size: 1.5rem;
  color: #aaa;
}
.manga-panel__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 10px;
}
.manga-panel__text {
  font-family: var(--font-hand);
  font-size: 1.25rem;
  color: var(--ct-dark);
  line-height: 1.5;
  margin-bottom: 8px;
}
.manga-balloon {
  background: #FFF176;
  border: 2px solid var(--ct-dark);
  border-radius: 10px;
  padding: 4px 10px;
  font-family: var(--font-hand);
  font-size: 1.1rem;
  color: var(--ct-dark);
}

/* ============================================================
   ⑥ CTA（lineモードのみ）
============================================================ */
.cta-section {
  background: var(--ct-dark);
  padding: 52px 20px 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -45deg, transparent 0, transparent 18px,
    rgba(255,255,255,0.03) 18px, rgba(255,255,255,0.03) 20px
  );
}

.btn-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 28px;
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: 1.65rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  max-width: 400px;
  margin: 60px auto 14px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-main:hover  { transform: translateY(-2px); }
.btn-main:active { transform: scale(.97); }

.btn-line {
  background: var(--ct-line-green);
  color: white;
  box-shadow: 0 6px 24px rgba(6,199,85,0.4);
  position: relative;
}
.btn-line:hover { box-shadow: 0 10px 32px rgba(6,199,85,0.55); }

/* まとめ割はLINE不要の案内 */
.cta-matome-note {
  max-width: 400px;
  margin: 28px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.15);
  font-family: var(--font-body);
  font-size: 1.25rem;
  font-weight: 700;
  color: rgba(255,255,255,0.65);
  text-align: center;
  line-height: 1.8;
}
.cta-matome-note strong {
  color: rgba(255,255,255,0.9);
}

/* LINE連携方法（常時表示） */
.line-friends-info {
  max-width: 400px;
  margin: 8px auto 0;
  background: rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 18px 20px 20px;
  position: relative;
}
.line-friends-info__header {
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 900;
  color: rgba(255,255,255,0.5);
  text-align: center;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.line-friends-info__body {
  font-family: var(--font-body);
  font-size: 1.25rem;
  color: var(--ct-cream);
  line-height: 2;
  text-align: left;
}
.line-friends-info__body p + p {
  margin-top: 10px;
}
.line-friends-info__note {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.5);
}

/* ============================================================
   ⑦ 注意事項 NOTES
============================================================ */
.notes-section {
  background: #F0F0F0;
  padding: 44px 20px 56px;
  border-top: 5px solid var(--ct-dark);
}
.notes-head {
  text-align: center;
  margin-bottom: 28px;
}
.notes-head__icon  { display: block; margin-bottom: 8px; }
.notes-head__title {
  display: inline-block;
  background: var(--ct-dark);
  color: white;
  font-family: var(--font-body);
  font-size: 1.2rem;
  font-weight: 900;
  padding: 8px 24px;
  border-radius: 4px;
  letter-spacing: 0.1em;
}

/* 注意事項グループ */
.notes-group {
  max-width: 460px;
  margin: 0 auto 24px;
}
.notes-group:last-child { margin-bottom: 0; }
.notes-group__label {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 900;
  color: white;
  background: var(--ct-green);
  padding: 5px 14px;
  border-radius: 4px 4px 0 0;
  display: inline-block;
}
.notes-group__label--line {
  background: var(--ct-line-green);
}

.notes-list {
  list-style: none;
  padding: 0;
  border: 1.5px solid #ddd;
  border-radius: 0 4px 4px 4px;
  background: white;
  overflow: hidden;
}
/* ラベルなしの場合（basicモード） */
.notes-list--no-label {
  border-radius: 4px;
}
.notes-list li {
  font-family: var(--font-body);
  font-size: 1.2rem;
  color: #555;
  line-height: 1.9;
  padding: 10px 14px 10px 36px;
  position: relative;
  border-bottom: 1px dashed #e0e0e0;
}
.notes-list li:last-child { border-bottom: none; }
.notes-list li::before { content: "※"; position: absolute; left: 14px; color: var(--ct-green); font-weight: 700; }
.notes-list a { display: inline; color: var(--ct-green); text-decoration: underline; }

/* ============================================================
   FOOTER
============================================================ */
.lp-footer {
  background: var(--ct-green-dark);
  color: rgba(255,255,255,0.4);
  text-align: center;
  padding: 28px 20px;
  font-family: var(--font-body);
  font-size: 1.1rem;
}
.lp-footer__icon { display: block; margin: 0 auto 8px; }

/* ============================================================
   スクロールアニメ
============================================================ */
.lp-fadein {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s cubic-bezier(.25,1,.5,1), transform 0.8s cubic-bezier(.25,1,.5,1);
}
.lp-fadein.is-visible { opacity: 1; transform: translateY(0); }
.lp-fadein:nth-child(2) { transition-delay: .1s; }
.lp-fadein:nth-child(3) { transition-delay: .2s; }

.lp-scale-in {
  opacity: 0;
  transform: scale(0.88);
  transition: opacity 0.8s cubic-bezier(.25,1,.5,1), transform 0.8s cubic-bezier(.25,1,.5,1);
}
.lp-scale-in.is-visible { opacity: 1; transform: scale(1); }

@keyframes lp-pulse {
  0%, 100% { transform: scale(1); }
  50%       { transform: scale(1.04); }
}
.lp-pulse { animation: lp-pulse 2.5s ease-in-out infinite; }
