@charset "UTF-8";

#CONINNER {
	background: none;
	margin-top: -20px;
}
#CONTENTS {
	padding-bottom: 30px;
	width: auto;
	background-color: transparent;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.75;
}
#CONTENTS *,
#CONTENTS p.h1__paragraph {
	font-family: 'Noto Serif JP', serif;
/*	text-shadow: black 0 0 5px; */
}
#CONTENTS p,
#CONTENTS p span,
#CONTENTS li,
#CONTENTS li span,
#time h4 a,
#time li s {
	font-family: 'Noto Sans JP', sans-serif;
}
#CONTENTS .inner-950 {
	width: 950px;
	margin: 0 auto;
}
#CONTENTS h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2857;
	text-align: center;
	margin: 35px 0 0;
}
#CONTENTS .h1__paragraph {
	font-size: 36px;
	line-height: 1.6;
	text-align: center;
	margin: 30px 0 0;
}
#CONTENTS h2 {
	color: #d3b572;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.6;
	text-align: center;
	margin: 0 0 20px;
}
#CONTENTS .system h2 {
	font-size: 26px;
	line-height: 1.5;
}
#CONTENTS .ttl_white {
	color: #ffffff;
}
#CONINNER a {
	color: #ffffff;
}
.ttl_line {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ttl_line:before, .ttl_line:after {
	background: url(../images/ttl_line.png) no-repeat center center;
	background-size: cover;
  content: "";
	width: 54px;
	height: 1px;
}
.ttl_line:before {
  margin-right: 0.5em;
}
.ttl_line:after {
  margin-left: 0.5em;
}
#CONTENTS .note {
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}
#CONTENTS .note li + li {
	margin: 5px 0 0;
}
.list_dots li {
  display: flex;
  list-style: none;
}
.list_dots li:before {
  content: "・";
  padding-right: 5px;
  color: #ffffff;
  speak: none;
}
.list_aster li,
.list_aster li {
  display: flex;
  list-style: none;
  margin-bottom: 3px;
}
.list_aster li:before {
  content: "※";
  padding-right: 3px;
  color: #ffffff;
  speak: none;
}
@media screen and (max-width: 640px) {
	#CONINNER {
		margin-top: 0;
	}
	#CONTENTS {
		padding-bottom: 0;
	}
	#CONTENTS .inner-950 {
		width: auto;
		padding: 0 4%;
	}
	#CONTENTS h1 {
		font-size: 24px;
		line-height: 1.6;
		margin: 20px 0 0;
	}
	#CONTENTS .h1__paragraph {
		font-size: 28px;
		line-height: 1.6;
		margin: 20px 0 0;
	}
	#CONTENTS h2 {
		font-size: 24px;
		line-height: 1.6;
		margin: 0 0 20px;
	}
	#CONTENTS .system h2 {
		font-size: 24px;
		line-height: 1.5;
	}
	.theater_pageTop a {
    color: #FFF;
	}
}


/* mv */
#CONTENTS .mv {
	position: relative;

    min-height: 950px;
    box-sizing: border-box;
    background: url(../images/mv_bg-pc.jpg) no-repeat #000000;
    background-attachment: fixed;
    background-size: cover;
    background-color: #000000;
    text-align: center;
    background-position: bottom center;

	background-color: #000000;
	text-align: center;
}
.mv__txt {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mv__txt__inner {
	position: absolute;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: 50px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, 0%);
}
@media screen and (max-width: 640px) {
	#CONTENTS .mv {
		min-height: auto;
		background: url(../images/mv_bg-sp.jpg) no-repeat center;
		background-size: cover;
		padding: 50px 0 100px;
	}
	.mv__txt {
		position: static;
	}
	.mv__txt__inner {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
}


/* premium */
#CONTENTS .premium {
	min-height: 463px;
	box-sizing: border-box;
	background-color: #000000;
	text-align: center;
	padding: 80px 0;
}
#CONTENTS .premium h2 {
	color: #ffffff;
	font-size: 30px;
	line-height: 1.6;
}
#CONTENTS .premium p {
	line-height: 2.25;
}
@media screen and (max-width: 640px) {
	#CONTENTS .premium {
		min-height: auto;
		text-align: left;
		padding: 40px 0;
	}
	#CONTENTS .premium h2 {
		font-size: 24px;
	}
	#CONTENTS .premium p {
		line-height: 2;
	}
}


/* system */
#CONTENTS .system {
	box-sizing: border-box;
	background-color: #000000;
	text-align: center;
	padding: 80px 0;
}
#CONTENTS .system__block01 {
	position: relative;
	display: flex;
}
#CONTENTS .system__block01 + .system__block01 {
	margin: 100px 0 0;
}
#CONTENTS .system__block01-reverse {
	flex-flow: row-reverse;
}
#CONTENTS .system__block01__img {
	flex-basis: 50%;
	line-height: 0;
}
#CONTENTS .system__block01__img img {
	width: 100%;
}
#CONTENTS .system__block01__txt {
	flex-basis: calc(50% + 41px);
	background-color: #181818;
	margin: 50px 0 50px -41px;
}
#CONTENTS .system__block01-reverse .system__block01__txt {
	margin: 50px -41px 50px 0;
}
#CONTENTS .system__block01__txt__inner {
	max-width: 516px;
	min-height: 270px;
	text-align: left;
	padding: 35px 0 40px 80px;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#CONTENTS .system__block01__txt__inner h2 {
	text-align: left;
}
#CONTENTS .system__block01-reverse .system__block01__txt__inner {
	text-align: right;
	margin-left: auto;
	padding: 35px 80px 40px 0;
	justify-content: flex-end;
}
#CONTENTS .system__block01-reverse .system__block01__txt__inner h2 {
	text-align: right;
}
#CONTENTS .system__atmos {
	display: block;
	margin: 0 auto;
}
#CONTENTS .system__block02 {
	display: flex;
	justify-content: center;
	margin: 40px 0 0;
}
#CONTENTS .system__block02__items {
	width: 273px;
	box-sizing: border-box;
	background-color: #262626;
	margin: 20px 10px;
	padding: 10px;
}
#CONTENTS .system__block02__items__inner {
	border: solid 1px #d3b572;
	padding: 14px;
	text-align: left;
	line-height: 1.6;
}
#CONTENTS .system__block02__items h4 {
	color: #d3b572;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 14px;
}
@media screen and (max-width: 640px) {
	#CONTENTS .system {
		text-align: left;
		padding: 40px 0;
	}
	#CONTENTS .system__block01 {
		display: block;
	}
	#CONTENTS .system__block01 + .system__block01 {
		margin: 40px 0 0;
	}
	#CONTENTS .system__block01-reverse {
		flex-flow: row-reverse;
	}
	#CONTENTS .system__block01__img {
		flex-basis: 50%;
	}
	#CONTENTS .system__block01__img img {
		width: 100%;
	}
	#CONTENTS .system__block01__txt {
		margin: -4% 0 4% 4%;
		position: relative;
	}
	#CONTENTS .system__block01-reverse .system__block01__txt {
		margin: -4% 4% 4% 0;
	}
	#CONTENTS .system__block01__txt__inner {
		max-width: none;
		min-height: auto;
		padding: 4%;
		display: block;
	}
	#CONTENTS .system__block01__txt__inner h2 {
		text-align: left;
	}
	#CONTENTS .system__block01-reverse .system__block01__txt__inner {
		text-align: left;
		margin-left: 0;
		padding: 4%;
	}
	#CONTENTS .system__block01-reverse .system__block01__txt__inner h2 {
		text-align: left;
	}
	#CONTENTS .system__block02 {
		display: block;
		margin: 40px 0 0;
	}
	#CONTENTS .system__block02__items {
		width: auto;
		margin: 20px 10px;
		padding: 10px;
	}
}


/* schedule */
#CONTENTS .schedule {
	box-sizing: border-box;
	text-align: center;
	padding: 100px 0;
	background: url(../images/schedule_bg-pc.jpg) no-repeat top center #1e1e1e;
	background-size: 100%;
}
#CONTENTS .schedule h2 {
	color: #ffffff;
}
#CONTENTS .schedule__block01 {
/*
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #d3b572;
	height: 297px;
	box-sizing: border-box;
	padding: 40px;
*/
}
#CONTENTS .schedule ul.note.list_dots li + li {
	margin: 10px 0 0;
}
#CONTENTS .schedule ul.note.list_dots ul.note.list_aster li + li {
	margin: 5px 0 0;
}
@media screen and (max-width: 640px) {
	#CONTENTS .schedule {
		text-align: left;
		padding: 60px 0;
		background: url(../images/schedule_bg-sp.jpg) no-repeat top center #171717;
		background-size: 100%;
	}
}


/* fee */
#CONTENTS .fee {
	box-sizing: border-box;
	background-color: #000000;
	padding: 100px 0;
}
.fee__block {
	background: url(../images/fee_bg.png);
	padding: 35px 53px 40px 40px;
}
.fee__block__inner {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
}
.fee__block__txt {
	padding: 0 30px;
}
.fee__block__img {

}
.fee__lead {
	font-size: 18px;
}
.fee__fee {
	font-size: 24px;
	color: #d3b572;
}
.fee__fee span {
	font-size: 14px;
}
@media screen and (max-width: 640px) {
	#CONTENTS .fee {
		padding: 50px 0;
	}
	.fee__block {
		background: url(../images/fee_bg.png);
		padding: 37px 20px 40px;
	}
	.fee__block__inner {
		display: block;
	}
	.fee__block__txt {
		margin: 20px 0 0;
		padding: 0;
	}
	.fee__block__img {
		width: calc(249/750 * 100%);
		margin: 0 auto;
	}
	.fee__block__img img {
		width: 100%;
	}
	.fee__lead {
		font-size: 18px;
		text-align: center;
	}
	.fee__fee {
		font-size: 24px;
		text-align: center;
		line-height: 1;
	}
	.fee__fee span {
		font-size: 14px;
	}
}



/* other */
#CONTENTS .other {
	box-sizing: border-box;
	background-color: #262626;
	padding: 100px 0 100px;
}
#CONTENTS .other__link {
	display: flex;
	justify-content: center;
}
#CONTENTS .other_link {
	background-color: #ffffff;
}
#CONTENTS .other_link a {
	display: flex;
	align-items: flex-start;
}
#CONTENTS .other_link a:hover {
	opacity: 0.8;
}
#CONTENTS .other__link__items {
	margin: 10px 5px 0;
}
#CONTENTS .other_link img {
	width: 100%;
}
@media screen and (max-width: 640px) {
	#CONTENTS .other {
		padding: 60px 0 60px;
	}
	#CONTENTS .other__link {
		display: block;
		text-align: center;
	}
}


/* etc */
.link_btn_area {
	display: inline-block;
}
a.link_btn {
	font-family: 'Noto Sans JP', sans-serif !important;
	background: url(../images/link_btn01.png) no-repeat right 4px;
	text-decoration: none;
	padding-right: 1.2em;
	margin-left: 1em;
}
.note a.link_btn {
	background: url(../images/link_btn02.png) no-repeat right 3px;
	padding-right: 1.3em;
}
a.link_btn:hover {
	text-decoration: underline;
}
@media screen and (max-width: 640px) {
	.link_btn_area {
		display: block;
    text-align: center;
    margin-top: 10px;
	}
	a.link_btn {
		margin-left: 0;
	}
}