@charset "utf-8";


/* --------------------------------------------------------------------------------
	story-inner
-------------------------------------------------------------------------------- */
#story .story-inner {

}


/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
#story .main {
	width: 100%;
	height: 46vw;
	margin: 0 auto 10vw;
	position: relative;
}
#story .main .img{
}
#story .main img{
	width: 100%;
	height: 40vw;
	object-fit: cover;
}

#story .main h2{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 4.8vw;
	color: #ffffff;
	background: #006837;
	line-height: 1;
	padding: 3vw 4.4vw;
}

/* --------------------------------------------------------------------------------
	story
-------------------------------------------------------------------------------- */
#story .story {
	margin: 0 auto 10vw;
}

#story .story .img-txt {
	display: flex;
	justify-content: space-between;
	margin: 0 5vw 10vw;
}
#story .story .img-txt .img{
}
#story .story .img-txt .img img{
	width: 66vw;
	height: 56vw;
	object-fit: cover;
	border-radius: 30px 0 30px 0;
}
#story .story .img-txt .txt{
	writing-mode: vertical-rl;
	font-size: 5.6vw;
	font-weight: bold;
	line-height: 1.34;
}
#story .story .img-txt .txt .mark1{
	color: #be2828;
	
}
	
#story .story .txt-box{
}
#story .story .txt-box h3{
	font-size: 6.7vw;
	font-weight: bold;
	color: #006838;
	margin: 0 5vw 3.5vw;
	text-align: center;
}
#story .story .txt-box .txt .txt1{
	font-size: 4.4vw;
	color: #006838;
	margin: 0 3vw 3.5vw;
	line-height: 1.67;
	text-align: center;
}
#story .story .txt-box .txt .txt2{
	font-size: 3.6vw;
	line-height: 1.67;
	margin: 0 5vw;
}

/* --------------------------------------------------------------------------------
	イメージ
-------------------------------------------------------------------------------- */
#story .img-1 {
	margin: 0 auto 15vw;
}

#story .img-1 img{
	width: 100%;
	height: 40vw;
	object-fit: cover;
}



/* --------------------------------------------------------------------------------
	kodawari
-------------------------------------------------------------------------------- */
#story .kodawari {
	margin: 0 auto 20vw;
}

#story .kodawari .img-txt {
	display: flex;
	justify-content: space-between;
	margin: 0 0 150px;
}

#story .kodawari .txt-img h3{
	font-size: 5.6vw;
	font-weight: bold;
	line-height: 1.34;
	margin: 0 0 2.4vw;
	text-align: center;
}
#story .kodawari .txt-img h3 .mark1{
	position: relative;
	display: inline-block;
}
#story .kodawari .txt-img h3 .mark1::before{
	content: "";
	background: url("../../images/f/story/t-parts-left.svg");
	background-size: 100%;
	width: 9.6vw;
	height: 15.4vw;
	position: absolute;
	top: 0;
	left: -10vw;
}
#story .kodawari .txt-img h3 .mark1::after{
	content: "";
	background: url("../../images/f/story/t-parts-right.svg");
	background-size: 100%;
	width: 9.6vw;
	height: 15.4vw;
	position: absolute;
	top: 0;
	right: -10vw;
}
#story .kodawari .txt-img .img1 img{
	width: 100%;
	margin: 0 0 5vw;
}
#story .kodawari .txt-img .txt{
	font-size: 3.6vw;
	line-height: 1.67;
	margin: 0 5vw 10vw;
}
#story .kodawari .txt-img .img2 img{
	width: 100%;
}


/* --------------------------------------------------------------------------------
	CATEGORY
-------------------------------------------------------------------------------- */
#story .category-parts .category-parts-list{
	padding: 0 5vw;
}





