/* Block Element */

/* ファーストビュー画像 */
.hero {
	display: block;
	width: 100%;
}
.hero__image {
	width: 100%;
	height: auto;
}