@charset "UTF-8";

/* ============================================
   ONE MINUTES - Design Upgrade Layer
   プレミアム演出 / 背景アニメーション / 質感強化
   （style.css の後に読み込むこと）
   ============================================ */

/* ============================================
   1. Global — 動く背景オーラ / 質感
   ============================================ */

/* 金のオーラがゆっくり漂う（既存テクスチャを強化） */
body::before {
    content: '';
    position: fixed;
    inset: -25%;
    background:
        radial-gradient(ellipse 42% 32% at 22% 24%, rgba(201, 169, 106, .085), transparent 62%),
        radial-gradient(ellipse 36% 30% at 78% 72%, rgba(201, 169, 106, .06), transparent 62%),
        radial-gradient(ellipse 30% 26% at 62% 18%, rgba(160, 122, 60, .05), transparent 60%);
    pointer-events: none;
    z-index: -1;
    animation: auroraDrift 26s ease-in-out infinite alternate;
    will-change: transform;
}

@keyframes auroraDrift {
    0%   { transform: translate3d(-1.5%, -1%, 0) scale(1); }
    50%  { transform: translate3d(1.5%, 1.5%, 0) scale(1.05); }
    100% { transform: translate3d(-1%, 1%, 0) scale(1.02); }
}

/* 金粉パーティクル用キャンバス（コンテンツの上を舞う・操作は透過） */
.bg-particles {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    mix-blend-mode: screen;
}

/* テキスト選択 & スクロールバーも世界観に */
::selection {
    background: rgba(201, 169, 106, .9);
    color: #000;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #050505;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #8c7340, #c9a96a);
    border-radius: 5px;
    border: 2px solid #050505;
}

/* ============================================
   2. Hero — 光線 / 黄金リング / タイトルの輝き
   ============================================ */

/* ステージ照明のような光線が揺れる */
.hero::before {
    content: '';
    position: absolute;
    inset: -12% -20%;
    background:
        conic-gradient(from 195deg at 18% -8%, transparent 42%, rgba(201, 169, 106, .09) 47%, rgba(255, 255, 255, .02) 49%, rgba(201, 169, 106, .07) 51%, transparent 57%),
        conic-gradient(from 148deg at 82% -8%, transparent 42%, rgba(201, 169, 106, .08) 47%, rgba(255, 255, 255, .02) 49%, rgba(201, 169, 106, .06) 51%, transparent 57%);
    z-index: -1;
    pointer-events: none;
    animation: beamSway 11s ease-in-out infinite alternate;
    will-change: transform;
}

@keyframes beamSway {
    0%   { transform: translateX(-1.5%) scale(1.02); opacity: .8; }
    50%  { transform: translateX(1%) scale(1); opacity: 1; }
    100% { transform: translateX(2%) scale(1.03); opacity: .85; }
}

/* 背景はゆっくりズーム（Ken Burns） */
.hero__bg {
    animation: heroZoom 22s ease-in-out infinite alternate;
    will-change: transform;
}

@keyframes heroZoom {
    0%   { transform: scale(1); }
    100% { transform: scale(1.09); }
}

/* タイトル背後の黄金リング（ブランドの円を継承） */
.hero__inner::before,
.hero__inner::after {
    content: '';
    position: absolute;
    top: 44%;
    left: 50%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
}

.hero__inner::before {
    width: clamp(280px, 44vw, 620px);
    border: 1px solid rgba(201, 169, 106, .22);
    box-shadow:
        0 0 60px rgba(201, 169, 106, .08),
        inset 0 0 60px rgba(201, 169, 106, .06);
    animation: ringPulse 7s ease-in-out infinite;
}

.hero__inner::after {
    width: clamp(340px, 52vw, 740px);
    border: 1px dashed rgba(201, 169, 106, .18);
    animation: ringSpin 60s linear infinite;
}

@keyframes ringPulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: .9; }
    50%      { transform: translate(-50%, -50%) scale(1.045); opacity: .55; }
}

@keyframes ringSpin {
    0%   { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* タイトル文字に金のシャイン（光が走る） */
.hero__title-main {
    background: linear-gradient(105deg,
        #ffffff 0%, #ffffff 38%,
        var(--color-gold-light) 48%,
        #fff8e8 52%,
        var(--color-gold-light) 56%,
        #ffffff 66%, #ffffff 100%);
    background-size: 260% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-shadow: none;
    filter: drop-shadow(0 0 34px rgba(201, 169, 106, .38)) drop-shadow(0 0 12px rgba(255, 255, 255, .18));
    animation: titleSheen 5.5s ease-in-out infinite, fadeUp 1.2s var(--ease) .5s backwards;
}

@keyframes titleSheen {
    0%, 18%  { background-position: 115% 0; }
    55%, 100% { background-position: -65% 0; }
}

/* キャッチコピーの両脇線に呼吸感 */
.hero__catch {
    text-shadow: 0 0 24px rgba(201, 169, 106, .35);
}

/* ============================================
   2.5 Hero — 開催日 & 会場
   ============================================ */
.hero__event {
    margin: 0 auto 44px;
    opacity: 0;
    animation: fadeUp 1.2s var(--ease) 1.15s forwards;
}

.hero__date {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: .35em;
    line-height: 1;
    font-family: var(--font-en);
}

.hero__date-year {
    font-size: clamp(15px, 2vw, 22px);
    font-weight: 600;
    letter-spacing: .18em;
    color: var(--color-gold-light);
    transform: translateY(-0.15em);
}

.hero__date-main {
    font-family: var(--font-en);
    font-weight: 900;
    font-size: clamp(52px, 11vw, 104px);
    letter-spacing: .02em;
    background: linear-gradient(180deg, #ffffff 0%, #f8e6b8 45%, #e6c98a 70%, #b88a3e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 4px 26px rgba(201, 169, 106, .4));
}

.hero__date-day {
    font-size: clamp(14px, 1.8vw, 20px);
    font-weight: 700;
    letter-spacing: .2em;
    color: var(--color-gold-light);
    transform: translateY(-0.15em);
}

.hero__venue {
    margin-top: 10px;
    font-family: var(--font-jp);
    font-size: clamp(12px, 1.4vw, 15px);
    letter-spacing: .18em;
    color: rgba(255, 255, 255, .82);
}

.hero__venue::before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    margin: 0 auto 12px;
    background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
}

/* ============================================
   3. Sections — 巨大ウォーターマーク / 見出し演出
   ============================================ */

.section__head {
    position: relative;
    z-index: 1;
}

.section__head[data-wm]::before {
    content: attr(data-wm);
    position: absolute;
    left: 50%;
    top: -0.32em;
    transform: translateX(-50%);
    font-family: var(--font-en);
    font-weight: 900;
    font-size: clamp(58px, 13vw, 170px);
    line-height: 1;
    letter-spacing: .06em;
    white-space: nowrap;
    color: transparent;
    -webkit-text-stroke: 1px rgba(201, 169, 106, .13);
    z-index: -1;
    pointer-events: none;
    user-select: none;
    opacity: 0;
    transition: opacity 1.6s var(--ease) .1s, letter-spacing 1.6s var(--ease) .1s;
}

.section__head.is-visible[data-wm]::before {
    opacity: 1;
    letter-spacing: .12em;
}

/* 見出し下に金のラインが引かれる */
.section__title {
    position: relative;
    padding-bottom: 18px;
}

.section__title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 64px;
    height: 2px;
    background: var(--color-gold-grad);
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 1.1s var(--ease) .5s;
}

.reveal.is-visible .section__title::after,
.section__head.is-visible .section__title::after {
    transform: translateX(-50%) scaleX(1);
}

/* ============================================
   4. Marquee — 流れるブランドリボン
   ============================================ */
.marquee {
    overflow: hidden;
    padding: 26px 0;
    border-top: 1px solid rgba(201, 169, 106, .16);
    border-bottom: 1px solid rgba(201, 169, 106, .16);
    background: linear-gradient(180deg, rgba(201, 169, 106, .03), transparent 50%, rgba(201, 169, 106, .03));
    position: relative;
}

.marquee__track {
    display: flex;
    width: max-content;
    animation: marqueeScroll 36s linear infinite;
    will-change: transform;
}

@keyframes marqueeScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.marquee__item {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    font-family: var(--font-en);
    font-weight: 700;
    font-size: clamp(26px, 4.4vw, 52px);
    line-height: 1.2;
    letter-spacing: .14em;
    white-space: nowrap;
    color: transparent;
    -webkit-text-stroke: 1px rgba(201, 169, 106, .5);
    padding-right: .6em;
}

.marquee__item i {
    font-style: normal;
    -webkit-text-stroke: 0;
    color: var(--color-gold);
    font-size: .5em;
    margin: 0 .8em;
    opacity: .8;
}

.marquee__item .jp {
    font-family: var(--font-jp);
    font-weight: 700;
    letter-spacing: .2em;
    -webkit-text-stroke: 0;
    color: rgba(255, 255, 255, .82);
    font-size: .62em;
}

/* ============================================
   5. Cards — 光のスウィープ / 立体感
   ============================================ */

/* 人物カードの自動トリミングは上基準（頭を切らず、余りは下側でカット） */
.person-card__img img {
    object-position: center top;
}

/* 志願者カード: ホバーで斜めの光が走る */
.applicant-card::after {
    content: '';
    position: absolute;
    top: -20%;
    left: -85%;
    width: 55%;
    height: 140%;
    background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .16), transparent);
    transform: skewX(-18deg);
    z-index: 3;
    pointer-events: none;
    transition: left .75s var(--ease);
}

.applicant-card:hover::after {
    left: 135%;
}

/* メンター/サポーター/審査員カードにも同じ光を */
.person-card {
    position: relative;
    overflow: hidden;
}

.person-card::after {
    content: '';
    position: absolute;
    top: -20%;
    left: -85%;
    width: 55%;
    height: 140%;
    background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .14), transparent);
    transform: skewX(-18deg);
    z-index: 3;
    pointer-events: none;
    transition: left .75s var(--ease);
}

.person-card:hover::after {
    left: 135%;
}

.person-card:hover {
    box-shadow: 0 18px 44px rgba(0, 0, 0, .55), 0 0 26px rgba(201, 169, 106, .14);
}

/* ============================================
   6. Buttons — 定期的に光が走るゴールドCTA
   ============================================ */
.btn--gold::after {
    content: '';
    position: absolute;
    top: -60%;
    left: -70%;
    width: 24%;
    height: 220%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
    transform: rotate(22deg);
    animation: btnShine 4.2s ease-in-out infinite;
    pointer-events: none;
}

@keyframes btnShine {
    0%, 55%  { left: -70%; }
    85%, 100% { left: 165%; }
}

/* ============================================
   7. Reveal 強化 — ブラーが晴れる登場演出
   ============================================ */
.reveal {
    filter: blur(10px);
    transition: opacity 1.1s var(--ease), transform 1.1s var(--ease), filter 1.1s var(--ease);
}

.reveal.is-visible {
    filter: blur(0);
}

.reveal-item {
    filter: blur(8px);
    transition: opacity .9s var(--ease), transform .9s var(--ease), filter .9s var(--ease);
}

.reveal-item.is-visible {
    filter: blur(0);
}

/* ============================================
   8. Mobile 最適化
   ============================================ */
@media (max-width: 768px) {
    /* SCROLLインジケータがCTAボタンに重ならないよう通常フローに */
    .hero__scroll {
        position: static;
        transform: none;
        margin-top: 44px;
    }

    .section__head[data-wm]::before {
        -webkit-text-stroke: 1px rgba(201, 169, 106, .10);
        top: -0.2em;
    }

    .hero__inner::after {
        width: clamp(300px, 88vw, 420px);
    }

    .hero__inner::before {
        width: clamp(250px, 74vw, 360px);
    }

    .marquee {
        padding: 18px 0;
    }

    .marquee__track {
        animation-duration: 26s;
    }
}

/* ============================================
   10. About（大会概要）— 可読性 & 強調強化
   ============================================ */

/* リード文をひとまわり大きく、ゆったり */
.section__lead {
    font-size: clamp(14px, 1.7vw, 17px);
    line-height: 2.2;
    letter-spacing: .1em;
}

/* --- 3つの特徴 --- */
.about-features__label {
    font-size: clamp(21px, 2.5vw, 25px);
}

.about-feature {
    padding: 40px 28px 36px;
    background:
        linear-gradient(180deg, rgba(201, 169, 106, .06), transparent 45%),
        var(--color-bg-card);
}

/* 番号はアウトラインの大きな数字に（デザイン性＋視線誘導） */
.about-feature__no {
    font-size: clamp(46px, 5.4vw, 60px);
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(201, 169, 106, .75);
    opacity: 1;
    margin-bottom: 12px;
}

.about-feature__title {
    font-size: clamp(19px, 2.2vw, 23px);
    letter-spacing: .1em;
    margin-bottom: 16px;
}

.about-feature__text {
    font-size: clamp(13.5px, 1.5vw, 15px);
    line-height: 2.05;
    letter-spacing: .05em;
    opacity: .95;
}

/* --- 大会ルール --- */
.rules__title {
    font-size: clamp(22px, 2.6vw, 28px);
}

.rules-stage__count-label {
    font-size: 11px;
    opacity: .85;
}

.rules-stage__count-value {
    font-size: clamp(22px, 2.4vw, 28px);
}

/* 「1分間プレゼンを実施」などの主文 */
.rules-stage__main {
    font-size: clamp(17px, 2.4vw, 26px);
    letter-spacing: .12em;
}

/* 評価方法 — 重要情報なので太く大きく */
.rules-eval {
    padding: 22px 20px 18px;
}

.rules-eval__title {
    font-size: 13px;
}

.rules-eval__text {
    font-size: clamp(14px, 1.9vw, 18px);
    font-weight: 700;
    line-height: 1.9;
}

/* 「合計10名がFinalへ進出」— キーメッセージを主役級に */
.rules-advance__heading {
    font-size: clamp(15px, 2vw, 20px);
    font-weight: 700;
    padding: 16px 0;
}

.rules-advance__heading strong {
    font-size: clamp(26px, 3.4vw, 36px);
}

/* 進出条件カード */
.rules-advance {
    padding: 22px 14px;
}

.rules-advance__title {
    font-size: clamp(14px, 1.7vw, 17px);
}

/* 人数はゴールドグラデで大きく輝かせる */
.rules-advance__count {
    font-size: clamp(24px, 3vw, 32px);
    background: linear-gradient(180deg, #f8e6b8 0%, #e6c98a 50%, #b88a3e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rules-advance__sub {
    font-size: clamp(11px, 1.3vw, 12.5px);
    line-height: 1.7;
    opacity: .8;
}

/* Final ステージ */
.rules-final-item__title {
    font-size: clamp(15px, 1.8vw, 18px);
}

.rules-final-item__text {
    font-size: clamp(13px, 1.6vw, 15px);
    line-height: 1.9;
    opacity: .95;
}

.rules-prize__name {
    font-size: clamp(16px, 2vw, 19px);
}

/* CTA注記 */
.about-cta__note {
    font-size: 13px;
    opacity: .85;
}

/* ============================================
   11. Grand Prix 賞金 — エレガントな作りに刷新
   ============================================ */
.rules-prize {
    background: none;
    border: none;
    padding: 42px 24px 38px;
    overflow: visible;
}

/* 四隅の枠 → 上下に伸びる繊細な金のヘアラインへ */
.rules-prize::before,
.rules-prize::after {
    width: min(460px, 82%);
    height: 1px;
    border: none;
    background: linear-gradient(90deg, transparent, rgba(201, 169, 106, .75), transparent);
    left: 50%;
    transform: translateX(-50%);
}

.rules-prize::before {
    top: 0;
}

.rules-prize::after {
    top: auto;
    bottom: 0;
    right: auto;
}

.rules-prize__label {
    font-size: 11px;
    letter-spacing: .7em;
    padding-left: .7em;
    margin-bottom: 14px;
    opacity: .95;
}

/* 「グランプリ賞金」を ✦ で挟んで上品に */
.rules-prize__name {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-size: clamp(15px, 1.8vw, 18px);
    letter-spacing: .3em;
    padding-left: .3em;
    margin-bottom: 16px;
}

.rules-prize__name::before,
.rules-prize__name::after {
    content: '\2726';
    font-size: .6em;
    color: var(--color-gold);
    opacity: .85;
}

/* 金額はサイズを絞り、濁った影を除いて透明感を出す */
.rules-prize__num {
    font-weight: 700;
    font-size: clamp(42px, 6vw, 68px);
    letter-spacing: .05em;
    text-shadow: none;
    filter: drop-shadow(0 3px 20px rgba(201, 169, 106, .3));
}

.rules-prize__unit {
    font-size: clamp(15px, 1.9vw, 21px);
    font-weight: 500;
    letter-spacing: .22em;
    margin-left: .3em;
}

/* ============================================
   11.5 Organizer — 写真対応 & 運営メンバーカード
   ============================================ */

/* 本文が長くてもカラム幅からはみ出さない（縦stretchによる横膨張を防止） */
.organizer__photo {
    align-self: start;
    width: 100%;
    max-width: 100%;
}

/* 写真を入れたら自動で表示（なければ PORTRAIT 表示のまま） */
.organizer__photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* 金の内枠は写真の上に重ねて額装風に */
.organizer__photo::before {
    z-index: 2;
}

/* 運営メンバー（2枚目のカード） */
.organizer--sub {
    margin-top: 48px;
}

/* デスクトップでは写真を右側に（主宰者と互い違いでリズムを出す） */
@media (min-width: 1025px) {
    .organizer--sub {
        grid-template-columns: 1fr 380px;
    }

    .organizer--sub .organizer__photo {
        order: 2;
    }
}

@media (max-width: 768px) {
    .organizer--sub {
        margin-top: 28px;
    }
}

/* ============================================
   11.8 チケット情報セクション
   ============================================ */
.section--tickets {
    background: var(--color-bg);
    border-top: 1px solid var(--color-line-2);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.section--tickets::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 25% 20%, rgba(201, 169, 106, .08), transparent 55%),
        radial-gradient(ellipse at 75% 80%, rgba(201, 169, 106, .06), transparent 55%);
    pointer-events: none;
    z-index: -1;
}

.ticket-card {
    max-width: 560px;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(201, 169, 106, .07), transparent 26%), linear-gradient(180deg, #161616, #0a0a0a);
    border: 1px solid rgba(201, 169, 106, .5);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .5), 0 0 40px rgba(201, 169, 106, .08);
    padding: 48px 44px 40px;
    text-align: center;
    position: relative;
}

/* 四隅の金アクセント */
.ticket-card::before,
.ticket-card::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    border: 1px solid var(--color-gold);
    pointer-events: none;
}

.ticket-card::before {
    top: 10px; left: 10px;
    border-right: none; border-bottom: none;
}

.ticket-card::after {
    bottom: 10px; right: 10px;
    border-left: none; border-top: none;
}

.ticket-card__name {
    font-family: var(--font-jp);
    font-weight: 700;
    font-size: clamp(18px, 2.4vw, 22px);
    letter-spacing: .2em;
    color: #ffffff;
    margin-bottom: 12px;
}

.ticket-card__price {
    line-height: 1;
    margin-bottom: 28px;
    padding-bottom: 24px;
    position: relative;
}

.ticket-card__price::after {
    content: '';
    position: absolute;
    left: 50%; bottom: 0;
    transform: translateX(-50%);
    width: 130px; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 169, 106, .7), transparent);
}

.ticket-card__price-num {
    font-family: var(--font-en);
    font-weight: 700;
    font-size: clamp(44px, 6.5vw, 64px);
    letter-spacing: .03em;
    background: linear-gradient(180deg, #f8e6b8 0%, #e6c98a 50%, #b88a3e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 16px rgba(201, 169, 106, .3));
}

.ticket-card__price-unit {
    font-family: var(--font-jp);
    font-weight: 700;
    font-size: clamp(17px, 2.2vw, 22px);
    color: var(--color-gold);
    margin-left: .3em;
    letter-spacing: .1em;
}

/* --- 目玉特典: 交流会（大々的に） --- */
.ticket-card__special {
    position: relative;
    margin: 0 auto 30px;
    padding: 30px 22px 26px;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(201, 169, 106, .18), transparent 70%),
        linear-gradient(135deg, #1f1a10, #0c0a05);
    border: 1px solid var(--color-gold);
    box-shadow: 0 0 34px rgba(201, 169, 106, .16), inset 0 0 40px rgba(201, 169, 106, .05);
    overflow: hidden;
}

/* 光が定期的に走る */
.ticket-card__special::after {
    content: '';
    position: absolute;
    top: -30%;
    left: -80%;
    width: 45%;
    height: 160%;
    background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .12), transparent);
    transform: skewX(-18deg);
    animation: btnShine 5s ease-in-out infinite;
    pointer-events: none;
}

.ticket-card__special-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-en);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .5em;
    padding-left: .5em;
    color: var(--color-gold);
    margin-bottom: 12px;
}

.ticket-card__special-label::before,
.ticket-card__special-label::after {
    content: '';
    width: 26px;
    height: 1px;
    background: var(--color-gold);
    opacity: .7;
}

.ticket-card__special-title {
    font-family: var(--font-jp);
    font-weight: 900;
    font-size: clamp(24px, 3.6vw, 34px);
    letter-spacing: .14em;
    line-height: 1.3;
    background: linear-gradient(180deg, #f8e6b8 0%, #e6c98a 55%, #c9a96a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 16px rgba(201, 169, 106, .35));
    margin-bottom: 8px;
}

.ticket-card__special-date {
    font-family: var(--font-en);
    font-weight: 700;
    font-size: clamp(17px, 2.2vw, 22px);
    letter-spacing: .18em;
    color: #ffffff;
    margin-bottom: 10px;
}

.ticket-card__special-desc {
    font-size: clamp(13.5px, 3.6vw, 15px);
    line-height: 1.85;
    letter-spacing: .03em;
    color: rgba(255, 255, 255, .88);
}

/* --- その他の特典（開閉式） --- */
.ticket-more {
    max-width: 420px;
    margin: 0 auto 26px;
}

.ticket-more__toggle {
    list-style: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 13px 18px;
    border: 1px solid rgba(201, 169, 106, .45);
    font-family: var(--font-jp);
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: .16em;
    color: var(--color-gold-light);
    transition: background .3s var(--ease), border-color .3s var(--ease), color .3s var(--ease);
    user-select: none;
}

.ticket-more__toggle::-webkit-details-marker {
    display: none;
}

.ticket-more__toggle:hover {
    background: rgba(201, 169, 106, .08);
    border-color: var(--color-gold);
    color: #fff;
}

.ticket-more__arrow {
    transition: transform .35s var(--ease);
    flex-shrink: 0;
}

.ticket-more[open] .ticket-more__arrow {
    transform: rotate(180deg);
}

.ticket-more[open] .ticket-more__toggle {
    border-color: var(--color-gold);
    background: rgba(201, 169, 106, .06);
}

/* 開いたときの中身をふわっと表示 */
.ticket-more[open] .ticket-card__benefits,
.ticket-more[open] .ticket-modal__benefits {
    animation: benefitsOpen .5s var(--ease);
}

@keyframes benefitsOpen {
    0%   { opacity: 0; transform: translateY(-8px); }
    100% { opacity: 1; transform: translateY(0); }
}

.ticket-more .ticket-card__benefits,
.ticket-more .ticket-modal__benefits {
    margin: 18px auto 4px;
}

.ticket-card__benefits {
    text-align: left;
    max-width: 420px;
    margin: 0 auto 26px;
    display: grid;
    gap: 13px;
}

.ticket-card__benefits li {
    position: relative;
    padding-left: 30px;
    font-size: clamp(14px, 1.7vw, 16px);
    line-height: 1.75;
    letter-spacing: .05em;
    color: #ffffff;
}

.ticket-card__benefits li::before {
    content: '\2726';
    position: absolute;
    left: 5px; top: 0;
    color: var(--color-gold);
    font-size: .9em;
}

.ticket-card__benefits li small {
    display: block;
    font-size: 12.5px;
    line-height: 1.7;
    opacity: .72;
    margin-top: 3px;
    letter-spacing: .03em;
}

.ticket-card__point {
    background: rgba(201, 169, 106, .07);
    border: 1px solid rgba(201, 169, 106, .35);
    padding: 18px 22px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: .05em;
    color: #ffffff;
}

.ticket-card__point strong {
    display: inline-block;
    margin-top: 5px;
    font-size: clamp(15px, 1.9vw, 18px);
    font-weight: 700;
    color: var(--color-gold-light);
    letter-spacing: .1em;
}

.ticket-card__cta {
    width: 100%;
}

.ticket-card__note {
    margin-top: 15px;
    font-size: 12.5px;
    letter-spacing: .05em;
    color: rgba(255, 255, 255, .75);
}

@media (max-width: 768px) {
    .ticket-card {
        padding: 40px 24px 32px;
    }
}

/* ============================================
   12. チケット購入モーダル
   ============================================ */
.ticket-modal {
    position: fixed;
    inset: 0;
    z-index: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .4s var(--ease), visibility 0s linear .4s;
}

.ticket-modal.is-open {
    visibility: visible;
    opacity: 1;
    transition: opacity .4s var(--ease);
}

.ticket-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .84);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: pointer;
}

.ticket-modal__panel {
    position: relative;
    width: min(560px, 100%);
    max-height: calc(100vh - 48px);
    max-height: calc(100dvh - 48px);
    overflow-y: auto;
    background: linear-gradient(180deg, rgba(201, 169, 106, .07), transparent 30%), linear-gradient(180deg, #151515, #0a0a0a);
    border: 1px solid rgba(201, 169, 106, .5);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .75), 0 0 60px rgba(201, 169, 106, .12);
    padding: 52px 44px 42px;
    text-align: center;
    transform: translateY(26px) scale(.97);
    transition: transform .45s var(--ease);
}

.ticket-modal.is-open .ticket-modal__panel {
    transform: translateY(0) scale(1);
}

/* 四隅の金アクセント */
.ticket-modal__panel::before,
.ticket-modal__panel::after {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    border: 1px solid var(--color-gold);
    pointer-events: none;
}

.ticket-modal__panel::before {
    top: 8px;
    left: 8px;
    border-right: none;
    border-bottom: none;
}

.ticket-modal__panel::after {
    bottom: 8px;
    right: 8px;
    border-left: none;
    border-top: none;
}

.ticket-modal__close {
    position: absolute;
    top: 14px;
    right: 18px;
    font-size: 30px;
    line-height: 1;
    color: rgba(255, 255, 255, .65);
    transition: color .3s var(--ease), transform .3s var(--ease);
    z-index: 1;
}

.ticket-modal__close:hover {
    color: var(--color-gold-light);
    transform: rotate(90deg);
}

.ticket-modal__label {
    font-family: var(--font-en);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .6em;
    padding-left: .6em;
    color: var(--color-gold);
    margin-bottom: 10px;
}

.ticket-modal__title {
    font-family: var(--font-jp);
    font-weight: 700;
    font-size: clamp(20px, 2.6vw, 26px);
    letter-spacing: .2em;
    color: #ffffff;
    margin-bottom: 14px;
}

.ticket-modal__price {
    line-height: 1;
    margin-bottom: 26px;
    padding-bottom: 22px;
    position: relative;
}

.ticket-modal__price::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 120px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 169, 106, .7), transparent);
}

.ticket-modal__price-num {
    font-family: var(--font-en);
    font-weight: 700;
    font-size: clamp(40px, 5.5vw, 54px);
    letter-spacing: .04em;
    background: linear-gradient(180deg, #f8e6b8 0%, #e6c98a 50%, #b88a3e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 14px rgba(201, 169, 106, .3));
}

.ticket-modal__price-unit {
    font-family: var(--font-jp);
    font-weight: 700;
    font-size: clamp(16px, 2vw, 20px);
    color: var(--color-gold);
    margin-left: .25em;
    letter-spacing: .1em;
}

.ticket-modal__benefits {
    text-align: left;
    max-width: 400px;
    margin: 0 auto 24px;
    display: grid;
    gap: 12px;
}

.ticket-modal__benefits li {
    position: relative;
    padding-left: 28px;
    font-size: clamp(13.5px, 1.6vw, 15px);
    line-height: 1.75;
    letter-spacing: .06em;
    color: #ffffff;
}

.ticket-modal__benefits li::before {
    content: '\2726';
    position: absolute;
    left: 4px;
    top: 0;
    color: var(--color-gold);
    font-size: .85em;
}

.ticket-modal__benefits li small {
    display: block;
    font-size: 12px;
    line-height: 1.7;
    opacity: .75;
    margin-top: 2px;
}

.ticket-modal__point {
    background: rgba(201, 169, 106, .07);
    border: 1px solid rgba(201, 169, 106, .35);
    padding: 16px 20px;
    margin-bottom: 28px;
    font-size: 13.5px;
    line-height: 1.9;
    letter-spacing: .06em;
    color: #ffffff;
}

.ticket-modal__point strong {
    display: inline-block;
    margin-top: 4px;
    font-size: clamp(15px, 1.8vw, 17px);
    font-weight: 700;
    color: var(--color-gold-light);
    letter-spacing: .1em;
}

.ticket-modal__cta {
    width: 100%;
}

.ticket-modal__note {
    margin-top: 14px;
    font-size: 12px;
    letter-spacing: .06em;
    color: rgba(255, 255, 255, .75);
}

@media (max-width: 768px) {
    .ticket-modal {
        padding: 16px;
    }

    .ticket-modal__panel {
        padding: 44px 24px 32px;
    }
}

/* ============================================
   9. Reduced Motion — 動きを止める配慮
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    body::before,
    .hero::before,
    .hero__bg,
    .hero__inner::before,
    .hero__inner::after,
    .hero__title-main,
    .marquee__track,
    .btn--gold::after {
        animation: none !important;
    }

    .bg-particles {
        display: none;
    }

    .reveal,
    .reveal-item {
        filter: none;
    }
}
