<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{
	padding-bottom: 35px;
	background-color: #eaeae7;
}

.mainContents::before{
	display: none;
}

.mainContents::after{
	display: none;
}

.storyTitle{
	width: 100%;
	padding: 30px 0 120px;
	color: #fff;
	background: #000;
}

.storyTitle dl{
	display: table;
	margin: 0 auto 40px;
	font-size: 24px;
}

.storyTitle dt{
	display: table-cell;
	padding: 5px 20px;
	background-color: #e60012;
}

.storyTitle dd{
	display: table-cell;
	padding: 5px 20px;
}

.storyTitle h2{
	max-width: 980px;
	margin: 0 auto;
	font-size: 26px;
	line-height: 1.5;
	text-align: center;
}

.storyBoxWrap{
	width: 1010px;
	margin: -100px auto 0;
	padding: 12px;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 -80px rgba(211, 213, 202,1) inset;
}

.storyBox{
	background: #fff url(../common/img/bg_contents.png) no-repeat 0 0;
}

.movArea{
	margin-bottom: 45px;
	padding-top: 19px;
	text-align: center;
}

.mov iframe{
	border: 1px solid #d9dacc;
}

.boxHeading{
	margin: 0 92px 15px;
}

.storyBox{
	padding-bottom: 40px;
}

.storyBox p{
	margin: 0 92px 40px;
	line-height: 2;
}

.storyBox p:last-of-type{
	margin-bottom: 0;
}

.storyPhoto{
	position: relative;
	height: 370px;
	margin-bottom: 55px;
}

.storyPhoto li{
	position: absolute;
}

.storyPhoto li:first-child{
	top: 0;
	left: 0;
}

.storyPhoto li:nth-child(2){
	top: 178px;
	left: 245px;
	z-index: 1;
}

.storyPhoto li:last-child{
	top: 18px;
	right: 0;
}

.backNumberWrap{
	position: relative;
	overflow: hidden;
}

.backNumberWrap::before{
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: -1;
	width: 2000px;
	height: 2000px;
	transform-origin: 100% 0;
	transform: translate(-90%,2000px) rotate(30deg);
	background-color: #000;
	content: "";
}

.backNumberWrap::after{
	position: absolute;
	right: 50%;
	bottom: 0;
	z-index: -1;
	width: 2000px;
	height: 2000px;
	transform-origin: 0 0;
	transform: translate(90%,2000px) rotate(-30deg);
	background-color: #000;
	content: "";
}

.backNumber{
	position: relative;
	width: 972px;
	margin: 0 auto;
	padding: 100px 0 345px;
	background-image: url(./img/bg_face.png), url(../common/img/bg_bubble.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.backNumber h4{
	position: absolute;
	top: 0;
	right: -20px;
}

.backNumber ul{
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.backNumber li{
	float: left;
	width: 233px;
	padding: 5px;
}

.backNumber li a{
	text-decoration: none;
	color: #000;
	font-family: "秀英初号明朝 撰", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.backNumber li a:hover{
	opacity: 0.9;
}

.backNumber li img{
	border: 7px solid #fff;
}

.backNumber li span{
	display: block;
	border: 7px solid #b4000e;
	border-top: 0;
	padding: 4px 0 7px;
	font-size: 20px;
	text-align: center;
	background-color: #fff;
}

/* 640px以下
==============================*/
@media screen and (max-width: 640px) {
	.mainContents{
		padding-bottom: 0;
		background-image: none;
	}

	.storyTitle{
		padding: 15px 0;
	}

	.storyTitle dl{
		margin: 0 auto 20px;
		font-size: 20px;
	}

	.storyTitle dd{
		padding: 5px 20px;
	}

	.storyTitle h2{
		margin: 0 auto;
		padding: 0 10px;
		font-size: 20px;
	}

	.storyBoxWrap{
		width: 100%;
		margin: 0 auto;
		padding: 6px;
		box-shadow: 0 -40px rgba(211, 213, 202,1) inset;
	}

	.storyBox{
		background-size: 100% auto;
	}

	.movArea{
		width: 80%;
		margin: 0 auto 20px;
		padding-top: 8px;
		text-align: center;
	}

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

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

	.mov img{
		width: 100%;
	}
	
	.boxHeading{
		margin: 0 10px 15px;
	}

	.storyBox{
		padding-bottom: 20px;
	}

	.storyBox p{
		margin: 0 10px 20px;
	}

	.storyPhoto{
		position: relative;
		height: auto;
		margin-bottom: 20px;
	}

	.storyPhoto li{
		position: static;
	}

	.storyPhoto li img{
		width: 100%;
	}

	.storyPhoto li:first-child{
		float: left;
		width: 49%;
		margin-bottom: 5px;
	}

	.storyPhoto li:nth-child(2){
		float: right;
		width: 49%;
		margin-bottom: 5px;
	}

	.storyPhoto li:last-child{
		clear: both;
	}
	
	.backNumberWrap{
		background: url(../common/img/sp/header_bg2.gif) no-repeat center bottom;
		background-size: 100% auto;
	}

	.backNumberWrap::before{
		display: none;
	}

	.backNumberWrap::after{
		display: none;
	}

	.backNumber{
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0 10px 40%;
		background-size: 100% auto;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.backNumber::after{
		position: absolute;
		bottom: -3px;
	}

	.backNumber h4{
		position: static;
		text-align: right;
	}

	.backNumber h4 img{
		width: 80%;
	}

	.backNumber ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		margin-top: -20px;
	}

	.backNumber li{
		float: none;
		width: 46%;
		margin-bottom: 4%;
		padding: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.backNumber li img{
		border: 3px solid #fff;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.backNumber li span{
		width: 100%;
		border: 3px solid #b4000e;
		border-top: 0;
		padding: 4px 0 7px;
		font-size: 14px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

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