@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600;700;800&family=Rum+Raisin&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.6;
  background-color: #b70012;
  color: #333;
}
a:link{text-decoration: underline; color: #b70012;}
a:visited{text-decoration: underline; color: #b70012;}
a:active{text-decoration: underline; color: #b70012;}
a:hover{text-decoration: none; color: #b70012;}

/* 画像関連 */
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-color: #000;
  background-image: url("/replacement/bgKumo01.png"),url("/replacement/bgKumo02.jpg");
  background-position: top center,top center;
  background-repeat: repeat-x,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: 100%;
  margin: 0 auto;
  padding: 0 0 175px;
  clear: both;
  background-image: url("/replacement/bgFire.png");
  background-position: bottom;
  background-repeat: repeat-x;
}
#home-1 #contents {
  padding: 0 0 100px;
}
#main-box {
  width: 900px;
  min-height: 800px;
  margin: 0 auto;
  padding: 50px;
  background-color: #fff;
}
#home-1 #main-box {
  width: 1000px;
  min-height: 0;
  padding: 0;
  background-color: transparent;
}
#side-box{display: none;}

/* メインコンテンツ部分(main-box内) */
.contents-title {
  width: 360px;
  height: 160px;
  font-weight: 800;
  font-size: 38px;
  text-align: center;
  display: none;
  color: #fff;
  padding: 65px 0 0;
  margin: 0 auto;
  text-align-last: justify;
}
.contents-title span {
  display: block;
  font-size: 18px;
  color: #fddba0;
  font-family: "Rum Raisin", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-right: -0.5em;
  letter-spacing: 0.5em;
  background-color: #000;
  text-align: center;
  text-align-last: center;
  border-top: 1px solid #fddba0;
  border-bottom: 1px solid #fddba0;
}
#news-2 #titleNews {
  display: block;
}
#free-format-3 #titleIntro {
  display: block;
}
#free-format-4 #titleCast {
  display: block;
}
#free-format-5 #titleTicket {
  display: block;
}
#free-format-6 #titleGoods {
  display: block;
}
#free-format-6 .contents-title {
  font-size: 28px;
}
#free-format-7 #titleVideo {
  display: block;
}
#free-format-8 #titleNotice {
  display: block;
}
#free-format-8 .contents-title {
  font-size: 28px;
}
#head {
  display: none;
}

article{
  margin: 0 auto;
  padding: 20px 0 20px 0;
  clear: both;
}

.subhead{
  border-top: 4px solid #b70012;
  border-bottom: none;
  font-size: 24px;
  margin-bottom: 15px;
  padding: 15px;
  text-align: center;
}

.packs{
  margin: 0;
  padding: 0 0 0 15px;
  width : calc(100% - 15px) ;
}

.column{
  margin: 0;
  padding: 0 15px 0 0;
  float: left;
}

/* バナー・ツイッター枠など(side-box内) */
.banner{
  width: 260px;
  margin: 0 auto 10px;
  padding: 0;
}

.twitter{
  margin: 0 auto 10px;
  background: #000;
}

/* ページトップ */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  line-height: 1;
  z-index: 101;
}
#page-top a {
  text-decoration: none;
  color: #fddba0;
  text-align: center;
  display: block;
  opacity: 1;
  transition: all .3s ease;
  font-size: 45px;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .6;
}
/* =============================================== */
/* header - ヘッダー */
/* ----------------------------------------------- */
/* ヘッダー大枠 */
header{
  width: 100%;
  margin: 0;
  padding: 0;
}
/* =============================================== */
/* nav - メインナビゲーション */
/* ----------------------------------------------- */
/* ナビ全体枠 */
nav{
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  background-color: #000;
  border-bottom: 1px solid #f5ce7f;
}

/* 第一階層 */
#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{
  font-size: 110%;
  font-weight: 800;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
}
#main-menu li a{
  display: inline-block;
  color: #fddba0;
  padding: 17px 1em 15px;
}
#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; color: #f7ff6b;}

/* =============================================== */
/* home - トップページ用 */
/* ----------------------------------------------- */
/* メインビジュアル */
#main-visual{
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

/* ニュースフィード（main-box内） */
#news-feed-index{
  margin: 0;
  padding: 0;
}
.feedTitle{
  width: 150px;
  padding: 50px;
  float: left;
  text-align: center;
  text-align-last: justify;
  color: #f5ce7f;
  font-size: 130%;
}
.feedTitle span{
  display: block;
  width: 100%;
  font-family: "Rum Raisin", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  border-top: 1px solid #f5ce7f;
  font-size: 80%;
  margin-right: -0.75em;
  letter-spacing: 0.75em;
}
#news-feed-index ul{
  width: 650px;
  padding: 50px 50px 0;
  float: right;
}

#news-feed-index h2{
  font-size: 100%;
  margin: 0;
  padding: 22px 0 15px 2.1em;
  clear: both;
  background: url('/replacement/tamasi.png') no-repeat left;
  font-weight: 400;
}
#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: underline; color: #f5ce7f;}

.thumbnail{
  width: 80px;
  float: left;
  padding: 5px 10px 5px 0;
}

.news-txt{
  padding: 5px 0 5px 0;
  font-size: 80%;
}

/* =============================================== */
/* news - ニュースページ用 */
/* ----------------------------------------------- */
/* 記事タイトル部分（subhead内） */
#news-2 article{
  margin-bottom: 50px;
}
.date{
  font-size: 170%;
  display: block;
  color: #b70012;
  font-family: "Rum Raisin", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 15px;
}
#news-2 .subhead{
  border-top: 3px solid #b70012;
  border-bottom: none;
  font-size: 20px;
  margin-bottom: 15px;
  text-align: left;
}
.headline a:link {
  text-decoration: none;
  color: #333;
}
.headline a:visited {
  text-decoration: none;
  color: #333;
}
.headline a:active {
  text-decoration: none;
  color: #333;
}
.headline a:hover {
  text-decoration: none;
  color: #b70012;
}

/* 記事内カテゴリー */
.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: 40px;
}
#pager li a:link {
  text-decoration: none;
  color: #aaa;
  padding: 0;
  margin: 0 1em;
}
#pager li a:visited {
  text-decoration: none;
  color: #aaa;
}
#pager li a:active {
  text-decoration: none;
  color: #aaa;
}
#pager li a:hover {
  text-decoration: none;
  color: #b70012;
}
.disabled {
  display: none;
}
/* 最新記事・カテゴリー・アーカイブのリスト（side-box内） */
#new-entry {
  display: none;
}
#category {
  display: none;
}
#archive {
  display: none;
}
/* =============================================== */
/* intro - 作品について */
/* ----------------------------------------------- */
.lead{
  font-weight: 700;
  text-align: center;
  font-size: 35px;
  line-height: 2;
  color: #000;
}
.lead span{
  background-color: #b70012;
  color: #fff;
  padding: 5px 10px 0;
  margin: 0 5px;
}
/* =============================================== */
/* cast - キャスト */
/* ----------------------------------------------- */
.castList01 {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.castList01 li {
  padding: 0 0 40px;
}
.photo {
  width: 600px;
  text-align: center;
  margin: 0 auto 5px;
}
.photo img {
  width: 100%;
  height: auto;
}
.actor {
  font-size: 1.8em;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  padding: 5px 0;
}
.actor span {
  font-size: 60%;
  font-weight: 400;
  display: block;
}

.staffList01 {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.staffList01 li {
  padding: 0 0 40px;
}
.staffList01 .photo {
  width: 360px;
  text-align: center;
  margin: 0 auto 5px;
}
.staffList01 .photo img {
  width: 100%;
  height: auto;
}
.staffBox td{
  font-weight: 600;
  font-size: 100%;
  padding: 5px 0;
  line-height: 1.4;
  vertical-align: top;
}
.staffBox td.job{
  font-weight: 400;
  font-size: 100%;
  text-align: right;
  width: 435px;
  vertical-align: top;
}
/* =============================================== */
/* schedule&ticket - 公演概要 */
/* ----------------------------------------------- */
.koumoku{
  color:#bf9749;
  font-wright:600;
  border-top:1px solid #bf9749;
  border-bottom:1px solid #bf9749;
  text-align:center;
  background:#fef3e0;
}
.sche{
  background:#000;
  padding:20px;
}
.bold{
  font-weight: 600;
}
.red{
  color: #b70012;
}
/* チケット */
.senkoBox {
  border: 1px solid #bf9749;
  background-color: #fdf6e7;
  margin: 0 auto;
  padding: 0 2%;
}
.ippanBox {
  border: 1px solid #b70012;
  margin: 0 auto;
  padding: 0 2%;
}
h5 {
  height: 0;
  text-align: center;
}
h5 span {
  padding: 5px 1.5em 3px;
  margin: 0;
  position: relative;
  top: -2.5em;
  height: 0;
  font-size: 1em;
  font-weight: 400;
}
.senkoBox h5 span {
  color: #fff;
  background-color: #bf9749;
}
.ippanBox h5 span {
  color: #fff;
  background-color: #b70012;
}
.playguideList {
  list-style: none;
  padding: 0 0 30px 0;
  font-size: 90%;
}
.playguideList li {
  padding: 10px 0;
}
.purchase {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 50%;
  text-align: center;
  font-weight: 500;
}
.purchase span {
  display: block;
}
.purchase a:link {
  display: block;
  position: relative;
  padding: 0.6em 0 0.5em;
  text-align: center;
  text-decoration: none;
  margin: 5px 1em;
  transition: all 0.3s;
  font-weight: 400;
  font-size: 100%;
}
.purchase a:visited {
  text-decoration: none;
}
.purchase a:active {
  text-decoration: none;
}
.purchase a:hover {
  text-decoration: none;
}
.senkoBox .purchase a:link {
  color: #fff;
  background: #bf9749;
}
.senkoBox .purchase a:visited {
  color: #fff;
  background: #bf9749;
}
.senkoBox .purchase a:active {
  color: #fff;
  background: #bf9749;
}
.senkoBox .purchase a:hover {
  color: #000;
  background: #f5ce7f;
}
.ippanBox .purchase a:link {
  color: #fff;
  background: #b70012;
}
.ippanBox .purchase a:visited {
  color: #fff;
  background: #b70012;
}
.ippanBox .purchase a:active {
  color: #fff;
  background: #b70012;
}
.ippanBox .purchase a:hover {
  color: #fff;
  background: #de433a;
}
/* =============================================== */
/* subnav - サブナビページ用 */
/* ----------------------------------------------- */
/* サイドメニュー（side-box内） */
#side-menu{
  width: 260px;
  margin: 0 0 10px;
  border-top: 1px dotted #444;
}

#side-menu li{
  margin: 0 0 5px;
  padding: 1em;
  font-size: 100%;
  font-weight: bold;
  border-bottom: 1px dotted #444;
  background: url('/imagesPC/allow01.gif') no-repeat left;
}
#side-menu li a:link{text-decoration: none; display: block;}
#side-menu li a:visited{text-decoration: none; display: block;}
#side-menu li a:active{text-decoration: none; display: block;}
#side-menu li a:hover{text-decoration: underline; display: block;}

#side-menu .active{}

/* =============================================== */
/* 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: 30px 0;
  clear: both;
  color: #000;
  background: #b70012;
}

/* フッター内部 */
#footer-inner{
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  clear: both;
}

/* 左部分(用途に合わせてバナー等) */
#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;
}
.snsBtn {
  padding: 15px 0;
  text-align: center;
}
.snsBtn li {
  font-size: 50px;
  font-weight: 400;
  display: inline-block;
}
.snsBtn a:link {
  text-decoration: none;
  display: block;
  color: #000;
}
.snsBtn a:visited {
  text-decoration: none;
  color: #000;
}
.snsBtn a:active {
  text-decoration: none;
  color: #000;
}
.snsBtn a:hover {
  text-decoration: none;
  color: #fff;
}

#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: 75%;
  margin: 0;
  padding: 138px 0 0;
}
#footer-right p a:link{text-decoration: none; color: #000;}
#footer-right p a:visited{text-decoration: none; color: #000;}
#footer-right p a:active{text-decoration: none; color: #000;}
#footer-right p a:hover{text-decoration: underline; 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);
}