@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 * {
	font-family: 'Noto Serif JP', serif;
/*	text-shadow: black 0 0 5px; */
}
#CONTENTS .inner-950 {
	width: 950px;
	margin: 0 auto;
}
#CONTENTS h1 {
	color: #d3b572;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.6;
	text-align: center;
	margin: 30px 0 0;
}
#CONTENTS .h1__paragraph {
	font-size: 48px;
	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 30px;
}
#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 * {
	font-family: "メイリオ", sans-serif;
}
#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: 30px;
		line-height: 1.6;
		margin: 20px 0 0;
	}
	#CONTENTS h2 {
		font-size: 24px;
		line-height: 1.6;
		margin: 0 0 20px;
	}
	.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: 60px;
	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;
	}
	.mv__logo {
		width: calc(200 / 750 * 100vw);
	}
}


/* 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: 36px;
	line-height: 1.33;
}
@media screen and (max-width: 640px) {
	#CONTENTS .premium {
		min-height: auto;
		text-align: left;
		padding: 40px 0;
	}
	#CONTENTS .premium h2 {
		font-size: 30px;
	}
}


/* 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 #262626;
	background-size: 100%;
}
#CONTENTS .schedule__block01 {
/*
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #d3b572;
	height: 297px;
	box-sizing: border-box;
	padding: 40px;
*/
}
@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 #262626;
		background-size: 100%;
	}
}


/* fee */
#CONTENTS .fee {
	min-height: 484px;
	box-sizing: border-box;
	background-color: #000000;
	text-align: center;
	padding: 90px 0 110px;
}
.fee__lead {
	text-align: center;
	font-size: 24px;
}
.fee__fee {
	font-size: 20px;
}
@media screen and (max-width: 640px) {
	#CONTENTS .fee {
		text-align: left;
		padding: 60px 0 80px;
	}
}

/* flex_box__note */
#CONTENTS .flex_box__note {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#CONTENTS .flex_box__note p {
	padding-left: 1.25em;
	text-indent: -1.25em;
	font-size: 12px;
}
@media screen and (min-width: 641px) {
	#CONTENTS .flex_box__note {
		width: max-content;
		margin-left: auto;
		margin-right: 0;
	}
}

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