<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section.imgsec	{
	background-image: url(images/sec1.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	max-height: 965px;
	position: relative;
}

section.imgsec.sec1	{
	background-image: url(images/sec1.jpg);
}

section.imgsec.sec2	{
	background-image: url(images/sec2.jpg);
}

section.imgsec.sec3	{
	background-image: url(images/sec3.jpg);
}

section .inner	{
	width: calc(100% - 200px);
	position: absolute;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
}

img.episode	{
	height: 13.5px;
}

section .inner .box	{
	width: 50%;
	padding: 50px;
}

section .inner .box.box_left	{
	margin-bottom: 120px;
}

section .inner .box.box_right	{
	margin-top: 120px;
}

.sec1 .inner .box.box_left	{
	background-color: rgba(47,190,221,.9);
}

.sec1 .inner .box.box_right	{
	background-color: rgba(0,123,208,.9);
}

.sec2 .inner .box.box_left	{
	background-color: rgba(255,140,69,.9);
}

.sec2 .inner .box.box_right	{
	background-color: rgba(240,71,113,.9);
}

.sec3 .inner .box.box_left	{
	background-color: rgba(0,154,109,.9);
}

.sec3 .inner .box.box_right	{
	background-color: transparent;
}


section .inner .box p {
	color: white;
}

.sub .key	{
	position: relative;
}
.sub .key img.marker	{
	position: absolute;
	width: 3%;
	height: auto;
	top: 0;
	left: 0;
	z-index: 2;
}
.sub .key img.hover	{
	display: block;
}
.sub .key img.marker:not(.active) + img:not(.hover)	{
	display: none !important;
}

.sub .key img.marker:not(.active) + img.hover,.sub .key img.marker.active + img:not(.hover)	{
	display: block !important;
}

.sub .key img.glass	{
	height: 12%;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	cursor: pointer;
}

.sub .key img.glass.hover	{
	display: block !important;
	opacity: 1 !important;
}

.sub .key img.marker1	{
	top: 33%;
	left: 15.5%;
}

.sub .key img.glass1	{
	top: 36%;
	left: 11%;
}

.sub .key img.marker2	{
	top: 59%;
	left: 22.5%;
}

.sub .key img.glass2	{
	top: 62%;
	left: 12%;
}

.sub .key img.marker3	{
	top: 40%;
	left: 30.5%;
}

.sub .key img.glass3	{
	top: 44%;
	left: 21.5%;
}

.sub .key img.marker4	{
	top: 71%;
	left: 33%;
}

.sub .key img.glass4	{
	top: 74%;
	left: 28%;
}

.sub .key img.marker5	{
	top: 52%;
	left: 36%;
}

.sub .key img.glass5	{
	top: 56%;
	left: 29%;
}

.sub .key img.marker6	{
	top: 21%;
	left: 40.5%;
}

.sub .key img.glass6	{
	top: 20%;
	left: 44%;
}

.sub .key img.marker7	{
	top: 29%;
	left: 52%;
}

.sub .key img.glass7	{
	top: 33%;
	left: 42%;
}

.sub .key img.marker8	{
	top: 58%;
	left: 55%;
}

.sub .key img.glass8	{
	top: 64%;
	left: 46%;
}

.sub .key img.marker9	{
	top: 42%;
	left: 58%;
}

.sub .key img.glass9	{
	top: 46%;
	left: 60%;
}

.sub .key img.marker10	{
	top: 67%;
	left: 62%;
}

.sub .key img.glass10	{
	top: 70%;
	left: 65%;
}

.sub .key img.marker11	{
	top: 43%;
	left: 85%;
}

.sub .key img.glass11	{
	top: 34%;
	left: 81%;
}

.sub .key img.marker12	{
	top: 50%;
	left: 85.5%;
}

.sub .key img.glass12	{
	top: 56%;
	left: 81%;
}

.body_overlay	{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 4;
	display: none;
}

.body_overlay.visible	{
	display: block;
}

.mt_wrap	{
	height: 100vh;
	width: 100vw;
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	display: none;
}

.sub .marker_target	{
	display: none;
	width: 80%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: white;
	z-index: 5;
	/*background-image: url(images/detail.svg);*/
	background-size: auto 22vw;
	background-position: left 10% center;
	background-repeat: no-repeat;
}

.sub .marker_target2	{ background-image: url( images/detail2.svg); }
.sub .marker_target3	{ background-image: url( images/detail3.svg); }
.sub .marker_target4	{ background-image: url( images/detail4.svg); }
.sub .marker_target5	{ background-image: url( images/detail5.svg); }
.sub .marker_target7	{ background-image: url( images/detail7.svg); }
.sub .marker_target8	{ background-image: url( images/detail8.svg); }
.sub .marker_target9	{ background-image: url( images/detail9.svg); }
.sub .marker_target10	{ background-image: url( images/detail10.svg); }
.sub .marker_target11	{ background-image: url( images/detail11.svg); }

.sub .marker_target.visible	{
	display: block;
}


.sub .t_inner	{
	width: 50%;
	margin-left: 50%;
	padding: 20vh 20px;
}
.sub .t_inner h1	{
	font-size: 25px;
	color: #0096AA;
}
.sub .t_inner h2	{
	font-size: 20px;
	margin-bottom: 25px;
}

.sub .t_inner p	{
	font-size: 14px;
}

a.close	{
	position: absolute;
	top: 25px;
	right: 25px;
	width: 50px;
}

@media screen and (max-width: 768px)	{
	.markgroup	{
		display: none;
	}
	
	.sub .mt_wrap,.sub .marker_target	{
		display: block;
		position: static;
		width: calc(100% - 27vw);
		margin: 6.75vw auto;
	}
	.sub .mt_wrap	{
		height: auto;
		padding-top: 13.5vw;
	}
	.sub .marker_target	{
		top: auto;
		left: auto;
		transform: none;
		width: 100%;
		padding: 50vw 3vw 3vw;
		background-size: 100% auto;
		background-position: center top;
	}
	.sub .marker_target .close	{
		display: none;
	}
	.sub .t_inner	{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.sub .t_inner h1	{
		font-size: 5vw;
	}
	
	.sub .t_inner h2	{
		font-size: 4.5vw;
	}
	
	.sub .t_inner p	{
		font-size: 3vw;
	}
	
	.stage.episode section.imgsec	{
		width: 100vw;
		margin-left: calc(50% - 50vw);
	}
	
	.stage.episode section.imgsec .inner	{
		width: calc(100vw - 27vw);
		margin: 0 auto;
		display: block;
	}
	
	.stage.episode section.imgsec .inner .box	{
		display: block;
		width: 100%;
		margin-bottom: 0 !important;
		margin-top: 0 !important;
		padding: 10vw 5vw;
	}
	.stage.episode section.imgsec .inner .box p	{
		margin-bottom: 0;
	}
	
	section.imgsec.sec1	{
		background-image: url(images/sec1_sp.jpg);
	}
	
	section.imgsec.sec2	{
		background-image: url(images/sec2_sp.jpg);
	}
	
	section.imgsec.sec3	{
		background-image: url(images/sec3_sp.jpg);
	}	
}</pre></body></html>