/* stageページ専用スタイル（グルメページの構成・トーンを踏襲） */

/* ========== ステージヒーロー（グルメ .gourmet-hero と同じ骨格） ========== */
.stage-hero {
  position: relative;
  padding: 4rem 1.5rem 3rem;
  overflow: hidden;
  border-bottom: var(--kfb-border);
  box-shadow: 0 8px 0 var(--kfb-black);
}

.stage-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.stage-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0.92;
}

.stage-hero-bg__layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* 黄・シアン・マゼンタの柔らかい色被せ（まつりのトーン） */
.stage-hero-bg__layer--tint {
  background: linear-gradient(
    125deg,
    rgba(255, 209, 0, 0.22) 0%,
    rgba(255, 255, 255, 0.06) 28%,
    rgba(0, 206, 209, 0.18) 55%,
    rgba(255, 20, 147, 0.16) 85%,
    rgba(255, 209, 0, 0.12) 100%
  );
  mix-blend-mode: soft-light;
}

/* 大きな光の塊（ゆるく動かす） */
.stage-hero-bg__layer--blobs {
  background:
    radial-gradient(ellipse 55% 48% at 12% 22%, rgba(255, 209, 0, 0.45) 0%, transparent 58%),
    radial-gradient(ellipse 50% 45% at 88% 78%, rgba(0, 206, 209, 0.4) 0%, transparent 55%),
    radial-gradient(ellipse 42% 40% at 72% 15%, rgba(255, 20, 147, 0.32) 0%, transparent 52%);
  mix-blend-mode: screen;
  opacity: 0.75;
  animation: stage-hero-blobs 22s ease-in-out infinite alternate;
}

/* ドット＆斜めラインのテクスチャ */
.stage-hero-bg__layer--pattern {
  background-image:
    radial-gradient(circle at 18% 35%, rgba(255, 255, 255, 0.14) 0%, transparent 32%),
    radial-gradient(circle at 82% 65%, rgba(255, 255, 255, 0.1) 0%, transparent 28%),
    repeating-linear-gradient(
      -32deg,
      transparent,
      transparent 14px,
      rgba(255, 255, 255, 0.04) 14px,
      rgba(255, 255, 255, 0.04) 15px
    );
  opacity: 0.65;
}

/* 周辺をわずかに暗くして中央に視線を集める */
.stage-hero-bg__layer--vignette {
  background: radial-gradient(
    ellipse 72% 65% at 50% 48%,
    transparent 0%,
    transparent 42%,
    rgba(26, 26, 26, 0.35) 100%
  );
  mix-blend-mode: multiply;
}

@keyframes stage-hero-blobs {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: translate(2%, -1.5%) scale(1.04);
    opacity: 0.82;
  }
  100% {
    transform: translate(-1.5%, 2%) scale(1.02);
    opacity: 0.75;
  }
}

@keyframes stage-hero-ken {
  0%,
  100% {
    transform: scale(1.02);
  }
  50% {
    transform: scale(1.06);
  }
}

@media (prefers-reduced-motion: reduce) {
  .stage-hero-bg__layer--blobs {
    animation: none;
  }

  .stage-hero-bg img {
    animation: none;
    transform: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .stage-hero-bg img {
    animation: stage-hero-ken 28s ease-in-out infinite alternate;
  }
}

/* ヒーロー左上の装飾画像（中丸さん等） */
.stage-hero-nakamaru {
  position: absolute;
  top: clamp(0.35rem, 2vw, 1.25rem);
  left: clamp(0.35rem, 2vw, 1.25rem);
  z-index: 5;
  width: clamp(96px, 26vw, 240px);
  pointer-events: none;
}

.stage-hero-nakamaru img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
}

/* 共通 .hero-inner の flex を打ち消し、グルメの .gourmet-hero-inner と同じ見た目にする */
.stage-hero .stage-hero-inner.hero-inner {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.85);
  border: var(--kfb-border);
  box-shadow: var(--kfb-shadow);
  border-radius: 12px;
  width: 100%;
}

.stage-hero-tag {
  display: inline-block;
  font-family: var(--font-pop);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 2px solid var(--kfb-black);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 0 var(--kfb-black);
  margin-bottom: 1.2rem;
}

.stage-hero-title {
  margin: 0 0 1.5rem;
}

.stage-hero-title-main {
  display: block;
}

.stage-hero-logo {
  display: block;
  max-width: min(280px, 70vw);
  height: auto;
  margin: 0 auto 0.5rem;
}

.stage-hero-title-text {
  display: block;
  font-family: var(--font-pop);
  font-weight: 800;
  font-size: clamp(1.5rem, 4.5vw, 2.2rem);
  color: var(--kfb-black);
  text-shadow: 3px 3px 0 #fff, 4px 4px 0 var(--kfb-black);
}

.stage-hero-title-text--multiline {
  font-size: clamp(1.05rem, 3.2vw, 1.65rem);
  line-height: 1.35;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}

.stage-hero-title-sub {
  display: block;
  margin-top: 0.5rem;
  font-family: var(--font-pop);
  font-weight: 800;
  font-size: clamp(1.1rem, 3vw, 1.5rem);
  color: var(--kfb-magenta);
  text-shadow: 2px 2px 0 #fff;
}

.stage-hero-lead {
  max-width: 720px;
  margin: 0.5rem auto 0;
  font-size: clamp(0.95rem, 2.4vw, 1.1rem);
  line-height: 1.8;
}

.stage-hero-free {
  margin: 1rem auto 0;
  display: inline-block;
  font-family: var(--font-pop);
  font-weight: 800;
  font-size: clamp(0.95rem, 2.4vw, 1.05rem);
  color: #fff;
  background: linear-gradient(135deg, var(--kfb-magenta) 0%, #ff1493 100%);
  padding: 0.45rem 1.1rem;
  border: 2px solid var(--kfb-black);
  border-radius: 999px;
  box-shadow: 0 4px 0 var(--kfb-black);
}

.stage-hero-cta {
  margin: 1rem 0 0;
}

.stage-hero-cta-link {
  display: inline-block;
  font-family: var(--font-pop);
  font-weight: 800;
  font-size: clamp(0.95rem, 2.2vw, 1.45rem);
  color: var(--kfb-black);
  text-decoration: none;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  border: 3px solid var(--kfb-black);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--kfb-shadow);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.stage-hero-cta-link:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--kfb-black);
  background: #fff;
}

.stage-hero-cta-link--text {
  border-width: 2px;
  background: transparent;
  box-shadow: none;
  color: var(--kfb-magenta);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.stage-hero-cta-link--text:hover {
  box-shadow: none;
  opacity: 0.85;
}

@media (max-width: 768px) {
  .stage-hero {
    padding: 3rem 1.25rem 2.5rem;
  }
}

/* ========== セクション共通（グルメページ踏襲） ========== */
.stage-section {
  padding: 3rem 0;
  background: #fff;
}

.stage-section:nth-of-type(2n) {
  background: #fdf7f0;
}

.stage-section-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.stage-section-title {
  font-family: var(--font-pop);
  font-size: clamp(1.6rem, 4vw, 2.1rem);
  font-weight: 800;
  margin: 0 0 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 3px solid var(--kfb-black);
}

.stage-section-lead {
  font-size: 0.98rem;
  line-height: 1.8;
  margin: 0 0 1.5rem;
}

/* ========== ストライプ背景（グルメの stripe と同じ） ========== */
.stage-section.stage-section--stripe {
  /* TOPページのパステル縦ストライプと同系統 */
  background-color: #e6f4ff;
  background-image: repeating-linear-gradient(
    90deg,
    #e6f4ff 0px,
    #e6f4ff 40px,
    #e8e0f2 40px,
    #e8e0f2 80px,
    #ffdde8 80px,
    #ffdde8 120px,
    #ffddc8 120px,
    #ffddc8 160px,
    #fff4c8 160px,
    #fff4c8 200px,
    #d8f0e8 200px,
    #d8f0e8 240px,
    #e6f4ff 240px,
    #e6f4ff 280px
  );
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 280px 100%;
}

@media (max-width: 768px) {
  .stage-section {
    padding: 2.5rem 0;
  }

  .stage-section-inner {
    padding: 0 1.25rem;
  }
}

.stage-date-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin: 0 0 1.5rem;
}

.stage-date-btn {
  appearance: none;
  border: 3px solid var(--kfb-black);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--kfb-shadow);
  padding: 0.6rem 1.2rem;
  font-family: var(--font-pop);
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.stage-date-btn:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--kfb-black);
}

.stage-date-btn.is-active {
  transform: translate(3px, 3px);
  box-shadow: 0 0 0 var(--kfb-black);
}

.stage-date-btn--02.is-active {
  background: #1d4ed8;
  color: #fff;
}

.stage-date-btn--03.is-active {
  background: #dc2626;
  color: #fff;
}

.stage-performer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  justify-content: start;
  justify-items: start;
  align-content: start;
}

.stage-performer-card {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: var(--kfb-border);
  box-shadow: none;
  overflow: hidden;
  background: #fff;

  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.stage-performer-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.stage-performer-card-link:focus-visible {
  outline: 3px solid var(--kfb-cyan);
  outline-offset: 3px;
  border-radius: 12px;
}

.stage-performer-card-link:hover .stage-performer-card img {
  filter: brightness(1.04);
}

.stage-performer-photo {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.4rem;
  padding-top: 0.45rem;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  background: #fff;
}

.stage-performer-date-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
  align-self: flex-start;
  margin-left: 0.45rem;
}

.stage-performer-date-badges .stage-performer-date-badge {
  margin-left: 0;
}

.stage-performer-date-badge {
  flex-shrink: 0;
  align-self: flex-start;
  margin-left: 0.45rem;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0.32rem 0.65rem 0.32rem 0.42rem;
  color: #fff;
  font-family: var(--font-pop);
  font-weight: 800;
  line-height: 1;
  border-radius: 0 6px 6px 0;
  box-shadow: none;
}

/* 5月2日: 青 */
.stage-performer-card[data-date='2026-05-02'] .stage-performer-date-badge {
  background: #1d4ed8;
}

/* 5月3日: 赤 */
.stage-performer-card[data-date='2026-05-03'] .stage-performer-date-badge {
  background: #dc2626;
}

/* 複数日出演カード（data-date にカンマ区切り）：バッジごとに色 */
.stage-performer-date-badge.stage-performer-date-badge--may02 {
  background: #1d4ed8;
}

.stage-performer-date-badge.stage-performer-date-badge--may03 {
  background: #dc2626;
}

.stage-performer-date-badge__day {
  font-size: clamp(1.15rem, 3.6vw, 1.65rem);
  letter-spacing: -0.02em;
}

.stage-performer-date-badge__dow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.stage-performer-date-badge__dow-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35em;
  min-height: 1.35em;
  padding: 0 0.12em;
  border: 2px solid #fff;
  font-size: clamp(0.68rem, 2.1vw, 0.82rem);
  font-weight: 800;
  line-height: 1;
}

.stage-performer-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  box-shadow: none;
  filter: none;
}

.stage-performer-card figcaption {
  padding: 0.75rem 0.9rem;
  font-family: var(--font-pop);
  font-weight: 800;
  color: var(--kfb-black);
  font-size: 1rem;
}

.stage-performer-card.is-hidden {
  display: none;
}

.stage-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.stage-tab {
  appearance: none;
  border: 3px solid var(--kfb-black);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--kfb-shadow);
  padding: 0.55rem 1.1rem;
  font-family: var(--font-pop);
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.stage-tab.is-active {
  transform: translate(3px, 3px);
  box-shadow: 0 0 0 var(--kfb-black);
  background: var(--kfb-magenta);
  color: #fff;
}

.stage-tab-panel {
  display: none;
}

.stage-tab-panel.is-active {
  display: block;
}

.stage-table-wrap {
  overflow-x: auto;
  border-radius: 14px;
}

.stage-schedule-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.92);
  border: var(--kfb-border);
  border-radius: 14px;
  box-shadow: var(--kfb-shadow);
}

.stage-schedule-table th,
.stage-schedule-table td {
  border: 2px solid var(--kfb-black);
  padding: 0.6rem 0.75rem;
  text-align: left;
  vertical-align: top;
  font-size: 0.95rem;
}

.stage-schedule-table th {
  font-family: var(--font-pop);
  font-weight: 900;
  background: #fff;
}

.stage-schedule-table td {
  font-family: var(--font-gothic);
  font-weight: 700;
}

/* スケジュール：写真付きリスト（タブ内） */
.stage-schedule-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.stage-schedule-item {
  display: grid;
  grid-template-columns: minmax(72px, 5.5rem) 1fr;
  gap: 0.85rem 1rem;
  align-items: center;
  padding: 0.85rem 1rem;
  border: 3px solid var(--kfb-black);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 3px 3px 0 rgba(26, 26, 26, 0.12);
  min-width: 0;
  scroll-margin-top: 5.5rem;
}

.stage-schedule-item:focus {
  outline: none;
}

.stage-schedule-item:focus-visible {
  box-shadow:
    3px 3px 0 rgba(26, 26, 26, 0.12),
    0 0 0 3px var(--kfb-cyan);
}

#stage-schedule-heading {
  scroll-margin-top: 5.5rem;
}

.stage-schedule-item-media {
  overflow: hidden;
  border: 2px solid var(--kfb-black);
  background: #f3f3f3;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

.stage-schedule-item-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stage-schedule-item-media--slider {
  position: relative;
  overflow: visible;
}

.stage-schedule-item-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.stage-schedule-item-slider-viewport {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.stage-schedule-item-slider-track {
  display: flex;
  width: 300%;
  height: 100%;
  transform: translateX(0);
  transition: transform 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .stage-schedule-item-slider-track {
    transition: none;
  }
}

.stage-schedule-item-slider-slide {
  flex: 0 0 33.333333%;
  height: 100%;
  min-height: 0;
}

.stage-schedule-item-slider-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stage-schedule-item-slider-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 1.65rem;
  height: 2.25rem;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  font-family: var(--font-pop);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  color: var(--kfb-black);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stage-schedule-item-slider-btn--prev {
  left: 0.2rem;
}

.stage-schedule-item-slider-btn--next {
  right: 0.2rem;
}

.stage-schedule-item-slider-btn:hover {
  background: #fff;
}

.stage-schedule-item-slider-btn:focus-visible {
  outline: 2px solid var(--kfb-cyan);
  outline-offset: 2px;
}

.stage-schedule-item-slider-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.35rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  pointer-events: none;
}

.stage-schedule-item-slider-dots .stage-schedule-item-slider-dot {
  pointer-events: auto;
}

.stage-schedule-item-slider-dot {
  width: 0.45rem;
  height: 0.45rem;
  margin: 0;
  padding: 0;
  border: 2px solid var(--kfb-black);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
}

.stage-schedule-item-slider-dot.is-active {
  background: var(--kfb-magenta);
}

.stage-schedule-item-slider-dot:focus-visible {
  outline: 2px solid var(--kfb-cyan);
  outline-offset: 2px;
}

.stage-schedule-item--logo .stage-schedule-item-media img {
  object-fit: contain;
  object-position: center;
  padding: 0.35rem;
  background: #fff;
}

.stage-schedule-item-body {
  min-width: 0;
}

.stage-schedule-item-title {
  margin: 0 0 0.5rem;
  font-family: var(--font-pop);
  font-weight: 900;
  font-size: clamp(0.95rem, 2.8vw, 1.12rem);
  line-height: 1.35;
  color: var(--kfb-black);
}

.stage-schedule-item-time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 0;
  font-family: var(--font-pop);
  font-weight: 900;
  font-size: clamp(1.12rem, 3.4vw, 1.42rem);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: var(--kfb-black);
}

.stage-schedule-item-time time {
  display: inline-block;
  padding: 0.4rem 0.7rem;
  border: 2px solid var(--kfb-black);
  border-radius: 10px;
  background: linear-gradient(180deg, #fff 0%, #f1f5f9 100%);
  box-shadow: 2px 2px 0 rgba(26, 26, 26, 0.14);
  min-width: 4.35em;
  text-align: center;
  font-feature-settings: 'tnum' 1;
}

.stage-schedule-time-sep {
  flex-shrink: 0;
  font-weight: 900;
  font-size: 1.05em;
  color: var(--kfb-magenta);
  line-height: 1;
  padding: 0 0.05rem;
}

.stage-schedule-item-note {
  margin: 0.55rem 0 0;
  font-family: var(--font-gothic);
  font-weight: 700;
  font-size: clamp(0.82rem, 2.3vw, 0.92rem);
  line-height: 1.65;
  color: var(--kfb-black);
}

.stage-schedule-item-note a {
  color: var(--kfb-magenta);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.stage-schedule-item-note a:hover {
  opacity: 0.88;
}

.stage-schedule-item-note a:focus-visible {
  outline: 2px solid var(--kfb-cyan);
  outline-offset: 2px;
  border-radius: 2px;
}

.stage-notice-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.stage-notice-list li {
  position: relative;
  padding-left: 1.1rem;
  margin: 0.5rem 0;
  line-height: 1.8;
  font-size: 0.95rem;
  color: var(--kfb-black);
}

.stage-notice-list li::before {
  content: '●';
  position: absolute;
  left: 0;
  top: 0.3rem;
  color: var(--kfb-magenta);
}

@media (max-width: 900px) {
  .stage-performer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .stage-performer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
  }

  .stage-performer-card img {
    /* 正方形比率なので、上限は設けずカード幅に追従 */
    max-height: none;
  }

  .stage-schedule-table th,
  .stage-schedule-table td {
    font-size: 0.85rem;
  }

  .stage-schedule-item {
    grid-template-columns: minmax(64px, 4.75rem) 1fr;
    gap: 0.65rem 0.85rem;
    padding: 0.75rem 0.85rem;
  }

  .stage-schedule-item-time {
    font-size: clamp(1.05rem, 3.8vw, 1.28rem);
    gap: 0.3rem 0.4rem;
  }

  .stage-schedule-item-time time {
    padding: 0.35rem 0.55rem;
    min-width: 4.1em;
  }
}

/* ========== トークショー告知ページ（talk/） ========== */
.talk-hero-title-with-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1rem;
  margin-top: 0.35rem;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.talk-morningshow-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: min(200px, 38vw);
  max-height: 4.25rem;
  object-fit: contain;
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .talk-hero-title-with-logo {
    flex-direction: column;
    gap: 0.65rem;
  }

  .talk-morningshow-logo {
    max-width: min(180px, 55vw);
    max-height: 3.5rem;
  }
}

.talk-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

.talk-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.88;
}

.talk-notice-list li {
  margin: 0.75rem 0;
}

.talk-ticket-highlight-wrap {
  margin: 0 0 1.35rem;
  padding: 1.1rem 1.15rem;
  border-radius: 14px;
  border: 3px solid var(--kfb-black);
  background: linear-gradient(135deg, var(--kfb-yellow) 0%, #fff8c8 55%, #fff 100%);
  box-shadow: var(--kfb-shadow);
  text-align: center;
}

@media (max-width: 768px) {
  .talk-ticket-highlight-wrap {
    text-align: left;
  }
}

.talk-ticket-highlight {
  font-family: var(--font-pop);
  font-weight: 900;
  font-size: clamp(1.2rem, 3.8vw, 1.55rem);
  color: var(--kfb-black);
  margin: 0 0 0.55rem;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.talk-ticket-highlight-note {
  margin: 0;
  font-size: clamp(0.92rem, 2.6vw, 1rem);
  line-height: 1.65;
  font-weight: 700;
  color: var(--kfb-black);
}

.talk-notice-emphasis {
  font-weight: 800;
  color: var(--kfb-magenta);
}

/* 質問募集ボタン */
.talk-question-cta {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}

.talk-question-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: min(520px, 100%);
  padding: 1rem 1.25rem;
  border-radius: 14px;
  border: 3px solid var(--kfb-black);
  background: linear-gradient(135deg, var(--kfb-yellow) 0%, var(--kfb-cyan) 100%);
  color: var(--kfb-black);
  font-family: var(--font-pop);
  font-weight: 900;
  font-size: clamp(1rem, 3.4vw, 1.15rem);
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: var(--kfb-shadow);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.talk-question-btn:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--kfb-black);
  filter: saturate(1.05);
}

.talk-question-btn:active {
  transform: translate(3px, 3px);
  box-shadow: 0 0 0 var(--kfb-black);
}

.talk-question-btn--secondary {
  background: #fff;
}

/* スマホ：hatori.png / tamakawa.png を前面下部に表示 */
.talk-hero {
  position: relative;
}

.talk-hero-figures {
  display: none;
}

@media (max-width: 768px) {
  /* 下部に人物を置く分、カード下に余白を確保 */
  .talk-hero .stage-hero-inner {
    padding-bottom: 10.5rem;
  }

  .talk-hero-figures {
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: min(520px, 100%);
    justify-content: space-between;
    align-items: flex-end;
    gap: 0;
    padding: 0;
    z-index: 2;
    pointer-events: none;
  }

  .talk-hero-figure {
    display: block;
    width: 43%;
    max-width: 240px;
    filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.25));
  }

  .talk-hero-figure img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  /* 端にさらに寄せる（少しだけ外側へ） */
  .talk-hero-figure--hatori {
    transform: translateX(-3rem);
  }

  .talk-hero-figure--tamakawa {
    transform: translateX(3rem);
  }
}

