/* ===== イベント特設ページ用スタイル ===== */
.event-hero {
  padding: 60px 20px;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.hero-logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: white;
  transition: transform 0.3s;
}
.hero-logo-container:hover {
  transform: scale(1.03);
}
.hero-logo {
  max-width: 90%;
  width: 800px; 
  height: auto;
}
.hero-logo-year {
  font-family: 'Poppins', sans-serif;
  font-size: 3em; 
  font-weight: 700;
  text-shadow: 0 3px 12px rgba(0,0,0,0.3);
  margin-top: -20px;
}
.event-subtitle {
  font-size: 1.2em;
  letter-spacing: 1px;
  opacity: 0.9;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.event-contents {
  max-width: 900px;
  margin: -40px auto 40px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

/* ===== 2026冬：結果未公開時の表示 ===== */
.notice-card{
  background: rgba(255,255,255,0.7);
  border-radius: 16px;
  padding: 22px;
  margin: 20px 0 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  border: 1px solid rgba(255,255,255,0.55);
}
.notice-title{
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 6px;
  color: #111;
}
.notice-body{
  color: #555;
  line-height: 1.7;
  font-size: 0.95em;
}
.section-title {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 2em;
  color: #333;
  margin: 40px 0 20px;
  position: relative;
}
.section-title.timetable-title {
  color: white;
  text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.section-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background: var(--accent, #00A8E8);
  border-radius: 2px;
  margin: 8px auto 0;
}
.info-section {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.info-card {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}
.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}
.info-card-icon {
  font-size: 2.5em;
  color: var(--accent, #00A8E8);
  margin-bottom: 15px;
}
.info-card-title {
  font-size: 1.2em;
  margin: 0 0 5px;
  color: #111;
}
.info-card-text {
  margin: 0;
  color: #555;
  line-height: 1.6;
}
.cast-section {
  padding: 20px 0;
}
.profile-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}
.profile-card {
  background: rgba(255,255,255,0.7);
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s, box-shadow 0.3s;
}
.profile-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}
.profile-photo {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}
.profile-body {
  padding: 18px;
}
.profile-name {
  margin: 0 0 8px;
  font-size: 1.4em;
  color: #222;
}
.profile-schedule-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(45deg, #F9A620, #e9c46a);
  color: white;
  font-weight: 700;
  padding: 8px 15px;
  border-radius: 50px;
  font-size: 0.9em;
  margin-bottom: 15px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.profile-note {
  margin: -4px 0 10px;
  font-size: 0.9em;
  color: #666;
}
.profile-bio {
  margin: 0;
  font-size: 0.95em;
  line-height: 1.7;
  color: #444;
}
.mc-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.results-section {
  padding-top: 20px;
}
.awards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 30px;
}
.award-card {
  background: rgba(255,255,255,0.7);
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  overflow: hidden;
}
.award-card.large {
  display: grid;
  grid-template-columns: 2fr 1fr;
  min-height: 350px;
}
.photo-carousel {
  position: relative;
  width: 100%;
  height: 100%;
}
.carousel-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: none;
  animation: fade-in 0.5s;
}
.carousel-slide.active {
  display: block;
}
@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.4);
  color: white;
  border: none;
  font-size: 24px;
  padding: 5px 15px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.2s;
}
.carousel-btn:hover {
  background-color: rgba(0,0,0,0.7);
}
.carousel-btn.prev { left: 10px; }
.carousel-btn.next { right: 10px; }
.award-details {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.award-icon {
  font-size: 3em;
  color: #f9bf2d;
  margin-bottom: 15px;
}
.award-name {
  font-family: 'Poppins', sans-serif;
  font-size: 2em;
  margin: 0;
}
.winner-name {
  font-size: 1.5em;
  font-weight: bold;
  margin: 10px 0 0;
}
.winner-affiliation {
  margin: 5px 0 0;
  color: #555;
}
.individual-awards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}
.award-card.small {
  display: flex;
  flex-direction: column;
}
.award-photo-placeholder {
  width: 100%;
  padding-top: 60%;
  background-size: cover;
  background-position: center;
}
.award-name.small {
  font-size: 1.4em;
  font-weight: bold;
}
.award-card.small .winner-name { font-size: 1.2em; }
.award-card.small .award-details { padding: 20px; }
.award-icon.small {
  font-size: 2.5em;
  color: #6c757d;
}
@media (max-width: 768px) {
  .hero-logo { width: 90vw; }
  .hero-logo-year { font-size: 2.2em; }
  .event-contents { margin: -20px auto 30px; padding: 15px; }
  .profile-card-grid { grid-template-columns: 1fr; }
  .award-card.large {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .photo-carousel {
    height: 250px;
  }
}

:root {
  color-scheme: light;
}
body {
  margin: 0;
  font-family: 'Noto Sans JP', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
  background: linear-gradient(135deg, #0b1d39, #1b4f72 45%, #bdebff);
  background-attachment: fixed;
}
.music-fest-schedule {
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.schedule-nav {
  text-align: center;
  margin: 60px 0;
  padding: 8px;
  background: rgba(255,255,255,0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  display: flex;
  justify-content: center;
}
.schedule-nav .nav-link {
  flex: 1;
  margin: 0 5px;
  padding: 12px 20px;
  color: #333;
  font-weight: 700;
  text-decoration: none;
  border-radius: 40px;
  transition: all .3s ease;
}
.schedule-nav .nav-link:hover {
  background: rgba(255,255,255,0.7);
}
.day-schedule.day-1 { --accent:#2D9CDB; --accent-grad: linear-gradient(45deg, #2D9CDB, #1E3A8A); }
.day-schedule.day-2 { --accent:#8B5CF6; --accent-grad: linear-gradient(45deg, #8B5CF6, #1E40AF); }
.day-card {
  background: var(--accent-grad);
  border: none;
  border-radius: 16px;
  color: #fff;
  padding: 20px;
  margin: 40px 0 20px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
  text-align: center;
  position: sticky;
  top: 10px;
  z-index: 10;
}
.day-card .day-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: .03em;
  color: #fff !important;
  text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.schedule-cards {
  position: relative;
}
.card {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #333;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  padding: 18px 22px;
  margin: 0 auto 25px;
  transition: all .3s ease;
  position: relative;
  animation: card-fade-in 0.5s ease-out both;
}
.card:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  transform: translateY(-5px) scale(1.02);
  border-color: rgba(255, 255, 255, 0.9);
}
.card-header { display: block; cursor: pointer; }
.header-line-time { margin-bottom: 12px; }
.card-time {
  font-size: 1.2em;
  color: var(--accent);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
.card-time svg { width: 1.2em; height: 1.2em; fill: var(--accent); }
.header-line-main {
  display: flex;
  align-items: center;
  gap: 15px;
}
.card-order {
  background: var(--accent-grad);
  color: #fff;
  width: 42px; height: 42px;
  min-width: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  font-weight: 700;
  border: 2px solid rgba(255,255,255,0.7);
}
.card-band-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
}
.band-name-text {
  font-size: 1.3em;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
}
.aff-inline {
  font-size: 0.95em;
  color: #555;
  background: rgba(0,0,0,0.05);
  padding: 3px 8px;
  border-radius: 8px;
}
.hint-icon {
  font-size: 1.5em;
  color: #555;
  opacity: 0.7;
  transition: transform .3s ease, opacity .3s ease;
}
.card-header[aria-expanded="true"] .hint-icon {
  transform: rotate(180deg);
}
.break-card {
  background: rgba(255,255,255,0.2);
  border-style: dashed;
  display: flex;
  align-items: center;
  gap: 16px;
}
.break-card .card-time, .break-card .card-label { color: #555; }
.break-card .card-time svg { fill: #555; }
.break-card .card-label { font-size: 1.1em; font-weight: bold; }
.profile-detail {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0,0,0,0.1);
  color: #333;
  font-size: 1em;
  line-height: 1.7;
}
@media (max-width: 600px) {
  .music-fest-schedule { padding: 10px; }
  .header-line-main { align-items: flex-start; }
  .band-name-text { font-size: 1.2em; }
  .aff-inline { display: block; width: 100%; margin-top: 5px; }
}
.event-footer {
  padding: 40px 20px;
  text-align: center;
  background: rgba(0,0,0,0.1);
}
.footer-logo {
  width: 200px;
  height: auto;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.footer-logo:hover {
  opacity: 1;
}
.live-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #CD201F;
  color: white;
  text-align: center;
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
  transform: translateY(100%);
  animation: slide-up 0.5s 1s forwards;
}
.live-banner-link {
  display: block;
  padding: 12px;
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
}
.live-banner-link .fa-youtube {
  margin-right: 8px;
  font-size: 1.4em;
  vertical-align: middle;
}
.live-banner-link .click-text {
  display: inline-block;
  margin-left: 15px;
  padding: 4px 8px;
  background: rgba(0,0,0,0.2);
  border-radius: 4px;
  font-size: 0.8em;
}
.live-banner-link.not-live {
  background-color: #6c757d;
  cursor: default;
}
@media (max-width: 600px) {
  .live-banner-link .click-text { display: none; }
}

/* ===== 2026冬：TIMETABLE 可読性改善 ===== */
/* タイムテーブル周辺に“読みやすい下地”を追加（背景の明暗に左右されにくくする） */
.music-fest-schedule{
  background: rgba(11, 29, 57, 0.14);
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 24px;
  padding: 26px 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
@media (max-width: 600px){
  .music-fest-schedule{ padding: 18px 12px; border-radius: 18px; }
}

/* ナビの背景を少し濃くし、文字色を深いネイビーに */
.schedule-nav{
  background: rgba(255,255,255,0.88);
  border-color: rgba(255,255,255,0.65);
  box-shadow: 0 8px 20px rgba(0,0,0,0.16);
}
.schedule-nav .nav-link{
  color: #0b1d39;
  text-shadow: 0 1px 0 rgba(255,255,255,0.65);
}
.schedule-nav .nav-link:hover{
  background: rgba(255,255,255,0.88);
}
.schedule-nav .nav-link:focus-visible{
  outline: 3px solid rgba(45,156,219,0.45);
  outline-offset: 2px;
}

/* カード本体：透けを抑えて文字コントラストを確保 */
.card{
  background: rgba(255,255,255,0.88);
  border-color: rgba(11, 29, 57, 0.14);
  box-shadow: 0 10px 26px rgba(0,0,0,0.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.card:hover{
  border-color: rgba(11, 29, 57, 0.22);
}

/* TIME（時刻）文字に軽いシャドウを足してコントラスト補助 */
.card-time{
  text-shadow: 0 1px 0 rgba(255,255,255,0.55);
}

/* 休憩カード（break）が薄すぎて読みにくくなる問題を解消 */
.break-card{
  background: rgba(255,255,255,0.92);
  border-color: rgba(11, 29, 57, 0.22);
  border-style: dashed;
  position: relative;
}
.break-card::before{
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 7px;
  background: rgba(11, 29, 57, 0.28);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.break-card .card-time,
.break-card .card-label{
  color: #0b1d39;
}
.break-card .card-label{
  font-weight: 800;
  letter-spacing: .02em;
}

/* 所属表示・矢印アイコンも少し濃くして視認性UP */
.aff-inline{
  color: #0b1d39;
  background: rgba(11, 29, 57, 0.07);
}
.hint-icon{
  color: #0b1d39;
  opacity: 0.55;
}
