@charset "utf-8";

@media screen and (max-width : 768px){
	.section {
		position: relative;
		color: var(--c-text);
		font-size: calc(14 / 390 * 100vw);
		font-feature-settings: 'palt' 1;
	}
	.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: calc(20 / 390 * 100vw);
	}
	.section h3 span {
		display: inline-block;
		min-width: calc(243 / 390 * 100vw);
		padding-bottom: calc(13 / 390 * 100vw);
		border-bottom: 2px solid;
		font-size: calc(24 / 390 * 100vw);
	}

	.section .box_flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.block_inner {
		margin: 0;
	}

	.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: calc(11 / 390 * 100vw);
		height: calc(11 / 390 * 100vw);
		margin-left: calc(13 / 390 * 100vw);
		background: url(../img/link_arrow_blue.svg) 50% 50% / contain no-repeat;
		vertical-align: top;
	}


/* ----------------------------------------
	style_items
---------------------------------------- */

	.style_items {
		padding: calc(25 / 390 * 100vw) 0 calc(35 / 390 * 100vw);
	}
	.style_items>li {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		position: relative;
		z-index: 1;
	}
	.style_items>li::before {
		content: '';
		display: block;
		width: calc(256 / 390 * 100vw);
		height: 1px;
		margin: calc(25 / 390 * 100vw) auto;
		background: #000;
	}
	.style_items>li:first-child::before {
		display: none;
	}
	.style_items figure {
		position: relative;
		flex-shrink: 0;
		width: calc(182 / 390 * 100vw);
	}
	.style_items figure::after {
		content: '';
		position: absolute;
		left: -1px;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 1;
		border: 1px solid var(--c-title-deco);
	}

	.style_items .rev figure::after {
		left: 0;
		right: -1px;
	}

	.style_items li>div {
		width: calc(172 / 390 * 100vw);
		margin-left: calc(26 / 390 * 100vw);
	}

	.style_items .name {
		position: relative;
		min-height: calc(32 / 390 * 100vw);
		padding-left: 1.25em;
		white-space: nowrap;
		font-family: var(--font-bold);
		line-height: calc(16 / 14);
	}
	.style_items>li:nth-child(n+10) .name {
		padding-left: 2em;
	}
	.style_items .name>span {
		position: absolute;
		left: 0;
	}

	.style_items .link_movie {
		display: inline-block;
		position: relative;
		z-index: 1;
		margin: calc(8 / 390 * 100vw) 0 0 calc(30 / 390 * 100vw);
		padding-right: calc(26 / 390 * 100vw);
		white-space: nowrap;
		color: inherit !important;
		line-height: calc(16 / 14);
	}
	.style_items .link_movie::after {
		content: '';
		position: absolute;
		left: auto;
		right: 0;
		top: 50%;
		width: auto;
		height: auto;
		border: solid transparent;
		border-width: calc(7 / 390 * 100vw) 0 calc(7 / 390 * 100vw) calc(14 / 390 * 100vw);
		border-left-color: var(--c-red);
		background: none;
		transform: translateY(-50%);
	}

	.style_items .btn {
		display: block;
		position: relative;
		z-index: 1;
		box-sizing: border-box;
		width: calc(154 / 390 * 100vw);
		margin: calc(12 / 390 * 100vw) 0 0 calc(5 / 390 * 100vw);
		padding: calc(7 / 390 * 100vw) 0 calc(7 / 390 * 100vw) calc(36 / 390 * 100vw);
		border-radius: calc(14 / 390 * 100vw);
		background: #000;
		color: #fff !important;
		font-size: calc(13 / 390 * 100vw);
	}
	.style_items .btn::after {
		content: '';
		position: absolute;
		right: calc(20 / 390 * 100vw);
		top: 0;
		bottom: 0;
		z-index: 1;
		width: calc(16 / 390 * 100vw);
		background: url(../img/btn_arrow.svg) 100% 50% / contain no-repeat;
	}

	.style_items .rev {
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.style_items .rev>div {
		margin-left: calc(17 / 390 * 100vw);
	}


/* ----------------------------------------
	section_kv
---------------------------------------- */

	#kv_sound,
	#kv_restart {
		position: absolute;
		bottom: 20px;
		z-index: 1;
		width: 36px;
		height: 36px;
		border-radius: 50%;
		background-color: rgba(0,0,0,.2) !important;
	}
	#kv_sound {
		right: 10px;
		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: 56px;
		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: 8px;
		width: 2px;
		height: 18px;
		background: #fff;
	}
	#kv_restart::after {
		right: 8px;
		border: solid transparent;
		border-width: 9px 16px;
		border-right-color: #fff;
	}


/* ----------------------------------------
	section_premium
---------------------------------------- */

	#section_premium {
		margin-top: calc(22 / 390 * 100vw);
	}

	#section_premium .kv {
		margin-top: calc(13 / 390 * 100vw);
	}

	#section_premium h4 {
		margin: calc(10 / 390 * 100vw) 0 0 calc(11 / 390 * 100vw);
		color: #959595;
		font-family: var(--font-bold);
		font-size: calc(16 / 390 * 100vw);
	}

	#section_premium .style_items {
		margin-top: calc(7 / 390 * 100vw);
	}


/* ----------------------------------------
	section_touring
---------------------------------------- */

	#section_touring {
		margin-top: calc(11 / 390 * 100vw);
	}
	#section_touring h3 {
		line-height: calc(28 / 20);
	}
	#section_touring h4 {
		margin-top: calc(21 / 390 * 100vw);
		text-align: center;
		color: var(--c-title);
		font-family: var(--font-bold);
		font-size: calc(16 / 390 * 100vw);
	}

	#section_touring .item {
		position: relative;
		z-index: 1;
		margin-top: calc(12 / 390 * 100vw);
	}
	#section_touring .item p {
		position: absolute;
		left: calc(283 / 390 * 100vw);
		bottom: calc(5 / 390 * 100vw);
		box-sizing: border-box;
		min-width: calc(79 / 390 * 100vw);
		padding: calc(6 / 390 * 100vw) calc(12 / 390 * 100vw) calc(4 / 390 * 100vw);
		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: calc(7 / 390 * 100vw);
	}

	#section_touring .item a {
		display: block;
		position: relative;
		width: calc(36 / 390 * 100vw);
		margin-top: calc(3 / 390 * 100vw);
		text-align: left;
		color: #006cff !important;
		font-size: calc(6 / 390 * 100vw);
	}
	#section_touring .item a::after {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
		border: solid transparent;
		border-width: calc(3 / 390 * 100vw) 0 calc(3 / 390 * 100vw) calc(6 / 390 * 100vw);
		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%;
		padding: calc(20 / 390 * 100vw) 0;
		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: calc(349 / 390 * 100vw);
		padding: calc(47 / 390 * 100vw) calc(20 / 390 * 100vw) calc(9 / 390 * 100vw);
		border-radius: calc(12 / 390 * 100vw);
		background: #fff;
		white-space: normal;
		text-align: left;
	}

	#touring_detail .title {
		text-align: center;
		font-family: var(--font-bold);
		font-size: calc(24 / 390 * 100vw);
	}
	#touring_detail .title small {
		display: block;
		margin-top: calc(4 / 390 * 100vw);
		font-size: calc(14 / 390 * 100vw);
	}

	#touring_detail figure {
		margin-top: calc(10 / 390 * 100vw);
	}
	#touring_detail figure img+img {
		margin-top: calc(16 / 390 * 100vw);
	}

	#touring_detail .price {
		margin-top: calc(10 / 390 * 100vw);
		font-family: var(--font-bold);
		font-size: calc(24 / 390 * 100vw);
		line-height: calc(24 / 390 * 100vw);
	}
	#touring_detail .price small {
		margin-left: calc(10 / 390 * 100vw);
		vertical-align: top;
		font-size: calc(15 / 390 * 100vw);
	}

	#touring_detail .hour {
		display: inline-block;
		margin-top: calc(2 / 390 * 100vw);
		padding: calc(2 / 394 * 100vw) calc(4 / 394 * 100vw);
		border: 2px solid var(--c-title-deco);
		background: #ffc;
		vertical-align: top;
		font-size: calc(14 / 390 * 100vw);
		line-height: 1;
	}

	#touring_detail .note {
		margin-top: calc(17 / 390 * 100vw);
		color: var(--c-text-gray);
		font-family: var(--font-bold);
		font-size: calc(13 / 390 * 100vw);
		line-height: calc(21 / 13);
	}

	#touring_detail .attention {
		margin-top: calc(5 / 390 * 100vw);
		padding: calc(9 / 390 * 100vw) calc(5 / 390 * 100vw);
		background: #f0f0f0;
		font-size: calc(11 / 390 * 100vw);
		line-height: calc(15 / 11);
	}
	
	#touring_detail .attention .hour {
		box-sizing: border-box;
		width: calc(30 / 390 * 100vw);
		height: calc(15 / 390 * 100vw);
		margin: 0 2px;
		border-width: 1px;
	}

	a#touring_detail_close {
		position: absolute;
		right: calc(14 / 390 * 100vw);
		top: calc(21 / 390 * 100vw);
		z-index: 2;
		aspect-ratio: 1;
		width: calc(28 / 390 * 100vw);
		transition: .3s transform;
		cursor: pointer;
	}
	#touring_detail_close::before,
	#touring_detail_close::after {
		content: '';
		position: absolute;
		left: calc(-4 / 390 * 100vw);
		right: calc(-4 / 390 * 100vw);
		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);
	}


/* ----------------------------------------
	section_illumination
---------------------------------------- */

	#section_illumination {
		margin-top: calc(70 / 390 * 100vw);
	}

	#section_illumination .style_items {
		margin-top: calc(41 / 390 * 100vw);
	}


/* ----------------------------------------
	section_items
---------------------------------------- */

	#section_items {
		background: #eee;
		margin-top: calc(30 / 390 * 100vw);
		padding: calc(45 / 390 * 100vw) 0;
	}
	#section_items h3 {
		color: var(--c-text-gray);
	}

	#section_items .item_list {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		margin: calc(20 / 390 * 100vw) auto calc(-12 / 390 * 100vw);
		font-family: var(--font-bold);
	}
	#section_items .item_list li {
		width: calc(188 / 390 * 100vw);
		margin-bottom: calc(12 / 390 * 100vw);
	}
	#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 a>div {
		position: relative;
		z-index: 1;
		box-sizing: border-box;
		margin-top: -1px;
		padding: calc(3 / 390 * 100vw) calc(5 / 390 * 100vw);
		background: var(--c-itemlist-bg);
	}
	#section_items .item_list h4 {
		box-sizing: border-box;
		width: 100%;
		padding: 0 calc(6 / 390 * 100vw);
		border-left: calc(3 / 390 * 100vw) solid;
		text-align: left;
		color: #fff; 
		font-size: calc(11 / 390 * 100vw);
		line-height: calc(12 / 390 * 100vw);
	}

	#section_items .item_list .link {
		margin: calc(4 / 390 * 100vw) 0 0 auto;
		color: var(--c-link);
		font-size: calc(10 / 390 * 100vw);
		line-height: calc(11 / 390 * 100vw);
	}

	#section_items .item_lines2 a {
		position: relative;
		height: 100%;
	}
	#section_items .item_lines2 img {
		width: auto;
		height: calc(100 / 390 * 100vw);
		margin: auto;
	}
	#section_items .item_lines2 a>div {
		position: absolute;
		bottom: 0;
	}



/* ----------------------------------------
	cta, footer
---------------------------------------- */

	.cta .box div {
		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%;
	}
}