@charset "UTF-8";

.pc-flex--2 {
  display: flex;
  justify-content: center;
  gap: 2em;
}
.pc-grid--2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}
.pc-grid--3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}
.pc-grid--4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5em;
}

.pc__fs13 {
  font-size: 1.3em;
}

.pc__fs16 {
  font-size: 1.6em;
}
/* --------------
header
-------------- */
.header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  height: 60px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.header__nav--list {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header__nav--item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1;
  color: #333;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.header__nav--item.is-current a {
  background-image: url("../img/nav-bg.png");
  color: #fafafa;
  padding: 14px 32px;
}

.header__nav--x {
  background: #333;
  padding: 12px;
  border-radius: 7px;
  width: 75%;
  margin-left: 100%;
}

.ifsp {
  display: none;
}

.soon {
  position: relative;
}

.soon a {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.7;
}

.soon::after {
  content: "COMING SOON";
  position: absolute;
  inset: 0 -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  color: #f5f5f5;
  font-size: 1em;
  font-weight: 800;
  border-radius: 4px;
  z-index: 10;
  pointer-events: none;
}

/* --------------
MV
-------------- */
.mv__wrapper {
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
}

/* .mv__info {
  padding: 22px 24px;
} */

.mv__day {
  font-size: clamp(4rem, 4.4vw, 8.2rem);
}

/* ==========================
 section
========================== */
section {
  margin-top: 100px;
}

/* ==========================
 NEWS
========================== */
.news__wrapper {
  background-image: url(../img/news-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  margin-left: 120px;
}

/* ==========================
 floating banner
========================== */
.fixed-ticket-link {
  display: block !important;
  position: fixed !important;
  right: clamp(12px, 2.4vw, 30px) !important;
  bottom: clamp(12px, 2.4vw, 30px) !important;
  width: clamp(84px, 11vw, 140px) !important;
  z-index: 1200 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) scale(1) !important;
}

.fixed-ticket-link img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* ==========================
  introduction
========================== */
.illust_text {
  font-size: 1.6em;
}

.illust {
  max-width: 460px;
  width: 100%;
  margin: 15px auto;
}

.profile__wrapper {
  margin-top: 50px;
}

.about__wrapper {
  position: relative;
  border: 1px solid #ccc;
  padding: 30px;
  background: #fff;
  line-height: 2;
  width: 75%;
  margin: 0 auto;
}

.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;
}

/* ==========================
  CAST/STAFF
========================== */
.main_cast__list ul {
  display: flex;
  gap: 2.6em;
  width: 70%;
  margin: 0 auto 70px;
}

.main_cast__list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main_cast__list li img,
.cast__list li img {
  border: 10px solid #3a3a3a;
}

.cast__list ul {
  display: flex;
  gap: 2.6em;
  margin-bottom: 70px;
  justify-content: center;
}

.cast__list ul li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  max-width: 360px;
  width: 100%;
}

/* ==========================
  TICKET LIST
========================== */

.ticket__inner {
  position: relative;
  border: 1px solid #ccc;
  padding: 40px 30px;
  background: #fff;
  line-height: 2;
}

.ticket__inner::before {
  top: -1px;
  left: -1px;
  border-width: 3px 0 0 3px;
}

.ticket__inner::before,
.ticket__inner::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-color: #c0392b;
  border-style: solid;
}

.ticket__inner::after {
  bottom: -1px;
  right: -1px;
  border-width: 0 3px 3px 0;
}

.ticket__list {
  list-style: none;
  padding: 0;
  margin: 0 0 2em 0;
}

.ticket__list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5em 2em;
  border-bottom: 1px solid #e0e0e0;
  gap: 3em;
}

.ticket__left {
  flex: 0 0 auto;
  font-size: 2.4em;
  font-weight: 800;
}

.ticket__right {
  flex: 1;
  text-align: right;
}

.ticket__price {
  font-size: 2.4em;
  font-weight: 800;
}

.ticket__desc {
  font-size: 70%;
}

/* ==========================
  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__name {
  text-align: center;
  font-weight: 800;
}

.cast__name span {
  font-size: 1.4em;
}

.cast__list_other {
  text-align: center;
  font-size: 1em;
  font-weight: 800;
}

.cast__list_other .staff__name {
  font-size: 1.2em;
}

.staff__list {
  text-align: center;
  font-size: 1.2em;
  font-weight: 800;
}

.staff__list li {
  margin: 0.5em 0;
}

.staff__list .staff__name {
  font-size: 1.4em;
}

/* ==========================
  SCHEDULE
========================== */
.schedule_day {
  font-family: "Teko", sans-serif;
  font-size: 6.4em;
  text-align: center;
  letter-spacing: 0.03em;
  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: 2.8em;
  line-height: 1;
  letter-spacing: 0.03em;
}

.schedule__performances span {
  font-family: "Teko", sans-serif;
  font-size: 2.2em;
}

.schedule_box {
  padding-top: 60px;
  border-top: 1px solid #ccc;
}

.catch {
  font-size: 2.4em;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
}

.schedule_box img {
  margin-bottom: 30px;
}

.pre_sale {
  text-align: center;
  letter-spacing: 0.03em;
  font-weight: 800;
  font-size: 2.2em;
  line-height: 1.2;
}

.pre_sale span {
  font-family: "Teko", sans-serif;
  font-size: 2.2em;
}

.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_goods {
  max-width: 650px;
  width: 100%;
  margin: 20px auto;
}

.ticket__2 .ticket__info {
  margin: 15px;
  font-size: 1.4em;
  font-weight: 800;
}

.bonus {
  padding: 30px 0;
}

.emphasis__text {
  font-size: 1.6em;
  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-size: 1.2em;
  font-weight: 800;
  border-bottom: 1px solid #333;
  transition: all 0.3s ease;
  list-style: none;
}

.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 1em 0.3em 1em;
  background: #fff;
  line-height: 1.8;
  margin: 0;
}

.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;
  padding-left: 1.5em;
}

.accordion > ul li {
  margin-bottom: 0.3em;
  line-height: 1.4;
  margin-left: 1.5em;
}

.accordion > ul li:last-child {
  margin-bottom: 0;
}

/* ==========================
  ACCESS
========================== */
.map__in {
  max-width: 800px;
  width: 100%;
  margin: 20px auto;
}
.map {
  aspect-ratio: 16 / 9;
  width: 100%;
}

/* ==========================
  COMING SOON
========================== */
.coming_soon {
  font-family: "Bebas Neue", sans-serif;
  font-size: 10.6em;
  font-weight: bold;
  text-align: center;
}
