@charset "utf-8";

#nuancecolor .feature-header img {
	width: 720px;
	height: 150px;
	margin-bottom: 20px;
}
#nuancecolor .sec-title {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#nuancecolor .sec-description {
	margin-bottom: 30px;
	font-size: 14px;
	text-align: center;
}

/* ボタン4つ */
#nuancecolor .category-btn2-wapper,
#nuancecolor .category-btn4-wapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
#nuancecolor .category-btn2-wapper li,
#nuancecolor .category-btn4-wapper li {
	width: calc(100% / 2 - 10px);
}
#nuancecolor .category-btn2-wapper li:nth-child(-n+2),
#nuancecolor .category-btn4-wapper li:nth-child(-n+2) {
	margin-bottom: 20px;
}

/* ボタン共通CSS */
#nuancecolor .category-btn {
	display: flex;
	align-items: center;
	position: relative;
	height: 44px;
	padding-left: 20px;
	border: 1px #ccc solid;
	border-radius: 4px;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.14;
	text-decoration: none;
}
#nuancecolor .category-btn-arrow {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 10px;
	transform: translateY(-50%);
}
#nuancecolor .category-btn-arrow::before,
#nuancecolor .category-btn-arrow::after {
	display: block;
	width: 7px;
	height: 2px;
	border-radius: 2px;
	background-color: #a2a2a2;
	transform-origin: right center;
	content: '';
}
#nuancecolor .category-btn-arrow::before {
	transform: translateX(-2px) translateY(5px) rotateZ(45deg);
}
#nuancecolor .category-btn-arrow::after {
	transform: translateX(-2px) translateY(2px) rotateZ(-45deg);
}

/* 商品タイトル */
#nuancecolor .mini-ttl {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
