@charset "UTF-8";

/**************
 common      
**************/
.pc-none {
	display: none;
}
.sp-none {
	display: block;
}
#CONINNER {
	background: none;
	margin-top: -20px;
}
#CONTENTS {
	padding-bottom: 0;
	width: auto;
	background-color: #000000;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.75;
}
#CONTENTS * {
	font-family: 'Noto Sans JP', "MS PGothic", 'Osaka', "Hiragino Kaku Gothic Pro W3",Arial, Helvetica, sans-serif ;
}
#CONTENTS .inner-950 {
	width: 950px;
	margin: 0 auto;
}
#CONTENTS h1 {
	color: #ffffff;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	margin: 10px 0 0;
}
#CONTENTS .h1__paragraph {
	font-size: 24px;
	line-height: 1.875;
	text-align: left;
	margin: 0;
}
#CONTENTS h2 {
	color: #ffffff;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	margin: 0;
}
#CONTENTS .h2_line {
	width: 50px;
	height: 3px;
	background: #e5b021;
	margin: 25px auto;
}
#CONTENTS .note {
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}
@media screen and (max-width: 640px) {
	.pc-none {
		display: block;
	}
	.sp-none {
		display: none;
	}
	#CONINNER {
		margin-top: 0;
	}
	#CONTENTS {
		padding-bottom: 0;
	}
	#CONTENTS .inner-950 {
		width: auto;
		padding: 0 4%;
	}
	#CONTENTS .inner-950.pd0 {
		width: 100%;
		padding: 0;
	}
	#CONTENTS h1 {
		font-size: 28px;
		line-height: 1.6;
		margin: 10px 0 0;
		text-align: center;
	}
	#CONTENTS .h1__paragraph {
		font-size: 20px;
		line-height: 1.5;
		margin: 0;
		text-align: center;
	}
	#CONTENTS h2 {
		font-size: 24px;
		line-height: 1.8;
	}
	#CONTENTS .h2_line {
		width: 40px;
		height: 3px;
		margin: 20px auto;
	}
	.theater_pageTop a {
    color: #FFF;
	}
}


/**************
 mv
**************/
#CONTENTS .mv {
	max-width: 1920px;
	height: 714px;
	box-sizing: border-box;
	background: url(../images/mv_bg-pc.jpg) no-repeat center center #000000;
	background-size: cover;
	text-align: center;
	padding: 440px 0 20px;
	margin: 0 auto;
}
#CONTENTS .mv .btn_lnk {
	position: relative;
	display: block;
	text-decoration: none; 
	width: 280px;
	height: 50px;
	font-size: 20px;
	line-height: 2.25;
	color: #ffffff;
	border: solid 2px #ffffff;
	margin-top: 30px;
	padding: 5px 20px;
	text-align: center;
	border-radius: 30px;
}
#CONTENTS .mv .btn_lnk::after {
	position: absolute;
	content: "";
	top: 50%;
	margin-top: -8px;
	right: 8%;
	width: 6px;
  height: 6px;
  border: 2px solid;
  border-color:  transparent transparent #ffffff #ffffff;
  transform: rotate(-45deg);
}
#CONTENTS .mv .btn_lnk:hover {
	background-color: #ffffff;
	color: #000000;
}
#CONTENTS .mv .btn_lnk:hover::after {
  border-color:  transparent transparent #000000 #000000;
}
@media screen and (max-width: 640px) {
	#CONTENTS .mv {
		max-width: none;
		height: auto;
		background: url(../images/mv_bg-sp.jpg) no-repeat top #000000;
		background-size: contain;
		padding: calc(500 / 640 * 100vw) 0 calc(120 / 640 * 100vw);
	}
	#CONTENTS .mv .btn_lnk {
		box-sizing: border-box;
		width: 280px;
		font-size: 16px;
		margin: 30px auto 0;
		padding: 5px 20px;
	}
	#CONTENTS .mv .btn_lnk:hover {
		background-color: #000000;
		color: #ffffff;
	}
	#CONTENTS .mv .btn_lnk:hover::after {
		border-color:  transparent transparent #ffffff #ffffff;
	}
}

/* viewing_area */
#CONTENTS .viewing_area {
	background-color: #000000;
	margin: 30px auto 120px;
}
#CONTENTS .video_box {
  text-align: center;
  width: 100%;
  margin: 0 auto 30px;
}
#CONTENTS .video_box .video_box__inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
}
#CONTENTS .video_box .video {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  top: 0;
  left: 0;
}

/* viewing_drink */
#CONTENTS .viewing_drink {
	background-color: #000000;
	margin: 30px auto;
}
#CONTENTS .viewing_drink .viewing_drink_img {
	width: 100%;
}
#CONTENTS .viewing_drink .viewing_drink_img img {
	width: 100%;
}

@media screen and (max-width: 640px) {
	#CONTENTS .viewing_area {
		background-color: #000000;
		margin: 0 auto 80px;
	}
	#CONTENTS .viewing_drink {
		margin: 0 auto;
	}
}

/*
@media screen and (max-width: 560px) {
	#CONTENTS .mv {
		padding: calc(500 / 640 * 100vw) 0 calc(120 / 640 * 100vw);
	}
}
@media screen and (max-width: 460px) {
	#CONTENTS .mv {
		padding: calc(500 / 640 * 100vw) 0 calc(120 / 640 * 100vw);
	}
}
@media screen and (max-width: 400px) {
	#CONTENTS .mv {
		padding: calc(500 / 640 * 100vw) 0 calc(120 / 640 * 100vw);
	}
}
@media screen and (max-width: 320px) {
	#CONTENTS .mv {
		padding: calc(500 / 640 * 100vw) 0 calc(120 / 640 * 100vw);
	}
}
*/

/**************
 viewing_exp
**************/
#CONTENTS .viewing_exp {
	position: relative;
	background: url(../images/viewing_exp_bg-pc.jpg) no-repeat center center #000000;
	background-size: 1366px, 1199px;
	height: 1199px;
}
#CONTENTS .viewing_exp .line{
	position: absolute;
	top: -8%;
	left: 50%;
	background-color: #e5b021;
	width: 100px;
	height: 1px;
	transform: rotate(90deg);
	transform-origin:left top;
}
#CONTENTS .viewing_exp .read_area {
	padding: 40px 0 20px;
}
#CONTENTS .viewing_exp .read_area h2 {
	color: #e5b021;
}
#CONTENTS .viewing_exp .read_area .sub_read {
	font-size: 20px;
	line-height: 3;
	color: #ffffff;
	margin-top: 30px;
	text-align: center;
}
#CONTENTS .viewing_exp .read_area .read {
	font-size: 16px;
	line-height: 2;
	color: #ffffff;
	margin-top: 15px;
	text-align: center;
}
#CONTENTS .viewing_exp .point_area {
	position: relative;
	width: 100%;
	height: 453px;
	margin: 140px 0 30px;
}
#CONTENTS .viewing_exp .point_area li {
	position: absolute;
}
#CONTENTS .viewing_exp .point_area li:nth-child(1) {
	left: 0;
	top: -6px;
}
#CONTENTS .viewing_exp .point_area li:nth-child(2) {
	left: 1px;
	bottom: 3px;
}
#CONTENTS .viewing_exp .point_area li:nth-child(3) {
	right: 0px;
	top: -6px;
}
#CONTENTS .viewing_exp .point_area li:nth-child(4) {
	right: 0;
	bottom: 3px;
}
#CONTENTS .viewing_exp .point_area .item {
	box-sizing: border-box;
	border: solid 1px #ffffff;
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
	padding: 25px 10px 20px;
}
#CONTENTS .viewing_exp .point_area li:nth-child(1) .item,
#CONTENTS .viewing_exp .point_area li:nth-child(2) .item {
	width: 209px;
	height: 200px;
}
#CONTENTS .viewing_exp .point_area li:nth-child(3) .item,
#CONTENTS .viewing_exp .point_area li:nth-child(4) .item {
	width: 171px;
	height: 200px;
}
#CONTENTS .viewing_exp .point_area .item .ttl {
	color: #e5b021;
}
#CONTENTS .viewing_exp .point_area .item .read {
	margin-top: 10px;
}
#CONTENTS .viewing_exp .point_area .item .read .read_org {
	color: #e56f21;
}
#CONTENTS .viewing_exp .caution {
	font-size: 12px;
	line-height: 1.6666;
	color: #aeaeae;
	text-align: right;
	margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
	#CONTENTS .viewing_exp .line{
		width: 100px;
		top: -2.5%;
	}
	#CONTENTS .viewing_exp .read_area {
		padding: calc(100 / 640 * 100vw) 0 calc(20 / 640 * 100vw);
	}
	#CONTENTS .viewing_exp .read_area .sub_read {
		font-size: 18px;
		line-height: 2.2;
		margin-top: calc(60 / 640 * 100vw);
		text-align: left;
	}
	#CONTENTS .viewing_exp .read_area .read {
		font-size: 16px;
		line-height: 2.0;
		margin-top: calc(40 / 640 * 100vw);
		text-align: left;
	}
	#CONTENTS .viewing_exp {
		height: auto;
		background: url(../images/viewing_exp_bg-sp.jpg) no-repeat top #000000;
		background-size: contain;

	}
	#CONTENTS .viewing_exp .point_area {
		width: 100%;
		height: auto;
		margin: calc(60 / 640 * 100vw) 0 calc(40 / 640 * 100vw);
	}
	#CONTENTS .viewing_exp .point_area li {
		position: static;
	}
	#CONTENTS .viewing_exp .point_area .item {
		box-sizing: border-box;
		border: 0;
		text-align: left;
		padding: calc(50 / 640 * 100vw) 0 0;
	}
	#CONTENTS .viewing_exp .point_area li:nth-child(1) .item {
		padding-top: 0;
	}
	#CONTENTS .viewing_exp .point_area li:nth-child(1) .item,
	#CONTENTS .viewing_exp .point_area li:nth-child(2) .item {
		width: 100%;
		height: auto;
	}
	#CONTENTS .viewing_exp .point_area li:nth-child(3) .item,
	#CONTENTS .viewing_exp .point_area li:nth-child(4) .item {
		width: 100%;
		height: auto;
	}
	#CONTENTS .viewing_exp .point_area .item .ttl {
		margin-top: calc(20 / 640 * 100vw);
		display: flex;
    align-items: center;
	}
	#CONTENTS .viewing_exp .point_area .item .ttl::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #e5b021;
    display: block;
    margin-left: 0.5em;
    width: auto;
	}
	#CONTENTS .viewing_exp .point_area .item .read {
		margin-top: calc(15 / 640 * 100vw);
	}
	#CONTENTS .viewing_exp .caution {
		text-align: left;
		margin-bottom: 0;
		padding-bottom: calc(60 / 640 * 100vw);
		padding-left: 1em;
		text-indent: -1em;
	}
}
@media screen and (max-width: 560px) {
	#CONTENTS .viewing_exp .line{
		top: -2.5%;
	}
}
@media screen and (max-width: 460px) {
	#CONTENTS .viewing_exp .line{
		top: -2.5%;
	}
}
@media screen and (max-width: 400px) {
	#CONTENTS .viewing_exp .line{
		width: 90px;
		top: -2.0%;
	}
}
@media screen and (max-width: 320px) {
	#CONTENTS .viewing_exp .line{
		width: 80px;
		top: -2.0%;
	}
}

/**************
 viewing_fee
**************/
#CONTENTS .viewing_fee {
	background-color: #000000;
	padding: 10px 0 140px;
}
#CONTENTS .viewing_fee .fee_bg_area {
	background-image: url(../images/viewing_fee_bg.gif);
}
#CONTENTS .viewing_fee .fee_area {
	position: relative;
	padding: 50px 40px 50px 100px;
}
#CONTENTS .viewing_fee .fee_area .decoration_char {
	position: absolute;
	top: -5%;
	left: 8%;
	transform: rotate(90deg);
	transform-origin:left top;
}
#CONTENTS .viewing_fee .fee_area .decoration_char .char {
	font-size: 16px;
	line-height: 1.5;
	color: #e5b021;
	display: flex;
	align-items: center;
}
#CONTENTS .viewing_fee .fee_area .decoration_char .char::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #e5b021;
	display: block;
	margin-left: 5px;
	width: 190px;
}
#CONTENTS .viewing_fee .fee_area .ttl {
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 5px;
	color: #ffffff;
}
#CONTENTS .viewing_fee .read_2col {
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
	/* margin-top: -25px; */
	margin-bottom: 15px;
}
#CONTENTS .viewing_fee .fee_area .read_2col .img {
	margin-left: 20px;
	margin-bottom: 5px;
}
#CONTENTS .viewing_fee .fee_area .read_2col .read_area {
	position: relative;
	width: 100%;
	color: #e5b021;
}
#CONTENTS .viewing_fee .fee_area .read_2col .read_area .read_area_inr {
	position: relative;
	/*position: absolute;
	left: 0;
	bottom: 0; */
}
#CONTENTS .viewing_fee .fee_area .read_2col .read {
	font-size: 32px;
	line-height: 1.4;
	margin-bottom: 16px;
}
#CONTENTS .viewing_fee .fee_area .read_2col .read span,
#CONTENTS .viewing_fee .fee_area .read_2col .read_sub {
	font-size: 20px;
	line-height: 1.6;
}
#CONTENTS .viewing_fee .fee_area .caution {
	font-size: 12px;
	line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
	color: #aeaeae;
}
@media screen and (max-width: 640px) {
	#CONTENTS .viewing_fee {
		padding: calc(40 / 640 * 100vw) 0 calc(100 / 640 * 100vw);
	}
	#CONTENTS .viewing_fee .fee_area {
		position: relative;
		padding: calc(90 / 640 * 100vw) calc(60 / 640 * 100vw) calc(70 / 640 * 100vw) calc(60 / 640 * 100vw);
	}
	#CONTENTS .viewing_fee .fee_area .decoration_char {
		position: absolute;
		top: -3%;
		left: 8%;
	}
	#CONTENTS .viewing_fee .fee_area .decoration_char .char::after {
		margin-left: 5px;
		width: 320px;
	}
	#CONTENTS .viewing_fee .fee_area .ttl {
		font-size: 24px;
		line-height: 1.5;
		text-align: center;
	}
	#CONTENTS .viewing_fee .read_2col {
		display: block;
		margin-top: calc(40 / 640 * 100vw);
		margin-bottom: calc(40 / 640 * 100vw);
	}
	#CONTENTS .viewing_fee .fee_area .read_2col .img {
		margin: 0 0 calc(40 / 640 * 100vw);
	}
	#CONTENTS .viewing_fee .fee_area .read_2col .img img {
		margin: auto;
		width: 80%;
	}
	#CONTENTS .viewing_fee .fee_area .read_2col .read_area .read_area_inr {
		position: static;
	}
	#CONTENTS .viewing_fee .fee_area .read_2col .read {
		font-size: 30px;
		line-height: 1.2;
		text-align: center;
	}
	#CONTENTS .viewing_fee .fee_area .read_2col .read span,
	#CONTENTS .viewing_fee .fee_area .read_2col .read_sub {
		font-size: 22px;
		text-align: center;
	}
	#CONTENTS .viewing_fee .fee_area .read_2col .read_sub {
		margin-top: 15px;
		font-size: 16px;
		line-height: 1.5;
	}
	#CONTENTS .viewing_fee .fee_area .caution {
		font-size: 12px;
		line-height: 1.5;
	}
}
@media screen and (max-width: 560px) {
	#CONTENTS .viewing_fee .fee_area .decoration_char .char::after {
		width: 270px;
	}
}
@media screen and (max-width: 460px) {
	#CONTENTS .viewing_fee .fee_area .decoration_char .char::after {
		width: 220px;
	}
}
@media screen and (max-width: 400px) {
	#CONTENTS .viewing_fee .fee_area .decoration_char .char::after {
		width: 200px;
	}
}
@media screen and (max-width: 320px) {
	#CONTENTS .viewing_fee .fee_area .decoration_char .char::after {
		width: 165px;
	}
}
/**************
 intro_theater
**************/
#CONTENTS .intro_theater {
	padding: 60px 0 100px;
	background-color: #2e180a;
}
#CONTENTS .intro_theater .inner_bg {
	background: url(../images/intro_theater_bg.png) no-repeat center center;
	background-size: contain;
}
#CONTENTS .intro_theater .list_row {
	display: flex;
	justify-content: space-between;
	margin: 70px auto 0;
}
#CONTENTS .intro_theater .list_row .row {
	width: 50%;
}
#CONTENTS .intro_theater .list_col {
	border-collapse: collapse;
	border-top: solid 1px #68584f;
	border-bottom: solid 1px #68584f;
}
#CONTENTS .intro_theater .list_row .row:nth-child(2) .list_col {
	border-bottom: 0;
}
#CONTENTS .intro_theater .list_col tr.border {
	border-top: solid 1px #68584f;
}
#CONTENTS .intro_theater .list_col th {
	width: 90px;
	vertical-align: top;
	padding: 5px 10px 5px 20px;
	font-size: 18px;
	line-height: 1.6666;
	color: #e5b021;
}
#CONTENTS .intro_theater .list_col td {
	width: 300px;
	padding: 5px 10px 5px 0;
	font-size: 18px;
	line-height: 1.6666;
	color: #ffffff;
}
#CONTENTS .intro_theater .list_col a {
	text-decoration: none;
	color: #ffffff;
}
#CONTENTS .intro_theater .list_col a:hover {
	text-decoration: underline;
}
#CONTENTS .intro_theater .caution {
	font-size: 12px;
	line-height: 1.5;
	color: #ffffff;
}
#CONTENTS .intro_theater .list_col tr.caution td {
	font-size: 12px;
	line-height: 1.6;
	color: #ffffff;
	text-align: right;
	padding: 20px 0 0 0;
}
#CONTENTS .intro_theater .list_row.one {
	justify-content: center;
}
#CONTENTS .intro_theater .list_row.one .row .list_col {
	border-bottom: 0;
}

@media screen and (max-width: 640px) {
	#CONTENTS .intro_theater {
		padding: calc(140 / 640 * 100vw) 0 calc(100 / 640 * 100vw);
	}
	#CONTENTS .intro_theater .list_row {
		display: block;
		margin: calc(70 / 640 * 100vw) auto 0;
	}
	#CONTENTS .intro_theater .list_row .row {
		width: 100%;
	}
	#CONTENTS .intro_theater .list_row .row:nth-child(1) .list_col {
		border-bottom: 0;
	}
	#CONTENTS .intro_theater .list_col {
		width: 100%;
	}
	#CONTENTS .intro_theater .list_col th {
		width: 25%;
		padding: calc(10 / 640 * 100vw) calc(10 / 640 * 100vw) calc(10 / 640 * 100vw) calc(20 / 640 * 100vw);
		font-size: 16px;
		line-height: 1.4;
	}
	#CONTENTS .intro_theater .list_col td {
		width: 75%;
		padding: calc(10 / 640 * 100vw) calc(10 / 640 * 100vw) calc(10 / 640 * 100vw) 0;
		font-size: 16px;
		line-height: 1.4;
	}
	#CONTENTS .intro_theater .list_col tr.caution td {
		padding: calc(30 / 640 * 100vw) 0 0 0;
	}
}
