/* style.css */
body {
    background: #fff; /* ←これに変更 */
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Share Tech Mono', monospace;
    max-width: 100%;
}
html {
    scroll-behavior: smooth;
}
body, html { 
    margin:0; padding:0;
    
}
canvas {
    display: block;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: -1;
}
/* デフォルトではスマホ画像を非表示 */
.pc-only {
    display: block;
    width: 100%;
}
.sp-only {
    display: none;
    width: 100%;
}

/* スマホ画面（768px以下）の場合、逆にする */
@media screen and (max-width: 768px) {
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
}
#leftCanvas {
    left: 0;
}
#rightCanvas {
    right: 0;
}
.tikes_box h2 img {
    width: 34%;
    margin: 0 0 30px 0;
}
.tikes_box {
    text-align: center;
}
table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    table-layout: fixed;
}
.papu2 {
    color: #fff;
    background: #4b47a7;
}
.onrain {
    margin: 1% auto;
}
details.accordion {
    max-width: 1200px;
    margin: 4rem auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    user-select: none;
}
img.taitol2 {
    width: 65%;
}
summary::marker {
    display: none;
}

.summary-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.title-label {
    font-size: 1.3rem;
    color: #666;
    margin-bottom: 0.2rem;
}

.detail-label {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}

.summary-right {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
section.tikes_box {
    margin-bottom: 7%;
}
td.papu {
    background: #fff;
    color: #111;
}
@media (max-width: 768px) {
    .fixed-banner,
    .fixed-banner2 {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: 80vw;
        max-width: 366px;
        min-width: 220px;
    }

    .fixed-banner {
        bottom: 140px;
    }

    .fixed-banner2 {
        bottom: 40px;
    }
}
.fixed-banner,
.fixed-banner2 {
    position: absolute;
    right: 4%;
    z-index: 1;
    display: block;
    width: 14vw;        /* ←これがポイント */
    max-width: 366px;   /* PCではこれ以上大きくならない */
    min-width: 180px;   /* 小さくなりすぎ防止 */
    height: auto;
}

.fixed-banner {
    bottom: 16%;
}

.fixed-banner2 {
    bottom: 8%;
}

.fixed-banner img,
.fixed-banner2 img {
    width: 100%;
    height: auto;
    display: block;
}
td.green {
    background: #fff;
    color: #111;
}
.etbox {
    width: 1100px;
    margin: 0 auto;
    padding: 3% 0;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 5%;
}
.soldimg {
    text-align: end;
    margin-right: 55px;
}
table a {
    color: #111;
}
.toggle-label {
    font-size: 0.95rem;
    color: #666;
}

.toggle-icon {
    font-size: 1.5rem;
    display: inline-block;
    transition: transform 0.3s ease;
}

details[open] .toggle-icon {
    transform: rotate(45deg);
}

.accordion-content {
    text-align: center;
    /* max-height: 0; */
    /* opacity: 0; */
    /* transform: translateY(-10px); */
    /* overflow: hidden; */
    /* transition: max-height 0.6s ease, opacity 0.6s ease, transform 0.6s ease; */
    /* padding: 0 1.5rem; */
    /* pointer-events: none; */
    margin-bottom: 5%;
}
.titol {
    text-align: center;
}

.titol h2 {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 1%;
    margin-top: 12%;
}
details[open] .accordion-content {
    max-height: 1000px;
    opacity: 1;
    transform: translateY(0);
    padding-bottom: 1.5rem;
    pointer-events: auto;
    text-align: center;
}
section#hanbabox {
    margin-bottom: 5%;
}


details[open] .accordion-content img {
    opacity: 1;
    transform: translateY(0);
}
/* 下からふわっと出現 */
.fade-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}
table thead tr {
    background-color: #666;
    color: #fff;
}
table tbody th {
    background: #c077ff;
    color: #000;
    vertical-align: middle;
}
table th {
    font-weight: 600;
}
.coming-box {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #111;
    padding: 60px 20px;
    border-radius: 12px;
    margin: 0 auto;
    max-width: 800px;
    letter-spacing: 0.1em;
}
table th, table td {
    padding: 1em 10px 1em 1em;
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    text-align: center;
    vertical-align: middle;
}
.green3 {
    background: #dff5e1; /* ←薄い緑 */
}
.red1 {
    background: #ff7bac;
    color: #fff;
}
.papu1 {
    background: #7169d6;
    color: #fff;
}
.guli1 {
    background: #646098;
    color: #fff;
}
.news_tex a {
    transition: color 0.3s ease, transform 0.3s ease;
}
.news_tex a:hover {
    color: white;
    transform: scale(1.05);
}
#tikesgoodsbox {
    margin-bottom: 5%;
}

.live-concept {
    margin-top: 10%;
    margin-bottom: 5%;
}
.btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: fit-content;
    height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    margin: 12px 10px;
    line-height: 24px;
    padding: 40px 20px;
}
.btn a {
    border-radius: 8px;
    border: 1px solid #ee267c;
    background: #ee267c;
    padding: 16px 0;
    width: 300px;
    height: 68px;
    text-align: center;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    transform: translate3d(0, 0, 0);
    transition: .3s ease;
}
.image-wrapper {
    position: relative;
    display: block;
    width: 100%;
    max-width: 800px; /* ←大きくする */
    margin: 0 auto;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.seat-link {
    position: absolute;
    display: inline-block;
    padding: 12px 113px;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.3s;
}

/* 位置調整 - 画像サイズに合わせて%指定 */
.link1 {
    top: 72%;
    left: 54%;
}
.link2 {
    top: 85%;
    left: 50%;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .seat-link {
        font-size: 12px;
        padding: 5px 10px;
    }
}
/* モーダル背景 */
.modal {
    display: none; /* 初期は非表示 */
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

/* 拡大画像 */
.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
}

/* 閉じるボタン */
.close {
    position: absolute;
    top: 30px;
    right: 50px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

/* フェードインアニメ */
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}
.bothai3 {
    background: #7169d6 !important;
    border: 1px solid #7169d6 !important;
}
.btn.btn003 {
    display: flex;
    /* margin: 0 auto; */
    /* width: 1000px; */
    justify-content: center;
}
.btn a[href]:hover {
    background: #fff;
    color: #ee267c;
}
.bothai3[href]:hover {
    background: #fff !important;
    color: #7169d6 !important;
}
#toi {
    background: #fff;
    padding-bottom: 8%;
}
section {
    position: relative;
    font: 400 14px / 24px "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
.setu02 {
    text-align: center;
}
* {
    box-sizing: border-box;
}
.nav-links a {
    font-size: 20px;
}
#star-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}
.sek_taitol {
    width: 45%;
}
.news_tex {
    margin: 0 auto;
    padding: 2.75rem 0;
    background: #f0f1fc;
    z-index: 1;
    text-align: center;
}
.news_tex span {
    font-size: 1.5rem;
    margin-right: 32px;
    min-width: 12.5rem;
    translate: 0 -20%;
    font-family: "indivisible", sans-serif;
}
.news_tex a {
    color: #3c32be;
}
/* =========================
   Opening animation revised
========================= */
.opening {
    position: fixed;
    inset: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden;
    opacity: 1;
    transition: opacity 1s ease;
}

.opening.fade-out {
    opacity: 0;
    pointer-events: none;
}

.opening-logo-wrap {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.opening-logo {
    width: 300px;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: scale(1) rotate(0deg);
    animation: logoRotateSlow 18s linear infinite;
    transition: opacity 0.8s ease, transform 0.8s ease;
    filter: drop-shadow(0 0 10px rgba(90, 60, 200, 0.12));
}

/* ロゴが消える時 */
.opening-logo.logo-hide {
    opacity: 0;
    transform: scale(0.92) rotate(12deg);
}

/* キラキラは最初は非表示 */
.sparkle {
    position: absolute;
    opacity: 0;
    transform: scale(0.4);
    pointer-events: none;
    z-index: 3;
    color: #7b5cff;
    line-height: 1;
    text-shadow:
        0 0 8px rgba(123, 92, 255, 0.35),
        0 0 18px rgba(123, 92, 255, 0.18);
}

/* 3つだけ、輪っか状ではなく少しバラけて配置 */
/* 中心寄りにギュッと */
.burst1 {
    top: 42%;
    left: 42%;
    font-size: 22px;
}
.burst2 {
    top: 38%;
    left: 55%;
    font-size: 16px;
}
.burst3 {
    top: 52%;
    left: 50%;
    font-size: 20px;
}

/* ロゴが消える瞬間だけ発火 */
.sparkle.play {
    animation: sparkleBurst 0.95s ease-out forwards;
}

.burst1.play { animation-delay: 0s; }
.burst2.play { animation-delay: 0.08s; }
.burst3.play { animation-delay: 0.16s; }

@keyframes logoRotateSlow {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes sparkleBurst {
    0% {
        opacity: 0;
        transform: scale(0.3) translateY(6px);
    }
    25% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
    60% {
        opacity: 0.9;
        transform: scale(1.12) translateY(-4px);
    }
    100% {
        opacity: 0;
        transform: scale(0.55) translateY(-12px);
    }
}

/* 既存の旧オープニング要素は消す */
.counter,
.progress-container,
.spinner,
.container {
    display: none !important;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.spinner + .spinner {
    margin-top: -25px;
}

.spinner {
    width: 180px;
    height: 180px;
    position: relative;
    animation: spin 10s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.spinner-small {
    width: 180px;
    height: 180px;
}

.record-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #3c32be;
    z-index: 1;
    transform: scale(1);
    transition: transform 1.2s ease-in-out;
}

.record-bg.expand {
    transform: scale(60);
}

.record-center-hole,
.spinner svg {
    position: absolute;
    z-index: 2;
    transition: opacity 0.6s ease;
}

.record-center-hole {
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hide {
    opacity: 0 !important;
    pointer-events: none;
}

svg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

path {
    fill: none;
}

text {
    fill: white;
    font-size: 7.9px;
    letter-spacing: 0.3em;
    dominant-baseline: middle;
}

.counter, .progress-container {
    transition: opacity 0.5s ease;
    z-index: 10;
}

.fade-early {
    opacity: 0 !important;
    pointer-events: none;
}

.counter {
    position: absolute;
    bottom: 60px;
    font-size: 26px;
    color: #3c32be;
    left: 50%;
    transform: translateX(-50%);
}

.progress-container {
    position: absolute;
    bottom: 30px;
    width: 80vw;
    height: 2px;
    background: #e0e0e0;
    border-radius: 1px;
    left: 50%;
    transform: translateX(-50%);
}
.wf2 {
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    zoom: 1;
    /* text-align: center; */
    /* background: #fff; */
    /* border-radius: 12px; */
}
.progress-bar {
    height: 100%;
    background-color: #3c32be;
    transition: width 0.05s linear;
}

.navbar {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 28px 30px;
    z-index: 10;
    font-size: 16px;
    font-family: 'Share Tech Mono', monospace;
    /* box-shadow: 0 2px 4px rgb(0 0 0 / 0.1); */
}
.navbar .logo-img {
    height: 40px;
    width: auto;
    position: absolute;
    left: 25px;
}
.logo {
    font-size: 24px;
    margin-right: 20px;
    color: rgb(203, 163, 115);
}

.nav-links {
    display: flex;
    gap: 20px;
}

.nav-links a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s;
    white-space: nowrap;
    font-family: "Cormorant Infant", serif;
    letter-spacing: 0.2em;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
}

.nav-links a:hover {
    color: #a58a65;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
    margin-left: 20px;
}

.hamburger span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
}

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 30px;
    cursor: pointer;
    z-index: 100;
}

.bar {
    width: 30px;
    height: 4px;
    background-color: #333;
    margin: 4px 0;
    border-radius: 2px;
    transition: 0.4s ease;
}

/* アクティブ時（X型に変形） */
.hamburger.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active .bar:nth-child(2) {
    opacity: 0;
}

.hamburger.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}


.hero {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -80px;
    z-index: 1;
    margin-bottom: 5%;
}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    -webkit-user-drag: none;
}

.news-section h2 {
    font-size: 32px;
    color: rgb(203, 163, 115);
}

.news-section li {
    font-size: 16px;
    padding: 30px 0;
    border-bottom: 1px solid #3c32be;
}

.news-section li:last-child {
    border-bottom: none;
}

.loop {
    display: flex;
    margin-bottom: -55px;
    overflow: hidden;
}

.loop1 {
    transform: rotate(-5deg);
}
.loop2 {
    transform: rotate(5deg);
}
.loop__text {
    padding-right: 1.444vw;
    color: #fff;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-family: "Valky", serif;
    font-size: 2.75rem;
    white-space: nowrap;
    line-height: 1;
    animation: loopText 10s linear infinite;
    will-change: transform;
}

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

.loop__text2 {
    margin-top: 7%;
    padding-right: 1.444vw;
    color: #fff;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-family: "Valky", serif;
    font-size: 2.75rem;
    white-space: nowrap;
    line-height: 1;
    animation: loopText2 10s linear infinite;
    will-change: transform;
}

@keyframes loopText2 {
    100% { transform: translateX(0); }
    0% { transform: translateX(-100%); }
}
.ttai_1 {
    margin-top: 8%;
    margin-bottom: 1%;
}
.ttai_1 img {
    width: 25%;
}
.parallax-bg {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background-image: url('../imges/bak_bes01.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -3;
    pointer-events: none;
}

.parallax-wrapper {
    position: relative;
    width: 100%;
    height: 9000px; /* 追従範囲を十分長く */
    z-index: 0;
    overflow: visible;
}

.parallax-layer2 {
    position: absolute;
    width: 100%;
    top: 83%;
    left: 0;
    will-change: transform;
    pointer-events: none;
}

.parallax-layer2 img {
    display: block;
    width: 100%;
    height: auto;
}

.star-html {
    position: fixed;
    font-size: 24px;
    color: white;
    pointer-events: none;
    user-select: none;
    z-index: -1;
    opacity: 0.6;
    animation-name: twinkle;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

@keyframes twinkle {
    0% { opacity: 0.2; transform: scale(0.9); }
    100% { opacity: 1; transform: scale(1.2); }
}

@font-face {
    font-family: "Valky";
    src: url("../font/Valky.otf") format("opentype");
    font-display: swap;
}
table img {
    width: 100%;
}
@font-face {
    font-family: "gitson";
    src: url("../font/gitson.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "indivisible";
    src: url("../font/indivisible.otf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: "cilager";
    src: url("../font/cilager.otf") format("opentype");
    font-display: swap;
}

.concept-title {
    color: #a58a65;
    font-size: 56px;
    font-family: 'Valky', serif;
    margin-bottom: 40px;
    letter-spacing: 0.15em;
}

.concept-line {
    /* font-family: 'Hiragino Mincho ProN', 'Yu Mincho', '游明朝', 'Times New Roman', serif; */
    font-size: 14px;
    line-height: 2;
    color: #fff;
    margin: 4px 0;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease, transform 1s ease;
    letter-spacing: 0.1em;
}

.concept-line.visible {
    opacity: 1;
    transform: translateY(0);
}

footer {
    background-color: #0d1670;
    color: white;
    text-align: center;
    padding: 20px 10px 10px;
    z-index: 10;
    position: relative;
}

footer .sns-icons {
    margin-bottom: 10px;
}

footer img.logo {
    width: 350px;
    display: block;
    margin: 32px auto 73px;
}

footer .sns-icons img {
    width: 50px;
    margin: 15px 10px;
}

footer .copyright {
    font-size: 12px;
    line-height: 1.6;
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}

.concept-stars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.concept-star {
    position: absolute;
    z-index: 11;
    opacity: 0.8;
    user-select: none;
}

.star-left {
    left: 5%;
}

.star-left.slow {
    top: 20%;
}

.star-left.fast {
    top: 60%;
}

.star-right {
    right: 5%;
    top: 40%;
}

.slow   { --speed: 0.2; }
.medium { --speed: 0.4; }
.fast   { --speed: 0.8; }

.size-s { width: 40px; }
.size-m { width: 70px; }
.size-l { width: 100px; }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 0.8;
        transform: translateY(0);
    }
}
/* スクロールダウンアニメーション（右端縦文字＋線） */
.scroll-down {
    position: absolute;
    right: 15px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Share Tech Mono', monospace;
    font-size: 20px;
    color: #ffffff;;
    text-orientation: mixed;
    z-index: 50;
    animation: fadeIn 1s ease-out;
}

.scroll-down span {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    margin-bottom: 8px;
    letter-spacing: 0.1em;
}

.scroll-down .line {
    width: 2px;
    height: 85px;
    position: relative;
    overflow: hidden;
}

.scroll-down .line::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    animation: scrollLineAnim 1.5s infinite;
    opacity: 0.6;
}

@keyframes scrollLineAnim {
    0% { top: -100%; }
    100% { top: 100%; }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
/* セクションのふわっとアニメーション */
.section-fade {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease, transform 1s ease;
}

.section-fade.visible {
    opacity: 1;
    transform: translateY(0);
}
.cursor-stalker {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 10000;
    font-size: 24px;
    color: white;
    opacity: 0.7;
    transition: transform 0.1s ease-out;
    mix-blend-mode: difference; /* ←暗い背景でも見えやすくする */
}
@media (max-width: 768px) {
    .nav-links a {
        opacity: 0;
        transform: translateX(30px);
        animation: linkFadeIn 0.4s ease forwards;
    }

    .nav-links.active a {
        animation-delay: calc(var(--order) * 0.1s);
    }

    @keyframes linkFadeIn {
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }
}
#top {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.parallax-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.parallax-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parallax-layer svg {
    width: 40%;
    height: auto;
}
.fixed-foreground {
    position: absolute;
    z-index: 10; /* パララックスレイヤーより上に */
    pointer-events: none; /* ボタンなどと重ならないようにする */
}
/* ハンバーガーメニュー表示 */
.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40px;
    height: 27px;
    cursor: pointer;
    z-index: 20;
}

.hamburger span {
    height: 3px;
    width: 100%;
    background-color: #b8b5ff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(11px, 11px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* ナビゲーションメニュー */
.nav-links {
    position: absolute;
    top: 0px;
    right: 0px;
    flex-direction: column;
    background: #0300b1;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 60px 15px 15px 25px;
    display: none;
    width: 250px;
    height: 100vh;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.nav-links.active {
    display: flex;
    animation: slideFadeIn 0.4s ease forwards;
}

@keyframes slideFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
}
.nav-links {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.nav-links.active {
    opacity: 1;
    pointer-events: auto;
}
.main {
    display: none;
}
body.loaded .main {
    display: block;
}
.livese {
    color: rgb(255, 255, 255);
    width: 1200px;
    font-size: 20px;
    background: rgb(77, 77, 77);
    margin: 0px auto 22px;
    padding: 14px;
}
.tyuuibox {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
}
strong.rekou {
    color: #f00;
    font-weight: 700 !important;
}
.wf {
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    zoom: 1;
    text-align: center;
    background: #fff;
    border-radius: 12px;
}
.top-marquee {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.loop-top {
    transform: rotate(0deg);
    margin-bottom: 0;
}

.top-marquee .loop__text {
    color: #0300b1;
}

@media screen and (max-width: 768px) {
    .top-marquee {
        margin: 20px 0 32px;
    }

    .top-marquee .loop__text {
        font-size: 2rem;
    }
}
.parallax-bg {
    display: none;
}
#star-canvas {
    display: none;
}
.live-concept {
    position: relative;
    padding: 80px 20px;
    background: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

/* コンセプト上下の帯 */
.concept-marquee {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #0d1670;
}

.concept-marquee .loop {
    margin-bottom: 0;
}

.concept-marquee .loop__text {
    color: #fff;
    border-top: none;
    border-bottom: none;
    font-size: 2.2rem;
    padding-top: 6px;
    padding-bottom: 6px;
}

/* 上は左→右 */
.loop-concept-top .loop__text {
    animation: loopTextReverse 25s linear infinite;
}

/* 下は右→左 */
.loop-concept-bottom .loop__text {
    animation: loopText 25s linear infinite;
}

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

/* 本文の見た目 */
.concept-line {
    font-family:
        "Yu Mincho",
        "Hiragino Mincho ProN",
        "游明朝",
        "MS Mincho",
        serif;
    font-size: 24px;
    line-height: 2.2;
    color: #0f1670;
    margin: 4px 0;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease, transform 1s ease;
    letter-spacing: 0.1em;
}

.concept-line.visible {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 768px) {
    .concept-marquee {
        padding: 12px 0;
    }

    .concept-marquee .loop__text {
        font-size: 2rem;
    }

    .live-concept {
        padding: 56px 20px;
    }

    .concept-line {
        font-size: 14px;
        line-height: 2;
    }
}
/* =========================
   セクションタイトル（画像）
========================= */
.section-title {
    width: 100%;
    max-width: 1000px;
    margin: 60px auto 0;
    padding: 0 20px;
    text-align: left;
}

.section-title img {
    display: block;
    width: 320px;   /* ←全セクション統一サイズ */
    max-width: 80%;
    height: auto;
}
/* =========================
   live concept 背景
========================= */
.live-concept {
    position: relative;
    padding: 100px 20px;
    text-align: center;

    background-image: url('../imges/me_01.png'); /* ←画像 */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* 黒フィルター（読みやすさ） */
.live-concept::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45); /* ←ここ調整 */
    z-index: 0;
}

/* 文字を前に出す */
.live-concept * {
    position: relative;
    z-index: 1;
}

/* テキスト */
.concept-line {
    color: #fff;
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 0.1em;

    font-family:
        "Yu Mincho",
        "Hiragino Mincho ProN",
        "游明朝",
        serif;
}
@media screen and (max-width: 768px) {

    .etbox {
        overflow-x: auto; /* ←横スクロール許可 */
    }

    table {
        width: 100%;
        min-width: 600px; /* ←少しだけ縮める（700→600） */
    }
    .loop-top {
    margin-top: 16px;
}
}
/* 注意事項 全体 */
#tikesgoodsbox {
    margin-bottom: 5%;
}

#tikesgoodsbox .wf2 {
    width: min(1240px, 94%);
    margin: 0 auto;
}

/* 上のタイトルバー */
.notice-heading {
    background: #555;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 14px 16px;
    margin-bottom: 22px;
    line-height: 1.4;
}



/* 外枠 */
.notice-card {
    padding: 22px 20px 28px;
    border-radius: 18px;
}

/* タイトル */
.notice-card h4 {
    margin: 0 0 22px;
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    color: #111;
    letter-spacing: 0.02em;
}

/* 内側の白っぽい枠 */
.notice-card__inner {
    background: rgba(255, 255, 255, 0.55);
    border-radius: 12px;
    padding: 24px 20px;
    width: 100%;
}

/* 本文 */
.notice-card__inner p {
    margin: 0;
    font-size: 11px;
    line-height: 2;
    color: #222;
    text-align: left;
}

.notice-card__inner .rekou {
    color: #ff2a2a;
    font-weight: 700;
}
/* 3カラム */
.notice-grid {
    display: grid;
    gap: 24px;
    align-items: stretch;
}
/* PC用だけ適用 */
@media (min-width: 769px) {
    /* 色味を添付寄せ */
    .notice-local {
        background: #dfeeff;
        grid-row: 1 / 3;
        grid-column: 1;
    }
    .notice-domestic {
        grid-column: 2;
        grid-row: 1;
    }
    .notice-overseas {
        grid-column: 2;
        grid-row: 2;
    }
}
.notice-local {
        background: #dfeeff;
    }
.notice-domestic {
    background: #f5e3ff;
}

.notice-overseas {
    background: #e2fff0;
}

/* スマホ */
@media (max-width: 768px) {
    .notice-heading {
        font-size: 18px;
        padding: 12px 14px;
        margin-bottom: 16px;
    }
    .wf2 {
        padding: 0 !important;
    }
    .notice-grid {
        display: grid;
        gap: 20px;
    }

    .notice-card {
        min-height: auto;
        padding: 18px 16px 20px;
        border-radius: 16px;
    }

    .notice-card h4 {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .notice-card__inner {
        min-height: auto;
        padding: 18px 16px;
    }

    .notice-card__inner p {
        font-size: 13px;
        line-height: 1.9;
    }
}
/* ========== 特典グッズ枠 ========== */
.perk-goods {
    margin-top: 28px;
}

.perk-goods__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(12px, 2.2vw, 20px);
}

.perk-goods__item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: rgba(255,255,255,0.04);
    box-shadow: 0 0 0 1px rgba(255,255,255,0.06) inset;
}

.perk-goods__item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform .6s ease;
}

.perk-goods__item:hover img {
    transform: scale(1.03);
}

.perk-goods__item--wide {
    grid-column: 1 / -1;
}

/* ========== プレミアム特典枠 ========== */
.premium-perks__title-outside {
    margin: 28px 0 0;
    font-size: clamp(18px, 2.2vw, 22px);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .02em;
    color: #5d95f1;
}

.premium-perks {
    position: relative;
    margin-top: 10px;
    padding: clamp(16px, 2.6vw, 24px);
    padding-top: clamp(60px, 8vw, 92px);
    border-radius: 16px;
    background: rgb(108 188 255 / 15%);
    box-shadow: 0 0 0 1px rgba(180, 220, 255, 0.28) inset;
    backdrop-filter: blur(2px);
}

.premium-perks__badge {
    position: absolute;
    top: clamp(12px, 2.2vw, 18px);
    left: clamp(14px, 2.4vw, 22px);
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #000 !important;
    font-size: clamp(17px, 2vw, 19px);
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .02em;
    padding: 0 !important;
}

.premium-perks__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(10px, 2vw, 16px);
}

.premium-perks__item {
    color: #fff;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.45);
    padding: clamp(12px, 2.2vw, 16px);
    line-height: 1.55;
    letter-spacing: .02em;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.08) inset;
}

.premium-perks__disclaimer {
    margin-top: 8px;
    font-size: 12px;
    color: #000;
    text-align: right;
    letter-spacing: .02em;
}

/* 幅揃え */
#ticket-bonus .wf {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}


.perk-goods__grid {
    max-width: 50%;
    margin: auto;
}
/* スマホ */
@media (max-width: 768px) {
    .perk-goods__grid {
        grid-template-columns: 1fr;
    }

    .premium-perks__list {
        grid-template-columns: 1fr;
    }

    .premium-perks__title-outside {
        margin: 22px 0 8px;
        text-align: left;
    }
.perk-goods__grid {
    max-width: 88%;
    margin: auto;
}
    .premium-perks__badge {
        top: 10px;
        left: 12px;
        font-size: clamp(16px, 5vw, 20px);
        white-space: normal;
    }

    .premium-perks__disclaimer {
        text-align: left;
    }
    .soldimg {
    text-align: end;
    margin-right: 0;
}
}
.table-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 14px;
    font-size: 14px;
    color: #fff;
    background: #7e57df;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

.table-btn:hover {
    background: #fff;
    color: #ee267c;
}
.table-btn {
    display: block;
    width: 80%;
    margin: 12px auto 0;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
}
.perk-group {
    position: relative;
    margin-bottom: 30px;
}

/* タイトル帯 */
.perk-title {
    max-width: 1000px;
    margin: 0 auto 12px;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    z-index: 2;
}

/* 背景色 */
.perk-group.local .perk-title {
    background: #4b47a7; /* 青 */
}

.perk-group.online .perk-title {
    background: #82d7a8; /* 緑 */
}

/* 画像と少し重ねるため */
.perk-goods__grid {
    margin-top: 40px;
}
/* 現地チケット（青系） */
.btn-local {
    background: #9e9ad5;
    color: #fff;
}

/* 国内配信（ピンク系） */
.btn-domestic {
    background: #971fff;
    color: #fff;
}

/* 海外配信（グリーン系） */
.btn-overseas {
    background: #4cd4a0;
    color: #fff;
}
.table-btn:hover {
    opacity: 0.8;
}
/* 現地（紫） */
.btn-local {
    background: #9e9ad5 !important;
    border-color: #9e9ad5 !important;
}

/* 国内（ピンク） */
.btn-domestic {
    background: #971fff !important;
    border-color: #971fff !important;
}

/* 海外（薄グリーン系） */
.btn-overseas {
    background: #4cd4a0 !important;
    border-color: #4cd4a0 !important;
}
strong.rekou {
    color: #f00;
    font-weight: 700 !important;
}
strong.black {
    color: #000;
    font-weight: 700 !important;
}
/* グループ全体 */
.ticket-group {
    margin: 40px auto;
    text-align: center;
}

/* 見出し */
.ticket-label {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

/* 現地チケット（青系） */
.local-group .ticket-label {
    color: #4b47a7;
}

/* 配信チケット（緑系） */
.online-group .ticket-label {
    color: #2e9b5f;
}

/* PCで横並び */
.ticket-group .btn003 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

/* スマホは縦 */
@media (max-width: 768px) {
    .ticket-group .btn003 {
        flex-direction: column;
    }
}