@charset "UTF-8";
/* ==========================================================================
   lp-ohrose-concert.css
   五条院凌 横浜ホールコンサート特設LP 専用スタイル
   --------------------------------------------------------------------------
   ルール:
   - 全セレクタを 起点でスコープする（他ページ/他LPに波及させない）
   - common.css は触らない。共通クラス(goj-*)で足りるものは再定義しない
   - このファイルは固定ページ ohrose-concert の時だけ読み込まれる（inc/lp-enqueue.php）
   - 素の要素セレクタ(h2{}, section{})や共通クラスの直接上書き(.goj-button{})は禁止
   --------------------------------------------------------------------------
   Hero は「カスタムHTML」ブロック1つで貼る（swell/hero-block.html）。
   視差スクロールは js/lp-ohrose-concert.js が担当（該当ページのみ読み込み）。
   赤枠＋黒罫＋四隅の薔薇は再利用可能な .lp-rose-frame（下部セクションでも使用可）。
   ========================================================================== */

/* --------------------------------------------------------------------------
   0. LPローカル変数
   -------------------------------------------------------------------------- */
:root {
  --lpc-bg:        #FFF9F0;
  --lpc-ivory:     #F8F1E7;
  --lpc-text:      #2A1E18;
  --lpc-deep-rose: #8A1E2D;
  --lpc-rose:      #B11226;
  --lpc-gold:      #B8944D;
  --lpc-gold-soft: #E7C98F;
  --lpc-dark:      #140B0B;
  --lpc-night:     #0D0708;
  --lpc-frame-red: #9e0b1a;
  --lpc-frame-blk: #120a0a;
  --lpc-line:      rgba(184, 148, 77, .35);
  --lpc-serif-en:  "Cormorant Garamond", serif;
  --lpc-serif-jp:  "Shippori Mincho", serif;
}

/* 明示的な余白 */
.lp-concert-movie,
.lp-concert-story,
.lp-concert-concept,
.lp-concert-album,
.lp-concert-first,
.lp-concert-access,
.lp-concert-ticket,
.lp-concert-voice,
.lp-concert-cta {
  --lpc-pad-y: clamp(64px, 8vw, 128px);
}

/* --------------------------------------------------------------------------
   1. 共通ユーティリティ
   -------------------------------------------------------------------------- */
.lpc-rule {
  width: 60px;
  height: 1px;
  background: var(--lpc-gold);
  border: 0;
  margin: 8px 0;
}
.lpc-eyebrow {
  font-family: var(--lpc-serif-en);
  font-size: 14px;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: var(--lpc-gold);
}

/* 暗背景セクションの共通見出し(goj-heading)を白へ寄せる（common は汚さない） */
.lp-concert-movie .goj-heading,
.lp-concert-ticket .goj-heading,
.lp-concert-cta .goj-heading {
  color: var(--lpc-ivory);
}
/* 暗背景セクションのテキストを一律で明るく（SWELL標準ブロックの濃色文字色を上書き） */
.lp-concert-movie h2,
.lp-concert-movie h3,
.lp-concert-movie p,
.lp-concert-ticket h2,
.lp-concert-ticket h3,
.lp-concert-ticket p,
.lp-concert-ticket li,
.lp-concert-cta h2,
.lp-concert-cta p {
  color: var(--lpc-ivory);
}

/* ==========================================================================
   2. Hero（薔薇の窓 × 視差スクロール）  .lp-concert-hero
   ========================================================================== */
.lp-concert-hero {
  position: relative;
  background: var(--lpc-night);
}
.lp-concert-hero__stage {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 窓の中：写真（JS視差が動く時のみ transform 上書き。無くても静止で成立） */
.lp-concert-hero__photo {
  position: absolute;
  inset: -8%;
  z-index: 0;
  will-change: transform;
}
.lp-concert-hero__photo img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center 42%;
}

/* 明暗スクリム（上下を締めて文字を読ませ、中央の人物は活かす） */
.lp-concert-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(13,7,8,.72) 0%, rgba(13,7,8,0) 26%, rgba(13,7,8,0) 52%, rgba(13,7,8,.62) 82%, rgba(13,7,8,.92) 100%),
    radial-gradient(120% 90% at 50% 42%, rgba(13,7,8,0) 48%, rgba(13,7,8,.5) 100%);
}

/* 舞う花びら */
.lp-concert-hero__petals {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}
.lp-concert-hero__petal {
  position: absolute;
  top: 0;
  background: radial-gradient(circle at 32% 30%, #d6314a, #7c1020);
  border-radius: 0 62% 0 62%;
}
.lp-concert-hero__petal:nth-child(1) { left: 12%; width: 16px; height: 16px; animation: lpcPetal 12s linear -2s infinite; }
.lp-concert-hero__petal:nth-child(2) { left: 34%; width: 11px; height: 11px; animation: lpcPetal 16s linear -7s infinite; }
.lp-concert-hero__petal:nth-child(3) { left: 58%; width: 19px; height: 19px; animation: lpcPetal 14s linear -4s infinite; }
.lp-concert-hero__petal:nth-child(4) { left: 78%; width: 13px; height: 13px; animation: lpcPetal 18s linear -10s infinite; }
.lp-concert-hero__petal:nth-child(5) { left: 90%; width: 15px; height: 15px; animation: lpcPetal 13s linear -1s infinite; }

/* 中央コンテンツ（上25%＝ロゴ＋英題／下40%＝キャッチ〜CTA、中央は人物を見せる） */
.lp-concert-hero__content {
  position: relative;
  z-index: 6;
  width: min(1040px, 90vw);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: clamp(10px, 2vh, 20px);
  padding: clamp(40px, 5vh, 64px) 0 clamp(28px, 3.5vh, 44px);
  text-align: center;
  will-change: transform, opacity;
}
.lp-concert-hero__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0px, .2vh, 4px);
  animation: lpcSoftIn 1.1s ease .1s both;
}
.lp-concert-hero__logo   { width: min(374px, 55vw) !important; max-width: 92% !important; height: auto !important; filter: drop-shadow(0 8px 26px rgba(0,0,0,.7)); }
.lp-concert-hero__title2 { width: min(336px, 48vw) !important; max-width: 80% !important; height: auto !important; filter: drop-shadow(0 3px 14px rgba(0,0,0,.85)); }

.lp-concert-hero__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(6px, 1.1vh, 12px);
  animation: lpcSoftIn 1.1s ease .35s both;
}
.lp-concert-hero__catch {
  font-family: var(--lpc-serif-jp);
  font-weight: 700;
  font-size: clamp(12px, 1.3vw, 15px);
  letter-spacing: .18em;
  color: var(--lpc-ivory);
  padding: 5px 18px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(13,7,8,0), rgba(13,7,8,.6) 18%, rgba(13,7,8,.6) 82%, rgba(13,7,8,0));
  text-shadow: 0 1px 3px #000;
}
.lp-concert-hero__titleW { width: min(470px, 68vw) !important; max-width: 90% !important; height: auto !important; filter: drop-shadow(0 6px 22px rgba(0,0,0,.8)); }

.lp-concert-hero__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  text-shadow: 0 2px 12px rgba(0,0,0,.9);
}
.lp-concert-hero__date {
  font-family: var(--lpc-serif-en);
  font-weight: 600;
  font-size: clamp(1.7rem, 3.8vw, 2.7rem);
  letter-spacing: .06em;
  color: var(--lpc-gold-soft);
  line-height: 1.02;
}
.lp-concert-hero__date span { font-size: .42em; letter-spacing: .28em; margin-left: .5em; vertical-align: middle; }
.lp-concert-hero__venue {
  font-family: var(--lpc-serif-jp);
  font-weight: 700;
  font-size: clamp(1rem, 2vw, 1.45rem);
  letter-spacing: .14em;
  color: #fff;
}
.lp-concert-hero__time {
  font-size: clamp(12px, 1.2vw, 15px);
  letter-spacing: .12em;
  color: #E9DCC8;
}

.lp-concert-hero__pricerow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.4vw, 18px);
}
.lp-concert-hero__price {
  font-family: var(--lpc-serif-jp);
  font-size: clamp(13px, 1.4vw, 17px);
  letter-spacing: .06em;
  color: var(--lpc-ivory);
  text-shadow: 0 2px 10px rgba(0,0,0,.9);
}
.lp-concert-hero__price b     { font-family: var(--lpc-serif-en); font-size: 1.5em; font-weight: 600; color: #fff; }
.lp-concert-hero__price small { font-size: .86em; color: #C9B48A; }

/* ステータスタグ（CTAボタンと差別化＝金の枠線チップ） */
.lp-concert-hero__status {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  padding: 5px 15px;
  background: rgba(20,11,11,.35);
  color: var(--lpc-gold-soft);
  font-family: var(--lpc-serif-jp);
  font-weight: 700;
  font-size: clamp(11px, 1.15vw, 13px);
  letter-spacing: .16em;
  border: 1px solid var(--lpc-gold-soft);
  border-radius: 999px;
  text-shadow: 0 1px 3px #000;
}
.lp-concert-hero__status::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lpc-gold-soft);
  box-shadow: 0 0 8px var(--lpc-gold-soft);
  animation: lpcBob 1.8s ease-in-out infinite;
}

.lp-concert-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 2px;
}
.lp-concert-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  padding: 13px 30px;
  font-family: var(--lpc-serif-jp);
  font-size: 15px;
  letter-spacing: .14em;
  border-radius: 2px;
  text-decoration: none;
  transition: .35s;
}
.lp-concert-hero__btn--primary {
  background: var(--lpc-rose);
  color: #FFF9F0;
  border: 1px solid rgba(184,148,77,.7);
}
.lp-concert-hero__btn--primary:hover { background: var(--lpc-deep-rose); box-shadow: 0 0 26px rgba(184,148,77,.5); }
.lp-concert-hero__btn--ghost {
  background: rgba(245,236,221,.1);
  color: #F1E4CE;
  border: 1px solid rgba(184,148,77,.55);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.lp-concert-hero__btn--ghost:hover { background: rgba(184,148,77,.2); }

.lp-concert-hero__note {
  font-family: var(--lpc-serif-jp);
  font-size: clamp(11px, 1.05vw, 13px);
  letter-spacing: .08em;
  color: #C9B48A;
  text-shadow: 0 1px 3px #000;
}

/* スクロールキュー（右下・縦組み） */
.lp-concert-hero__cue {
  position: absolute;
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(16px, 3vh, 30px);
  z-index: 7;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #C9B48A;
}
.lp-concert-hero__cue span:first-child {
  font-family: var(--lpc-serif-en);
  font-size: 11px;
  letter-spacing: .4em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.lp-concert-hero__cue span:last-child {
  width: 1px;
  height: 34px;
  background: linear-gradient(#C9B48A, transparent);
  animation: lpcBob 2s ease-in-out infinite;
}

/* --------------------------------------------------------------------------
   2b. 再利用可能：薔薇の窓枠（赤帯＋黒罫＋四隅の薔薇）  .lp-rose-frame
   使い方：枠を出したい親要素に position:relative; overflow:hidden; を付け、
           その中に下記マークアップを1つ置く。
   <div class="lp-rose-frame" aria-hidden="true">
     <span class="lp-rose-frame__band"></span>
     <span class="lp-rose-frame__line"></span>
     <div class="lp-rose-frame__corners">
       <img class="lp-rose-frame__corner lp-rose-frame__corner--tl" src="kado4.png" alt="">
       <img class="lp-rose-frame__corner lp-rose-frame__corner--tr" src="kado3.png" alt="">
       <img class="lp-rose-frame__corner lp-rose-frame__corner--bl" src="kado1.png" alt="">
       <img class="lp-rose-frame__corner lp-rose-frame__corner--br" src="kado2.png" alt="">
     </div>
   </div>
   -------------------------------------------------------------------------- */
.lp-rose-frame { position: absolute; inset: 0; pointer-events: none; }
.lp-rose-frame__band {
  position: absolute;
  inset: clamp(9px, 1.3vw, 18px);
  z-index: 2;
  border: clamp(9px, 1.15vw, 16px) solid var(--lpc-frame-red);
}
.lp-rose-frame__line {
  position: absolute;
  inset: calc(clamp(9px, 1.3vw, 18px) + clamp(4px, .575vw, 8px));
  z-index: 2;
  border: 1.5px solid var(--lpc-frame-blk);
}
.lp-rose-frame__corners { position: absolute; inset: 0; z-index: 4; will-change: transform; }
.lp-rose-frame__corner {
  position: absolute;
  width: clamp(180px, 26vw, 380px) !important;
  max-width: 40% !important;
  height: auto !important;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,.55));
}
.lp-rose-frame__corner--tl { top: 0; left: 0; }
.lp-rose-frame__corner--tr { top: 0; right: 0; }
.lp-rose-frame__corner--bl { bottom: 0; left: 0; }
.lp-rose-frame__corner--br { bottom: 0; right: 0; }

@keyframes lpcPetal {
  0%   { transform: translateY(-8vh) translateX(0) rotate(0deg); opacity: 0; }
  10%  { opacity: .9; }
  90%  { opacity: .9; }
  100% { transform: translateY(110vh) translateX(40px) rotate(420deg); opacity: 0; }
}
@keyframes lpcBob {
  0%, 100% { transform: translateY(0); opacity: .5; }
  50%      { transform: translateY(9px); opacity: 1; }
}
@keyframes lpcSoftIn {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: none; }
}

/* --------------------------------------------------------------------------
   3. Live Movie  .lp-concert-movie （フルワイドグループ・背景黒／2カラム）
   -------------------------------------------------------------------------- */
.lp-concert-movie {
  background: var(--lpc-dark);
  color: var(--lpc-ivory);
}
.lp-concert-movie .goj-eyebrow { color: var(--lpc-gold); }
.lp-concert-movie p { color: #CDBFB4; }

/* 動画サムネ＋再生ボタン（クリックでiframe遅延読み込み） */
.lp-concert-movie__card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--lpc-line);
  border-radius: 4px;
  overflow: hidden;
  background: #000;
  cursor: pointer;
  padding: 0;
  transition: border-color .3s ease;
}
.lp-concert-movie__card:hover { border-color: rgba(184, 148, 77, .9); }
.lp-concert-movie__card img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .82;
}
.lp-concert-movie__card iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
}
.lp-concert-movie__play {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none;
}
.lp-concert-movie__play::before {
  content: "";
  width: 74px; height: 74px;
  border-radius: 50%;
  background: rgba(138, 30, 45, .86);
  border: 1px solid rgba(184, 148, 77, .8);
  box-shadow: 0 0 0 0 rgba(184, 148, 77, 0);
  animation: lpcGlow 3.2s ease-in-out infinite;
}
.lp-concert-movie__play::after {
  content: "";
  position: absolute;
  width: 0; height: 0;
  border-style: solid;
  border-width: 13px 0 13px 22px;
  border-color: transparent transparent transparent var(--lpc-bg);
  margin-left: 5px;
}
.lp-concert-movie__card.is-playing .lp-concert-movie__play,
.lp-concert-movie__card.is-playing img { display: none; }

@keyframes lpcGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(184, 148, 77, 0); }
  50%      { box-shadow: 0 0 26px 4px rgba(184, 148, 77, .5); }
}

/* --------------------------------------------------------------------------
   4. Why Live / Story  .lp-concert-story （中央寄せ）
   -------------------------------------------------------------------------- */
.lp-concert-story {
  background: var(--lpc-bg);
  text-align: center;
}
.lp-concert-story p {
  max-width: 38em;
  margin-inline: auto;
  font-size: clamp(15px, 1.2vw, 17.5px);
  line-height: 2.3;
  color: #3A2A22;
}
.lp-concert-story__emphasis {
  font-family: var(--lpc-serif-jp);
  font-weight: 600;
  font-size: clamp(1.4rem, 2.8vw, 2.2rem);
  line-height: 1.8;
  letter-spacing: .06em;
  color: var(--lpc-deep-rose);
}

/* --------------------------------------------------------------------------
   5. Concept  .lp-concert-concept （3カラム）
   -------------------------------------------------------------------------- */
.lp-concert-concept {
  background: var(--lpc-ivory);
}
.lp-concert-concept__card {
  border: 1px solid var(--lpc-line);
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.lp-concert-concept__card img {
  width: 100%; height: 240px;
  object-fit: cover;
  display: block;
}
.lp-concert-concept__cap-en {
  font-family: var(--lpc-serif-en);
  font-style: italic;
  font-size: 14px;
  letter-spacing: .16em;
  color: var(--lpc-gold);
}
.lp-concert-concept__cap-jp {
  font-family: var(--lpc-serif-jp);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .1em;
  color: var(--lpc-text);
  margin-top: 6px;
}

/* --------------------------------------------------------------------------
   6. Album Connection  .lp-concert-album （2カラム）
   -------------------------------------------------------------------------- */
.lp-concert-album {
  background: var(--lpc-bg);
}
.lp-concert-album__jacket {
  position: relative;
  display: inline-block;
}
.lp-concert-album__jacket img {
  width: min(380px, 82vw);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 3px;
  border: 1px solid var(--lpc-line);
  box-shadow: 0 30px 60px -20px rgba(42, 30, 24, .45);
}
.lp-concert-album__release {
  position: absolute;
  right: -12px; bottom: -14px;
  padding: 8px 16px;
  background: var(--lpc-deep-rose);
  color: var(--lpc-bg);
  font-family: var(--lpc-serif-en);
  letter-spacing: .2em;
  font-size: 14px;
  border-radius: 2px;
}

/* --------------------------------------------------------------------------
   7. For First Time Visitors  .lp-concert-first （4カラム／カード）
   -------------------------------------------------------------------------- */
.lp-concert-first {
  background: var(--lpc-ivory);
}
.lp-concert-first__num {
  font-family: var(--lpc-serif-en);
  font-size: 34px;
  line-height: 1;
  color: rgba(184, 148, 77, .5);
}
.lp-concert-first__title {
  font-family: var(--lpc-serif-jp);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: .06em;
  color: var(--lpc-deep-rose);
  margin-top: 10px;
}

/* --------------------------------------------------------------------------
   8. Venue / Access  .lp-concert-access （2カラム）
   -------------------------------------------------------------------------- */
.lp-concert-access {
  background: var(--lpc-bg);
}
.lp-concert-access__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 20px;
  background: var(--lpc-ivory);
  border: 1px solid var(--lpc-line);
  border-radius: 3px;
  font-size: 14px;
  color: #3A2A22;
  line-height: 1.7;
}
.lp-concert-access__info dt { color: var(--lpc-deep-rose); font-weight: 600; }
.lp-concert-access__img {
  width: 100%; height: 100%;
  min-height: 380px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid var(--lpc-line);
}

/* --------------------------------------------------------------------------
   9. Ticket Information  .lp-concert-ticket （フルワイド・背景黒／中央）
   -------------------------------------------------------------------------- */
.lp-concert-ticket {
  background: var(--lpc-dark);
  color: var(--lpc-ivory);
  text-align: center;
}
.lp-concert-ticket .goj-eyebrow { color: var(--lpc-gold); }
.lp-concert-ticket__card {
  max-width: 560px;
  margin-inline: auto;
  padding: clamp(28px, 4vw, 48px);
  background: linear-gradient(180deg, rgba(248, 241, 231, .06), rgba(248, 241, 231, .02));
  border: 1px solid rgba(184, 148, 77, .45);
  border-radius: 6px;
}
.lp-concert-ticket__list {
  max-width: 480px;
  margin: clamp(24px, 3vw, 34px) auto 0;
  text-align: left;
  border-top: 1px solid rgba(184, 148, 77, .28);
}
.lp-concert-ticket__list > div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 4px;
  border-bottom: 1px solid rgba(184, 148, 77, .22);
}
.lp-concert-ticket__list dt { color: var(--lpc-gold); letter-spacing: .1em; font-size: 13px; }
.lp-concert-ticket__list dd { margin: 0; font-size: 15px; text-align: right; }
.lp-concert-ticket__price {
  font-family: var(--lpc-serif-en);
  font-size: clamp(40px, 7vw, 64px);
  letter-spacing: .04em;
  color: #fff;
  line-height: 1;
  margin-top: clamp(22px, 3vw, 30px);
}
.lp-concert-ticket__price span {
  font-family: var(--lpc-serif-jp);
  font-size: .26em;
  letter-spacing: .2em;
  color: #CDBFB4;
  vertical-align: middle;
}

/* --------------------------------------------------------------------------
   10. Experience  .lp-concert-voice （体験価値・3カラム／カード）
   -------------------------------------------------------------------------- */
.lp-concert-voice {
  background: var(--lpc-ivory);
}
.lp-concert-voice__mark {
  font-family: var(--lpc-serif-en);
  font-size: 54px;
  line-height: .6;
  color: rgba(184, 148, 77, .4);
}
.lp-concert-voice__label {
  font-family: var(--lpc-serif-en);
  letter-spacing: .2em;
  font-size: 13px;
  color: var(--lpc-deep-rose);
  margin-top: 18px;
}

/* --------------------------------------------------------------------------
   11. Final CTA  .lp-concert-cta （フルワイド・背景黒/背景画像／中央）
   -------------------------------------------------------------------------- */
.lp-concert-cta {
  position: relative;
  background: var(--lpc-dark);
  color: var(--lpc-ivory);
  text-align: center;
  overflow: hidden;
}
.lp-concert-cta__bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
  opacity: .22;
  z-index: 0;
}
.lp-concert-cta__bg + * ,
.lp-concert-cta > .goj-section,
.lp-concert-cta > * { position: relative; z-index: 1; }
.lp-concert-cta::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 40%, rgba(20, 11, 11, .3), rgba(20, 11, 11, .92));
  z-index: 0;
}
.lp-concert-cta__btn--wide {
  padding-inline: 36px;
}

/* --------------------------------------------------------------------------
   12. 追従CTA  .lp-concert-fixed-cta （フッター前・カスタムHTML）
   -------------------------------------------------------------------------- */
.lp-concert-fixed-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 55;
  display: flex;
  justify-content: center;
  padding: 10px clamp(12px, 4vw, 20px) calc(10px + env(safe-area-inset-bottom, 0px));
  pointer-events: none;
}
.lp-concert-fixed-cta__inner {
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  max-width: 560px;
  pointer-events: auto;
  background: rgba(20, 11, 11, .9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(184, 148, 77, .5);
  border-radius: 6px;
  padding: 8px;
  box-shadow: 0 14px 40px -12px rgba(0, 0, 0, .6);
}
.lp-concert-fixed-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4em;
  padding: 14px 6px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: .08em;
  transition: background .3s ease;
}
.lp-concert-fixed-cta a.is-primary {
  flex: 2;
  background: var(--lpc-rose);
  color: var(--lpc-bg);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1em;
}
.lp-concert-fixed-cta a.is-primary:hover { background: var(--lpc-deep-rose); }
.lp-concert-fixed-cta a.is-sub {
  flex: 1;
  background: transparent;
  color: var(--lpc-gold-soft);
  border: 1px solid rgba(184, 148, 77, .45);
}
.lp-concert-fixed-cta a.is-sub:hover { background: rgba(184, 148, 77, .14); }

/* 追従CTAでコンテンツ末尾が隠れないための余白 */
.lp-concert-cta { padding-bottom: calc(var(--lpc-pad-y) + 40px); }

/* --------------------------------------------------------------------------
   13. レスポンシブ（スマホ）
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
  /* Hero: 視差の長尺をやめ、1画面に収める（写真は静止、フレーム縮小） */
  .lp-concert-hero { height: auto; }
  .lp-concert-hero__stage { position: relative; min-height: 100vh; }
  .lp-concert-hero__content {
    min-height: 100vh;
    padding-top: clamp(64px, 18vw, 110px);
    padding-bottom: clamp(40px, 12vw, 80px);
  }
  .lp-rose-frame__corner { width: clamp(120px, 34vw, 190px); }
  .lp-concert-hero__cue { display: none; }

  /* Concept 画像高さを圧縮 */
  .lp-concert-concept__card img { height: 200px; }

  /* Ticket 情報行を縦に */
  .lp-concert-ticket__list > div { flex-direction: column; gap: 2px; }
  .lp-concert-ticket__list dd { text-align: left; }

  /* Access 画像の最低高さを緩める */
  .lp-concert-access__img { min-height: 260px; }

  /* 追従CTA */
  .lp-concert-fixed-cta__inner { max-width: 100%; }
}

/* --------------------------------------------------------------------------
   14. アクセシビリティ / モーション配慮
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .lp-concert-movie__play::before,
  .lp-concert-hero__petal,
  .lp-concert-hero__status::before,
  .lp-concert-hero__cue span:last-child { animation: none; }
  .lp-concert-hero__top,
  .lp-concert-hero__bottom { animation: none; }
}


/* ==========================================================================
   追記修正：淡色セクションの可読性＆背景トーン統一（body非依存）
   ========================================================================== */
/* 淡色セクションは1トーンに統一（ぶつぶつ感の軽減） */
.lp-concert-story,
.lp-concert-concept,
.lp-concert-album,
.lp-concert-first,
.lp-concert-access,
.lp-concert-voice { background: #FFF9F0 !important; }

/* 淡色セクションの文字はすべて濃色（既定の白を上書き） */
.lp-concert-story, .lp-concert-story h2, .lp-concert-story p,
.lp-concert-concept, .lp-concert-concept h2, .lp-concert-concept p,
.lp-concert-album, .lp-concert-album h2, .lp-concert-album p,
.lp-concert-first, .lp-concert-first h2, .lp-concert-first p,
.lp-concert-access, .lp-concert-access h2, .lp-concert-access p, .lp-concert-access li,
.lp-concert-voice, .lp-concert-voice h2, .lp-concert-voice p { color: #2A1E18 !important; }

/* 強調・見出し系はローズ／ゴールドを維持 */
.lp-concert-story__emphasis { color: #8A1E2D !important; }
.lp-concert-first__title,
.lp-concert-voice p strong { color: #8A1E2D !important; }
.lp-concert-first__num,
.lp-concert-voice__mark,
.lp-concert-concept__cap-en { color: #B8944D !important; }
.lp-concert-voice__label { color: #8A1E2D !important; }

/* 会場情報カードを強調（読みやすく・目立たせる） */
.lp-concert-access__info {
  background: #fff !important;
  border: 1px solid rgba(184,148,77,.5) !important;
  border-left: 4px solid #8A1E2D !important;
  border-radius: 4px;
  padding: 22px 24px !important;
  font-size: 15.5px !important;
  line-height: 2 !important;
  box-shadow: 0 12px 30px -18px rgba(42,30,24,.4);
}
.lp-concert-access__info > div { padding: 8px 0; border-bottom: 1px dashed rgba(184,148,77,.35); }
.lp-concert-access__info > div:last-child { border-bottom: 0; }
.lp-concert-access__info dt {
  display: inline-block;
  min-width: 3.5em;
  color: #8A1E2D !important;
  font-weight: 700;
  letter-spacing: .1em;
}

/* Google Map 埋め込み（レスポンシブ） */
.lp-concert-access__map {
  margin-top: 18px;
  border: 1px solid rgba(184,148,77,.5);
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}
.lp-concert-access__map iframe { width: 100%; height: 100%; border: 0; display: block; }


/* ==========================================================================
   追記修正：セクション間の白帯除去＋上下余白の縮小
   ========================================================================== */
/* ブロック間マージンを0に（=セクション同士を密着させ、地色の白帯を消す） */
.lp-concert-hero,
.lp-concert-movie,
.lp-concert-story,
.lp-concert-concept,
.lp-concert-album,
.lp-concert-first,
.lp-concert-access,
.lp-concert-ticket,
.lp-concert-voice,
.lp-concert-cta { margin-top: 0 !important; margin-bottom: 0 !important; }

/* 各セクション内側の上下余白を縮小（インラインstyleを!importantで上書き） */
.lp-concert-movie > div,
.lp-concert-story > div,
.lp-concert-concept > div,
.lp-concert-album > div,
.lp-concert-first > div,
.lp-concert-access > div,
.lp-concert-ticket > div,
.lp-concert-voice > div,
.lp-concert-cta > div {
  padding-top: clamp(40px, 5vw, 78px) !important;
  padding-bottom: clamp(40px, 5vw, 78px) !important;
}


/* ==========================================================================
   追記：チケット3社ボタン（横並び／スマホは縦積み）
   ========================================================================== */
.lp-concert-ticket__vendors {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 480px;
  margin: 0 auto;
}
.lp-concert-ticket__vendors .goj-button {
  width: 100%;
  justify-content: center;
  text-align: center;
}
@media (max-width: 600px) {
  .lp-concert-ticket__vendors { grid-template-columns: 1fr; }
}


/* ==========================================================================
   追記：Ticketセクション内に統合した会場アクセス（Google Map）
   ========================================================================== */
.lp-concert-ticket__access {
  max-width: 560px;
  margin: clamp(36px, 5vw, 56px) auto 0;
  padding-top: clamp(28px, 4vw, 40px);
  border-top: 1px solid rgba(184,148,77,.3);
  text-align: center;
}
.lp-concert-ticket__map {
  margin: 0 auto;
  border: 1px solid rgba(184,148,77,.5);
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}
.lp-concert-ticket__map iframe { width: 100%; height: 100%; border: 0; display: block; }


/* ==========================================================================
   追加セクション：特報 — 『Oh Rose』会場先行販売  .lp-concert-special
   （Albumの直下。周囲の淡色と対比する濃色バナーで目立たせる）
   ========================================================================== */
.lp-concert-special {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 140% at 50% 0%, #7a1020 0%, #4a0a15 55%, #2a0710 100%);
  color: #F5ECDD;
  text-align: center;
}
/* 上下のゴールド罫 */
.lp-concert-special::before,
.lp-concert-special::after {
  content: "";
  position: absolute; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184,148,77,.7) 20%, rgba(184,148,77,.7) 80%, transparent);
}
.lp-concert-special::before { top: 0; }
.lp-concert-special::after  { bottom: 0; }

.lp-concert-special__inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(30px, 3.4vw, 52px) clamp(20px, 5vw, 60px);
  text-align: center;
}
/* CDアートワーク：半透過の背景（セクション全体） */
.lp-concert-special__art {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.lp-concert-special__art img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center 38%;
  opacity: .22;
}
/* 文字の可読性を保つ深紅スクリム（背景アートをもう少し抜く） */
.lp-concert-special__art::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(120% 100% at 50% 50%, rgba(74,10,21,.62) 0%, rgba(42,7,16,.88) 100%);
}
.lp-concert-special__body { position: relative; }
@media (min-width: 860px) {
  .lp-concert-special__actions { justify-content: center; }
}
.lp-concert-special__badge {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  padding: 7px 22px;
  background: #E7C98F;
  color: #4a0a15;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: clamp(14px, 1.6vw, 17px);
  letter-spacing: .3em;
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(0,0,0,.35);
}
.lp-concert-special__badge::before,
.lp-concert-special__badge::after { content: "\2726"; font-size: .8em; color: #8A1E2D; }
.lp-concert-special__label {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(12px, 1.3vw, 14px);
  letter-spacing: .42em;
  text-transform: uppercase;
  color: #E7C98F;
}
.lp-concert-special__badge { margin-bottom: 14px; }
.lp-concert-special__title {
  margin: 10px 0 0 !important;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 800 !important;
  font-size: clamp(2.4rem, 5.2vw, 3.8rem) !important;
  line-height: 1.34 !important;
  letter-spacing: .04em !important;
  color: #fff !important;
  text-shadow: 0 2px 22px rgba(0,0,0,.6) !important;
}
.lp-concert-special__title .lp-concert-special__album {
  display: block !important;
  font-size: .78em !important;
  letter-spacing: .08em !important;
  color: #F1E4CE !important;
  margin-bottom: .28em !important;
}
.lp-concert-special__title em { color: #E7C98F !important; font-style: normal !important; }
.lp-concert-special__text {
  margin: clamp(16px, 2.4vw, 24px) auto 0;
  max-width: 34em;
  font-size: clamp(14px, 1.15vw, 16.5px);
  line-height: 2.15;
  color: #EBD9C6;
}
.lp-concert-special__note {
  margin: 14px auto 0;
  font-size: clamp(12px, 1vw, 13px);
  letter-spacing: .06em;
  color: #C9A7A7;
}
.lp-concert-special__actions {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 12px;
  margin-top: clamp(24px, 3vw, 34px);
}
/* 大きな装飾薔薇（背景・両端） */
.lp-concert-special__rose {
  position: absolute; z-index: 1; pointer-events: none;
  width: clamp(160px, 22vw, 300px); height: auto;
  opacity: .16;
  filter: grayscale(.1);
}
.lp-concert-special__rose--l { left: -3%;  bottom: -8%; transform: rotate(-8deg); }
.lp-concert-special__rose--r { right: -3%; top: -10%;   transform: rotate(160deg); }
@media (max-width: 600px) {
  .lp-concert-special__rose { display: none; }
}
