@charset "utf-8";

#contents_area {
	--c-text: #191919;
	--c-title: #747474;
	--c-title-deco: #707070;
	--c-text-gray: #656565;
	--c-red: #d62424;
	--c-link: #80bbfc;
	--c-itemlist-bg: #2e2e2e;
}

@media print, screen and (min-width : 769px){
	.section {
		position: relative;
		color: var(--c-text);
		font-feature-settings: 'palt' 1;
	}
	.section:first-child {
		margin-top: 0;
	}
	.section img {
		display: block;
		width: 100%;
	}
	.section sup {
		vertical-align: top;
		font-size: 75%;
	}
	.section h3 {
		text-align: center;
		color: var(--c-title);
		font-family: var(--font-bold);
		font-size: 42px;
	}
	.section h3 span {
		display: inline-block;
		min-width: 380px;
		padding-bottom: 20px;
		border-bottom: 4px solid;
	}

	.block_inner {
		width: 993px;
		margin: auto;
	}

	.section .movie {
		position: relative;
		z-index: 1;
		padding-top: 56.25%;
	}
	.section .movie iframe {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.section .link {
		font: inherit;
	}
	.section .link::after {
		content: '';
		display: inline-block;
		width: 22px;
		height: 22px;
		margin-left: 10px;
		background: url(../img/link_arrow_blue.svg) 50% 50% / contain no-repeat;
		vertical-align: top;
	}


/* ----------------------------------------
	style_items
---------------------------------------- */

	.style_items>li {
		display: flex;
		position: relative;
		z-index: 1;
		margin-top: 47px;
	}
	.style_items>li:first-child {
		margin-top: 0;
	}
	.style_items figure,
	.style_items li>div {
		position: relative;
		z-index: 1;
	}
	.style_items figure {
		flex-shrink: 0;
		width: 470px;
	}
	.style_items figure::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 1;
		border: 1px solid var(--c-title-deco);
	}
	.style_items li>div {
		margin: 63px 0 0 123px;
	}

	.style_items .name {
		display: inline-block;
		padding: 0 30px 5px 0;
		border-bottom: 1px solid;
		white-space: nowrap;
		font-family: var(--font-bold);
		font-size: 18px;
	}
	.style_items .name span span {
		font-size: 24px;
	}

	.style_items .link_movie {
		display: block;
		position: relative;
		z-index: 1;
		box-sizing: border-box;
		width: 114px;
		margin: 61px 0 -2px 30px;
		padding-right: 24px;
		white-space: nowrap;
		color: inherit !important;
		font-size: 14px;
		line-height: calc(18 / 14);
	}
	.style_items .link_movie::after {
		content: '';
		position: absolute;
		left: auto;
		right: 0;
		top: 50%;
		width: auto;
		height: auto;
		margin-top: -7px;
		border: solid transparent;
		border-width: 7px 0 7px 14px;
		border-left-color: var(--c-red);
		background: none;
	}

	.style_items .link_list {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		height: 77px;
	}

	.style_items .link_list .link_movie {
		display: inline-block;
		width: auto;
		margin-top: 8px;
	}

	.style_items .btn {
		display: block;
		position: relative;
		z-index: 1;
		box-sizing: border-box;
		width: 154px;
		margin-top: 33px;
		padding: 7px 0 7px 36px;
		border-radius: 14px;
		background: #000;
		color: #fff !important;
		font-size: 13px;
	}
	.style_items .btn::after {
		content: '';
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		z-index: 1;
		width: 16px;
		background: url(../img/btn_arrow.svg) 100% 50% / contain no-repeat;
	}

	.style_items .rev {
		flex-direction: row-reverse;
	}
	.style_items .rev>div {
		width: 354px;
		margin-left: 0;
	}


/* ----------------------------------------
	section_kv
---------------------------------------- */

	#kv_sound,
	#kv_restart {
		position: absolute;
		bottom: 80px;
		z-index: 1;
		width: 42px;
		height: 42px;
		border-radius: 50%;
		cursor: pointer;
		background-color: rgba(0,0,0,.2) !important;
	}
	#kv_sound {
		right: 40px;
		background: url(../img/ico_audio_on.png) 50% 50% / contain no-repeat;
	}

	#kv_sound.on {
		background-image:url(../img/ico_audio_off.png);
	}

	#kv_restart {
		right: 102px;
		border: 1px solid #fff;
	}
	#kv_restart::before,
	#kv_restart::after {
		content: '';
		position: absolute;
		top: 50%;
		z-index: 1;
		transform: translateY(-50%);
	}
	#kv_restart::before {
		left: 10px;
		width: 2px;
		height: 20px;
		background: #fff;
	}
	#kv_restart::after {
		right: 10px;
		border: solid transparent;
		border-width: 10px 18px;
		border-right-color: #fff;
	}


/* ----------------------------------------
	section_premium
---------------------------------------- */

	#section_premium {
		margin-top: 80px;
	}

	#section_premium .kv {
		margin-top: 30px;
	}

	#section_premium h4 {
		margin-top: 85px;
		color: #3c3c3c;
		font-family: var(--font-bold);
		font-size: 30px;
	}

	#section_premium .style_items {
		margin-top: 40px;
	}


/* ----------------------------------------
	section_touring
---------------------------------------- */

	#section_touring {
		margin-top: 130px;
	}
	#section_touring h3 {
		line-height: calc(54 / 42);
	}
	#section_touring h3::before {
		content: '';
		display: block;
		width: 55px;
		height: 1px;
		margin: 0 auto 40px;
		background: var(--c-title-deco);
	}
	#section_touring h4 {
		margin-top: 50px;
		text-align: center;
		color: var(--c-title);
		font-family: var(--font-bold);
		font-size: 32px;
	}

	#section_touring .item {
		position: relative;
		width: 1280px;
		left: 50%;
		z-index: 1;
		margin-top: 40px;
		transform: translateX(-50%);
	}
	#section_touring .item p {
		position: absolute;
		left: calc(50% + 300px);
		bottom: 26px;
		box-sizing: border-box;
		min-width: 215px;
		padding: 19px 27px 13px;
		box-shadow: 3px 3px 6px rgba(0,0,0,.16);
		background: rgba(255,255,255,.45);
		text-align: center;
		color: #525252;
		font-family: var(--font-bold);
		font-size: 18px;
	}

	#section_touring .item a {
		display: block;
		position: relative;
		width: 97px;
		margin-top: 10px;
		text-align: left;
		color: #006cff !important;
		font-size: 16px;
	}
	#section_touring .item a::after {
		content: '';
		position: absolute;
		right: 0;
		top: 1px;
		z-index: 1;
		border: solid transparent;
		border-width: 7px 0 7px 14px;
		border-left-color: inherit;
	}

	#section_touring .detail {
		display: none;
	}


/* ----------------------------------------
	touring_detail
---------------------------------------- */

	#touring_detail {
		visibility: hidden;
		opacity: 0;
		overflow: auto;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 65535;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.54);
		text-align: center;
		white-space: nowrap;
		transition: .5s;
		transition-property: visibility, opacity;
	}
	#touring_detail::after,
	#touring_detail .section_inner {
		display: inline-block;
		vertical-align: middle;
	}
	#touring_detail::after {
		content: '';
		width: 0;
		height: 100%;
	}

	.touring_detail_open #touring_detail {
		visibility: visible;
		opacity: 1;
	}

	#touring_detail .section_inner {
		position: relative;
		z-index: 1;
		box-sizing: border-box;
		width: 90%;
		max-width: 990px;
		padding: 45px 42px 25px;
		border-radius: 18px;
		background: #fff;
		white-space: normal;
		text-align: left;
	}

	#touring_detail .title {
		margin-left: 46px;
		font-family: var(--font-bold);
		font-size: 38px;
	}
	#touring_detail .title small {
		display: block;
		margin-top: 14px;
		font-size: 22px;
	}

	#touring_detail figure {
		display: grid;
		grid-template-columns: 460px 400px;
		justify-content: space-between;
		align-items: center;
		margin-top: 20px;
	}

	#touring_detail .price {
		margin-top: 25px;
		font-family: var(--font-bold);
		font-size: 24px;
	}
	#touring_detail .price small {
		margin-left: 10px;
		font-size: 15px;
	}

	#touring_detail .hour {
		display: inline-block;
		margin-left: 10px;
		padding: 3px 7px;
		border: 2px solid var(--c-title-deco);
		background: #ffc;
		vertical-align: top;
		font-size: 15px;
	}

	#touring_detail .note {
		margin-top: 20px;
		color: var(--c-text-gray);
		font-family: var(--font-bold);
		font-size: 13px;
		line-height: calc(21 / 13);
	}

	#touring_detail .attention {
		margin-top: 12px;
		padding: 15px 30px;
		background: #f0f0f0;
		font-size: 13px;
		line-height: calc(21 / 13);
	}
	#touring_detail .attention li {
		padding-left: 1em;
		text-indent: -1em;
	}
	
	#touring_detail .attention .hour {
		box-sizing: border-box;
		width: 32px;
		height: 14px;
		margin: 3px 2px 0;
		border-width: 1px;
	}

	a#touring_detail_close {
		position: absolute;
		right: 50px;
		top: 30px;
		z-index: 2;
		aspect-ratio: 1;
		width: 52px;
		transition: .3s transform;
		cursor: pointer;
	}
	#touring_detail_close::before,
	#touring_detail_close::after {
		content: '';
		position: absolute;
		left: -6px;
		right: -6px;
		top: 50%;
		height: 2px;
		z-index: 1;
		margin-top: -1px;
		background: #000;
	}
	#touring_detail_close::before {
		transform: rotateZ(45deg);
	}
	#touring_detail_close::after {
		transform: rotateZ(-45deg);
	}
	a#touring_detail_close:hover {
		opacity: 1;
		transform: scale(.9);
	}


/* ----------------------------------------
	section_illumination
---------------------------------------- */

	#section_illumination {
		margin-top: 100px;
	}
	#section_illumination h3 {
		line-height: calc(54 / 42);
	}
	#section_illumination h3::before {
		content: '';
		display: block;
		width: 55px;
		height: 1px;
		margin: 0 auto 105px;
		background: var(--c-title-deco);
	}

	#section_illumination .style_items {
		margin-top: 60px;
	}


/* ----------------------------------------
	section_items
---------------------------------------- */

	#section_items {
		margin-top: 240px;
		padding: 80px 0 110px;
		background: #eee;
	}
	#section_items h3 {
		color: var(--c-text-gray);
		font-size: 38px;
	}

	#section_items .item_list {
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
		margin: 80px auto -40px;
		font-family: var(--font-bold);
	}
	#section_items .item_list li {
		width: 470px;
		margin-bottom: 40px;
	}
	#section_items .item_list li>a {
		display: block;
	}
	#section_items .item_list figure {
		overflow: hidden;
		position: relative;
		z-index: 1;
	}
	#section_items .item_list figure::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		border: 1px solid var(--c-title-deco);
	}
	#section_items .item_list img {
		transition: .3s transform;
	}
	#section_items .item_list li:hover img {
		transform: scale(1.05);
	}
	#section_items .item_list a>div {
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 1;
		box-sizing: border-box;
		min-height: 48px;
		margin-top: -1px;
		padding: 0 15px;
		background: var(--c-itemlist-bg);
	}

	#section_items .item_list .item_lines2 a>div {
		min-height: 73px;
	}

	#section_items .item_list h4 {
		padding: 4px 10px;
		border-left: 5px solid;
		text-align: left;
		letter-spacing: .1em;
		color: #fff;
		font-size: 20px;
		line-height: calc(22 / 20);
	}

	#section_items .item_list .link {
		color: var(--c-link);
		font-size: 18px;
		line-height: calc(22 / 18);
	}


/* ----------------------------------------
	cta, footer
---------------------------------------- */

	.cta .box div {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 80%;
		padding: 12px 22px;
		border: 2px solid var(--c-link);
		border-bottom-width: 0;
		background: #fff;
	}


/* ----------------------------------------
	movie_modal
---------------------------------------- */

	#movie_modal {
		position: fixed;
		text-align: center;
		white-space: nowrap;
	}
	#movie_modal::after,
	#movie_modal_inner {
		display: inline-block;
		vertical-align: middle;
	}
	#movie_modal::after {
		content: '';
		width: 0;
		height: 100%;
	}
	#movie_modal_inner {
		position: relative;
		width: 90%;
		max-width: 800px;
	}
	#movie_modal_data {
		position: relative;
		padding-top: 56.25%;
	}
	#movie_modal_data iframe {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
}