body#story #Container {
	max-width: none;
}

.story > header {
	position: relative;
	left: -40px;
	z-index: 1;
	margin: 80px auto;
	width: calc(100% + 80px);
	line-height: 0;
}

.story > header > div img {
	width: 100%;
}

.story > header p {
	position: absolute;
	left: 40px;
	bottom: 40px;
	z-index: 10;
}

.story > .inner {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	max-width: 1020px;
	font-size: 1.15em;
	line-height: 1.8em;
	text-shadow: 0 0 2px #2b2b2b, 0 0 4px #2b2b2b, 0 0 6px #2b2b2b;
	text-align: center;
}

.story > .inner .para {
	margin-top: 25px;
}

.story > .inner strong {
	color: #bfa46f;
}

.story > .inner .large {
	display: inline-block;
	font-size: 1.25em;
	line-height: 1.8em;
}

.story > .inner .large [data-ruby]::before {
	font-size: 0.4em;
	line-height: 1em;
}

.story > .inner .image {
	line-height: 0;
}

.story > .inner .image > li {
	position: absolute;
	z-index: -1;
	width: 300px;
}

.story > .inner .image > li:nth-of-type(1) {
	left: 0;
	bottom: 0;
}

.story > .inner .image > li:nth-of-type(2) {
	right: 0;
	top: 0;
}

@media screen and (max-width: 750px) {

.story > header {
	margin: 100px auto 30px;
}

.story > header p {
	position: static;
	padding: 60px 0 0 40px;
}

.story > .inner {
	text-align: left;
}

.story > .inner .image {
	display: flex;
	flex-flow: row nowrap;
	margin: 50px 0;
}

.story > .inner .image > li {
	position: static;
	width: 50%;
}

}


/*# sourceMappingURL=../map/story.css.map */
