@charset "utf-8";
.manifest {
	display: block;
}
.latent {
	display: none;
}
html {
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}
body {
	font-size: medium;
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: "Meiryo UI", "MS UI Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: rgba(0,0,0,1.00);
	color: white;
}
form, input {
	margin: 0;
	padding: 0;
}
A {
	color: #910000;
	text-decoration: none;
}
A:hover {
	color: #FF0000;
	text-decoration: none;
}
a img {
	border: 0;
}
img {
	max-width: 100%;
}
LI, UL {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote, DIV {
	margin: 0px;
	padding: 0px;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
	background: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	zoom: normal;
}
body {
	background-color: rgba(243,243,243,1.00);
	background-attachment: fixed;
	line-height: 18px;
}
HEADER h1.sp {
	display: none;
}
HEADER {
	padding-top: 30px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
	background-color: rgba(0,0,0,1.00);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.40);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.40);
	margin-bottom: 60px;
}
header .center {
	margin-left: auto;
	margin-right: auto;
}
h1 {
	float: right;
	margin-bottom: 30px;
}
.flexslider {
	float: left;
	border-radius: 5px;
	background-color: rgba(0,0,0,1.00);
	margin: 0 0 30px;
}
.flexslider img {
	border-radius: 5px;
}
HEADER H1 IMG {
}
HEADER nav {
	margin-bottom: 30px;
}
HEADER NAV ul {
	border-radius: 5px;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: thin solid rgba(170,148,53,1.00);
	height: 70px;
	background-color: rgba(190,174,65,1.00);
}
HEADER NAV ul li {
	width: 25%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	background-color: hsla(0,0%,30%,1.00);
	border: 1px solid rgba(190,174,65,1.00);
	height: 100%;
	line-height: 66px;
	border-radius: 3px;
}
HEADER NAV ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(209,0,0,1.00);
	color: rgba(255,255,255,1.00);
	border-radius: 3px;
	background-image: url(../img/bg_ichimatu.png);
	background-repeat: repeat;
	background-position: center center;
}
HEADER NAV ul li a:hover {
	background-color: rgba(183,0,0,1.00);
	color: rgba(242,255,0,1.00);
}
HEADER NAV ul li.now a {
	background-color: rgba(170,148,53,1.00);
}
HEADER NAV ul li.now a:hover {
	background-color: rgba(189,173,65,1.00);
	color: rgba(255,255,255,1.00);
}
#right {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	text-align: center;
}
#right .menubox {
	margin-bottom: 15px;
}
#right .menubox UL LI a {
	background-color: rgba(0,102,180,1.00);
	display: block;
	border-radius: 5px;
}
#right .menubox UL LI a:hover {
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#right .social ul {
	height: 36px;
	margin-bottom: 15px;
}
#social .social UL li {
	margin-right: 15px;
	display: inline-block;
}
#social .social UL LI A IMG {
	border-radius: 3px;
}
#social .bnrbox {
	text-align: right;
	margin-bottom: 30px;
}
#topics .twbox H3 {
	margin-bottom: 15px;
}
#contents {
	padding-top: 30px;
	padding-bottom: 1px;
	color: rgba(51,51,51,1.00);
}
#contents .box {
	background-color: rgba(255,255,255,0.7);
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 60px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.26);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.26);
}
.box H3 {
	text-align: right;
	margin-bottom: 60px;
	margin-top: -60px;
}
.box h4 {
	font-size: 180%;
	text-align: right;
	margin-bottom: 5px;
	font-weight: bold;
	background-color: #EEEEEE;
	padding: 10px;
	border-right-width: 8px;
	border-right-style: solid;
}
.box dl {
	border-top: 1px dotted rgba(122,122,122,1.00);
	padding-top: 5px;
}
.box DL DT {
	width: 10em;
	display: block;
	float: left;
	padding-left: 1em;
}
.box DL DD {
	padding-left: 12em;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted rgba(122,122,122,1.00);
}
.box DL DD TABLE TBODY TR TD {
	vertical-align: top;
	padding-right: 15px;
	padding-bottom: 5px;
}
.box DL DD TABLE TBODY TR TD.nowrap {
	white-space: nowrap;
}
.box DL DD .attention {
	font-size: 90%;
}
FOOTER {
	font-size: 80%;
	text-align: center;
	padding: 30px;
	background-color: rgba(0,0,0,1.00);
	clear: both;
}
#ticket .ticketlink {
	display: block;
	background-color: rgba(0,102,180,1.00);
	color: rgba(255,255,255,1.00);
	border-radius: 5px;
	padding: 28px;
	border: 1px solid rgba(0,0,0,1.00);
	margin-top: 15px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.35);
	margin-left: 10px;
	text-align: center;
	width: auto;
}
#ticket .ticketlink:hover {
	border: 1px solid rgba(255,255,255,1.00);
	-webkit-box-shadow: 0px 0px 10px rgba(0,171,180,0.50);
	box-shadow: 0px 0px 10px rgba(0,171,180,0.50);
	background-color: rgba(0,102,180,1.00);
	color: rgba(255,255,255,1.00);
}
#ticket .qrcode {
	float: right;
	border: 1px solid rgba(0,0,0,1.00);
	margin: 10px;
}
#contents #ticket .endinfo {
	color: rgba(255,0,4,1.00);
	font-weight: bold;
	border: 2px solid rgba(255,0,4,1.00);
	width: auto;
	padding: 5px 15px;
	border-radius: 5px;
	background-color: #FFFFFF;
}
.updatebox {
	background-color: rgba(255,255,255,1.00);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-radius: 5px;
	padding: 10px;
	color: rgba(51,51,51,1.00);
	font-size: 75%;
}
.updatebox H3 {
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 5px;
}
.updatebox dl {
	height: 190px;
	overflow-y: scroll;
	padding: 5px 5px;
}
.updatebox dl dt {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
	background-color: rgba(233,233,233,1.00);
	padding: 2px 5px;
}
.updatebox dl dd {
	padding-left: 15px;
	border-bottom: 1px dotted rgba(204,204,204,1.00);
	padding-bottom: 5px;
}
#wrap {
	margin-left: auto;
	margin-right: auto;
}
#ticket .attentionlist {
	margin-left: 2%;
	margin-right: 2%;
	font-size: 90%;
	line-height: 110%;
}
#ticket .attentionlist LI {
	margin-bottom: 5px;
}
OL LI {
	list-style-type: decimal;
	margin-left: 2em;
}
ol {
	padding-top: 10px;
}
.attentiontitle {
	font-size: 150%;
	line-height: 150%;
}
.attentionlist2 {
	margin-bottom: 30px;
}
.attentionlist2 LI {
	list-style-type: disc;
	margin-left: 2em;
}
.attentionlist2 LI .attention2child LI {
	list-style-type: circle;
}
.attentionlist2 LI .attention2child {
	margin-bottom: 15px;
}
#ticket .attentionbox {
	border: 2px solid #FF0004;
	border-radius: 5px;
	margin-top: 15px;
	padding: 15px 15px;
	background-color: rgba(255,255,255,1.00);
}
HR {
	margin-top: 30px;
	margin-bottom: 30px;
	height: 3px;
	background-color: #ADADAD;
}
#ticket .attentionbox STRONG {
	font-size: 120%;
	margin-bottom: 5px;
	display: block;
}
#ticket .attentionbox ul {
	margin-left: 15px;
	margin-bottom: 15px;
}
.artist_link {
	background-color: rgba(76,197,255,0.8);
	color: rgba(255,255,255,1.00);
	padding: 10px 5%;
	border-radius: 5px;
	width: auto;
	margin-bottom: 30px;
}
.artist_link:hover {
	background-color: rgba(76,197,255,1.00);
	color: rgba(255,255,0,1.00);
}
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
	height: 80px;
	line-height: 80px;
}
#page-top a:hover {
	text-decoration: none;
	-moz-opacity: 0.9;
	opacity: 0.9;
	filter: alpha(opacity=90);
	background-color: #FC0;
}
#contents #theater TABLE {
	border: thick double rgba(111,110,0,1.00);
	padding: 5px;
	display: table;
	border-radius: 5px;
	background-color: rgba(255,255,255,1.00);
	width: 100%;
}
#contents #theater TABLE TR th {
	background-color: rgba(84,84,84,1.00);
	color: rgba(255,255,255,1.00);
	padding: 1em;
	text-align: left;
}

#contents #theater TABLE TR TD {
	display: table-cell;
	margin: 2px;
	padding: 0.3em 0.5em 0.3em 1em;
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: thin dotted rgba(147,147,147,1.00);
	vertical-align: top;
}
#contents #theater TABLE TR TD.theater {
	width: 40%;
}
#contents #theater TABLE TR .day {
	width: 4em;
	text-align: center;
}
#contents #theater TABLE TR .night {
	text-align: center;
	width: 4em;
}
#contents #theater TABLE TR .night_off {
	width: 4em;
}
#tokuten {
	clear: both;
	margin-bottom: 3em;
}
#tokuten .tktnbox {
	background-color: rgba(255,255,255,1.00);
	border-radius: 5px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2% 5%;
	color: rgba(51,51,51,1.00);
}
#ticket .lvtit {
	font-size: 150%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#ticket .lvtxt {
	font-size: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	display: block;
	margin-left: 1em;
}
#ticket .lvtxt td {
	padding-bottom: 0.2em;
}

#ticket .lvtxt2 {
	font-size: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 3em;
}







@media (max-width: 767px) {
body {
	font-size:95%;
}
#wrap {
	width: 98%;
}
header {
	padding-top: 1px;
}
header .center {
	width: 90%;
}
header .center nav {
}
HEADER NAV ul {
	height: auto;
	display:block;
	background: none;
	border: none;
}
HEADER NAV ul li {
	width: 50%;
}
h1 {
	width: 90%;
	margin: 0 auto;
	clear:both;
	float: none;
	padding-top:1em;
	margin-bottom: -3em;
	position: relative;
	z-index: 9999;
}
.flexslider {
	width: 100%;
	float:none;
	position: relative;
	z-index: 999;
}
#right {
	width: 100%;
	float:none;
}
#right .menubox UL LI a {
	margin-bottom: 1em;
}
#social {
	width: 100%;
	float:none;
	margin-bottom: 1em;
	padding: 0;
}
#social .social UL li {
	margin: 0px 10px;
}
#topics {
	clear: both;
}
#topics .updatebox {
	width: 100%;
	float:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1em;
}
#topics .twbox {
	display: none;
}
#contents #ticket dl {
	clear:both;
}
#contents #ticket .endinfo {
	font-size: 120%;
	margin: 5px;
	float: right;
}
.box .imgbox {
	display: none;
}
.box DL DT {
	width: auto;
	font-size: 120%;
	font-weight: bold;
	float:none;
}
.box DL DD {
	padding-left: 2em;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted rgba(122,122,122,1.00);
}
#ticket .qrcode {
	display: none;
}
#contents .box {
	padding: 30px 3%;
}
#tokuten .tktnbox .tktn_tit {
	font-size: 200%;
	line-height: 120%;
	margin-bottom: 1em;
	font-weight: bold;
	padding-top: 0.5em;
}
#tokuten .tktnbox .tktn_txt {
	text-align: left;
	font-size: 120%;
	line-height: 150%;
	padding-left: 0.5em;
}
#tokuten .tktnbox img {
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.40);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.40);
}
#contents #ticket .lvticket {
	clear:both;
}
}

@media (min-width:768px) and (max-width:1199px) {
body {
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../img/bg.jpg);
	font-size: 100%;
}
#wrap {
	width: 90%;
}
header .center {
	width: 90%;
}
header .center nav {
	font-size: 60%;
}
HEADER NAV ul li {
}
h1 {
	width: 35%;
	margin-bottom: 0.8em;
}
.flexslider {
	width: 65%;
}
#right {
	width: 33%;
	margin-right: 1%;
}
#right .menubox UL LI a {
	padding: 0.9em 0;
	margin-bottom: 0.8em;
}
#social {
	float: right;
	margin-bottom: 1em;
}
#topics {
	clear: both;
}
#topics .updatebox {
	width: 48%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 2%;
}
.updatebox dl {
	height: 220px;
}
#topics .twbox {
	width: 48%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 2%;
}
.box DL DT {
	width: auto;
	font-size: 120%;
	font-weight: bold;
	float:none;
}
.box DL DD {
	padding-left: 5em;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted rgba(122,122,122,1.00);
}
.box .imgbox {
	width: 30%;
	max-width: 300px;
	float: left;
	margin-left: -50px;
	margin-right: 15px;
	margin-top: -30px;
	text-align:center;
}
#contents #spec {
	margin-left: 0px;
}
#contents #spec dl {
	margin-left: 25%;
}
#contents #ticket {
	margin-left: 0px;
}
#contents #ticket h4 {
	margin-left: 25%;
}
#contents #ticket dl {
	clear: right;
	margin-left: 30%;
	margin-right: 2%;
}
#contents #theater {
	margin-left: 0px;
}
#attention .imgbox {
	display: none;
}
#contents #ticket .endinfo {
	font-size: 120%;
	margin: 5px;
	float: right;
}
#ticket .ticketlink {
	margin-top: 15px;
	margin-left: 25%;
	width: auto;
}
#ticket .attentionbox {
	clear:both;
}
#tokuten .tktnbox .tktn_tit {
	font-size: 200%;
	line-height: 120%;
	text-align: left;
	margin-bottom: 1em;
	font-weight: bold;
	padding-top: 0.5em;
}
#tokuten .tktnbox .tktn_txt {
	text-align: left;
	font-size: 120%;
	line-height: 150%;
	padding-left: 0.5em;
}
#tokuten .tktnbox img {
	float: right;
	margin-left: 30px;
	width: 360px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.40);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.40);
}
#contents #ticket .lvticket {
	clear: right;
	margin-left: 30%;
	margin-right: 2%;
}

}

@media (min-width:1200px) {
body {
	font-size: 120%;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../img/bg.jpg);
}
#wrap {
	width: 1150px;
}
header .center {
	width: 1150px;
}
h1 {
	width: 400px;
}
.flexslider {
	width: 750px;
}
#right {
	width: 350px;
	margin-right: 25px;
}
#right .menubox UL LI a {
	margin-bottom: 10px;
	padding: 15px 0px;
}
#social {
	float: right;
	width: 350px;
	margin-right: 25px;
	margin-bottom: 15px;
}
#topics {
	clear:both;
}
#topics .updatebox {
	width: 48%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 2%;
}
.updatebox dl {
	height: 220px;
}
#topics .twbox {
	width: 48%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 2%;
}
#contents #ticket .endinfo {
	font-size: 150%;
	margin: -40px 5px 5px;
	float: left;
}
.box .imgbox {
	float: left;
	margin-left: -80px;
	margin-right: 15px;
	margin-top: -150px;
	width: 300px;
}
#contents #spec {
	margin-left:0px;
}
#contents #spec dl {
	margin-left:250px;
}
#contents #ticket {
	margin-left:0px;
}
#contents  #ticket h4 {
	margin-left: 250px;
}
#contents #ticket dl {
	margin-left: 275px;
	margin-right: 25px;
}
#ticket .attentionbox {
	margin-left: 250px;
}
#ticket .ticketlink {
	margin-left: 250px;
}
#contents #theater {
	margin-left:0px;
}
#contents #theater TABLE {
	width: 80%;
	margin: 0 auto;
}
#tokuten .tktnbox .tktn_tit {
	font-size: 240%;
	line-height: 120%;
	text-align: left;
	margin-bottom: 1em;
	font-weight: bold;
	padding-top: 0.5em;
}
#tokuten .tktnbox .tktn_txt {
	text-align: left;
	font-size: 120%;
	line-height: 150%;
	padding-left: 1em;
}
#tokuten .tktnbox img {
	float: right;
	margin-left: 30px;
	width: 360px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.40);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.40);
}
#contents #ticket .lvticket {
	margin-left: 275px;
	margin-right: 25px;
}
}
