
/*------------------------------------------------------------------------------
								STORY
------------------------------------------------------------------------------*/
#story-area {
	margin: 0 auto;
	width: 100%;
	min-height: calc(100vh - 320px - 30vw);
	background: #131313 url("../../img/story/foot3.jpg") no-repeat center bottom / 100% auto;
	padding-bottom: 30vw!important;
}
#story-area h3 {
	width: 100%;
	max-width: 1120px;
	font-family: 'Noto Serif JP', sans-serif;
	margin: 0 auto;
	text-align: center;
	font-weight: 700;
	font-size: 50px;
	margin-bottom: 1em;
	text-indent: 0.25em;
	color: #c6b582;
}
#story-area p {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	text-align: center;
	line-height: 2.5em;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 700;
	font-size: 22px;
}
/*------------------------------------------------------------------------------
								SP
------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
/*------------------------------------------------------------------------------
								STORY
------------------------------------------------------------------------------*/
#story-area {
	min-height: calc(100vh - 60vw - 50vw);
	background: #131313 url("../../img/story/foot3.jpg") no-repeat center bottom / 125% auto;
	padding-bottom: 50vw!important;
}
#story-area h3 {
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px;
	text-align: left;
	font-size: 6vw;
	margin-bottom: 1em;
	text-indent: 0em;
}
#story-area p {
	padding: 0 30px;
	box-sizing: border-box;
	width: 100%;
	font-size: 3.1vw;
	line-height: 2.2em;
	text-align: justify;
}
}

@media print{
}