@charset "UTF-8";


/* ヒーローエリア */
section.hero {
	background-image: url(../img/hero_products_sp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 552px;
	display: flex;
	align-items: center;
	padding-left: 40px;
	padding-right: 40px;
}

section.hero .hero-container h2 {
	margin-bottom: 15px;
}

section.hero .hero-container h2 img {
	max-width: 541x;
	width: 100%;
	height: auto;
}

/* コンテンツ */
section.contents {
	width: 100%;
	background: url(../img/bg.jpg) no-repeat top center;
	padding-top: 120px;
	padding-bottom: 100px;
}

section.contents h2 {
	text-align: center;
	margin-bottom: 60px;
}

section.contents p.last {
	margin-bottom: 50px;
}

section.contents ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

section.contents ul li {
	flex: 0 0 290px;
	margin-bottom: 30px;
	font-family: "Noto Serif JP", serif;
	font-size: 15px;
	font-weight: 500;
}

section.contents ul li img {
	display: block;
	width: 285px;
	height: auto;
	margin-bottom: 10px;
}

/* 大きい画面用の設定 */
@media(min-width:768px) {
	/* ヒーローエリア */
	section.hero {
	background-image: url(../img/hero_products.jpg);
	height: 1103px;
	padding-left: 100px;
	}
}

