@charset "utf-8";
/* --------------------------------------------------------------------------------
	story-inner
-------------------------------------------------------------------------------- */
#story .story-inner {
	width: 1300px;
	margin: 0 auto;
}
/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
#story .main {
	width: 100%;
	height: 600px;
	margin: 0 auto 120px;
	position: relative;
}
#story .main .img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	margin-left: -50%;
}
#story .main img {
	width: 100%;
	height: 600px;
	object-fit: cover;
}
@media only screen and (min-width: 1920px) {
	#story .main .img {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
}
#story .main h2 {
	position: absolute;
	bottom: 20px;
	right: 0;
	font-size: 36px;
	background: rgba(255, 255, 255, 0.9);
	line-height: 1;
	padding: 20px 28px;
}
#story .main h2 .txt1 {
	font-size: 24px;
	display: block;
	margin: 0 0 10px;
}
#story .main h2 .txt2 {
	font-size: 40px;
	color: #604c3f;
	display: block;
}
/* --------------------------------------------------------------------------------
	story
-------------------------------------------------------------------------------- */
#story .story {
	width: 1100px;
	margin: 0 auto 100px;
}
#story .story .img-txt {
	display: flex;
	justify-content: space-between;
	margin: 0 0 100px 50px;
}
#story .story .img-txt .img {
	width: 860px;
}
#story .story .img-txt .img img {
	width: 100%;
}
#story .story .img-txt .txt {
	width: 130px;
	writing-mode: vertical-rl;
	font-size: 40px;
	line-height: 1.625;
}
#story .story .img-txt .txt p {
	border-right: 1px solid #222020;
	display: table;
}
#story .story .txt-box {
	text-align: center;
}
#story .story .txt-box h3 {
	font-size: 38px;
	font-weight: bold;
	color: #604c3f;
	margin: 0 0 40px;
}
#story .story .txt-box .txt {
	font-size: 20px;
	line-height: 2;
}
/* --------------------------------------------------------------------------------
	イメージ
-------------------------------------------------------------------------------- */
#story .img-1 {
	width: 100%;
	height: 500px;
	margin: 0 auto 190px;
	position: relative;
}
#story .img-1 .img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	margin-left: -50%;
}
#story .img-1 img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}
@media only screen and (min-width: 800px) {
	#story .img-1 .img {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
}
/* --------------------------------------------------------------------------------
	about
-------------------------------------------------------------------------------- */
#story .about {
	width: 1100px;
	margin: 0 auto 150px;
}
#story .about h3 {
	line-height: 1.34;
	margin: 0 0 40px;
	text-align: center;
}
#story .about h3 .txt1 {
	font-size: 38px;
	color: #604c3f;
	display: block;
}
#story .about h3 .txt2 {
	font-size: 15px;
	color: #604c3f;
	display: block;
}
#story .about .img-txt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 3em;
}
#story .about .img-txt .img {
	width: 500px;
}
#story .about .img-txt .img img {
	width: 100%;
	/*margin: 0 0 50px;*/
}
#story .about .img-txt .txt {
	/*width: 520px;*/
	width: 50%;
	font-size: 16px;
	line-height: 1.75;
	margin: 0 50px 0 30px;
}
#story .about .txt-img {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin: 0 0 20px;
}
#story .about .txt-img .img {
	width: 500px;
}
#story .about .txt-img .img img {
	width: 100%;
	margin: 0 0 50px;
}
#story .about .txt-img .txt {
	width: 520px;
	font-size: 16px;
	line-height: 1.75;
	margin: 0 30px 0 50px;
}
#story .about .img-point {
	/*width: 120px;*/
	margin: 0 0 20px;
	font-size: 1.5em;
}
#story .about .img-point img {
	width: 120px;
}