/* Google Fonts (Neon) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&family=Noto+Sans+JP:wght@400;700&display=swap');

/* カスタムクラス */
:root {
  --my-color-bg: #000000;
  --my-color-text: #e0e0e0;
  --my-color-neon: #b026ff;
  --my-color-neon-light: #d67bff;
  --vvip-color-bg: #000000;
  --vvip-color-text: #e0e0e0;
  --vvip-color-neon: #b026ff;
  --vvip-color-neon-light: #ff66ff;
  --neon-pink: #ff66ff;
  --neon-purple: #b026ff;
  --bg-dark: #110515;
  --color-vvip: #f95c62;
  --color-vip: #feb292;
  --color-a: #dec1ff;
  --color-b: #faff9e;
  --color-c: #71e9a9;
}

body.my-wrapper {
  background-color: var(--my-color-bg);
  color: var(--my-color-text);
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
.my-navbar-brand {
  font-family: 'Montserrat', sans-serif;
}

/* ナビゲーション */
.my-navbar {
  background-color: rgba(0, 0, 0, 0.8) !important;
  border-bottom: 2px solid var(--my-color-neon);
  box-shadow: 0 0 15px var(--my-color-neon);
  padding: 15px 0;
}

.my-navbar .navbar-brand {
  color: #fff !important;
  font-weight: 900;
  letter-spacing: 3px;
  text-shadow: 0 0 10px var(--my-color-neon), 0 0 20px var(--my-color-neon);
}

.my-navbar .nav-link {
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s ease;
}

.my-navbar .nav-link:hover {
  color: var(--my-color-neon-light) !important;
  text-shadow: 0 0 8px var(--my-color-neon);
}

.my-navbar-toggler {
  border-color: var(--my-color-neon);
}

.my-navbar-toggler-icon {
  filter: invert(1);
}

/* セクション共通 */
.my-section {
  padding: 100px 0;
}

.my-section-title {
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px var(--my-color-neon-light);
  text-shadow: 0 0 15px var(--my-color-neon);
  margin-bottom: 60px;
  letter-spacing: 5px;
}

/* 1. ヒーローセクション */
.my-hero-section {
  position: relative;
  /* ▼▼▼ 追加・変更した箇所 ▼▼▼ */
  width: 100%;
  /* 確実に横幅100%にする */
  height: calc(100vh - 90px);
  /* ナビゲーションバーの高さ分を引く */
  margin-top: 90px;
  /* ナビゲーションバーと重ならないように下にずらす */
  overflow: hidden;
  /* 横スクロールやはみ出しを防止 */
  /* ▲▲▲ ここまで ▲▲▲ */
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  filter: contrast(120%) saturate(150%);
}

.my-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.my-hero-content h1 {
  font-size: 5rem;
  color: #fff;
  text-shadow: 0 0 10px var(--my-color-neon), 0 0 30px var(--my-color-neon), 0 0 50px var(--my-color-neon);
  margin-bottom: 20px;
}

.my-hero-content p {
  font-size: 1.5rem;
  color: var(--my-color-neon-light);
  text-shadow: 0 0 10px var(--my-color-neon);
  font-weight: bold;
}

@media (max-width: 768px) {

  /* ▼▼▼ 高さの不具合を解消するための変更点 ▼▼▼ */
  /* 動画の横が切れないよう、スマートフォン画面の幅100%に合わせて全体を表示 */
  .my-hero-section {
    height: auto;
    /* 固定の高さを解除し、動画の高さに合わせる */
    display: block;
    /* フレックスを解除して自然な配置にする */
  }

  .my-hero-video {
    position: relative;
    /* absoluteを解除し、親要素に高さを認識させる */
    width: 100%;
    height: auto;
    /* 動画本来のアスペクト比を保つ */
    object-fit: contain;
    display: block;
  }

  /* ▲▲▲ ここまで ▲▲▲ */

  .my-hero-content h1 {
    font-size: 2.5rem;
    /* スマホ画面を押し広げないようにフォントサイズを縮小 */
    letter-spacing: 2px;
  }

  .my-hero-content p {
    font-size: 1.1rem;
  }

  .my-section-title {
    font-size: 2rem;
    letter-spacing: 2px;
    margin-bottom: 40px;
  }

  /* ▼▼▼ 追加：スマホ向けグリッチアニメーションサイズ調整 ▼▼▼ */
  .my-concept-text-box h3.concept-catchphrase {
    font-size: 1.1rem;
  }

  .my-concept-text-box h3.concept-catchphrase .highlight-main {
    font-size: 1.8rem;
  }

  /* ▲▲▲ ここまで ▲▲▲ */

  .my-section {
    padding: 60px 0;
    /* スマホでは上下の余白を少し狭める */
  }

  .my-poster-wrapper {
    max-width: 90%;
    /* ポスター画像も画面幅に収まるよう調整 */
  }

  .my-notes-box {
    padding: 20px;
    /* 注意事項の箱の余白もスマホ向けに調整 */
  }
}

/* 2. メインポスター */
.my-poster-wrapper {
  aspect-ratio: 1 / 1.414;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border: 3px solid var(--my-color-neon);
  box-shadow: 0 0 20px var(--my-color-neon), inset 0 0 20px var(--my-color-neon);
  padding: 10px;
}

.my-poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 3. コンセプト */
.my-concept-row {
  margin-bottom: 0px;
}

.my-concept-img-wrapper {
  border: 2px solid var(--my-color-neon);
  box-shadow: 5px 5px 0px var(--my-color-neon);
  overflow: hidden;
}

.my-concept-img {
  width: 100%;
  display: block;
  filter: grayscale(50%) sepia(20%) hue-rotate(250deg);
  transition: transform 0.5s ease;
}

.my-concept-img:hover {
  transform: scale(1.05);
}

.my-concept-text-box {
  padding: 30px 20px;
}

.my-concept-text-box h3 {
  color: var(--my-color-neon-light);
  text-shadow: 0 0 5px var(--my-color-neon);
  margin-bottom: 20px;
}

/* ▼▼▼ 追加：RGBグリッチ アニメーション・スタイル ▼▼▼ */
.my-concept-text-box h3.concept-catchphrase {
  color: var(--my-color-text);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1px;
  text-shadow: none;
  /* デフォルトの影をリセット */
}

.my-concept-text-box h3.concept-catchphrase .highlight-sub {
  color: var(--my-color-neon-light);
}

.my-concept-text-box h3.concept-catchphrase .highlight-main {
  display: inline-block;
  width: 100%;
  font-size: 2.4rem;
  color: #ffffff;
  font-weight: 900;
  font-style: italic;
  margin: 10px 0;
  text-shadow: 0 0 15px var(--my-color-neon), 0 0 30px var(--my-color-neon);
  animation: rgb-glitch 0.2s infinite alternate;
}

@keyframes rgb-glitch {
  0% {
    text-shadow: 2px 2px 0px rgba(255, 0, 0, 0.8), -2px -2px 0px rgba(0, 255, 255, 0.8), 0 0 15px var(--my-color-neon);
    transform: translate(0px, 0px);
  }

  100% {
    text-shadow: -2px -2px 0px rgba(255, 0, 0, 0.8), 2px 2px 0px rgba(0, 255, 255, 0.8), 0 0 15px var(--my-color-neon);
    transform: translate(1px, -1px);
  }
}

/* ▲▲▲ ここまで ▲▲▲ */

.my-concept-text-box p {
  line-height: 1.8;
  font-size: 1.05rem;
}

/* 4. キャスト紹介 */
.my-cast-card {
  background: #050010;
  border: 1px solid #333;
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.my-cast-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(176, 38, 255, 0.3), transparent);
  transform: skewX(-25deg);
  transition: 0.5s;
}

.my-cast-card:hover::before {
  left: 150%;
}

.my-cast-card:hover {
  border-color: var(--my-color-neon);
  box-shadow: 0 0 15px var(--my-color-neon);
}

.my-cast-img {
  width: 100%;
  object-fit: cover;
  border-bottom: 2px solid var(--my-color-neon);
}

.my-cast-name {
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 1.5rem;
}

.my-cast-role {
  color: var(--my-color-neon-light);
  font-size: 0.9rem;
  margin-bottom: 10px;
}

/* ==============================================
       追加実装: PROFILEボタン と 新しい窓（モーダル）
    =============================================== */

/* カード内のPROFILEボタン */
.addpf-btn {
  background: transparent;
  border: 1px solid var(--my-color-neon);
  color: var(--my-color-neon-light);
  padding: 8px 20px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 0.85rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 160px;
  margin: 10px auto 0;
}

.addpf-btn:hover {
  background: var(--my-color-neon);
  color: #fff;
  box-shadow: 0 0 15px var(--my-color-neon);
}

/* フルスクリーン風モーダルの背景 */
.addpf-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  /* 背景をぼかして別窓感を強調 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.addpf-modal-overlay.addpf-open {
  opacity: 1;
  pointer-events: auto;
}

/* モーダルのコンテンツ枠 */
.addpf-modal-content {
  background: #110515;
  border: 2px solid var(--my-color-neon);
  border-radius: 12px;
  width: 90%;
  max-width: 850px;
  /* 長文が読みやすい広さ */
  max-height: 85vh;
  /* 画面高さの85%以内に収める */
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 40px rgba(176, 38, 255, 0.6);
  transform: translateY(30px) scale(0.95);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.addpf-modal-overlay.addpf-open .addpf-modal-content {
  transform: translateY(0) scale(1);
}

/* モーダルのヘッダー */
.addpf-modal-header {
  padding: 15px 25px;
  border-bottom: 1px solid rgba(176, 38, 255, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 12px 12px 0 0;
}

.addpf-modal-title {
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 2px;
}

.addpf-modal-close {
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  transition: color 0.3s;
}

.addpf-modal-close:hover {
  color: var(--my-color-neon-light);
}

/* モーダルの中身（スクロール可能エリア） */
.addpf-modal-body {
  padding: 30px 25px;
  overflow-y: auto;
  /* ここでスクロールさせる */
  color: #e0e0e0;
  line-height: 1.8;
}

/* スクロールバーのカスタマイズ (Webkit) */
.addpf-modal-body::-webkit-scrollbar {
  width: 8px;
}

.addpf-modal-body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

.addpf-modal-body::-webkit-scrollbar-thumb {
  background: var(--my-color-neon);
  border-radius: 4px;
}

.addpf-modal-body::-webkit-scrollbar-thumb:hover {
  background: var(--my-color-neon-light);
}

/* プロフィール本文の装飾 */
.addpf-prof-name {
  color: #fff;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 2rem;
  margin-bottom: 5px;
}

.addpf-prof-role {
  color: var(--my-color-neon-light);
  margin-bottom: 20px;
  font-weight: bold;
}

.addpf-prof-heading {
  color: #fff;
  border-left: 3px solid var(--my-color-neon);
  padding-left: 10px;
  margin-top: 25px;
  font-weight: bold;
}

.addpf-prof-text {
  font-size: 0.95rem;
  color: #ccc;
}

.addpf-tag {
  display: inline-block;
  background: rgba(176, 38, 255, 0.2);
  border: 1px solid var(--my-color-neon);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #fff;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .addpf-modal-content {
    width: 95%;
    max-height: 90vh;
  }

  .addpf-modal-body {
    padding: 20px 15px;
  }

  .addpf-modal-body img {
    max-width: 250px;
    margin: 0 auto 20px;
    display: block;
  }

  .addpf-prof-name {
    font-size: 1.5rem;
    text-align: center;
  }

  .addpf-prof-role {
    text-align: center;
  }
}

/* 5 & 6. スライダー共通 */
.my-swiper-container {
  padding-bottom: 60px;
}

/* 5. ギャラリー */
.my-gallery-img {
  border: 2px solid var(--my-color-neon);
  width: 100%;
  height: 280px;
  object-fit: cover;
}

/* 6. 口コミ */
.my-review-card {
  background: #0a001a;
  border-left: 5px solid var(--my-color-neon);
  padding: 25px;
  height: 100%;
  border-radius: 5px;
}

.my-review-avatar {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  margin-right: 15px;
  object-fit: cover;
}

.my-review-stars {
  color: var(--my-color-neon-light);
  text-shadow: 0 0 5px var(--my-color-neon);
  font-size: 1.2rem;
}

.my-review-text {
  margin-top: 15px;
  line-height: 1.6;
}

/* 7. 公演概要 */
.my-info-table {
  width: 100%;
  border: 1px solid var(--my-color-neon);
}

.my-info-table th,
.my-info-table td {
  padding: 20px;
  border: 1px solid #333;
}

.my-info-table th {
  background: #110022;
  color: var(--my-color-neon-light);
  width: 30%;
  font-weight: bold;
}

.my-info-table td {
  background: #050010;
}

/* 8 & 9. ボタン類 */
.my-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
  color: var(--my-color-neon-light);
  border: 2px solid var(--my-color-neon);
  text-transform: uppercase;
  transition: all 0.3s;
  border-radius: 50px;
}

.my-action-btn i {
  margin-right: 8px;
  font-size: 1.2rem;
}

.my-action-btn:hover {
  background: var(--my-color-neon);
  color: #fff;
  box-shadow: 0 0 20px var(--my-color-neon);
}

/* 10. マップ */
.my-map-wrapper {
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
  border: 3px solid var(--my-color-neon);
  filter: grayscale(80%) invert(90%) hue-rotate(180deg);
}

.my-map-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 11. 注意事項 */
.my-notes-box {
  background: #050010;
  border: 1px solid #333;
  padding: 40px;
  border-radius: 10px;
}

.my-notes-list {
  list-style-type: none;
  padding-left: 0;
}

.my-notes-list li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  line-height: 1.6;
}

.my-notes-list li::before {
  content: "\F309";
  /* Bootstrap Icons の info-circle のような記号の代用 */
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  color: var(--my-color-neon);
}

/* swiper UI Customization */
.swiper-button-next,
.swiper-button-prev {
  color: var(--my-color-neon) !important;
  text-shadow: 0 0 10px var(--my-color-neon);
}

.swiper-pagination-bullet {
  background: #555 !important;
}

.swiper-pagination-bullet-active {
  background: var(--my-color-neon) !important;
  box-shadow: 0 0 10px var(--my-color-neon);
}

.vvip-pattern-mix {
  /* 半透明のストライプ(パターン3) と ホログラムグラデーション(パターン4) の合成 */
  background:
    repeating-linear-gradient(45deg,
      rgba(5, 0, 16, 0.6),
      rgba(5, 0, 16, 0.6) 10px,
      rgba(25, 0, 40, 0.6) 10px,
      rgba(25, 0, 40, 0.6) 20px),
    linear-gradient(135deg, rgba(176, 38, 255, 0.4), #050010, rgba(0, 255, 255, 0.3));

  border: 2px solid var(--my-color-neon-light);
  padding: 25px;
  border-radius: 8px;
  height: 100%;
  position: relative;
  overflow: hidden;

  /* ネオンパルス(パターン2) */
  animation: vvip-pulse 1.5s infinite alternate;
}

/* パルスのアニメーション */
@keyframes vvip-pulse {
  0% {
    box-shadow: 0 0 5px var(--my-color-neon), inset 0 0 5px var(--my-color-neon);
  }

  100% {
    box-shadow: 0 0 25px var(--my-color-neon-light), inset 0 0 15px var(--my-color-neon-light);
    border-color: #fff;
  }
}

/* 光の筋アニメーション(パターン4) */
.vvip-pattern-mix::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: skewX(-25deg);
  animation: vvip-shine-sweep 4s infinite;
  pointer-events: none;
  /* テキスト選択の邪魔にならないように */
}

@keyframes vvip-shine-sweep {
  0% {
    left: -100%;
  }

  20% {
    left: 200%;
  }

  100% {
    left: 200%;
  }
}

/* ▼▼▼ 文字だけパターン2 (ネオン発光) に変更 ▼▼▼ */
.vvip-pattern-mix h4 {
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 15px;
  text-shadow: 0 0 15px var(--my-color-neon-light), 0 0 30px var(--my-color-neon);
  font-size: 1.8rem;
}

/* クラス名が被らないように vvip-section-title に変更 */
.vvip-section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px var(--vvip-color-neon-light);
  text-shadow: 0 0 15px var(--vvip-color-neon);
  margin-bottom: 50px;
  letter-spacing: 3px;
}

.vvip-taiwan-style {
  background: #110515;
  border: 4px solid var(--vvip-color-neon-light);
  border-radius: 15px;
  box-shadow: 0 0 20px var(--vvip-color-neon-light), inset 0 0 30px var(--vvip-color-neon);
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.vvip-taiwan-style::before {
  content: '';
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  height: 50%;
  background: url('https://images.unsplash.com/photo-1549490349-8643362247b5?auto=format&fit=crop&q=80&w=800') center/cover;
  opacity: 0.15;
  mix-blend-mode: luminosity;
  pointer-events: none;
  z-index: 1;
}

.vvip-taiwan-style .led-vvip {
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  background-image: radial-gradient(circle, #ffffff 2px, transparent 2.5px);
  background-size: 8px 8px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 8px var(--vvip-color-neon-light)) drop-shadow(0 0 15px var(--vvip-color-neon-light));
  margin: 0;
  letter-spacing: 2px;
  z-index: 2;
}

.vvip-taiwan-style .special-benefit {
  text-align: right;
  color: #fff;
  text-shadow: 0 0 10px var(--vvip-color-neon-light), 0 0 20px var(--vvip-color-neon-light);
  line-height: 1.2;
  z-index: 2;
}

.vvip-taiwan-style .special-benefit .small-text {
  font-size: 1.1rem;
  letter-spacing: 2px;
  font-weight: bold;
}

.vvip-taiwan-style .special-benefit .large-text {
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: 2px;
}

.vvip-taiwan-style .cyber-ribbon-container {
  position: relative;
  margin: 35px -35px;
  z-index: 3;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.5));
}

/* ▼▼▼ 追加: リボンの脈動・発光アニメーション ▼▼▼ */
@keyframes ribbon-pulse-glow {
  0% {
    box-shadow:
      0 0 10px var(--vvip-color-neon-light),
      0 0 20px var(--vvip-color-neon),
      0 0 30px #0055ff,
      inset 0 0 10px rgba(255, 255, 255, 0.4);
    transform: rotate(-3deg) scale(1);
  }

  100% {
    box-shadow:
      0 0 12px var(--vvip-color-neon-light),
      0 0 25px var(--vvip-color-neon),
      0 0 40px #00d4ff,
      inset 0 0 20px rgba(255, 255, 255, 0.7);
    transform: rotate(-3deg) scale(1.015);
    /* ほんの少しだけ大きくなる程度に抑える */
  }
}

.vvip-taiwan-style .cyber-ribbon {
  background: linear-gradient(90deg, var(--vvip-color-neon-light), #d400ff, #0055ff);
  border: 2px solid #fff;
  padding: 12px 15px;
  transform: rotate(-3deg);
  text-align: center;
  position: relative;
  /* ▼ アニメーション時間を3秒にしてゆったり控えめに ▼ */
  animation: ribbon-pulse-glow 3s ease-in-out infinite alternate;
}

.vvip-taiwan-style .cyber-ribbon-container::before,
.vvip-taiwan-style .cyber-ribbon-container::after {
  content: '';
  position: absolute;
  bottom: -12px;
  z-index: -1;
  border-style: solid;
}

.vvip-taiwan-style .cyber-ribbon-container::before {
  left: 2px;
  border-width: 12px 18px 0 0;
  border-color: #b30086 transparent transparent transparent;
}

.vvip-taiwan-style .cyber-ribbon-container::after {
  right: 2px;
  border-width: 12px 0 0 18px;
  border-color: #002288 transparent transparent transparent;
}

.vvip-taiwan-style .cyber-ribbon-text {
  color: #fff;
  font-weight: 900;
  font-size: 1.1rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8), 0 0 5px rgba(255, 255, 255, 0.3);
  margin: 0;
  line-height: 1.4;
}

.vvip-taiwan-style .neon-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  z-index: 2;
  position: relative;
}

.vvip-taiwan-style .neon-list li {
  background: linear-gradient(90deg, transparent, rgba(255, 102, 255, 0.25) 20%, rgba(255, 102, 255, 0.25) 80%, transparent);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px rgba(255, 102, 255, 0.4);
  margin-bottom: 15px;
  padding: 12px 10px;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
}

/* ▼▼▼ 追加: 星の回転・点滅アニメーション ▼▼▼ */
@keyframes star-twinkle-soft {

  0%,
  100% {
    transform: scale(1);
    filter: brightness(1);
    text-shadow:
      0 0 5px #fff,
      0 0 10px #fff,
      0 0 20px var(--vvip-color-neon-light),
      0 0 30px var(--vvip-color-neon-light);
  }

  50% {
    transform: scale(1.1);
    /* 少しだけ大きくなる */
    filter: brightness(1.2);
    /* 少しだけまぶしくなる */
    text-shadow:
      0 0 8px #fff,
      0 0 15px #fff,
      0 0 25px var(--vvip-color-neon-light),
      0 0 40px var(--vvip-color-neon-light),
      0 0 50px var(--vvip-color-neon);
  }
}

.vvip-taiwan-style .neon-list li .sparkle {
  color: #fff;
  text-shadow:
    0 0 5px #fff,
    0 0 10px #fff,
    0 0 20px var(--vvip-color-neon-light),
    0 0 30px var(--vvip-color-neon-light),
    0 0 45px var(--vvip-color-neon),
    0 0 60px var(--vvip-color-neon);
  margin-right: 10px;
  font-size: 1.8rem;
  line-height: 1;
  display: inline-block;
  /* 回転をなくし、ゆっくり静かに瞬くように変更 */
  animation: star-twinkle-soft 3.5s ease-in-out infinite;
}

.vvip-taiwan-style .price-box {
  text-align: center;
  margin-top: auto;
  z-index: 2;
  position: relative;
}

.vvip-taiwan-style .footer-note {
  font-size: 0.75rem;
  color: #999;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  z-index: 2;
  position: relative;
}

.seating-plan-wrapper {
  background: #0b0510;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 25px;
  height: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
}

.seating-plan-wrapper h4 {
  text-align: center;
  color: #fff;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 25px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.seating-map {
  background: #150a1f;
  border-radius: 8px;
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.stage-block {
  background: linear-gradient(180deg, #1a237e, #0d47a1);
  color: #fff;
  text-align: center;
  font-weight: 900;
  letter-spacing: 5px;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 30px;
  border-bottom: 3px solid #00d4ff;
  box-shadow: 0 5px 15px rgba(0, 212, 255, 0.3);
}

.row-block {
  display: flex;
  width: 100%;
}

.aisle {
  height: 12px;
  width: 100%;
}

.area {
  border-radius: 6px;
  transition: all 0.4s ease;
  /* ホバー時のアニメーションを滑らかに */
  cursor: pointer;
}

/* 座席エリアの基本カラー */
.area-vvip {
  background: rgba(249, 92, 98, 0.2);
  border: 1.5px solid #f95c62;
  box-shadow: inset 0 0 8px rgba(249, 92, 98, 0.3), 0 0 6px #f95c62;
}

.area-vip {
  background: rgba(254, 178, 146, 0.2);
  border: 1.5px solid #feb292;
  box-shadow: inset 0 0 8px rgba(254, 178, 146, 0.3), 0 0 6px #feb292;
}

.area-a {
  background: rgba(222, 193, 255, 0.2);
  border: 1.5px solid #dec1ff;
  box-shadow: inset 0 0 8px rgba(222, 193, 255, 0.3), 0 0 6px #dec1ff;
}

.area-b {
  background: rgba(250, 255, 158, 0.2);
  border: 1.5px solid #faff9e;
  box-shadow: inset 0 0 8px rgba(250, 255, 158, 0.3), 0 0 6px #faff9e;
}

.area-c {
  background: rgba(113, 233, 169, 0.2);
  border: 1.5px solid #71e9a9;
  box-shadow: inset 0 0 8px rgba(113, 233, 169, 0.3), 0 0 6px #71e9a9;
}

/* ホバーされた要素自身を光らせる */
.area:hover {
  filter: brightness(1.6);
  transform: scale(1.03);
  z-index: 10;
}

/* マップ内でどこかのエリアがホバーされた時、違うクラスのエリアを暗くする魔法のCSS（:has疑似クラス） */
.seating-map:has(.area-vvip:hover) .area:not(.area-vvip),
.seating-map:has(.area-vip:hover) .area:not(.area-vip),
.seating-map:has(.area-a:hover) .area:not(.area-a),
.seating-map:has(.area-b:hover) .area:not(.area-b),
.seating-map:has(.area-c:hover) .area:not(.area-c) {
  opacity: 0.2;
  filter: grayscale(80%);
}

/* レジェンドにホバーした時も、マップ内の関係ないエリアを暗くする連動エフェクト */
.seating-plan-wrapper:has(.legend-item[data-target="vvip"]:hover) .area:not(.area-vvip),
.seating-plan-wrapper:has(.legend-item[data-target="vip"]:hover) .area:not(.area-vip),
.seating-plan-wrapper:has(.legend-item[data-target="a"]:hover) .area:not(.area-a),
.seating-plan-wrapper:has(.legend-item[data-target="b"]:hover) .area:not(.area-b),
.seating-plan-wrapper:has(.legend-item[data-target="c"]:hover) .area:not(.area-c) {
  opacity: 0.2;
  filter: grayscale(80%);
}

/* レジェンドにホバーした時、マップ内の該当エリアを強制的に光らせる連動エフェクト */
.seating-plan-wrapper:has(.legend-item[data-target="vvip"]:hover) .area-vvip,
.seating-plan-wrapper:has(.legend-item[data-target="vip"]:hover) .area-vip,
.seating-plan-wrapper:has(.legend-item[data-target="a"]:hover) .area-a,
.seating-plan-wrapper:has(.legend-item[data-target="b"]:hover) .area-b,
.seating-plan-wrapper:has(.legend-item[data-target="c"]:hover) .area-c {
  filter: brightness(1.4);
  box-shadow: 0 0 15px currentColor;
}

.price-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
}

.legend-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.legend-item:hover {
  transform: translateY(-3px);
  filter: brightness(1.3);
}

.legend-color {
  width: 100%;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 2px;
}

.legend-name {
  font-size: 0.75rem;
  color: #ddd;
  font-weight: bold;
}

.legend-price {
  font-size: 0.9rem;
  font-weight: 900;
}

@media (max-width: 768px) {
  .vvip-taiwan-style .led-vvip {
    font-size: 3rem;
  }

  .vvip-taiwan-style .special-benefit .large-text {
    font-size: 1.3rem;
  }

  .vvip-taiwan-style .cyber-ribbon-container {
    margin: 30px -20px;
  }

  .legend-item {
    width: 45%;
  }
}

/* =======================================================
       追加1
    ======================================================= */
.my-ticketprice-tf-presale-info {
  text-align: center;
  margin: 0 auto 20px;
  padding: 12px 30px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: rgba(255, 102, 255, 0.1);
  border: 1px solid var(--vvip-color-neon-light);
  border-radius: 50px;
  max-width: fit-content;
  box-shadow: 0 0 15px rgba(255, 102, 255, 0.3), inset 0 0 10px rgba(255, 102, 255, 0.2);
  letter-spacing: 1px;
}

.my-ticketprice-tf-presale-icon {
  color: #ffd700;
  text-shadow: 0 0 10px #ffd700;
  margin-right: 8px;
}

.my-ticketprice-tf-presale-info .highlight-date {
  color: #4cc9f0;
  text-shadow: 0 0 8px rgba(76, 201, 240, 0.8);
  font-weight: 900;
}

/* =======================================================
       追加2
    ======================================================= */
.my-vvip-tf-card {
  background: #110515;
  border: 4px solid var(--vvip-color-neon-light);
  border-radius: 15px;
  box-shadow: 0 0 20px var(--vvip-color-neon-light), inset 0 0 30px var(--vvip-color-neon);
  padding: 30px 20px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.my-vvip-tf-led-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  background-image: radial-gradient(circle, #ffffff 2px, transparent 2.5px);
  background-size: 8px 8px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 8px var(--vvip-color-neon-light)) drop-shadow(0 0 15px var(--vvip-color-neon-light));
  margin: 0;
}

.my-vvip-tf-ribbon-container {
  margin: 30px -30px;
  z-index: 3;
  position: relative;
}

/* ▼▼ リボン用の光が通るエフェクト（アニメーション） ▼▼ */
@keyframes my-vvip-tf-shineSweep {
  0% {
    left: -100%;
  }

  20% {
    left: 200%;
  }

  100% {
    left: 200%;
  }
}

.my-vvip-tf-ribbon {
  /* 背景カラーをサイバーパンク調のディープパープル〜ネオンピンク〜シアンに変更 */
  background: linear-gradient(90deg, #3a0ca3, #f72585, #4cc9f0);
  padding: 12px 15px;
  transform: rotate(-3deg);
  text-align: center;
  position: relative;
  overflow: hidden;
  /* 光の帯が枠外にはみ出ないようにする */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8), 0 0 15px rgba(247, 37, 133, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* 光の帯（疑似要素） */
.my-vvip-tf-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  transform: skewX(-25deg);
  /* 斜めにする */
  animation: my-vvip-tf-shineSweep 4s ease-in-out infinite;
}

/* ▲▲ ここまで ▲▲ */

/* テキストが光の下に隠れないように z-index を追加 */
.my-vvip-tf-ribbon-text {
  color: #fff;
  font-weight: 900;
  margin: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 2;
}

.my-vvip-tf-neon-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.my-vvip-tf-neon-list li {
  background: linear-gradient(90deg, transparent, rgba(255, 102, 255, 0.25) 20%, rgba(255, 102, 255, 0.25) 80%, transparent);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
  padding: 12px 10px;
  text-align: center;
  font-weight: 900;
}

.my-vvip-tf-sparkle {
  color: #fff;
  text-shadow: 0 0 5px #fff, 0 0 15px var(--vvip-color-neon-light);
  margin-right: 10px;
}


/* =======================================================
       追加3
    ======================================================= */
.my-ticketprice-tf-card {
  /* 左側のカードと同じ枠・背景を適用 */
  background: #110515;
  border: 4px solid var(--vvip-color-neon-light);
  border-radius: 15px;
  box-shadow: 0 0 20px var(--vvip-color-neon-light), inset 0 0 30px var(--vvip-color-neon);
  padding: 30px 20px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.my-ticketprice-tf-tag-card4 {
  background: #000;
  border: 1px dashed #444;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  /* 各カードを均等に広げて全体の高さを左側と合わせる */
  transition: border-color 0.3s, box-shadow 0.3s;
}

.my-ticketprice-tf-tag-card4:hover {
  border-color: var(--seat-color);
  box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.05);
}

.my-ticketprice-tf-tag-header4 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
}

.my-ticketprice-tf-seat-badge4 {
  background: var(--seat-color);
  color: #000;
  font-weight: 900;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 1rem;
  box-shadow: 0 0 10px var(--seat-color);
}

.my-ticketprice-tf-benefit4 {
  font-size: 0.85rem;
  color: #ccc;
  margin: 0;
}

.my-ticketprice-tf-tags-wrap4 {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.my-ticketprice-tf-price-tag4 {
  background: #111;
  border: 1px solid #333;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.8rem;
  display: flex;
  gap: 8px;
  align-items: center;
}

.my-ticketprice-tf-price-tag4.highlight4 {
  border-color: #ffd700;
  background: rgba(255, 215, 0, 0.1);
}

.my-ticketprice-tf-tag-val4 {
  font-weight: bold;
  font-size: 0.95rem;
}

.my-ticketprice-tf-tag-val4.highlight4 {
  color: #ffd700;
}

/* 座席図追加 */
.zaseki-seating-chart-container {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
  background: var(--bg-dark);
  border: 4px solid var(--neon-pink);
  border-radius: 15px;
  box-shadow: 0 0 20px var(--neon-pink), inset 0 0 30px var(--neon-purple);
  padding: 30px 20px;
}

.zaseki-title {
  text-align: center;
  color: #fff;
  font-weight: 900;
  letter-spacing: 2px;
  text-shadow: 0 0 10px var(--neon-pink);
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}

.zaseki-stage {
  background: linear-gradient(180deg, #333, #111);
  border: 1px solid #555;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  letter-spacing: 5px;
  border-radius: 8px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

/* レイアウトの構造をシンプル化 */
.zaseki-seat-row {
  display: flex;
  height: 16px;
  width: 100%;
  gap: 8px;
}

.zaseki-sec-l,
.zaseki-sec-c,
.zaseki-sec-r {
  display: flex;
}

.zaseki-sec-l {
  flex: 3;
  justify-content: flex-end;
}

.zaseki-sec-c {
  flex: 4;
  justify-content: center;
}

.zaseki-sec-r {
  flex: 3;
  justify-content: flex-start;
}

/* ブロックの幅指定（階段状の形を作る用） */
.zaseki-blk-60 {
  width: 60%;
  display: flex;
  gap: 5px;
}

.zaseki-blk-80 {
  width: 80%;
  display: flex;
  gap: 5px;
}

.zaseki-blk-90 {
  width: 90%;
  display: flex;
  gap: 5px;
}

.zaseki-blk-100 {
  width: 100%;
  display: flex;
  gap: 5px;
}

/* 割合（Flex）の共通クラス */
.zaseki-f-1 {
  flex: 1;
}

.zaseki-f-1-5 {
  flex: 1.5;
}

.zaseki-f-2 {
  flex: 2;
}

.zaseki-f-2-5 {
  flex: 2.5;
}

.zaseki-f-7 {
  flex: 7;
}

.zaseki-f-7-5 {
  flex: 7.5;
}

.zaseki-f-8 {
  flex: 8;
}

/* 座席エリアのネオン効果と連動ホバー設定 */
.zaseki-seat {
  border-radius: 6px;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* ▼ マウスホバー時に全体が光るエフェクト ▼ */
.zaseki-seat.zaseki-hover-active {
  filter: brightness(1.6) drop-shadow(0 0 5px currentColor);
  box-shadow: 0 0 20px currentColor, inset 0 0 10px currentColor;
  z-index: 10;
  border-color: #fff;
  /* 枠線も白く光らせる */
}

.zaseki-bg-vvip {
  border: 1.5px solid var(--color-vvip);
  background-color: rgba(249, 92, 98, 0.15);
  box-shadow: 0 0 6px rgba(249, 92, 98, 0.5), inset 0 0 6px rgba(249, 92, 98, 0.4);
  color: var(--color-vvip);
}

.zaseki-bg-vip {
  border: 1.5px solid var(--color-vip);
  background-color: rgba(254, 178, 146, 0.15);
  box-shadow: 0 0 6px rgba(254, 178, 146, 0.5), inset 0 0 6px rgba(254, 178, 146, 0.4);
  color: var(--color-vip);
}

.zaseki-bg-a {
  border: 1.5px solid var(--color-a);
  background-color: rgba(222, 193, 255, 0.15);
  box-shadow: 0 0 6px rgba(222, 193, 255, 0.5), inset 0 0 6px rgba(222, 193, 255, 0.4);
  color: var(--color-a);
}

.zaseki-bg-b {
  border: 1.5px solid var(--color-b);
  background-color: rgba(250, 255, 158, 0.15);
  box-shadow: 0 0 6px rgba(250, 255, 158, 0.5), inset 0 0 6px rgba(250, 255, 158, 0.4);
  color: var(--color-b);
}

.zaseki-bg-c {
  border: 1.5px solid var(--color-c);
  background-color: rgba(113, 233, 169, 0.15);
  box-shadow: 0 0 6px rgba(113, 233, 169, 0.5), inset 0 0 6px rgba(113, 233, 169, 0.4);
  color: var(--color-c);
}

/* 凡例用のクラス設定 */
.zaseki-legend-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 80px;
  padding: 10px;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.zaseki-legend-item.zaseki-hover-active {
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(1.1);
  /* 少し拡大する */
  box-shadow: 0 0 20px currentColor;
}

.zaseki-legend-color-bar {
  width: 40px;
  height: 8px;
  border-radius: 4px;
  margin-bottom: 8px;
  background-color: currentColor;
  box-shadow: 0 0 10px currentColor;
}