<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.mainContents{
	max-width: 960px;
	margin: 0 auto;
}

.story h1{
	margin-bottom: 18px;
	text-align: center;
	font-size: 2.2rem;
}

.story h1 span{
	font-size: 2.2rem;
}

.movArea{
	margin: 0 auto 77px;
	padding: 20px 0;
	background: url(./img/movie_bg.jpg) no-repeat center top;
	text-align: center;
}

.storyText{
	padding: 0 15px;
}

.storyText h2{
	margin-bottom: 17px;
	font-size: 2.4rem;
	color: #d21d6c;
}

.storyText p{
	line-height: 1.7;
}

.textBox01 img{
	float: right;
}

.textBox01 .text01{
	float: left;
	width: 436px;
	line-height: 1.7;
}

.textBox02{
	clear: both;
	padding-top: 10px;
}

.textBox02 img{
	padding-bottom: 17px;
}

.textBox02 .text02{
	float: right;
	width: 606px;
	padding-top: 35px;
	line-height: 1.7;
}

.storyBackNumber{
	position: relative;
	clear: both;
	margin: 80px 0 50px;
}

.storyBackNumber::after{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
	content: "";
	background: #ccc url(./img/back_bg.png) no-repeat center bottom;
}

.storyBackNumber h3{
	text-align: center;
	background: url(./img/back_bg.png) no-repeat center 9px;
}

.storyBackNumber ul{
	overflow: hidden;
	padding-left: 35px;
}

.storyBackNumber li{
	float: left;
	padding: 25px 30px 25px 0;
	border-bottom: 2px dotted #d8d8d8;
}

.storyBackNumber li:nth-child(4){
	padding-right: 0;
}

.storyBackNumber li a:hover{
	opacity: 0.8;
}

.storyBackNumber li a{
	position: relative;
	display: block;
	padding: 5px 0 18px;
	border-top: 4px double #4f4125;
	border-bottom: 4px double #4f4125;
}

.storyBackNumber li a::after{
	position: absolute;
	content: "";
	width: 33px;
	height: 30px;
	right: 8px;
	bottom: -15px;
	background-image: url(./img/num_sprite.png);
	background-repeat: no-repeat;
}

.storyBackNumber li .num01::after{
	background-position: 0 0;
}

.storyBackNumber li .num02::after{
	background-position: 0 -30px;
}

.storyBackNumber li .num03::after{
	background-position: 0 -60px;
}

.storyBackNumber li .num04::after{
	background-position: 0 -90px;
}

.storyBackNumber li .num05::after{
	background-position: 0 -120px;
}

.storyBackNumber li .num06::after{
	background-position: 0 -150px;
}

.storyBackNumber li .num07::after{
	background-position: 0 -180px;
}

.storyBackNumber li .num08::after{
	background-position: 0 -210px;
}
/* 960px以下
==============================*/
@media screen and (max-width: 960px) {
	.mainContents{
		width: 96%;
	}

	.movArea {
		margin: 0 auto 20px;
		padding: 20px 0;
	}

	.movArea .image{
		width: 100%;
	}

	.mov iframe{
		border: 0;
	}

	.mov{
		position: relative;
		display: block;
		width: 100%;
		padding-top: 56.25%;
	}

	.mov iframe,
	.mov img{
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

	.storyText{
		padding: 0;
	}

	.storyText h2{
		width: auto;
		margin-bottom: 10px;
		font-size: 1.8rem;
	}

	.textBox01 img{
		width: 100%;
		float: none;
		margin-top: 0;
	}

	.textBox01 .text01{
		float: none;
		width: auto;
	}

	.textBox01 p{
		float: none;
		width: auto;
		margin-bottom: 10px;
	}

	.textBox02{
		overflow: hidden;
		clear: both;
		padding-top: 10px;
	}

	.textBox02 .text02{
		float: none;
		width: auto;
	}

	.textBox02 img{
		width: 48%;
		padding-bottom: 0;
	}

	.textBox02 img:first-of-type{
		float: left;
	}
	
	.textBox02 img:last-of-type{
		float: right;
	}
	
	.textBox02 p{
		float: none;
		width: auto;
		padding-top: 0;
		margin-bottom: 10px;
	}

	.storyBackNumber{
		margin: 40px 0 25px;
	}

	.storyBackNumber::after{
		position: absolute;
		bottom: -10px;
	}

	.storyBackNumber ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		padding-left: 0;
	}

	.storyBackNumber li{
		float: left;
		padding: 10px;
		border-bottom: 0;
	}

	.storyBackNumber li:nth-child(4){
		padding-right: 0;
	}

}/* media */</pre></body></html>