/* リセット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: "shinmgo";
  src: url("fonts/ShinMGoPro-H.woff2") format("woff2");
}
* {
  border: medium none;
  font-family: "shinmgo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  list-style: none;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: var(--black);
  font-style: normal;
  box-sizing: border-box;
  line-height: 1.8em;
  font-feature-settings: "palt";
  text-underline-offset: 3px;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  line-height: 1.6;
  color: #333;
  background: url("../images/bg.jpg");
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

/* ヘッダー */
.header {
  background-color: #fff100;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  position: fixed;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
}

.nav {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  width: 800px;
  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: 18px;
  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;
}

main {
  min-width: 800px;
}

/* メインビジュアル */
.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: 750px;
}

.catch {
  text-align: center;
  margin-bottom: 40px;
}

.catch__img {
  max-width: 1100px;
  width: 80%;
}

.catch__txt {
  margin: 40px 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-shadow: -1px -1px #000, 1px -1px #000, -1px 2px #000, 2px 1px #000;
  text-align: center;
  line-height: 2.2em;
}

.catch__txt span {
  font-size: 16px;
  font-weight: inherit;
  color: inherit;
  text-shadow: inherit;
}

.h2Title {
  font-family: "kanteiryu", sans-serif;
  font-size: 40px;
  line-height: 1em;
  color: #fff100;
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  text-shadow: -1px -1px #000, 1px -1px #000, -1px 2px #000, 2px 1px #000;
}

.h2Title::after {
  content: url("images/chochin.svg");
  display: block;
  width: 100px;
  position: absolute;
  z-index: -1;
}

.comingsoon {
  text-align: center;
  font-family: "kanteiryu", sans-serif;
  font-size: 40px;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

/* 脚本・演出 */
.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 20px;
}

.schedule__txt {
  max-width: 800px;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  text-shadow: -1px -1px #000, 1px -1px #000, -1px 2px #000, 2px 1px #000;
  text-align: center;
}

.schedule__txt--ib {
  font: inherit;
  color: inherit;
  display: inline-block;
}

.direction__txt {
  max-width: 800px;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  text-shadow: -1px -1px #000, 1px -1px #000, -1px 2px #000, 2px 1px #000;
  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;
  text-shadow: -1px -1px #000, 1px -1px #000, -1px 2px #000, 2px 1px #000;
}

/* 会場 */
.venue {
  padding: 40px 20px;
}

.venue__content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.venue__subtitle {
  margin: 20px 0 10px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-shadow: -1px -1px #000, 1px -1px #000, -1px 2px #000, 2px 1px #000;
}

.venue__address {
  margin: 20px 0;
  line-height: 1.8;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: -1px -1px #000, 1px -1px #000, -1px 2px #000, 2px 1px #000;
}

.venue__tel {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: -1px -1px #000, 1px -1px #000, -1px 2px #000, 2px 1px #000;
}

.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;
}
.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 {
  background-color: #fff100;
  padding: 40px 20px;
  margin-top: 40px;
  border-top: 1px solid #ccc;
  min-width: 800px;
}

.footer__content {
  margin: 0 auto;
  text-align: center;
}

.footer__content p {
  font-size: 12px;
}

.footer__copyright {
  font-size: 12px;
}

/* リンク */
.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;
}

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