@charset "UTF-8";

.pc__br {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header.is-scrolled {
  background-color: transparent;
}

p {
  font-size: 1em;
}

.normal {
  font-size: 1em;
}

.inner {
  position: relative;
  min-height: 60px;
  padding: 0 12px;
}

.ifsp {
  display: block;
}

.ifpc {
  display: none;
}

/*------title */
.line-left {
  font-size: 1.06em;
}

.soon {
  position: relative;
}

.soon a {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.7;
}

.soon::after {
  content: "COMING SOON";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  color: #f5f5f5;
  font-size: 1.4em;
  font-weight: 800;
  border-radius: 4px;
  z-index: 10;
  pointer-events: none;
}

.ifpc {
  display: none;
}

.sp-column--1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}

.flex {
  gap: 0.5em;
}

.header__nav.sp-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition:
    max-height 0.35s ease,
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;
  background: rgba(255, 248, 232, 0.98);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.header__nav.sp-nav.active {
  max-height: 100vh;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header__nav--list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 60px 12px 12px;
}

.header__nav--item a {
  display: flex;
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(120, 70, 0, 0.12);
  font-size: 1.6rem;
}

.header__nav--item:last-child a {
  border-bottom: 0;
}

.header__nav--x {
  width: 28px;
  margin-left: auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.header__hamburger {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  margin-left: auto;
}

.header__menu--border {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.header__hamburger--line {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: #ffae00;
  transition:
    transform 0.3s ease,
    opacity 0.2s ease;
}

.header__hamburger.active .header__hamburger--line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.header__hamburger.active .header__hamburger--line:nth-child(2) {
  opacity: 0;
}

.header__hamburger.active .header__hamburger--line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

body.is-nav-open {
  overflow: hidden;
}

main {
  padding: 0 0 40px;
}

.in {
  margin: 45px auto;
}

.title_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.title_box::before,
.title_box::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #333;
}

.mv__wrapper {
  /* width: calc(100% - 24px); */
  margin: 0 auto 24px;
  grid-template-columns: 1fr;
  gap: 12px;
}

.mv__info {
  padding: 16px 14px;
}

.mv__logo {
  width: min(100%, 280px);
  margin-bottom: 12px;
}

.mv__day {
  font-size: clamp(3.2rem, 11vw, 5rem);
}

.mv__venue {
  margin-top: 10px;
  font-size: 1.6rem;
}

.mv__performances {
  margin-top: 4px;
  font-size: 2.4rem;
}

.mv__btn {
  margin-top: 12px;
}

.mv__btn a {
  min-height: 44px;
  font-size: 1.6rem;
}

.bg__sunred_text {
  width: 92vw;
  margin: -36px 0 -150px;
}

.page__title {
  font-size: 2.4em;
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  color: #fff;
  background: #000;
  transform: skewX(-10deg);
  margin-top: 2em;
  flex-shrink: 0;
}

.title_box::before,
.title_box::after {
  margin-top: 4em;
}

/* ==========================
 section
========================== */
section {
  margin-top: 40px;
}

/* ==========================
 NEWS
========================== */
.news__wrapper {
  margin-left: 7px;
  margin-right: 7px;
  background: rgba(255, 174, 0, 0.85);
}
.news__inner {
  padding: 30px 10px;
}
.news__list li {
  flex-wrap: wrap;
  gap: 7px;
  padding: 15px 1.6em;
}
.news__title {
  font-size: 5.4em;
  margin-bottom: 20px;
}

/* ==========================
 bnr
========================== */
.bnr__area {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: calc(100% - 24px);
  margin: 0 auto;
}

.bnr__area img {
  width: 100%;
}

/* ==========================
 footer
========================== */
.footer {
  margin-top: 0;
}

.footer__flex {
  width: 95%;
  gap: 1em;
}

.footer__dome {
  width: 100%;
  display: flex;
  gap: 1em;
}

.footer-logo {
  display: inline-block;
  width: 100%;
  max-width: 320px;
}

.footer-logo img {
  width: 100%;
}

.fixed-ticket-link {
  display: block;
  right: 12px;
  bottom: 12px;
  width: 84px;
  z-index: 1300;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.footer .footer__below-copy {
  font-size: 1rem;
}

/* ==========================
  introduction
========================== */
.illust_text {
  font-size: 1.3em;
}

.title__slash {
  display: none;
}

.title__a {
  font-size: 1.08em;
}

.illust {
  max-width: 460px;
  width: 100%;
  margin: 15px auto;
}

.profile__wrapper {
  margin-top: 30px;
}

.about__wrapper {
  position: relative;
  border: 1px solid #ccc;
  padding: 20px;
  background: #fff;
  line-height: 2;
}

.about__wrapper::before,
.about__wrapper::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-color: #c0392b;
  border-style: solid;
}

.about__wrapper::before {
  top: -1px;
  left: -1px;
  border-width: 3px 0 0 3px;
}

.about__wrapper::after {
  bottom: -1px;
  right: -1px;
  border-width: 0 3px 3px 0;
}

.title__b {
  font-size: 3.6em;
  color: #f0f0f0;
}

/* ==========================
  FADE-IN IMAGE
========================== */
.fade-in-image {
  opacity: 0;
  filter: blur(10px);
  transform: scale(0.95) translateY(20px);
  transition:
    opacity 1.2s ease-out,
    filter 1.2s ease-out,
    transform 1.2s ease-out;
}

.fade-in-image.active {
  opacity: 1;
  filter: blur(0px);
  transform: scale(1) translateY(0);
}

/* ==========================
  FADE-IN UP
========================== */
.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 1.1s ease-out,
    transform 1.1s ease-out;
}

.fade-in-up.active {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================
  CHARACTER ANIMATION
========================== */
.char-animate {
  display: inline-block;
  white-space: pre-wrap;
}

.char-animate .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
  transition-delay: 0s;
}

.char-animate.active .char {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================
  CAST/STAFF
========================== */
.main_cast__list li img,
.cast__list li img {
  border: 5px solid #3a3a3a;
}

.main_cast__list ul,
.cast__list ul {
  display: flex;
  gap: 1em;
  margin-bottom: 1em;
  justify-content: center;
}

.main_cast__list li,
.cast__list ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 calc((100% - 2em) / 3);
  max-width: 123px;
  width: calc((100% - 2em) / 3);
  min-width: 0;
  gap: 4px;
}

.cast__name {
  text-align: center;
  font-weight: 800;
  font-size: 0.8em;
  width: 130%;
  line-height: 1;
}

.cast__name span {
  font-size: 1.2em;
  display: block;
  margin-top: 4px;
}

.cast__list_other {
  text-align: center;
  font-size: 0.9em;
  font-weight: 800;
}

.cast__list_other .staff__name {
  font-size: 1.2em;
}

.staff__list {
  text-align: center;
  font-weight: 800;
  font-size: 1em;
}

.staff__list li {
  margin: 0.5em 0;
}

.staff__list .staff__name {
  font-size: 1.3em;
  line-height: 1;
  display: block;
  margin-top: 4px;
}

.small_staff_name {
  font-size: 0.8em;
}

/* ==========================
  SCHEDULE
========================== */
.schedule_day {
  font-family: "Teko", sans-serif;
  font-size: 2.8em;
  text-align: center;
  line-height: 1.2;
}

.schedule_day span {
  font-size: 55%;
  margin: 0 6px;
  line-height: 1.2;
}

.schedule__performances {
  text-align: center;
  font-weight: 800;
  font-size: 1.6em;
}

.schedule__performances span {
  font-family: "Teko", sans-serif;
  font-size: 1.8em;
}

.schedule_box {
  padding-top: 60px;
  border-top: 1px solid #ccc;
}

.catch {
  font-size: 1.1em;
  font-weight: 800;
  text-align: center;
  margin-bottom: 15px;
}

.schedule_box img {
  margin-bottom: 30px;
}

.ifsp .pre_sale {
  text-align: center;
  letter-spacing: 0.03em;
  font-weight: 800;
  font-size: 1.2em;
  line-height: 1.2;
  width: fit-content;
  margin: 0 auto;
  display: contents;
}

.sp__schedule {
  width: fit-content;
  margin: 0 auto;
}

.pre_sale__num {
  font-family: "Teko", sans-serif;
  font-size: 2.2em;
}

.pre_sale__date_2 {
  margin-left: 5.5em;
}

@media (max-width: 400px) {
  .pre_sale {
    font-size: 1.1em;
    letter-spacing: 0em;
  }
}

.ticket__1,
.ticket__2 {
  padding: 30px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.ticket__title {
  font-size: 1.8em;
  text-align: center;
  font-weight: 800;
  margin-bottom: 20px;
}

.ticket__list {
  list-style: none;
  padding: 0;
  margin: 0 0 2em 0;
}

.ticket__list li {
  display: flex;
  flex-direction: column;
  padding: 1.5em 0;
  border-bottom: 1px solid #e0e0e0;
  gap: 1em;
}

.ticket__left {
  font-size: 1.6em;
  font-weight: 800;
}

.ticket__right {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ticket__price {
  font-size: 1.2em;
  font-weight: 800;
}

.ticket_goods {
  max-width: 560px;
  width: 100%;
  margin: 20px auto;
}

.bonus {
  padding: 30px 0;
}

.emphasis__text {
  font-size: 1.4em;
  font-weight: 800;
}

/* ==========================
  ACCORDION
========================== */
.accordion {
  border-radius: 4px;
  margin-bottom: 1em;
  overflow: hidden;
}

.accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2em 1.5em;
  background: transparent;
  color: #333;
  cursor: pointer;
  user-select: none;
  font-weight: 800;
  border-bottom: 1px solid #333;
  transition: all 0.3s ease;
  list-style: none;
  font-size: 1.2em;
}

.accordion summary:hover {
  background: transparent;
}

.accordion summary::after {
  content: "+";
  font-size: 1.4em;
  font-weight: 300;
  margin-left: auto;
}

.accordion[open] summary {
  background: transparent;
  border-bottom-color: #333;
}

.accordion[open] summary::after {
  content: "−";
}

.accordion > p {
  padding: 1em 1.5em 0.2em 1.5em;
  background: #fff;
  line-height: 1.8;
  margin: 0;
  font-size: 1.4rem;
}

.accordion > p:first-of-type {
  padding-top: 1.5em;
}

.accordion > ul {
  padding: 0 1.5em 1.5em 1.5em;
  background: #fff;
  margin: 0;
  list-style: disc;
}

.accordion > ul li {
  margin-bottom: 0.3em;
  line-height: 1.4;
  font-size: 1.4rem;
  margin-left: 1.3em;
}

.accordion > ul li:last-child {
  margin-bottom: 0;
}

/* ==========================
  ACCESS
========================== */
.map__in {
  max-width: 400px;
  width: 100%;
  margin: 20px auto;
}
.map {
  aspect-ratio: 16 / 9;
  width: 100%;
}

/* ==========================
  COMING SOON
========================== */
.coming_soon {
  font-family: "Bebas Neue", sans-serif;
  font-size: 4.6em;
  font-weight: bold;
  text-align: center;
}

/* ==========================
  NEWS
========================== */
