<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{
	position: relative;
	z-index: 10;
	background-color: #000;
	color: #fff;
}

.headerWrap{
	position: relative;
	width: 100%;
	height: 890px;
	overflow: hidden;
	margin-bottom: 40px;
}

.title{
	position: absolute;
	top: 0;
	left: 50%;
	width: 1338px;
	height: 880px;
	margin-left: -669px;
}

.oa{
	position: relative;
	z-index: 10;
	width: 1010px;
	margin: 0 auto;
	padding-top: 860px;
	text-align: right;
}

/* story */
.storyWrap{
	position: relative;
}

.storyWrap::before{
/*
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	height: 200%;
	transform-origin: 100% 0;
	transform: translate(-30%,50%) rotate(30deg);
	background-color: #b9baae;
*/
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	width: 2000px;
	height: 2000px;
	transform-origin: 100% 0;
	transform: translate(-90%,1970px) rotate(30deg);
	background-color: #b9baae;
}

.storyWrap::after{
/*
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	height: 200%;
	transform-origin: 0 0;
	transform: translate(30%,50%) rotate(-30deg);
	background-color: #b9baae;
*/
	position: absolute;
	content: "";
	right: 50%;
	bottom: 0;
	width: 2000px;
	height: 2000px;
	transform-origin: 0 0;
	transform: translate(90%,1970px) rotate(-30deg);
	background-color: #b9baae;
}

.story{
	position: relative;
	z-index: 1;
	width: 1010px;
	margin: 0 auto;
	padding-bottom: 50px;
	overflow: hidden;
}

.story h2{
	float: left;
}

.movArea{
	position: absolute;
	top: 100px;
	z-index: 10;
	width: 584px;
	height: 329px;
}

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

.storyTextBoxWrap{
	float: right;
	position: relative;
	width: 440px;
	margin-top: 30px;
	padding: 10px;
	overflow: hidden;
	background-color: #e0e1d5;
}

.storyTextBoxWrap::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 150px;
	background-color: #000;
	transform: rotate(-6.5deg);
	transform-origin: 0 100%;
}

.storyTextBox{
	position: relative;
	z-index: 1;
	width: 440px;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.storyTextBox a{
	text-decoration: none;
	color: #000;
}

.storyCount{
	display: table;
	margin: 0 auto 14px;
	padding: 5px 24px;
	font-size: 24px;
	color: #fff;
	background-color: #e60012;
}

.storyTextBox dl{
	padding: 0 15px 15px 40px;
}

.storyTitle{
	display: table-cell;
	width: 100%;
	height: 50px;
	font-size: 24px;
	color: #fff;
	vertical-align: middle;
}

.storyDay{
	float: right;
	width: 170px;
	margin: 10px 0;
	padding-bottom: 4px;
	font-size: 22px;
	text-align: right;
	background: url(./img/story_day_bg.png) no-repeat left bottom;
}

.storyText{
	clear: both;
	font-size: 16px;
	line-height: 1.7;
}

.storyText h4{
	font-weight: bold;
}

/* メインコンテンツ */
.menuList{
	width: 100%;
	max-width: 1010px;
	margin: 0 auto;
	padding: 62px 0 348px;
}

.face00{
	background: url(./img/face01.png) no-repeat center bottom;
}

.face01{
	background: url(./img/face02.png) no-repeat center bottom;
}

.face02{
	background: url(./img/face03.png) no-repeat center bottom;
}

.face03{
	background: url(./img/face04.png) no-repeat center bottom;
}

.face04{
	background: url(./img/face05.png) no-repeat center bottom;
}

.menuList ul{
	overflow: hidden;
}

.menuBox{
	float: left;
	width: 308px;
	margin: 0 7px 7px 0;
	padding: 12px;
	background-color: #fff;
	box-shadow: 0 -40px rgba(180, 0, 14,1) inset;
}

.menuBox:nth-child(3n){
	margin-right: 0;
}

.menuBox img{
	width: 100%;
}

#twBox{
	position: relative;
	padding-top: 71px;
	background: #fff url(./img/box_twitter.png) no-repeat 2px 0;
	box-shadow: none;
}

.followBtn a{
	display: block;
	position: absolute;
	padding: 10px 20px;
	top: 15px;
	right: 12px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	background-color: #e60012;
}

#blogBox{
	padding-top: 80px;
	background: #fff url(./img/box_blog.png) no-repeat 7px 2px;
}

#blogBox a{
	color: #fff;
	text-decoration: none;
}

.blogPhoto{
	width: 307px;
	height: 205px;
	background-repeat: no-repeat;
	background-position: center top;
}

.blogText{
	padding: 15px 10px;
	text-align: center;
	line-height: 1.5;
	background-color: #181818;
}

#aro{
	position: absolute;
	top: -100px;
	right: -500px;
	transition: right 2s cubic-bezier(.17,.67,.65,1.33);
}

#aro.view{
	right: -250px;
}

#aro.mouseEnter{
	right: -500px;
	transition: right .3s ease;
}

.fodBox{
	position: relative;
	z-index: 1;
	padding: 30px 0;
	text-align: center;
	background-color: #d3d5ca;
}

/* 640px以下
==============================*/
@media screen and (max-width: 640px) {
	#aro{
		display: none;
	}
	.headerWrap{
		height: auto;
		margin-bottom: 20px;
	}

	.title{
		position: static;
		width: auto;
		height: auto;
		margin-left: 0;
		padding-top: 30px;
	}

	.title img{
		width: 110%;
		margin-left: -5%;
	}

	.oa{
		width: 100%;
		margin: 0 auto;
		padding-top: 20px;
		text-align: center;
	}

	.oa img{
		width: 80%;
	}
	
/* story */
	.storyWrap{
		background: #b9baae url(../common/img/sp/header_bg.gif) no-repeat center top;
		background-size: 100% auto;
	}

	.storyWrap::before{
		display: none;
	}

	.storyWrap::after{
		display: none;
	}

	.story{
		position: relative;
		z-index: 1;
		width: 100%;
		margin: 0 auto;
		padding-bottom: 25px;
	}

	.story h2{
		float: none;
		width: 54.8%;
		margin: 0 auto;
	}

	.story h2 img{
		width: 100%;
	}

	.movArea{
		position: static;
		width: 80%;
		height: auto;
		margin: -5px auto 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;
	}

	.storyTextBoxWrap{
		float: none;
		position: relative;
		z-index: -1;
		width: auto;
		margin: -30px 10px 0;
	}

	.storyTextBoxWrap::after{
		height: 170px;
	}

	.storyTextBox{
		position: relative;
		z-index: 1;
		width: 100%;
	}

	.storyCount{
		margin: 20px auto 14px;
		padding: 5px 24px;
	}

	.storyTextBox dl{
		padding: 0 15px 15px;
	}

	.storyDay{
		margin: 35px 0 10px;
	}

	/* メインコンテンツ */
	.menuList{
		width: 98%;
		max-width: auto;
		margin: 0 auto;
		padding: 25px 0 140px;
	}

	.face00{
		background-size: auto 150px;
	}

	.face01{
		background-size: auto 150px;
	}

	.face02{
		background-size: auto 150px;
	}

	.face03{
		background-size: auto 150px;
	}

	.face04{
		background-size: auto 150px;
	}

	.menuList ul{
		overflow: hidden;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.menuBox{
		float: none;
		width: 48%;
		margin: 0 0 2% 0;
		padding: 2%;
		box-shadow: 0 -20px rgba(180, 0, 14,1) inset;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#blogBox{
		width: 100%;
		padding-top: 35px;
		background-size: 70px auto;
	}
	#blogBox a{
		position: relative;
		display: table;
		width: 100%;
		height: auto;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #fff;
		text-decoration: none;
	}

	.blogPhoto{
		display: table-cell;
		width: 50%;
		height: 90px;
		padding-top: 0;
		margin: 0;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 130px auto;
	}

	.blogText{
		display: table-cell;
		width: 50%;
		vertical-align: middle;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#twBox{
		width: 100%;
		padding-top: 50px;
		background-position: 5px 10px;
		background-size: 106px auto;
	}

	.twitterWidget{
		height: 180px;
		padding: 0 20px;
		overflow: hidden;
	}

	.followBtn a{
		top: 5px;
		right: 5px;
		font-size: 12px;
	}
	
	.fodBox iframe{
		width: 100%;
	}
} /* media */</pre></body></html>