@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/

@media all and (min-width: 897px) {
	#container {
		background-image: url(../img/aboutourmatcha/bg.jpg);
	}
	.containerBox {
		padding-bottom: 6rem;
	}
	#main {
		padding-top: 13.5rem;
	}
	#main .storyList p {
		line-height: 1.45 !important;
	}
	#main .storyList {
		margin-bottom: 7.7rem;
	}
}

@media all and (max-width: 896px) {
	.containerBox {
		background-image: url(../img/aboutourmatcha/bg_sp.jpg);
	}
}