/*----------------------------------------
index
-----------------------------------------*/
.find-prodCategory h2 {
	width: auto;
	margin: 0 15px;
	font-size: 2rem;}

.pickup-title {
	font-size: 1.2rem;}
h2.pickup-title span {
	height: 0;
	padding-top: calc(43 / 364 * 50%);
	background-size: contain;}

/* categorySelect
------------------------------*/
.categorySelectList {
	flex-direction: column;
	padding: 40px 15px;
	padding-bottom: 0;}
.categorySelectList li {
	width: auto;
	margin-right: 0;}
	.categorySelectList li:last-child {
		margin-bottom: 0;}
.categorySelectList li > figure {
	width: auto;
	height: auto;
	margin-bottom: 0;}
.captionOver .thumb {
	margin-bottom: 0;}

.categoryLocalNav {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 15px;
	padding-left: 15px;}
.pickupWord {
	/*margin: 0 0 40px 0;*/}
/*  */

/* brandPickup
------------------------------*/
.brandPickup {
	/*display: none;}*/
	width: auto;
	margin: 0 0 15px 0;}
.brandPickup-title {
	font-size: 1.6rem;
	padding: 0 15px;}
.brandPickup li .brandName {
	margin-bottom: 6px;}
/* ----------------------------------------
recomend
----------------------------------------*/
.recomend {
	width: calc(100% - 15px * 2);
	margin-bottom: 60px;
	padding: 15px;}
	.recomend li:not(:nth-last-child(-n+2)) {
		margin-bottom: 30px;}
.recomend-bnrWrap {
	display: flex;
		flex-wrap: wrap;
	width: auto;
	border-top: 1px solid #e9ecee;
	border-left: 1px solid #e9ecee;}
.recomend-bnrWrap li {
	width: 50%;
	height: 100%;
	border-top: 0;
	border-bottom: 0;
	border-right: 1px solid #e9ecee;
	border-bottom: 1px solid #e9ecee;}
	.recomend-bnrWrap li:first-child {
		width: 50%;
		border-left: 0;}
/*	.recomend-bnrWrap li:nth-child(2n) {
		border-right: 0;}*/
	.recomend-bnrWrap li:nth-last-child(-n+2) {
		border-bottom: 0;}
.recomend-bnrWrap a {
	width: auto;
	height: auto;}

/* ----------------------------------------
main
----------------------------------------*/
main {
	margin-top: 40px;}



/* spotlightBtnArea
----------------------------------------*/
.spotlightBtnArea {
	margin-bottom: 60px;
	padding: 30px 0;}
.spotlightBtnArea .wrap {
		flex-direction: column;
	width: auto;}

.spotBtn:not(:last-child) {
	margin-bottom: 20px;}
.spotBtn a {
	width: calc(100% - 28px * 2);
	padding: 20px 28px;}
.spotBtn strong {
	font-size: 2.2rem;
	font-weight: bold;
	white-space: nowrap;}
	.spotBtn strong:before {
		width: 54px;
		height: 38px;
		margin-right: 12px;}
.spotBtn p {
	line-height: 140%;}