html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
body {
	background-color:#000000;
	color:#FFFFFF;
	font-family: 'Museo Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	position:relative;
}
#bg {
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	width: 100%;
	height: 100%;
	position:fixed;
	z-index:0;
	top:0;
	left:0
}
#cloud {
	background:transparent url(../images/cloud.png) repeat top center;
	z-index:1;
	width: 100%;
	height: 100%;
	position:fixed;
	z-index:1;
	top:0;
	left:0
	-webkit-animation:move-clouds-back 200s linear infinite;
	animation:move-clouds-back 200s linear infinite;
}
@keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-webkit-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
#container {
	min-width: 0;
	width: 100%;
	overflow: auto;
	position:absolute;
	z-index:2;
}
#inner {
	width:100%;
	max-width:1000px;
	margin: 0 auto;
	position:relative;
}
.fixed_inner {
	overflow-y:auto;
	height:100%;
}
a:link, a:visited {
	color:#FFFFFF;
}
a:hover, a:active {
	color:#DDDDDD;
}
ul.attention {
	margin-left:1rem;
}
ul.attention li {
	list-style-type: none;
	text-indent: -1rem;
}
ul.attention li:before {
	display: inline;
	content: "※";
}
img {
	max-width:100%;
	height:auto;
	vertical-align: bottom;
	touch-callout:none;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
}
span.nowrap {
	white-space: nowrap;
}
section {
	padding:5% 5% 2%;
	height:100%;
	position:relative;
	z-index:10;
	font-size:1.6rem;
	margin:0 auto;
	background:rgba(0,0,0,0.4);
}
section div, section p {
	margin-bottom:1.5em;
}
section ul {
	margin-bottom:1em;
}
section h2 {
	margin:0 auto 1em;
	border-bottom:1px solid #fff;
	padding-bottom:0.5em;
}
section h2 img {
	height:1.8em;
}
section h3 {
	font-size:1.2em;
	line-height:1.5em;
	text-decoration:underline;
	margin-bottom:0.5em;
}
section .soon img {
	height:2em;
	margin:10% auto;
	display:block;
}
header {
	display:block;
	width:100%;
	max-width:1000px;
	padding:5% 5% 35%;
	margin: 0 auto;
	position:relative;
	text-align:center;
}
header h1 {
	margin:3em auto;
}
header h1 img {
	margin:1em auto;
}
header h2 {
	font-size:2.5em;
	font-weight:bold;
}
header h3 {
	font-size:1.6em;
	font-weight:bold;
}
#legend {
	position:absolute;
	bottom:0;
	right:0;
	z-index:100;
	margin: 0 auto;
}
#legend .tri {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 380px 100px 0;
	border-color: transparent #FFF100 transparent transparent;
	position: absolute;
	transform: rotateZ(-25deg);
	bottom: -50px;
	right: 0;
	z-index:1;
}
#legend h1 {
	position:absolute;
	width:120px;
	right:20px;
	bottom:0;
	z-index:10;
}
nav {
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	margin: 0 auto;
	width:100%;
	background:#FFF100;
}
nav ul {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	text-align:center;
	letter-spacing:-.4em;
}
nav ul li {
	display:inline-block;
	width:12%;
	margin:0 1%;
	letter-spacing:normal;
}
nav ul li a {
	display:block;
}
nav ul li img {
	width:100%;
	max-width:90px;
	display:block;
	margin:5px auto;
}
footer {
	padding:2em 5%;
	position:relative;
	z-index:10;
	margin:0 auto 0;
	text-align:center;
	background:rgba(0,0,0,0.4);
}
footer #copyright {
	border-top:1px solid #fff;
	font-size:0.8em;
	margin-top:2rem;
	padding-top:2rem;
	text-align:center;
}
#banner {
	padding-bottom:0;
}

#banner>div {
	border-top:1px solid #fff;
	text-align:center;
	margin-bottom:0;
}
#banner a {
	margin-top:2em;
	display:block;
}

#introduction {
}
#introduction .description {
	text-align:left;
}
#news dl {
	margin-bottom:4em;
}
#news dl dt {
	width:8em;
	float:left;
}
#news dl dd {
	padding-left:8em;
	padding-bottom:0.5em;
	margin-bottom:1em;
	border-bottom:1px #fff dotted;
}
#news dl dd dl {
	margin-bottom:1em;
}
#news dl dd dl dt {
	width:15em;
}
#news dl dd dl dd {
	padding-left:15em;
	border-bottom:none;
}
#news .more {
	text-align:right;
}
#news .pre dl dt {
	display:block;
	margin-top:2em;
	margin-bottom:1em;
	float:initial;
	width:initial;
}
#news .pre dl dt a {
	word-wrap: break-word;
}
#news .pre dl dd {
	margin-bottom:1em;
	padding:initial;
}

#cast .cast_block_1 {
	text-align:center;
}
#cast .cast_block_2 {
	text-align:center;
}
#cast .cast_block_3 {
	text-align:center;
}
#cast .cast_block_ensemble {
	text-align:center;
}
#cast .cast_block_1 dl {
	width:20%;
	margin:0 14.5%;
}
#cast .cast_block_2 dl {
	width:20%;
	margin:0 6%;
}
#cast .cast_block_3 dl {
	width:20%;
	margin:0 2%;
}
#cast .cast_block_ensemble dl {
	width:15%;
	margin:0 4.5%;
}


#cast dl {
	margin:0 auto 2em;
	line-height:1.5;
	display:inline-block;
	vertical-align:top;
}
#cast dl dt {
	margin-bottom:0.3em;
}
#cast dl dd.cast {
	padding:initial;
}
#cast dl dd.name {
	padding:initial;
	font-size:1.2em;
}
#cast dl.ensemble {
	margin:0 auto 2em;
}
#cast .cast_block_ensemble h4 {
	border-bottom:1px solid #fff;
	margin-bottom:1em;
}
#cast .cast_block_ensemble dl {
	margin-bottom:2em;
}
#cast .cast_block_ensemble dd {
	font-size:0.9em;
	padding:initial;
}

#cast dl.initial {
	display:block;
}
#cast dl.initial.kembu {
	font-size:0.8em;
}
#cast dl.initial dt {
	width:120px;
	float:left;
}
#cast dl.initial dd {
	margin-bottom:0.5em;
	padding-left:120px;
}
#cast dl.initial dd.sukima {
	margin-bottom:2em;
}


#staff dl {
	width:100%;
	margin:0 auto;
}
#staff dl dt {
	width:8em;
	float:left;
}
#staff dl dd {
	margin-bottom:1em;
	padding-left:8em;
}

#detail dl {
	width:100%;
	margin:0 auto;
}
#detail dl dt {
	width:8em;
	float:left;
}
#detail dl dt:before {
	content:"◆";
	margin-right:0.5em;
}
#detail dl dd {
	margin-bottom:1em;
	padding-left:8em;
}
#detail dl.wide dt {
	width:16em;
	float:left;
}
#detail dl.wide dd {
	margin-bottom:1em;
	padding-left:16em;
}
#detail dl span.l {
	font-size:1.2em;
}
#detail dl span.s {
	font-size:0.8em;
}
#detail table {
	border-collapse:collapse;
	border:solid 1px #ccc;
	color:#fff;
	width:100%;
	margin:1rem auto 2rem;
	table-layout:fixed;
	background-color:#002227;
}
#detail table th, #detail table td {
	border:solid 1px #ccc;
	text-align:center;
	vertical-align:middle;
}
#detail table th {
}
#detail table td.time {
	width:4em;
}
#detail table.sold {
	background-image:url(../images/sold_out.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	margin-bottom:1rem;
	border:solid 1px #999;
	color:#999;
}
#detail table.fin {
	background-image:url(../images/finish.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	margin-bottom:1rem;
	border:solid 1px #999;
	color:#999;
}
#detail table.sold img, #detail table.fin img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
#detail table.sold th, #detail table.sold td, #detail table.fin th, #detail table.fin td {
	border:solid 1px #999;
}
#detail dl dd .notice {
	margin-bottom: 3em;
}
#detail dl dd .notice p {
	font-size:1em;
}
#detail dl dd .notice h4 {
	font-size:1.2em;
	font-weight:bold;
}

#ticket dl {
	width:100%;
	margin:0 auto;
}
#ticket dl dt {
	width:14em;
	float:left;
}
#ticket dl dt:before {
	content:"■";
	margin-right:0.5em;
}
#ticket dl dd {
	margin-bottom:1em;
	padding-left:14em;
}

#ticket div {
	width:100%;
}
#ticket div dl {
	width:100%;
	margin:0.5em 0 0 1em;
}
#ticket div dl dt {
	width:13em;
	float:left;
}
#ticket div dl dt:before {
	content:"・";
	margin-right:0.5em;
}
#ticket div dl dd {
	margin-bottom:1em;
	padding-left:13em;
}
#ticket p {
	margin-left:1.5em;
}
#ticket p:before {
	display: inline;
	content: "※";
	margin-right:0.5em;
}

#organize dl dt {
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:0.5em;
}
#organize dl dd {
	margin-bottom:1.5em;
}



#goods dl {
	margin-bottom:3em;
	border-bottom:dotted 1px #fff;
}
#goods dl dt {
	display:block;
	width:100%;
	float:initial;
	font-weight:bold;
	margin-bottom:1em;
}
#goods dl dt:before {
	content:"●";
}
#goods dl dd {
	padding:initial;
	margin-bottom:2em;
}
#goods dl dd.text {
	
}
#goods dl dd.photo img {
	border:solid #ddd 1px;
	padding:3px;
	display:block;
	margin:0 auto;
}
#goods ul {
	margin-left:1.5em;
	margin-top:1em;
}
#goods ul li {
	list-style-type:disc;
}
#goods p {
	text-align:right;
	font-size:0.8em;
}
#q_a dl {
	margin-top:3em;
	margin-bottom:5em;
}
#q_a dl dt, #q_a h3 {
	display:block;
	font-weight:bold;
	border-bottom: 1px dotted #fff;
	margin-bottom:1em;
}
#q_a dl dd {
	display:block;
	margin-bottom:3em;
}
#q_a dl dd ul.attention {
	margin-top:0.5em;
}
#q_a dl dd ul {
	margin-left:1em;
}
#q_a dl dd ul li {
	list-style-type:disc;
	margin-bottom:0.5em;
}
#movie {
}
#movie iframe {
	width:96%;
	padding-top: 0.5em;
	padding: 2%;
	height:500px;
}

#inquiry dl {
	margin-bottom:3em;
	border-top:1px solid #fff;
	padding-top:2em;
	text-align:center;
}
#inquiry dl dt {
	font-size:1.6em;
	font-weight:bold;
}
#inquiry dl dd {
	font-size:1.2em;
}


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

header {
	width:initial;
	max-width:initial;
}
section {
	padding:18% 5% 2%;
}

#legend {
	display:none;
}

nav {
	background:#FFF100;
}
nav ul {
}
nav ul li {
	width:23%;
	margin:0 1% 1%;
}
footer {
	margin-bottom:5%;
}
#news dl dt, #detail dl dt, #detail dl.wide dt, #ticket dl dt, #news dl dd dl dt {
	float:initial;
	margin-bottom:0.5em;width:100%;
}
#detail dl dt:before {
	content:"◆";
	margin-right:0.5em;
}
#news dl dd, #detail dl dd, #detail dl.wide dd, #ticket dl dd, #news dl dd dl dd {
	padding-left:0;
}
#detail table {
	font-size:0.5em;
	width: 110%;
	margin: 1rem -5% 4rem;
}
#staff dl dt {
	float:initial;
	width:initial;
}
#staff dl dd {
	padding-left:0.5em;
}
#movie iframe {
	height:400px;
}
#ticket div {
	width:100%;
	margin-left:0;
}
#ticket div dl {
	width:100%;
	margin:0.5em 0 0 1em;
}
#ticket div dl dt {
	width:100%;
	float:initial;
}
#ticket div dl dt:before {
	content:"・";
	margin-right:0.5em;
}
#ticket div dl dd {
	margin-bottom:1em;
	padding-left:0;
}
#cloud {
	display:none;
	-webkit-animation:initial;
	animation:initial;
}
}
@media screen and (max-width: 640px) {
section h2 img {
	height:1em;
}
#cast ul.profile li {
	margin:2%;
	min-width:initial;
	width:29%;
	font-size:0.8em;
}
#cast #movie dl {
	float:left;
	margin:2%;
	width:96%;
}
#movie iframe {
	height:300px;
}
}