@charset "UTF-8";

html, body, .container {
	width: 100%;
	height: 100%;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: #00060c;
	color: #9AC6E5;
	text-align: center;
	overflow-x: hidden;
	margin: 40px 0 0;
	/*background-image: url(../images/bg.jpg);*/
	/*background-position: center center;*/
	/*background-repeat: no-repeat;*/
	/*background-attachment: fixed;*/
	/*background-size: cover;*/
	background: url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media screen and (max-width: 1023px) {
body {
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: center top;
	background-attachment: scroll;
	background-color: #00060c;
}
}

@media screen and (max-width: 480px) {
body {
}
}
.container {
	position: relative;
}
a {
	color: #fff;
}
a:hover {
	text-decoration: none;
}
a:hover img {
	opacity: 0.9;
}
h2 {
	margin: 0 auto 20px;
	padding-bottom: 10px;
	width: 300px;
	border-bottom: 3px solid #9AC6E5;
	position: relative;
	font-size: 32px;
	font-weight: bold;
}
h2:after {
	position: absolute;
	border-bottom: 3px solid #BA0C0C;
	content: " ";
	display: block;
	bottom: -3px;
	width: 50%;
}

@media screen and (max-width: 1023px) {
h2 {
	width: 100%;
	max-width: 500px;
	font-size: 26px;
}
h2:after {
	width: 30%;
}
}
p {
	font-size: 14px;
	line-height: 1.8em;
	color: #9AC6E5;
	margin-bottom: 20px;
}
p span {
	font-size: 13px;
}
p img {
	width: 100%;
}
.jR3DCarouselGallery, .jR3DCarouselGalleryCustomeTemplate {
	margin: 0 auto; /* optional - if want to center align */
}
.jR3DCarouselGalleryCustomeTemplate .captions {
	position: relative;
	padding: 4px 0;
	bottom: 27px;
	background: #222;
	display: block;
	text-align: left;
}
.jR3DCarouselGalleryCustomeTemplate a {
	text-decoration: none;
}

@media screen and (max-width: 1023px) {
.jR3DCarouselGalleryCustomeTemplate {
	display: none;
}
}
.sp-caption-container {
	/*background-color: #000000;*/
	margin-top: 0;
	padding: 10px 0;
	font-size: 12px;
}
.sp-button {
	width: 14px;
	height: 14px;
	margin: 5px 7px;
	background-color: #444;
	border: none;
}
.sp-selected-button {
	background-color: #ba0c0c;
}
.sp-buttons {
	padding-top: 4px;
}
img.sp-image {
	margin: 0!important;
}
h1 {
	margin: 0;
	padding: 0;
	width: 200px;
}
h1 img {
	width: 100%;
}
#top-head {
	top: -100px;
	width: 100%;
	height: 115px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 40px;
	line-height: 1;
	z-index: 999;
}
#top-head a, #top-head {
	color: #9AC6E5;
	text-decoration: none;
}
#top-head a:hover {
	color: #fff;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	margin-top: 24px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	top: 35px;
	font-size: 14px;
	margin: 0 196px 0 0;
	padding: 0;
}

@media screen and (max-width: 1279px) {
#global-nav ul {
	margin-right: 0;
}
}
#global-nav ul li {
	float: left;
	padding: 0 0 14px;
	margin: 0 15px;
}

@media screen and (max-width: 1279px) {
#global-nav ul li:last-child {
	margin-right: 0;
}
}
#global-nav ul li.current {
	border-bottom: 1px solid #9AC6E5;
}

@media screen and (max-width: 1023px) {
#global-nav ul li.current {
	border-bottom: #570D0E 1px solid;
}
}
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #9AC6E5;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
.smart-on {
	display: none;
}
.smart-off {
	display: block;
}
.smart-kaigyou {
	display: none;
}
.smart-kaigyou {
	display: block;
}

@media screen and (max-width: 1279px) {
.smart-kaigyou {
	display: block;
}
.smart-kaigyou {
	display: none;
}
}

@media screen and (max-width: 1023px) {
.smart-on {
	display: block;
}
.smart-off {
	display: none;
}
.sp-slides-container {
	margin-top: 56px;
}
#top-head .logo {
	float: none;
	position: absolute;
	top: 50%;
	margin-top: -18.5px;
	left: 50%;
	margin-left: -100px;
}
#top-head, .inner {
	width: 100%;
	padding: 0;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
 display:
}
#mobile-head {
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}
#top-head.fixed .logo, #top-head .logo {
	position: absolute;
	color: #333;
	font-size: 26px;
}
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background: linear-gradient(#BA0C0C, #5D0606);
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: none;
	position: static;
	margin: 0;
	padding: 18px 0;
	color: #fff;
	border-bottom: #570D0E 1px solid;
}
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
}
#nav-toggle {
	display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
}
.hatsubai {
	display: table;
	position: fixed;
	right: 40px;
	width: 180px;
	box-sizing: border-box;
	text-align: center;
	height: 85px;
	background: linear-gradient(#BA0C0C, #5D0606);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	border-radius: 5px;
	z-index: 10;
	cursor: pointer;
}
.hatsubai a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 85px;
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	text-decoration: none;
	cursor: pointer;
}
.hatsubai:hover {
	cursor: pointer;
}
a.hatsubaimae {
	pointer-events: none
}

@media screen and (max-width: 1279px) {
.hatsubai {
	width: 100%;
	border-radius: 0;
	bottom: 0;
	right: 0;
	height: 77px;
	background: linear-gradient(#000000E6, #000000E6);
	padding-top: 10px;
	display: flex;
	flex-flow: row-reverse wrap;
}
.hatsubai a {
	height: 40px;
	background: linear-gradient(#BA0C0C, #5D0606);
	border-radius: 5px;
	width: 300px;
	margin: 0 auto;
	display: block;
	padding-top: 18px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
}
.next-stage {
	margin: 40px auto 0;
	width: 100%;
	max-width: 900px;
	display: flex;
	flex-flow: row wrap;
	box-sizing: border-box;
	padding: 60px 30px;
}
.next-stage.center {
	/*padding-bottom: 300px;*/
}
.next-stage > div {
	width: 50%;
}
.next-stage.center > div {
	margin: 0 auto;
}
h2#next-stage img {
	width: 200px;
	height: 41px;
}

@media screen and (max-width: 1023px) {
h2#next-stage img {
	width: 160px;
	height: 33px;
}
}
.next-stage .flyer {
	position: relative;
}
.next-stage .flyer > p.visual {
	margin: 0;
}
.next-stage .flyer > p.visual > img {
	margin-top: 62px;
	width: 70%;
	min-width: 300px;
	max-width: 500px;
}
p.tamaniwaumigaoyoge {
	position: absolute;
	top: 49px;
	right: 31px;
}
.next-stage .flyer > p.tamaniwaumigaoyoge > img {
	width: 23px;
	height: 220px;
}
p.flyertoiuji {
	position: absolute;
	top: 49px;
	right: 34px;
}
.next-stage .flyer > p.flyertoiuji > img {
	width: 20px;
	height: 51px;
}
.next-stage .next-stage-text .text {
	margin: 20px auto;
	width: 300px;
	text-align: left;
}
p.stage-title {
	font-size: 20px;
}
p.lead {
	padding-bottom: 30px;
}

@media screen and (max-width: 1023px) {
	.next-stage {
		flex-flow: column wrap;
		margin-top: 0;
		padding: 30px 30px 40px;
		border-top: 1px solid #222;
		background-color: #000000;
	}
	.next-stage.center {
		padding-bottom: 40px;
	}
	.next-stage > div {
		width: 100%;
	}
	.next-stage-text {
		padding-bottom: 0;
	}
	p.tamaniwaumigaoyoge, p.flyertoiuji {
		top: 16px;
		left: 540px;
	}
	.next-stage .flyer {
	}
	.next-stage .flyer > p.visual > img {
		margin-top: 30px;
	}
	.next-stage .next-stage-text .text {
		width: 70%;
		min-width: 300px;
		max-width: 500px;
	}
	p.stage-title {
		text-align: center;
		margin: 10px 0;
	}
}

@media screen and (max-width: 374px) {
.next-stage {
	padding: 40px 0 20px;
}
}

@media screen and (max-width: 1023px) {
p.flyertoiuji, p.tamaniwaumigaoyoge {
	display: none;
}
}
table.nikai {
	margin: 10px 0;
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	font-size: 13px;
}
table.nikai th {
	padding: 5px 0;
	border: 1px solid #466479;
	width: 33.3333%
}
table.nikai td {
	padding: 5px 30px;
	border: 1px solid #466479;
	width: 33.3333%;
}
figure.button {
	width: 200px;
	height: 60px;
	cursor: pointer;
	perspective: 500px;
	-webkit-perspective: 500px;
	margin: 40px auto 0;
}
figure.button div {
	height: 100%;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transition: 0.25s;
	-webkit-transition: 0.25s;
}
figure.button:hover div {
	transform: rotateX(-90deg);
}
.button span {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	box-sizing: border-box;
	border: 3px solid #BA0C0C;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 50px;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.button span:nth-child(1) {
	color: #BA0C0C;
	transform: translate3d(0, 0, 30px);
	-webkit-transform: translate3d(0, 0, 30px);
}

@media screen and (max-width: 1023px) {
.button span:nth-child(1) {
	background-color: #BA0C0C;
	color: #ffffff;
}
}
.button span:nth-child(2) {
color:$color;
	background: #BA0C0C;
	transform: rotateX(90deg) translate3d(0, 0, 30px);
	-webkit-transform: rotateX(90deg) translate3d(0, 0, 30px);
}
.sns {
	width: 300px;
	margin: 0 auto;
	position: relative;
}
h2#sns {
	border-bottom: none;
	text-align: left;
	margin-bottom: 0;
}
h2#sns:after {
	border-bottom: none;
}
.social-button {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}
.sns-inner {
	/*position: absolute;
	top: -300px;
	right: -283px;
	width: 300px;*/
}
h2#sns > img {
	width: 64px;
	height: 41px;
}

@media screen and (max-width: 1023px) {
.sns {
	width: 100%;
	max-width: 800px;
	background-color: #060e38;
	padding: 40px 30px;
	box-sizing: border-box;
}
.sns-inner {
	position: static;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
h2#sns > img {
	width: 52px;
	height: 33px;
}
}

@media screen and (max-width: 374px) {
.sns {
	width: 300px;
	padding: 30px 0;
}
}
.sns-inner .social-button img {
	margin-left: 5px;
}
.keyvisual {
	position: relative;
	left: -50px;
}
.keyvisual p.keyvisual-inner {
	width: 40%;
}
.keyvisual p.keyvisual-inner img {
	width: 100%;
}
h2#keyvisual {
	width: 322px;
	height: 238px;
	padding-bottom: 18px;
	border-bottom: none;
	position: absolute;
	bottom: 5%;
	left: 36%;
	text-align: right;
}

@media screen and (max-width: 1023px) {
.keyvisual {
	left: -50px;
	padding: 60px 0;
}
.keyvisual p.keyvisual-inner {
	width: 80%;
	margin: 0;
}
h2#keyvisual {
	right: -50px;
	margin-right: 10px;
	bottom: 13%;
	width: 300px;
	height: 222px;
}
}

@media screen and (max-width: 599px) {
.keyvisual {
	display: none;
}
}
h2#keyvisual:after {
	border-bottom: none;
}
h2#keyvisual img {
	width: 100%;
}
h2#keyvisual a {
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	margin-top: -5px;
	display: block;
}
h2#keyvisual a:hover {
	text-decoration: underline;
}
.movie {
	margin: 100px 0;
	width: 100%;
	background: linear-gradient(#BA0C0C, #5D0606);
	padding-bottom: 80px;
}
h2#movie {
	width: 94px;
	height: 41px;
	border-bottom: none;
	padding-top: 60px;
	padding-bottom: 35px;
	margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
.movie {
	margin: 0;
	padding-bottom: 40px;
}
h2#movie {
	width: 76px;
	height: 33px;
	padding-top: 40px;
}
}
h2#movie img {
	width: 100%;
}
h2#movie:after {
	border-bottom: none;
}
.youtube-list ul {
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

@media screen and (max-width: 1023px) {
.youtube-list ul {
	max-width: 474px;
	box-sizing: border-box;
	padding: 0 10px;
}
}
.youtube-list ul::-webkit-scrollbar-track {
 background: transparent;
 border:none;
}
.youtube {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 227px;
	padding-bottom: 20px;
}
.youtube iframe {
	width: 227px;
	height: 130px;
	margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
.youtube {
	width: calc(50% - 5px);
}
.youtube iframe {
	width: 100%;
}
}
.youtube a {
	text-decoration: none;
	font-size: 13px;
}
.youtube a:hover {
	text-decoration: underline;
}
.top-bottom-wrap {
	margin: 100px auto;
	width: 100%;
	max-width: 736px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.top-bottom {
	max-width: 300px;
	width: 100%;
}

h2#blog img {
	width: 84px;
	height: 41px;
}
ul.gaibushutsuen {
	text-align: left;
	padding-left: 30px;
}
ul.gaibushutsuen li {
	margin-bottom: 30px;
}
ul._tangan_rss_list {
	text-align: left;
	margin-left: 30px!important;
}

@media screen and (max-width: 1023px) {
	.top-bottom-wrap {
		flex-flow: column wrap;
		margin: 30px auto;
	}
	.top-bottom {
		margin: 0 auto;
		padding: 30px 30px;
		background-color: #000000;
		max-width: 800px;
		box-sizing: border-box;
	}
	.top-bottom:nth-child(2) {
		border-top: 1px solid #222;/*background-color: #060e38;*/
	}
}

dl.guesting {
	width: 70%;
	min-width: 300px;
	max-width: 500px;
	margin: 0 auto;
}
dl.guesting dd {
	width: calc(100% - 20px);
}
h2#guesting img {
	width: 128px;
	height: 33px;
}
dl.guesting dd a {
	text-decoration: underline;
}
dl.guesting dd a:hover {
	text-decoration: none;
}

.blog_wrap {
	width: calc(70% + 10px);
	min-width: 300px;
	max-width: 480px;
	margin: 0 auto;
	box-sizing: border-box;
}
.blog_wrap ul {
	padding-left: 25px;
}

@media screen and (max-width: 1023px) {
	.blog_wrap {
		padding: 0;
	}
}
@media screen and (max-width: 799px) {
.top-bottom-wrap {
	margin: 0 auto;
}
}
footer {
	background-color: #01060A;
	width: 100%;
	padding: 8px 0 7px;
	font-size: 12px;
	text-align: center;
}
/*公演情報*/

.page {
	margin: 0 auto 60px;
	width: 100%;
	max-width: 900px;
	display: flex;
	flex-flow: row wrap;
	box-sizing: border-box;
	padding: 60px 30px 40px;
	background-color: #000000;
}
.page.toumei {
	background-color: transparent!important;
}
.page > div {
	width: 50%;
}
.page .flyer {
	position: relative;
}
.page .flyer > p.visual {
	margin: 0;
}
.page .flyer > p.visual img {
	width: 70%;
	min-width: 300px;
	max-width: 500px;
	margin-bottom: 30px;
}
.page .flyer > p.visual > a:nth-child(1) > img {
	margin-top: 62px;
}
.page .flyer > p.visual > img:nth-child(1) {
	margin-top: 62px;
}
@media screen and (max-width: 1023px) {
	.page .flyer > p.visual > a > img {
		margin-bottom: 0;
	}
	.page .flyer > p.visual > a:nth-child(1) > img {
		margin-top: 0;
		margin-bottom: 10px;
	}
}
.page .flyer > p.tamaniwaumigaoyoge > img {
	width: 23px;
	height: 220px;
}
.page .flyer > p.flyertoiuji > img {
	width: 20px;
	height: 51px;
}
.page .text {
	margin: 20px auto 60px;
	width: 300px;
	text-align: left;
}
.page .text.center {
	margin: 20px auto 60px;
	width: 500px;
	text-align: left;
}

@media screen and (max-width: 1023px) {
.page {
	flex-flow: column wrap;
	margin-top: 56px;
	margin-bottom: 0;
	padding: 30px 30px;
	background-color: #000000;
}
.slider-pro + .page {
	margin-top: 0;
}	
.page > div {
	width: 100%;
}
.next-stage-text {
	padding-bottom: 0;
}
.page .flyer {
	margin-bottom: 0;
}
.page .flyer > p.visual > img {
	margin-top: 0;
}
.page .flyer > p.visual > img:nth-child(1) {
	margin-top: 0;
	margin-bottom: 0;
}

.page .text, .page .text.center {
	width: 70%;
	min-width: 300px;
	max-width: 500px;
	margin-bottom: 40px;
}
}

@media screen and (max-width: 374px) {
.page {
	padding: 40px 0 20px;
}
}

@media screen and (max-width: 799px) {
p.tamaniwaumigaoyoge {
	display: none;
}
}
.nibai {
	padding-top: 40px;
	border-top: 1px solid #222;
}
.toumei .nibai {
	border-top: none;
}
h2#cast img {
	width: 91px;
	height: 41px;
}

@media screen and (max-width: 1023px) {
h2#cast img {
	width: 73px;
	height: 33px;
}
}
.cast_list {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 20px;
	display: flex;
	flex-flow: row wrap;
}
.cast_list a {
	width: 25%;
	display: block;
	text-decoration: none;
}

@media screen and (max-width: 1023px) {
.cast_list a {
	width: 33.3333%;
}
}
.cast {
	margin-bottom: 20px;
}
.cast img {
	width: 100%;
	margin-bottom: 10px;
}
.cast span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #506C90;
}
h2#ticket img {
	width: 121px;
	height: 41px;
}

@media screen and (max-width: 1023px) {
h2#ticket img {
	width: 97px;
	height: 33px;
}
}
dl.jouhou {
	margin: 30px 0;
	display: flex;
	flex-flow: row wrap;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
}
dl.jouhou dt {
	width: 120px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #222222;
	margin-bottom: 15px;
	font-weight: bold;
}
dl.jouhou dd {
	width: calc(100% - 120px);
	margin: 0;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #222222;
	line-height: 1.8em;
}
span.uetsuki {
	vertical-align: super;
	font-size: 10px;
}
p.chuui {
	margin: 30px 0 40px;
	font-size: 12px;
}
dl.chuui {
	margin: 30px 0;
	display: flex;
	flex-flow: row wrap;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	font-size: 12px;
}
dl.chuui dt {
	width: 40px;
	margin-bottom: 5px;
}
dl.chuui dd {
	width: calc(100% - 40px);
	margin: 0;
	margin-bottom: 5px;
	line-height: 1.8em;
}
.page > div.nibai {
	flex-grow: 2;
	width: 100%;
	box-sizing: border-box;
	padding: 40px 0 0;
}
h2#buyticket img {
	width: 186px;
	height: 41px;
}

@media screen and (max-width: 1023px) {
h2#buyticket img {
	width: 149px;
	height: 33px;
}
}
h2#map img {
	width: 70px;
	height: 41px;
}

@media screen and (max-width: 1023px) {
h2#map img {
	width: 56px;
	height: 33px;
}
}
.f20 {
	font-size: 20px;
	line-height: 2.0em;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
h2#staff img {
	width: 110px;
	height: 41px;
}

@media screen and (max-width: 1023px) {
h2#staff img {
	width: 88px;
	height: 33px;
}
}
dl.staff {
	margin: 30px 0 0;
	display: flex;
	flex-flow: row wrap;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
}
dl.staff dt {
	width: 120px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #222222;
	margin-bottom: 10px;
	font-weight: bold;
}
dl.staff dd {
	width: calc(100% - 120px);
	margin: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #222222;
	line-height: 1.8em;
}
/*ニュース*/

h2#news img {
	width: 96px;
	height: 41px;
}

@media screen and (max-width: 1023px) {
h2#news img {
	width: 77px;
	height: 33px;
}
}
.news_list {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 20px;
	display: flex;
	flex-flow: column wrap;
}
.news_list a {
	width: 100%;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
	padding: 10px;
	background-color: #222;
	margin-bottom: 2px;
}
.news_list a:hover {
	background-color: #333;
}
.news_list a .news {
	display: flex;
	flex-flow: row wrap;
}
.news_list a .news .thumbnail {
	width: 30%;
	line-height: 0;
}
.news_list a .news .thumbnail img {
	width: 100%;
}
.news_list a .news .newstitle {
	width: 70%;
	padding: 0 10px 0 30px;
	box-sizing: border-box;
	text-align: left;
}
.news_list a .news .newstitle p {
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
	.news_list a .news .newstitle {
		padding: 0 0 0 10px;
	}
	.news_list a .news .newstitle h3 {
		margin-top: 6px;
		font-size: 16px;
	}
}
.news_honbun {
	padding: 0 70px;
	text-align: left;
}
.news_honbun h3 {
	padding: 20px;
	margin: 30px 0;
	box-sizing: border-box;
	margin-top: 0;
	background-color: #222;
	color: #bedaef;
}
.news_honbun p {
}
.news_honbun p.eyecatch {
	line-height: 0;
	margin-bottom: 0;
}
.news_honbun p.eyecatch img {
	width: 100%;
	max-width: 700px;
}
.honbun_wrap {
	width: 100%;
	max-width: 600px;
	margin: 40px auto;
}
.honbun_wrap2 {
	width: 100%;
	max-width: 640px;
	margin: 30px auto 40px;
}

table.schedule {
	margin: 10px 0;
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	font-size: 13px;
}
table.schedule th {
	padding: 5px 0;
	border: 1px solid #466479;
}
table.schedule td {
	padding: 5px 30px;
	border: 1px solid #466479;
}

p.modoru {
	text-align: right;
	font-size: 12px;
}
dl.chuui2 {
	margin: 30px 0;
	display: flex;
	flex-flow: row wrap;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	font-size: 12px;
}
dl.chuui2 dt {
	width: 20px;
	margin-bottom: 5px;
}
dl.chuui2 dd {
	width: calc(100% - 20px);
	margin: 0;
	margin-bottom: 5px;
	line-height: 1.8em;
}


@media screen and (max-width: 900px) {
.news_honbun {
	padding: 0;
}
.news_honbun h3 {
	font-size: 18px;
	text-align: left;
	padding: 30px 15px;
}
.news_honbun p.eyecatch img {
	max-width: 860px;
}
p.modoru {
	text-align: center;
}
}
/*クロムモリブデンとは*/

.photo {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 60px 30px 0;
	background-color: #000000;
	text-align: center;
}
.photo.toumei {
	background-color: transparent!important;
	padding-top: 0!important;
}

@media screen and (max-width: 899px) {
.photo {
	padding: 0;
}
}
.photo img {
	width: 100%;
	max-width: 700px;
}
.page.photo-main, .page.text-main {
	padding: 60px 30px 40px;
}
@media screen and (max-width: 1023px) {
	.page.photo-main, .page.text-main {
		padding-top: 30px;
	}
}
.photo + .page.photo-main {
	margin-top: 0;
	padding-top: 40px;
}

@media screen and (max-width: 374px) {
.page.photo-main, .page.text-main {
	padding: 40px 0 20px;
}
}
.page.photo-main .text.center {
	margin: 0 auto 40px;
	width: 500px;
	text-align: left;
}
.page.photo-main .text.center p {
	margin: 20px 0 20px;
}
.h2_wrap {
	width: 100%!important;
	flex-grow: 2;
}
h2#crome img {
	width: 257px;
	height: 41px;
}

@media screen and (max-width: 1023px) {
h2#crome img {
	width: 207px;
	height: 33px;
}
.page.photo-main .text.center {
	width: 70%;
	min-width: 300px;
	max-width: 500px;
	margin-bottom: 40px;
}
}
h2#history img {
	width: 141px;
	height: 41px;
}

@media screen and (max-width: 1023px) {
h2#history img {
	width: 113px;
	height: 33px;
}
}
table.data {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	margin: 0 auto;
}
table.data tr td {
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	line-height: 2;
}
table.history tr td strong {
	font-weight: normal;
}
/*メンバー*/

.content {
	width: 100%;
	flex-grow: 2;
}
.cast_list.member a {
	width: 33.3333%;
}
.cast_list.member.hokanohito a {
	width: 20%;
}
@media screen and (max-width: 699px) {
	.cast_list.member.hokanohito a {
		width: 33.3333%;
	}
}
h2#member img {
	width: 134px;
	height: 41px;
}

@media screen and (max-width: 1023px) {
h2#member img {
	width: 107px;
	height: 33px;
}
h2#blog img {
    width: 68px;
    height: 33px;
}
}
h3 {
	font-size: 20px;
	margin: 16px 0;
}
table.staff {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	margin: 0 auto;
}
table.staff tr th, table.staff tr td {
	border-top: 1px solid #222e3e;
	border-bottom: 1px solid #222e3e;
	padding: 5px 30px;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
	line-height: 2;
	font-size: 13px;
}
table.staff tr th {
	font-weight: normal;
	color: #ffffff;
	width: 50%;
	text-align: right;
}
table.staff tr td {
	width: 70%;
	text-align: left;
}
.text.center h3 {
	border-bottom: #ba0c0c 2px solid;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 18px;
	color: #ba0c0c;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: -10px;
	box-sizing: border-box;
	width: calc(100% + 20px);
	font-weight: bold;
	position: relative;
}
.text.center h3:before {
	content:"";
	position: absolute;
	width: 100%;
	bottom: 10px;
	border-left: 2px solid #ba0c0c;
	height: 15px;
	margin-left: -10px;
}
.text.center h4 {
	/*background: linear-gradient(#222, #111);*/
	margin: 25px 0 15px 5px;
	font-size: 16px;
	padding-left: 0;
	color: #9AC6E5;
	font-weight: bold;
}
.text.center ul {
	padding-left: 25px;
}
.text.center ul li {
	margin: 5px 0;
}
.list_none {
	list-style-type: none;
	padding-left: 0!important;
}
.hoka {
	margin-top: 60px;
}
@media screen and (max-width: 1023px) {
	.hoka {
		margin-top: 40px;
	}
}

/*過去の作品*/

.page.works_wrap {
	margin-top: 30px;
}
@media screen and (max-width: 1023px) {
	.page.works_wrap {
		margin-top: 0;
		border-top: 1px solid #222;
	}
}
h2#works img {
	width: 116px;
	height: 41px;
}
@media screen and (max-width: 1023px) {
	h2#works img {
		width: 93px;
		height: 33px;
	}
}
.sp-slide:not(.sp-selected) {
	background-color: #000;
}
.sp-slide:not(.sp-selected) img {
	opacity: 0.4;
}
.stages .sp-buttons {
	display: none;
}
.works_list {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 20px;
	display: flex;
	flex-flow: row wrap;
}
.works_list a {
	width: 50%;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
	padding: 10px;
	background-color: #111;
	margin-bottom: 2px;
	border-right: 2px solid #000;
	position: relative;
}
.works_list a:hover {
	background-color: #333;
}
.works_list a .works {
	display: flex;
	flex-flow: row wrap;
}
.works_list a .works .thumbnail {
	width: 30%;
	max-width: 130px;
	line-height: 0;
}
.works_list a .works .thumbnail img {
	width: 100%;
}
.works_list a .works .workstitle {
	width: 70%;
	padding: 0 10px 0 10px;
	box-sizing: border-box;
	text-align: left;
}
.works_list a p.shousai {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 10px;
	color: #999;
	margin: 0;
}
.works_list a .works .workstitle h3 {
	margin-top: 10px;
	font-size: 18px;
	margin-left: 8px;
}
.works_list a .works .workstitle h3 span {
	font-size: 0.7em;
}

.works_list a .works .workstitle p {
	color: #999;
	font-size: 12px;
	margin: 0;
}
@media screen and (max-width: 767px) {
	.works_list a {
		width: 100%;
		min-height: 145px;
	}
	.works_list a .works .workstitle {
		padding: 0 0 0 10px;
	}
	.works_list a .works .workstitle h3 {
		font-size: 14px;
		margin-top: 8px;
		margin-bottom: 10px;
	}
}

#example3 {
	margin-bottom: 30px;
}
#example6 {
	margin-top: -60px!important;
	padding: 20px 0 60px;
}

/*外部出演情報*/

h2#guesting img {
	width: 161px;
	height: 41px;
}
ul.guesting {
	list-style-type: none;
	margin: 0 auto 40px;
	padding: 0!important;
	width: 100%;
	max-width: 700px;
	display: flex;
	flex-flow: row wrap;
}
ul.guesting li {
	padding: 20px;
	background-color: #222;
	box-sizing: border-box;
	border: 1px solid #000;
	text-align: left;
	width: 50%;
}
.toumei ul.guesting li {
	margin: 1px;
	border: none;
	width: calc(50% - 2px);
}
body#gaibu ul {
	max-width: none;
}
body#gaibu ul.guesting li {
	width: 33.33333%;
}
p.guesting_title {
	margin: 16px 0;
	padding: 10px;
	box-sizing: border-box;
	background: linear-gradient(#121212, #000);
	font-size: 14px;
	font-weight: bold;
	color: #9AC6E5;
}
p.guesting_text {
	color: #999;
    font-size: 13px;
    margin-bottom: 10px;
	word-wrap: break-word；
}
@media screen and (max-width: 1023px) {
	ul.guesting li, .toumei ul.guesting li {
		width: 100%;
	}
	body#gaibu ul.guesting li {
		width: 50%;
	}	
}
@media screen and (max-width: 699px) {
	body#gaibu ul.guesting li {
		width: 100%;
	}
}
@media screen and (max-width: 1023px) {
h2#guesting img {
		width: 130px;
		height: 33px;
	}
}
.text.center h3.normal_style {
	font-size: 20px;
	border: none;
    margin: 16px 0;
	padding-left: 0;
	color: #9AC6E5;
}
.text.center h3.normal_style:before {
	border-left:none;
}

/*お問い合わせ*/

h2#contact img {
	width: 151px;
	height: 41px;
}

@media screen and (max-width: 1023px) {
	h2#contact img {
		width: 122px;
		height: 33px;
	}
}

/*ローディング*/

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1000;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2000;
}

.yomimasuka {
	border: 1px solid #9AC6E5;
	padding: 20px;
	margin-bottom: 46px;
	text-align: center;
}
.yomimasuka h3, .yomimasuka p {
	text-align: left;
}
.yomimasuka h3 {
	border-bottom: 1px solid #9AC6E5;
	margin: 0 0 30px;
	padding-bottom: 20px;
}
.yomimasuka p {
	height: 40px;
}
.yomimasuka#arasuji p {
	height: auto;
}
.yomimasuka button {
	/* 文字サイズを1.4emに指定 */
    font-size: 1.2em;

    /* 文字の太さをboldに指定 */
    font-weight: bold;

    /* 縦方向に10px、
     * 横方向に30pxの余白を指定 */
    padding: 10px 30px;

    /* 背景色を濃い青色に指定 */
    background-color: #9AC6E5;

    /* 文字色を白色に指定 */
    color: #000;

    /* ボーダーをなくす */
    border-style: none;
	
	transition: 0.8s;
}

.yomimasuka button:hover {
    /* 背景色を明るい青色に指定 */
    background-color: #fff;
}

#yomimasuka1, #yomimasuka2, #yomimasuka3, #arasuji {
	display: none;
}

h4.komidashi {
	background: #222;
	padding: 3px 10px;
	font-size: 18px;
}
.page .text.center.short {
	max-width: 360px;
	width: 100%;
	margin-bottom: 60px;
}
table.event {
	border-collapse: collapse;
	margin-bottom: 30px;
}
table.event td {
	min-width: 90px;
	box-sizing: border-box;
	text-align: left;
    padding: 5px 15px;
    border: 1px solid #466479;
}
p.eyecatch + h3 {
	display: none;
}
h5 {
	font-size: 13px;
	padding: 2px 5px;
	background: #9AC6E5;
	color: #01060b;
	display: inline-block;
	margin: 10px 0 5px;
}
@media screen and (max-width: 320px) {
	ul._tangan_rss_list li {
		width: calc(100% - 30px);
	}
}
.blog_wrap > iframe:nth-of-type(2) {
	display: none;
}

/*広告対策*/

div#nc_div_area_nc_58d2320f7e3de, #fam_overlay2, #ninja_ads, .rakuten, #fam_overlay, #fam_overlay2, #geniee_overlay, .amoad_native, #overlay1area, #glssp_wipe_container_49_564, #glssp_wipe_container_40_324, #glssp_wipe_container_68_923, #glssp_wipe_iframe_container {
	display: none!important;
}

/*公演ない時の追加タグ*/

@media screen and (min-width: 1024px) {
.sns.tsuujou {
	width: 300px;
	margin: 0 auto 60px;
	position: relative;
}
}