/* ================================================================
   style.css
   202607 LP — MyAnimeList × Honeyfeed Writing Contest 2026
   役割: MAL / KADOKAWA のプロモに徹する（KV・About・Prize・Prompt・FAQ）
   詳細ルール/How to Enter等は HF 側ルールページへ分離
   KVトンマナ: クリーム + ゴールド主軸 + コーラル/アイシーシアン差し色
   base CSS (base.css) を上書きする
   ================================================================ */

/* ---------------------------------------------------------------
   トークン
   --------------------------------------------------------------- */
#lp {
  --paper:        #fbf4e3;
  --paper-2:      #f6ead0;
  --panel:        #fffdf8;
  --panel-tint:   #fffaf0;
  --ink:          #3b2a1d;
  --ink-soft:     #5c4636;
  --ink-dim:      rgba(59, 42, 29, 0.66);
  --gold:         #c89b3c;
  --gold-bright:  #f0d289;
  --gold-deep:    #9a7220;
  --gold-grad:    linear-gradient(180deg, #f3d693 0%, #cf9f3d 48%, #9a7220 100%);
  --coral:        #ef82a6;
  --coral-deep:   #d85a82;
  --cyan:         #4bb3c7;
  --cyan-soft:    #cdeaf0;
  --violet:       #8a5a93;
  --line:         rgba(176, 132, 52, 0.28);
  --line-soft:    rgba(176, 132, 52, 0.15);
  --shadow-sm:    0 6px 20px -10px rgba(120, 80, 20, 0.35);
  --shadow:       0 24px 60px -30px rgba(120, 75, 15, 0.45);
  --maxw:         1160px;

  color: var(--ink);
  font-size: 15px;          /* 16→15px：文字量を考慮した読み切れる密度 */
}

/* ベース地：クリーム + KV由来の淡い光（base CSSの背景を上書き） */
#lp {
  background:
    radial-gradient(60% 40% at 8% 360px,  rgba(239, 130, 166, 0.10) 0%, transparent 70%),
    radial-gradient(55% 38% at 94% 300px, rgba(75, 179, 199, 0.10) 0%, transparent 70%),
    linear-gradient(180deg, #fdf8ed 0px, var(--paper) 900px, var(--paper-2) 100%) !important;
}
#lp .contents { overflow: clip; }

/* base CSSの行間ユーティリティを少し詰める */
#lp .lp.line-height-175 { line-height: 1.7; }

#lp p { color: var(--ink); }
#lp a { color: var(--coral-deep); }

/* ---------------------------------------------------------------
   汎用：セクション枠
   --------------------------------------------------------------- */
#lp .v2-section {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(64px, 9vw, 128px) 24px;
  position: relative;
}
#lp .v2-narrow { max-width: 920px; }

/* 見出し（ゴールド箔） */
#lp .v2-title {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-size: clamp(30px, 4.4vw, 52px);
  line-height: 1.15;
  letter-spacing: 0.01em;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--gold-deep);
  margin: 0;
}
#lp .v2-lead {
  font-size: clamp(17px, 2.2vw, 24px);
  color: var(--ink-soft);
  line-height: 1.7;
  margin-top: 18px;
}
#lp .v2-body { font-size: 15px; line-height: 1.85; color: var(--ink); }
#lp .v2-body + .v2-body { margin-top: 16px; }

/* About：テキストの縦余白を整える（タイトル→リード→本文のリズムを均す） */
#lp #about .v2-lead { margin-top: 24px; margin-bottom: 28px; }
#lp #about .v2-lead + .v2-body { margin-top: 0; }
#lp #about .v2-body + .v2-body { margin-top: 18px; }
#lp .v2-about-facts {
  width: 100%;
  margin: 30px 0 0;
  padding: 0;
  border-top: 1px solid var(--line-soft);
}
#lp .v2-about-facts__item {
  display: grid;
  grid-template-columns: minmax(180px, 260px) 1fr;
  gap: 18px;
  align-items: baseline;
  padding: 13px 0;
  border-bottom: 1px solid var(--line-soft);
}
#lp .v2-about-facts dt {
  font-family: "Cinzel", serif;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
#lp .v2-about-facts dd {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--gold-deep);
}

/* Prize：賞の特典説明（長文）を“特典パネル”化（文言・順番は原稿のまま） */
#lp .v2-prize-include {
  max-width: 60em;
  margin: 26px auto 0;
  text-align: left;
  position: relative;
  padding: clamp(8px, 1.4vw, 16px) 0 0;
}
#lp .v2-prize-include p {
  margin: 0;
  font-size: 15px;
  line-height: 1.95;
  color: var(--ink-soft);
}
#lp .v2-prize-include strong {
  color: var(--gold-deep);
  font-weight: 700;
}

/* Prize Conditions：背景はそのまま、テキストだけ読みやすく（左寄せ・小見出し・字幅制限） */
#lp .v2-prize .v2-prize-value { text-align: left; }
#lp .v2-prize-value__label {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin: 0 0 16px;
}
#lp .v2-prize-value__text {
  margin: 0;
  max-width: 70em;
  font-size: 13px;
  line-height: 1.95;
  color: var(--ink-soft);
}

/* ---------------------------------------------------------------
   ボタン（CTA）
   --------------------------------------------------------------- */
#lp .v2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Cinzel", serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: 15px;
  padding: 15px 30px;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}
#lp .v2-btn--primary {
  background: linear-gradient(180deg, #f7e2aa 0%, #ddb75d 68%, #cc9f42 100%);
  color: #2a1d08;
  box-shadow: 0 7px 18px -12px rgba(154, 114, 32, 0.48);
}
#lp .v2-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px -14px rgba(154, 114, 32, 0.58);
}
#lp .v2-btn--ghost {
  background: transparent;
  color: var(--gold-deep);
  border: 1px solid var(--line);
}
#lp .v2-btn--ghost:hover {
  border-color: var(--gold);
  background: rgba(200, 155, 60, 0.08);
}

/* ---------------------------------------------------------------
   ① 固定ヘッダー
   --------------------------------------------------------------- */
#lp .v2-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(16px, 4vw, 40px);
  background: rgba(253, 248, 237, 0.82);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--line-soft);
}
#lp .v2-header__brand {
  font-family: "Cinzel", serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  color: var(--ink);
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
#lp .v2-header__brand b { color: var(--gold-deep); font-weight: 700; }
#lp .v2-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
#lp .v2-nav a {
  font-family: "Cinzel", serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
  text-decoration: none;
  transition: color 0.2s ease;
}
#lp .v2-nav a:hover { color: var(--gold-deep); }
#lp .v2-header .v2-btn { padding: 10px 22px; font-size: 13px; }

/* ハンバーガー：PCサイズは非表示（モバイルのみ表示） */
#lp .v2-burger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(240, 210, 137, .35);
  border-radius: 8px;
  background: rgba(18, 12, 24, .35);
  cursor: pointer;
}
#lp .v2-burger span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #f0d289;
  transition: transform .25s ease, opacity .25s ease;
}

#lp .v2-mobile-nav {
  display: none;
}

@media (max-width: 860px) {
  #lp .v2-header__brand,
  #lp .v2-header__cta {
    display: none;
  }
  #lp .v2-nav { display: none; }
  #lp .v2-burger { display: inline-flex; }
  #lp .v2-burger[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  #lp .v2-burger[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  #lp .v2-burger[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  #lp .v2-mobile-nav.is-open {
    position: fixed;
    top: 66px;
    left: 12px;
    right: 12px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 18px;
    border: 1px solid rgba(240, 210, 137, 0.24);
    border-radius: 8px;
    background: rgba(39, 18, 31, 0.96);
    box-shadow: 0 24px 56px -28px rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(14px) saturate(135%);
    backdrop-filter: blur(14px) saturate(135%);
  }
  #lp .v2-mobile-nav a {
    display: block;
    padding: 12px 10px;
    font-family: "Cinzel", serif;
    font-size: 14px;
    letter-spacing: 0.08em;
    color: #fff8e8;
    text-decoration: none;
  }
  #lp .v2-mobile-nav__cta {
    margin-top: 8px;
    text-align: center;
    color: #2a1d08;
  }
}

/* ---------------------------------------------------------------
   ② ヒーロー（全幅・レイヤー・左右非対称）
   --------------------------------------------------------------- */
#lp .v2-hero__lead {
  font-family: "Cinzel", serif;
  font-size: clamp(18px, 2.6vw, 26px);
  color: var(--gold-deep);
  margin: 18px 0 0;
  letter-spacing: 0.01em;
}
#lp .v2-hero__sub {
  font-size: clamp(15px, 1.7vw, 17px);
  line-height: 1.75;
  color: var(--ink-soft);
  max-width: 30em;
  margin: 18px 0 0;
}
#lp .v2-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
@media (max-width: 880px) {
  #lp .v2-hero__sub { margin-left: auto; margin-right: auto; }
  #lp .v2-hero__cta { justify-content: center; }
}

/* ---------------------------------------------------------------
   Partnership / Presented by KADOKAWA（プロモ統合）
   --------------------------------------------------------------- */
#lp .v2-partner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 72px) 24px;
}
#lp .v2-partner__logo {
  text-align: center;
}
#lp .v2-partner__logo small {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-dim);
  margin-bottom: 14px;
}
#lp .v2-partner__logo img { max-width: 240px; width: 100%; }
#lp .v2-partner__text p { font-size: 13px; line-height: 1.7; color: var(--ink); }
#lp .v2-partner__text p + p { margin-top: 14px; }
@media (max-width: 720px) {
  #lp .v2-about-facts { margin-top: 24px; }
  #lp .v2-about-facts__item {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px 0;
  }
  #lp .v2-about-facts dd { font-size: 15px; }
  #lp .v2-partner { grid-template-columns: 1fr; text-align: center; }
}
/* 上司指示：PCではパートナー帯の下余白を詰める（0に） */
@media (min-width: 721px) {
  #lp .v2-partner { padding-bottom: 0; }
}

/* ---------------------------------------------------------------
   ④ Prize（主役）
   --------------------------------------------------------------- */
#lp .v2-prize { text-align: center; }
#lp .v2-prize__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 28px;
  margin-top: 48px;
  text-align: left;
}
#lp .v2-prize-card {
  position: relative;
  border-radius: 20px;
  padding: clamp(28px, 4vw, 44px);
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  overflow: hidden;
}
#lp .v2-prize-card--grand {
  background:
    radial-gradient(70% 90% at 100% 0%, rgba(240,210,137,0.30), transparent 60%),
    var(--panel);
  border-color: rgba(200, 155, 60, 0.5);
}
#lp .v2-prize-card--grand::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 20px;
  width: 64px;
  height: 64px;
  pointer-events: none;
  background: url("../img/index-codex/sparkles.svg") center / contain no-repeat;
  opacity: 0.26;
}
#lp .v2-prize-card__seal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Cinzel", serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-deep);
  padding: 6px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  margin-bottom: 18px;
}
#lp .v2-prize-card__seal img { width: 16px; height: 16px; }
#lp .v2-prize-card--silver .v2-prize-card__seal { color: var(--ink-soft); }
#lp .v2-prize-card__amt {
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--gold-deep);
}
#lp .v2-prize-card--silver .v2-prize-card__amt {
  background: linear-gradient(180deg, #c9c2b2, #8c8576);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#lp .v2-prize-card__name { font-family: "Cinzel", serif; font-size: 18px; color: var(--ink); margin: 4px 0 14px; }
#lp .v2-prize-card p { font-size: 14px; line-height: 1.75; color: var(--ink-soft); }
#lp .v2-prize-note {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--coral-deep);
  background: rgba(239, 130, 166, 0.12);
  border-radius: 12px;
  padding: 14px 18px;
}
/* 出版価値の訴求バー */
#lp .v2-prize-value {
  margin-top: 40px;
  border-radius: 18px;
  padding: clamp(24px, 3vw, 36px);
  background: linear-gradient(135deg, rgba(75,179,199,0.10), rgba(240,210,137,0.14));
  border: 1px solid var(--line);
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  color: var(--ink);
}
@media (max-width: 820px) {
  #lp .v2-prize__grid { grid-template-columns: 1fr; }
}

/* ---------------------------------------------------------------
   ⑤ Prompt（Epic / Tragic）
   --------------------------------------------------------------- */
#lp .v2-prompt { text-align: center; }
#lp .v2-prompt__fantasy {
  display: inline-block;
  font-family: "Cinzel", serif;
  letter-spacing: 0.3em;
  font-size: 24px;
  color: var(--coral-deep);
  margin-top: 14px;
}
#lp .v2-prompt__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 44px;
  text-align: left;
}
#lp .v2-pcard {
  position: relative;
  border-radius: 20px;
  padding: clamp(26px, 3.5vw, 40px);
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}
#lp .v2-pcard:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
#lp .v2-pcard--epic   { border-top: 3px solid var(--coral); }
#lp .v2-pcard--tragic { border-top: 3px solid var(--cyan); }
#lp .v2-pcard__label {
  font-family: "Cinzel", serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-dim);
}
#lp .v2-pcard__title {
  font-family: "Cinzel", serif;
  font-size: clamp(22px, 3vw, 30px);
  margin: 8px 0 0;
}
#lp .v2-pcard--epic .v2-pcard__title {
  background: linear-gradient(135deg, #e7608c, #d85a82 45%, #c89b3c);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--coral-deep);
}
#lp .v2-pcard--tragic .v2-pcard__title {
  background: linear-gradient(135deg, #3f9fb4, #4bb3c7 40%, #8a5a93);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--cyan);
}
#lp .v2-pcard__row { display: flex; gap: 20px; align-items: flex-start; margin-top: 18px; }
#lp .v2-pcard__row p { flex: 1; font-size: 14px; line-height: 1.8; color: var(--ink); }
#lp .v2-pcard__insp { flex-shrink: 0; text-align: center; }
#lp .v2-pcard__insp small {
  display: block; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-dim); margin-bottom: 8px;
}
#lp .v2-pcard__insp img {
  width: 108px; height: 162px; object-fit: cover; object-position: top;
  border-radius: 8px; box-shadow: var(--shadow-sm);
}
#lp .v2-pcard__more {
  margin-top: 24px;
  align-self: flex-start;
  font-family: "Cinzel", serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  background: rgba(200,155,60,0.08);
  border: 1px solid var(--line);
  color: var(--gold-deep);
  border-radius: 999px;
  padding: 9px 20px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
#lp .v2-pcard__more:hover { background: rgba(200,155,60,0.16); border-color: var(--gold); }
/* 強い物語のヒント（品質訴求） */
#lp .v2-prompt__tip {
  margin-top: 40px;
  text-align: center;
}
#lp .v2-prompt__tip .v2-btn { margin-top: 16px; }
@media (max-width: 760px) {
  #lp .v2-prompt__grid { grid-template-columns: 1fr; }
}

/* v4-3: 旧Contest Promptは比較用に残して非表示。表示版は下のsplit-cover。 */
#lp .v2-prompt--legacy {
  display: none !important;
}

/* ---------------------------------------------------------------
   Contest Prompt split-cover版
   書影2点を縦2分割背景として使い、前面にプロンプトをカード化
   --------------------------------------------------------------- */
#lp .v4-prompt-split {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(1080px, 136svh, 1320px);
  margin: 0 auto clamp(52px, 8vw, 96px);
  color: #fff;
  background: #160f18;
}
#lp .v4-prompt-split__bg,
#lp .v4-prompt-split__scrim {
  position: absolute;
  inset: 0;
  z-index: -2;
}
#lp .v4-prompt-split__bg {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#lp .v4-prompt-split__panel {
  position: relative;
  min-width: 0;
  background-size: cover;
  background-position: center;
  filter: blur(4px) saturate(112%) contrast(104%);
  transform: scale(1.025);
}
#lp .v4-prompt-split__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 30%, transparent 0 30%, rgba(18, 12, 24, .50) 72%, rgba(18, 12, 24, .82) 100%),
    linear-gradient(180deg, rgba(18,12,24,.08), rgba(18,12,24,.60));
}
#lp .v4-prompt-split__panel--epic {
  background-image: url("../img/lp_2026_prompt_epicheroin.jpg");
  background-position: center top;
}
#lp .v4-prompt-split__panel--tragic {
  background-image: url("../img/lp_2026_prompt_tragichero.jpg");
  background-position: center top;
}
#lp .v4-prompt-split__scrim {
  z-index: -1;
  background:
    radial-gradient(ellipse at 50% 46%,
      rgba(255, 240, 205, .04) 0%,
      rgba(40, 26, 30, .84) 38%,
      rgba(8, 5, 11, .95) 100%);
}
#lp .v4-prompt-split::before,
#lp .v4-prompt-split::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
#lp .v4-prompt-split::before {
  inset: 22px;
  border: 1px solid rgba(240, 210, 137, .42);
  z-index: 2;
}
#lp .v4-prompt-split__inner {
  position: relative;
  z-index: 3;
  max-width: 1120px;
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(72px, 9vw, 116px) clamp(24px, 5vw, 56px);
  display: grid;
  align-content: center;
  gap: clamp(28px, 4vw, 44px);
}
#lp .v4-prompt-split__heading {
  text-align: center;
}
#lp .v4-prompt-split__heading .v2-title {
  background: linear-gradient(180deg, #fff7e3 0%, #f0d289 52%, #c89b3c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f0d289;
  text-shadow: 0 12px 38px rgba(0,0,0,.45);
}
#lp .v4-prompt-mainlabel {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 247, 232, .72);
  margin-top: 26px;
}
#lp .v4-prompt-split__heading .v2-prompt__fantasy {
  font-size: clamp(28px, 3.6vw, 40px);
  line-height: 1;
  letter-spacing: .28em;
  color: #fff;
  text-shadow: 0 0 18px rgba(255, 255, 255, .28);
  margin: 6px 0 32px;
}
/* 択一の補足（どちらか1つを選ぶことを明示）：FANTASYとカードの中間に上下均等配置 */
#lp .v4-prompt-choose {
  margin: 0 0 32px;
  font-family: "Cinzel", serif;
  font-size: clamp(20px, 2.1vw, 23px);
  letter-spacing: .06em;
  color: rgba(255, 247, 232, .8);
}
#lp .v4-prompt-choose span {
  color: #f0d289;
  font-style: italic;
  font-size: 1.2em;
  padding: 0 2px;
}
#lp .v4-prompt-split__cta {
  text-align: center;
  margin-top: clamp(28px, 4vw, 56px);
}
#lp .v4-prompt-split__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 44px);
  align-items: stretch;
}
#lp .v4-prompt-card {
  position: relative;
  min-height: 330px;
  height: 100%;
  padding: clamp(28px, 4vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.08)),
    rgba(22, 14, 22, .48);
  -webkit-backdrop-filter: blur(14px) saturate(118%);
  backdrop-filter: blur(14px) saturate(118%);
  box-shadow: 0 34px 76px -42px rgba(0,0,0,.74);
}
#lp .v4-prompt-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(240, 210, 137, .22);
  border-radius: 14px;
  pointer-events: none;
}
#lp .v4-prompt-card--epic {
  border-color: rgba(239, 130, 166, .60);
}
#lp .v4-prompt-card--tragic {
  border-color: rgba(75, 179, 199, .60);
}
#lp .v4-prompt-card .v2-pcard__label {
  color: rgba(255, 247, 232, .72);
  font-size: 15px;
}
#lp .v4-prompt-card__cover {
  position: absolute;
  bottom: clamp(24px, 3vw, 34px);
  right: clamp(24px, 3vw, 34px);
  width: 140px;
  display: grid;
  justify-items: center;
  gap: 8px;
}
#lp .v4-prompt-card__cover img {
  width: 118px;
  height: 172px;
  object-fit: cover;
  object-position: top;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .42);
  box-shadow: 0 18px 30px -18px rgba(0,0,0,.72);
}
#lp .v4-prompt-card__cover small {
  font-family: "Cinzel", serif;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255, 247, 232, .72);
}
#lp .v4-prompt-card--epic .v2-pcard__title {
  background: linear-gradient(135deg, #ff8db6, #ffd88a);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#lp .v4-prompt-card--tragic .v2-pcard__title {
  background: linear-gradient(135deg, #96d8ef, #c5b2ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#lp .v4-prompt-card p {
  max-width: calc(100% - 162px);
  margin-top: 18px;
  color: rgba(255, 250, 240, .88);
  font-size: 15px;
  line-height: 1.85;
}
#lp .v4-prompt-card .v2-pcard__more {
  align-self: flex-start;
  color: #fff7e8;
  background: rgba(240, 210, 137, .12);
  border-color: rgba(240, 210, 137, .42);
}
#lp .v4-prompt-split__fantasy-copy {
  margin: clamp(28px, 4vw, 56px) auto 0;
  padding: 0;
  border: none;
  background: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
  color: #fff7e8;
}
#lp .v4-prompt-split__fantasy-copy h3 {
  margin: 0 0 18px;
  font-size: clamp(24px, 3.2vw, 38px);
  line-height: 1.18;
  text-align: center;
  color: #f0d289;
  text-shadow: 0 0 22px rgba(240, 210, 137, .22);
}
#lp .v4-prompt-split__fantasy-copy p {
  margin: 0;
  font-size: 14px;
  line-height: 1.78;
  color: rgba(255, 250, 240, .86);
}
#lp .v4-prompt-split__fantasy-copy p + p {
  margin-top: 14px;
}
#lp .v4-prompt-split__fantasy-copy strong {
  color: #fff7e8;
}

/* What Makes a Strong Fantasy Story — カード化で可読性を強化（全文維持） */
#lp .v4-prompt-split__fantasy-copy .v4-fc-intro {
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
}
#lp .v4-prompt-split__fantasy-copy .v4-fc-intro strong {
  font-size: 16px;
}
#lp .v4-fc-grid {
  display: grid;
  gap: clamp(16px, 2vw, 22px);
}
#lp .v4-fc-grid--3 { grid-template-columns: repeat(3, 1fr); align-items: start; }
#lp .v4-fc-item {
  position: relative;
  padding: 22px 24px;
  border: 1px solid rgba(240, 210, 137, .2);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(40, 24, 36, .5), rgba(18, 11, 18, .42));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 56px -40px rgba(0, 0, 0, .8);
}
#lp .v4-fc-item > p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 250, 240, .9);
}
/* Read more トグル（max-height アニメーションで滑らかに開閉 ＋ 折りたたみ時は … 表示） */
#lp .v4-fc-item.is-clamped > p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;        /* 折りたたみ時：4行で … */
  overflow: hidden;
  transition: max-height .42s cubic-bezier(.4, 0, .2, 1);
}
#lp .v4-fc-item.is-clamped.is-open > p {
  -webkit-line-clamp: 9999;     /* 展開時：行数制限を解除（… を消す） */
}
#lp .v4-fc-readmore {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  padding: 0;
  border: none;
  background: none;
  font-family: "Cinzel", serif;
  font-size: 12px;
  letter-spacing: .06em;
  color: #f0d289;
  cursor: pointer;
  transition: opacity .2s ease;
}
#lp .v4-fc-readmore i {
  font-size: 10px;
}
#lp .v4-fc-readmore:hover {
  opacity: .75;
  text-decoration: underline;
}
#lp .v4-fc-h {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: .03em;
  color: #f0d289;
}
#lp .v4-fc-h--char {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
#lp .v4-fc-h--char::before {
  content: "◆";
  font-size: 9px;
  color: #f0d289;
  opacity: .8;
}
#lp .v4-fc-subhead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 18px);
  margin: clamp(32px, 4vw, 46px) 0 20px;
  font-family: "Cinzel", serif;
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: .08em;
  color: #fff7e8;
}
#lp .v4-fc-subhead::before,
#lp .v4-fc-subhead::after {
  content: "";
  height: 1px;
  width: clamp(28px, 6vw, 72px);
  background: linear-gradient(90deg, transparent, rgba(240, 210, 137, .55));
}
#lp .v4-fc-subhead::after {
  background: linear-gradient(90deg, rgba(240, 210, 137, .55), transparent);
}
#lp .v4-prompt-split__fantasy-copy .v4-fc-bridge {
  max-width: 820px;
  margin: 28px auto 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 250, 240, .82);
}

#lp .v4-prompt-split__detail-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 16px;
}
#lp .v4-prompt-split__fantasy-copy .v4-prompt-split__detail-links {
  margin-top: 24px;
}
#lp .v4-prompt-detail-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid rgba(240, 210, 137, .36);
  border-radius: 999px;
  background: rgba(22, 14, 22, .46);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff7e8;
  font-family: "Cinzel", serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .06em;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 20px 48px -34px rgba(0,0,0,.72);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
#lp .v4-prompt-card .v4-prompt-detail-link {
  align-self: flex-start;
  margin-top: auto;
  max-width: calc(100% - 162px);
}
#lp .v4-prompt-detail-link:hover {
  transform: translateY(-2px);
  background: rgba(22, 14, 22, .58);
  border-color: rgba(240, 210, 137, .62);
}
#lp .v4-prompt-detail-link span {
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 247, 232, .68);
}
#lp .v4-prompt-detail-link--epic {
  border-color: rgba(239, 130, 166, .54);
}
#lp .v4-prompt-detail-link--epic span {
  color: #ffb3cb;
}
#lp .v4-prompt-detail-link--tragic {
  border-color: rgba(75, 179, 199, .54);
}
#lp .v4-prompt-detail-link--tragic span {
  color: #9edcf0;
}

#lp .v4-prompt-split .v2-pcard__more {
  text-decoration: none;
}
@media (max-width: 820px) {
  #lp .v4-prompt-split {
    min-height: auto;
    margin: 56px auto;
    background: #160f18;
  }
  #lp .v4-prompt-split__bg {
    display: none;
  }
  #lp .v4-prompt-split::after {
    left: 0;
    right: 0;
    top: 50%;
    width: auto;
    height: 1px;
  }
  #lp .v4-prompt-split__scrim {
    display: none;
  }
  #lp .v4-prompt-split::before {
    display: none;
  }
  #lp .v4-prompt-split__inner {
    padding: 64px 22px;
  }
  #lp .v4-prompt-split__grid {
    grid-template-columns: 1fr;
  }
  #lp .v4-prompt-card {
    min-height: 280px;
    align-items: center;
    text-align: center;
  }
  #lp .v4-prompt-card__cover {
    position: static;
    width: auto;
    justify-items: center;
    margin-top: 18px;
  }
  #lp .v4-prompt-card__cover img {
    width: 98px;
    height: 144px;
  }
  #lp .v4-prompt-card p {
    max-width: none;
  }
  #lp .v4-prompt-split__fantasy-copy {
    border-radius: 18px;
    padding: 24px 20px;
  }
  #lp .v4-prompt-split__fantasy-copy p {
    font-size: 13px;
  }
  #lp .v4-fc-item {
    padding: 18px 18px;
  }
  #lp .v4-fc-item > p {
    font-size: 13.5px;
  }
  #lp .v4-fc-grid--3 {
    grid-template-columns: 1fr;
  }
  #lp .v4-fc-subhead {
    text-align: center;
  }
  #lp .v4-prompt-split__detail-links {
    display: grid;
    grid-template-columns: 1fr;
  }
  #lp .v4-prompt-detail-link {
    width: 100%;
    flex-direction: column;
    gap: 4px;
    border-radius: 16px;
    text-align: center;
  }
  #lp .v4-prompt-card .v4-prompt-detail-link {
    max-width: none;
  }
}

/* ---------------------------------------------------------------
   Voting Procedures（既存カード言語に合わせた工程セクション）
   --------------------------------------------------------------- */
#lp .v2-voting {
  max-width: 1120px;
  position: relative;
  padding-top: clamp(42px, 6vw, 72px);
  padding-bottom: clamp(42px, 6vw, 72px);
}
#lp .v2-voting::before {
  content: "";
  position: absolute;
  inset: 36px 8px auto auto;
  width: 180px;
  height: 180px;
  pointer-events: none;
  background:
    repeating-linear-gradient(60deg, rgba(200,155,60,0.08) 0 1px, transparent 1px 22px),
    repeating-linear-gradient(-60deg, rgba(200,155,60,0.08) 0 1px, transparent 1px 22px);
  opacity: .42;
  -webkit-mask-image: radial-gradient(circle, #000 0 56%, transparent 72%);
  mask-image: radial-gradient(circle, #000 0 56%, transparent 72%);
}
#lp .v2-voting > .v2-title {
  text-align: center;
}
#lp .v2-voting__overview {
  max-width: 820px;
  margin: 26px auto 0;
  padding: clamp(8px, 1.4vw, 16px) 0 0;
}
#lp .v2-voting__overview .v2-body {
  margin: 0;
  font-size: 15px;
  line-height: 1.95;
  color: var(--ink-soft);
}
#lp .v2-voting__overview .v2-body + .v2-body {
  margin-top: 14px;
}
#lp .v2-voting__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 40px;
}
#lp .v2-voting-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(26px, 3.2vw, 38px);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--panel);
  box-shadow: var(--shadow-sm);
}
#lp .v2-voting-card::before {
  content: "";
  position: absolute;
  top: -46px;
  right: -42px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  border: 1px solid rgba(200,155,60,.30);
  background: radial-gradient(circle, rgba(240,210,137,.22), transparent 68%);
}
#lp .v2-voting-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: var(--gold-grad);
}
#lp .v2-voting-card--jury::after {
  background: linear-gradient(90deg, var(--cyan), var(--violet));
}
#lp .v2-voting-card > * {
  position: relative;
  z-index: 1;
}
#lp .v2-voting-card__label {
  font-family: "Cinzel", serif;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin: 0;
}
#lp .v2-voting-card--jury .v2-voting-card__label {
  color: var(--cyan);
}
#lp .v2-voting-card__title {
  font-family: "Cinzel", serif;
  font-size: clamp(22px, 2.8vw, 30px);
  line-height: 1.18;
  color: var(--ink);
  margin: 10px 0 18px;
}
#lp .v2-voting-card .v2-body {
  font-size: 14px;
  line-height: 1.85;
  color: var(--ink-soft);
}
#lp .v2-voting-card__apply {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line-soft);
}
#lp .v2-voting-card__sub {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
  margin: 0 0 12px;
}
#lp .v2-voting-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(200,155,60,.08);
  font-family: "Cinzel", serif;
  font-size: 12px;
  letter-spacing: .06em;
  text-decoration: none;
}
#lp .v2-voting-card__link:hover {
  background: rgba(200,155,60,.16);
  border-color: var(--gold);
}
/* 時限制御: 応募期間外(before/closed)はグレーアウトして押せない見た目に */
#lp .v2-voting-card__link[aria-disabled="true"] {
  background: rgba(20,16,10,.04);
  border-color: rgba(20,16,10,.16);
  color: rgba(20,16,10,.4) !important;
  -webkit-text-fill-color: rgba(20,16,10,.4) !important;
  cursor: not-allowed;
  pointer-events: none;
}
#lp .v2-voting-card__link[aria-disabled="true"]:hover {
  background: rgba(20,16,10,.04);
  border-color: rgba(20,16,10,.16);
}
#lp .v2-voting-card__notes {
  margin-top: auto;
  padding-top: 20px;
}
#lp .v2-voting-card__notes .v2-body {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  color: var(--ink-dim);
}
#lp .v2-voting-card__notes .v2-body::before {
  content: "";
  position: absolute;
  left: 0;
  top: .78em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(200,155,60,.10);
}
@media (max-width: 820px) {
  #lp .v2-voting {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  #lp .v2-voting__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  #lp .v2-voting::before {
    width: 130px;
    height: 130px;
    inset: 18px 0 auto auto;
  }
}

/* ---------------------------------------------------------------
   ⑥ FAQ
   --------------------------------------------------------------- */
#lp .v2-faq { max-width: 880px; margin: 0 auto; }
#lp #qa .v2-title {
  text-align: center;
}
#lp .v2-faq details {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
  margin-top: 16px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}
#lp .v2-faq details[open] { box-shadow: var(--shadow); }
#lp .v2-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 56px 22px 24px;
  position: relative;
  font-weight: 600;
  color: var(--ink);
  font-size: 15px;
}
#lp .v2-faq summary::-webkit-details-marker { display: none; }
#lp .v2-faq summary .q {
  font-family: "Cinzel", serif;
  color: var(--gold-deep);
  margin-right: 10px;
}
#lp .v2-faq summary::after {
  content: "";
  position: absolute;
  right: 24px; top: 50%;
  width: 10px; height: 10px;
  margin-top: -7px;
  border-right: 2px solid var(--gold-deep);
  border-bottom: 2px solid var(--gold-deep);
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}
#lp .v2-faq details[open] summary::after { transform: rotate(-135deg); }
#lp .v2-faq .v2-faq__a {
  padding: 0 24px 24px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--ink-soft);
}

/* ---------------------------------------------------------------
   ⑦ 最終CTA帯
   --------------------------------------------------------------- */
#lp .v2-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: clamp(56px, 8vw, 104px) 24px;
  background:
    radial-gradient(60% 120% at 50% 0%, rgba(239,130,166,0.18), transparent 60%),
    linear-gradient(135deg, #fde9ef, #fdf4e4 60%, #f6efdb);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
#lp .v2-cta__title {
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: clamp(28px, 4.5vw, 46px);
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--gold-deep);
}
#lp .v2-cta__sub { margin: 16px auto 0; max-width: 40em; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
#lp .v2-cta__btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 30px; }
#lp .v2-cta__hint { margin-top: 18px; font-size: 12px; color: var(--ink-dim); }

/* ---------------------------------------------------------------
   フッター（深いワイン）— v1テーマを踏襲
   --------------------------------------------------------------- */
#lp .bg-footer {
  background:
    linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)),
    url("../img/main_visual_bg.jpg") center center / cover no-repeat !important;
  position: relative;
}
#lp .bg-footer::before { display: none !important; }
#lp .bg-footer::after {
  content: "";
  position: absolute; top: 0; left: 8%; right: 8%; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.8;
}
#lp .bg-footer .anchorlink-2 { color: rgba(255,255,255,0.85); }
#lp .bg-footer .links-fa { color: #f0d289; }
#lp .v2-footer-note {
  max-width: 720px; margin: 0 auto; text-align: center;
  font-size: 12px; color: rgba(255,255,255,0.6); line-height: 1.7;
  padding: 8px 24px 0;
}
#lp .v2-footer-note a {
  color: #6aa0df;
  text-decoration: none;
}
#lp .v2-footer-note a:hover,
#lp .v2-footer-note a:focus-visible {
  text-decoration: underline;
}

/* ---------------------------------------------------------------
   モーダル（#lp外スコープ：リテラル色）
   --------------------------------------------------------------- */
.prompt-text-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.82);
  align-items: center;
  justify-content: center;
  padding: 20px;
  cursor: pointer;
}
.prompt-text-modal.is-open {
  display: flex;
  animation: lp-modal-bg-in 0.25s ease forwards;
}
.prompt-modal-inner {
  border-radius: 16px;
  max-width: 640px;
  width: 100%;
  max-height: 82vh;
  overflow-y: auto;
  padding: 40px 40px 48px;
  position: relative;
  cursor: default;
  line-height: 1.8;
}
.prompt-text-modal .prompt-modal-inner {
  background: #fffdf8;
  color: #3b2a1d;
  border: 1px solid rgba(176, 132, 52, 0.30);
  box-shadow: 0 30px 80px -30px rgba(60, 30, 10, 0.6);
}
.prompt-modal-inner .modal-section + .modal-section {
  margin-top: 36px;
  padding-top: 36px;
}
.prompt-modal-inner h3 {
  font-family: "Cinzel", serif;
  font-size: 20px;
  margin-bottom: 16px;
}
.prompt-modal-inner p + p {
  margin-top: 12px;
}
.prompt-text-modal .prompt-modal-inner h3 {
  background: linear-gradient(180deg, #f3d693 0%, #cf9f3d 48%, #9a7220 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  color: #9a7220;
}
.prompt-text-modal .prompt-modal-inner p,
.prompt-text-modal .prompt-modal-inner li,
.prompt-text-modal .prompt-modal-inner strong { color: #3b2a1d; }
.prompt-modal-close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
  transition: color 0.2s;
}
.prompt-text-modal .prompt-modal-close { color: rgba(59,42,29,0.5); }
.prompt-text-modal .prompt-modal-close:hover { color: #3b2a1d; }
.prompt-text-modal .prompt-modal-inner .modal-section + .modal-section { border-top: 1px solid rgba(176,132,52,0.16); }
@keyframes lp-modal-bg-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ---------------------------------------------------------------
   スクロール演出
   --------------------------------------------------------------- */
html.opus-js #lp .v2-reveal { opacity: 0; transform: translateY(28px); }
html.opus-js #lp .v2-reveal.is-revealed {
  opacity: 1; transform: none;
  transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1), transform 0.7s cubic-bezier(0.22,1,0.36,1);
}
/* ヒーローのロード演出 */
@keyframes v2-fade-up { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes v2-art-in { from { opacity: 0; transform: translateY(20px) scale(0.985); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  html.opus-js #lp .v2-reveal,
  html.opus-js #lp .v3-hero__copy > *,
  html.opus-js #lp .v3-hero__chara,
  html.opus-js #lp .v3-hero__chara-wrap::after,
  html.opus-js #lp .v3-hero__scroll span { opacity: 1 !important; transform: none !important; animation: none !important; }
}

/* ===============================================================
   v3：フル幅・フルスクリーンのヒーロー（KVを最大限に）
   =============================================================== */
#lp .v3-hero {
  position: relative;
  width: 100%;
  /* KVの表示領域。下方向に広げてメダリオンを大きく見せる。--hero-h で調整可 */
  --hero-h: clamp(660px, 106svh, 1160px);
  height: var(--hero-h);
  overflow: hidden;
  background: #e97097;
}
/* KV下端をクリームに溶かす（後続との境界を消す） */
#lp .v3-hero::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0;
  height: clamp(140px, 20vh, 240px);
  z-index: 3; pointer-events: none;
  background: linear-gradient(180deg,
    rgba(252,246,233,0) 0%,
    rgba(252,246,233,0.55) 52%,
    #fcf6e9 100%);
}
#lp .v3-hero__stage { position: absolute; inset: 0; z-index: 0; }
#lp .v3-hero {
  --kv-x: 92%;
  --kv-pan-x: 6vw;
  --kv-shift: -50px;   /* 縦の表示位置。マイナスで下方向へ＝KV下方（スカート・泡・メダリオン下部の世界）を多く見せる */
}
#lp .v3-hero__stage::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: calc(var(--kv-pan-x) + 8vw);
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(90deg,
    rgba(233,112,151,1) 0%,
    rgba(233,112,151,0.92) 42%,
    rgba(233,112,151,0.26) 78%,
    transparent 100%);
}
/* 背景 */
#lp .v3-hero__bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: var(--kv-x) var(--kv-shift);  /* 80px下を表示＝キャラを多めに見せる */
  z-index: 1;
  transform: translate3d(var(--kv-pan-x), 0, 0);
}
/* キャラのラッパ：横位置補正を担当 */
#lp .v3-hero__chara-wrap {
  position: absolute; inset: 0; z-index: 2;
  transform: translate3d(var(--kv-pan-x), 0, 0);
}
/* キャラ画像：transformはフロート/エントランス専用。ラッパのscale(1.05)でcover溢れを確保 */
#lp .v3-hero__chara {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: var(--kv-x) var(--kv-shift);
  transform-origin: 50% 62%;
  will-change: transform;
  z-index: 0;
}
/* ① 複合フロート（微細な回転・横揺れ・呼吸）＋ ⑤ 着地エントランス */
html.opus-js #lp .v3-hero__chara {
  animation:
    v3-chara-enter 1.1s cubic-bezier(0.22, 1, 0.36, 1) both;
    /* ↓ ゆらゆら（揺れ）の無限フロートを一旦OFF。戻す時はこの行のコメントを外して上の ; を , に
    v3-float-hero 6.5s cubic-bezier(0.45, 0.05, 0.55, 0.95) 1.2s infinite; */
}
@keyframes v3-float-hero {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-0.4deg) scale(1.000); }
  33%      { transform: translate3d(6px, -12px, 0) rotate(0.2deg) scale(1.004); }
  66%      { transform: translate3d(-4px, -8px, 0) rotate(-0.2deg) scale(1.002); }
}
@keyframes v3-chara-enter {
  0%   { transform: translateY(-48px) scale(1.04); opacity: 0; }
  100% { transform: translateY(0) scale(1); opacity: 1; }
}

/* ② キャラ前面オーラ（screenで発光。フロートと非同期で脈動） */
#lp .v3-hero__chara-wrap::after {
  content: "";
  position: absolute; inset: -8% -4%;
  z-index: 1; pointer-events: none;
  background: radial-gradient(ellipse at 55% 42%,
    rgba(255, 222, 130, 0.22) 0%,
    rgba(255, 184, 96, 0.10) 38%,
    transparent 64%);
  mix-blend-mode: screen;
}
html.opus-js #lp .v3-hero__chara-wrap::after {
  animation: v3-chara-aura 4.3s ease-in-out infinite alternate;
}
@keyframes v3-chara-aura {
  from { opacity: 0.55; transform: scale(0.96); }
  to   { opacity: 1;    transform: scale(1.05); }
}

/* 左に敷くクリームのスクリム（テキスト可読性／KVは右に見せる） */
#lp .v3-hero__scrim {
  position: absolute; inset: 0; z-index: 3; pointer-events: none;
  background: linear-gradient(95deg,
    rgba(233,112,151,1) 0%,
    rgba(244,154,183,0.78) 22%,
    rgba(249,188,204,0.20) 36%,
    rgba(249,188,204,0.04) 50%,
    transparent 60%);
}

/* オーバーレイ・コピー */
#lp .v3-hero__copy {
  position: absolute; z-index: 4;
  top: 54%; left: max(24px, 6vw);
  transform: translateY(-50%);
  max-width: min(50vw, 580px);
}
#lp .v3-hero__copy .v2-hero__lead { font-family: "Cinzel", serif; color: var(--gold-deep); font-size: clamp(18px,2.4vw,26px); margin-top: 16px; }
#lp .v3-hero__copy .v2-hero__sub  { max-width: 30em; margin-top: 16px; }
#lp .v3-hero__copy .v2-hero__copy-hidden { display: none !important; }
#lp .v3-hero__copy .v2-hero__cta  { margin-top: 28px; }

/* 画像ロゴ（logo.png） */
#lp .hero-logo {
  margin: 0;
  font-size: 0;
  line-height: 0;
}
#lp .hero-logo__img {
  display: block;
  width: clamp(240px, 34vw, 420px);
  height: auto;
}
@media (max-width: 860px) {
  #lp .hero-logo__img {
    width: min(66vw, 312px);
    margin-inline: auto;
    filter:
      drop-shadow(0 2px 4px rgba(55, 24, 14, 0.9))
      drop-shadow(0 7px 17px rgba(80, 36, 18, 0.7));
  }
}

#lp .v3-hero__credit {
  position: absolute; z-index: 4; right: 7px; bottom: 0;
  font-size: 11px; color: rgba(59,42,29,0.55);
}
@media (min-width: 821px) {
  #lp .v3-hero__credit {
    right: 16px;
    bottom: 16px;
  }
}

/* スクロール誘導 */
#lp .v3-hero__scroll {
  position: absolute; z-index: 4; left: 50%; bottom: 22px; transform: translateX(-50%);
  width: 26px; height: 42px; border: 2px solid rgba(154,114,32,0.55);
  border-radius: 14px; display: block;
}
#lp .v3-hero__scroll span {
  position: absolute; top: 8px; left: 50%; width: 4px; height: 8px; border-radius: 2px;
  background: var(--gold-deep); transform: translateX(-50%);
  animation: v3-scroll 1.6s ease-in-out infinite;
}
@keyframes v3-scroll {
  0%   { opacity: 0; transform: translate(-50%, 0); }
  30%  { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 15px); }
}
html.opus-js #lp .v3-hero__copy > * { animation: v2-fade-up 0.85s cubic-bezier(0.22,1,0.36,1) both; }
html.opus-js #lp .v3-hero__copy > *:nth-child(2) { animation-delay: 0.08s; }
html.opus-js #lp .v3-hero__copy > *:nth-child(3) { animation-delay: 0.16s; }
html.opus-js #lp .v3-hero__copy > *:nth-child(4) { animation-delay: 0.24s; }
html.opus-js #lp .v3-hero__copy > *:nth-child(5) { animation-delay: 0.32s; }
html.opus-js #lp .v3-hero__copy > *:nth-child(6) { animation-delay: 0.40s; }

/* モバイル：縦構図。スクリムを下に、テキストは下部中央 */
@media (max-width: 820px) {
  #lp .v3-hero { height: clamp(620px, 94svh, 900px); --kv-pan-x: 0; }
  #lp .v3-hero__bg,
  #lp .v3-hero__chara { object-position: center top; }
  #lp .v3-hero__stage::before { display: none; }
  #lp .v3-hero__scrim {
    background: linear-gradient(180deg,
      rgba(255,245,236,0.30) 0%,
      rgba(255,245,236,0.12) 30%,
      rgba(255,246,238,0.92) 72%,
      rgba(255,246,238,0.99) 100%);
  }
  #lp .v3-hero__copy {
    top: auto; bottom: 7%; left: 0; right: 0; transform: none;
    max-width: none; padding: 0 24px; text-align: center;
  }
  #lp .v3-hero__copy .v2-hero__sub { margin-left: auto; margin-right: auto; }
  #lp .v3-hero__copy .v2-hero__cta { justify-content: center; }
  #lp .v3-hero__scroll { display: none; }
}
@media (max-width: 480px) {
  #lp .v3-hero__bg,
  #lp .v3-hero__chara-wrap {
    bottom: auto;
    height: 84%;
  }
  #lp .v3-hero__bg,
  #lp .v3-hero__chara {
    object-position: 58% top;
  }
}

/* ===============================================================
   v3：ヘッダーをKVに重なる透過オーバーレイ化
   （上部はKVが頭まで抜ける。スクロールですりガラス背景が出る）
   =============================================================== */
#lp .v2-header {
  position: fixed;
  left: 0; right: 0; top: 0;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
}
#lp .v2-header .v2-header__brand,
#lp .v2-header .v2-header__brand b,
#lp .v2-header .v2-nav a {
  color: #fff;
  transition: color 0.3s ease;
}
#lp .v2-header .v2-nav a:hover {
  color: rgba(255, 255, 255, 0.78);
}
#lp .v2-header.is-scrolled {
  background: rgba(253, 248, 237, 0.85);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--line-soft);
}
#lp .v2-header.is-scrolled .v2-header__brand {
  color: var(--ink);
}
#lp .v2-header.is-scrolled .v2-header__brand b,
#lp .v2-header.is-scrolled .v2-nav a:hover {
  color: var(--gold-deep);
}
#lp .v2-header.is-scrolled .v2-nav a {
  color: var(--ink-soft);
}
@media (max-width: 860px) {
  #lp .v2-header,
  #lp .v2-header.is-scrolled {
    left: auto;
    right: 12px;
    top: 10px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}
/* ヘッダーが out-of-flow になるので、ヒーローは最上部から開始 */
#lp .v3-hero { margin-top: 0; }
/* KV上でのヘッダー文字の可読性：上端に淡いクリームのフェード */
#lp .v3-hero__stage::after {
  content: none;
  position: absolute; left: 0; right: 0; top: 0; height: 80px;
  z-index: 3; pointer-events: none;
  background: linear-gradient(180deg, rgba(255,247,237,0.35) 0%, rgba(255,247,237,0.0) 100%);
}
/* アンカー遷移時に固定ヘッダーへ潜らないよう余白 */
html { scroll-padding-top: 72px; }

/* ===============================================================
   v4：英雄譚トーンの上乗せ（KVを増幅・素材の弱点を補う／明暗の両立）
   =============================================================== */

/* ④ 焦点ヴィネット：ハイキーKVに値レンジを与え、ヒロイン（右上）へ視線を寄せる。
   中心は明るいまま、四隅だけ暖色で軽く沈めて重心を作る（暗くしすぎない） */
#lp .v3-hero__vignette {
  position: absolute; inset: 0; z-index: 3; pointer-events: none;
  background: radial-gradient(125% 95% at 64% 40%,
    transparent 40%,
    rgba(74, 44, 20, 0.10) 74%,
    rgba(52, 30, 12, 0.32) 100%);
  mix-blend-mode: multiply;
}

/* ⑦ ハニカムを全体言語に：プロンプト帯にごく薄い六角テクスチャを敷く（“絵の続き”の質感） */
#lp .v2-prompt {
  position: relative;
  background-image:
    repeating-linear-gradient(60deg,  rgba(200,155,60,0.05) 0 1px, transparent 1px 26px),
    repeating-linear-gradient(-60deg, rgba(200,155,60,0.05) 0 1px, transparent 1px 26px),
    repeating-linear-gradient(0deg,   rgba(200,155,60,0.05) 0 1px, transparent 1px 45px);
  background-position: center;
}

/* ③ 二項の両立：Tragic側に“本物の悲壮”を与える（深い寒色ダーク＋這い上がりの残り火）。
   Epicは現状の暖かい明るさを維持し、明 vs 暗 のコントラストで「二つの道」を立てる */
#lp .v2-pcard--tragic {
  position: relative;
  overflow: hidden;
  background: linear-gradient(158deg, #1b2130 0%, #232b3c 58%, #2c2438 100%);
  border-color: rgba(126, 146, 178, 0.30);
  border-top-color: var(--cyan);
  box-shadow: 0 24px 48px -28px rgba(20, 26, 40, 0.7);
  color: #d7dde8;
}
/* 這い上がりの兆し＝下隅にくすんだ炎の残り（Sentenced 表紙の温度に呼応） */
#lp .v2-pcard--tragic::after {
  content: ""; position: absolute; right: -8%; bottom: -16%;
  width: 62%; height: 62%; pointer-events: none;
  background: radial-gradient(circle, rgba(214, 96, 64, 0.20) 0%, transparent 68%);
}
#lp .v2-pcard--tragic > * { position: relative; z-index: 1; }
#lp .v2-pcard--tragic .v2-pcard__label { color: rgba(190, 205, 225, 0.7); }
#lp .v2-pcard--tragic .v2-pcard__row p { color: #c4ccda; }
#lp .v2-pcard--tragic .v2-pcard__insp small { color: rgba(190, 205, 225, 0.62); }
#lp .v2-pcard--tragic .v2-pcard__more {
  background: rgba(120, 150, 190, 0.14);
  border-color: rgba(150, 175, 210, 0.42);
  color: #c2d4ea;
}
#lp .v2-pcard--tragic .v2-pcard__more:hover {
  background: rgba(120, 150, 190, 0.24);
  border-color: #8fb4d8;
}
/* Epic側はわずかに暖かい光の差し（明側の主張を一段上げ、対比を明確化） */
#lp .v2-pcard--epic {
  background:
    radial-gradient(120% 90% at 0% 0%, rgba(231, 96, 140, 0.07) 0%, transparent 46%),
    var(--panel);
}

/* ===============================================================
   フッター（index-codex-v1 のデザインを移植：深いワイン＋星座＋ソーシャル2列）
   =============================================================== */
#lp .bg-footer {
  background: linear-gradient(165deg, #311624 0%, #241019 55%, #1a0c12 100%) !important;
  position: relative;
}
#lp .bg-footer::before { display: none !important; }
#lp .bg-footer .anchorlink-2 { color: rgba(255,255,255,0.85); }
#lp .bg-footer .links-fa { color: #f0d289; }

#lp .section-links.bg-footer {
  max-width: 1200px;
  padding: 46px 48px 50px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 32%, rgba(255, 124, 176, 0.12), transparent 25%),
    radial-gradient(circle at 84% 34%, rgba(255, 174, 104, 0.10), transparent 24%),
    url("../img/index-codex/footer-constellation.svg") left -72px center / 330px auto no-repeat,
    url("../img/index-codex/footer-constellation.svg") right -72px center / 330px auto no-repeat,
    linear-gradient(165deg, #311524 0%, #1f0d17 58%, #160912 100%) !important;
  border-radius: 0 0 12px 12px;
}
#lp .bg-footer::after { display: none; }
#lp .section-links.bg-footer::before {
  content: "";
  position: absolute; inset: 0;
  display: block !important; pointer-events: none;
  background:
    radial-gradient(circle at 28% 22%, rgba(255,255,255,.34) 0 2px, transparent 3px),
    radial-gradient(circle at 73% 25%, rgba(255,255,255,.24) 0 2px, transparent 3px),
    radial-gradient(circle at 52% 78%, rgba(255,255,255,.18) 0 1px, transparent 2px),
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.10) 50%, transparent 100%);
  opacity: .46; z-index: 0;
}
#lp .section-links.bg-footer > .max-width-960 {
  position: relative; z-index: 1; max-width: 900px;
}
#lp .footer-brand-row {
  display: flex; justify-content: center; align-items: center; gap: 22px;
}
#lp .footer-logo { display: block; width: auto; margin: 0; }
#lp .footer-logo--mal { height: 24px; filter: brightness(0) invert(1); }
#lp .footer-logo--honeyfeed { height: 40px; }
#lp .footer-brand-x {
  font-family: "Cinzel", serif; font-size: 32px; line-height: 1;
  color: rgba(255, 255, 255, 0.72);
}
#lp .footer-stay,
#lp .footer-follow {
  font-family: "Cinzel", serif; color: #f4d58a; text-align: center;
}
#lp .footer-stay {
  position: relative; margin: 18px auto 24px; font-size: 15px; letter-spacing: .06em;
}
#lp .footer-stay::before,
#lp .footer-stay::after,
#lp .footer-follow::before,
#lp .footer-follow::after {
  content: "✦"; color: #d99a2d; margin: 0 12px;
}
#lp .footer-social-grid {
  position: relative;
  display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: start; margin-top: 8px;
}
#lp .footer-social-grid::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.18);
}
#lp .footer-follow { margin-bottom: 14px; font-size: 13px; letter-spacing: .05em; }
#lp .footer-follow span { color: #f0c33b; }
#lp .bg-footer .links-flex { gap: 22px; }
#lp .bg-footer .links-icon { width: 76px; height: auto; margin: 0; }
#lp .bg-footer .links-icon a {
  display: grid; justify-items: center; gap: 8px; color: rgba(255, 255, 255, 0.88);
}
#lp .bg-footer .links-fa,
#lp .bg-footer .links-tiktok {
  width: 46px; height: 46px; margin: 0;
  border: 1px solid rgba(244, 213, 138, 0.34); border-radius: 50%;
  background: rgba(255, 255, 255, 0.035); box-shadow: 0 0 22px rgba(255, 115, 180, 0.12);
}
#lp .bg-footer .links-fa { display: inline-grid; place-items: center; font-size: 22px; color: #f4d58a; }
#lp .bg-footer .links-tiktok {
  display: block;
  box-sizing: border-box;
  object-fit: contain;
  padding: 10px;
  filter: brightness(0) invert(1);
}
#lp .bg-footer .anchorlink-2 { font-size: 11px; line-height: 1.2; color: rgba(255, 255, 255, 0.86); }
#lp .v2-footer-note {
  max-width: 820px; margin: 24px auto 0; text-align: center;
  padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 12px; color: rgba(255,255,255,0.6); line-height: 1.7;
}
#lp .v2-footer-note a {
  color: #6aa0df;
  text-decoration: none;
}
#lp .v2-footer-note a:hover,
#lp .v2-footer-note a:focus-visible {
  text-decoration: underline;
}

@media (max-width: 900px) {
  #lp .section-links.bg-footer {
    padding: 28px 18px 34px; border-radius: 0;
    background:
      radial-gradient(circle at 12% 24%, rgba(255, 124, 176, 0.12), transparent 25%),
      radial-gradient(circle at 88% 28%, rgba(255, 174, 104, 0.09), transparent 25%),
      url("../img/index-codex/footer-constellation.svg") left -128px top 24px / 238px auto no-repeat,
      url("../img/index-codex/footer-constellation.svg") right -128px top 34px / 238px auto no-repeat,
      linear-gradient(165deg, #311524 0%, #1f0d17 58%, #160912 100%) !important;
  }
  #lp .footer-brand-row { gap: 12px; }
  #lp .footer-logo--mal { height: 17px; }
  #lp .footer-logo--honeyfeed { height: 30px; }
  #lp .footer-brand-x { font-size: 18px; }
  #lp .footer-stay { margin: 12px auto 16px; font-size: 12px; letter-spacing: .04em; }
  #lp .footer-stay::before,
  #lp .footer-stay::after,
  #lp .footer-follow::before,
  #lp .footer-follow::after { margin: 0 6px; }
  #lp .footer-social-grid { grid-template-columns: 1fr; gap: 16px; }
  #lp .footer-social-grid::before { display: none; }
  #lp .footer-follow { margin-bottom: 10px; font-size: 12px; }
  #lp .bg-footer .links-icon { width: 48px; }
  #lp .bg-footer .links-fa,
  #lp .bg-footer .links-tiktok { width: 30px; height: 30px; }
  #lp .bg-footer .links-fa { font-size: 14px; }
  #lp .bg-footer .links-tiktok { padding: 6px; }
  #lp .bg-footer .anchorlink-2,
  #lp .v2-footer-note { font-size: 10px; }
  #lp .footer-twitter-label { font-size: 0.86em; }
  #lp .v2-footer-note { margin-top: 16px; padding-top: 12px; line-height: 4; }
}

/* ===============================================================
   フッター全幅 ＋ SNSアイコンを白に
   （最終CTAは濃色化を取りやめ、元のクリームのまま＝フッターの暗と対比）
   =============================================================== */
/* フッター全幅（角丸・最大幅・左右の余白をなくして edge-to-edge） */
#lp .section-links.bg-footer {
  max-width: none;
  width: 100%;
  border-radius: 0;
}
@media (max-width: 900px) {
  #lp .section-links.bg-footer { max-width: none; width: 100%; border-radius: 0; }
}

/* SNSアイコンを白に（黄色みを除去。枠も白系へ） */
#lp .bg-footer .links-fa { color: #ffffff; }
#lp .bg-footer .links-fa,
#lp .bg-footer .links-tiktok {
  border-color: rgba(255, 255, 255, 0.34);
}
