#contents {
	padding: 80px 10px 0;
}
.proArea { padding-top: 2.0em; }
.ttlArea {
	display: flex;
	justify-content: center;
}
.itemArea { padding: 2.0em 0; }
.itemArea > ul {
	display: flex;
	flex-wrap: wrap;
}
.itemArea > ul > li {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 33.33%;
	padding: 0 10px 40px;
}
@media screen and (max-width: 979px) {
	.itemArea > ul > li { width: 50%; }
}
@media screen and (max-width: 639px) {
	.itemArea > ul > li { width: 100%; }
}

.itemArea .in_img { position: relative; }
@media screen and (min-width: 980px) {
	.itemArea .in_img { max-width: 300px; }
}
.itemArea .in_img.new::after {
	content: "";
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 70px;
	height: 44px;
	background: url(../img/general/new.png) no-repeat center center;
}
.itemArea .in_txt { padding: 10px 0; }
.itemArea .in_nav {
	display: flex;
	gap: 5px;
}
.itemArea .in_nav > * {
	position: relative;
	display: block;
	width: 100px;
	height: 50px;
	margin: auto;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center center;
}
.itemArea .in_nav > span::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, .6);
}
@media screen and (max-width: 979px) {
	.itemArea .in_nav {
		width: 100%;
		flex-direction: column;
	}
	.itemArea .in_nav > * {
		width: 100%;
		max-width: 400px;
	}
}
.itemArea .in_nav > *.ec_amazon {
	background-color: #d2ad71;
	background-image: url(../img/ec/amazon.png);
}
.itemArea .in_nav > *.ec_rakuten {
	border: 1px solid #ccc;
	background-color: #fff;
	background-image: url(../img/ec/rakuten.png);
}
.itemArea .in_nav > *.ec_yahoo {
	border: 1px solid #ccc;
	background-color: #fff;
	background-image: url(../img/ec/yahoo.png);
}
