/* -----------------------------------
スマホ/タブレット解像度早見表
http://scene-live.com/page.php?page=96
min-width:480px:スマホ横用
min-width:768px:タブレット用
min-width:960px：ノートPC用
min-width:1250px：デスクトップ用

----------------------------------- */

@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Overpass&text=0123456789');

body  {
	background-color: #008C75;
/* 	font-family: 'Overpass'; */
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p {
	color: #000;
	text-shadow:none;
	font-weight: 600;
}
a:link,
a:visited,
.section a:link,
.section a:visited { color: #008C75;}
a:hover,
.section a:hover   { color: #008C75; opacity: .8;}
a:active,
.section a:active  { color: #008C75;}

/* 汎用クラス */
.small {font-size: .8rem;}




/* 背景 */
header.header {
	background: url(../images/bg-top.jpg) #00A489 no-repeat center bottom;
	background-size: 165% auto;
}
.main {
	background: url(../images/bg-bottom.jpg) no-repeat center top;
	background-size: 165% auto;
}




header.header h1,
header.header h2 {
	position: absolute;
	width: 100%;
	color: #020B12;
	text-align: center;
	text-indent: -4999px;
	font-size: .001em;
}

header.header h1 {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
/* max-width: 600px; */
	height: 300px;
	background:url(../images/title01.png) no-repeat center top;
	background-size: contain;
}

@media only screen and (max-height:500px) {
	header.header  h1 {
		margin: 0 auto;
		width: 70%;
		max-width: 800px;
		height: auto;
		background-position: center center;
	}
}



/* ==========================================
	ハンバーガーメニューのカラー
============================================= */
#nav-toggle {
	background-color: #008C75;
	opacity: 0.8;
}
.open #nav-toggle span {
	background-color: #008C75;
}

/* ================================
	メニュー
================================ */
#gloval-nav { background-color:  #008C75;}


/* ================================
	インフォエリア(main)
================================ */

.main::before { background: none;}
.main {
	position: relative;
	margin: 0 auto;
	padding:0 0 1em;
	max-width: 100%;
	text-align: center;

}
.main .article-header {
	padding-top: 40%;
	overflow: hidden;
	background: url(../images/title02.png) no-repeat;
	background-position: top 10vmin center ; 
	background-size: 80% auto;
}
.main .article-header h1,
.main .article-header h2 {
	color: #fff;
	text-indent: 999px;
	font-size: .1em;
	overflow: hidden;
	opacity: 0;
}

/* --------------------------------
	テキストエリア(main)
	劇場にいらっしゃるお客様へ
-------------------------------- */
.main .corona {
	
}
.main .corona .text {
	margin: 0 auto 5vh;
	padding: 4vmin;
	width: 90%;
	max-width: 600px;
	text-align: left;
	background-color: rgba(255,255,255,.6);
	box-sizing: border-box;
}
.main .corona .text p {
	margin-bottom: .5em;
	font-size: 1.55rem;
	font-weight: 500;
	line-height: 1.45;
}
.main .corona .text p .color {
	color: #008c75;
}
.main .corona .text p strong {
	font-size: 1.2em;
	font-weight: 500;
}
.main .corona .text h3 {
	margin-bottom: .85em;
	font-size: 2.6rem;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.25;
}
.main .corona .text h4 {
	margin:2em 0 1em;
}
.main .corona .text ul li {
	margin-bottom: .5em;
	padding-left: 1.33em;
	text-indent: -1.33em;
	color: #000;
	font-size: 1.55rem;
	line-height: 1.35;
}
.main .corona .text ul li::before {
	content: "・ ";
}
.main .corona .text ul.btns {
	margin: 2em ;
}
.main .corona .text ul.btns li {
	text-align: center;
	list-style: none;
}
.main .corona .text ul.btns li::before {
	content: "";
}
.main .corona .text ul.btns li a {
	display: inline-block;
	padding: .7em 2em;
	width: 100%;
	text-indent: 0;
	color: #fff;
	background-color: #008c75;
	border-radius: 5px;
	transition: 0.5s;
}
.main .corona .text ul.btns li a:link,
.main .corona .text ul.btns li a:visited {
	box-shadow : 0px 2px 1px 0px rgba(0,0,0,0.3);
}
.main .corona .text ul.btns li a:hover {
	box-shadow : 0px 2px 1px 0px rgba(0,0,0,0.1);
	filter: 
		brightness( 107% ) /* 輝度 */
		contrast( 108% ) /* コントラスト */
	;
}
.main .corona .text ul.btns li a:active {
	filter: 
		brightness( 114% ) /* 輝度 */
		contrast( 116% ) /* コントラスト */
	;
		box-shadow : 0px 0px 3px 1px rgba(0,0,0,0.4) inset;
}



.main .section {
	margin: 2em auto 6em;
	width: 90%;
	max-width: 1000px;
}
.main .section img {
	max-width: 100%;
}
.main .section h2 {
	margin: .8em 0 .6em;
	font-size: 2.5rem;
}
.main .section h3 {
	margin-bottom: 1.4em;
	padding: .2em 0 0;
	font-weight: bold;
	line-height: 1.2;
	text-shadow:
	1px -1px 0px #fff,
	-1px 1px 0px #fff,
	-1px -1px 0px #fff,
	1px 1px 0px #fff,
	2px -2px 0px #fff,
	-2px 2px 0px #fff,
	-2px -2px 0px #fff,
	2px 2px 0px #fff,
	3px 3px 0px #fff
	;
	background:url(../images/bg-h3.png?123)  center top;
}




/* --------------------------------
	日時
-------------------------------- */
.main .section h2 {
	font-size: 3rem;
	text-shadow: 1px 1px 3px rgba(255,255,255,1),
	-1px -1px 3px rgba(255,255,255,1),
	1px -1px 3px rgba(255,255,255,1),
	-1px 1px 3px rgba(255,255,255,1);
}

.main .section.date h2 {
	display: inline-block;
	margin: 0 .45em;
	line-height: 1.3;
}
.main .section.date h2.year {
	display: block;
	margin-bottom: 10px;
	font-size: 2.7rem;
}

.main .section h2 small { display: inline-block; margin: 0 .1em; font-size: .5em;}


.box24 {
	display: inline-block;
    position: relative;
    margin: 0 1.2em 0 0;
    padding: 3px 0 0;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    text-shadow: none;
    background: #000;
    vertical-align:baseline;

}
.box24:after {
    position: absolute;
    content: '';
    top: 0%;
    left: 100%;
    border: 16px solid transparent;
    border-left: 6px solid #000;
    width: 0;
    height: 0;
}
.box24 span {
	height: 26px;
	line-height: 13px;
	letter-spacing: 0.1em;
}


/* --------------------------------
	料金
-------------------------------- */
.main .section h2 {
	font-size: 3rem;
	text-shadow: 1px 1px 3px rgba(255,255,255,1),
	-1px -1px 3px rgba(255,255,255,1),
	1px -1px 3px rgba(255,255,255,1),
	-1px 1px 3px rgba(255,255,255,1);
}
.main .section h2 small { display: inline-block; margin: 0 .1em; font-size: .5em;}

.main .section .onsell {
	margin: .7em auto ;
	padding-top: 3px;
	width: 90%;
	border: 1px solid #333;
	/* webkit: Safari, Chrome用 , moz: Firefox用 , CSS3 */
	-webkit-border-radius: 35px;
	-moz-border-radius   : 35px;
	border-radius        : 35px;

}

/* --------------------------------
	チケット取扱い
-------------------------------- */
.main .section .shop ul li {
	line-height: 1.4;
	font-weight: 600;
}
.main .section .shop ul li small {
	font-size: .8em;
}
.main .section .shop ul li a {
	font-weight: 600;
}


/* --------------------------------
	タイムテーブル
-------------------------------- */
.main .section .tables {
	margin: 0px auto 0px ; 
}

.main .section table.timetable caption {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	max-width: 1050px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	background-color: #000;
}
.main .section table.timetable th { width: 3.7%;}
.main .section table.timetable th small.month { vertical-align: top; display: inline;}
.main .section table.timetable td  {
	text-align: center; 
	vertical-align: middle;
}
.main .section table.timetable td:first-child  { text-align: left; }
.main .section table th small { display: block;}




@media only screen and (max-width:760px) {

.main .section table.timetable {
	vertical-align: top;
	display: inline-block;
	margin: 0 auto !important;
	padding: 20px 20px 10px;
	width: 280px;
	max-width: 380px;
	height: auto;
	background-color: rgba(255,255,255,.4);
}
.main .section table.timetable.tokyo {
	clear: both;
}


.main .section table.timetable thead {
	display: block;
	float: left;
	overflow-x:scroll;
	overflow: hidden;
	width: 33.33%;
  }
.main .section table.timetable thead tr {
	display: block;
/* 	margin: 0 -3px; */
}
.main .section table.timetable thead tr th {
	display: block;
	padding: 5px;
	width: 100%;
	max-width: 100px;
	height: 30px;
	font-size: 1.9rem;
	text-align: center;
	border-top: 1px solid #000;
	vertical-align: -0.18em;

}
.main .section table.timetable thead tr th:nth-child(1) {
  border-top:none;
}
.main .section table.timetable thead th small {
	display: inline;
	margin: 0 .1em;
  }

.main .section table.timetable tbody {
	display: block;
	width: 66.66%;
	overflow-x: auto;
	overflow: hidden;
	white-space: nowrap;
  }

.main .section table.timetable tbody tr {
	display: inline-block;
	margin: 0 -1px;
	width: 50%;
  }
.main .section table.timetable tbody th,
.main .section table.timetable tbody td {
	display: block;
	padding: 5px;
	width: auto;
	max-width: 100%;
	height: 30px;
	text-align: center;
	font-size: 1.6rem;
}
.main .section table.timetable tbody td {
	position: relative;
	border-top: 1px solid #000;
	font-size: 2rem;
	overflow: hidden;
	vertical-align: middle;
}
.main .section table.timetable tbody td .fas {
	font-size: 1.7rem;
}
.main .section table.timetable tbody td .text {
	font-size: 1.7rem;
	font-weight: bold;
}



}@media only screen and (min-width: 760px) {
.main .section .tables {
    margin: 10px auto 0px;

}
.main .section.date h2.year {
    display: inline;
    margin-bottom: 0;
    margin-right: -0.2em;

}
.main .section table {
	display: inline-block;
	margin: 0 auto .4em;
	width: 98%;
	max-width: 1050px;
	overflow: hidden;
}
.main .section table.tokyo {
	max-width: 800px;
/* 	max-width:100%; */
}
.main .section table.osaka {
	max-width: 230px;
}
.main .section table.timetable caption {
    display: inline-block;
    margin-bottom: 1em;
    padding: 3px 0 2px;
    height: auto;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 1em;
}

.main .section table.timetable th {
	width: 60px;
	max-width: 80px;
}
.main .section table tr {vertical-align: bottom;}
.main .section table th,
.main .section table td {
	width: 60px;
	padding: .3em .1em .1em;
	font-size: 2.1rem;
	text-align: center;
	vertical-align: bottom;
}
.main .section table tbody th,
.main .section table tbody td {
	border-top: 1px solid #000;
	position: relative;
}
.main .section table tbody th {
	font-size: 1.9rem;
	vertical-align: bottom;
}
.main .section table.timetable th.holy {
	padding: .4em 0;
	min-width: 45px;
}
.main .section table tbody td.holy2 {
	border-top: none;
	vertical-align: text-top;
}
.main .section table tbody .last th,
.main .section table tbody .last td {
	border-bottom: 1px solid #000;
}
.main .section table tbody .last td.noline {
	border-top: none;
}
.main .section table tbody td {
	font-size: 1.4em;
	vertical-align: bottom;
}
.main .section table tbody td.holy,
.main .section table tbody td.holy2 {
	font-size: 1.7rem;
}

.main .section table.timetable tbody td .text {
	font-size: 1.6rem;
	font-weight: bold;
}

}/* end @media only screen and (min-width: 900px)  */





/* --------------------------------
	劇場
-------------------------------- */
.main .section.theater .sect {
	margin-bottom: 3em;
}
.main .section.theater .sect h2 {
	display: inline-block;
	margin:.2em 0 .5em;
}
.main .section.theater .add {text-align: center;}
.main .section.theater .add address {
	margin-bottom: .5em;
	font-size: 1.65rem;
	line-height: 1.2;
	font-weight: 600;
	font-style: normal;
}
.main .section .add .tel {
	font-size: 1.65rem;
	line-height: 1.2;
}
.main .section .add .onfoot {
	font-size: 1.5rem;
	line-height: 1.2;
}
.main .section.theater .map {
	margin: 2em auto;
	max-width: 700px;
	border: 1px solid #aaa;
}
.main .section.theater .map img {
	padding: 10px;
	width: calc(100% - 22px);
	max-width: 700px;
	height: auto;
	border: 1px dotted #eee;
}



/* --------------------------------
	日時
-------------------------------- */
.main .section.date p.open {
	display: inline;
	width: 200px;
}
.main .section.date ul.attention {
	display: block;
	width: 96%;
	max-width: 450px;
	margin: .7em auto .4em;
	overflow: hidden;
}



/* --------------------------------
	チケット
-------------------------------- */
.main .section.price p.price strong {
	display: inline-block;
	margin: 0 .2em;
	font-size: 3rem;
	font-weight: 600;
}
.main .section.price .pre {
	display: inline-block;
	margin-top: 1em;
	padding: .8em 2em .5em;
	border: 1px solid #111;
	-webkit-border-radius: 50px; /* Safari, Chrome用 */
	-moz-border-radius   : 50px; /* Firefox用 */
	border-radius        : 50px; /* CSS3 */

}
.main .section.price .pre p {line-height: 1.4;}
.main .section.price .pre strong {
	display: inline-block;
	white-space: nowrap;
	margin: 0 .1em;
	font-size: 2.5rem;
	line-height: .8;
	font-weight: 600;
}
.main .section.price .pre strong small { display: inline-block; margin: 0 .1em; font-size: .5em;}
.main .section.price .pre strong span {  display: inline-block;font-size: .7em; line-height: .7;}

/* --------------------------------
	チケット取り扱い
-------------------------------- */
.main .section dl {
	margin-bottom: 2em;
	text-align: left;
}
.main .section dl dt,
.main .section dl dd {
	font-size: 1.7rem;
	line-height: 1.3;

}
.main .section dl dt {
	margin-bottom: .25em;
	padding-left: .8em;
	font-size: 1.8rem;
	font-weight: 600;
}
.main .section dl dd {
	margin-bottom: .3em;
	padding-left: 1em;
}
.main .section dl dd.strong { font-weight: 600;}
.main .section dl dd.shop {
	padding-left: 3.3em;
	text-indent: -1.3em;
	font-size: 1.5rem;
	line-height: 1.3;
}
.main .section dl dd.shop .nowrap {
	text-indent: 0;
}
.main .section dl ul .attention {
	color: #333;
	font-size: 1.3rem;
	font-weight: 600;
	padding-left: 1em;
	text-indent: -1em;
}
.main .logo  {
	padding-top: 40px;
	clear: both;
}
.main .logo img {
	max-width: 220px;
}

/* --------------------------------
	footer
-------------------------------- */

footer {
	margin-top: 15vh;
	background-color: #008C75;
}
.footer { clear: both;}
footer h3 img {
	width: 250px;
	height: auto;
}
footer .copyright {
	color: #fff;
	font-weight: 500;
}



/* --------------------------------
	クレジット
-------------------------------- */
.main .credit p {
	display: inline-block;
	white-space: nowrap;
	margin: 0 .7em;
	font-size: 1.15rem;
	font-weight: 600;
	line-height: 1.7;
}
.main .credit p strong {
	font-size: 1.5rem;
}



@media screen and (min-width:410px){

}@media screen and (min-width:480px){ /* スマホ横用 */
body::before { background-position-y: 60px;
}


}@media screen and (min-width:768px){ /*タブレット*/

header.header h1 { margin-top: 5vh;}
.main  { padding: 0;}




.button .btn1 .toggle-menu {
	visibility: hidden;
	display: none;
	width: 1px;
	height: 1px;
}

.button .btn3 .toggle-menu {
	visibility: visible;
	display: block;
	width: 70px;
	height: 70px;
}

.button .btn3 {/* Menu */
	bottom: 8%;
	left: 75%;
	right: 0;

}

.button .btn2 {/* LIVE INFO */
	bottom: 0%;
	left: 0;
	right: 70%;
}
.main .section h3 {
	margin-bottom: 1em;
	padding-left: 1em;
	text-align: left;
}

/* 日時 */
.main .section.date h2 {
	font-size: 3.5rem;
}


/* --------------------------------
	テキストエリア(main)
	劇場にいらっしゃるお客様へ
-------------------------------- */
.main .article-header .corona .text {
	padding: 50px;
}
.main .corona .text ul.btns li {
	float: left;
	width: 50%;
}



/* --------------------------------
	劇場
-------------------------------- */
.main .section.theater .sect {
	text-align: center;
}
.main .section.theater .sect h2 {
	margin:.0 .5em .5em 0;
	font-size: 3.7rem;
}
.main .section.theater .add {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.main .section.theater .add address {
	margin-bottom: 0;
	font-size: 1.55rem;
	line-height: 1.2;
}
.main .section.theater .add .tel {
	margin-left: 1em;
	font-size: 1.55rem;
	line-height: 1.2;
}
.main .section.theater .add .onfoot {
	font-size: 1.45rem;
	line-height: 1.2;
}





}@media screen and (min-width:960px){ /* ノートPC用 */

/* ==========================================
	menu 
============================================= */

.fixnavi #gloval-nav .menulist li.paststagelist ul#paststagelist li { background-color: rgba(0,140,117,0.8);}




header.header .title {max-width:  800px;}
.main {padding-bottom: 0;}
.main .article-header {
	padding-top: 30%;
	background-size: 700px auto;
}
.main .article-header .text {
    padding: 5vh 5vh 4vh;
    max-width: 800px;
    background-color: rgba(255,255,255,.6);
}	
	
	

.main .section dl {max-width:  700px; margin: 0 auto 2em;}
.main .section dl dd {
	display: block;
	padding-left: 2em;
}
.main .section dl dd a { letter-spacing: 0.1em;}
.main .section dl dd.shop {padding-left: 196px;}

/* --------------------------------
	section
-------------------------------- */
.main .article {
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
}
.main .section { width: 100%;}
.main .section.section2 {
	margin: 1em auto 3em;
	width: 48.5%;
}

.main .section.date { margin-bottom: 3em;}
.main .column2 .section.section2.theater { float: left;}
.main .column2 .section.section2.price { float: right;}
.main .column2 .section.section2.store { float: right;}
.main .column2 .section.section2.ticket { float: right;}
.main .column2 .areaticket { float: right;}

.main .column2 .section.section2.credit { float: left;}
.main .column2 .section.section2.contact { float: left;}
.main .column2 .section.section2.info { float: left;}

/* アーカイブ */
.past .main .section h3 {
	margin: 3em 0 2em;
}
.past .main .section.section2 {
	width: 100%;
/* 	max-width: 800px; */
}
.past .main .section.section2.theater,
.past .main .section.section2.price,
.past .main .section.section2.credit { float: none; }
.past .main .section.section2.credit .credits {
	text-align: center;
}


/* --------------------------------
	スタッフ
-------------------------------- */
.main .column2 .section .credits {
	text-align: left;
}




/* --------------------------------
	お問合わせ
-------------------------------- */
.main .section.info {
	text-align: left;
}
.main .section.info h4 {
	float: left;
	padding-right: 1em;
	line-height: 1;
	text-align: left;
}
.main .section.info .tel {
	padding-top: 2px;
	line-height: 1;
}

}@media screen and (min-width:1250px){ /* デスクトップ用 */
header.header,.main { background-size: 140% auto;} /* 背景 */
.main .article-header {
	padding-top: 28%;
	background-size: 900px auto;
}


/* --------------------------------
	テキストエリア(main)
	劇場にいらっしゃるお客様へ
-------------------------------- */

.main .article-header .corona .text {
	padding: 70px;
    max-width: 1000px;
}
.main .article-header .corona .text h3 {
	font-size: 3rem;
}


}@media screen and (min-width:1450px){ /* デスクトップ用 */
header.header,.main {background-size: 130% auto;} /* 背景 */


}@media screen and (min-width:1650px){ /* デスクトップ用 */
header.header,.main { background-size: 120% auto;} /* 背景 */


}@media screen and (min-width:2000px){
header.header,.main { background-size: 100% auto;} /* 背景 */


}
}