@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Mea+Culpa&family=Zen+Kaku+Gothic+New:wght@400;700&family=Zen+Old+Mincho:wght@500&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;}
}*/
*{
  margin: 0;
  padding: 0;
}
html {scroll-behavior: smooth;}

/* リセット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: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-size: 1em;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  color: #fff;
	background-color: #000;
  -webkit-text-size-adjust: 100%;
}
/*背景画像を擬似要素で固定*/
body::before {
  background: url("../img/bgBody.jpg") no-repeat center center;/* 擬似要素に背景画像 */
  background-size: cover;/* cover指定 */
  content: "";/* 画像を表示させる為に必要*/
  display: block;/*ブロックボックスで表示*/
  position: fixed;/* 擬似要素全体を固定 */
  width: 100%;/* 横幅を画面全体 */
  height: 100vh;/* 縦幅を画面全体 */
  top: 0;/* 上からの配置を0 */
  left: 0;/* 左からの配置を0 */
  z-index: -1;/*背景画像になるように重ね順を-1*/
}

a:link{text-decoration: underline; color: #c50230;}
a:visited{text-decoration: underline; color: #c50230;}
a:active{text-decoration: underline; color: #c50230;}
a:hover{text-decoration: none; color: #c50230;}

/* 画像関連 */
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;
}

#contents{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  clear: both;
}

#main-box{
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}

#side-box{display: none;}

/* メインコンテンツ部分(main-box内) */
.titleSet{
	text-align: center;
	line-height: 1;
	padding-bottom: 100px;
  background-image: url("../img/verticalBorder.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.title{
	font-family: 'Mea Culpa', cursive;
	font-weight: 400;
	font-size: 3em;
	padding: 0;
	margin: 0;
	display: block;
}
.subtitle{
	display: block;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-size: 0.7em;
	padding: 0;
	margin: 0;
}

#head{display: none;}

article{
  margin: 0 auto;
  padding: 20px 0 20px 0;
  clear: both;
}

.subhead{
  font-size: 120%;
  padding: 4px 15px 7px;
  margin: 15px auto 20px;
  clear: both;
  border-left: 3px solid #fd3643;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
}

.packs{
  margin: 0 auto;
  padding: 0 0 0 15px;
  width : calc(100% - 15px) ;
}

.column{
  margin: 0;
  padding: 0 15px 0 0;
  float: left;
}

/* バナー・ツイッター枠など(side-box内) */
.banner{display: none;}
.twitter{display: none;}

/* ページトップ */
#pagetop{
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 10px 20px;
	max-width: 50px;
}
#pagetop img{width: 100%;}

/* =============================================== */
/* header - ヘッダー */
/* ----------------------------------------------- */
/* ヘッダー大枠 */
header{
  width: 100%;
  margin: 0;
  padding: 0;
	background-color: #000;
	height: 60px;
	position: fixed;
	z-index: 10;
	border-bottom: #333 1px solid;
}

/* ヘッダー内部 */
#header-inner{
  margin: 0 auto;
  padding: 0;
}

/* =============================================== */
/* nav - メインナビゲーション */
/* ----------------------------------------------- */
/* ナビ全体枠 */
nav{
  clear: both;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
}

/* 第一階層 */
#main-menu{
  position: relative;
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
	text-align: center;
}
#main-menu::after{
  display: block;
  clear: both;
  content: '';
}
#main-menu li{
  position: relative;
  font-size: 94%;
  text-align: center;
  white-space: nowrap;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
    display: inline-block;
	vertical-align: middle;
	padding: 5px 0;
}
#main-menu li a:link{
  color: #fff;
  padding: 0 0.6em;
  text-decoration: none;
}
#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: #ff0000;}

/* 第二階層 */
#main-menu .sub-menu{display: none;}

/* SNS */
#main-menu li ul.navSns{
	padding: 0;
	margin: 0;
}
#main-menu li ul.navSns li{
	padding: 0;
	margin: 0 -10px 0 0;
}

/* =============================================== */
/* home - トップページ用 */
/* ----------------------------------------------- */
/* メインビジュアル */
#main-visual{
  width: 100%;
  margin: 0;
  padding: 60px 0 0;
	text-align: center;
	background-color: #000;
  background-image: url("../img/bgIndex.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
@media(min-width:2500px) {
  #main-visual {background-size: contain;}
}
#main-visual img{
  width: 900px;
  height: auto;
  margin: 0 auto;
}

#visual-caption{
  margin: 2px 0 10px;
  padding: 0;
  font-size: 80%;
  text-align: center;
}

/* ニュースフィード（main-box内） */
#news-feed-index{display: none;}

/* キャスト紹介 */
.castBox{
	padding: 100px 0 20px;
	margin: 0 auto;
}
.castList{
	text-align: center;
}
.castList li{
	display: inline-block;
	width: 40%;
	padding: 3%;
}
.role{
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-size: 1.2em;
	padding: 10px 0 0;
	line-height: 2;
	position: relative;
	z-index: 5;
}
.actor{
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-size: 2em;
	padding: 0;
	margin: 0;
	line-height: 1;
	position: relative;
	z-index: 5;
}
.actorEng{
	font-family: 'Mea Culpa', cursive;
	font-weight: 400;
	font-size: 3em;
	color: #666;
	position: relative;
	z-index: 4;
	line-height: 1;
	margin-top: -15px;
}
.ensembleList{
	text-align: center;
}
.ensembleList li{
	display: inline-block;
	width: 22%;
	padding: 40px 1% 0;
}
.ensembleList .photo{
	width: 100%;
	height: auto;
}
.ensemble{
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-size: 1.2em;
	padding: 10px 0;
	margin: 0;
	line-height: 1;
}
/* スタッフ紹介 */
#staffBox{
	padding: 100px 0 20px;
	margin: 0 auto;
}
.staffList{
	text-align: center;
}
.staffList li{
	display: inline-block;
	width: 28%;
	padding: 2%;
	vertical-align: top;
	margin-bottom: 30px;
}
.job{
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-size: 0.9em;
	padding: 0 0 5px;
	line-height: 2;
	position: relative;
	z-index: 5;
}
.staff{
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-size: 1.5em;
	padding: 0;
	margin: 0;
	line-height: 1;
	position: relative;
	z-index: 5;
}

/* modalBtn - モーダルボタン */
a.btn {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 10px 20px;
	border: 1px solid #ff0000;
	color: #ff0000;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
	font-weight: 400;
	font-size: 80%;
	margin-top: 18px;
	line-height: 1;
	border-radius: 50px;
}
a.btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(200, 0, 0);
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
a.btn:hover::before {
	transform: translateX(0);
}
a.btn:hover {
	color: #fff;
}

/* modal - モーダルウィンドウ */
.remodal {
  position: relative;
  padding: 15px;
	text-align: left;
}
.remodalInner{
  padding-bottom: 15px;
}
.remodal-cancel {
  color: #fff;
  background: #000000;
  width: 50px;
  margin: 25px auto;
}
.remodal-cancel:hover {
  background: #333;
}
.modalName{
	text-align: center;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin: 0 0 20px;
	line-height: 1;
	padding: 10px 0 15px;;
}

/* crediteBtn - クレジットボタン */
a.crediteBtn {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 12px 30px 15px;
	border: 1px solid #ad9e5d;
	color: #ad9e5d;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
	font-weight: 600;
	font-size: 110%;
	margin-top: 18px;
	line-height: 1;
}
a.crediteBtn::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(173, 158, 93);
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
a.crediteBtn:hover::before {
	transform: translateX(0);
}
a.crediteBtn:hover {
	color: #fff;
}

/* スケジュール */
#scheBox {
	padding: 100px 0 20px;
	text-align: center;
}

a.access {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: -7px 0 0 10px;
	padding: 5px 10px;
	border: 1px solid #ff0000;
	color: #ff0000;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
	font-size: 65%;
	line-height: 1;
	border-radius: 50px;
}
a.access::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(200, 0, 0);
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
a.access:hover::before {
	transform: translateX(0);
}
a.access:hover {
	color: #fff;
}

/* =============================================== */
/* news - ニュースページ用 */
/* ----------------------------------------------- */
.news-page article{
	margin-bottom: 100px;
}

/* 記事タイトル部分（subhead内） */
.date{
  font-size: 70%;
  display: block;
  color: #fd3643;
}

.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: #fd3643;}

/* 記事内カテゴリー */
.article-category {display: none;}

/* プレビュー・ネクスト */
#pager{
  text-align: center;
  clear: both;
  margin: 50px 0 100px;
  padding: 0;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
}

#pager li{
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 80%;
}
#pager li a:link{text-decoration: none; color: #aaa; background: #333; padding: 0.8em 1.5em; 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: #fff; background: #444;}

.disabled{display: none;}

/* 最新記事・カテゴリー・アーカイブのリスト（side-box内） */
#new-entry{display: none;}
#category{display: none;}
#archive{display: none;}

/* =============================================== */
/* ticket - チケットページ用 */
/* ----------------------------------------------- */
.koumoku{
	border: #fd3643 1px solid;
	text-align: center;
	line-height: 1;
	padding: 5px 0 8px;
	margin-right: 10px;
	display: block;
	background-color: #000;
}

/* =============================================== */
/* intro - イントロページ用 */
/* ----------------------------------------------- */
/* イントロ */
.introTxt{
  padding: 1em;
  margin: 0;
  text-align: center;
  font-family: 'Zen Old Mincho', serif;
  font-size: 110%;
}
.introTxt span{
  color: #fd3643;
}

/* 華dollとは */
#paragraph-9{
  background-image: url("../img/titleAbout.png");
  background-position: top center;
	background-repeat: no-repeat;
	padding: 7em 1.5em 4em;
	margin: 80px 0 0;
}

/* =============================================== */
/* GOODS - グッズページ用 */
/* ----------------------------------------------- */
.goodsName{
	text-align: center;
	font-family: 'Zen Old Mincho', serif;
	font-size: 200%;
}
.goodsPrice{
	text-align: center;
	font-family: 'Zen Old Mincho', serif;
	font-size: 140%;
}
.goodIcon{
	text-align: center;
}
.goodIcon li{
	display: inline-block;
	margin: 1em;
	padding: 5px 1em 7px;
	border-radius: 30px;
	line-height: 1;
}
.goodIcon01{
	color: #fff;
	background-color: #ff0e52;
}
.goodIcon02{
	color: #fff;
	background-color: #3281fc;
}
.goodsCaution{
	text-align: center;
	font-size: 90%;
}
/* =============================================== */
/* Q&A - ご質問ページ用 */
/* ----------------------------------------------- */
.caution01{
	padding: 0 0 0 1.2em;
	list-style: disc;
	list-style-position: outside;
}
.caution01 li{
	padding: 5px 0;
}
.caution02{
	padding: 10px 0 10px 1.2em;
	list-style: decimal;
	list-style-position: outside;
	font-size: 90%;
}
.caution02 li{
	padding: 5px 0;
}

/* =============================================== */
/* 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: 120px 0 60px;
  clear: both;
  background-image: url("../img/bgFooter.jpg");
  background-position: top center;
  background-repeat: repeat-x;
	background-size: cover;
}
#footer-inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
/* フッター内部 */
.sns {
  text-align: center;
  padding: 20px 0;
}
.sns li {
  display: inline-block;
  padding: 0.7em;
}
.sns li a {
  display: block;
}
.footerBanner {
  text-align: center;
  padding: 0;
  margin: 0 auto 40px;
  width: 50%;
  max-width: 330px;
}
.footerBanner img{
  width: 100%;
}
.footerBanner a {
  display: block;
}
@media(max-width:768px) {
  .footerBanner {
    width: 60%;
    margin: 0 auto;
  }
  .footerBanner img {
    width: 100%;
  }
}

.privacy{
	text-align: center;
	padding: 15px 0;
	
}
.privacy a:link {
  text-decoration: none;
  color: #fff;
}
.privacy a:visited {
  text-decoration: none;
  color: #fff;
}
.privacy a:active {
  text-decoration: none;
  color: #fff;
}
.privacy a:hover {
  text-decoration: underline;
  color: #fff;
}

.credite {
  text-align: center;
  font-size: 100%;
  color: #bbb;
  padding: 1em;
}
@media(max-width:768px) {
  .credite {
    font-size: 80%;
  }
}
/* =============================================== */
/* clearfix - クリアフィックス設定 */
/* ----------------------------------------------- */
.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

/* =============================================== */
/* rollover - 画像ロールオーバー設定 */
/* ----------------------------------------------- */
a:hover img{
  -moz-opacity: 0.80;
  opacity: 0.80;
  filter: alpha(opacity=80);
}

/* =============================================== */
/* other - その他 */
/* ----------------------------------------------- */
.ex-large {
  font-size: 140%;
}
.large {
  font-size: 120%;
}
.small {
  font-size: 80%;
}
.ex-small {
  font-size: 70%;
}
.left {
  float: left;
}
.right {
  float: right;
}
.txtCenter {
  text-align: center;
}
.txtRight {
  text-align: right;
}
.red {
  color: #fd3643;
}
.green {
  color: #2fd4a7;
}
.blue {
  color: #3da3fa;
}
.orange {
  color: #f77f27;
}
.yellow {
  color: #f0db68;
}
.purple {
  color: #cf6bc0;
}
.grey {
  color: #666666;
}
.mincho {
  font-family: 'Shippori Mincho', serif;
}
.gothic {
  font-family: 'Noto Sans JP', sans-serif;
}

/* =============================================== */
/* sche - 星取表 */
/* ----------------------------------------------- */
table.schedule {
  width: 90%;
  max-width: 1000px;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px auto;
  table-layout: fixed;
  border: 1px solid #666;
}
@media(max-width:768px) {
  table.schedule {
    width: 100%;
  }
}
/* 時刻と星 */
.schedule th, .schedule td {
  border: 1px solid #666;
  margin: 0;
  padding: 10px;
  text-align: center;
  vertical-align: bottom;
	font-size: 1.5em;
}
.schedule th {}
.schedule thead tr {}
/* 月と日と曜日（特に日付） */
.schedule thead th {
  color: #fff;
  padding: 4px 2px 4px;
  font-weight: 400;
	font-size: 1em;
}
.schedule thead th .date{
  color: #fff;
	font-size: 1em;
}
/* 月 */
.schedule thead th:nth-child(1) {
  vertical-align: middle;
  width: 100px;
  color: #fff;
}
@media(max-width:768px) {
  .schedule thead th:nth-child(1) {
    width: 50px;
  }
}
/* 時刻 */
.schedule tbody th {
  height: 2em;
  vertical-align: middle;
  padding: 0;
  width: 5em;
  font-weight: 400;
  color: #fff;
	font-size: 1em;
}
/* 曜日 */
.schedule .day {
  display: block;
  margin: 4px 0 0;
  color: #fff;
  font-size: 0.7em;
}
.schedule .day_holiday {
  background: #fff;
  color: #c00;
}
.schedule .day_saturday {
  background: #fff;
  color: #6a8ffa;
}
/* 星 */
.schedule tbody td {
  vertical-align: middle;
  padding: 10px 0;
  height: 50px;
}
@media(max-width:768px) {
  .schedule tbody td {
    height: 60px;
  }
}
