@charset "utf-8";
/*------------------------------------------------------------
	story
------------------------------------------------------------*/
#main {
	margin-bottom: 7rem;
}
#main .headLine01 {
	margin-bottom: 4.2rem;
}
#main .imgBox {
	width: calc(50% + 43.5rem);
}
#main .imgBox .photoBox {
	width: 47rem;
}
#main .imgBox .textBox {
	margin-top: 1.5rem;
	width: calc(100% - 51rem);
}
#main .imgBox .textBox .title {
	margin: 0 -1rem 2.2rem;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.14em;
	line-height: 1.95;
}
#main .imgBox .textBox .title .serif {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.23em;
	line-height: 1.75;
}
#main .imgBox .textBox .title .sml {
	font-size: 1.4rem;
	letter-spacing: 0.2em;
}
#main .imgBox .textBox .text {
	margin-bottom: 1.4rem;
	text-align: justify;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.14em;
	line-height: 2;
}
#main .imgBox .textBox .text:last-of-type {
	margin-bottom: 0;
}
#main .imgBox .comLink01 {
	margin: 1.1rem 0 0 auto;
}
#main .imgBox01 .textBox .text:last-of-type {
	margin-bottom: 3rem;
}
#main .imgBox02 {
	margin-bottom: 5.3rem;
}
#main .imgBox02 .photoBox {
	margin-top: -1.5rem;
}
#main .imgBox02 .textBox {
	margin-top: 4rem;
	font-family: "Noto Serif JP", serif;
}
#main .imgBox02 .textBox .text {
	margin-bottom: 0;
	font-size: 1.4rem;
	letter-spacing: 0.23em;
}
#main .imgBox02 .textBox .rightText {
	text-align: right;
}
#main .textList li {
	margin-bottom: 2.9rem;
	display: flex;
	flex-wrap: wrap;
}
#main .textList li:last-child {
	margin-bottom: 0;
}
#main .textList .title {
	width: 23.5rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.23em;
}
#main .textList .title span {
	color: #929B50;
}
#main .textList .text {
	flex: 1;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.14em;
	line-height: 2;
}
@media all and (max-width: 896px) {
	#main {
		margin-bottom: 6.5rem;
	}
	#main .headLine01 {
		margin-bottom: 3.5rem;
	}
	#main .imgBox {
		margin-bottom: 4.2rem;
		width: auto;
		display: block;
	}
	#main .imgBox .photoBox {
		margin-bottom: 5.5rem;
		width: auto;
	}
	#main .imgBox .photoBox img {
		width: 100%;
	}
	#main .imgBox .textBox {
		margin: 0 3.1rem;
		width: auto;
	}
	#main .imgBox .textBox .title {
		margin: 0 0 3rem;
		font-size: 1.82rem;
	}
	#main .imgBox .textBox .title .serif {
		font-size: 2.24rem;
	}
	#main .imgBox .textBox .title .sml {
		font-size: 1.96rem;
	}
	#main .imgBox .textBox .text {
		margin: 0 -1.3rem 2rem 0;
		font-size: 1.82rem;
		font-weight: 400;
	}
	#main .imgBox .comLink01 {
		margin-top: 2.3rem;
	}
	#main .imgBox02 {
		margin-bottom: 6rem;
	}
	#main .imgBox02 .photoBox {
		margin: 0 auto 3rem;
		width: 92%;
	}
	#main .imgBox02 .textBox {
		margin-top: 0;
	}
	#main .imgBox02 .textBox .text {
		margin-bottom: 0;
		font-size: 1.95rem;
	}
	#main .textList li {
		margin-bottom: 2.5rem;
		display: block;
	}
	#main .textList .title {
		margin-bottom: 1.8rem;
		width: auto;
		font-size: 2.24rem;
	}
	#main .textList .title01 {
		text-align: center;
	}
	#main .textList .text {
		font-size: 1.82rem;
		text-align: justify;
		font-weight: 400;
	}
}