@charset "utf-8";

.pc-only {
  display: block;
}

/* PC用を表示 */
.sp-only {
  display: none;
}

/* スマホ用を隠す */
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

img {
  width: 100%;
}

body {
  font-family:
    "Noto Sans JP", "游ゴシック", "YuGothic", "メイリオ", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

p.palt {
  font-feature-settings: "palt";
}

p.strong {
  font-size: 20px;
  font-weight: 700;
}

p.bold {
  font-weight: 700;
}

.red {
  color: #ff0000;
}

.yellow {
  color: #ffc904;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

/* =================================
   Header
================================= */

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #113232;
}

.header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/section_title_back.svg") repeat;
  opacity: 0.15;
  z-index: -10;
}

.header__inner {
  max-width: 1400px;
  margin: 0 auto;
}

/* =================================
   PC
================================= */

.header__logo {
  display: none;
}

.header__hamburger {
  display: none;
}

.header__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  padding: 20px;
}

.header__menu a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition: opacity 0.3s;
  padding: 20px;
}

.header__menu a:hover {
  opacity: 0.7;
}

/* =================================
   SP
================================= */

.header__sp-nav {
  display: none;
}

@media (max-width: 767px) {
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 12px;
  }

  /* PCメニュー非表示 */
  .header__nav {
    display: none;
  }

  /* ロゴ */
  .header__logo {
    display: block;
    margin: 0;
    padding-right: 10px;
  }

  .header__logo a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
  }

  /* ハンバーガー */

  .header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 48px;
    height: 48px;
    background: #efefef;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
  }

  .header__hamburger span {
    display: block;
    width: 24px;
    height: 3px;
    background: #666;
    transition: 0.3s;
  }

  /* 開いた時 */

  .header__hamburger.is-open span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }

  .header__hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }

  .header__hamburger.is-open span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }

  /* SPメニュー */

  .header__sp-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #113232;
  }

  .header__sp-nav.is-open {
    display: block;
  }

  .header__sp-menu {
    text-align: center;
  }

  .header__sp-menu li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .header__sp-menu a {
    display: block;
    padding: 18px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }
}

/* =================================
   footer
================================= */
.footer {
  position: relative;
  overflow: hidden;
  background: #113232;
  color: #fff;
  margin-top: auto;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/section_title_back.svg") repeat;
  background-size: 80px;
  opacity: 0.15;
  z-index: 0;
}

.footer__inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 20px 25px;
}

.footer__info {
  font-size: 14px;
  line-height: 1.8;
}

.footer__copyright {
  text-align: center;
  font-size: 14px;
}

/* =================================
   FV
================================= */

.fv .fv__img img {
  width: 100%;
  height: auto;
}

section {
  padding-top: 40px;
}

.section_inner {
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto 60px;
}

/* ーーーータイトルーーーー */
.section-title {
  position: relative;
  width: auto;
  height: 200px;
  overflow: hidden;
  margin-bottom: 80px;
}

#overview .section-title {
  background: url("../images/title_image--overview.jpg") center center / cover no-repeat;
}

#program .section-title {
  background: url("../images/title_image--program.jpg") center center / cover no-repeat;
}

#seating .section-title {
  background: url("../images/title_image--seating.jpg") center center / cover no-repeat;
}

#ticket .section-title {
  background: url("../images/title_image--ticket.jpg") center center / cover no-repeat;
}

#venue .section-title {
  background: url("../images/title_image--venue.jpg") center center / cover no-repeat;
}

#food-goods .section-title {
  background: url("../images/title_image--food-goods.jpg") center center / cover no-repeat;
}

/* -test- */
#venue.venue .section-title {
  background: url("../images/title_image--ticket.jpg") center center / cover no-repeat;
}

#food-goods.food-goods .section-title {
  background: url("../images/title_image--venue.jpg") center center / cover no-repeat;
}

.section-title_text {
  position: absolute;
  top: 50%;
  left: 10%;
  width: auto;
  height: 100%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .section-title {
    height: 90px;
    overflow: hidden;
    margin-bottom: 40px;
  }

  .section-title_text {
    left: 5%;
  }
}

/* ーーーーコンテンツタイトルーーーー */
.content-title {
  height: 64px;
  display: flex;
  font-size: 28px;
  align-items: center;
  color: #fff;
  background: #142062 url("../images/section_title_back.svg") repeat;
  background-size: 80px;
  padding: 0 20px;
  margin-bottom: 32px;
  scroll-margin-top: 80px; 
}

.content-inner {
  padding: 0 32px;
}

.inner-img {
  margin-bottom: 72px;
}

@media only screen and (max-width: 767px) {
  .inner-img {
    margin-bottom: 32px;
  }
}

.separate {
  display: flex;
  gap: 32px;
}

.separate-left,
.separate-right {
  width: 50%;
}

.separate-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media only screen and (max-width: 767px) {
  section {
    padding-top: 20px;
  }

  .section_inner {
    margin: 0 auto 30px;
  }

  .content-title {
    height: 48px;
    font-size: 18px;
  }

  .content-inner {
    padding: 0 8px;
  }

  .separate {
    flex-direction: column-reverse;
  }

  .separate-left,
  .separate-right {
    width: 100%;
  }
}

/* ーーーー表ーーーー */
.guide_list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  align-items: stretch;
  margin-bottom: 5px;
}

.guide_list-item:last-child {
  margin-bottom: 0;
}

.guide_list-item--left {
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  flex: 1;
  padding: 10px;
}

.guide_list-item--right {
  width: calc(100% - 75px);
  flex-shrink: 0;
  background: #f2f2f2;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.guide_list-item:nth-child(even) .guide_list-item--left,
.guide_list-item:nth-child(even) .guide_list-item--right {
  background: #f7f7f7;
}

#program .guide_list-item--left {
  width: 120px;
  justify-content: start;
}

#program .guide_list-item--right {
  width: calc(100% - 125px);
}

#venue .guide_list-item--left {
  width: 120px;
}

#venue .guide_list-item--right {
  width: calc(100% - 125px);
}

#food-goods .guide_list-item--left {
  width: 300px;
}

#food-goods .guide_list-item--right {
  width: calc(100% - 305px);
}

.guide_list-item--bold {
  font-weight: 600;
}

.guide_list-item--note {
  color: #646464;
}

@media only screen and (max-width: 767px) {
  .guide_list-item--right p {
    font-size: 14px;
  }

  #program .guide_list-item--left {
    width: 120px;
    justify-content: start;
  }

  #program .guide_list-item--right {
    width: calc(100% - 125px);
  }

  #venue .guide_list-item--left {
    width: 120px;
  }

  #venue .guide_list-item--right {
    width: calc(100% - 125px);
  }

  #food-goods .guide_list-item--left {
    width: 120px;
  }

  #food-goods .guide_list-item--right {
    width: calc(100% - 125px);
  }
}

/* ーーーー金額表ーーーー */
.ticket-list {
  margin-bottom: 40px;
}

.ticket-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  align-items: stretch;
  margin-bottom: 5px;
}

.ticket-item:last-child {
  margin-bottom: 0;
}

.ticket-item__info {
  width: calc(100% - 285px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  background: #f2f2f2;
  flex: 1;
  padding: 10px;
}

.ticket-item__price {
  width: 280px;
  flex-shrink: 0;
  background: #f2f2f2;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ticket-item:nth-child(even) .ticket-item__info,
.ticket-item:nth-child(even) .ticket-item__price {
  background: #f7f7f7;
}

.ticket-label {
  display: inline-block;
  padding: 6px 14px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 7px;
}

/* 席種カラー */
.ticket-label--s {
  background: #1b7db3;
}

.ticket-label--a {
  background: #453f83;
}

.ticket-label--arena {
  background: #16833b;
}

.ticket-label--wheelchair {
  background: #901d57;
}

.ticket-label--stand {
  background: #d46715;
}

.ticket-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ticket-tag {
  padding: 6px 10px;
  color: #919191;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 7px;
  border: 1px solid #919191;
}

.sold {
  border: none;
  color: white;
  background-color: crimson;
}

.ticket-price {
  font-size: 18px;
}

.ticket-note {
  margin-top: 6px;
  color: #808080;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .ticket-list {
    margin-bottom: 24px;
  }

  .ticket-item__info {
    width: calc(100% - 165px);
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }

  .ticket-label,
  .ticket-detail {
    font-size: 14px;
  }

  .ticket-tag {
    font-size: 12px;
  }

  .ticket-item__price {
    width: 160px;
    flex-shrink: 0;
    background: #f2f2f2;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .ticket-price {
    font-size: 16px;
  }
}

/* ーーーーアイコン付タイトルーーーー */
.icon-text_title {
  border-bottom: solid 1px #646464;
  padding: 12px;
  font-size: 18px;
}

.icon-text_inner--large {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}

.icon--gray {
  color: #646464;
  margin-right: 4px;
}

.icon-text_inner {
  padding: 16px;
}

.icon-caret-right {
  display: flex;
  align-items: center;
  gap: 0.3em;
}

.icon-caret-right i {
  color: #b3a137;
  font-size: 200%;
}

a {
  color: #1480ff;
  font-weight: 600;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.6;
}

.box_wrap {
  border: solid 1px #646464;
}

.box_inner {
  color: #646464;
  padding: 32px;
}

.box_inner--text {
  padding: 16px;
}

.box_inner--text li {
  margin-bottom: 8px;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .box_inner {
    color: #646464;
    padding: 12px;
  }
}

/* ーーーー地図ーーーー */
.map iframe {
  width: 100%;
  height: 300px;
}

/* ニュース */
.news__item {
  margin-bottom: 32px;
}

.news__item:last-child {
  margin-bottom: 0;
}

.news__item a {
  color: #000;
}

.news__item a {
  color: #000;
}

time.news__date {
  font-size: 20px;
  font-weight: bold;
}

p.news__text {
  margin-top: 12px;
  font-weight: normal;
}


/* ーーーーNEWS個別ページーーーー */
#news_page .news-title_wrap {
  border-bottom: 1px solid;
  padding: 12px;
}

#news_page .news__date {
  font-size: 18px;
}

#news_page .news__title {
  font-size: 24px;
}

#news_page .news-text_wrap {
  padding: 32px 12px;
}

#news_page .news__text {
  margin-top: 0;
}

#news_page .news__text+.news__text {
  margin-top: 24px;
}

/* ーーーー faq ーーーー */
.faq-item {
  border-bottom: 1px solid #ccc;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  line-height: 2;
}

.faq-question span {
  font-weight: bold;
  display: block;
}

.faq-icon {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
  margin-left: 10px;
}

.faq-item.is-open .faq-icon {
  transform: rotate(-45deg);
}

.faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
  background: #fff;
}

.faq-question span,
.faq-answer-inner span {
  display: block;
  font-size: 160%;
  color: #333;
  font-weight: bold;
}

.faq-answer-inner span {
  color: #933;
}

.faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  background: #fff;
}

.faq-item.is-open .faq-answer {
  height: auto;
}

.faq-item.is-open .faq-icon {
  transform: rotate(-45deg);
}

.faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
  background: #fff;
}

.faq-answer-inner {
  padding: 20px;
}

.faq-answer-inner .red {
  display: inline;
  font-size: 100%;
  color: red;
}
.faq-answer-inner img {
  display: block;
  width: 100%;
  max-width: 450px;
  margin-bottom: 32px;
}