@charset "euc-jp";

/* --------------------------------------------------- */
/* product list */
/* --------------------------------------------------- */
.section__inner.product-list {
	padding-bottom: 40px;
	border-bottom: 1px solid #e1e1e1;
}

.section__header img {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.product-list__header {
	margin-top: 40px;
}

.product-list__hierarchy {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.product-list__hierarchy li {
	display: inline-block;
	margin: 0 8px 24px;
}

.product-list__hierarchy li a {
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 12px;
	color: #302f35;
	font-size: 11px;
	background: #f5f5f5;
	border-radius: 12px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product-list__hierarchy li a:hover {
	color: #fff;
	background: #302f35;
}

.product-list__sort {
	padding-top: 24px;
	text-align: right;
	font-size: 10px;
	border-top: 1px solid #e1e1e1;
}

.product-list__sort a,
.product-list__sort span {
	margin: 0 8px;
}

.product-list__pager {
	margin-top: 40px;
}

.product-list__pager ul {
	text-align: center;
}

.product-list__pager li {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	text-align: center;
}

.product-list__pager li.prev,
.product-list__pager li.next {
	width: 50px;
}

.product-list__pager li.number a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 10px;
	border-radius: 50%;
	background: #302f35;
	-webkit-transition: background .5s;
	transition: background .5s;
}

.product-list__pager li.number a:hover {
	background: #e45125;
}

.product-list__pager li.prev a,
.product-list__pager li.next a {
	display: block;
	color: #302f35;
}

.product-list__pager li.prev a:hover,
.product-list__pager li.next a:hover {
	color: #e45125;
}

/* --------------------------------------------------- media query */
@media screen and (max-width: 620px) {
	.product-list__pager li.number,
	.product-list__pager li.current,
	.product-list__pager li.dots {
		display: none;
	}
}

/* --------------------------------------------------- */
/* info list */
/* --------------------------------------------------- */
.section__inner.info-list {
	padding-bottom: 40px;
	border-bottom: 1px solid #e1e1e1;
}

.info-list__inner {
	margin-top: 60px;
}

.info-list__inner li {
	position: relative;
	float: left;
	margin: 0 0 40px 20px;
}

.info-list--mask {
	position: relative;
	width: 197px;
	height: 100%;
	padding: 18px;
	background: #fff;
	cursor: pointer;
	border: 1px solid #e1e1e1;
	overflow: hidden;
	z-index: 2;
}

.info-list--mask a {
	display: block;
	height: 197px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.info-list__inner li:nth-child(4n+1) {
	margin-left: 0;
}

.info-list--bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 235px;
	height: 361px;
	background: #302f35;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 1;
}

.info-list__inner li:hover .info-list--bg {
	-webkit-transform: translate(10px,10px);
	-ms-transform: translate(10px,10px);
	transform: translate(10px,10px);
}

.info-list__date {
	height: 20px;
	line-height: 20px;
	margin-top: 16px;
	font-weight: bold;
	font-size: 10px;
}

.info-list__ttl {
	height: 80px;
	margin-top: 10px;
}

/* --------------------------------------------------- media query */
@media screen and (max-width: 1020px) {
	.info-list__inner {
		max-width: 745px;
		margin-left: auto;
		margin-right: auto;
	}
	.info-list__inner li:nth-child(4n+1) {
		margin-left: 20px;
	}
	.info-list__inner li:nth-child(3n+1) {
		margin-left: 0;
	}
}

@media screen and (max-width: 785px) {
	.info-list__inner {
		max-width: 490px;
	}
	.info-list__inner li:nth-child(3n+1) {
		margin-left: 20px;
	}
	.info-list__inner li:nth-child(2n+1) {
		margin-left: 0;
	}
}

@media screen and (max-width: 510px) {
	.info-list__inner {
		max-width: 235px;
	}
	.info-list__inner li:nth-child(3n+1) {
		margin-left: 0;
	}
	.info-list__inner li:nth-child(n+1) {
		margin-left: 0;
	}
}
