@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Katibeh&family=IBM+Plex+Sans+JP:wght@400;600&family=Shippori+Mincho:wght@400;600&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-size: 0.95em;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  color: #333;
  background-color: #170904;
  -webkit-text-size-adjust: 100%;
}
a:link {
  text-decoration: underline;
  color: #fc4848;
}
a:visited {
  text-decoration: underline;
  color: #fc4848;
}
a:active {
  text-decoration: underline;
  color: #fc4848;
}
a:hover {
  text-decoration: none;
  color: #fc4848;
}
/* 画像関連 */
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: 15px 0;
  padding: 0;
  border: 0;
  width: 100%;
}
.solid {
  border-top: 1px #999 solid;
}
.dotted {
  border-top: 1px #999 dotted;
}
.dashed {
  border-top: 1px #999 dashed;
}
.double {
  border-top: 3px #999 double;
}
/* ページレイアウト */
#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  background-image: url("/replacement/bg2.jpg");
  background-position: top center;
  background-repeat: repeat-x;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
#contents {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  clear: both;
}
#main-box {
  width: 1000px;
  float: left;
  margin: 0 0 80px;
  padding: 0 0 80px;
  background-color: #fff;
}
#home-1 #main-box {
  position: relative;
  height: 0;
  top: -1050px;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
#side-box {
  display: none;
}
/* メインコンテンツ部分(main-box内) */
#contents-title {
  width: 1000px;
  font-size: 300%;
  text-align: center;
  font-weight: 400;
  color: #2b0e05;
  background-position: bottom center;
  background-repeat: no-repeat;
  font-family: 'Katibeh', cursive;
  padding: 75px 0 25px;
}
@media(max-width:810px) {
  #contents-title {
    font-size: 350%;
    padding: 100px 0 0;
    line-height: 1;
  }
}
#news-2 #contents-title {
  background-image: url("/replacement/contentsTitleNews.jpg");
}
#free-format-3 #contents-title {
  background-image: url("/replacement/contentsTitleStory.jpg");
}
#free-format-4 #contents-title {
  background-image: url("/replacement/contentsTitleCast.jpg");
}
#free-format-5 #contents-title {
  background-image: url("/replacement/contentsTitleInfo.jpg");
}
#free-format-6 #contents-title {
  background-image: url("/replacement/contentsTitleGoods.jpg");
}
#free-format-7 #contents-title {
  background-image: url("/replacement/contentsTitleQA.jpg");
}
#free-format-8 #contents-title {
  background-image: url("/replacement/contentsTitleMovie.jpg");
}
#free-format-9 #contents-title {
  background-image: url("/replacement/contentsTitleRelease.jpg");
}
#free-format-11 #contents-title {
  background-image: url("/replacement/contentsTitleNotice.jpg");
}
#free-format-12 #contents-title {
  background-image: url("/replacement/contentsTitleInterview.jpg");
}
#head {
  font-size: 120%;
  text-align: center;
  background: #000;
  color: #fff;
  margin: 15px 0 0;
  padding: 5px;
}
article {
  margin: 0 auto;
  padding: 20px 0 20px 0;
  clear: both;
}
.subhead {
  font-size: 120%;
  font-weight: 600;
  width: 98%;
  max-width: 800px;
  padding: 7px 15px 9px;
  margin: 20px auto 20px;
  color: #fff;
  clear: both;
  background-color: #2b0e05;
  border-radius: 0 15px 0 0;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  border-bottom: 3px double #fff;
}
.title {
  font-size: 135%;
  font-weight: 600;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #2b0e05;
  background-image: url("/replacement/bgTitle.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 0 0 20px;
}
.packs {
  margin: 0 85px;
  padding: 0 0 0 15px;
  width: calc(100% - 15px);
  max-width: 800px;
}
#home-1 .packs {
  margin: 0;
}
.column {
  margin: 0;
  padding: 0 15px 0 0;
  float: left;
  transform: rotate(0.01deg)
}
/* ページトップ */
#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 10px 20px;
  width: 50px;
}
#pagetop img {
  width: 100%;
}
/* =============================================== */
/* header - ヘッダー */
/* ----------------------------------------------- */
/* ヘッダー大枠 */
header {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* ヘッダー内部 */
#header-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
/* 左部分(サイトタイトル) */
#site-title {
  width: 1000px;
  height: 216px;
  margin: 0;
  padding: 0;
}
#home-1 #site-title {
  display: none;
}
#site-caption {
  display: none;
}
/* =============================================== */
/* nav - メインナビゲーション */
/* ----------------------------------------------- */
/* ナビ全体枠 */
nav {
  clear: both;
  width: 1000px;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  font-family: 'Katibeh', cursive;
}
/* 第一階層 */
#main-menu {
  position: relative;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  text-align: center;
}
#main-menu::after {
  display: block;
  clear: both;
  content: '';
}
#main-menu li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 10px;
  color: #ece983;
  font-size: 30px;
  font-weight: 400;
  white-space: nowrap;
  line-height: 1;
  vertical-align: bottom;
}
#main-menu li a:link {
  text-decoration: none;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1;
}
#main-menu li a:visited {
  text-decoration: none;
  color: #fff;
}
#main-menu li a:active {
  text-decoration: none;
  color: #fff;
}
#main-menu li a:hover {
  text-decoration: none;
  color: #ece983;
}
.tweetNav {}
.tweetNav .ri-twitter-x-line {
  position: relative;
  top: 2px;
  font-size: 90%;
  font-weight: 400;
}
#main-menu li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 100%;
  height: 1px;
  background: #ece983;
  transform: scale(0, 1);
  transition: 0.4s;
}
#main-menu li a:hover:before {
  transform: scale(1);
}
#main-menu li a.current-page {
  color: #ece983;
  padding-bottom: 5px;
  border-bottom: 1px solid #ece983;
}
/* =============================================== */
/* home - トップページ用 */
/* ----------------------------------------------- */
/* メインビジュアル */
#main-visual {
  width: 1000px;
  margin: 0;
  padding: 30px 0;
}
#visual-caption {
  margin: 2px 0 10px;
  padding: 0;
  font-size: 80%;
  text-align: center;
}
/* ニュースフィード（main-box内） */
#news-feed-index {
  margin: 0;
  padding: 0;
}
#news-feed-index ul {}
#news-feed-index h2 {
  font-size: 90%;
  margin: 5px 0 5px 25px;
  padding: 4px 1em 4px 1.5em;
  clear: both;
  font-weight: 400;
  display: inline-block;
  background-color: #5eb7b8;
  background-image: url('/replacement/bgFeed.jpg');
  background-repeat: repeat-y;
  background-position: left;
}
#news-feed-index h2 a:link {
  text-decoration: none;
  color: #fff;
}
#news-feed-index h2 a:visited {
  text-decoration: none;
  color: #fff;
}
#news-feed-index h2 a:active {
  text-decoration: none;
  color: #fff;
}
#news-feed-index h2 a:hover {
  text-decoration: none;
  color: #efea3a;
}
.thumbnail {
  width: 80px;
  float: left;
  padding: 5px 10px 5px 0;
}
.news-txt {
  padding: 5px 0 5px 0;
  font-size: 80%;
}
/* 重要なお知らせボタン */
.oshirase {
  display: inline-block;
  padding: 0.2em 1em 0.4em;
  text-decoration: none;
  border: solid 2px #c00;
  transition: .4s;
  margin: 0 1em 15px;
}
.oshirase:link {
  text-decoration: none;
  color: #c00;
  background-color: #fff;
}
.oshirase:visited {
  text-decoration: none;
  color: #c00;
}
.oshirase:active {
  text-decoration: none;
  color: #c00;
}
.oshirase:hover {
  text-decoration: none;
  background: #c00;
  color: #fff;
}
/* =============================================== */
/* news - ニュースページ用 */
/* ----------------------------------------------- */
/* 記事タイトル部分（subhead内） */
#news-2 article {
  padding: 20px 0 60px;
}
#news-2 .subhead {
  font-size: 120%;
  font-weight: 600;
  width: 800px;
  padding: 7px 15px 9px;
  margin: 0 auto 20px;
  color: #fff;
  clear: both;
  background-color: #2b0e05;
  border-radius: 0 15px 0 0;
  font-family: "Shippori Mincho", serif;
  text-align: left;
  border-bottom: 3px double #fff;
  line-height: 1.4;
}
.date {
  display: block;
  width: 800px;
  margin: 0 auto;
  padding: 0;
  font-size: 150%;
  color: #2b0e05;
  font-family: 'Katibeh', cursive;
}
.headline {
  color: #fff;
}
.headline a:link {
  text-decoration: none;
  color: #fff;
}
.headline a:visited {
  text-decoration: none;
  color: #fff;
}
.headline a:active {
  text-decoration: none;
  color: #fff;
}
.headline a:hover {
  text-decoration: none;
  color: #ece984;
}
/* 記事内カテゴリー */
.article-category {
  display: none;
}
/* プレビュー・ネクスト */
#pager {
  text-align: center;
  clear: both;
  margin: 50px 0;
  padding: 0;
}
#pager li {
  display: inline;
  padding: 0;
  font-size: 130%;
  font-family: 'Katibeh', cursive;
  font-weight: 400;
}
#pager li a:link {
  text-decoration: none;
  color: #a88a7f;
  background: #2a0e06;
  margin: 0 1em;
  padding: 0.2em 1em 0.5em;
  border-radius: 5px;
  line-height: 1;
}
#pager li a:visited {
  text-decoration: none;
  color: #a88a7f;
  background: #2a0e06;
}
#pager li a:active {
  text-decoration: none;
  color: #a88a7f;
  background: #2a0e06;
}
#pager li a:hover {
  text-decoration: none;
  color: #fff;
  background: #170905;
}
.disabled {
  display: none;
}
/* =============================================== */
/* schedule-chart - スケジュール星取表 */
/* ----------------------------------------------- */
/* 星取大枠 */
.schedule-chart {
  width: 800px;
  border-collapse: collapse;
  border: 1px solid #ddd;
  table-layout: fixed;
  margin: 10px 0;
}
.schedule-chart td {
  border: 1px solid #ddd;
  text-align: center;
  font-size: 90%;
  color: #e7d519;
}
/* 月 */
.schedule-chart .month {
  padding: 0.5%;
  background: #5eb7b8;
  color: #fff;
  border: 1px solid #ddd;
}
/* 日 */
.schedule-chart .day {
  background: #eee;
  color: #2b0e05;
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
}
/* 土・日・休演 */
.schedule-chart .sat {
  color: #66ccff;
}
.schedule-chart .sun {
  color: #ff6699;
}
/* 時刻（一番左の列） */
.schedule-chart th {
  width: 50px;
  font-size: 85%;
  font-weight: 400;
  background: #5eb7b8;
  color: #fff;
  border: 1px solid #ddd;
}
/* 休演日 */
.row-1230 .day-20250507 {
  border-bottom: none;
}
.row-1330 .day-20250507 {
  border-bottom: none;
  border-top: none;
  color: #999;
}
.row-1730 .day-20250507 {
  border-bottom: none;
  border-top: none;
  color: #999;
}
.row-1830 .day-20250507 {
  border-top: 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;
  color: #b59185;
  background: #170904;
  border-top: 3px double #694538;
}
.snsBtn {
  text-align: center;
  font-size: 2.2em;
  padding: 20px 0;
  clear: both;
  width: 100%;
  background-color: #2b0e05;
  border-bottom: 1px solid #694538;
}
.snsBtn li {
  display: inline-block;
  padding: 0.2em;
  margin: 0 0.3em;
}
.snsBtn li a:link {
  text-decoration: none;
  color: #a98b80;
}
.snsBtn li a:visited {
  text-decoration: none;
  color: #a98b80;
}
.snsBtn li a:active {
  text-decoration: none;
  color: #a98b80;
}
.snsBtn li a:hover {
  text-decoration: none;
  color: #fff;
}
/* フッター内部 */
#footer-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  clear: both;
}
/* 左部分(用途に合わせてバナー等) */
#footer-left {
  width: 150px;
  height: 20px;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 20px;
}
/* 中央部分(コピーライト等) */
#footer-center {
  width: 700px;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 20px;
}
#footer-center p {
  text-align: center;
  font-size: 90%;
  line-height: 1.5;
  padding: 10px 0;
}
/* 右部分(mincへのリンク等) */
#footer-right {
  width: 150px;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 20px;
}
#footer-right p {
  text-align: right;
  margin: 0;
  padding: 13.2em 0 0;
  font-size: 75%;
}
#footer-right p a:link {
  text-decoration: none;
  color: #b59185;
}
#footer-right p a:visited {
  text-decoration: none;
  color: #b59185;
}
#footer-right p a:active {
  text-decoration: none;
  color: #b59185;
}
#footer-right p a:hover {
  text-decoration: none;
  color: #fff;
}
/* =============================================== */
/* 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);
}
/* =============================================== */
/* castStaff - キャストスタッフ */
/* ----------------------------------------------- */
.cast01 {
  padding: 1em 0;
  text-align: center;
}
.cast01 li {
  display: inline-block;
  width: 40%;
  text-align: center;
}
.cast01 li img {
  width: 250px;
  height: 300px;
}
.cast02 {
  padding: 1em 0;
  text-align: center;
}
.cast02 li {
  display: inline-block;
  width: 31%;
  text-align: center;
  padding: 10px 1%;
}
.cast02 li img {
  width: 250px;
  height: 300px;
}
.cast03 {
  padding: 1em 0;
  text-align: center;
}
.cast03 li {
  display: inline-block;
  text-align: center;
  width: 22%;
  padding: 10px 0.5%;
  font-size: 90%;
}
.cast03 li img {
  width: 100%;
  height: auto;
  max-width: 150px;
}
.name {
  font-size: 120%;
  font-weight: 600;
  color: #2b0e05;
  font-family: "Shippori Mincho", serif;
  padding: 5px 0 0;
  line-height: 1.4;
}
.role {
  font-weight: 600;
  font-size: 90%;
}
#paragraph-4 .role {
  color: #5eb7b8;
}
#paragraph-5 .role {
  color: #d61b1b;
}
#paragraph-6 .role {
  color: #5f6060;
}
#paragraph-7 .role {
  color: #5f6060;
}
#paragraph-8 .role {
  color: #5f6060;
}
.job {
  color: #5eb7b8;
  border-left: 1px solid #5eb7b8;
  border-right: 1px solid #5eb7b8;
  font-size: 75%;
  margin-right: 10px;
  padding: 0 5px 3px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  position: relative;
  top: -3px;
}
.staff01 {
  padding: 1em 0;
  text-align: center;
}
.staff01 li {
  display: block;
  text-align: center;
  padding: 0.5em 1em;
  font-size: 90%;
}
.messageBtn {
  margin-top: 10px;
}
.messageBtn a:link {
  font-size: 100%;
  display: block;
  width: 120px;
  height: auto;
  padding: 0.5em 1em;
  margin: 0 auto;
  background-color: #5eb7b8;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  line-height: 1;
}
.messageBtn a:visited {
  background-color: #5eb7b8;
  color: #fff;
  text-decoration: none;
}
.messageBtn a:active {
  background-color: #5eb7b8;
  color: #fff;
  text-decoration: none;
}
.messageBtn a:hover {
  background-color: #247084;
  color: #fff;
  text-decoration: none;
}

/* =============================================== */
/* schedule - 公演概要 */
/* ----------------------------------------------- */
.punchline {
  display: block;
  font-size: 100%;
  font-weight: 400;
  padding: 6px 15px;
  margin: 15px 0;
  clear: both;
  background-color:#faebd5;
  color: #2b0e05;
  text-align: center;
  line-height: 1;
  border-top: 1px solid #2b0e05;
  border-bottom: 1px solid #2b0e05;
}
.map {
  margin: 10px 0;
}
.smallTitle {
  display: inline-block;
  background-color: #5eb7b8;
  color: #fff;
  padding: 5px 15px;
  margin: 0 0 5px;
  font-size: 90%;
}
/* 座席ボタン */
.seat {
  display: inline-block;
  padding: 0.2em 1em 0.4em;
  text-decoration: none;
  color: #fc4848;
  border: solid 2px #fc4848;
  border-radius: 30px;
  transition: .4s;
  width: 6em;
  margin: 0 auto;
  text-align: center;
}
.seat:link {
  text-decoration: none;
  color: #fc4848;
}
.seat:visited {
  text-decoration: none;
  color: #fc4848;
}
.seat:active {
  text-decoration: none;
  color: #fc4848;
}
.seat:hover {
  text-decoration: none;
  background: #fc4848;
  color: #fff;
}
/* =============================================== */
/* goods グッズ */
/* ----------------------------------------------- */
.channel {
  text-align: center;
  margin: 0;
  padding: 10px 0;
}
.channel li {
  display: inline-block;
  color: #fff;
  font-size: 90%;
  margin: 0 5px;
}
.channel li span {
  width: 8em;
  border-radius: 20px;
  display: block;
  line-height: 1;
  padding: 8px 0;
}
.channelA {
  background-color: #5dae55;
}
.channelB {
  background-color: #50c6ca;
}
/* =============================================== */
/* notice ご注意 */
/* ----------------------------------------------- */
.noticeList01 {
  list-style: disc;
  list-style-position: outside;
  padding: 0 0 10px 1em;
}
.noticeList01 li {
  padding: 10px 0;
}
.noticeList02 {
  list-style: decimal;
  list-style-position: outside;
  padding: 0 0 10px 1em;
}
.noticeList02 li {
  padding: 5px 0;
  font-size: 90%;
}
/* =============================================== */
/* コメント用モーダルウィンドウ */
/* ----------------------------------------------- */
/* モーダル全体(背景＋本体) */
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
}
/* モーダル背景 */
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(32, 25, 15, 0.8);
}
/* モーダル本体 */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll; /* はみ出た部分はスクロールさせる */
  overflow: hidden;
  /*height: 60%;/* これが無いと「overflow:scroll」が利かない */
  /*width: 60%;/* これが無いと「overflow:scroll」が利かない */
  background: #fff;
  padding: 40px 5%;
  width: 80%;
  max-width: 600px;
}
.modal-content .subhead {}
.modalTxt {
  font-size: 90%;
  padding: 15px 0 0;
}
.close a:link {
  display: block;
  width: 7em;
  font-size: 75%;
  text-decoration: none;
  color: #fff;
  background-color: #999;
  margin: 30px auto 15px;
  padding: 9px 0;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
}
.close a:visited {
  text-decoration: none;
  color: #fff;
}
.close a:active {
  text-decoration: none;
  color: #fff;
}
.close a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #666;
  transition: all 0.3s ease 0s;
}
/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
/* =============================================== */
/* その他 */
/* ----------------------------------------------- */
.small {
  font-size: 80%;
}
.bold {
  font-weight: 600;
}
.red {
  color: #cc0000
}
.a {
  list-style: circle;
  list-style-position: outside;
}