@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Anton&family=IBM+Plex+Sans+JP:wght@400;600&family=Shippori+Antique+B1&display=swap');
/*
==================================================
【PC】上ナビタイプ 目次
==================================================
basic - 共通基本設定
header - ヘッダー
nav - メインナビゲーション
home - トップページ用
news - ニュースページ用
subnav - サブナビページ用
schedule-calendar - スケジュールカレンダー
schedule-chart - スケジュール星取表
401,404,406 - エラーページ
footer - フッター
clearfix - クリアフィックス設定
rollover - 画像ロールオーバー設定
==================================================
*/
/* =============================================== */
/* basic - 共通基本設定 */
/* ----------------------------------------------- */
/* 画像のプリント禁止 */
@media print {
  img {
    display: none !important;
  }
}
/* リセットcss */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}
html, h1, h2, h3, h4, dl, dt, dd, ul, li, p, img {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
/* ボディ */
body {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  color: #333;
  background-color: #000;
}
a:link {
  text-decoration: underline;
  color: #f55757;
}
a:visited {
  text-decoration: underline;
  color: #f55757;
}
a:active {
  text-decoration: underline;
  color: #f55757;
}
a:hover {
  text-decoration: none;
  color: #f55757;
}
/* 画像関連 */
figure {
  margin: 0;
  padding: 0;
}
figcaption {
  font-size: 80%;
  text-align: center;
  margin: 0;
  padding: 0 0 5px 0;
  color: #666;
}
img {
  border: none;
  vertical-align: bottom;
}
figure img {
  max-width: 100%;
  height: auto;
  width /***/ : auto; /* 親要素の100% */
}
.image-container {}
.movie-container {}
.music-container {}
/* 配置 */
.left {
  float: left;
  margin: 0 10px 10px 0;
}
.center {
  float: none;
  margin: 0 0 10px 0;
}
.right {
  float: right;
  margin: 0 0 10px 10px;
}
figure.left {
  text-align: left;
  margin: 5px 10px 10px 0;
}
figure.center {
  text-align: center;
  margin: 5px 0 10px 0;
}
figure.right {
  text-align: right;
  margin: 5px 0 10px 10px;
}
/* 罫線 */
hr {
  height: 0;
  margin: 0 auto;
  padding: 0;
  border: 0;
  width: 100%;
  border-bottom: 2px dotted #715b4a;
}
.solid {
  border-top: 3px #999 solid;
  border-top:none;
  border-left:none;
  border-right:none;
}
.dotted {
  border-bottom: 2px dotted #715b4a;
  border-top:none;
  border-left:none;
  border-right:none;
}
.dashed {
  border-top: 1px 999 dashed;
  border-top:none;
  border-left:none;
  border-right:none;
}
.double {
  border-top: 3px #999 double;
  border-top:none;
  border-left:none;
  border-right:none;
}
/* 下からふわっと */
.fade-up {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}
/* 画像のマスクアニメ */
.reveal {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.reveal img {
  display: block;
  width: 100%;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.15s ease 0.5s, transform 0.5s ease 0.5s;
}
/* マスク */
.reveal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffc52a;
  transform: translateX(-100%);
  z-index: 2;
}
/* 発火 */
.reveal.is-show::before {
  animation: wipe 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
/* 表示時 */
.reveal.is-show img {
  opacity: 1;
  transform: scale(1);
}
/* 2段階ワイプ */
@keyframes wipe {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0%); /* ここで全面を覆う */
  }
  100% {
    transform: translateX(100%); /* 右に抜ける */
  }
}
/* ページレイアウト */
#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #f9f7ed;
  scroll-behavior: smooth;
}
#contents {
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both;
}
#main-box {
  width: 100%;
  margin: 0;
  padding: 0;
}
#side-box {
  display: none;
}
/* メインコンテンツ部分(main-box内) */
#contents-title {
}
#head {
  display: none;
}
article {
  width: 960px;
  margin: 0 auto;
  padding: 25px 20px;
  clear: both;
}
.subhead {
  text-align: center;
  border-top: 6px solid #000;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 50px;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #000;
}
.packs {
  margin: 0 auto;
  padding: 0 0 0 15px;
  width: 960px;
}
.column {
  margin: 0;
  padding: 0 15px 0 0;
  max-width: 930px;
}
h4 {
  background-color: #000;
  color: #f9f7ed;
  padding: 10px 0;
  margin: 10px 0;
  border-top: 6px double #f9f7ed;
  border-bottom: 6px double #f9f7ed;
  line-height: 1.4;
  text-align: center;
  font-size: 20px;
}
/* ページトップ */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  line-height: 1;
  z-index: 99;
}
@media(max-width:600px) {
  #page-top {
    bottom: 5px;
    right: 5px;
  }
}
#page-top a {
  text-decoration: none;
  color: #ffc52a;
  text-align: center;
  display: block;
  opacity: 1;
  transition: all .3s ease;
  font-size: 56px;
}
@media(max-width:600px) {
  #page-top a {
    font-size: 40px;
  }
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}
/* ほか */
.eng{
  font-family: "Anton", sans-serif;
  font-weight: 400;
}
.large{
  font-size: 160%;
}
.red{
  color: #c00;
}
.pink{
  color: #ffb1d2;
}
.blue{
  color: #b1c5ff;
}
.yellow{
  color: #ffc52a;
}
.nowrap {
  white-space: nowrap;
  font-weight: 400;
  color: #ffc52a;
}
/* =============================================== */
/* header - ヘッダー */
/* ----------------------------------------------- */
/* ヘッダー大枠 */
header {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* =============================================== */
/* menu - メニュー */
/* ----------------------------------------------- */
/*開閉用ボタン（ハンバーガーボタン）*/
.menu-btn {
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 101;
  background-color: #ffc52a;
  -webkit-transition: all 3s ease-in-out;
  transition: all .3s ease-in-out;
}
.menu-btn-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 50%;
  background: #000;
  -webkit-transition: all 3s ease-in-out;
  transition: all .3s ease-in-out;
}
.menu-btn-line::before, .menu-btn-line::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.menu-btn-line::before {
  top: -5px;
}
.menu-btn-line::after {
  top: 5px;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: visible;
  opacity: 1;
}
.open .menu-btn {
  border-color: #000;
}
.open .menu-btn-line {
  background-color: transparent;
}
.open .menu-btn-line::before, .open .menu-btn-line::after {
  top: 0;
  background: #000;
}
.open .menu-btn-line::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open .menu-btn-line::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*開いたメニュー*/
.menu {
  position: fixed;
  display: flex;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}
.menu ul {
  transform: translateY(20%);
  padding: 0;
  list-style-type: none
}
.menu li {
  width: 100%;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 2rem;
}
.menu li a {
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.menu li a:hover {
  color: #ffc52a;
  -webkit-transition: all .2s;
  transition: all .2s;
}
/* =============================================== */
/* home - トップページ用 */
/* ----------------------------------------------- */
/* メインビジュアル */
#main-visual {
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: url("../img/bg01.jpg");
  background-position: top center;
  background-size: cover;
  text-align: center;
}
#main-visual img{
  width: 750px;
  margin: 0 auto;
  padding: 140px 0 320px;
  opacity: 0;
  animation: fadein 3s ease forwards;
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: scale(0.9);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
/* ニュースフィード（main-box内） */
#news-feed-index {
  width: 890px;
  margin: 50px auto;
  padding: 15px;
  background: #fdedc2;
  border: 5px solid #000;
}
#news-feed-index ul {}
#news-feed-index ul li{
  border-bottom: 2px dotted #000;
}
#news-feed-index ul li:last-child{
  border-bottom: none;
}
#news-feed-index h2 {
  font-size: 16px;
  margin: 0;
  padding: 12px 0 12px 1em;
  clear: both;
  background: url('/imagesPC/allow01.gif') no-repeat left;
}
#news-feed-index h2 a:link {
  text-decoration: none;
  color: #555;
}
#news-feed-index h2 a:visited {
  text-decoration: none;
  color: #555;
}
#news-feed-index h2 a:active {
  text-decoration: none;
  color: #555;
}
#news-feed-index h2 a:hover {
  text-decoration: none;
  color: #c00;
}
/* =============================================== */
/* intro - イントロ */
/* ----------------------------------------------- */
#paragraph-1{
  padding: 80px 0;
}
#paragraph-1{
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
}
.zabuton{
  background-color: #ffc52a;
  color: #000;
  padding: 0 0.4em;
  margin: 0 0.2em;
  display: inline-block;
  transform: rotate(-4deg);
  line-height: 1.2;
}
/* =============================================== */
/* cast&staff - キャストスタッフ */
/* ----------------------------------------------- */
#paragraph-3 {
  width: 100%;
  margin: 0;
  padding: 5% 0;
  background-color: #ffc52a;
}
.castList1 {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  padding: 20px 0 30px;
  margin: 0 auto;
}
.castList1 li {
  display: inline-block;
  text-align: center;
  width: 30%;
  line-height: 1.5;
  font-weight: 600;
  font-size: 24px;
  padding: 0 1% 30px;
}
.castList1 img {
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
}
.role {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 1em 5px;
  background-color: #000;
  color: #ffc52a;
}
.actor {
  font-weight: 600;
  padding: 10px 0;
  font-size: 27px;
}
/* =============================================== */
/* creative - スタッフ */
/* ----------------------------------------------- */
#paragraph-4 {
  width: 100%;
  margin: 0;
  padding: 5% 0;
}
.staffList1 {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  padding: 0 0 50px;
  margin: 0 auto;
}
.staffList1 li {
  display: inline-block;
  text-align: center;
  width: 100%;
  line-height: 1.5;
  font-weight: 400;
  font-size: 20px;
  padding: 0 0 30px;
}
.staff {
  font-weight: 600;
  padding: 10px 0;
  font-size: 20px;
}
.profile {
  clear: both;
  font-size: 14px;
  padding: 15px 5px;
  margin: 10px 0;
  line-height: 1.5;
  color: #555;
  border-top: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa;
  text-align: left;
}
/* =============================================== */
/* info - 公演概要 */
/* ----------------------------------------------- */
#paragraph-5 {
  width: 100%;
  margin: 0;
  padding: 5% 0;
}
.dateTxt {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  padding: 15px 0 5px;
  letter-spacing: 2px;
  line-height: 1.4;
}
@media(max-width:600px) {
  .dateTxt {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.dateTxt .large {
  font-size: 160%;
}
.venueTxt {
  font-weight: 600;
  font-size: 150%;
  text-align: center;
  padding: 0;
  letter-spacing: 2px;
  line-height: 1.4;
}
@media(max-width:600px) {
  .venueTxt {
    letter-spacing: 0;
  }
}
.address{
  font-size:85%;
  line-height: 1.5;
  text-align: center;
  padding: 10px 0;
}
h5 {
  font-size: 15px;
  font-weight: 600;
  padding: 30px 0 0;
  margin: 5px 0;
  text-align: center;
}
h5 span {
  border-bottom: 2px solid #000;
  padding: 0 5px;
}
#info p {
  padding: 5px 0;
}

.caution{
  width: 530px;
  margin: 0 auto;
  font-size:94%;
  line-height: 1.5;
  padding: 20px 0 0;
  text-align: left;
}
.cautionList{
  margin: 25px auto;
  width: 100%;
  max-width: 530px;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  list-style: disc;
  padding: 1em;
}
.cautionList li{
  font-size: 85%;
  padding: 5px 0;
}
.infoTxt{
  margin-top: 10px;
  text-align: center;
}
/* チケット */
.playguideList {
  list-style: none;
  padding: 0 0 20px;
  font-size: 90%;
}
@media(max-width:600px) {
  .playguideList {
    font-size: 85%;
  }
}
.playguideList li {
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.playguideList li a:link {
  display: block;
  position: relative;
  padding: 0.5em 1em 0.4em;
  text-align: center;
  text-decoration: none;
  margin: 10px auto 0;
  background: #ffc52a;
  color: #000;
  border: 1px solid #000;
  transition: all 0.3s;
  font-weight: 400;
  font-size: 100%;
  width: 12em;
}
.playguideList li a:visited {
  text-decoration: underline;
  background: #ffc52a;
  color: #000;
  border: 1px solid #000;
}
.playguideList li a:active {
  text-decoration: underline;
  background: #ffc52a;
  color: #000;
  border: 1px solid #000;
}
.playguideList li a:hover {
  text-decoration: none;
  background: #000;
  color: #ffc52a;
  border: 1px solid #000;
}
/* =============================================== */
/* news - ニュースページ用 */
/* ----------------------------------------------- */
/* 記事タイトル部分（subhead内） */
.news-page .subhead {
  width: 960px;
  margin: 50px auto 0;
}
.news-page #main-box {
  padding-bottom: 100px;
}
.date {
  font-size: 30px;
  display: block;
  color: #999;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  padding: 0 15px;
}
.news-page h4 {
  padding: 10px 15px;
  margin: 0 0 25px;
  line-height: 1.4;
  text-align: left;
  font-size: 16px;
}
.news-page h4 a:link {
  text-decoration: none;
  color: #fff;
}
.news-page h4 a:visited {
  text-decoration: none;
  color: #fff;
}
.news-page h4 a:active {
  text-decoration: none;
  color: #fff;
}
.news-page h4 a:hover {
  text-decoration: none;
  color: #ffc52a;
}
/* 記事内カテゴリー */
.article-category {
  display: none;
}
/* プレビュー・ネクスト */
#pager {
  text-align: center;
  clear: both;
  margin: 50px 0;
  padding: 0;
}
#pager li {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 80%;
}
#pager li a:link {
  text-decoration: none;
  color: #fff;
  background: #999;
  margin: 0 1em;
  padding: 1em 1.2em;
  border-radius: 100px;
  transition: all .3s ease;
}
#pager li a:visited {
  text-decoration: none;
  color: #fff;
  background: #999;
}
#pager li a:active {
  text-decoration: none;
  color: #fff;
  background: #999;
}
#pager li a:hover {
  text-decoration: none;
  color: #fff;
  background: #000;
}
.disabled {
  display: none;
}
/* =============================================== */
/* 401,404,406 - エラーページ */
/* ----------------------------------------------- */
.error-page .column {
  margin: 0;
  padding: 0 15px 50px 0;
}
.error-page .pack p {
  padding: 30px 0 0;
  text-align: center;
}
/* =============================================== */
/* footer - フッター */
/* ----------------------------------------------- */
/* フッター大枠 */
footer {
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both;
  background-color: #000;
  text-align: center;
}
#footer-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  color: #ccc;
}
/* 左部分(用途に合わせてバナー等) */
#footer-left {
  width: 250px;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 20px;
}
/* 中央部分(コピーライト等) */
#footer-center {
  width: 500px;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 20px;
}
#footer-center p {
  text-align: center;
  font-size: 90%;
}
/* 右部分(mincへのリンク等) */
#footer-right {
  width: 250px;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 20px;
}
#footer-right p {
  text-align: right;
  font-size: 70%;
  margin: 0;
  padding: 115px 0 0;
}
#footer-right p a:link {
  text-decoration: none;
  color: #999;
}
#footer-right p a:visited {
  text-decoration: none;
  color: #999;
}
#footer-right p a:active {
  text-decoration: none;
  color: #999;
}
#footer-right p a:hover {
  text-decoration: underline;
  color: #fff;
}
.snsBtn {
  padding: 15px 0 0;
  text-align: center;
}
.snsBtn li {
  font-size: 45px;
  font-weight: 400;
  padding: 0 10px;
  display: inline-block;
}
.snsBtn a:link {
  text-decoration: none;
  display: block;
  color: #f9f7ed;
  transition: all .3s ease;
}
.snsBtn a:visited {
  text-decoration: none;
  color: #f9f7ed;
}
.snsBtn a:active {
  text-decoration: none;
  color: #f9f7ed;
}
.snsBtn a:hover {
  text-decoration: none;
  color: #ffc52a;
}
/* =============================================== */
/* clearfix - クリアフィックス設定 */
/* ----------------------------------------------- */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
/* =============================================== */
/* rollover - 画像ロールオーバー設定 */
/* ----------------------------------------------- */
a:hover img {
  -moz-opacity: 0.80;
  opacity: 0.80;
  filter: alpha(opacity=80);
}
nav a:hover img {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* =============================================== */
/* modal - モーダルウィンドウ */
/* ----------------------------------------------- */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.6rem;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  color: #fff;
}
/* モーダル背景 */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
/* モーダル表示状態 */
.modal.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
/* モーダルの中身*/
.modal-content {
  background: #000;
  padding: 1rem;
  width: 80vw;
  max-width: 720px;
  max-height: 60vh;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
  overflow: auto;
}
.modal-content h3 {
  font-size: 150%;
  padding: 10px 0;
  margin: 10px 40px 10px 15px;
  border-top: 1px solid #ffc52a;
  font-weight: 600;
  color: #fff;
  text-align: left;
}
.modal-content .message {
  font-size: 94%;
  padding: 10px 15px;
}
.modal-content .message p {
  padding: 0 0 15px;
  text-align: left;
  color: #fff;
}
/* アニメーション*/
.modal.active .modal-content {
  animation: fadeInScale 0.4s ease forwards;
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* modalのボタン01 */
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.button01 {
  background-color: #fdedc2;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  padding: 7px 2em 7px;
  margin: 15px;
  border-radius: 50px;
}
.button01:hover {
  background-color: #fbda81;
  border: 1px solid #000;
  color: #000;
  transition: all .3s ease;
}
/* =============================================== */
/* linkBtn - ボタン */
/* ----------------------------------------------- */
.linkBtn {
  text-align: center;
  padding: 10px 0;
}
.linkBtn a:link {
  text-decoration: none;
  color: #ffc52a;
  padding: 5px 1.2em 3px;
  margin: 0 auto;
  line-height: 1;
  font-size: 13px;
  position: relative;
  top: -3px;
  background-color: #000;
  border: 1px solid #ffc52a;
}
.linkBtn a:visited {
  text-decoration: none;
  color: #ffc52a;
  background-color: #000;
  border: 1px solid #ffc52a;
}
.linkBtn a:active {
  text-decoration: none;
  color: #ffc52a;
  background-color: #000;
  border: 1px solid #ffc52a;
}
.linkBtn a:hover {
  text-decoration: none;
  background-color: #ffc52a;
  color: #000;
  border: 1px solid #000;
  transition: all .3s ease;
}