@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@500;700;900&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: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 1em;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #333;
	background-image: url("../img/bgOther.png"),url("../img/bgAll.jpg");
	background-position: top center, top center;
	background-repeat: no-repeat,repeat;
	
}
#home-1{	background-image: url("../img/bgIndex.png"),url("../img/bgAll.jpg");}

a:link{text-decoration: underline; color: #cc0000;}
a:visited{text-decoration: underline; color: #cc0000;}
a:active{text-decoration: underline; color: #cc0000;}
a:hover{text-decoration: none; color: #cc0000;}

/* 画像関連 */
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;
}

.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;
}

#contents{
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  clear: both;
}

#main-box{
  width: 860px;
  float: right;
  margin: 0;
  padding: 0;
}

#side-box{
  width: 300px;
  float: left;
  margin: 0;
  padding: 0;
}

/* メインコンテンツ部分(main-box内) */
#contents-title{
  width: 640px;
  font-size: 140%;
  text-align: center;
	margin: 85px auto 50px;
}

#head{
  font-size: 120%;
  text-align: center;
  background: #000;
  color: #fff;
  margin: 0;
  padding: 5px;
	display: none;
}

article{
  margin: 0 auto;
  padding: 50px 40px;
  clear: both;
	background-color: #fff;
}

.subhead{
  font-size: 110%;
  padding: 30px 15px 40px;
  margin: 0 0 15px;
  clear: both;
	text-align: center;
	background-image: url("../img/subheadTop.jpg"),url("../img/subheadBottom.jpg");
	background-position: top center, bottom center;
	background-repeat: no-repeat,no-repeat;
}

.packs{
  margin: 0;
  padding: 0 0 0 15px;
  width : calc(100% - 15px) ;
	max-width: 750px;
}

.column{
  margin: 0;
  padding: 0 15px 0 0;
  float: left;
}

/* バナー・ツイッター枠など(side-box内) */
.banner{
  width: 260px;
  margin: 0 auto 10px;
  padding: 0;
	display: none;
}

.twitter{
  margin: 25px auto 0;
  background: #000;
	display: none;
}

/* ページトップ */
#pagetop{
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 10px 20px;
	width: 50px;
}
#pagetop img{
  width: 100%;
}

/* =============================================== */
/* header - ヘッダー */
/* ----------------------------------------------- */
/* ヘッダー大枠 */
header{
  width: 100%;
  margin: 0;
  padding: 0;
	display: none;
}

/* =============================================== */
/* nav - メインナビゲーション */
/* ----------------------------------------------- */
/* バナー */
.bannerQ{
  display: block;
  width: 300px;
  margin: 20px auto;
  padding: 0;
}
.bannerQ img{
  width: 100%;
  height: auto;
}
/* バナー */
.bannerStage{
  display: none;
}
#home-1 .bannerStage{
  display: block;
  width: 180px;
  margin: 0 auto;
  padding: 0;
}
.bannerStage img{
  width: 100%;
  height: auto;
}

/* アコーディオンタイプ */
#main-menu {
  width: 300px;
  margin: 0 auto;
  padding: 0;
}

#main-menu li {
  width: 300px;
  list-style: none;
}

#main-menu li a {
  display: table;
  padding: 0;
  width: 100%;
  overflow: hidden;
  transition:all .4s ease-out;
}

#main-menu li a.current-page{
}

#main-menu > li:first-child a {
  margin-top: 0;
}

#main-menu li a:hover {
  transition:all .4s ease-out;
}

#main-menu li ul {
  margin: 0;
  padding: 0;
}

#main-menu li li a {
  display: block;
  margin-top: 0;
  padding: 0;
  height: 0;
  background: #333;
  color: #fff;
  transition:all .4s ease-out;
  font-size: 80%;
}

#main-menu > li:hover li a {
  display: table;
  margin-top: 1px;
  padding: 5px 0;
  width: 100%;
  height: 1em;
  transition:all .4s ease-out;
}

#main-menu > li:hover li a:hover {
  background: #666;
  transition:all .4s ease-out;
}

/* =============================================== */
/* home - トップページ用 */
/* ----------------------------------------------- */
/* メインビジュアル */
#main-visual{
  width: 860px;
  margin: 0;
  padding: 0;
}

#visual-caption{display: none;}

/* ニュースフィード（main-box内） */
#news-feed-index{
  margin: 0;
  padding: 15px;
  background: #eee;
	display: none;
}

/* =============================================== */
/* news - ニュースページ用 */
/* ----------------------------------------------- */
/* 記事タイトル部分（subhead内） */
.date{
  font-size: 85%;
  display: block;
  color: #333;
}

.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: #cc0000;}

/* 記事内カテゴリー */
.article-category{
  clear: both;
  font-size: 80%;
  text-align: right;
  padding: 1em 15px;
  margin: 0;
	display: none;
}

/* プレビュー・ネクスト */
#pager{
  text-align: center;
  clear: both;
  margin: 50px 0;
  padding: 0;
}

#pager li{
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 80%;
}
#pager li a:link{text-decoration: none; color: #fff; background: #58271a; margin: 0 1em; padding: 0.5em 1.5em 0.7em;}
#pager li a:visited{text-decoration: none; color: #fff;}
#pager li a:active{text-decoration: none; color: #fff;}
#pager li a:hover{text-decoration: none; color: #fff; background: #c00;}

.disabled{display: none;}

/* 最新記事・カテゴリー・アーカイブのリスト（side-box内） */
#new-entry{
	width: 230px;
	height: 233px;
	margin: 0 0 10px;
	padding: 70px 35px;
	background-image: url("../img/bgFeed.png");
	background-position: top center;
	background-repeat: no-repeat;
}
#news-2 #new-entry{
	display: none;
}
.side-list{
  font-size: 90%;
  margin: 0;
}

.side-list li{
  padding: 0 0 15px;
  margin: 0;
  font-weight: 700;
}

h4{
  color: #fff;
  font-size: 100%;
  padding: 10px 30px 12px;
  margin: 0;
	background-image: url(../img/bgh4.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#new-entry-news{margin: 15px 0 30px;}
#category{margin: 0 0 30px;}
#archive{margin: 0 0 30px;}

#news-2 .side-list{
  font-size: 85%;
  margin: 0;
}

#news-2 .side-list li{
  margin: 0;
  font-weight: 700;
	padding: 15px 0 15px 1em;
	border-bottom: 1px dotted #999;
	background-image: url(../img/allow01.gif);
	background-repeat: no-repeat;
	background-position: 2px 15px;
}
.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: #cc0000;}

/* =============================================== */
/* subnav - サブナビページ用 */
/* ----------------------------------------------- */
/* タブメニュー（main-box内） */
#tab-menu{
  width: 700px;
  margin: 20px auto 10px;
  padding: 0;
  font-size: 90%;
  clear: both;
}

#tab-menu li{
  float: left;
  margin: 0 1.5em 0 0;
  white-space: nowrap;
  background: #eee;
}
#tab-menu li:hover{background: #fedde5;}

#tab-menu li a:link{text-decoration: none; color: #333; padding: 1em; display: block;}
#tab-menu li a:visited{text-decoration: none; color: #333;}
#tab-menu li a:active{text-decoration: none; color: #333;}
#tab-menu li a:hover{text-decoration: none; color: #cc0000;}

#tab-menu .active{
  color: #cc0000;
  background: #fedde5;
  padding: 1em;
  position: relative;
}

#tab-menu .active:before{
  content: "";
  position: absolute;
  bottom: -20px;
  border: 12px solid transparent;
  border-top: 12px solid #fedde5;
  left: 50%;
  margin-left: -12px;
}

/* =============================================== */
/* schedule-chart - スケジュール星取表 */
/* ----------------------------------------------- */
/* 星取大枠 */
.schedule-chart{
  width: 750px;
  border-collapse: collapse;
  border: 1px solid #ccc;
  table-layout: fixed;
  margin: 10px 0 5px;
}

.schedule-chart td{
  border: 1px solid #ccc;
  text-align: center;
  font-size: 90%;
	color: #cc0000;
}

/* 月 */
.schedule-chart .month{
  padding: 0.5%;
  background: #58271a;
  color: #fff;
  border: 1px solid #ccc;
}

/* 日 */
.schedule-chart .day{
  background: #fffded;
  color: #58271a;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
}

/* 土・日・休演 */
.schedule-chart .sat{color: #66ccff;}
.schedule-chart .sun{color: #ff6699;}

/* 時刻（一番左の列） */
.schedule-chart th{
  width: 50px;
  font-size: 90%;
  background: #58271a;
  color: #fff;
  border: 1px solid #ccc;
}

/* =============================================== */
/* 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%;
  height: 100px;
  margin: 0;
  padding: 15px 0;
  clear: both;
  color: #fff;
  background: #000;
	display: none;
}

.snsList{
	margin: 20px 0 30px;
	padding: 0;
	text-align: center;
}
.snsList li{
	display: inline-block;
	padding: 0 0.5em;
}

.copyright{
	font-size: 80%;
	padding: 15px;
}

/* =============================================== */
/* 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);
}

/* =============================================== */
/* cast - キャストページ */
/* ----------------------------------------------- */
.panchline{
    font-weight: 400;
    padding:4px 1em 5px;
    margin:0 0 10px;
    color:#58271a;
    line-height:1;
    letter-spacing: 0.2em;
    display: inline-block;
    border: 1px #58271a solid;
    font-size: 90%;
    background-color: #fffded;
}

#free-format-5 .panchline{
    text-align: center;
    display: block;
    width: 10em;
    margin: 10px auto 25px;
}

.cast{
  width: 100%;
  padding: 0;
  color: #333;
  clear: both;
  text-align: center;
}

.cast ul{
  list-style: none;
  padding: 0;
  line-height: 110%;
}

.cast li{
  padding: 0 1% 30px;
  vertical-align: top;
  font-weight: 400;
  font-size: 110%;
  line-height: 120%;
  width: 30%;
  display: inline-block;
  text-align: center;
}

.cast li img{
    width: 100%;
    padding-bottom: 5px;
}

.roll{
    font-size: 75%;
    color: #660000;
    line-height: 100%;
}

.job{
    font-size: 85%;
    color: #660000;
    font-weight: 400;
}

/* =============================================== */
/* notice - お願い */
/* ----------------------------------------------- */
/* noticeトップページ */
.noticeBtn{
    position:relative;
    border-style: solid;
    border-width: 3px;
    border-color: #333;
    text-align: center;
    margin-bottom: 5px;
}
.noticeBtn a:link {text-decoration: none; color: #333;}
.noticeBtn a:visited {text-decoration: none; color: #333;}
.noticeBtn a:active {text-decoration: none; color: #333;}
.noticeBtn a:hover {text-decoration: none; color: #fd5454;}

.noticeBtnTitle{
    font-size: 200%;
    font-weight: 700;
    padding: 1em 0 5px;
}

.noticeBtnTxt{
    font-weight: 700;
    padding: 5px 0 2.5em;
}

/* notice 中のページ */
.noticeList01{
    font-size: 100%;
    list-style-type: decimal;
    list-style-position: outside;
    padding: 5px 0 5px 1.2em;
}
.noticeList01 li{
    padding: 5px 0;
}

.noticeList02{
    font-size: 90%;
    list-style: circle;
    list-style-position: outside;
    padding: 5px 0 5px 1.2em;
}
.noticeList01 li{
    padding: 5px 0;
}

.noticeTab{
    text-align: center;
}
.noticeTab li{
    width: 600px;
    font-weight: 600;
    margin: 20px auto;
    padding: 0.5em 0;
    background-color: #efefef;
    border: 1px solid #ccc;
}
.noticeTab a:link {text-decoration: none; color: #333;}
.noticeTab a:visited {text-decoration: none; color: #333;}
.noticeTab a:active {text-decoration: none; color: #333;}
.noticeTab a:hover {text-decoration: none; color: #fd5454;}

/* =============================================== */
/* その他 */
/* ----------------------------------------------- */
.yellow{color:#dfb471;}
.blue{color:#72c2f6;}

.ex-large{font-size:140%;}
.large{font-size:120%;}
.ex-large{font-size:80%;}
.ex-large{font-size:60%;}

.bold{font-weight:700;}
.thin{font-weight:400;}

.txtCenter{text-align:center;}
.txtLeft{text-align:left;}
.txtRight{text-align:right;}