@charset "utf-8";

/*
==================================================
【SP】タイプ1 目次
==================================================
basic - 共通基本設定
header - ヘッダー
nav - メインナビゲーション
home - トップページ用
news - ニュースページ用
free&subnav - フリーフォーマット&サブナビページ用
footer - フッター
clearfix - クリアフィックス設定
rollover - 画像ロールオーバー設定
member - 会員ページ用
==================================================
*/

/* =============================================== */
/* 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: 'Sawarabi Gothic', sans-serif;
    font-size:1.6em;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    background-color: #000;
    color: #fff;
    -webkit-text-size-adjust: 100%;
}
a:link{text-decoration: underline; color: #d5038d;}
a:visited{text-decoration: underline; color: #d5038d;}
a:active{text-decoration: underline; color: #d5038d;}
a:hover{text-decoration: none; color: #d5038d;}

/* 画像関連 */
figure{
  margin: 0;
  padding: 0;
}

figcaption{
  font-size: 75%;
  text-align: center;
  margin: 0;
  padding: 2px 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: 5px 10px 10px 0;}
.center{float: none; margin: 5px 0 10px 0;}
.right{float: right; margin: 5px 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: 2px #999 dotted;}
.dashed{border-top: 2px #999 dashed;}
.double{border-top: 4px #999 double;}

/* もろもろ */
.ex-small{font-size: 70%;}
.small{font-size: 80%;}
.big{font-size: 115%;}
.ex-big{font-size: 150%;}
.bold{font-weight: 700;}
.normal{font-weight: 400;}
.keycolor{color:#d5038d;}
.txtCenter{text-align: center;}
.lineHeight{line-height: 2;}

/* ページレイアウト */
#wrapper{
    width: 100%;
    margin: 0;
    padding: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 220%;
}

.news-list-page #wrapper{background-image: url("../img/bg01.jpg")}
.news-page #wrapper{background-image: url("../img/bg01.jpg")}
#free-format-8 #wrapper{background-image: url("../img/bg03.jpg")}
#free-format-3 #wrapper{background-image: url("../img/bg07.jpg")}
#free-format-4 #wrapper{background-image: url("../img/bg05.jpg")}
#free-format-5 #wrapper{background-image: url("../img/bg04.jpg")}
#free-format-6 #wrapper{background-image: url("../img/bg02.jpg")}
#free-format-7 #wrapper{background-image: url("../img/bg06.jpg")}
#free-format-9 #wrapper{background-image: url("../img/bg08.jpg")}

#contents{
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both;
}

#main-box{
  width: 100%;
  margin: 0 0 60px;
  padding: 0;
}
#home-1 #main-box{width: 100%; background-color: #ececec; margin: 0; padding: 0 0 20px;}

/* メインコンテンツ部分（main-box内) */
#contents-title{
  width: 640px;
  text-align: center;
  margin: 0;
  padding: 40px 0 10px;
}

#head{
    display: none;
}

article{
  margin: 0 auto;
  padding: 20px 0;
  clear: both;
}

.subhead{
    clear: both;
    font-family: 'Shippori Mincho', serif;
    font-weight: 400;
    font-size: 125%;
    position: relative;
    padding: 5px 15px 15px;
    margin: 0 0 20px;
    border-bottom: 4px solid #999;
}

.subhead:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 25%;
  height: 4px;
  content: '';
  background: #d5038d;
}

.packs{
    width: 600px;
  margin: 0;
  padding: 10px 5px 10px 20px;
}

.column{
  margin: 0 15px 0 0;
  padding: 0;
  float: left;
}

/* ページトップ */
#pagetop{
  z-index: 10000;
  position: fixed;
  bottom: 3%;
  right: 1%;
	width: 35px;
}
#pagetop img{
	width: 100%;
	height: auto;
}

/* =============================================== */
/* header - ヘッダー */
/* ----------------------------------------------- */
header{
  width: 100%;
  margin: 0;
  padding: 0;
}

#site-title{
  width: 640px;
  margin: 0;
  padding: 0;
  text-align: center;
    display: none;
}
.home-page #site-title{ display: none;}

#site-caption{
  margin: 0;
  padding: 0;
  font-size: 70%;
  text-align: center;
    display: none;
}
.home-page #site-caption{ display: none;}

/* =============================================== */
/* home - トップページ用 */
/* ----------------------------------------------- */
/* メインビジュアル */
#main-visual{
  width: 640px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#visual-caption{
    display: none;
}

/* ニュースフィード（main-box内） */
#news-feed-index{
  margin: 0;
  padding: 30px 20px;
}

.feedTitle{
    font-family: 'Bebas Neue', cursive;
    font-size: 140%;
    color: #000;
    border-bottom: 3px solid #000;
}
.feedTitle:first-letter{color: #d5038d;}

#news-feed-index li{
  clear: both;
  border-top: 1px dotted #666;
  padding: 0.5em 0;
}
#news-feed-index li:first-child{
  border-top: none;
}

#news-feed-index h2{
  font-size: 100%;
  line-height: 150%;
  margin: 0;
  padding: 5px 0 10px;
    font-weight: 400;
}
#news-feed-index h2 a:link{text-decoration: none; color: #000;}
#news-feed-index h2 a:visited{text-decoration: none; color: #000;}
#news-feed-index h2 a:active{text-decoration: none; color: #000;}
#news-feed-index h2 a:hover{text-decoration: none; color: #d5038d;}

.dateIndex{
    font-size: 100%;
    color: #d5038d;
    font-family: 'Bebas Neue', cursive;
    line-height: 1.2;
    font-weight: 400;
}

.thumbnail{
    display: none;
}

.news-txt{
    display: none;
}

/* =============================================== */
/* news - ニュースページ用 */
/* ----------------------------------------------- */
/* ニュース一覧ページ */
.news-list-page article{
  margin: 40px 10px;
  padding: 0;
}
.news-list-page article a:link{text-decoration: none; color: #fff;}
.news-list-page article a:visited{text-decoration: none; color: #fff;}
.news-list-page article a:active{text-decoration: none; color: #fff;}
.news-list-page article a:hover{text-decoration: none; color: #d5038d;}

.news-list-page .subhead{
  padding: 20px;
  margin: 0;
  display: block;
}

/* ニュース記事ページ */

/* 記事タイトル部分（subhead内） */
.news-page .subhead{}

.headline{}

.date{
    font-size: 90%;
    display: block;
    color: #d5038d;
    font-family: 'Bebas Neue', cursive;
    line-height: 1.2;
}

/* 記事内カテゴリー */
.article-category{
    display: none;
}

/* プレビュー・ネクスト */
#pager{
    text-align: center;
    clear: both;
    margin: 60px 0 100px;
    padding: 0;
    font-family: 'Bebas Neue', cursive;
}

#pager li{
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 110%;
}
#pager li a:link{text-decoration: none; color: #fff; background: #444; padding: 0.5em 1.5em; border-radius: 50px; margin: 0 1em;}
#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: #d5038d;}

.disabled{display: none;}

/* カテゴリー・アーカイブのリスト */
#category{
    display: none;
}
#archive{
    display: none;
}

/* =============================================== */
/* free&subnav - フリーフォーマット&サブナビページ用 */
/* ----------------------------------------------- */
/* サブナビページ用のタブ */
.tab{
  width: 100%;
  margin: 20px auto;
  padding: 0;
  font-size: 110%;
  font-weight: 600;
  clear: both;
  text-align: center;
  display: table;
  table-layout: fixed;
}

.tab li{
  margin: 0 5px;
  background: #eee;
  display: table-cell;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.tab li a:link{text-decoration: none; color: #333; padding: 0.5em; display: block;}
.tab li a:visited{text-decoration: none; color: #333;}
.tab li a:active{text-decoration: none; color: #333;}
.tab li a:hover{text-decoration: none; color: #e81c4f;}

.tab .active{
  color: #e81c4f;
  background: #fedde5;
  padding: 1em;
  position: relative;
}

#tab-top .active:before{
  content: "";
  position: absolute;
  bottom: -60px;
  border: 30px solid transparent;
  border-top: 30px solid #fedde5;
  left: 50%;
  margin-left: -30px;
}

#tab-bottom .active:before{
  content: "";
  position: absolute;
  top: -50px;
  border: 30px solid transparent;
  border-bottom: 30px solid #fedde5;
  left: 50%;
  margin-left: -30px;
}

/* =============================================== */
/* schedule_chart - スケジュール星取表 */
/* ----------------------------------------------- */
/* 星取大枠 */
.schedule-chart{
  border: 1px solid #888;
  table-layout: fixed;
  width: 600px;
  border-collapse: collapse;
  margin: 20px 0;
  clear: both;
}

.schedule-chart td{
  border-top: 1px solid #888;
  border-right: 1px dotted #aaa;
  border-bottom: 1px solid #888;
  border-left: 1px dotted #aaa;
  text-align: center;
  font-size: 75%;
  padding:5px;
    color: #d5038d;
}

/* 月 */
.schedule-chart .month{
  width: 80px;
  font-size: 90%;
  font-weight: bold;
  background: #000;
  color: #fff;
  border: 1px solid #888;
}

/* 時刻 */
.schedule-chart .time{
  font-size: 100%;
  background: #444;
  color: #fff;
    font-family: 'Bebas Neue', cursive;
}

/* 日 */
.schedule-chart .day{
  font-size: 100%;
    font-family: 'Bebas Neue', cursive;
  background: #222;
  color: #fff;
}

/* 土・日・休演 */
.schedule-chart .yobi{color: #fff;}
.schedule-chart .sat{color: #66ccff;}
.schedule-chart .sun{color: #ff6699;}

/* =============================================== */
/* 401,404,406 - エラーページ */
/* ----------------------------------------------- */


/* =============================================== */
/* nav - メインメニュー（ページ下部） */
/* ----------------------------------------------- */
/* ハンバーガーメニューは別ファイル！ */
nav{
    clear: both;
    margin: 0;
    padding: 20px 0;
    position: relative;
    width: 100%;
    z-index: 100;
}

nav::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(-5deg);
  transform-origin: bottom left;
 
  z-index: -1;
  width:100%;
  height:100%;
  background:#1e1e1e;
}

#main-menu{
  margin: 0;
  padding: 10px;
  list-style: none;
}
#main-menu::after{
  display: block;
  clear: both;
  content: '';
}
#main-menu li{
  width: 600px;
  margin: -1px 10px 0;
  text-align: center;
}
#main-menu li a{
    font-family: 'Bebas Neue', cursive;
  display: inline-block;
  padding: 12px 0;
  color: #fff;
  font-size: 170%;
  width: 100%;
  font-weight: 400;
  white-space: nowrap;
  background: #000;
    border: 1px solid #d5038d;
}
#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; background: #1e1e1e; color: #d5038d;}

/* =============================================== */
/* footer - フッター */
/* ----------------------------------------------- */
/* twitterウィジェットやバナーなど */
aside{
    display: none;
}

/* フッター大枠 */
footer{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0 20px;
    clear: both;
    color: #666;
    z-index: 0;
    background-color: #1e1e1e;
}
footer::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(-5deg);
  transform-origin: bottom left;
 
  z-index: -1;
  width:100%;
  height:100%;
  background:#1e1e1e;
}

/* コピーライト */
#copyright{
  font-size: 100%;
  text-align: center;
  clear: both;
  padding: 20px 10px;
    color: #666;
    font-family: 'Bebas Neue', cursive;
    font-weight: 400;
}

#copyright p a:link{text-decoration: none; color: #666; font-size: 90%;}
#copyright p a:visited{text-decoration: none; color: #666;}
#copyright p a:active{text-decoration: none; color: #666;}
#copyright p a:hover{text-decoration: none; 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);
}

/*1.フェードインアニメーションの指定*/
/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/* =============================================== */
/* story - あらすじ */
/* ----------------------------------------------- */
.lead{
    font-family: 'Shippori Mincho', serif;
    font-size: 130%;
    border-bottom: 3px solid #fff;
    text-align: right;
    padding-bottom: 15px;
}

/* =============================================== */
/* view - 世界観 */
/* ----------------------------------------------- */
.word{
    border: 1px solid #d5038d;
    color: #d5038d;
    padding: 1px 1em;
    display: inline-block;
    margin: 15px 0;
    font-size: 90%;
}

.wordsList{
    padding: 0 0 30px 1.5em;
    list-style: circle;
    list-style-position: outside;
    font-size: 90%;
}

.wordsList li{
    padding: 0 0 15px;
}

/* =============================================== */
/* cast - キャスト */
/* ----------------------------------------------- */
.castTitle{
    margin: 15px;
    text-align: center;
}
.castTitle span{
    background-color: #d5038d;
    color: #fff;
    padding: 1px 1em;
    display: inline-block;
    font-size: 90%;
}

.castList{
    text-align: center;
    font-family: 'Shippori Mincho', serif;
    padding-bottom: 40px;
}

.castList li{
    display: inline-block;
    width: 30%;
    padding: 1% 1% 3% 1%;
}

.photo{
    width: 100%;
    max-width: 250px;
    margin: 10px auto;
}

.photo img{
    width: 100%;
}

.role{
    color: #d5038d;
    font-weight: 600;
    font-size: 85%;
}

.staffList{
    text-align: center;
    font-family: 'Shippori Mincho', serif;
}

.staffList li{
    display: inline-block;
    width: 100%;
    padding: 2% 0;
}

.job{
    color: #d5038d;
    font-weight: 600;
    font-size: 80%;
    display: inline-block;
    margin-right: 10px;
    padding: 0 1em;
    border: 1px solid #d5038d;
}

/* =============================================== */
/* ticket - チケット */
/* ----------------------------------------------- */
.map{
    margin:20px 0;
}

.confirm{
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 20px 0;
    padding-bottom: 10px;
}

.confirm li{
    display: inline-block;
    font-size: 85%;
    margin: 0 1em;
    border: none;
}
@media(max-width:768px){
  .confirm li{margin: 0 1px;}
}

.confirm li a:link{
    text-decoration:none;
    color:#d5038d;
    border: 1px solid #d5038d;
    padding: 5px 1em;
    line-height: 1;
    border-radius: 30px;
}
.confirm li a:visited{}
.confirm li a:active{}
.confirm li a:hover{background-color:#d5038d; color: #fff;}

/* =============================================== */
/* qa - よくあるご質問 */
/* ----------------------------------------------- */
.qtxt{
    margin: 0;
    padding: 0;
    color:#d5038d;
    font-weight: 400;
    font-style: italic;
}

.q{
    font-size: 180%;
    font-family: 'Bebas Neue', cursive;
    font-weight: 400;
}

/* =============================================== */
/* goods - グッズページ */
/* ----------------------------------------------- */
.goodsTxt{
    padding: 0 1em;
    margin: 1em 0;
    text-align: center;
    line-height: 1.3;
}

.goodsMark01{display: inline-block; background-color: #53A2DB; padding: 5px 1em; margin: 0 1em; border-radius: 20px;}
.goodsMark02{display: inline-block; background-color: #DF4547; padding: 5px 1em; margin: 0 1em; border-radius: 20px;}