/*
Theme Name:  Namwa LP
Theme URI:   https://gay-massage-namwa.com/
Author:      Namwa / 株式会社ゾクゾク
Author URI:  https://namwa-massage.com/
Description: ゲイマッサージ Namwa 専用SEO特化LPテーマ
Version:     1.4.2
License:     Private
Text Domain: namwa-lp
Tags:        landing-page, seo, japanese
*/

/* ==============================
   RESET & TOKENS
============================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:        #08080a;
  --bg2:       #2e2e38;
  --bg3:       #1a1a22;
  --surface:   #1e1e28;
  --gold:      #2cd15c;
  --gold-dim:  rgba(44,209,92,.35);
  --amber:     #d4a843;
  --amber-lt:  #f0c96a;
  --amber-dim: rgba(212,168,67,.3);
  --gold-glow: rgba(44,209,92,.12);
  --fg:        #f0ede8;
  --fg-mid:    rgba(240,237,232,.55);
  --fg-low:    rgba(240,237,232,.25);
  --ff-serif:  'Playfair Display', 'Noto Serif JP', serif;
  --ff-body:   'Noto Serif JP', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', serif;
  --ff-ui:     'DM Sans', sans-serif;
  --ease:      cubic-bezier(.25,.1,.25,1);
}

html { scroll-behavior: smooth; font-size: 16px; overflow-x: hidden; }
body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--ff-body);
  font-weight: 300;
  line-height: 1.85;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* ==============================
   UTILITY
============================== */
.container        { max-width: 1100px; margin: 0 auto; padding: 0 28px; }
.container--narrow{ max-width: 780px;  margin: 0 auto; padding: 0 28px; }
.container--narrow h2 { color: var(--gold); }
.container--narrow h3 { color: var(--amber-lt); }
.container--narrow p  { color: rgba(240,237,232,.9); }

.eyebrow {
  font-family: var(--ff-ui);
  font-size: 10px;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 18px;
}
.section-title {
  font-family: var(--ff-body);
  font-size: clamp(30px, 3.5vw, 50px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .02em;
  margin-bottom: 20px;
}
.section-title em { font-style: italic; color: var(--gold); }
.section-body {
  font-size: 14px;
  line-height: 2.1;
  color: rgba(240,237,232,.9);
  max-width: 560px;
}
.divider {
  width: 32px; height: 1px;
  background: var(--gold);
  display: block;
  margin: 24px 0;
}

/* ==============================
   HEADER
============================== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 200;
  height: 64px;
  display: flex; align-items: center;
  padding: 0 32px;
  background: rgba(8,8,10,.88);
  backdrop-filter: blur(16px) saturate(1.4);
  border-bottom: 1px solid rgba(44,209,92,.1);
  justify-content: space-between;
  transition: border-color .3s;
}
.site-header.at-top { border-color: transparent; }
.site-logo {
  font-family: var(--ff-serif);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--fg);
}
.site-logo sup {
  font-size: 8px;
  letter-spacing: .2em;
  color: var(--gold);
  vertical-align: super;
  margin-left: 6px;
  font-family: var(--ff-ui);
}
.header-nav {
  display: flex; gap: 28px; align-items: center;
}
.header-nav a {
  font-family: var(--ff-ui);
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--fg-mid);
  transition: color .2s;
}
.header-nav a:hover { color: var(--gold); }
.btn-staff-header {
  font-family: var(--ff-ui);
  font-size: 11px;
  letter-spacing: .18em;
  padding: 9px 22px;
  background: transparent;
  border: 1px solid var(--gold-dim);
  color: var(--gold);
  cursor: pointer;
  transition: background .2s, border-color .2s;
  display: inline-block;
}
.btn-staff-header:hover {
  background: var(--gold-glow);
  border-color: var(--gold);
}
.btn-header-reserve {
  font-family: var(--ff-ui);
  font-size: 11px;
  letter-spacing: .18em;
  padding: 9px 22px;
  background: var(--gold);
  border: 1px solid var(--gold);
  color: #060608;
  cursor: pointer;
  transition: background .2s;
  display: inline-block;
  font-weight: 700;
}
.btn-header-reserve:hover { background: #52d96e; border-color: #52d96e; }
.btn-lang-switch {
  font-family: var(--ff-ui);
  font-size: 11px;
  letter-spacing: .18em;
  padding: 9px 18px;
  background: var(--amber);
  border: 1px solid var(--amber);
  color: #060608;
  cursor: pointer;
  transition: background .2s;
  display: inline-block;
  font-weight: 700;
}
.btn-lang-switch:hover { background: var(--amber-lt); border-color: var(--amber-lt); }

/* ==============================
   FOOTER
============================== */
.site-footer {
  background: var(--bg);
  border-top: 1px solid rgba(44,209,92,.07);
  padding: 56px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 48px;
  align-items: start;
  margin-bottom: 48px;
}
.footer-logo {
  font-family: var(--ff-serif);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--fg);
  display: block;
  margin-bottom: 10px;
}
.footer-tagline {
  font-family: var(--ff-ui);
  font-size: 9px;
  letter-spacing: .25em;
  color: var(--gold);
}
.footer-links { display: flex; gap: 40px; flex-wrap: wrap; padding-top: 6px; }
.footer-col-title {
  font-family: var(--ff-ui);
  font-size: 9px;
  letter-spacing: .25em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.footer-col a {
  display: block;
  font-family: var(--ff-ui);
  font-size: 11px;
  letter-spacing: .12em;
  color: rgba(240,237,232,.85);
  margin-bottom: 10px;
  transition: color .2s;
}
.footer-col a:hover { color: var(--fg-mid); }
.footer-note {
  font-family: var(--ff-ui);
  font-size: 9px;
  letter-spacing: .12em;
  color: rgba(240,237,232,.85);
  max-width: 200px;
  line-height: 1.8;
}
.footer-bottom {
  border-top: 1px solid rgba(240,237,232,.04);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-copy {
  font-family: var(--ff-ui);
  font-size: 9px;
  letter-spacing: .18em;
  color: rgba(240,237,232,.85);
}
.footer-seo-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-seo-links a {
  font-family: var(--ff-ui);
  font-size: 9px;
  letter-spacing: .14em;
  color: rgba(240,237,232,.85);
  transition: color .2s;
}
.footer-seo-links a:hover { color: var(--gold); }

/* ==============================
   HERO — VIDEO BACKGROUND
============================== */
.hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
  background: #060608;
}

/* 背景動画 */
.hero-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  z-index: 0;
}

/* ドットオーバーレイ */
.hero-dot-overlay {
  position: absolute; inset: 0; z-index: 1;
  background-image: radial-gradient(circle, rgba(0,0,0,.20) 1px, transparent 1px);
  background-size: 3px 3px;
  pointer-events: none;
}

/* ==============================
   左上ゾーン
============================== */
.hero-tl {
  position: absolute;
  top: 80px; left: 40px;
  z-index: 3;
  max-width: 360px;
}

/* ロゴ */
.hero-logo-wrap { margin-bottom: 20px; }
.hero-logo-img {
  width: 260px;
  max-width: 55vw;
  height: auto;
  display: block;
  filter: drop-shadow(0 4px 20px rgba(0,0,0,.9));
}

/* KWテキスト（ロゴ下・緑・中央揃え） */
.hero-kw-badge { display: none; } /* 旧バッジ非表示 */
.hero-kw-text {
  font-family: var(--ff-ui);
  font-size: 12px;
  letter-spacing: .22em;
  color: var(--gold);
  text-align: center;
  width: 260px; /* ロゴ幅と揃える */
  max-width: 55vw;
  margin-top: 10px;
  text-shadow: 0 1px 8px rgba(0,0,0,.8);
}
@keyframes pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .3; transform: scale(.6); }
}

/* ==============================
   中央ゾーン
============================== */
.hero-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  width: 100%;
  padding: 0 40px;
  pointer-events: none; /* CTAの邪魔をしない */
}

/* H1 */
.hero-h1 {
  font-family: var(--ff-serif);
  font-size: clamp(28px, 3.8vw, 52px);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: .04em;
  margin-bottom: 20px;
  text-shadow: 0 2px 32px rgba(0,0,0,.85), 0 0 80px rgba(0,0,0,.6);
}
.hero-h1 .line2 {
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
  display: block;
  font-size: clamp(48px, 7vw, 100px);
  text-shadow: 0 0 60px rgba(44,209,92,.15), 0 2px 24px rgba(0,0,0,.9);
}

/* サブテキスト */
.hero-sub {
  font-family: var(--ff-ui);
  font-size: 11px;
  letter-spacing: .22em;
  color: rgba(255,255,255,.85);
  display: block;
  margin-bottom: 12px;
  text-shadow: 0 1px 12px rgba(0,0,0,.9);
}

/* ==============================
   右下ゾーン
============================== */
.hero-br {
  position: absolute;
  bottom: 60px; right: 40px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}

/* CTAグループ */
.hero-cta-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-end;
}

/* メインボタン */
.btn-staff-main {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: var(--gold);
  color: #060608;
  font-family: var(--ff-ui);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .2em;
  padding: 18px 40px;
  border: none; cursor: pointer;
  transition: background .25s, transform .2s var(--ease), box-shadow .25s;
  position: relative; overflow: hidden;
  box-shadow: 0 8px 32px rgba(44,209,92,.2);
}
.btn-staff-main::before {
  content: '';
  position: absolute; top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent);
  transition: left .5s var(--ease);
}
.btn-staff-main:hover::before { left: 130%; }
.btn-staff-main:hover {
  background: #52d96e;
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(44,209,92,.35);
}
.btn-staff-main .arrow { font-size: 18px; transition: transform .2s; }
.btn-staff-main:hover .arrow { transform: translateX(4px); }

/* サブリンク */
.btn-reserve-sub {
  font-family: var(--ff-ui);
  font-size: 12px;
  letter-spacing: .18em;
  color: rgba(240,237,232,.85);
  border-bottom: 1px solid rgba(44,209,92,.5);
  padding-bottom: 3px;
  transition: color .2s, border-color .2s;
}
.btn-reserve-sub:hover { color: var(--gold); border-color: var(--gold); }

/* スタッツ */
.hero-stats {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 28px;
  justify-content: center;
}
.stat-item {
  width: 130px; height: 130px;
  border-radius: 50%;
  background: rgba(0,0,0,1);
  border: 1px solid var(--gold-dim);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
}
.stat-num {
  font-family: var(--ff-serif);
  font-size: 34px; font-weight: 700;
  color: rgba(240,237,232,.95);
  line-height: 1; display: block;
}
.stat-num span { color: var(--gold); font-size: 20px; }
.stat-label {
  font-family: var(--ff-ui);
  font-size: 7.5px; letter-spacing: .16em;
  color: var(--amber-lt);
  display: block; margin-top: 6px;
}

/* スクロールヒント */
.scroll-hint {
  position: absolute;
  bottom: 28px; left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.scroll-hint span {
  font-family: var(--ff-ui);
  font-size: 8px; letter-spacing: .28em;
  color: rgba(240,237,232,.3);
}
.scroll-arrow {
  width: 1px; height: 36px;
  background: linear-gradient(to bottom, rgba(44,209,92,.4), transparent);
  animation: scrollDown 1.8s ease-in-out infinite;
}
@keyframes scrollDown {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ==============================
   HERO レスポンシブ
============================== */
@media (max-width: 768px) {
  /* SP: 縦積みレイアウトに切り替え */
  .hero { min-height: 100svh; }

  .hero-tl {
    top: 72px; left: 20px;
    max-width: calc(100vw - 40px);
  }
  .hero-logo-img { width: 200px; }

  .hero-center {
    top: auto; left: 0;
    transform: none;
    bottom: 220px;
    padding: 0 20px;
    text-align: left;
  }
  .hero-h1 { font-size: clamp(38px, 9vw, 56px); }

  .hero-br {
    bottom: 40px; right: 20px; left: 20px;
    align-items: flex-start;
  }
  .hero-cta-group { align-items: flex-start; }
  .hero-stats { gap: 8px; }
  .stat-item { width: 96px; height: 96px; }
  .stat-num { font-size: 24px; }
}

/* ==============================
   TICKER
============================== */
.ticker {
  background: var(--bg2);
  border-top: 1px solid rgba(44,209,92,.08);
  border-bottom: 1px solid rgba(44,209,92,.08);
  padding: 14px 0;
  overflow: hidden;
}
.ticker-track {
  display: flex; gap: 56px;
  animation: ticker 22s linear infinite;
  width: max-content;
}
@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.ticker-item {
  font-family: var(--ff-ui);
  font-size: 11px;
  letter-spacing: .22em;
  color: rgba(240,237,232,.85);
  white-space: nowrap;
}
.ticker-item.hi { color: var(--gold); }
.ticker-dot {
  display: inline-block;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--gold-dim);
  vertical-align: middle;
  margin-left: 56px;
}

/* ==============================
   WHAT IS
============================== */
.what-section { padding: 100px 0; position: relative; }
.what-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.what-img-frame {
  aspect-ratio: 3/4;
  background: var(--surface);
  position: relative;
  overflow: hidden;
}
.what-img-frame img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.what-img-ph {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-ui);
  font-size: 10px;
  letter-spacing: .2em;
  color: var(--fg-low);
}
.what-accent-box {
  position: absolute;
  bottom: -20px; left: -20px;
  width: 50%; aspect-ratio: 1;
  border: 1px solid var(--gold-dim);
  z-index: -1;
}
.what-gold-tag {
  position: absolute;
  top: 20px; right: -12px;
  background: var(--gold);
  color: #080808;
  font-family: var(--ff-ui);
  font-size: 9px;
  letter-spacing: .18em;
  padding: 8px 14px;
  writing-mode: vertical-rl;
}
.what-points { margin-top: 36px; display: flex; flex-direction: column; gap: 16px; }
.what-point {
  display: flex; gap: 0;
  position: relative;
  overflow: hidden;
  background: var(--surface);
  border-bottom: 1px solid rgba(240,237,232,.06);
}
.what-point::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    45deg, transparent, transparent 2px,
    rgba(0,0,0,.12) 2px, rgba(0,0,0,.12) 3.2px
  );
  pointer-events: none;
  z-index: 0;
}

/* 左のゴールドアクセントバー */
.what-point-bar {
  width: 3px;
  flex-shrink: 0;
  background: linear-gradient(to bottom, var(--gold), rgba(44,209,92,.2));
  transition: background .3s;
}
.what-point:hover .what-point-bar {
  background: linear-gradient(to bottom, var(--gold), var(--gold));
}

.what-point-body {
  position: relative; z-index: 1;
  padding: 16px 20px;
  display: flex; gap: 20px; align-items: flex-start;
  flex: 1;
}

/* 番号 */
.wp-num {
  font-family: var(--ff-serif);
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  background: linear-gradient(135deg, var(--amber-lt) 0%, var(--amber) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  flex-shrink: 0;
  width: 56px;
}


.wp-icon  { display: none; }
.wp-title {
  font-family: var(--ff-body);
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--gold);
  letter-spacing: .04em;
}
.wp-desc  { font-size: 12px; color: rgba(240,237,232,.9); line-height: 1.9; }

/* ==============================
   STAFF TEASER
============================== */
.staff-section {
  padding: 100px 0;
  background: var(--bg2);
  position: relative;
  overflow: hidden;
}
.staff-section::before {
  content: 'STAFF';
  position: absolute;
  top: 50%; left: -2%;
  transform: translateY(-50%);
  font-family: var(--ff-serif);
  font-size: clamp(100px, 15vw, 200px);
  font-weight: 700;
  font-style: italic;
  color: transparent;
  -webkit-text-stroke: 1px rgba(44,209,92,.04);
  pointer-events: none;
  user-select: none;
}
.staff-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  flex-wrap: wrap;
  gap: 24px;
}
.staff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}
@media (max-width: 600px) {
  .staff-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
}
.staff-card { position: relative; cursor: pointer; overflow: hidden; }
.staff-photo {
  aspect-ratio: 470 / 633;
  background: transparent;
  overflow: hidden;
  position: relative;
}
.staff-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.staff-ph {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-body);
  font-size: 10px;
  letter-spacing: .18em;
  color: var(--fg-low);
  background: linear-gradient(145deg, #1a1a22 0%, #14141c 100%);
}
.staff-ph-num {
  position: absolute;
  bottom: 16px; right: 16px;
  font-family: var(--ff-serif);
  font-size: 40px;
  font-weight: 700;
  color: rgba(44,209,92,.08);
  line-height: 1;
}
.staff-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,8,10,.95) 0%, transparent 50%);
  opacity: 0;
  transition: opacity .3s;
  display: flex; align-items: flex-end;
  padding: 20px;
}
.staff-card:hover .staff-overlay { opacity: 1; }
.staff-overlay-text {
  font-family: var(--ff-ui);
  font-size: 10px;
  letter-spacing: .18em;
  color: var(--gold);
}
.staff-info { padding: 0px 4px 10px 4px; }
.staff-name {
  font-family: var(--ff-serif);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 4px;
}
.staff-meta {
  font-family: var(--ff-ui);
  font-size: 10px;
  letter-spacing: .14em;
  color: var(--amber-lt);
}
.staff-tag {
  display: inline-block;
  border: 1px solid var(--gold-dim);
  color: var(--gold);
  font-family: var(--ff-ui);
  font-size: 8px;
  letter-spacing: .15em;
  padding: 2px 8px;
  margin-top: 6px;
}
.staff-tag--pop {
  background: var(--gold);
  color: #080808;
  border-color: var(--gold);
  font-family: var(--ff-ui);
  font-size: 8px;
  letter-spacing: .15em;
  padding: 2px 8px;
  margin-top: 6px;
}
.staff-cta-row {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.staff-count-note {
  font-family: var(--ff-body);
  font-size: 14px;
  letter-spacing: .08em;
  color: rgba(240,237,232,.9);
  line-height: 1.9;
}
.staff-count-note strong {
  color: var(--gold);
  font-weight: 700;
  font-size: 22px;
  font-family: var(--ff-body);
}
.btn-staff-full {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: var(--ff-ui);
  font-size: 12px;
  letter-spacing: .22em;
  padding: 16px 44px;
  background: transparent;
  cursor: pointer;
  transition: background .25s, color .25s;
}
.btn-staff-full:hover { background: var(--gold); color: #080808; }
.btn-staff-full:hover .arrow { transform: translateX(4px); }
.btn-staff-full .arrow { font-size: 16px; transition: transform .2s; }

/* ==============================
   RANKING
============================== */
.ranking-section {
  padding: 100px 0;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.ranking-section::before {
  content: 'RANKING';
  position: absolute;
  top: 50%; right: -3%;
  transform: translateY(-50%);
  font-family: var(--ff-serif);
  font-size: clamp(80px, 12vw, 160px);
  font-weight: 700;
  font-style: italic;
  color: transparent;
  -webkit-text-stroke: 1px rgba(44,209,92,.04);
  pointer-events: none;
  user-select: none;
}
.ranking-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
  flex-wrap: wrap;
  gap: 20px;
}
.ranking-list { display: flex; flex-direction: column; gap: 0; position: relative; z-index: 1; }
.ranking-item {
  display: grid;
  grid-template-columns: 100px 164px 1fr auto;
  align-items: stretch;
  border-bottom: 1px solid rgba(240,237,232,.06);
  transition: background .25s;
  position: relative;
}
.ranking-item:first-child { border-top: 1px solid rgba(240,237,232,.06); }
.ranking-item:hover { background: rgba(44,209,92,.03); }
.rank-num-col {
  display: flex; align-items: center; justify-content: center;
  padding: 28px 0;
}
.rank-num {
  font-family: var(--ff-serif);
  font-size: 48px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  color: var(--fg-low);
}
.ranking-item:nth-child(1) .rank-num { color: var(--gold); text-shadow: 0 0 20px rgba(44,209,92,.4); }
.ranking-item:nth-child(2) .rank-num { color: #b0b0b0; }
.ranking-item:nth-child(3) .rank-num { color: #c49a6c; }
.ranking-item:nth-child(4) .rank-num { color: rgba(240,237,232,.9); }
.ranking-item:nth-child(5) .rank-num { color: rgba(240,237,232,.9); }
.rank-crown {
  display: none;
  position: absolute;
  top: 12px; left: 12px;
  font-size: 14px;
}
.ranking-item:nth-child(1) .rank-crown { display: block; }

/* ==============================
   RANKING PC: 新要素リセット
============================== */
/* PC版では追加した要素を非表示 */
.rank-name-col { display: none; }
.rank-comment-col { display: none; }
.rank-gap-col { display: none; }

/* PC版のrank-info-colは元通り（名前・メタ・タグ・コメントすべて表示） */
.rank-info-col {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rank-photo-col { display: flex; align-items: center; }
.rank-photo {
  width: 140px;
  aspect-ratio: 470 / 633;
  background: transparent;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  margin: 16px 24px 16px 0;
}
.rank-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.rank-photo-ph {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-ui);
  font-size: 9px;
  letter-spacing: .15em;
  color: var(--fg-low);
  background: linear-gradient(145deg, #1a1a22 0%, #14141c 100%);
}
.rank-info-col { padding: 28px 24px; display: flex; flex-direction: column; justify-content: center; }
.rank-name {
  font-family: var(--ff-body);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 6px;
  line-height: 1.1;
}
.rank-meta { font-family: var(--ff-ui); font-size: 10px; letter-spacing: .16em; color: var(--amber-lt); margin-bottom: 12px; }
.rank-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.rank-tag { font-family: var(--ff-ui); font-size: 8px; letter-spacing: .14em; padding: 3px 9px; border: 1px solid var(--gold-dim); color: var(--gold); }
.rank-tag.pop { background: var(--gold); color: #080808; border-color: var(--gold); }
.rank-comment { font-size: 12px; line-height: 1.85; color: rgba(240,237,232,.9); max-width: 480px; }
.rank-cta-col {
  display: flex; flex-direction: column;
  align-items: flex-end; justify-content: center;
  gap: 10px;
  padding: 28px 28px 28px 20px;
  min-width: 160px;
}
.btn-rank-profile {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--gold-dim);
  color: var(--gold);
  font-family: var(--ff-ui);
  font-size: 10px;
  letter-spacing: .16em;
  padding: 10px 18px;
  white-space: nowrap;
  transition: background .2s, border-color .2s;
}
.btn-rank-profile:hover { background: var(--gold-glow); border-color: var(--gold); }
.btn-rank-reserve {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold);
  color: #080808;
  font-family: var(--ff-ui);
  font-size: 10px;
  letter-spacing: .16em;
  padding: 10px 18px;
  white-space: nowrap;
  transition: background .2s;
}
.btn-rank-reserve:hover { background: #52d96e; }
.ranking-item:nth-child(1) { background: rgba(44,209,92,.04); }
.ranking-item:nth-child(1):hover { background: rgba(44,209,92,.07); }
.ranking-bottom {
  margin-top: 48px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 20px;
  padding-top: 40px;
  border-top: 1px solid rgba(44,209,92,.1);
}
.ranking-note { font-family: var(--ff-ui); font-size: 11px; letter-spacing: .14em; color: rgba(240,237,232,.9); max-width: 360px; line-height: 1.9; }
.ranking-note strong { color: var(--gold); font-weight: 400; }

/* ==============================
   COURSE
============================== */
.course-section { padding: 100px 0; }
.course-flex { display: flex; gap: 2px; margin-top: 48px; }
.course-item {
  flex: 1;
  padding: 40px 32px 36px;
  background: var(--surface);
  border-top: 2px solid transparent;
  position: relative;
  transition: border-color .25s, background .25s;
}
.course-item:hover { background: rgba(44,209,92,.05); border-color: var(--gold); }
.course-item.pick { background: rgba(44,209,92,.08); border-color: var(--gold); }
.course-badge {
  position: absolute; top: -1px; right: 20px;
  background: var(--gold); color: #080808;
  font-family: var(--ff-ui); font-size: 9px; letter-spacing: .15em; padding: 4px 12px;
}
.course-min { font-family: var(--ff-serif); font-size: 64px; font-weight: 700; color: var(--fg); line-height: 1; }
.course-unit-label { font-family: var(--ff-ui); font-size: 10px; letter-spacing: .2em; color: rgba(240,237,232,.85); margin-top: 4px; margin-bottom: 20px; }
.course-price-tag { font-family: var(--ff-serif); font-size: 26px; font-weight: 400; color: var(--fg); margin-bottom: 16px; }
.course-desc { font-size: 12px; line-height: 1.9; color: rgba(240,237,232,.9); }

/* ==============================
   FEATURES
============================== */
.features-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.feat-bg-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.feat-bg-img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.feat-bg-img img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
  max-width: none;
  display: block;
  filter: brightness(.55) saturate(.85);
}

/* ドットオーバーレイ（背景を生かしつつ馴染ませる） */
.feat-bg-overlay {
  position: absolute; inset: 0;
  z-index: 1;
  
}

/* コンテンツ前面 */
.feat-container { position: relative; z-index: 2; }

.feat-header { margin-bottom: 56px; }

.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 0;
  background: none;
  border: none;
}

/* 全幅セル */
.feat-cell--full {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 48px 56px;
}
.feat-cell--full .feat-num {
  font-size: 80px;
  margin-bottom: 0;
  flex-shrink: 0;
}
.feat-cell--full .feat-title { font-size: 20px; margin-bottom: 8px; }

/* 2列セル */
.feat-cell--half { padding: 48px 48px; }

.feat-cell {
  position: relative;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,.1);
  border-right: 1px solid rgba(255,255,255,.1);
  transition: background .3s;
}
.feat-cell:last-child,
.feat-cell:nth-last-child(2):not(.feat-cell--full) { border-bottom: none; }
.feat-cell--full { border-right: none; }
.feat-cell--half:nth-child(even) { border-right: none; }
.feat-cell:hover { background: rgba(44,209,92,.05); }
.feat-cell::before { display: none; }
.feat-cell::after  { display: none; }
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 48px;
  border: 1px solid rgba(44,209,92,.1);
  background: rgba(44,209,92,.1);
}
.feat-cell {
  padding: 44px 36px;
  background: var(--surface);
  position: relative;
  overflow: hidden;
  transition: background .3s;
}
/* ストライプ背景 */
.feat-cell::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    45deg, transparent, transparent 2px,
    rgba(0,0,0,.1) 2px, rgba(0,0,0,.1) 3.2px
  );
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s;
}
.feat-cell:hover::before { opacity: 1; }
.feat-cell:hover { background: rgba(44,209,92,.04); }

/* 上部ゴールドライン（ホバー時） */
.feat-cell::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), rgba(44,209,92,.3));
  transform: scaleX(0); transform-origin: left;
  transition: transform .5s var(--ease);
}
.feat-cell:hover::after { transform: scaleX(1); }

.feat-num {
  font-family: var(--ff-serif);
  font-size: 52px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  margin-bottom: 20px;
  background: linear-gradient(135deg, var(--amber-lt) 0%, var(--amber) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.8));
}
.feat-title {
  font-family: var(--ff-body);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
  color: var(--gold);
  letter-spacing: .04em;
  position: relative; z-index: 1;
}
.feat-desc {
  font-size: 12px;
  line-height: 2;
  color: rgba(240,237,232,.9);
  position: relative; z-index: 1;
  text-shadow: 0 1px 8px rgba(0,0,0,.9);
}

/* ==============================
   AREA
============================== */
.area-section { padding: 80px 0; border-top: 1px solid rgba(44,209,92,.07); border-bottom: 1px solid rgba(44,209,92,.07); }
.area-inner { display: flex; align-items: flex-start; gap: 64px; flex-wrap: wrap; }
.area-text { flex: 1; min-width: 240px; }
.area-tags { flex: 2; min-width: 280px; display: flex; flex-wrap: wrap; gap: 8px; padding-top: 8px; }
.area-tag {
  display: inline-block;
  border: 1px solid rgba(240,237,232,.5);
  color: rgba(240,237,232,.9);
  font-family: var(--ff-ui);
  font-size: 10px;
  letter-spacing: .14em;
  padding: 5px 14px;
  transition: border-color .2s, color .2s;
}
.area-tag:hover { border-color: var(--gold); color: var(--gold); }
.area-tag:hover { border-color: var(--gold-dim); color: var(--gold); }

/* ==============================
   FAQ
============================== */
.faq-section { padding: 100px 0; }
.faq-list { margin-top: 48px; }
details { border-bottom: 1px solid rgba(240,237,232,.07); }
summary {
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; padding: 24px 0; cursor: pointer;
  list-style: none; font-size: 14px; font-weight: 300; letter-spacing: .04em;
}
summary::-webkit-details-marker { display: none; }
.faq-q { color: var(--fg); }
.faq-icon {
  width: 24px; height: 24px;
  border: 1px solid var(--gold-dim);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: var(--gold); font-size: 14px;
  transition: transform .25s, background .2s;
}
details[open] .faq-icon { transform: rotate(45deg); background: var(--gold-glow); }
.faq-a { padding: 0 0 28px; font-size: 13px; line-height: 2; color: var(--fg-mid); max-width: 660px; }

/* ==============================
   SEO BLOCK
============================== */
.seo-block { padding: 80px 0; background: var(--bg2); border-top: 1px solid rgba(44,209,92,.06); }
.seo-block h2 { font-family: var(--ff-serif); font-size: 22px; font-weight: 400; color: var(--gold); margin-bottom: 14px; }
.seo-block h3 { font-family: var(--ff-body); font-size: 14px; font-weight: 400; color: var(--gold); margin: 28px 0 8px; letter-spacing: .06em; }
.seo-block p { font-size: 13px; line-height: 2.1; color: rgba(240,237,232,.9); max-width: 700px; }

/* ==============================
   CTA BAND
============================== */
.cta-band { padding: 100px 0; text-align: center; position: relative; overflow: hidden; background: var(--bg2); background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(0,0,0,.18) 2px, rgba(0,0,0,.18) 3.2px); }
.cta-band::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(44,209,92,.07) 0%, transparent 60%);
  pointer-events: none;
}
.cta-band h2 { font-family: var(--ff-body); font-size: clamp(28px, 4vw, 52px); font-weight: 400; margin-bottom: 8px; }
.cta-band h2 em { font-style: italic; color: var(--gold); }
.cta-band p { font-size: 13px; color: rgba(240,237,232,.9); letter-spacing: .12em; margin-bottom: 48px; }
.cta-band-btns { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }

/* ==============================
   REVEAL
============================== */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}
.reveal.d1 { transition-delay: .1s; }
.reveal.d2 { transition-delay: .2s; }
.reveal.d3 { transition-delay: .3s; }
.reveal.visible { opacity: 1; transform: none; }

/* ==============================
   RESPONSIVE
============================== */
@media (max-width: 960px) {
  .what-grid { grid-template-columns: 1fr; gap: 48px; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .course-flex { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-stats { display: none; }
  .header-nav { display: none; }
  .rank-cta-col { grid-column: 1 / -1; flex-direction: row; justify-content: flex-start; padding: 0 16px 20px; min-width: unset; }
}
@media (max-width: 960px) {
  /* 中間サイズもSPレイアウト適用 */
  .ranking-item {
    display: grid !important;
    grid-template-columns: 100px 1fr !important;
    grid-template-areas:
      "num    rname"
      "photo  info"
      "desc   desc"
      "cta    cta" !important;
    padding: 16px !important;
    gap: 0 !important;
  }
  .rank-name-pc { display: none !important; }
  .rank-name-col {
    grid-area: rname !important;
    display: flex !important;
    align-items: flex-end !important;
    padding: 0 0 8px 0 !important;
  }
  .rank-num-col {
    grid-area: num !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    padding: 0 12px 12px 0 !important;
    border-right: none !important;
  }
  .rank-crown { position: static !important; display: block !important; font-size: 16px !important; }
  .rank-num { font-size: 32px !important; line-height: 1 !important; }
  .rank-pt-badge {
    display: flex !important; flex-direction: row !important;
    align-items: baseline !important; gap: 3px !important;
    font-size: 16px !important; width: auto !important;
    height: auto !important; border-radius: 0 !important;
    background: none !important; border: none !important; padding: 0 !important;
  }
  .rank-pt-badge em { display: inline !important; margin-top: 0 !important; font-size: 9px !important; }
  .rank-photo-col { grid-area: photo !important; padding: 0 !important; margin: 0 !important; align-self: start !important; }
  .rank-photo { width: 100px !important; margin: 0 !important; }
  .rank-gap-col { display: none !important; }
  .rank-info-col {
    grid-area: info !important;
    padding: 0 0 12px 16px !important;
  }
  .rank-info-col .rank-name { display: none !important; }
  .rank-comment-col { grid-area: desc !important; border-top: 1px solid rgba(240,237,232,.06) !important; padding: 12px 0 !important; }
  .rank-comment { font-size: 12px !important; padding: 0 !important; border-top: none !important; }
  .rank-cta-col {
    grid-area: cta !important; flex-direction: row !important;
    justify-content: flex-start !important; gap: 10px !important;
    padding: 12px 0 0 0 !important; min-width: unset !important;
    border-top: 1px solid rgba(240,237,232,.06) !important;
  }
}
@media (max-width: 600px) {
  .features-grid { grid-template-columns: 1fr; }
  .hero-h1 { font-size: clamp(36px, 9vw, 56px); }
  .hero { padding: 0 0 64px; }
  .hero-line { display: none; }
  /* ランキング SP レイアウト */
  .ranking-item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "num    num"
      "photo  info"
      "comment comment"
      "cta    cta";
    padding: 16px;
    gap: 0;
  }

  /* SP ランキング: 3行レイアウト */
  .ranking-item {
    display: grid !important;
    grid-template-columns: 110px 1fr !important;
    grid-template-areas:
      "num    rname"
      "photo  info"
      "desc   desc"
      "cta    cta" !important;
    padding: 16px !important;
    gap: 0 !important;
  }

  /* 1行目左：順位＋PT縦並び */
  .rank-num-col {
    grid-area: num !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    padding: 0 12px 12px 0 !important;
    border-right: none !important;
  }
  .rank-crown { position: static !important; display: block !important; font-size: 16px !important; }
  .rank-num { font-size: 32px !important; line-height: 1 !important; }
  .rank-pt-badge {
    display: flex !important; flex-direction: row !important;
    align-items: baseline !important; gap: 3px !important;
    font-size: 16px !important; width: auto !important;
    height: auto !important; border-radius: 0 !important;
    background: none !important; border: none !important; padding: 0 !important;
  }
  .rank-pt-badge em { display: inline !important; margin-top: 0 !important; font-size: 9px !important; }

  /* SP版: PC用の名前を非表示 */
  .rank-name-pc { display: none !important; }

  /* 1行目右：名前のみ */
  .rank-name-col {
    grid-area: rname !important;
    padding: 0 0 8px 0 !important;
    display: flex !important;
    align-items: flex-end !important;
  }
  .rank-name { font-size: 18px !important; margin-bottom: 0 !important; }

  /* gap列（余白用） */
  .rank-photo-col + * { grid-area: gap !important; }


  .rank-gap-col { display: none !important; }
  /* 2行目左：写真 */
  .rank-photo-col {
    grid-area: photo !important;
    padding: 0 !important;
    margin: 0 !important;
    align-self: start !important;
  }
  .rank-photo { width: 100px !important; margin: 0 !important; }

  /* 2行目右：メタ＋タグ */
  .rank-info-col {
    grid-area: info !important;
    padding-left: 16px !important;
    padding: 0 0 12px 0 !important;
  }
  .rank-meta { margin-bottom: 8px !important; }

  /* 3行目：紹介文 */
  .rank-comment-col {
    grid-area: desc !important;
    border-top: 1px solid rgba(240,237,232,.06) !important;
    padding: 12px 0 !important;
  }
  .rank-comment {
    font-size: 12px !important;
    padding: 0 !important;
    border-top: none !important;
  }

  /* 4行目：ボタン */
  .rank-cta-col {
    grid-area: cta !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    padding: 12px 0 0 0 !important;
    min-width: unset !important;
    border-top: 1px solid rgba(240,237,232,.06) !important;
  }
  .btn-rank-profile,
  .btn-rank-reserve { font-size: 11px !important; padding: 10px 16px !important; }
}

/* ==============================
   VIDEO SECTION
============================== */
.video-section {
  padding: 100px 0;
  background: var(--bg2);
  border-top: 1px solid rgba(44,209,92,.07);
  border-bottom: 1px solid rgba(44,209,92,.07);
}
/* 16:9 レスポンシブ埋め込みラッパー */
.video-embed-wrap {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  background: #000;
  box-shadow: 0 24px 64px rgba(0,0,0,.5);
}
.video-embed-wrap iframe,
.video-embed-wrap video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
@media (max-width: 600px) {
  .video-section { padding: 64px 0; }
}

/* ==============================
   BLOG GRID & CARDS
============================== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.blog-card { background: var(--surface); }
.blog-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity .2s;
}
.blog-card-link:hover { opacity: .85; }
.blog-card-thumb {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--bg3);
  position: relative;
}
.blog-card-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s var(--ease);
}
.blog-card:hover .blog-card-thumb img { transform: scale(1.04); }
.blog-card-thumb-ph {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-serif);
  font-size: 20px;
  font-style: italic;
  color: rgba(44,209,92,.15);
  background: linear-gradient(145deg, #1a1a22 0%, #14141c 100%);
}
.blog-card-cat {
  position: absolute; bottom: 10px; left: 10px;
  background: var(--gold);
  color: #080808;
  font-family: var(--ff-ui);
  font-size: 8px;
  letter-spacing: .18em;
  padding: 3px 10px;
}
.blog-card-body { padding: 20px 20px 24px; }
.blog-card-date {
  font-family: var(--ff-ui);
  font-size: 9px;
  letter-spacing: .2em;
  color: var(--amber-lt);
  display: block;
  margin-bottom: 8px;
}
.blog-card-title {
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 10px;
  color: var(--gold);
}
.blog-card-excerpt {
  font-size: 12px;
  line-height: 1.85;
  color: rgba(240,237,232,.9);
  margin-bottom: 14px;
}
.blog-card-more {
  font-family: var(--ff-ui);
  font-size: 10px;
  letter-spacing: .18em;
  color: var(--gold);
}

/* ブログ本文スタイル */
.blog-body {
  font-size: 15px;
  line-height: 2.1;
  color: var(--fg-mid);
}
.blog-body h2 {
  font-family: var(--ff-serif);
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 400;
  color: var(--gold);
  margin: 48px 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(44,209,92,.2);
}
.blog-body strong {
  font-weight: 400;
  color: #f9ff71;
}
.blog-body h3 {
  font-family: var(--ff-body);
  font-size: 18px;
  font-weight: 400;
  color: var(--fg);
  margin: 36px 0 12px;
  padding-left: 12px;
  border-left: 2px solid var(--gold);
}
.blog-body p { margin-bottom: 20px; }
.blog-body a { color: var(--gold); border-bottom: 1px solid rgba(44,209,92,.3); }
.blog-body a:hover { border-color: var(--gold); }
.blog-body img { max-width: 100%; margin: 24px auto; }
.blog-body ul, .blog-body ol { margin: 0 0 20px 24px; }
.blog-body li { margin-bottom: 6px; }
.blog-body blockquote {
  border-left: 3px solid var(--gold);
  padding: 16px 20px;
  background: rgba(44,209,92,.04);
  margin: 24px 0;
  font-style: italic;
}

/* ページネーション */
.blog-pagination .page-numbers {
  font-family: var(--ff-ui);
  font-size: 11px;
  letter-spacing: .18em;
  color: var(--fg-low);
  padding: 8px 14px;
  border: 1px solid rgba(240,237,232,.1);
  margin: 0 3px;
  display: inline-block;
  transition: border-color .2s, color .2s;
}
.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current {
  color: var(--gold);
  border-color: var(--gold);
}

/* レスポンシブ */
@media (max-width: 960px) {
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .blog-grid { grid-template-columns: 1fr; }
  .video-play-btn { width: 56px; height: 56px; }
}


/* ==============================
   DIAGONAL STRIPE TEXTURE
   bg2 セクションの背景パターン
============================== */
.ticker,
.staff-section,
.video-section,
.features-section,
.seo-block,
.blog-carousel-section,
.course-section {
  position: relative;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 2px,
    rgba(0,0,0,0.18) 2px,
    rgba(0,0,0,0.18) 3.2px
  );
}

/* コンテンツを前面に */
.ticker .container,
.staff-section .container,
.video-section .container,
.features-section .container,
.seo-block .container,
.seo-block .container--narrow,
.blog-carousel-section .container,
.course-section .container {
  position: relative;
  z-index: 1;
}
.ticker-track { position: relative; z-index: 1; }
.staff-section > .container { z-index: 2; }

/* ==============================
   BLOG CAROUSEL (TOP PAGE)
============================== */
.blog-carousel-section {
  padding: 100px 0;
  background: var(--bg);
  overflow: hidden;
}
.blog-carousel-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 20px;
}

/* 外枠：はみ出した分を隠す */
.bc-outer {
  position: relative;
  overflow: hidden;
  margin: 0 -4px;
  padding: 4px 4px 8px;
}

/* スライドするトラック */
.bc-track {
  display: flex;
  gap: 16px;
  transition: transform .4s cubic-bezier(.25,.1,.25,1);
  will-change: transform;
}

/* カード */
.bc-card {
  flex: 0 0 calc(25% - 12px);  /* 4枚表示 */
  min-width: 0;
  background: var(--surface);
}
.bc-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.bc-card-link:hover .bc-thumb img { transform: scale(1.04); }

.bc-thumb {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--bg3);
  position: relative;
}
.bc-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s var(--ease);
}
.bc-thumb-ph {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-serif);
  font-size: 18px;
  font-style: italic;
  color: rgba(44,209,92,.12);
  background: linear-gradient(145deg, #1a1a22 0%, #14141c 100%);
}
.bc-cat {
  position: absolute; bottom: 8px; left: 8px;
  background: var(--gold);
  color: #080808;
  font-family: var(--ff-ui);
  font-size: 8px;
  letter-spacing: .16em;
  padding: 3px 9px;
}
.bc-body { padding: 14px 16px 18px; }
.bc-date {
  font-family: var(--ff-ui);
  font-size: 9px;
  letter-spacing: .18em;
  color: var(--amber-lt);
  display: block;
  margin-bottom: 7px;
}
.bc-title {
  font-family: var(--ff-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--gold);
  margin-bottom: 8px;
}
.bc-excerpt {
  font-size: 11px;
  line-height: 1.8;
  color: rgba(240,237,232,.9);
}

/* 前後ボタン */
.bc-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid rgba(44,209,92,.2);
  color: var(--fg-mid);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, border-color .2s, color .2s;
  z-index: 2;
}
.bc-btn:hover:not(:disabled) {
  background: var(--gold);
  border-color: var(--gold);
  color: #080808;
}
.bc-btn:disabled { opacity: .25; cursor: default; }
.bc-prev { left: -20px; }
.bc-next { right: -20px; }

/* ドット */
.bc-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}
.bc-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(240,237,232,.15);
  cursor: pointer;
  transition: background .2s, transform .2s;
  padding: 0;
}
.bc-dot.active {
  background: var(--gold);
  transform: scale(1.3);
}

/* レスポンシブ */
@media (max-width: 1100px) {
  .bc-card { flex: 0 0 calc(33.333% - 11px); }
}
@media (max-width: 900px) {
  .bc-card { flex: 0 0 calc(50% - 8px); }
}
@media (max-width: 600px) {
  .bc-card { flex: 0 0 100%; }
  .bc-btn  { display: none; }
  .blog-carousel-section { padding: 64px 0; }
}

/* ==============================
   COURSE TOP (5カード概要)
============================== */
.course-top-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 20px;
}
.course-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
}
.course-card2 {
  background: var(--surface);
  padding: 28px 22px 24px;
  border-top: 2px solid transparent;
  position: relative;
  transition: border-color .25s, background .25s;
  display: flex;
  flex-direction: column;
}
.course-card2:hover {
  border-color: var(--gold);
  background: rgba(44,209,92,.04);
}
.course-card2--pick {
  background: rgba(44,209,92,.07);
  border-color: var(--gold);
}
.course-card2-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.course-card2-num {
  font-family: var(--ff-serif);
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
  color: var(--gold-dim);
  line-height: 1;
}
.course-card2-tag {
  font-family: var(--ff-ui);
  font-size: 8px;
  letter-spacing: .16em;
  color: var(--gold);
  border: 1px solid var(--gold-dim);
  padding: 2px 8px;
  white-space: nowrap;
}
.course-card2-name {
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 4px;
}
.course-card2-en {
  font-family: var(--ff-ui);
  font-size: 9px;
  letter-spacing: .12em;
  color: var(--fg-low);
  margin-bottom: 12px;
}
.course-card2-desc {
  font-size: 11px;
  line-height: 1.85;
  color: var(--fg-mid);
  flex: 1;
  margin-bottom: 16px;
}
.course-card2-price {
  margin-bottom: 14px;
}
.ccp-from {
  display: block;
  font-family: var(--ff-serif);
  font-size: 13px;
  color: var(--fg);
  margin-bottom: 3px;
}
.ccp-from strong {
  font-size: 18px;
  color: var(--gold);
  font-weight: 400;
}
.ccp-time {
  display: block;
  font-family: var(--ff-ui);
  font-size: 9px;
  letter-spacing: .14em;
  color: var(--fg-low);
}
.course-card2-link {
  font-family: var(--ff-ui);
  font-size: 10px;
  letter-spacing: .16em;
  color: var(--gold);
  border-bottom: 1px solid var(--gold-dim);
  padding-bottom: 2px;
  align-self: flex-start;
  transition: border-color .2s;
}
.course-card2-link:hover { border-color: var(--gold); }

/* レスポンシブ */
@media (max-width: 1100px) {
  .course-cards { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .course-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .course-cards { grid-template-columns: 1fr; }
}

/* ==============================
   COURSE DETAIL PAGE
============================== */
.cp-course {
  margin-bottom: 64px;
  scroll-margin-top: 80px; /* 固定ヘッダー分オフセット */
}
.cp-course-inner {
  background: var(--surface);
  border-top: 2px solid rgba(44,209,92,.15);
  padding: 40px;
}
.cp-course-inner--pick {
  border-color: var(--amber);
  background: rgba(201,145,58,.05);
}
.cp-head {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(240,237,232,.07);
  margin-bottom: 28px;
}
.cp-num {
  font-family: var(--ff-serif);
  font-size: 56px;
  font-weight: 700;
  font-style: italic;
  background: linear-gradient(135deg, var(--amber-lt) 0%, var(--amber) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  flex-shrink: 0;
}
.cp-name {
  font-family: var(--ff-body);
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 700;
  line-height: 1.2;
}
.cp-en {
  font-family: var(--ff-ui);
  font-size: 10px;
  letter-spacing: .2em;
  color: var(--gold);
  margin-top: 4px;
}
.cp-body {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 40px;
  align-items: start;
  margin-bottom: 28px;
}
.cp-img img {
  border: 1px solid rgba(240,237,232,.06);
}
.cp-price-wrap {
  margin-bottom: 28px;
}
.cp-price-table {
  width: 100%;
  max-width: 560px;
  border-collapse: collapse;
}
.cp-price-table th {
  background: var(--bg);
  color: var(--amber-lt);
  font-family: var(--ff-ui);
  font-size: 10px;
  letter-spacing: .18em;
  padding: 10px 16px;
  text-align: center;
  border: 1px solid rgba(240,237,232,.06);
}
.cp-price-table th:first-child { width: 80px; }
.cp-price-table td {
  padding: 12px 16px;
  border: 1px solid rgba(240,237,232,.06);
  text-align: center;
  font-family: var(--ff-serif);
  font-size: 16px;
  color: var(--fg);
}
.cp-price-label {
  font-family: var(--ff-ui) !important;
  font-size: 11px !important;
  letter-spacing: .14em;
  color: rgba(240,237,232,.9) !important;
  background: rgba(240,237,232,.03);
}
.cp-price-val {
  font-weight: 400;
  color: var(--fg) !important;
}
.cp-price-table tr:hover td { background: rgba(44,209,92,.03); }
.cp-cta { }

/* レスポンシブ */
@media (max-width: 900px) {
  .cp-course-inner { padding: 28px 20px; }
  .cp-body { grid-template-columns: 1fr; gap: 24px; }
  .cp-img { max-width: 280px; }
}
@media (max-width: 600px) {
  .cp-price-table th,
  .cp-price-table td { padding: 8px 10px; font-size: 13px; }
}

/* ==============================
   OPTION GRID (course page)
============================== */
.cp-option-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.cp-option-card {
  background: var(--bg);
  border: 1px solid rgba(240,237,232,.06);
  overflow: hidden;
  transition: border-color .25s;
}
.cp-option-card:hover { border-color: rgba(44,209,92,.2); }
.cp-option-img {
  aspect-ratio: 16 / 7;
  overflow: hidden;
  background: var(--bg3);
}
.cp-option-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.cp-option-body { padding: 20px 22px 22px; }

@media (max-width: 700px) {
  .cp-option-grid { grid-template-columns: 1fr; }
}

/* ==============================
   RANKING YEAR/MONTH
============================== */
.ranking-ym-badge {
  font-family: var(--ff-ui);
  font-size: 14px;
  letter-spacing: .14em;
  color: var(--gold);
  border: 1px solid var(--gold-dim);
  padding: 4px 14px;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
}
.ranking-ym-select {
  background: var(--surface);
  border: 1px solid var(--gold-dim);
  color: var(--fg-mid);
  font-family: var(--ff-ui);
  font-size: 11px;
  letter-spacing: .14em;
  padding: 8px 14px;
  cursor: pointer;
  outline: none;
  transition: border-color .2s;
}
.ranking-ym-select:hover,
.ranking-ym-select:focus { border-color: var(--gold); color: var(--fg); }
.ranking-ym-select option { background: #1e1e28; }

/* ==============================
   RANKING PT BADGE
============================== */
.rank-num-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 16px;
  gap: 8px;
}
.rank-pt-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  position: relative;
  white-space: nowrap;
  font-family: var(--ff-serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: .02em;
}
.rank-pt-badge::before { display: none; }
.rank-pt-badge em {
  font-style: normal;
  font-family: var(--ff-ui);
  font-size: 8px;
  letter-spacing: .2em;
  color: rgba(240,237,232,.9);
  display: block;
  margin-top: 4px;
  font-weight: 400;
}

/* ==============================
   COURSE ROWS (1列レイアウト)
============================== */
.course-rows {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 40px;
}
.course-row {
  display: grid;
  grid-template-columns: 80px 1fr 240px;
  align-items: center;
  background: var(--surface);
  border-left: 2px solid transparent;
  position: relative;
  overflow: hidden;
  transition: background .25s, border-color .25s;
}
.course-row::before { display: none; }
.course-row--pick {
  background: rgba(44,209,92,.06);
  border-color: var(--gold);
}
.course-row--pick::before { opacity: .5; }

/* 番号列 */
.course-row-num {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0;
  border-right: 1px solid rgba(240,237,232,.05);
}
.cr-num {
  font-family: var(--ff-serif);
  font-size: 44px;
  font-weight: 700;
  font-style: italic;
  background: linear-gradient(135deg, var(--amber-lt) 0%, var(--amber) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

/* 情報列 */
.course-row-body {
  padding: 28px 32px;
}
.course-row-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.cr-tag {
  font-family: var(--ff-ui);
  font-size: 8px;
  letter-spacing: .18em;
  color: var(--amber-lt);
  border: 1px solid var(--amber-dim);
  padding: 2px 10px;
}
.cr-popular {
  font-family: var(--ff-ui);
  font-size: 8px;
  letter-spacing: .18em;
  background: var(--gold);
  color: #060608;
  padding: 2px 10px;
}
.cr-name {
  font-family: var(--ff-body);
  font-size: 18px;
  font-weight: 400;
  color: var(--fg);
  margin-bottom: 4px;
  letter-spacing: .04em;
}
.cr-en {
  font-family: var(--ff-ui);
  font-size: 9px;
  letter-spacing: .16em;
  color: var(--gold);
  margin-bottom: 10px;
}
.cr-desc {
  font-size: 12px;
  line-height: 1.9;
  color: rgba(240,237,232,.95);
  max-width: 560px;
}

/* 料金・CTA列 */
.course-row-right {
  padding: 28px 28px 28px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  border-left: 1px solid rgba(240,237,232,.05);
}
.cr-price-block { text-align: right; }
.cr-price {
  font-family: var(--ff-serif);
  font-size: 15px;
  color: var(--fg);
  margin-bottom: 4px;
}
.cr-price strong {
  font-size: 22px;
  color: var(--gold);
  font-weight: 400;
}
.cr-time {
  font-family: var(--ff-ui);
  font-size: 9px;
  letter-spacing: .14em;
  color: rgba(240,237,232,.9);
}
.cr-link {
  font-family: var(--ff-ui);
  font-size: 10px;
  letter-spacing: .18em;
  color: var(--gold);
  border-bottom: 1px solid var(--gold-dim);
  padding-bottom: 2px;
  transition: border-color .2s;
  white-space: nowrap;
}
.cr-link:hover { border-color: var(--gold); }

/* レスポンシブ */
@media (max-width: 900px) {
  .course-row {
    grid-template-columns: 60px 1fr;
    grid-template-rows: auto auto;
  }
  .course-row-right {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-left: none;
    border-top: 1px solid rgba(240,237,232,.05);
    padding: 16px 20px;
  }
}
@media (max-width: 600px) {
  .cr-num { font-size: 32px; }
  .cr-name { font-size: 15px; }
}

/* ==============================
   FEATURES ZIGZAG
============================== */
.features-zigzag {
  display: flex;
  flex-direction: column;
}
.feat-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  width: 52%;
  position: relative;
}
.feat-item:last-child { border-bottom: none; }
.feat-item--left  { margin-left: 0 !important; }
.feat-item--right { margin-left: 33% !important; }
.feat-item .feat-num {
  font-family: var(--ff-serif);
  font-size: 48px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  flex-shrink: 0;
  width: 64px;
  text-align: right;
  background: linear-gradient(135deg, var(--amber-lt) 0%, var(--amber) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 12px rgba(201,145,58,.3));
  margin-bottom: 0;
}
.feat-item-text { flex: 1; }
.feat-item .feat-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: .04em;
  margin-bottom: 8px;
}
.feat-item .feat-desc {
  font-size: 12px;
  line-height: 1.9;
  color: rgba(240,237,232,.9);
}
@media (max-width: 900px) {
  .feat-item { width: 70%; }
  .feat-item--right { margin-left: 20% !important; }
}
@media (max-width: 600px) {
  .feat-item { width: 100%; margin-left: 0 !important; }
}

/* FAQ Q./A. ラベル */
.faq-q-label {
  font-family: var(--ff-ui);
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: .1em;
  margin-right: 10px;
}
.faq-a-label {
  font-family: var(--ff-ui);
  font-size: 13px;
  font-weight: 700;
  color: var(--amber-lt);
  letter-spacing: .1em;
  margin-right: 10px;
}

/* ==============================
   ACCESS SECTION
============================== */
.access-section {
  padding: 100px 0;
  background: var(--bg);
}
.access-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 48px;
}
.access-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
/* 4・5枚目は2列で中央揃え */
.access-card:nth-child(4),
.access-card:nth-child(5) {
  grid-column: span 1;
}
.access-grid::after {
  content: '';
  display: none;
}
/* 4〜5枚目のグリッド調整 */
@supports (grid-template-columns: subgrid) {
  .access-grid { grid-template-columns: repeat(6, 1fr); }
  .access-card:nth-child(1),
  .access-card:nth-child(2),
  .access-card:nth-child(3) { grid-column: span 2; }
  .access-card:nth-child(4) { grid-column: 2 / span 2; }
  .access-card:nth-child(5) { grid-column: 4 / span 2; }
}
.access-card--new {
  border-top-color: var(--gold);
}
.access-new-badge {
  font-family: var(--ff-ui);
  font-size: 8px;
  letter-spacing: .16em;
  background: var(--gold);
  color: #060608;
  padding: 2px 7px;
  margin-left: 8px;
  vertical-align: middle;
}
.access-card {
  background: var(--surface);
  padding: 36px 32px;
  border-top: 2px solid var(--gold-dim);
  transition: border-color .25s, background .25s;
}
.access-card:hover {
  border-top-color: var(--gold);
  background: rgba(44,209,92,.04);
}
.access-card-label {
  font-family: var(--ff-ui);
  font-size: 9px;
  letter-spacing: .24em;
  color: var(--gold);
  margin-bottom: 10px;
}
.access-card-title {
  font-family: var(--ff-body);
  font-size: 20px;
  font-weight: 400;
  color: var(--amber-lt);
  margin-bottom: 14px;
  letter-spacing: .04em;
}
.access-card-body {
  font-size: 13px;
  line-height: 2;
  color: rgba(240,237,232,.85);
  margin-bottom: 20px;
}
.access-card-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.access-card-list li {
  font-family: var(--ff-ui);
  font-size: 11px;
  letter-spacing: .1em;
  color: rgba(240,237,232,.7);
  padding-left: 16px;
  position: relative;
}
.access-card-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--gold-dim);
}
@media (max-width: 900px) {
  .access-grid {
    grid-template-columns: 1fr !important;
    gap: 8px;
  }
  .access-card:nth-child(4),
  .access-card:nth-child(5) { grid-column: span 1; }
  .access-card-title { font-size: 17px; }
}

/* access SP fix */
@media (max-width: 600px) {
  .access-grid {
    grid-template-columns: 1fr !important;
    display: grid !important;
  }
  .access-card,
  .access-card:nth-child(1),
  .access-card:nth-child(2),
  .access-card:nth-child(3),
  .access-card:nth-child(4),
  .access-card:nth-child(5) {
    grid-column: 1 / -1 !important;
  }
}

/* ==============================
   SP: セクション上下padding 30px
============================== */
@media (max-width: 600px) {
  .what-section,
  .gold-staff-section,
  .ranking-section,
  .course-section,
  .features-section,
  .area-section,
  .access-section,
  .faq-section,
  .blog-carousel-section,
  .seo-block,
  .cta-band,
  .video-section { padding-top: 30px !important; padding-bottom: 30px !important; }
}

/* ==============================
   SP: ランキング・スタッフ調整
============================== */
@media (max-width: 600px) {
  .ranking-header { margin-bottom: 20px !important; }
  .ranking-bottom { margin-top: 0px !important; }
  .staff-section { padding: 30px 0 !important; }
}

/* ==============================
   SP: ヘッダー調整
============================== */
@media (max-width: 600px) {
  .site-header {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 14px !important;
    height: auto !important;
    gap: 8px !important;
  }
  .site-logo {
    font-size: 13px !important;
    line-height: 1.3 !important;
    flex-shrink: 0;
  }
  .site-logo sup {
    display: block !important;
    font-size: 9px !important;
    letter-spacing: .18em !important;
  }
  .site-header > div {
    flex-shrink: 0;
    gap: 6px !important;
  }
  .btn-staff-header,
  .btn-header-reserve,
  .btn-lang-switch {
    font-size: 9px !important;
    padding: 7px 12px !important;
    letter-spacing: .1em !important;
  }
}

/* ==============================
   SP: ブログ・料金ページ padding調整
============================== */
@media (max-width: 600px) {
  .blog-content { padding: 30px 0 30px !important; }
  .blog-single-hero { padding: 20px 0 20px !important; }
  .course-page-hero { padding: 20px 0 20px !important; min-height: unset !important; }
  .course-page-main { padding: 30px 0 30px !important; }
}

/* ==============================
   FAQ: button trigger (EN page)
============================== */
.faq-item {
  border-bottom: 1px solid rgba(240,237,232,.07);
}
.faq-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
  cursor: pointer;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .04em;
  color: var(--fg);
}
.faq-trigger .faq-q { color: var(--fg); }
.faq-trigger .faq-icon {
  width: 24px; height: 24px;
  border: 1px solid var(--gold-dim);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: var(--gold); font-size: 14px;
  transition: transform .25s, background .2s;
}
.faq-trigger[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
  background: var(--gold-glow);
}
.faq-trigger + .faq-a {
  padding: 0 0 28px;
  font-size: 13px;
  line-height: 2;
  color: rgba(240,237,232,.85);
  max-width: 660px;
  display: none;
}
.faq-trigger + .faq-a.is-open { display: block; }
