/* ステートメント */
#statement {
	width: 100%;
	margin: 160px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#statement .statement-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#statement .statement-container .statement-image {
	width: 270px;
	height: 270px;
	display: block;
	margin: 0 auto;
}

#statement .statement-container .statement-title {
	width: 90%;
	font-size: 50px;
	text-align: center;
	margin-top: 60px;
	line-height: 1.5;
	letter-spacing: 8px;
}

#statement .statement-container .statement-body {
	font-size: 18px;
	text-align: center;
	margin: 40px auto;
	line-height: 3;
	letter-spacing: 2px;
}

#statement .statement-container .kazuma-logo {
	margin-top: 36px;
	width: 103px;
	height: 122px;
}

#gallery {
	width: 100%;
}

#gallery img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	#statement {
		margin: 120px auto;
	}

	#statement .statement-container .statement-image {
		width: 183px;
		height: 183px;
	}

	#statement .statement-container .statement-title {
		width: 90%;
		margin: 40px auto 0;
		font-size: 24px;
		letter-spacing: 6px;
	}

	#statement .statement-container .statement-body {
		width: 95%;
		font-size: 14px;
		line-height: 2.5;
	}

	#statement .statement-container .kazuma-logo {
		margin-top: 30px;
		width: 67px;
		height: 78px;
	}
}