@charset "utf-8";

/* ==============================
PC products layout
Site Name: SULK;
Date: 2018.03;
================================= */

/* top
--------------------------------- */
.products__list {
	border-top: 1px solid rgba(51,51,51,.15);
	/*margin-top: -32px;*/
}
.products__list li {
	font-size: 12px;
	border-bottom: 1px solid rgba(51,51,51,.15);
	margin-top: 32px;
}
.products__list li {
	width: calc(33.333% - 21.333px);
}
.products__list li:not(:nth-child(3n)) {
	margin-right: 32px;
}
.products__list img {
	width: 100%;
}
.products__list h3 {
	font-weight: 700;
	line-height: 1.6;
}
.products__list h3 b {
	font-size: 16px;
}
.products__list a {
	color: #333;
	display: block;
	transition: opacity .5s;
	padding-bottom: 28px;
}
.products__list a:hover {
	opacity: .3;
	text-decoration: none;
}
/* bnr */
.bnr--grunge {
	margin-top: 80px;
	margin-bottom: 160px;
}
.bnr--grunge img {
	width: 100%;
}
.bnr--grunge a {
	transition: opacity .5s;
}
.bnr--grunge a:hover {
	opacity: .3;
	text-decoration: none;
}