html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
body {
	color:#FFFFFF;
	font-family: 'Museo Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
#container {
	min-width: 0;
	width: 100%;
	overflow: auto;
	position:relative;
	background:#000 url(../images/bg.jpg) no-repeat;
	background-size:cover;
	background-attachment: fixed;
}
#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:1em;
}
ul.attention li {
	list-style-type: none;
	text-indent: -1em;
}
ul.attention li:before {
	display: inline;
	content: "※";
}
img {
	max-width:100%;
	height:auto;
	vertical-align: bottom;
}
span.nowrap {
	white-space: nowrap;
}
section {
	padding:12% 5% 5%;;
	height:100%;
	position:relative;
	z-index:10;
	font-size:1.6em;
	margin:0 auto;
}
section.popup_content{
	padding:2% 5% 0;
}
section div, section p, section ul {
	margin-bottom:1em;
}
section h2 {
	margin:0 auto 1em;
	font-size:1.3em;
	font-weight:bold;
	border-bottom:1px solid #fff;
	padding-bottom:0.5em;
	text-align:left;
}
section h2 img {
	width:20%;
}
section h3 {
	margin:0 auto 1em;
	font-size:1.1em;
	font-weight:bold;
}

nav {
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	width:100%;
	background:rgba(0,0,0,0.25);
}
nav div {
	width:100%;
	max-width:1000px;
	margin: 0 auto;
	position:relative;

}
nav h2 {
	width:12%;
	position:absolute;
	top:0;
}
nav ul {
	width:84%;
	float:left;
	margin:1% 0 0 17%;
	padding:2% 0;
}
nav ul li {
	float:left;
	width:15%;
	margin:0 0.8%;
}
nav ul li a {
	display:block;
	line-height:0;
}
nav ul li img {
	max-width:100%;
	margin:0 auto;
}
header {
	display:block;
	width:100%;
	max-width:1000px;
}
header h1 {
	margin: 0 auto;
	width:55%;
	margin: 12% 1% 3% 5%;
	float:left;
}
header h1 img {
	border:solid 1px #fff;
}
#information{
	float:right;
	width:37%;
	margin-top:12%;
	margin-right:2%;
}
#news {
	border:solid 1px #fff;
	background:rgba(0,0,0,0.6);
	font-size:1.2em;
}
#news h2 {
	padding:2%;
	width:35%;
}
#news dl {
	border-top:1px solid #fff;
	padding-top:0.5em;
	padding:2%;
}
#news dl dt {
	width:8em;
	float:left;
}
#news dl dd {
	padding-left:8em;
	margin-bottom:1em;
}
#news .more {
	text-align:right;
	padding:2%;
	cursor:pointer;
}
#news .over {
	display:none;
	border:none;
}
#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;
}
#sns {
	border:solid 1px #fff;
	background:rgba(0,0,0,0.6);
	margin-top:1em;
}
#sns h2 {
	padding:2%;
	width:35%;
}
#movie {
}
#movie iframe {
	width:96%;
	padding-top: 0.5em;
	padding: 2%;
	height:500px;
}

#introduction {
}
#introduction .description {
	text-align:left;
}

#cast ul.profile {
	width:80%;
	margin:0 auto;
}
#cast ul.profile li {
	float:left;
	text-align:center;
	font-size:1em;
}
#cast ul.profile li {
	margin:2% 1.5%;
	width:30%;
}
#cast ul.profile li img {
	width:65%;
}
#cast ul.profile.big li {
	margin:2% 2%;
	width:46%;
}
#cast ul.profile.big li img {
	width:60%;
}
#cast ul.profile.small li {
	margin:2% 0.5%;
	width:24%;
}
#cast ul.profile.small li img {
	width:70%;
}

#cast dl.staff {
	width:432px;
	margin:5em auto 0;
}
#cast dl.staff dt {
	width:11em;
	float:left;
}
#cast dl.staff dd {
	margin-bottom:1em;
	padding-left:11em;
}

#schedule dl {
	width:100%;
	margin:0 auto;
}
#schedule dl dt {
	width:10em;
	float:left;
}
#schedule dl dd {
	margin-bottom:1em;
	padding-left:10em;
}
#schedule dl dd p {
	font-size:1.5em;
}
#schedule dl dd p span {
	font-size:0.8em;
}
#schedule table {
	border-collapse:collapse;
	border:solid 1px #ccc;
	color:#fff;
	width:100%;
	margin:1em auto 4em;
	table-layout:fixed;
	background-color:rgba(0,0,0,0.6);
}
#schedule table th, #schedule table td {
	border:solid 1px #ccc;
	text-align:center;
	vertical-align:middle;
}
#schedule table th {
}
#schedule table td.time {
	width:4em;
}
#schedule .performance {
	margin-bottom:5em;
}
#schedule .performance h3 {
	margin-bottom:1em;
}
#schedule .performance h3 img {
	vertical-align:middle;
	margin-right:0.5em;
	float:left;
	width:45px;
}
#schedule .performance h3 .date {
	font-size:0.6em;
	display:block;
}
#schedule .performance dl dd ul {
	margin-left:1.5em;
	margin-top:1em;
}
#schedule .performance dl dd ul li {
	list-style-type:square;
}
#schedule .performance dl dd ul li a {
	word-wrap: break-word;
}

#schedule dl.playguide dt {
	display:block;
	width:100%;
	float:initial;
	margin-bottom:0;
}
#schedule dl.playguide dt:before {
	content:"■";
	margin-right:0.5em;
}
#schedule dl.playguide dd {
	margin-bottom:1em;
	padding-left:1em;
}

#goods dl {
	margin-bottom:3em;
}
#goods dl dt {
	font-size:1.2em;
	font-weight:bold;
	border-bottom:1px dotted #fff;
	margin-bottom:0.5em;5
}
#goods dl dd.photo {
	margin-top:0.5em;
	margin-bottom:2em;
}
#goods dl.puro dd.photo img {
	width:30%;
	max-width:150px;
}
#goods dl.kan dd.photo img {
	width:45%;
	max-width:250px;
}

#qa dl {
	margin-top:3em;
	margin-bottom:5em;
}
#qa dl dt, #qa h3 {
	display:block;
	font-weight:bold;
	border-bottom: 1px dotted #fff;
	margin-bottom:1em;
}
#qa dl dt:before {
	content:"Q:";
	font-weight:bold;
	margin-right:1em;
}

#qa dl dd {
	display:block;
	text-indent:-2.5em;
	margin-left:2.5em;
	margin-bottom:3em;
}
#qa dl dd:before {
	content:"A:";
	font-weight:bold;
	margin-right:1em;
}
#qa dl dd ul.attention {
	margin-top:0.5em;
}


#inquiry {
	padding-top:0;
	padding-bottom:0;
}
#inquiry dl {
	text-align:center;
	border-top:1px solid #fff;
	padding-top:2em;
}
#inquiry dl dt {
	font-weight:bold;
}
#inquiry dl dd {
	margin-bottom:1em;
}
#inquiry dl dd span.big {
	font-size:1.2em;
}
#inquiry .contact {
	width:80%;
	margin:2em auto 5em;
}
#inquiry .contact dl {
	width:50%;
	float:left;
}

footer {
	padding:2em 5% 2em;
	position:relative;
	z-index:10;
	margin:0 auto 0;
	text-align:center;
}
footer #copyright {
	border-top:1px solid #fff;
	font-size:0.8em;
	margin-top:2em;
	padding-top:2em;
	text-align:center;
}


@media screen and (max-width: 800px) {
body {
	font-size:0.8em
}
#container {
	background:none;
}
body::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:url(../images/bg.jpg) center/cover no-repeat;
	-webkit-background-size:cover;/*Android4*/
}
section h2 img {
	width:30%;
}
header h1 {
	width:80%;
	margin: 12% auto 3%;
	float:initial;
}
#information{
	float:initial;
	width:80%;
	margin:1% auto;
}
#news {
	font-size:1.6em;
}
#movie iframe {
	height:400px;
}
#cast ul.profile {
	width:100%;
	margin:0 auto;
}
#schedule dl dt {
	width:100%;
	float:initial;
	font-weight:bold;
}
#schedule dl dd {
	margin-bottom:1em;
	padding-left:1em;
}
#news dl dt, #detail dl dt {
	float:initial;
	margin-bottom:0.5em;
}
#detail dl dt:before {
	content:"◆";
	margin-right:0.5em;
}
#news dl dd, #detail dl dd {
	padding-left:0;
}
#detail table {
	font-size:0.5em;
	width: 110%;
	margin: 1em -5% 4em;
}
#cast dl.staff {
	width:96%;
	margin:2% auto;
}
}
@media screen and (max-width: 640px) {
section, header h1 {
	padding-top:20%;
}
nav ul li {
	float:left;
	width:29%;
	min-width:66px;
	margin:0 2%;
}
#movie iframe {
	height:300px;
}
}