@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=IBM+Plex+Sans+JP&family=Shippori+Mincho&display=swap');
/* =============================================== */
/* 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;
}
html {
  scroll-behavior: smooth;
}
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.6;
  background-color: #000;
  color: #150b08;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url('/replacement/bgIndex6_01.jpg') top center / cover no-repeat;
  z-index: -1;
}
a:link {
  text-decoration: underline;
  color: #e11010;
}
a:visited {
  text-decoration: underline;
  color: #e11010;
}
a:active {
  text-decoration: underline;
  color: #e11010;
}
a:hover {
  text-decoration: none;
  color: #e11010;
  transition: all .2s ease;
}
/* 画像関連 */
figure {
  margin: 0;
  padding: 0;
}
figcaption {
  font-size: 80%;
  text-align: center;
  margin: 0;
  padding: 0 0 5px 0;
}
img {
  border: none;
  vertical-align: bottom;
}
.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 #555 solid;
}
.dotted {
  border-top: 1px #555 dotted;
}
.dashed {
  border-top: 1px #555 dashed;
}
.double {
  border-top: 3px #555 double;
}
/* ページレイアウト */
#wrapper {
  margin: 0;
  padding: 0;
  filter: blur(100px);
  animation: blur-anim2 .5s linear forwards;
}
@keyframes blur-anim2 {
  100% {
    filter: blur(0);
  }
}
#contents {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  clear: both;
}
#main-box {
  width: 920px;
  margin: 0 auto 80px;
  padding: 40px 40px 80px;
  background-image: url('/replacement/bgContents01.jpg'), url('/replacement/bgContents02.jpg');
  background-repeat: no-repeat, repeat-y;
  background-position: top center, top center;
}
#home-1 #main-box {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-image: none;
}
#side-box {
  display: none;
}
/* メインコンテンツ部分(main-box内) */
#contents-title {
  width: 540px;
  margin: 50px auto 40px;
}
#head {
  display: none;
}
article {
  margin: 0 auto;
  padding: 20px 0 20px 0;
  clear: both;
}
.news-page article {
  margin: 0 auto;
  padding: 20px 0 50px 0;
  clear: both;
}
.subhead {
  background: #2a2322;
  box-shadow: 0px 0px 0px 5px #2a2322;
  border-top: solid 1px #786864;
  border-bottom: solid 1px #786864;
  padding: 0.4em 0.5em;
  color: #d6c9a1;
  text-align: center;
  font-weight: 400;
  font-size: 100%;
  margin-bottom: 25px;
}
.beta {
  margin: 20px auto;
  line-height: 1;
  padding: 4px 0 5px;
  background: #cbc1a2;
  color: #5d5546;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  border-top: 1px solid #5d5546;
  border-bottom: 1px solid #5d5546;
}
.koumoku {
  border-top: 1px dotted #5d5546;
  border-bottom: 1px dotted #5d5546;
  color: #5d5546;
  background-color: #ddd2b0;
  font-size: 90%;
  line-height: 1;
  padding: 7px 0 5px;
  margin-bottom: 15px;
}
.packs {
  margin: 0;
  padding: 0 0 0 15px;
  width: calc(100% - 15px);
}
.column {
  margin: 0;
  padding: 0 15px 0 0;
  float: left;
  max-width: 890px;
}
/* バナー・ツイッター枠など(side-box内) */
.banner {
  display: none;
}
.twitter {
  display: none;
}
/* ページトップ */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  text-decoration: none;
  color: #d6c9a1;
  text-align: center;
  display: block;
  opacity: 1;
  transition: all .3s ease;
  font-size: 56px;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}
/* =============================================== */
/* header - ヘッダー */
/* ----------------------------------------------- */
/* ヘッダー大枠 */
header {
  width: 100%;
  height: 80px;
  margin: 0;
  padding: 0;
}
/* =============================================== */
/* nav - メインナビゲーション */
/* ----------------------------------------------- */
/* ナビ全体枠 */
nav {
  clear: both;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  font-family: "EB Garamond", serif;
  font-weight: 600;
}
/* 第一階層 */
#main-menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#main-menu::after {
  display: block;
  clear: both;
  content: '';
}
#main-menu li {
  position: relative;
  text-align: center;
  padding: 0;
  margin: 34px 0.8em;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.1em;
}
#main-menu li a:link {
  color: #d6c9a1;
  text-decoration: none;
}
#main-menu li a:visited {
  color: #d6c9a1;
  text-decoration: none;
}
#main-menu li a:active {
  color: #d6c9a1;
  text-decoration: none;
}
#main-menu li a:hover {
  color: #fff;
  text-decoration: none;
}
#main-menu li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #d6c9a1;
  bottom: -3px;
  transform: scale(0, 1);
  transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
#main-menu li a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
/* =============================================== */
/* home - トップページ用 */
/* ----------------------------------------------- */
/* メインビジュアル */
#main-visual {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
#visual-caption {
  display: none;
}
/* ニュースフィード（main-box内） */
#news-feed-index {
  margin: 85px auto;
  padding: 60px 0 0;
  width: 740px;
  background-image: url('/replacement/bgFeed.png');
  background-repeat: no-repeat;
  background-position: top center;
}
#news-feed-index ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #52403b;
  background: rgba(0, 0, 0, 0.3);
}
#news-feed-index li {
  margin: 0;
  padding: 20px 15px;
  clear: both;
  line-height: 1;
  border-bottom: 1px solid #52403b;
}
#news-feed-index h2 {
  font-size: 14px;
  font-weight: 400;
  color: #d6c9a1;
}
#news-feed-index li a:link {
  text-decoration: none;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1;
}
#news-feed-index li a:visited {
  text-decoration: none;
  color: #fff;
}
#news-feed-index li a:active {
  text-decoration: none;
  color: #fff;
}
#news-feed-index li a:hover {
  color: #d6c9a1;
  text-decoration: none;
}
.thumbnail {
  display: none;
}
.news-txt {
  display: none;
}
/* =============================================== */
/* news - ニュースページ用 */
/* ----------------------------------------------- */
/* 記事タイトル部分（subhead内） */
.news-page h3 {
  margin: 0;
  padding: 0;
}
.newsDate {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 150%;
  color: #2a2322;
  padding: 0 10px 10px;
  line-height: 1;
}
.headline {
  background: #2a2322;
  box-shadow: 0px 0px 0px 5px #2a2322;
  border-top: solid 1px #786864;
  border-bottom: solid 1px #786864;
  padding: 0.4em 0.5em;
  color: #d6c9a1;
  text-align: left;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 30px;
}
.headline a:link {
  text-decoration: none;
  color: #d6c9a1;
}
.headline a:visited {
  text-decoration: none;
  color: #d6c9a1;
}
.headline a:active {
  text-decoration: none;
  color: #d6c9a1;
}
.headline a:hover {
  text-decoration: none;
  color: #fff;
}
/* 記事内カテゴリー */
.article-category {
  display: none;
}
/* プレビュー・ネクスト */
#pager {
  text-align: center;
  clear: both;
  margin: 15px 0 30px;
  padding: 0;
}
#pager li {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 80%;
}
#pager li a:link {
  text-decoration: none;
  color: #d6c9a1;
  background: #2a2322;
  margin: 0 1em;
  padding: 1em 1.2em;
  border-radius: 100px;
}
#pager li a:visited {
  text-decoration: none;
  color: #d6c9a1;
  background: #2a2322;
}
#pager li a:active {
  text-decoration: none;
  color: #d6c9a1;
  background: #2a2322;
}
#pager li a:hover {
  text-decoration: none;
  color: #fff;
  background: #443b3a;
}
.disabled {
  display: none;
}
/* 最新記事・カテゴリー・アーカイブのリスト（side-box内） */
#new-entry {
  margin: 0 0 10px;
}
#category {
  margin: 0 0 10px;
}
#archive {
  margin: 0 0 10px;
}
.home-page #new-entry {
  display: none;
}
h4 {
  background-color: #000;
  color: #fff;
  font-size: 80%;
  padding: 3px 10px;
  margin: 0;
  border-radius: 0 8px 0 0;
}
.side-list {
  font-size: 80%;
  margin: 0 0 10px;
}
.side-list li {
  padding: 1em;
  margin: 0 10px;
  background-image: url('/imagesPC/allow01.gif');
  background-repeat: no-repeat;
  background-position: 0 15px;
  border-bottom: 1px dotted #999;
  font-weight: 400;
}
.side-list li a:link {
  text-decoration: none;
  color: #333;
}
.side-list li a:visited {
  text-decoration: none;
  color: #333;
}
.side-list li a:active {
  text-decoration: none;
  color: #333;
}
.side-list li a:hover {
  text-decoration: none;
  color: #e81c4f;
}
/* =============================================== */
/* story - ストーリー */
/* ----------------------------------------------- */
.storyLead {
  font-size: 125%;
  padding: 0 15px 30px;
  line-height: 1.8;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  text-align: center;
  transform: rotate(0.03deg);
}
/* =============================================== */
/* cast - キャストページ */
/* ----------------------------------------------- */
.castList1 {
  width: 250px;
  text-align: center;
  padding: 30px 0;
  margin: 0 auto;
}
.castList1 li {
  display: inline-block;
  text-align: center;
  width: 100%;
  line-height: 1.5;
  padding: 0 1%;
}
.castList1 img {
  width: 100%;
  max-width: 250px;
  margin-bottom: 15px;
  background-color: #000;
}
.castList2 {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  margin: 0 auto;
}
.castList2 li {
  display: inline-block;
  text-align: center;
  width: 22%;
  line-height: 1.5;
  padding: 0 1% 50px;
  vertical-align: top;
}
.castList2 img {
  width: 100%;
  max-width: 220px;
  margin-bottom: 15px;
}
.mouseover img {
  display: block;
}
.role {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 8px;
  color: #52403b;
}
.actor {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1;
  font-size: 20px;
}
/* スタッフ */
.staffList1 {
  width: 100%;
  text-align: center;
  font-size: 105%;
  padding: 20px 0;
  margin: 0 auto;
}
.staffList1 li {
  display: block;
  text-align: center;
  line-height: 1.5;
  padding: 10px 0;
}
.staffList2 {
  width: 100%;
  text-align: center;
  font-size: 90%;
  padding: 10px 0;
  margin: 2px auto;
}
.staffList2 li {
  display: inline-block;
  text-align: center;
  line-height: 1.5;
  padding: 5px 10px;
}
.job {
  font-size: 75%;
  color: #52403b;
}
/* =============================================== */
/* schedule&ticket - 公演概要 */
/* ----------------------------------------------- */
.date {
  text-align: center;
  font-size: 120%;
  padding: 15px 0 0;
}
.venue {
  text-align: center;
  font-size: 140%;
  padding: 0;
}
.inquiry {
  text-align: center;
  padding-top: 50px;
}
.inquiry span {
  font-size: 85%;
}
/* =============================================== */
/* ticket - チケット */
/* ----------------------------------------------- */
.priceList {
  width: 90%;
  max-width: 600px;
  text-align: center;
  margin: 20px auto;
}
.priceList li {
  padding: 0;
}
.playguideList {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
}
.playguideList li {
  display: block;
  margin: 0 auto;
  padding: 0 0 25px;
  text-align: center;
}
.playguideList li a:link {
  display: block;
  position: relative;
  padding: 0.4em 0.5em 0.3em;
  text-align: center;
  text-decoration: none;
  margin: 10px auto 0;
  background: #940a0a;
  color: #fff;
  transition: all 0.3s;
  font-weight: 400;
  border-radius: 100px;
  font-size: 90%;
  width: 10em;
}
.playguideList li a:visited {
  text-decoration: underline;
  background: #940a0a;
  color: #fff;
}
.playguideList li a:active {
  text-decoration: underline;
  background: #940a0a;
  color: #fff;
}
.playguideList li a:hover {
  text-decoration: none;
  background: #c01c1c;
  color: #fff;
}
/* =============================================== */
/* 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;
  color: #ccc;
  text-align: center;
  border-top: 1px solid #393939;
}
/* フッターメニュー */
#footer-menu {
  display: none;
}
/* フッター内部 */
#footer-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  font-size: 80%;
}
#footer-inner p {
  padding: 10px 0;
}
.archiveList {
  text-align: center;
  padding: 10px 0;
}
.archiveList li {
  display: inline-block;
}
.archiveList li a:link {
  display: block;
  text-decoration: none;
  color: #aaa;
  border: #888 1px solid;
  background-color: transparent;
  padding: 1em 2em;
  margin: 0 1em;
  line-height: 1;
  font-size: 90%;
}
.archiveList li a:visited {
  text-decoration: underline;
  color: #aaa;
}
.archiveList li a:active {
  text-decoration: underline;
  color: #aaa;
}
.archiveList li a:hover {
  background-color: #fff;
  color: #333;
}
.twitterBtn {
  width: 40px;
  margin: 30px auto;
}
.twitterBtn a:link {
  display: block;
}
.twitterBtn img {
  width: 100%;
}
.snsBtn {
  padding: 50px 0;
  text-align: center;
}
.snsBtn li {
  display: inline-block;
  width: 40px;
  margin: 0 15px;
}
.snsBtn a:link {
  display: block;
}
.snsBtn img {
  width: 100%;
}
.privacy a:link {
  color: #fff;
}
.privacy a:visited {
  color: #fff;
}
.privacy a:active {
  color: #fff;
}
.privacy a:hover {
  color: #fff;
}
/* =============================================== */
/* goods - グッズ */
/* ----------------------------------------------- */
.buy {
  margin: 0;
  padding: 30px 0 15px;
  text-align: center;
  font-size: 90%;
  line-height: 1;
}
.buyKaijo {
  display: inline-block;
  padding: 7px 1em 5px;
  margin: 0 1em;
  background-color: firebrick;
  line-height: 1;
}
.buyTusin {
  display: inline-block;
  padding: 7px 1em 5px;
  margin: 0 1em;
  background-color: cornflowerblue;
  line-height: 1;
}
.goodsList {
  list-style-position: outside;
  padding: 0 0 0 1.2em;
  font-size: 90%;
}
.goodsList li {
  padding: 5px 0;
}
/* =============================================== */
/* 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);
}
.castList1 a:hover img {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.castList2 a:hover img {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* =============================================== */
/* linkBtn - ボタン */
/* ----------------------------------------------- */
.linkBtn {
  text-align: center;
  padding: 10px 0;
}
.linkBtn a:link {
  text-decoration: none;
  color: #c01c1c;
  padding: 3px 0.75em;
  margin: 0 0 0 8px;
  line-height: 1;
  font-size: 11px;
  position: relative;
  top: -1px;
  border: 1px solid #c01c1c;
}
.linkBtn a:visited {
  text-decoration: none;
  color: #c01c1c;
  border: 1px solid #c01c1c;
}
.linkBtn a:active {
  text-decoration: none;
  color: #c01c1c;
  border: 1px solid #c01c1c;
}
.linkBtn a:hover {
  text-decoration: none;
  background-color: #c01c1c;
  color: #fff;
  border: 1px solid #c01c1c;
  transition: all .2s ease;
}
/* =============================================== */
/* other - ほか */
/* ----------------------------------------------- */
.ex-large {
  font-size: 145%;
}
.large {
  font-size: 120%;
}
.small {
  font-size: 85%;
}
.ex-small {
  font-size: 70%;
}
.blue {
  color: #00ccff;
}
.red {
  color: #ff0033;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}