/* リセットCSS */

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700,800,900&display=swap");
@font-face {
  font-family: "kanteiryu";
  src: url("fonts/kanteiryu.woff2") format("woff2");
}
@font-face {
  font-family: "shinmgoH";
  src: url("fonts/ShinMGoPro-H.woff2") format("woff2");
}
@font-face {
  font-family: "shinmgoM";
  src: url("fonts/ShinMGoPro-M.woff2") format("woff2");
}
@font-face {
  font-family: "shinmgoB";
  src: url("fonts/ShinMGoPro-B.woff2?250815") format("woff2");
}
* {
  border: medium none;
  font-family: "shinmgoB", sans-serif;
  font-size: 16px;
  font-weight: 400;
  list-style: none;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #fff;
  font-style: normal;
  box-sizing: border-box;
  line-height: 1.8em;
  font-feature-settings: "palt";
  text-underline-offset: 3px;
}

.effect {
  transition: 0.5s;
  transform: translateY(40px);
}

.effect_up {
  transform: translateY(0px);
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  line-height: 1.6;
  color: #333;
  background: url("../images/bg.jpg?250731");
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

/* ヘッダー */
.header {
  background-color: #fff100;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  position: fixed;
  z-index: 10;
  width: 100%;
  min-width: 1400px;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.nav {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  margin-inline: auto;
}

.nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.nav__item {
  margin: 0 15px;
}

.nav__link,
.nav__link--x {
  text-decoration: none;
  color: #ff1095;
  font-size: 16px;
  font-weight: 700;
  transition: color 0.3s;
}

.nav__link.active,
.nav__link--x.active {
  color: #0066cc;
  font-weight: bold;
}

.nav__link:hover,
.nav__link--x:hover {
  color: #0066cc;
}
.headXLink {
  display: block;
  line-height: 1em;
}
.headXLink__img {
  width: 40px;
}

.noLink {
  pointer-events: none;
  opacity: 0.3;
}

.headTicketLink {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  background-color: #30d654;
  color: #fff100;
  font-weight: bold;
  text-decoration: none;
  border-radius: 25px;
  box-shadow: 0px 3px 0px #0066cc;
  position: fixed;
  top: 70px;
  right: 20px;
}

.btn,
a.btn,
button.btn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.fixTicketLink {
  font-size: 22px;
  position: fixed;
  top: 70px;
  right: 20px;
  width: 270px;
  height: 60px;
  transition: all 0.3s;
  color: #fff;
  border-radius: 100vh;
  background: gradient(linear, left top, right top, from(#007adf), to(#00ecbc));
  background-image: -webkit-linear-gradient(left, #007adf 0%, #00ecbc 100%);
  background-image: linear-gradient(to right, #007adf 0%, #00ecbc 100%);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  z-index: 2;
}

a.fixTicketLink:before {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  line-height: 1;

  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;

  margin: 0;
  padding: 0;

  content: "\f30b";
}

a.fixTicketLink:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);

  color: #fff;
}

main {
  min-width: 1200px;
}

main * {
  text-shadow: -1px -1px #000, 1px -1px #000, -1px 2px #000, 2px 1px #000,
    2px 2px #000;
}

/* メインビジュアル */
.main-visual {
  padding: 110px 20px 40px;
  text-align: center;
}

.main-visual__title {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 20px;
}

.main-visual__title--img {
  width: 90%;
  max-width: 1000px;
  /* opacity: 0; */
  transition: 0.8s opacity ease-out 0.5s;
}

body.start .main-visual__title--img {
  opacity: 1;
}

.catch {
  text-align: center;
  margin-bottom: 40px;
}

.catch__img {
  max-width: 1200px;
  width: 80%;
}

.catch__txt {
  margin: 40px 0;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 2.2em;
}

.catch__txt span {
  font-size: 16px;
  font-weight: inherit;
  color: inherit;
  text-shadow: inherit;
}

body.sp .catch__txt {
  font-size: 18px;
}
body.sp .catch__txt span {
  font-size: 10px;
}
.h2Title {
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

.h2Title::after {
  content: url("images/chochin.svg");
  display: block;
  width: 100px;
  position: absolute;
}

.h2Title__txt {
  font-family: "kanteiryu", sans-serif;
  font-size: 44px;
  line-height: 1em;
  color: #fff100;
  text-align: center;
  filter: drop-shadow(3px 3px 0px #000);
  position: relative;
  z-index: 2;
}

.h3Title {
  font-family: "kanteiryu", sans-serif;
  font-size: 32px;
  text-align: center;
  color: #fff100;
  filter: drop-shadow(2px 2px 0px #000);
}

.comingsoon {
  text-align: center;
  font-family: "kanteiryu", sans-serif;
  font-size: 40px;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.intro {
  padding: 60px 20px 40px;
}

.intro__txt {
  margin-inline: auto;
  font-size: 20px;
  text-align: center;
  text-shadow: none;
  color: #222;
}

body.sp .intro__txt {
  font-size: 9px;
}

.story {
  padding: 60px 0 40px;
}

.story__txt {
  margin: 0 auto 50px;
  font-size: 20px;
  text-align: center;
  text-shadow: none;
  color: #222;
}

body.sp .story__txt {
  font-size: 9px;
}

.episodeList {
  width: 1500px;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 0;
  padding: 40px 10px;
  background-color: rgba(77, 172, 49, 0.4);
}

.episodeList__content {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 25%;
}

.episodeList__link:hover {
  opacity: 0.7;
}

.episodeList__img {
  width: 80px;
  flex-shrink: 0;
}

.episodeList__txt {
  line-height: 1.4em;
  font-size: 18px;
  flex-grow: 1;
  text-align: center;
}

.otherEpisode {
  font-size: 22px;
  text-align: center;
  margin-bottom: 100px;
}

body.sp .otherEpisode {
  font-size: 9px;
}

.episodeList.sp {
  width: 767px;
}
.episodeList.sp .episodeList__content {
  width: 50%;
}

.charaList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 1000px;
  margin: 30px auto 0;
  padding: 40px;
  background-color: rgba(77, 172, 49, 0.4);
}

.charaList__content {
  font-size: 20px;
}

/* 脚本・演出 */
.direction {
  padding: 40px 20px;
}

/* キャスト */
.cast {
  padding: 40px 20px;
}

.cast__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.cast__item {
  text-align: center;
  width: 200px;
}

.cast__image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

/* 公演日程 */
.schedule {
  padding: 40px 0px;
  display: block;
  margin: 0 auto;
  max-width: 1600px;
  width: 94%;
}

.schedule__txt {
  margin: 0 auto;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

.schedule__txt--ib {
  font: inherit;
  color: inherit;
  display: inline-block;
}

.schedule__img {
  width: 100%;
}

.direction__txt {
  max-width: 800px;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-align: center;
}

/* チケット */
.ticket {
  padding: 40px 20px;
}

.ticket__content {
  max-width: 800px;
  margin: 0 auto;
}

.ticket__subtitle {
  margin: 20px 0 10px;
  font-size: 1.2rem;
}

.contact__content p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

/* 会場 */
.venue {
  padding: 60px 20px;
}

.venue__content {
  margin: 0 auto;
  text-align: center;
}

.venue__subtitle {
  margin: 20px 0 10px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.venue__address {
  margin: 20px 0;
  line-height: 1.8;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

body.sp .venue__address {
  font-size: 12px;
}

.venue__tel {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.venue__access {
  margin-top: 30px;
}

.venue__link {
  display: inline-block;
  padding: 20px 40px;
  background-color: #1dd865;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  margin-bottom: 20px;
  box-shadow: 0px 3px 0px #0066cc;
  text-shadow: none;
}
.venue__link:hover {
  background-color: #fff100;
  color: #ff1095;
}

.xLink {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.xLink img {
  width: 60px;
}

/* グッズ */
.goods {
  padding: 40px 20px;
}

.goods__list {
  max-width: 800px;
  margin: 0 auto;
}

.goods__items {
  list-style-type: disc;
  margin-left: 20px;
}

/* FAQ */
.faq {
  padding: 40px 20px;
}

.faq__list {
  max-width: 800px;
  margin: 0 auto;
}

.faq__item {
  margin-bottom: 30px;
  padding: 20px;

  border-radius: 5px;
  border: 1px solid #ccc;
}

.faq__question {
  color: #333;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

/* お問い合わせ */
.contact {
  padding: 40px 20px;
}

.contact__content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

/* フッター */

.footer * {
  color: #333;
}

.footer {
  background-color: #fff100;
  padding: 40px 20px;
  margin-top: 40px;
  border-top: 1px solid #ccc;
  min-width: 1200px;
}

.footer__content {
  margin: 0 auto;
  text-align: center;
}

.footer__contact {
  font-size: 16px;
  margin-bottom: 1em;
}

.footer__copyright {
  font-size: 12px;
}

body.sp .footer__content p,
body.sp .footer__copyright {
  font-size: 6px;
}

/* リンク */
.link {
  color: #0066cc;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.pastStage {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}

.pastStage__content {
  width: 500px;
}

.pastStage__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff100;
  border-radius: 10px;
  background-color: #ff1095;
  color: #fff100;
  font-family: "kanteiryu", sans-serif;
  font-size: 20px;
  height: 60px;
  box-shadow: 0px 3px 0px #0066cc;
  text-shadow: none;
}

.pastStage__link:hover {
  background-color: #fff100;
  color: #ff1095;
  box-shadow: 0px 3px 0px #ff1095;
}

/* ハンバーガーメニュー */
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100;
}

.hamburger__line {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff100;
  margin: 5px 0;
  transition: all 0.3s;
}

.hamburger.active .hamburger__line {
  background-color: #ff1095;
}

.castList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 20px;
  margin-top: 50px;
  max-width: 1000px;
  width: 94%;
  margin-inline: auto;
  margin-bottom: 70px;
}

.castList.sub2 {
  width: 800px;
}

.castList.main .castList__content {
  width: 250px;
}

.castList.main .castList__content:last-child {
  margin-left: 10%;
}

.castList.sub .castList__content {
  width: 230px;
}
.castList.sub2 .castList__content {
  width: 230px;
}

.castList__img {
  width: 100%;
  border: 7px solid #fff100;
}

.castList__dl {
  text-align: center;
}

.castList__cast {
  font-family: "shinmgoM", sans-serif;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}
.castList__name {
  font-family: "shinmgoM", sans-serif;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: bold;
  color: #fff100;
  margin-top: 10px;
}

.castList__name--small {
  font-size: 16px;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  text-shadow: inherit;
}

.staff {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
}

body.sp .staff {
  font-size: 9px;
}

.cast__aside {
  text-align: center;
  font-size: 12px;
  color: #222;
  text-shadow: none;
  margin-top: 30px;
  width: 1000px;
  margin-inline: auto;
}

.ticket__price {
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
}

.ticketList {
  width: 1200px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
}

.ticketList__title:not(:first-child),
.ticketList__day:not(:first-of-type) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px dashed #fff;
}

.ticketList__title {
  color: #fff100;
  width: 40%;
  text-align: right;
  font-size: 30px;
}

.ticketList__title.past {
  color: #aaa;
  text-shadow: none;
}

.ticketList__title::after {
  content: "：";
}
.ticketList__day {
  color: #222;
  text-shadow: none;
  width: 60%;
  font-size: 18px;
  padding-top: 40px !important;
}

.ticketList__day.past {
  color: #aaa;
}
.ticketList__day--large {
  font-size: 23px;
  color: inherit;
  text-shadow: none;
}

.ticketList__day a {
  color: #222;
  text-shadow: none;
  font-size: 23px;
}

.ticketList__day.past a {
  color: #aaa;
  pointer-events: none;
}

.comment {
  padding: 60px 0px;
}

.commentList {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto 70px;
}

.commentList li {
}

.commentList li:not(:first-child) {
  margin-top: 20px;
}

.commentList li dl dt {
  font-family: "kanteiryu", sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  color: #48b29d;
  filter: drop-shadow(3px 3px 0px #fff);
  text-shadow: -1px -1px #fff, 1px -1px #fff, -1px 2px #fff, 2px 1px #fff,
    2px 2px #fff;
  line-height: 1.2em;
}

body.sp .commentList li dl dt {
  font-size: 36px;
}

.commentList li dl dt span {
  font-family: inherit;
  font-size: 24px;
  font-weight: inherit;
  color: inherit;
  text-shadow: inherit;
}

.commentList li dl dd {
  padding: 0px 20px;
  font-size: 18px;
  height: 120px;
  background-color: rgba(77, 172, 49, 0.4);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100dvh;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s opacity ease-out;
}

body.sp .popup {
  height: 124dvh;
}

.popup__content {
  position: relative;
  padding: 0px 30px;
  width: 1200px;
}

.popup .h2Title,
.popup .commentList {
  position: relative;
  z-index: 2;
}

.popup.opacity {
  opacity: 0;
}
.popup.hidden {
  visibility: hidden;
}

.popup__overlay {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(226, 147, 147, 0.5);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.popup__close {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #ce0d87;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 2;
}

.popup__close::before {
  content: "";
  display: block;
  width: 35px;
  height: 5px;
  transform: rotate(45deg);
  background-color: #fff;
  position: absolute;
  left: 7px;
  top: 22px;
}

.popup__close::after {
  content: "";
  display: block;
  width: 35px;
  height: 5px;
  transform: rotate(-45deg);
  background-color: #fff;
  position: absolute;
  left: 7px;
  top: 22px;
}

.popup .commentList li dl dd {
  font-size: 16px;
  line-height: 1.4em;

  height: 90px;
}

.news {
  padding: 60px 0px;
}

.news__disc {
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
  color: #fff100;
}

.newsList {
  max-width: 900px;
  width: 96%;
  margin: 0 auto 70px;
}

.newsList__content:not(:first-child) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px dashed #fff;
}

.newsList__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding: 10px;
}

.newsList__link::after {
  content: "＞";
  font-size: 24px;
  color: #ce0d87;
  margin-left: auto;
  text-shadow: none;
}

.newsList__link:hover {
  background-color: rgba(204, 35, 35, 0.2);
}

.newsList__img {
  width: 150px;
  flex-shrink: 0;
}

.newsList__txt {
  font-size: 20px;
}

.newsList__txt--span {
  text-indent: -0.5em;
  font-size: inherit;
  display: inline-block;
}
