
/*----------------------------------------
index
-----------------------------------------*/
.find-prodCategory h2 {
	width: 1180px;
	margin: 0 auto;
	font-size: 2.8rem;
	font-weight: normal;}

/* categorySelect
------------------------------*/
.categorySelectList {
	display: flex;
		flex-wrap: wrap;
	margin: 0 0 60px 0;
	padding: 40px calc((100% - 1180px) / 2) 30px calc((100% - 1180px) / 2);}
	.categorySelectList a {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.categorySelectList li {
	position: relative;
	width: 392px;
	margin: 0 2px 10px 0;
	overflow: hidden;
	transition: color,transform,opacity 0.35s ease;}
	.categorySelectList li:nth-child(3n) {
		margin-right: 0;}
	/*.categorySelectList > li:last-child {
		margin-bottom: 60px;}*/
.categorySelectList li > figure {
	position: relative;
	width: 392px;
	height: 312px;
	margin: 0 0 18px 0;
	/*background: #000;*/
	overflow: hidden;}
.categorySelectList li > figure div img {
	width: 100%;
	/*opacity: 0.8;*/}
.categorySelectList li > figure h3 {
	position: absolute;
		top: 0;
		bottom: 0;
	display: flex;
		justify-content: center;
		align-items: center;
	width: 100%;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	transition: color 0.12s;}
	/*.categorySelectList li > figure.hover h3 {
		color: #e60012;}*/
.categorySelectList li figcaption {
	position: absolute;
		top: 0;
		bottom: 0;
	display: flex;
		justify-content: center;
		align-items: center;
	width: 100%;
	color: #fff;}

.categorylink {
	display: flex;
		flex-wrap: wrap;
	width: 100%;
	padding: 0 22px;
	color: #333;
	font-size: 1.4rem;}
.categorylink > li {
	width: 50%;
	margin: 0 0 18px 0;}
	/*.categorylink > li:nth-last-child(-n+2) {margin-bottom: 0;}*/
.categorylink > li > a {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	text-indent: -4px;}
.categorylink > li > a .redArrowS {
		left: 0;
	margin: 0 10px 0 0;}

.productOtherLink {
	width: 1180px;
	margin: 0 auto 80px auto;}
.productOtherLinkWrap {
	display: flex;
		flex-wrap: wrap;}
.productOtherLinkWrap > li {
	width:calc(25% - (12px * 3 / 4));
	margin: 0 12px 0 0;}
	.productOtherLinkWrap > li:nth-child(4n) {margin-right: 0;}
/*  */

/* pickup
------------------------------*/
.pickup-title {
	margin: 0 0 40px 0;
	color: #333;
	font-weight: normal;
	text-align: center;}
.pickup-title span {
	display: block;
	height: 32px;
	margin: 0 0 15px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/en/images/home/tit-pickup.png);
	background-size: 201px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;}
/* ----------------------------------------
recomend
----------------------------------------*/
.recomend {
	margin: 0 auto 120px auto;
	padding: 60px calc((100% - 1100px) / 2);
	background: #fbf8f6;}
.recomend-bnrWrap {
	/*display: flex;*/
	display: inline-block;
	width: calc(100% + 1px);
	font-size: 0;
	text-align: center;
	letter-spacing: -1rem;
	/*border: 1px solid #e9ecee;*/}
.recomend-bnrWrap li {
	display: inline-block;
	width: calc((100% - 1px) / 4);
	letter-spacing: normal;
	border-right: 1px solid #e9ecee;
	border-top: 1px solid #e9ecee;
	border-bottom: 1px solid #e9ecee;}
	.recomend-bnrWrap li:first-child {
		width: calc((100% - 1px) / 4 + 1px);
		border-left: 1px solid #e9ecee;}
	.recomend-bnrWrap li:last-child {
		/*border-right: 0;*/}
.recomend-bnrWrap a {
	display: block;
	width: 274px;
	/*height: 275px;*/
	transition-duration: 0.2s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
	.recomend-bnrWrap a:hover {opacity: 0.8; transition-duration: 0.2s;}
.recomend-bnrWrap a img {
	width: 100%;
	height: auto;}
.categoryLocalNav {
	display: flex;
	justify-content: center;
	width: 1180px;
	margin: 0 auto;
	padding: 0;
	/*border-bottom: 1px solid #d0d5da;*/}

/*----------------------------------------
	itemOptionList
-----------------------------------------*/

.itemBox:nth-child(4n) .itemOptionList {left:0;}
.itemBox:nth-child(4n+2) .itemOptionList {left: -305px;}
.itemBox:nth-child(4n+3) .itemOptionList {left: -610px;}
.itemBox:nth-child(4n+4) .itemOptionList {left: -915px;}

.item {
	position: relative;
	cursor: pointer;
	transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);}
	.item.on {margin-bottom: 40px;}
	.item:after {
		content: "";
		position: absolute;
			left: calc(50% - 10px);
		display: none;
		width: 0;
		border-bottom: 20px solid #f3f5f7;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		opacity: 0;
		transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);}
		.item.off:after {
			display: block;
			margin: 20px 0 0 0;}
		.item.on:after {opacity: 1;}

a.item {display: block;}
	.itemList.on > li .item {opacity: 0.3;}
	.listSection .itemList > li .item.clorOpen.off {opacity: 1;}
	.listSection .itemList > li .item.clorOpen.off.hover {opacity: 0.7;}

.itemOptionList {
	/*display: none;*/
	position: relative;
	width: 1180px;
	max-height: 0;
	opacity: 0;
	transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition-property:  max-height, opacity;}
	.item.on + .itemOptionList {
		max-height: 600px;
		opacity: 1;}
.itemOptionWrap {
	display: flex;
		justify-content: center;
		flex-wrap: wrap;
	/*margin: 0 calc((1180px - 100vw) / 2);*/
	margin-left: calc((100% - 100vw) / 2);
	width: 100vw;
	max-height: 0;
	min-width: 1180px;
	padding: 40px 0;
	background: #f3f5f7;
	transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition-property:  max-height, opacity;}
	.itemList.on .itemOptionWrap {
		max-height: 600px;}
@media screen and (max-width: 1180px) {
	.itemOptionWrap {
		margin-left: 0;}
}

	.itemOptionList [class*="itemBox"] {margin: 0 40px 40px 0;}
	.itemOptionList [class*="itemBox"]:nth-child(4n) {margin-right: 0;}
	.itemOptionList [class*="itemBox"]:nth-last-child(2) {margin-right: 0;}
	.itemOptionList [class*="itemBox"] > a.hover {color: #e60012;}
	.itemOptionList [class*="itemBox"] > a.hover .itemImgWrap {border: 1px solid #d0d5da;}

.listClose {
	width: 100%;
	text-align: center;}
.listClose > span {
	position: relative;
		z-index: 1;
	display: inline-block;
	min-width: 164px;
	padding: 12px 10px 12px 20px;
	color: #e60012;
	font-size: 1.4rem;
	line-height: 100%;
	background: #fff;
	border: 1px solid #e60012;
	transition-duration: 0.2s;}
	.listClose > span.hover {
		color: #fff;
		background: #e60012;}
.listClose > span > [class*="Arrow"] {
	position: static;
	margin: 0 0 0 10px;
	transform: rotate(-135deg);}
	.listClose > span.hover > [class*="Arrow"] {
		border-color: #fff;}



/* ----------------------------------------
大カテゴリ-中カテゴリ-小カテゴリ
----------------------------------------*/
.productsBigCategoryTitle {
	position: relative;
	height: 360px;
	padding: 140px 0 67px;
	color: #fff;
	font-size: 3.6rem;
	text-align: center;
		background-color: #ccc;}
.productsBigCategoryTitle:after {
	content: '';
	display: block;
	position: absolute;
	left: calc(50% - 30px);
	bottom: 150px;
	width: 60px;
	height: 2px;
	background-color: #e60012;}



/* ----------------------------------------
main
----------------------------------------*/
main {
	margin: 60px 0 0 0;
	overflow: hidden;}

.listOption {
	width: 1180px;
	margin: 0 auto;
	color: #333;}
.listOption-note {
	margin: 0 0 60px 0;}


/*ブランド絞り込みラジオボタン*/
.itemSelector {
	position: relative;
	margin: 0 0 60px 0;}
.itemSelectorWrap {
	width: 1180px;
	margin: 0 auto;
	padding: 0 30px;
	color: #333;}
.itemSelectorWrap h3 {
	margin: 0 0 24px 0;
	color: #e60012;
	font-size: 1.4rem;
	line-height: 110%;}
.itemSelectorWrap > form {
	display: flex;}
.itemSelectorWrap input {
	display: none;}
.itemSelectorWrap .BR-LABEL {
	display: flex;
	font-size: 1.4rem;}
	.itemSelectorWrap .BR-LABEL.hover {
		color: #e60012;}
	.itemSelectorWrap .BR-LABEL:not(:last-of-type):after {
		content: "";
		display: block;
		width: 1px;
		margin: -2px 22px;
		background: #d0d5da;}
/*親子展開時-操作不可に*/
.selecterOverlay {
	position: absolute;
		top: -5px;
		right: 0;
		bottom: -5px;
		left: 0;
		z-index: -1;
	display: block;
	background: rgba(255,255,255,0.7);}
	.selecterOverlay.active {
		z-index: 0;}

.radioCircle {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 8px 0 0;
	vertical-align: middle;
	border: 1px solid #999;
	border-radius: 50%;}
	.radioCircle:before {
		content: "";
		position: absolute;
			top: 2px;
			left: 2px;
		display: block;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background: #e60012;
		transform: scale(0);
		transition: 0.2s cubic-bezier(0.18, 0.85, 0.5, 1.2);}
	.BR-LABEL {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
		.BR-LABEL.hover .radioCircle:before {
			transform: scale(1);
			transition: 0.2s cubic-bezier(0.18, 0.85, 0.5, 1.2);}
		input[type="radio"]:checked + .BR-LABEL {color: #e60012;}
		input[type="radio"]:checked + .BR-LABEL .radioCircle:before {transform: scale(1);}


/*商品一覧-共通*/
.listSection {
	max-width: 1180px;
	margin: 0 auto 20px auto;
	padding: 60px 0 0 0;
	border-top: 1px solid #d0d5da;}

.listSectionTitle {
	margin: 0 0 60px 0;
	font-size: 2.8rem;
	font-weight: normal;}

.itemList {
	display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	color: #333;}
	.itemList:before, .itemList:after {
		display: block;
		content: "";
		width: 265px;}
	.itemList:before{
		order: 1;}

[class*="itemBox"] {
	width: 265px;
	margin: 0 0 60px 0;}
	ul [class*="itemBox"]:nth-child(4n) {margin-right: 0;}
	[class*="itemBox"] > .item .itemName {transition: color 0.12s;}
	[class*="itemBox"] > .item.hover .itemName {color: #e60012;}
	[class*="itemBox"] > .item.on .itemName {color: #e60012;}

.itemImgWrap {
	margin: 0 0 15px 0;
	color: #e9ecee;
	border: 1px solid #e9ecee;
	background: #fff;
	transition-duration: 0.12s;}
	.item .itemImgWrap img {transition: opacity 0.12s;}
	.item.hover .itemImgWrap img {opacity: 0.7;}
	.itemBoxChild a.hover .itemImgWrap img {opacity: 0.7;}
	.item.on .itemImgWrap {border: 1px solid #d0d5da;}
.itemImgWrap > img {
	display: block;
	width: 100%;
	height: auto;
	padding-top: 20px;}

.itemStatsWrap {text-align: center;}
	.item.hover .itemStatsWrap {color: #555;}
.itemStatsWrap > time {
	display: inline-block;
	margin: 0 0 10px 0;
	font-size: 1.2rem;
	font-weight: bold;}
.itemName {
	margin: 0 0 10px 0;
	font-size: 1.4rem;}
	h4.itemName {
		font-size: 1.2rem;
		font-weight: normal;}
.categoryName {
	display: inline-block;
	font-size: 1rem;
	letter-spacing: -0.4em;}
	.categoryName > li {
		display: inline;
		letter-spacing: normal;}
	.categoryName > li:not(:last-child):after {
		content: "/";
		display: inline;
		margin: 0 4px;}

.listNotice {
	width: 1180px;
	margin: 90px auto 120px auto;
	padding: 20px 30px;
	background: #f3f5f7;}
.listNotice-note {
	color: #555;
	font-size: 1.2rem;
	line-height: 2;}




/* 自動車のトラブル・症状別から探す */
.otherProduct {
	width: 1180px;
	margin: 0 auto 120px auto;}
.otherProduct h2 {
	margin: 0 0 60px 0;
	font-size: 2.8rem;
	font-weight: normal;
	line-height: 100%;}
.otherKeyword {
	display: flex;
		flex-wrap: wrap;}
.otherKeyword li a {
	display: inline-block;
	margin-right: 9px;
	margin-bottom: 9px;
	padding: 10px 20px;
	color: #333;
	font-size: 1.2rem;
	background: #f3f5f7;
	border: 1px solid #e9ecee;
	transition-property: color,background;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.otherKeyword li a.hover {
	color: #fff;
	background-color: #e60012;}

