@charset "utf-8";
/* --------------------------------------------------------------------------------
	story-inner
-------------------------------------------------------------------------------- */
#story .story-inner {
	margin: 0 5vw;
}
/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
#story .main {
	width: 100%;
	height: 60vw;
	margin: 0 auto 26vw;
	position: relative;
}
#story .main .img {}
#story .main img {
	width: 100%;
	height: 60vw;
	object-fit: cover;
}
#story .main h2 {
	position: absolute;
	bottom: -16vw;
	right: 0;
	background: rgba(255, 255, 255, 0.9);
	line-height: 1;
	padding: 2vw 4.5vw;
	width: 62vw;
}
#story .main h2 .txt1 {
	font-size: 4.4vw;
	display: block;
	margin: 0 0 1vw;
}
#story .main h2 .txt2 {
	font-size: 6.4vw;
	color: #604c3f;
	display: block;
	line-height: 1.25;
}
/* --------------------------------------------------------------------------------
	story
-------------------------------------------------------------------------------- */
#story .story {
	margin: 0 auto 10vw;
}
#story .story .img-txt {
	display: flex;
	justify-content: space-between;
	margin: 0 0 18vw;
}
#story .story .img-txt .img {}
#story .story .img-txt .img img {
	width: 70vw;
	height: 68vw;
	object-fit: cover;
}
#story .story .img-txt .txt {
	writing-mode: vertical-rl;
	font-size: 5.6vw;
	font-weight: bold;
	line-height: 1.78;
}
#story .story .img-txt .txt p {
	border-right: 1px solid #222020;
	display: table;
}
#story .story .txt-box {}
#story .story .txt-box h3 {
	font-size: 7.6vw;
	color: #604c3f;
	margin: 0 0 7vw;
	text-align: center;
}
#story .story .txt-box .txt {
	font-size: 4.4vw;
	line-height: 1.81;
}
/* --------------------------------------------------------------------------------
	イメージ
-------------------------------------------------------------------------------- */
#story .img-1 {
	margin: 0 auto 30vw;
}
#story .img-1 img {
	width: 100%;
	height: 50vw;
	object-fit: cover;
}
/* --------------------------------------------------------------------------------
	about
-------------------------------------------------------------------------------- */
#story .about {
	margin: 0 auto 27vw;
}
#story .about h3 {
	line-height: 1.25;
	margin: 0 0 7vw;
	text-align: center;
}
#story .about h3 .txt1 {
	font-size: 7.6vw;
	color: #604c3f;
	display: block;
}
#story .about h3 .txt2 {
	font-size: 4vw;
	color: #604c3f;
	display: block;
}
#story .about .img-txt {
	margin: 0 0 14vw;
}
#story .about.img {}
#story .about .img img {
	width: 100%;
	margin: 0 0 6vw;
}
#story .about .txt {
	font-size: 4vw;
	line-height: 1.75;
}
#story .about .txt-img {
	margin: 0 0 14vw;
}
#story .about .img-point {
	/*width: 23vw;*/
	margin: 0 0 3vw;
	font-size: 2.5rem;
}
#story .about .img-point img {
	width: 33.333%;
}