@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=IBM+Plex+Sans+JP&family=Shippori+Mincho&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: #cf2935;
}
a:visited {
  text-decoration: underline;
  color: #cf2935;
}
a:active {
  text-decoration: underline;
  color: #cf2935;
}
a:hover {
  text-decoration: none;
  color: #cf2935;
}
.free-format-page {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.news-page {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 画像関連 */
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;
  overflow: hidden;
  background-image: url("/replacement/bgBlack.jpg");
}
#contents {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 100px;
  clear: both;
  background-image: url("/replacement/bgIndexPC.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
@media(min-width:2500px) {
  #contents {
    background-size: 100%;
  }
}
.cloudLeftIndex {
  position: relative;
  z-index: 1;
  height: 0;
  top: 10px;
  left: -5%;
}
.cloudRightIndex {
  position: relative;
  z-index: 2;
  height: 0;
  top: 460px;
  left: 40%;
}
.cloudLeftOther {
  position: relative;
  z-index: 1;
  height: 0;
  top: 10px;
  left: -5%;
}
.cloudRightOther {
  position: relative;
  z-index: 2;
  height: 0;
  top: 460px;
  left: 40%;
}
.cloudLeftIndex img {}
.cloudRightIndex img {}
.cloudLeftOther img {}
.cloudRightOther img {}
#contents-title {
  width: 1000px;
  position: relative;
  z-index: 10;
  margin: 70px auto 0;
  padding: 0;
}
#main-box {
  width: 918px;
  margin: 0 auto;
  padding: 20px 40px;
  position: relative;
  z-index: 10;
  background-color: #fff;
  border-left: 1px solid #c7bfa9;
  border-right: 1px solid #c7bfa9;
}
.mainBoxBottom {
  width: 1000px;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 10;
}
#side-box {
  display: none;
}
/* メインコンテンツ部分(main-box内) */
#head {
  display: none;
}
article {
  margin: 0 auto;
  padding: 20px 0 20px 0;
  clear: both;
}
.subhead {
  font-size: 100%;
  padding: 10px 15px 8px;
  margin: 0 0 15px;
  clear: both;
  border-bottom: 3px double #fff;
  background-color: #000;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}
.packs {
  margin: 0;
  padding: 0 0 0 15px;
  width: 903px;
}
.column {
  margin: 0;
  padding: 0 15px 0 0;
  float: left;
	max-width: 888px;
}
/* バナー・ツイッター枠など(side-box内) */
.banner {
  display: none;
}
.twitter {
  display: none;
}
/* ページトップ */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  line-height: 1;
  z-index: 999;
}
#page-top a {
  text-decoration: none;
  color: #c7bfa9;
  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%;
  margin: 0;
  padding: 0;
  height: 73px;
  background-image: url("/replacement/bgHeaderPC.png");
  background-position: top center;
  background-repeat: repeat-x;
  position: fixed;
  z-index: 99;
}
/* ヘッダー内部 */
#header-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
/* 左部分(サイトタイトル) */
#header-left {
  display: none;
}
/* 右部分(用途に合わせて会員メニュー・SNSボタンなど) */
#header-right {
  display: none;
}
/* =============================================== */
/* nav - メインナビゲーション */
/* ----------------------------------------------- */
/* ナビ全体枠 */
nav {
  clear: both;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
/* 第一階層 */
#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 {
  display: inline-block;
}
#main-menu li a {
  padding: 10px 1.2em;
}
#main-menu li a:link {
  text-decoration: none;
}
#main-menu li a:visited {
  text-decoration: none;
}
#main-menu li a:active {
  text-decoration: none;
}
#main-menu li a:hover {
  text-decoration: none;
}
/* =============================================== */
/* home - トップページ用 */
/* ----------------------------------------------- */
#home-1 #contents {
  padding: 0;
}
/* メインビジュアル */
#main-visual {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0 0;
  position: relative;
  z-index: 10;
}
#visual-caption {
  display: none;
}
.dateVenue {
  width: 580px;
  height: 103px;
  margin: 55px auto;
  padding: 0;
}
/* ニュースフィード（main-box内） */
#home-1 #main-box {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  background-image: url("/replacement/bgFeedPC.jpg");
  background-position: top center;
  background-repeat: repeat-x;
}
#news-feed-index {
  width: 750px;
  height: 120px;
  margin: 0 auto;
  padding: 110px 20px 110px 230px;
}
#news-feed-index ul {}
#news-feed-index h2 {
  font-size: 94%;
  margin: 0;
  padding: 6px 0;
  clear: both;
  font-weight: 400;
}
#news-feed-index h2 a:link {
  text-decoration: none;
  color: #333;
}
#news-feed-index h2 a:visited {
  text-decoration: none;
  color: #333;
}
#news-feed-index h2 a:active {
  text-decoration: none;
  color: #333;
}
#news-feed-index h2 a:hover {
  text-decoration: underline;
  color: #cf2935;
}
.thumbnail {
  width: 80px;
  float: left;
  padding: 5px 10px 5px 0;
}
.news-txt {
  padding: 5px 0 5px 0;
  font-size: 80%;
}
/* =============================================== */
/* news - ニュースページ用 */
/* ----------------------------------------------- */
/* 記事タイトル部分（subhead内） */
.date {
  font-size: 200%;
  display: block;
  color: #c7bfa9;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  padding: 0 15px;
  line-height: 1.2;
}
#news-2 article {
  padding-bottom: 100px;
}
#news-2 .subhead {
  text-align: left;
  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: #fcc837;
}
/* 記事内カテゴリー */
.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: #c7bfa9;
  background: #000;
  padding: 0.8em 1.5em;
  border-radius: 5px;
  margin: 0 1em;
}
#pager li a:visited {
  text-decoration: none;
  color: #c7bfa9;
}
#pager li a:active {
  text-decoration: none;
  color: #c7bfa9;
}
#pager li a:hover {
  text-decoration: none;
  color: #fff;
  background: #333;
}
.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: #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: url('/imagesPC/allow01.gif') no-repeat 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;
}
/* =============================================== */
/* other - 他のページ */
/* ----------------------------------------------- */
/* キャスト */
.castList {
  text-align: center;
}
.castList li {
  width: 46%;
  max-width: 360px;
  display: inline-block;
  padding: 0 1% 40px;
}
.castList li img {
  width: 100%;
}
.role {
  color: #b59f72;
  font-size: 90%;
  letter-spacing: 0.1em;
  padding: 5px 0 0 0.1em;
}
.actor {
  font-size: 125%;
  letter-spacing: 0.1em;
  padding: 0 0 0 0.1em;
}
.box {
  opacity: 0;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スタッフ */
.staffList {
  text-align: center;
}
.staffList li {
  display: inline-block;
  padding: 20px 1em 0;
}
.job {
  font-size: 75%;
}
/* 公演概要 */
.playguide {
  padding: 0;
  text-align: center;
  border: 1px solid #c00;
  width: 100%;
  margin: 0 auto;
  background-color: #fef5f4;
  border-radius: 8px;
}
.playguide li {
  padding: 25px 0;
  margin: 0 15px;
  border-top: 1px dotted #aaa;
}
.playguide li:first-child {
  border-top: none;
}
.ticketTitle {}
.ticketTitle span {
  font-weight: 500;
  padding: 3px 1.5em 2px 1.5em;
  background-color: #c00;
  color: #fff;
  font-size: 90%;
  line-height: 1;
  border-radius: 50px;
}
.ticketDate {
  padding: 10px 0 0;
}
.ticketLink {
  padding: 0;
}
/* グッズ */
.buy {
  margin: 0;
  padding: 30px 0;
  text-align: center;
  font-size: 90%;
  line-height: 1;
}
.buyKaijo {
  display: inline-block;
  padding: 7px 1em 5px;
  margin: 0 1em;
  background-color: #f5a9cc;
  line-height: 1;
	color: #333;
	border-radius: 50px;
}
.buyTusin {
  display: inline-block;
  padding: 7px 1em 5px;
  margin: 0 1em;
  background-color: #8cf3f5;
  line-height: 1;
	color: #333;
	border-radius: 50px;
}
#free-format-6 p{
	text-align: center;
}
.punchline{
  background-color: #d3cdbc;
  display: inline-block;
	padding: 10px 1.5em 6px;
	line-height: 1;
	margin-bottom: 10px;
	border: 3px double #333;
}
/* =============================================== */
/* 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: 15px 0;
  clear: both;
  background: #000;
  color: #c7bfa9;
  position: relative;
  z-index: 100;
  border-top: 1px solid #7a6b4d;
}
#footer-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}
#footer-inner p {
  padding: 10px 0;
  font-size: 85%;
}
.twitterBtn {
  width: 40px;
  margin: 30px auto;
}
.twitterBtn a:link {
  display: block;
}
.twitterBtn img {
  width: 100%;
}
.footerCredite {
  text-align: center;
  padding: 10px 0;
}
.footerCredite li {
  padding: 3px 0;
  font-size: 85%;
  line-height: 1.4;
}
.footerCredite li span {
  display: inline-block;
  padding: 0 10px 0 0;
  font-size: 85%;
}
.footerCopy {
  text-align: center;
  padding: 10px 0;
}
.footerCopy li {
  padding: 3px 0;
  font-size: 85%;
  line-height: 1.4;
}
.footerCopy a:link {
  color: #c7bfa9;
}
.footerCopy a:visited {
  color: #c7bfa9;
}
.footerCopy a:active {
  color: #c7bfa9;
}
.footerCopy a:hover {
  color: #fff;
  text-decoration: underline;
}
/* =============================================== */
/* 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);
}