@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local('YuGothic-Medium'), local('Yu Gothic Medium'), local('YuGothic-Regular');
}
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local('YuGothic-Bold'), local('Yu Gothic Bold');
}
@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local('YuMincho-Medium'), local('Yu Mincho Medium'), local('YuMincho-Regular');
}
@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local('YuMincho-Demibold'), local('Yu Mincho');
}

/* ==============================
   Event Page
   ============================== */
.event-page {
  font-family:
    'MyYuGothicM', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  color: #333;
  line-height: 1.8;
}

/* ==============================
   Heading
   ============================== */
.event-heading {
  text-align: center;
  margin-bottom: 40px;
}
.event-heading__en {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.1;
  color: #474747;
  font-size: 32px;
}
@media print, screen and (min-width: 1025px) {
  .event-heading__en {
    font-size: 48px;
  }
}
.event-heading__en::after {
  margin: 8px auto 0;
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background-color: #b1b1b1;
}
.event-heading__ja {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #999;
  margin-top: 8px;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 1025px) {
  .event-heading__ja {
    font-size: 14px;
  }
}

/* ==============================
   Section common
   ============================== */
.event-section {
  padding: 50px 20px;
}
@media print, screen and (min-width: 1025px) {
  .event-section {
    padding: 80px 20px;
  }

  .event-section.event-caution {
    padding: 20px 20px 80px;
  }
}
.event-section__inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* ==============================
   1. Hero
   ============================== */
.event-hero {
  width: 100%;
  overflow: hidden;
}
.event-hero__img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==============================
   Local Nav
   ============================== */
.event-lnav {
  background-color: #222;
  position: sticky;
  z-index: 90;
}
@media print, screen and (max-width: 1024px) {
  .event-lnav {
    top: 44px;
  }
}
@media print, screen and (min-width: 1025px) {
  .event-lnav {
    top: 60px;
  }
}
.event-lnav__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.event-lnav__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}
.event-lnav__item {
  width: 33.333%;
  text-align: center;
}
.event-lnav__item a {
  display: block;
  padding: 12px 8px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 768px) {
  .event-lnav__item {
    width: auto;
  }
  .event-lnav__item a {
    padding: 14px 16px;
    font-size: 13px;
  }
}
@media print, screen and (min-width: 1025px) {
  .event-lnav__item a {
    padding: 16px 24px;
    font-size: 14px;
  }
}
.event-lnav__item a:hover {
  opacity: 0.7;
}

#event-intro,
#event-director,
#event-performers,
#event-ticket,
#event-access {
  scroll-margin-top: 120px;
}

@media print, screen and (min-width: 1025px) {
  #event-intro,
  #event-director,
  #event-performers,
  #event-ticket,
  #event-access {
    scroll-margin-top: 150px;
  }
}

/* ==============================
   2. Overview / Intro
   ============================== */
.event-intro__text {
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
@media print, screen and (min-width: 1025px) {
  .event-intro__text {
    font-size: 15px;
  }
}

/* ==============================
   3. Recruit Banners
   ============================== */
.event-recruit-banners {
  padding-top: 0;
  padding-bottom: 30px;
}
.event-recruit-banners__grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .event-recruit-banners__grid {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }
}
.event-recruit-banners__item {
  display: block;
  max-width: 460px;
  width: 100%;
  transition: opacity 0.3s;
}
.event-recruit-banners__item:hover {
  opacity: 0.8;
}
.event-recruit-banners__item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/* ==============================
   4. News
   ============================== */
.event-news {
  background-color: #f5f5f5;
}
.event-news__list {
  list-style: none;
}
.event-news__item {
  border-bottom: 1px solid #ddd;
}
.event-news__item:first-child {
  border-top: 1px solid #ddd;
}
.event-news__link {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 16px 8px;
  text-decoration: none;
  color: #333;
  transition: opacity 0.3s;
}
@media print, screen and (max-width: 767px) {
  .event-news__link {
    flex-direction: column;
    gap: 4px;
  }
}
.event-news__link:hover {
  opacity: 0.7;
}
.event-news__date {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  color: #999;
  flex-shrink: 0;
}
.event-news__title {
  font-size: 14px;
  line-height: 1.6;
}
.event-news__more {
  text-align: center;
  margin-top: 24px;
}
.event-news__more-link {
  display: inline-block;
  padding: 10px 32px;
  font-size: 13px;
  color: #333;
  border: 1px solid #999;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition:
    background-color 0.3s,
    color 0.3s;
}
.event-news__more-link:hover {
  background-color: #333;
  color: #fff;
}

/* ==============================
   5. Banners
   ============================== */
.event-banners__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.event-banners__item {
  display: block;
  max-width: 800px;
  width: 100%;
  transition: opacity 0.3s;
}
.event-banners__item:hover {
  opacity: 0.8;
}
.event-banners__item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/* ==============================
   6. Director
   ============================== */
.event-director {
  background-color: #1a1a1a;
  color: #fff;
}
.event-director .event-heading__en {
  color: #fff;
}
.event-director .event-heading__en::after {
  background-color: #666;
}
.event-director .event-heading__ja {
  color: #aaa;
}
.event-director__content {
  text-align: center;
}
.event-director__img {
  max-width: 280px;
  margin: 0 auto 24px;
}
@media print, screen and (min-width: 1025px) {
  .event-director__img {
    max-width: 320px;
  }
}
.event-director__link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.event-director__link:hover {
  opacity: 0.7;
}
.event-director__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.event-director__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
@media print, screen and (min-width: 1025px) {
  .event-director__name {
    font-size: 22px;
  }
}

/* ==============================
   7. Performers
   ============================== */
.event-performers {
  background-color: #1e3a5f;
  color: #fff;
}
.event-performers .event-heading__en {
  color: #fff;
}
.event-performers .event-heading__en::after {
  background-color: rgba(255, 255, 255, 0.3);
}
.event-performers .event-heading__ja {
  color: #ccc;
}
.event-performers__block {
  margin-bottom: 48px;
}
.event-performers__block:last-child {
  margin-bottom: 0;
}
.event-performers__block-title {
  text-align: center;
  margin-bottom: 28px;
}
.event-performers__block-title-en {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1025px) {
  .event-performers__block-title-en {
    font-size: 28px;
  }
}
.event-performers__block-title-ja {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #ccc;
  margin-top: 4px;
}
.event-performers__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media print, screen and (min-width: 768px) {
  .event-performers__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .event-performers__grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
  }
}
.event-performers__card {
  text-align: center;
}
.event-performers__card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.event-performers__card-link:hover {
  opacity: 0.7;
}
.event-performers__card-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 8px;
}
.event-performers__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.event-performers__card-name {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 1025px) {
  .event-performers__card-name {
    font-size: 13px;
  }
}

/* ==============================
   8. Ticket
   ============================== */
.event-ticket__text {
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
@media print, screen and (min-width: 1025px) {
  .event-ticket__text {
    font-size: 15px;
  }
}

/* ==============================
   9. Caution / Notice
   ============================== */
.event-caution__body {
  text-align: center;
}
.event-caution__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 40px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.05em;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.event-caution__link:hover {
  background-color: #555;
}
.event-caution__arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/* ==============================
   10. Access
   ============================== */
.event-access {
  background-color: #f5f5f5;
}
.event-access__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media print, screen and (min-width: 768px) {
  .event-access__content {
    flex-direction: row;
    gap: 40px;
  }
}
.event-access__map {
  flex: 1;
  min-height: 300px;
}
.event-access__map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border-radius: 4px;
}
.event-access__info {
  flex: 1;
}
.event-access__info-title {
  font-size: 13px;
  font-weight: bold;
  color: #666;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ccc;
}
.event-access__info-content {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.event-access__info-content:last-child {
  margin-bottom: 0;
}

/* ==============================
   Archive - Event List
   ============================== */
.event-archive__list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media print, screen and (min-width: 768px) {
  .event-archive__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }
}
.event-archive__item {
  overflow: hidden;
}
.event-archive__link {
  display: block;
  text-decoration: none;
  color: #333;
  transition: opacity 0.3s;
}
.event-archive__link:hover {
  opacity: 0.75;
}
.event-archive__img {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 4px;
}
.event-archive__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.event-archive__title {
  margin-top: 12px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (min-width: 1025px) {
  .event-archive__title {
    font-size: 17px;
  }
}
.event-archive__empty {
  text-align: center;
  color: #999;
  padding: 60px 0;
}
