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

.story__catch {
	width: 100%;
	max-width: 1280px;
	box-sizing: border-box;
	padding: 106px 40px;
	margin: 80px auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.story__catch::before,
.story__catch::after {
	content: "";
	display: block;
	position: absolute;
	width: 288px;
	height: 244px;
	background-position: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: -1;
	pointer-events: none;
}

.story__catch::before {
	top: 0;
	right: 0;
	background-image: url(../img/story/frame_head.png);
}

.story__catch::after {
	bottom: 0;
	left: 0;
	background-image: url(../img/story/frame_bottom.png);
}

.story__catch .catch_txt {
	display: block;
}

.story__catch .catch_txt img {
	display: block;
}

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

.story__bg img {
	width: 100%;
}

.story__main {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	max-width: 1020px;
	text-align: center;
}

.story__main .main_caption {
	background-color: #353535;
	color: #dbbc9f;
	box-sizing: border-box;
	padding: 3px 0px 3px 8px;
	font-size: 2rem;
	letter-spacing: 0;
	line-height: 1.2em;
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 65px;
}

.story__main .main_txt {
	font-size: 1.28em;
	font-weight: 500;
	line-height: 2.2em;
	letter-spacing: 0;
}

.story__main .main_txt:not(:last-child) {
	margin-bottom: 33px;
}

.story__main .main_intro {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	margin: 69px auto 0;
}

.story__main .main_intro img {
	display: block;
}

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

.story__catch {
	padding: 155px 40px;
}

.story__bg {
	width: 240%;
	left: -70%;
	margin-bottom: -185px;
}

.story__main .main_caption {
	font-size: 2.5rem;
	padding-bottom: 7px;
}

.story__main .main_txt {
	font-size: 2.4rem;
	line-height: 2.24em;
}

.story__main .main_txt:not(:last-child) {
	margin-bottom: 40px;
}

.story__main .main_intro {
	width: 100%;
	max-width: 650px;
}

.story__main .main_intro img {
	width: 100%;
}

}


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