@charset "UTF-8";

/* ヒーローエリア */
section.hero_product {
	width: 100%;
	height: 600px;
	background: url(../img/hero_product.jpg) no-repeat center center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 30px;
}

section.hero_product img {
	display: block;
	max-width: 686px;
	width: 100%;
	height: auto;
}

/* --- ショッピングページ(仮) --- */
img.icon2 {
	display: block;
	width: 187px;
	height: auto;
	margin: 0 auto 60px;
}

p.shop {
	text-align: center;
}

/* コンテンツ */
section.content1,
section.content2 {
	padding: 45px 0px 45px;
}

section.content2 {
	background: url(../img/bg.jpg);
}

section.image {
	width: 100%;
	height: 245px;
	background: url(../img/product/image_footer.jpg) no-repeat center center;
	padding: 30px 30px 45px;
}

img.icon1 {
	display: block;
	width: 91px;
	height: auto;
	margin: 0 auto 0;
}

img.image_large {
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}

div.image1-2 img {
	display: block;
	width: 100%;
	max-width: 557px;
	height: auto;
	margin-bottom: 1em;
}

div.image1-3 img {
	display: block;
	width: 100%;
	max-width: 442px;
	height: auto;
	margin-bottom: 1em;
}

div.image1-4 img {
	display: block;
	width: 100%;
	max-width: 443px;
	height: auto;
	margin-bottom: 1em;
}

div.image2-2 img {
	display: block;
	width: 100%;
	max-width: 557px;
	height: auto;
	margin-bottom: 1em;
}

div.image2-3 img {
	display: block;
	width: 100%;
	max-width: 442px;
	height: auto;
	margin-bottom: 1em;
}

div.image2-4 img {
	display: block;
	width: 100%;
	max-width: 559px;
	height: auto;
	margin-bottom: 1em;
}

@media(min-width: 1000px) {
	div.box1,
	div.box2 {
	display: flex;
	}
	div.box2 {
	flex-direction: row-reverse;
	}
	div.image1-2 {
	flex: 0 0 557px;
	}
	div.image1-3 {
	flex: 0 0 442px;
	}
	div.image1-4 {
	flex: 0 0 443px;
	}
	div.image2-2 {
	flex: 0 0 557px;
	}
	div.image2-3 {
	flex: 0 0 442px;
	}
	div.image2-4 {
	flex: 0 0 559px;
	}
	div.text {
	flex: 1;
	}
	div.box1 div.text {
	padding-left: 20px;
	}
	div.box2 div.text {
	padding-right: 20px;
	}
}