@charset 'UTF-8';

.box-shop {
	display: none;
}

.headding span {
	display: block;
	margin-bottom: 11px;
	font-size: 1.4rem;
	letter-spacing: 0.3px;
}
.item-list {
	margin: 0 auto 100px;
	max-width: 940px;
	text-align: center;
	position: relative;
}
.item-list::after {
	content: '';
	position: absolute;
	background: url("../image/icon08.png") center no-repeat;
	width: 130px;
	height: 30px;
	bottom: -130px;
	left: 0;
}
.item-list .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.item-list .article {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 440px;
	border: 1px solid #383227;
	padding: 29px 29px 23px;
	margin: 0 0px 60px 0;
}
.item-list .article:nth-child(2n) {
	margin-right: 0;
}
.item-list .title {
	margin-top: 37px;
	line-height: 1.25;
}
.item-list .title a {
	color: #FFE401;
	font-weight: normal;
	font-size: 2.4rem;
}
.item-list .price {
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.5px;
}

.item-list .page {
	margin-top: -10px;
}
