@charset "utf-8";

/* ==============================
Smartphone products layout
Site Name: SULK;
Date: 2018.03;
================================= */

/* top
--------------------------------- */
.products__list {
	border-top: 1px solid rgba(51,51,51,.15);
	margin-bottom: 64px;
	/*margin-top: -24px;*/
}
.products__list li {
	font-size: 10px;
	border-bottom: 1px solid rgba(51,51,51,.15);
	margin-top: 24px;
	width: 100%;
}
@media only screen and (max-width: 767px){
	.products__list li {
		width: calc(50% - 12px);
	}
	.products__list li:nth-child(odd) {
		margin-right: 24px;
	}
}
@media only screen and (min-width: 768px){
	.products__list li {
		width: calc((100% - 48px) / 3);
	}
	.products__list li:not(:nth-child(3n)) {
		margin-right: 24px;
	}
}
.products__list img {
	width: 100%;
}
.products__list h3 {
	font-weight: 700;
	line-height: 1.6;
}
.products__list h3 b {
	font-size: 13px;
}
.products__list a {
	color: #333;
	display: block;
	padding-bottom: 16px;
}
/* bnr */
.bnr--grunge {
	width: 100%;
}
.bnr--grunge img {
	width: 100%;
}