/* ============================================================
   Divine Awakening Oracle — LP Stylesheet
   テーマ：黒・白・金 / エレガント / 明朝体
   ============================================================ */

/* ── CSS Custom Properties ── */
:root {
  --black:      #0a0a0a;
  --black-soft: #111111;
  --black-mid:  #1a1a1a;
  --dark:       #222222;
  --white:      #ffffff;
  --off-white:  #ddd5c8;
  --cream:      #ede5d8;
  --gold:       #c9a96e;
  --gold-light: #e8d5a3;
  --gold-dark:  #9a7840;
  --gold-shine: #f0d98a;
  --gray:       #9a9a9a;
  --gray-light: #d8d0c4;

  --font-serif-ja: 'Noto Serif JP', 'Yu Mincho', '游明朝', 'Hiragino Mincho ProN', serif;
  --font-serif-en: 'Cormorant Garamond', 'Times New Roman', serif;
  --font-title-en: 'Cinzel', serif;
  --font-italic-en: 'IM Fell English', serif;

  --section-pad: 100px 20px;
  --container-max: 1100px;
  --transition: all 0.4s ease;
}

/* ── Reset & Base ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background-color: var(--black);
  color: var(--off-white);
  font-family: var(--font-serif-ja);
  font-weight: 400;
  line-height: 2.0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-size: clamp(16px, 1.8vw, 18px);
}

a {
  color: inherit;
  text-decoration: none;
}

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

/* ── Utility ── */
.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 40px;
}

.pc-only { display: inline; }
.sp-only { display: none; }

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

.ornament {
  font-size: 1.2rem;
  color: var(--gold);
  letter-spacing: 0.5em;
  text-align: center;
  margin: 20px 0;
  opacity: 0.7;
}

.divider-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, transparent, var(--gold), transparent);
  margin: 30px auto;
}

/* ── Section Common ── */
.section {
  padding: var(--section-pad);
  position: relative;
}

.section-title-wrap {
  text-align: center;
  margin-bottom: 60px;
}

.section-en {
  display: block;
  font-family: var(--font-title-en);
  font-size: 0.85rem;
  letter-spacing: 0.4em;
  color: var(--gold);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-title {
  font-family: var(--font-serif-ja);
  font-size: clamp(1.7rem, 3.8vw, 2.7rem);
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.title-deco {
  width: 60px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
  margin: 20px auto 0;
}

/* ── Buttons ── */
.btn-gold {
  display: inline-block;
  padding: 16px 48px;
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 50%, var(--gold-shine) 100%);
  color: var(--black);
  font-family: var(--font-serif-ja);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  border: 1px solid var(--gold-light);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}

.btn-gold::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: rgba(255,255,255,0.25);
  transform: skewX(-20deg);
  transition: left 0.6s ease;
}

.btn-gold:hover::before {
  left: 125%;
}

.btn-gold:hover {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-shine) 50%, var(--gold-light) 100%);
  box-shadow: 0 0 30px rgba(201, 169, 110, 0.5);
  transform: translateY(-2px);
}

.btn-gold.large {
  padding: 20px 60px;
  font-size: 1.1rem;
}

.btn-gold.floating {
  padding: 14px 32px;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
}

.btn-gold.pulse {
  animation: pulse-gold 2.5s ease-in-out infinite;
}

@keyframes pulse-gold {
  0%, 100% { box-shadow: 0 0 0 0 rgba(201,169,110,0.5); }
  50%       { box-shadow: 0 0 20px 8px rgba(201,169,110,0.2); }
}

/* ============================================================
   HERO SECTION — picture タグで PC/SP 画像切替
   ============================================================ */
.hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--black);
  line-height: 0; /* picture の下余白をなくす */
}

/* picture / img */
.hero-picture {
  display: block;
  width: 100%;
  line-height: 0;
}

.hero-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* 画像読み込み失敗時のフォールバック背景 */
.hero-img[src=""],
.hero-img:not([src]) {
  min-height: 400px;
  background: linear-gradient(160deg, #1a0612 0%, #0d0008 50%, #0d000a 100%);
}

/* hero-overlay / hero-cta は削除（sticky-barに統一） */

/* ============================================================
   INTRO SECTION
   ============================================================ */
.intro-section {
  background: #1a1208;
  background-image:
    radial-gradient(ellipse at 50% 0%,   rgba(240,217,138,0.14) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 100%, rgba(201,169,110,0.08) 0%, transparent 50%);
  text-align: center;
  padding: 80px 20px;
  position: relative;
}

.intro-section::before,
.intro-section::after {
  content: '';
  display: block;
  width: 200px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
  margin: 0 auto 40px;
}

.intro-section::after {
  margin: 40px auto 0;
}

.intro-lead {
  font-family: var(--font-serif-ja);
  font-size: clamp(1.1rem, 2.4vw, 1.45rem);
  font-weight: 400;
  color: var(--off-white);
  letter-spacing: 0.08em;
  line-height: 2;
  margin: 12px 0;
}

.intro-body {
  font-size: clamp(1.1rem, 2.6vw, 1.5rem);
  font-weight: 400;
  color: var(--off-white);
  line-height: 2.2;
  letter-spacing: 0.1em;
}

/* ============================================================
   PRODUCT SECTION
   ============================================================ */
.product-section {
  background: #0a0a0a;
}

.product-desc {
  text-align: center;
  font-size: clamp(1.1rem, 2.4vw, 1.4rem);
  color: #ddd5c8;
  margin-bottom: 60px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}

.large-num {
  font-family: var(--font-title-en);
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--gold);
  vertical-align: baseline;
  margin: 0 4px;
  text-shadow: 0 0 20px rgba(201,169,110,0.4);
}

/* Cards Showcase */
.cards-showcase {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  perspective: 1200px;
}

.oracle-card-item {
  flex: 0 0 280px;
  max-width: 280px;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  cursor: default;
}

.oracle-card-item.featured {
  transform: translateY(-16px) scale(1.04);
}

.oracle-card-item:hover {
  z-index: 10;
}

.oracle-card-item.featured:hover {
  z-index: 10;
}

.card-inner {
  background: linear-gradient(160deg, #1a1209 0%, #0d0d0d 50%, #1a1209 100%);
  border: 1px solid var(--gold-dark);
  border-radius: 12px;
  padding: 0 0 24px;
  overflow: hidden;
  box-shadow:
    0 10px 40px rgba(0,0,0,0.8),
    inset 0 0 40px rgba(201,169,110,0.03),
    0 0 0 0.5px rgba(201,169,110,0.2);
  transition: box-shadow 0.4s ease;
}

.oracle-card-item:hover .card-inner {
  box-shadow:
    0 20px 60px rgba(0,0,0,0.9),
    0 0 30px rgba(201,169,110,0.15),
    inset 0 0 40px rgba(201,169,110,0.05),
    0 0 0 1px rgba(201,169,110,0.4);
}

.card-label {
  font-family: var(--font-title-en);
  font-size: 1.05rem;
  color: var(--gold);
  letter-spacing: 0.2em;
  text-align: center;
  padding: 16px 12px 12px;
  border-bottom: 1px solid rgba(201,169,110,0.2);
  text-shadow: 0 0 10px rgba(201,169,110,0.4);
}

.card-art {
  width: 100%;
  aspect-ratio: 3/4;
  background-size: cover;
  background-position: center;
  position: relative;
}

.card-art::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(10,10,10,0.9) 100%);
}

/* カードアート背景 — グラデーション代替 */
.card-art-1 {
  background: linear-gradient(135deg,
    #1a0a14 0%, #3d1a2a 20%, #8b2252 40%,
    #c44a7a 55%, #e8739e 65%, #f5b8d0 75%,
    #c9a96e 85%, #fff5e0 100%
  );
}
.card-art-2 {
  background: linear-gradient(135deg,
    #0a0a1a 0%, #1a0a2a 15%, #3d1a5e 30%,
    #8b2d96 45%, #c44ab5 55%, #e87ec8 65%,
    #f5a8da 75%, #fde8f0 90%, #c9a96e 100%
  );
}
.card-art-3 {
  background: linear-gradient(135deg,
    #0a1214 0%, #0f2a1e 20%, #1a4a30 35%,
    #2d8b5e 45%, #5ec48a 55%, #a0e4be 65%,
    #e8f5e8 75%, #fde8f0 90%, #c9a96e 100%
  );
}

/* カードアート内のアイコン装飾 */
.card-art-1::before {
  content: '✨';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  z-index: 2;
  opacity: 0.5;
  filter: drop-shadow(0 0 10px #c9a96e);
}
.card-art-2::before {
  content: '♡';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.5rem;
  z-index: 2;
  opacity: 0.4;
  color: #f5a8da;
  filter: drop-shadow(0 0 10px #c44ab5);
}
.card-art-3::before {
  content: '🪽';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  z-index: 2;
  opacity: 0.5;
  filter: drop-shadow(0 0 10px #5ec48a);
}

.card-quote {
  font-family: var(--font-italic-en);
  font-style: italic;
  font-size: 0.78rem;
  color: var(--gold-light);
  text-align: center;
  padding: 16px 16px 8px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  border-top: 1px solid rgba(201,169,110,0.2);
  margin-top: 0;
}

.card-desc-ja {
  font-family: var(--font-serif-ja);
  font-size: 0.72rem;
  color: var(--gray);
  text-align: center;
  padding: 4px 16px 0;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

/* ============================================================
   CARD PHOTO — 実際のカード画像版
   ============================================================ */
.card-inner-photo {
  padding: 0;
  border-radius: 14px;
  border: 1px solid rgba(201,169,110,0.45);
  overflow: hidden;
  background: #0a0a0a;
  position: relative;
  display: flex;
  flex-direction: column;
}

.card-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.55s ease;
}

.oracle-card-item:hover .card-photo {
  transform: scale(1.04);
}

/* カード画像の下端をグラデーションでフェード */
.card-inner-photo::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 55%;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(8,4,4,0.75) 55%,
    rgba(8,4,4,0.97) 100%
  );
  pointer-events: none;
  z-index: 1;
}

/* テキストはグラデーション上に重ねる */
.card-photo-info {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 2;
  padding: 0 18px 20px;
  text-align: center;
}

.card-quote-real {
  font-family: var(--font-italic-en);
  font-style: italic;
  font-size: 0.76rem;
  color: var(--gold-light);
  line-height: 1.75;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.8);
}

.card-photo-info .card-desc-ja {
  font-size: 0.68rem;
  color: rgba(200,190,175,0.7);
  padding: 0;
}

/* ゴールド枠の輝き（featured） */
.oracle-card-item.featured .card-inner-photo {
  border: 0.5px solid rgba(201,169,110,0.55);
  box-shadow:
    0 0 20px rgba(201,169,110,0.12),
    0 20px 50px rgba(0,0,0,0.8);
}

/* ============================================================
   SPEC SECTION
   ============================================================ */
.spec-section {
  background: #0a0a0a;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(201,169,110,0.1);
  border: 1px solid rgba(201,169,110,0.15);
  margin-bottom: 32px;
}

.spec-item {
  background: var(--black-soft);
  padding: 36px 28px;
  text-align: center;
  transition: background 0.3s ease;
  position: relative;
}

.spec-item:hover {
  background: rgba(201,169,110,0.04);
}

.spec-icon {
  font-size: 1.5rem;
  color: var(--gold);
  margin-bottom: 16px;
  opacity: 0.8;
}

.spec-label {
  font-family: var(--font-serif-ja);
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--gold);
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.spec-value {
  font-family: var(--font-serif-ja);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--off-white);
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}

.price-value {
  font-family: var(--font-serif-en);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--gold);
}

.spec-note {
  font-size: 0.82rem;
  color: var(--gray);
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.spec-footnote {
  font-size: 0.88rem;
  color: var(--gray);
  line-height: 2;
  letter-spacing: 0.04em;
  padding: 0 10px;
}

/* ============================================================
   PLANS SECTION
   ============================================================ */
.plans-section {
  background: #1a1208;
  background-image:
    radial-gradient(ellipse at 50% 0%,   rgba(240,217,138,0.15) 0%, transparent 48%),
    radial-gradient(ellipse at 10% 60%,  rgba(201,169,110,0.07) 0%, transparent 40%),
    radial-gradient(ellipse at 90% 60%,  rgba(201,169,110,0.07) 0%, transparent 40%);
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

/* プラン画像 */
.plan-img-wrap {
  width: calc(100% + 56px);
  margin: -40px -28px 24px;
  overflow: hidden;
  height: 240px;
  position: relative;
  background: linear-gradient(135deg, #1a1208 0%, #0d0d0d 100%);
}

.plan-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.5s ease;
}

.plan-card:hover .plan-img {
  transform: scale(1.05);
}

/* ゴールドグラデーションオーバーレイ */
.plan-img-wrap::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 60px;
  background: linear-gradient(to bottom, transparent, #0d0d0d);
  pointer-events: none;
}

.plan-card.featured-plan .plan-img-wrap::after {
  background: linear-gradient(to bottom, transparent, #110f08);
}

.plan-card {
  background: linear-gradient(160deg, #151210 0%, #0d0d0d 100%);
  border: 1px solid var(--gold);
  padding: 40px 28px;
  text-align: center;
  position: relative;
  transition: var(--transition);
  overflow: hidden;
}

.plan-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
  opacity: 0.5;
}

.plan-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201,169,110,0.5);
  box-shadow: 0 20px 60px rgba(0,0,0,0.7), 0 0 30px rgba(201,169,110,0.1);
}

.plan-card.featured-plan {
  border-color: var(--gold);
  background: linear-gradient(160deg, #1e1508 0%, #110f08 50%, #1e1508 100%);
  box-shadow: 0 0 40px rgba(201,169,110,0.15);
}

/* PLAN1・3もhovor時はfeaturedと同じ枠色 */
.plan-card:hover {
  border-color: var(--gold);
}

.plan-card.featured-plan::before {
  opacity: 1;
  height: 2px;
}

.plan-badge {
  display: inline-block;
  font-family: var(--font-title-en);
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  color: var(--black);
  background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-light));
  padding: 4px 14px;
  margin-bottom: 16px;
}

.plan-badge.popular {
  background: linear-gradient(90deg, var(--gold), var(--gold-shine), var(--gold-light));
  margin-bottom: 8px;
  box-shadow: 0 0 15px rgba(201,169,110,0.4);
}

.plan-title {
  font-family: var(--font-serif-ja);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--off-white);
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 8px;
}

.plan-subtitle {
  font-size: 0.92rem;
  color: var(--gold);
  letter-spacing: 0.15em;
  margin-bottom: 24px;
}

.plan-price-wrap {
  margin: 24px 0;
  padding: 16px 0;
  border-top: 1px solid rgba(201,169,110,0.2);
  border-bottom: 1px solid rgba(201,169,110,0.2);
}

.plan-price {
  font-family: var(--font-serif-en);
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.02em;
  display: block;
  text-shadow: 0 0 20px rgba(201,169,110,0.3);
}

.plan-tax {
  font-size: 0.75rem;
  color: var(--gray);
  letter-spacing: 0.1em;
}

.plan-features {
  list-style: none;
  text-align: left;
  margin: 24px 0 32px;
}

.plan-features li {
  font-size: 0.98rem;
  color: #ddd5c8;
  padding: 8px 0 8px 20px;
  position: relative;
  line-height: 1.6;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(201,169,110,0.08);
}

.plan-features li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 0.55rem;
  top: 9px;
}

.btn-plan {
  display: block;
  width: 100%;
  padding: 14px 24px;
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: var(--font-serif-ja);
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.btn-plan::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.btn-plan:hover {
  color: var(--black);
  border-color: var(--gold-light);
}

.btn-plan:hover::before {
  opacity: 1;
}

.btn-plan span,
.btn-plan {
  position: relative;
  z-index: 1;
}

.plan-notes {
  background: rgba(201,169,110,0.04);
  border: 1px solid rgba(201,169,110,0.1);
  padding: 20px 28px;
}

.plan-notes p {
  font-size: 0.88rem;
  color: var(--gray);
  line-height: 2;
  letter-spacing: 0.04em;
}

/* ============================================================
   COUNTDOWN SECTION
   ============================================================ */
.countdown-section {
  background: #0a0a0a;
  text-align: center;
  padding: 80px 20px;
  position: relative;
}

.countdown-section::before,
.countdown-section::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(201,169,110,0.35), transparent);
}
.countdown-section::before { top: 0; }
.countdown-section::after  { bottom: 0; }

.countdown-label {
  font-family: var(--font-serif-ja);
  font-size: 0.97rem;
  color: var(--gold);
  letter-spacing: 0.4em;
  margin-bottom: 24px;
}

.countdown-timer {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  margin: 16px 0 24px;
}

.time-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 80px;
}

.time-num {
  font-family: var(--font-serif-en);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 400;
  color: var(--gold);
  line-height: 1;
  text-shadow: 0 0 20px rgba(201,169,110,0.4);
  letter-spacing: 0.04em;
}

.time-unit {
  font-family: var(--font-serif-ja);
  font-size: 0.78rem;
  color: var(--gray);
  letter-spacing: 0.3em;
  margin-top: 6px;
}

.time-colon {
  font-family: var(--font-serif-en);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 200;
  color: rgba(201,169,110,0.4);
  align-self: center;
  padding-bottom: 12px;
}

.countdown-date {
  font-family: var(--font-serif-ja);
  font-size: 0.95rem;
  color: var(--gray);
  letter-spacing: 0.2em;
}

/* 販売開始後ブロック */
.sale-started-block {
  margin: 8px auto 32px;
  max-width: 480px;
  text-align: center;
  animation: fadeInUp 0.8s ease both;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.sale-started-title {
  font-family: var(--font-title-en);
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  color: var(--gold-shine);
  letter-spacing: 0.3em;
  text-shadow: 0 0 30px rgba(240,217,138,0.6), 0 0 60px rgba(201,169,110,0.3);
  margin-bottom: 16px;
}

.sale-started-deco {
  width: 80px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
  margin: 0 auto 28px;
}

.sale-started-info {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0;
  border: 1px solid rgba(201,169,110,0.25);
  text-align: left;
}

.sale-started-info dt,
.sale-started-info dd {
  font-family: var(--font-serif-ja);
  padding: 16px 24px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  border-bottom: 1px solid rgba(201,169,110,0.12);
}

.sale-started-info dt:last-of-type,
.sale-started-info dd:last-of-type {
  border-bottom: none;
}

.sale-started-info dt {
  font-size: 0.92rem;
  color: var(--gold-light);
  font-weight: 500;
  white-space: nowrap;
  border-right: 1px solid rgba(201,169,110,0.15);
  background: rgba(201,169,110,0.04);
}

.sale-started-info dd {
  font-size: 1.02rem;
  color: #e8ddd0;
}

/* お問い合わせブロック */
.countdown-inquiry {
  margin-top: 48px;
  padding: 28px 36px;
  border: 1px solid rgba(201,169,110,0.3);
  background: rgba(201,169,110,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.ci-manage {
  font-family: var(--font-serif-ja);
  font-size: 1rem;
  color: var(--gray-light);
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.ci-contact {
  font-family: var(--font-serif-ja);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--off-white);
  letter-spacing: 0.12em;
}

.ci-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  padding: 14px 36px;
  border: 1px solid var(--gold);
  background: rgba(201,169,110,0.08);
  font-family: var(--font-serif-ja);
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--gold-light);
  letter-spacing: 0.18em;
  transition: var(--transition);
  min-height: 50px;
}

.ci-link i {
  font-size: 0.78rem;
}

.ci-link:hover {
  background: rgba(201,169,110,0.18);
  border-color: var(--gold-shine);
  color: var(--gold-shine);
  box-shadow: 0 0 20px rgba(201,169,110,0.2);
}

/* ============================================================
   FOR WHOM SECTION
   ============================================================ */
.forwhom-section {
  background: #1a1208;
  background-image:
    radial-gradient(ellipse at 50% 0%,   rgba(240,217,138,0.18) 0%, transparent 50%),
    radial-gradient(ellipse at 20% 100%, rgba(201,169,110,0.10) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 60%,  rgba(201,169,110,0.07) 0%, transparent 40%);
  position: relative;
}

/* 上下にゴールドの光の帯 */
.forwhom-section::before,
.forwhom-section::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(201,169,110,0.4), transparent);
}
.forwhom-section::before { top: 0; }
.forwhom-section::after  { bottom: 0; }

.forwhom-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  max-width: 860px;
  margin: 0 auto;
  border: 1px solid rgba(201,169,110,0.3);
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 0 60px rgba(201,169,110,0.08), inset 0 0 40px rgba(201,169,110,0.02);
}

.forwhom-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 30px;
  border-bottom: 1px solid rgba(201,169,110,0.15);
  font-family: var(--font-serif-ja);
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  color: #e8ddd0;
  letter-spacing: 0.06em;
  line-height: 1.75;
  transition: background 0.3s ease, color 0.3s ease;
  background: rgba(255,248,235,0.02);
}

/* 右列は左の線を追加 */
.forwhom-list li:nth-child(odd) {
  border-right: 1px solid rgba(201,169,110,0.15);
}

/* 最後の2件は下線なし */
.forwhom-list li:nth-last-child(-n+2) {
  border-bottom: none;
}

.forwhom-list li:hover {
  background: rgba(201,169,110,0.09);
  color: var(--cream);
}

.fw-check {
  font-family: var(--font-serif-en);
  font-size: 1.1rem;
  color: var(--gold-shine);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
  text-shadow: 0 0 12px rgba(240,217,138,0.7), 0 0 24px rgba(201,169,110,0.4);
  filter: brightness(1.15);
}

@media (max-width: 767px) {
  .forwhom-list {
    grid-template-columns: 1fr;
  }

  .forwhom-list li:nth-child(odd) {
    border-right: none;
  }

  .forwhom-list li:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(201,169,110,0.15);
  }

  .forwhom-list li:last-child {
    border-bottom: none;
  }

  .forwhom-list li {
    padding: 18px 20px;
  }
}

/* ============================================================
   PURCHASE SECTION
   ============================================================ */
.purchase-section {
  background: #0a0a0a;
  text-align: center;
  position: relative;
}

.purchase-desc {
  font-size: clamp(1.05rem, 2.2vw, 1.3rem);
  color: #ddd5c8;
  letter-spacing: 0.06em;
  line-height: 2.2;
  margin-top: 8px;
}

.purchase-limit {
  font-size: 0.82rem;
  color: var(--gold);
  letter-spacing: 0.15em;
  opacity: 0.8;
  margin-top: 40px;
  display: block;
}

.purchase-limit i {
  margin-right: 6px;
  color: #e05c3a;
}

/* ── CTA 3プラン簡易カード ── */
.cta-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 52px;
  text-align: left;
}

.cta-plan-card {
  position: relative;
  background: linear-gradient(160deg, #151210 0%, #0d0d0d 100%);
  border: 1px solid var(--gold);
  padding: 32px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: var(--transition);
  overflow: hidden;
}

.cta-plan-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
  opacity: 0.4;
}

.cta-plan-card:hover {
  border-color: var(--gold);
  transform: translateY(-5px);
  box-shadow: 0 16px 50px rgba(0,0,0,0.6), 0 0 20px rgba(201,169,110,0.08);
}

/* 注目プラン */
.cta-plan-featured {
  border-color: var(--gold);
  background: linear-gradient(160deg, #1c1408 0%, #110f08 50%, #1c1408 100%);
  box-shadow: 0 0 30px rgba(201,169,110,0.12);
}

.cta-plan-featured::before { opacity: 1; height: 2px; }

.cta-plan-popular {
  display: inline-block;
  font-family: var(--font-title-en);
  font-size: 0.62rem;
  letter-spacing: 0.35em;
  color: var(--black);
  background: linear-gradient(90deg, var(--gold), var(--gold-shine));
  padding: 3px 12px;
  margin-bottom: 8px;
  box-shadow: 0 0 12px rgba(201,169,110,0.35);
}

.cta-plan-tag {
  font-family: var(--font-title-en);
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  color: var(--gold-dark);
  margin-bottom: 10px;
}

.cta-plan-name {
  font-family: var(--font-serif-ja);
  font-size: 1.12rem;
  font-weight: 500;
  color: var(--off-white);
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-bottom: 4px;
}

.cta-plan-type {
  font-size: 0.75rem;
  color: var(--gold);
  letter-spacing: 0.15em;
  margin-bottom: 16px;
}

.cta-plan-price {
  font-family: var(--font-serif-en);
  font-size: 2rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 4px;
  text-shadow: 0 0 16px rgba(201,169,110,0.25);
}

.cta-plan-tax {
  font-family: var(--font-serif-ja);
  font-size: 0.68rem;
  color: var(--gray);
  letter-spacing: 0.1em;
  margin-left: 6px;
  font-weight: 300;
}

.cta-plan-items {
  list-style: none;
  margin: 16px 0 24px;
  padding: 0;
  border-top: 1px solid rgba(201,169,110,0.1);
  padding-top: 14px;
  flex: 1;
}

.cta-plan-items li {
  font-size: 0.9rem;
  color: var(--gray-light);
  padding: 5px 0 5px 16px;
  position: relative;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.cta-plan-items li::before {
  content: '✦';
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 0.45rem;
  color: var(--gold);
}

.btn-gold.cta-plan-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 13px 16px;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  margin-top: auto;
}

/* レスポンシブ */
@media (max-width: 900px) {
  .cta-plans {
    grid-template-columns: 1fr;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
  /* .cta-plan-featured { order: -1; } — 順番固定のため無効化 */
}

@media (max-width: 767px) {
  .cta-plans { max-width: 100%; gap: 16px; }
  .cta-plan-card { padding: 24px 18px 22px; }
  .cta-plan-price { font-size: 1.7rem; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--black-soft);
  border-top: 1px solid rgba(201,169,110,0.15);
  padding: 60px 20px 40px;
  text-align: center;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.footer-logo-en {
  font-family: var(--font-title-en);
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.1em;
  text-shadow: 0 0 20px rgba(201,169,110,0.3);
}

.footer-logo-ja {
  font-family: var(--font-serif-ja);
  font-size: 0.88rem;
  color: var(--gray);
  letter-spacing: 0.25em;
}

.footer-ornament {
  font-size: 1rem;
  color: var(--gold);
  opacity: 0.4;
  letter-spacing: 0.5em;
  margin-bottom: 24px;
}

.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.footer-links a {
  font-family: var(--font-serif-ja);
  font-size: 0.9rem;
  color: var(--gray);
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-links-sep {
  color: rgba(201,169,110,0.3);
  font-size: 0.7rem;
}

.footer-copy {
  font-size: 0.8rem;
  color: var(--gray);
  letter-spacing: 0.15em;
  font-family: var(--font-serif-en);
}

/* ============================================================
   STICKY NAV BAR — スクロール追従ボタン
   ============================================================ */
.sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(8, 5, 3, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201,169,110,0.25);
  transform: translateY(-100%);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
              background 0.3s ease;
  box-shadow: 0 4px 24px rgba(0,0,0,0.5);
}

.sticky-bar::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right,
    transparent 0%,
    rgba(201,169,110,0.4) 20%,
    var(--gold) 50%,
    rgba(201,169,110,0.4) 80%,
    transparent 100%
  );
}

.sticky-bar.visible {
  transform: translateY(0);
}

.sticky-bar-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 12px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.sticky-bar-title {
  font-family: var(--font-title-en);
  font-size: 1rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-shadow: 0 0 12px rgba(201,169,110,0.3);
}

.btn-gold.sticky-btn {
  padding: 10px 28px;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  white-space: nowrap;
  flex-shrink: 0;
}

.btn-gold.sticky-btn i {
  margin-left: 8px;
  font-size: 0.75rem;
}

/* ============================================================
   SCROLL ANIMATIONS
   ============================================================ */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.fade-in.visible {
  opacity: 1;
}

/* ============================================================
   RESPONSIVE — TABLET (900px)
   ============================================================ */
@media (max-width: 900px) {
  :root {
    --section-pad: 70px 20px;
  }

  .container {
    padding: 0 24px;
  }

  /* Hero */
  .hero-section {
    padding: 0;
  }

  .hero-inner {
    flex-direction: column;
    gap: 28px;
    align-items: center;
    text-align: center;
  }

  .hero-left {
    align-items: center;
  }

  .hero-title-block {
    text-align: center;
  }

  .hero-deco-line {
    margin: 12px auto;
  }

  .hero-right {
    flex: 0 0 auto;
    width: 100%;
    max-width: 280px;
  }

  .hero-cards {
    justify-content: center;
  }

  .hero-bottom-copy {
    justify-content: center;
  }

  /* Spec */
  .spec-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Plans */
  .plans-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto 40px;
  }

  /* Cards showcase */
  .cards-showcase {
    gap: 20px;
  }

  .oracle-card-item {
    flex: 0 0 220px;
    max-width: 220px;
  }
}

/* ============================================================
   RESPONSIVE — MOBILE (767px)
   ============================================================ */
@media (max-width: 767px) {
  :root {
    --section-pad: 56px 0;
  }

  .container {
    padding: 0 18px;
  }

  .pc-only { display: none; }
  .sp-only { display: inline; }

  /* ── セクション共通 ── */
  .section-title-wrap {
    margin-bottom: 40px;
  }

  .section-en {
    font-size: 0.8rem;
    letter-spacing: 0.3em;
  }

  .section-title {
    font-size: clamp(1.4rem, 5.5vw, 1.75rem);
    letter-spacing: 0.06em;
    word-break: keep-all;
  }

  /* ── Hero ── */
  /* 通常時（画像あり）：余白なしで画像を幅いっぱいに表示 */
  .hero-section {
    padding: 0;
    line-height: 0;
  }

  .hero-picture {
    display: block;
    width: 100%;
    line-height: 0;
  }

  .hero-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  /* フォールバック時のみ内側パディングを復元 */
  .hero-fallback .hero-fallback-inner {
    padding: 60px 20px 80px;
    min-height: 70vh;
    line-height: 1.9;
  }

  .hero-fallback-content {
    gap: 18px;
  }

  .hero-title-divine {
    font-size: clamp(3.2rem, 15vw, 4.5rem);
  }

  .hero-title-sub {
    font-size: clamp(1rem, 4.5vw, 1.5rem);
  }

  .hero-subtitle-ja {
    font-size: 0.93rem;
    letter-spacing: 0.1em;
    color: var(--off-white);
  }

  .hero-cards {
    gap: 8px;
  }

  .hero-card {
    width: 82px;
  }

  .hero-card-center {
    width: 90px;
  }

  .hc-name {
    font-size: 0.46rem;
    padding: 5px 3px 4px;
  }

  .hc-glyph {
    font-size: 1.4rem;
  }

  .hc-quote {
    font-size: 0.4rem;
    padding: 4px 4px 6px;
  }

  .hero-right {
    display: none;
  }

  .hero-bottom-copy {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
  }

  .hbc-text {
    font-size: 0.88rem;
    text-align: center;
  }

  .hbc-num {
    font-size: 2.4rem;
  }

  /* ── ボタン ── */
  .btn-gold {
    padding: 16px 28px;
    font-size: 0.95rem;
    letter-spacing: 0.15em;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .btn-gold.large {
    padding: 18px 28px;
    font-size: 1rem;
    width: 100%;
  }

  /* ── Intro ── */
  .intro-lead {
    font-size: 1.15rem;
    line-height: 2.2;
    letter-spacing: 0.05em;
  }

  .intro-body {
    font-size: 1.12rem;
    line-height: 2.2;
  }

  /* ── Product ── */
  .product-desc {
    font-size: 1.12rem;
    line-height: 2.2;
    letter-spacing: 0.04em;
  }

  /* ── Cards showcase ── */
  .cards-showcase {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .oracle-card-item,
  .oracle-card-item.featured {
    flex: 0 0 auto;
    width: 100%;
    max-width: 300px;
    transform: none !important;
  }

  /* ── Spec ── */
  .spec-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .spec-item {
    padding: 28px 20px;
  }

  .spec-label {
    font-size: 0.82rem;
    letter-spacing: 0.15em;
  }

  .spec-value {
    font-size: clamp(1rem, 4vw, 1.25rem);
  }

  .spec-note {
    font-size: 0.78rem;
    line-height: 1.9;
  }

  /* ── Plans ── */
  .plans-grid {
    max-width: 100%;
    gap: 16px;
  }

  .plan-card {
    padding: 32px 20px;
  }

  .plan-img-wrap {
    width: calc(100% + 40px);
    margin: -32px -20px 20px;
    height: 220px;
  }

  .plan-title {
    font-size: 1.15rem;
    letter-spacing: 0.06em;
  }

  .plan-subtitle {
    font-size: 0.88rem;
  }

  .plan-price {
    font-size: clamp(1.6rem, 7vw, 2rem);
  }

  .plan-features {
    font-size: 1rem;
    line-height: 1.9;
    text-align: left;
  }

  .plan-features li {
    font-size: 1rem;
    padding: 8px 0;
  }

  .btn-plan {
    font-size: 0.9rem;
    padding: 14px 20px;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* ── Countdown ── */
  .time-block {
    min-width: 60px;
  }

  .time-num {
    font-size: 2.4rem;
  }

  .time-colon {
    font-size: 1.8rem;
  }

  .countdown-label {
    font-size: 0.9rem;
    letter-spacing: 0.3em;
  }

  /* ── For Whom ── */
  .forwhom-list {
    grid-template-columns: 1fr;
  }

  .forwhom-list li {
    font-size: 0.93rem;
    line-height: 1.85;
    padding: 16px 18px;
  }

  .forwhom-list li:nth-child(odd) {
    border-right: none;
  }

  .forwhom-list li:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(201,169,110,0.15);
  }

  .forwhom-list li:last-child {
    border-bottom: none;
  }

  .fw-check {
    font-size: 1rem;
  }

  /* ── Purchase ── */
  .purchase-desc {
    font-size: 1.05rem;
    line-height: 2.1;
    letter-spacing: 0.04em;
  }

  .cta-plan-name {
    font-size: 1.12rem;
  }

  .cta-plan-price {
    font-size: 1.5rem;
  }

  .cta-plan-items {
    font-size: 0.88rem;
    line-height: 1.9;
    text-align: left;
  }

  /* ── Plan Notes ── */
  .plan-notes p {
    font-size: 0.94rem;
    line-height: 1.9;
    letter-spacing: 0.03em;
  }

  /* ── Sticky Bar — SP ── */
  .sticky-bar-inner {
    padding: 10px 14px;
    gap: 10px;
  }

  .sticky-bar-title {
    font-size: 0.72rem;
    letter-spacing: 0.03em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    flex-shrink: 1;
  }

  .btn-gold.sticky-btn {
    padding: 11px 16px;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    min-height: 44px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .btn-gold.sticky-btn i {
    display: none;
  }

  /* ── 日本語改行制御（スマホ） ── */
  /* 助詞・語尾で行末が来ないよう文字単位の最適化 */
  .intro-lead,
  .intro-body,
  .product-desc,
  .plan-features li,
  .forwhom-list li,
  .event-desc-body,
  .plan-notes p,
  .purchase-desc,
  .cta-plan-items li,
  .spec-note,
  .event-venue-note {
    word-break: normal;
    overflow-wrap: break-word;
    line-break: strict;
    word-spacing: -0.02em;
  }

  /* ── 文字色・視認性強化（スマホ） ── */
  .intro-lead,
  .intro-body,
  .product-desc {
    color: #ede6da;
  }

  .spec-value {
    color: #f0ebe2;
  }

  .spec-note {
    color: #b8afa4;
  }

  .plan-features li {
    color: #e0d8cc;
  }

  .fw-check {
    color: var(--gold-shine);
    text-shadow: 0 0 10px rgba(240,217,138,0.8);
  }

  .forwhom-list li {
    color: #e8e0d4;
  }

  .event-desc-body {
    color: #e0d8cc;
  }

  .plan-notes p {
    color: #b0a89e;
  }

  /* ── Footer ── */
  .footer-links {
    gap: 12px;
    flex-direction: column;
  }

  .footer-links-sep {
    display: none;
  }

  .footer-links a {
    font-size: 0.95rem;
  }
}

/* ============================================================
   RESPONSIVE — 極小スクリーン (375px以下)
   ============================================================ */
@media (max-width: 375px) {
  .sticky-bar-title {
    display: none;
  }

  .sticky-bar-inner {
    justify-content: center;
  }

  .btn-gold.sticky-btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
    font-size: 0.82rem;
    letter-spacing: 0.12em;
  }

  .btn-gold.sticky-btn i {
    display: inline;
  }
}

/* ============================================================
   GOLD SHIMMER LINE — Decorative horizontal rule
   ============================================================ */
.gold-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right,
    transparent 0%,
    rgba(201,169,110,0.1) 10%,
    var(--gold) 50%,
    rgba(201,169,110,0.1) 90%,
    transparent 100%
  );
  margin: 0;
  border: none;
}

/* ============================================================
   HERO FALLBACK — 画像読み込み失敗時の CSS 版
   ============================================================ */

/* 通常時：フォールバック非表示 */
.hero-fallback-inner {
  display: none;
}

/* 画像エラー発生時：.hero-fallback クラスが付与される */
.hero-fallback .hero-picture {
  display: none;
}

.hero-fallback .hero-fallback-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 40px 120px;
  position: relative;
  z-index: 2;
  min-height: 85vh;
  background:
    radial-gradient(ellipse at 15% 50%, rgba(139,34,82,0.25) 0%, transparent 45%),
    radial-gradient(ellipse at 85% 50%, rgba(90,20,60,0.2)  0%, transparent 45%),
    linear-gradient(160deg, #1a0612 0%, #0d0008 30%, #06000c 60%, #0d000a 100%);
}

.hero-fallback-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
  max-width: 900px;
}

/* フォールバック時のヒーロー CSS 部品 */
.hero-star {
  font-size: 1rem;
  color: var(--gold);
  letter-spacing: 0.5em;
  opacity: 0.7;
}

.hero-title-divine {
  font-family: 'Cinzel', serif;
  font-size: clamp(4rem, 10vw, 10rem);
  font-weight: 700;
  color: #6b1a3a;
  line-height: 0.9;
  letter-spacing: 0.02em;
  text-shadow: 0 0 40px rgba(139,34,82,0.5), 2px 2px 0 rgba(0,0,0,0.5);
}

.hero-title-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 3.5vw, 3rem);
  font-weight: 500;
  color: var(--gold);
  letter-spacing: 0.08em;
  text-shadow: 0 0 20px rgba(201,169,110,0.4);
}

.hero-deco-line {
  width: 140px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}

.hero-subtitle-ja {
  font-family: var(--font-serif-ja);
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  font-weight: 400;
  color: var(--off-white);
  letter-spacing: 0.15em;
  line-height: 1.8;
  text-shadow: 0 1px 4px rgba(0,0,0,0.8);
}

/* フォールバック カード3枚 */
.hero-cards {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  justify-content: center;
}

.hero-card {
  width: 130px;
  background: linear-gradient(160deg, #2a1018 0%, #0e0608 100%);
  border: 1px solid rgba(201,169,110,0.35);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.8);
  flex-shrink: 0;
}

.hero-card-center {
  transform: translateY(-12px);
  border-color: var(--gold);
  width: 142px;
}

.hc-name {
  font-family: 'Cinzel', serif;
  font-size: 0.6rem;
  color: var(--gold);
  text-align: center;
  padding: 8px 4px 6px;
  letter-spacing: 0.15em;
  border-bottom: 1px solid rgba(201,169,110,0.2);
}

.hc-art {
  width: 100%;
  aspect-ratio: 2/3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hc-art-ascension { background: linear-gradient(160deg, #3d0f20 0%, #8b3060 40%, #e87a9e 70%, #c9a96e 100%); }
.hc-art-twin      { background: linear-gradient(160deg, #1a0828 0%, #6b1a96 40%, #c44ab5 70%, #e8a0d0 100%); }
.hc-art-guardian  { background: linear-gradient(160deg, #0a1a16 0%, #1e6b4a 40%, #5ec496 70%, #c9a96e 100%); }

.hc-glyph {
  font-size: 2.2rem;
  opacity: 0.6;
  filter: drop-shadow(0 0 8px rgba(201,169,110,0.6));
}

.hc-quote {
  font-family: 'IM Fell English', serif;
  font-style: italic;
  font-size: 0.52rem;
  color: var(--gold-light);
  text-align: center;
  padding: 6px 6px 8px;
  line-height: 1.7;
}

.hero-bottom-copy {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}

.hbc-text {
  font-family: var(--font-serif-ja);
  font-size: clamp(0.9rem, 1.8vw, 1.1rem);
  color: var(--off-white);
  font-weight: 500;
  letter-spacing: 0.08em;
}

.hbc-num {
  font-family: 'Cinzel', serif;
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  text-shadow: 0 0 20px rgba(201,169,110,0.5);
  margin: 0 4px;
}

/* 花びら（フォールバック時） */
.hero-bg-deco { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.hero-petal {
  position: absolute;
  color: rgba(196,74,122,0.25);
  animation: float-petal linear infinite;
}
.hero-petal-1 { top: 5%;  left: 8%;  font-size: 1.8rem; animation-duration: 8s;  animation-delay: 0s; }
.hero-petal-2 { top: 15%; left: 92%; font-size: 1.1rem; animation-duration: 10s; animation-delay: 2s; }
.hero-petal-3 { top: 60%; left: 5%;  font-size: 1.4rem; animation-duration: 9s;  animation-delay: 4s; }
.hero-petal-4 { top: 70%; left: 88%; font-size: 1.6rem; animation-duration: 11s; animation-delay: 1s; }
.hero-petal-5 { top: 30%; left: 3%;  font-size: 0.9rem; animation-duration: 7s;  animation-delay: 3s; }

@keyframes float-petal {
  0%   { transform: translateY(0) rotate(0deg); opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 0.8; }
  100% { transform: translateY(-80px) rotate(360deg); opacity: 0; }
}

/* ============================================================
   CARDS LIST FALLBACK
   ============================================================ */
.cards-list-fallback {
  width: 100%;
  min-height: 220px;
  border: 1px dashed rgba(201,169,110,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(201,169,110,0.03);
}

.clf-note {
  font-family: var(--font-serif-ja);
  font-size: 0.88rem;
  color: var(--gray);
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 2;
}

.clf-note i {
  font-size: 2rem;
  color: rgba(201,169,110,0.3);
  display: block;
  margin-bottom: 12px;
}

/* ============================================================
   CARDS LIST SECTION — 32枚一覧
   ============================================================ */
.cards-section {
  background: #1a1208;
  background-image:
    radial-gradient(ellipse at 50% 0%,   rgba(240,217,138,0.12) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 80%,  rgba(201,169,110,0.07) 0%, transparent 45%);
  position: relative;
}

.cards-section::before,
.cards-section::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(201,169,110,0.3), transparent);
}
.cards-section::before { top: 0; }
.cards-section::after  { bottom: 0; }

.cards-section-sub {
  font-size: 1rem;
  color: var(--gray);
  letter-spacing: 0.12em;
  margin-top: 8px;
}

/* カード一覧画像 */
.cards-list-img-wrap {
  position: relative;
  margin-bottom: 40px;
}

.cards-list-img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid rgba(201,169,110,0.2);
  box-shadow:
    0 4px 30px rgba(0,0,0,0.6),
    0 0 60px rgba(201,169,110,0.05);
}

/* 読み込み中プレースホルダー */
.cards-list-img:not([src]),
.cards-list-img[src=""] {
  min-height: 300px;
  background: linear-gradient(135deg, #1a1a1a 0%, #111 100%);
}

.cards-list-note {
  font-size: 0.75rem;
  color: var(--gray);
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 12px;
  line-height: 1.8;
}

/* カード名グリッド */
.card-names-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: rgba(201,169,110,0.08);
  border: 1px solid rgba(201,169,110,0.12);
}

.card-name-item {
  background: var(--black-soft);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  transition: background 0.25s ease;
}

.card-name-item:hover {
  background: rgba(201,169,110,0.06);
}

.card-name-special {
  grid-column: span 1;
  border: 1px solid rgba(201,169,110,0.3);
  background: rgba(201,169,110,0.04);
}

.cn-num {
  font-family: var(--font-serif-en);
  font-size: 0.65rem;
  color: var(--gold-dark);
  font-weight: 600;
  letter-spacing: 0.05em;
  min-width: 22px;
  flex-shrink: 0;
}

.cn-title {
  font-family: var(--font-serif-en);
  font-size: 0.9rem;
  color: var(--gray-light);
  letter-spacing: 0.04em;
  line-height: 1.4;
}

/* ============================================================
   EVENT INFO BOX
   ============================================================ */
/* ── イベント説明ブロック ── */
.event-desc-block {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-bottom: 36px;
  padding: 32px 36px;
  background: linear-gradient(135deg, rgba(201,169,110,0.06) 0%, rgba(201,169,110,0.02) 100%);
  border: 1px solid rgba(201,169,110,0.2);
  border-left: 3px solid var(--gold);
}

.event-desc-book {
  flex-shrink: 0;
}

.event-book-img {
  width: 110px;
  height: auto;
  display: block;
  box-shadow: 4px 6px 20px rgba(0,0,0,0.6), 0 0 20px rgba(201,169,110,0.15);
  border-radius: 2px;
}

.event-desc-text {
  flex: 1;
}

.event-desc-lead {
  font-family: var(--font-serif-ja);
  font-size: 1rem;
  color: var(--gray-light);
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 4px;
}

.event-desc-booktitle {
  font-family: var(--font-serif-ja);
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 600;
  color: var(--gold-light);
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 12px;
  text-shadow: 0 0 16px rgba(201,169,110,0.3);
}

.event-desc-body {
  font-family: var(--font-serif-ja);
  font-size: clamp(1rem, 2vw, 1.12rem);
  color: #ddd5c8;
  letter-spacing: 0.06em;
  line-height: 2.0;
}

.event-desc-body strong {
  color: var(--gold-shine);
  font-weight: 600;
}

.event-desc-guest {
  margin-top: 14px;
  padding: 12px 18px 14px;
  border: 1px solid rgba(240,217,138,0.35);
  background: rgba(240,217,138,0.06);
  display: inline-block;
  text-align: left;
}

.event-desc-guest-title {
  font-family: var(--font-serif-ja);
  font-size: clamp(0.92rem, 1.8vw, 1.02rem);
  font-weight: 600;
  color: var(--gold-shine);
  letter-spacing: 0.15em;
  line-height: 1.8;
  margin-bottom: 8px;
  text-shadow: 0 0 12px rgba(240,217,138,0.4);
}

.event-desc-guest-title i {
  margin-right: 6px;
  font-size: 0.8em;
  color: var(--gold);
}

.event-desc-guest-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.event-desc-guest-list li {
  font-family: var(--font-serif-ja);
  font-size: clamp(0.88rem, 1.7vw, 0.97rem);
  color: var(--gray-light);
  letter-spacing: 0.06em;
  line-height: 1.9;
  padding-left: 16px;
  position: relative;
}

.event-desc-guest-list li::before {
  content: '✦';
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 0.45rem;
  color: var(--gold);
}

/* フェイさん行：画像とテキストを横並び */
.event-desc-guest-list li.guest-fei {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 16px;
}

.guest-symbol-img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(201,169,110,0.45);
  box-shadow: 0 0 10px rgba(201,169,110,0.2);
  flex-shrink: 0;
}

.event-info-box {
  background: linear-gradient(135deg, rgba(201,169,110,0.08) 0%, rgba(201,169,110,0.03) 100%);
  border: 1px solid rgba(201,169,110,0.3);
  border-top: 2px solid var(--gold);
  padding: 28px 32px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.event-info-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--gold-shine), transparent);
}

.event-info-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

.event-info-icon {
  font-size: 1.4rem;
  color: var(--gold);
  flex-shrink: 0;
  text-shadow: 0 0 12px rgba(201,169,110,0.4);
}

.event-info-title {
  font-family: var(--font-serif-ja);
  font-size: 0.75rem;
  color: var(--gold);
  letter-spacing: 0.25em;
  margin-bottom: 4px;
}

.event-info-name {
  font-family: var(--font-serif-ja);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--off-white);
  letter-spacing: 0.1em;
}

.event-meta {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.event-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.97rem;
  color: var(--gray-light);
  letter-spacing: 0.08em;
}

.event-meta-item i {
  color: var(--gold);
  font-size: 0.85rem;
}

/* 会場情報 + 地図 */
.event-venue {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 24px;
  align-items: start;
  border-top: 1px solid rgba(201,169,110,0.12);
  padding-top: 24px;
}

.event-venue-label {
  font-family: var(--font-serif-ja);
  font-size: 0.72rem;
  color: var(--gold);
  letter-spacing: 0.25em;
  margin-bottom: 8px;
}

.event-venue-label i {
  margin-right: 6px;
}

.event-venue-name {
  font-family: var(--font-serif-ja);
  font-size: 1rem;
  font-weight: 500;
  color: var(--off-white);
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-bottom: 10px;
}

.event-venue-note {
  font-size: 0.72rem;
  color: var(--gray);
  letter-spacing: 0.06em;
  line-height: 1.8;
}

.event-venue-map {
  border: 1px solid rgba(201,169,110,0.2);
  overflow: hidden;
  line-height: 0;
}

.event-venue-map iframe {
  display: block;
  width: 100%;
  filter: grayscale(30%) brightness(0.9);
}

@media (max-width: 767px) {
  .event-venue {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .event-venue-map iframe {
    height: 200px;
  }
}

/* ============================================================
   PLAN LIMIT BADGE
   ============================================================ */
/* 限定人数バッジ */
.plan-seats {
  font-size: 0.75rem;
  color: var(--gold);
  letter-spacing: 0.12em;
  margin: 6px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.plan-seats strong,
.cta-plan-seats strong {
  color: var(--off-white);
  font-weight: 600;
}

.plan-seats i,
.cta-plan-seats i {
  font-size: 0.72rem;
  color: var(--gold);
}

.cta-plan-seats {
  font-size: 0.72rem;
  color: var(--gold);
  letter-spacing: 0.12em;
  margin: 4px 0 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.plan-limit {
  font-size: 0.72rem;
  color: var(--gold-dark);
  letter-spacing: 0.1em;
  margin: 12px 0 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}

.plan-limit i {
  color: var(--gold);
}

.plan-features strong {
  color: var(--off-white);
  font-weight: 600;
}

.plan-features i {
  color: var(--gold);
  font-size: 0.75rem;
}

/* ============================================================
   RESPONSIVE 追加分
   ============================================================ */
@media (max-width: 900px) {
  .card-names-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .event-meta {
    gap: 16px;
  }
  .event-info-box {
    padding: 20px 20px;
  }
  .event-desc-block {
    gap: 24px;
    padding: 24px 24px;
  }
  .event-book-img {
    width: 90px;
  }
}

@media (max-width: 767px) {
  .event-desc-block {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 22px 18px;
    border-left: none;
    border-top: 3px solid var(--gold);
    text-align: center;
  }
  .event-desc-book {
    display: flex;
    justify-content: center;
  }
  .event-book-img {
    width: 100px;
  }
  .event-desc-text {
    text-align: left;
  }
  .event-desc-booktitle {
    font-size: 1.15rem;
  }
  .event-desc-body {
    font-size: 0.93rem;
  }
  .event-desc-guest {
    display: block;   /* SP では幅いっぱいに広げる */
    text-align: left;
  }
  .event-desc-guest-list li {
    font-size: 0.88rem;
  }

  /* カード名グリッド */
  .card-names-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cn-title {
    font-size: 0.72rem;
  }

  .card-name-item {
    padding: 10px 12px;
    gap: 8px;
  }

  /* イベントボックス */
  .event-info-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .event-meta {
    flex-direction: column;
    gap: 8px;
  }
}
