@charset "utf-8";

/*201912add*/
.category-h3 {
	font-size: 16px;
	color: #fff;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	background-color: #414854;
	padding: 10px;
	margin: 20px 0 10px;
}

@media only screen and (max-width: 736px) {
	.category-h3 {
		font-size: 16px;
		padding: 2.6666% 8%;
		margin: 0 auto 20px;
	}
}



/*===============webフォント化に伴い、201803add==============*/

/* コンテンツ */
.category-h3-list {
	font-size: 12px;
	color: #fff;
	background-color: #414854;
	padding: 5px 10px;
	margin: 20px 0 10px;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	transform: rotate(0.05deg);
}
.category-list_wrap {
	/*margin-right: -10px;*/
	font-family: "HondaGlobalFontJP-Regular", sans-serif;
	transform: rotate(0.05deg);
}

.category-list_wrap li {
	width: 237px;
	float: left;
	margin: 0 10px 10px 0;
}

.category-list_wrap li:nth-child(4n) {
	margin-right: 0;
}

.category-list_wrap li a {
	overflow:hidden;
	float:left;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.category-list_wrap li a:hover::after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	box-shadow: 0 0 0 4px #c00 inset;
}
.category-list_wrap li a .text {
	background: #373737;
	padding: 6px 6px 6px 6px;
	display: flex;
	align-items: center;
	/*height: 25px;*/
	/*height: 37px;*/
	height: 56px; /*202409change*/
	/*height: 80px;*/ /*202510change お蔵*/
	word-break: break-all;
	/*width: 220px;*/
	width: 237px;
}
.category-list_wrap li a .text p {
	font-size: 14px;
 	letter-spacing: -0.8px;
	margin-top: -2.5px;
}
.category-list_wrap li a .line2 p {
	font-size: 14px;
	line-height: 1.0;
	letter-spacing: 0;
	transform: scale(0.93, 1);
	margin: -2px -10px 0 -5px;
}	
.category-list_wrap li a .line2 p.fiveline_tx11 {
	font-size: 11px;
}

.category-list_wrap li a .line2_small p {
	font-size: 13px;
	line-height: 1.1;
	transform: scale(0.95, 1);
	margin: -2.5px -5px 0 -5px;
}
.category-list_wrap li a .line3_sp p {
	font-size: 13px;
	line-height: 1.1;
	letter-spacing: -0.7px;
	transform: scale(0.9, 1);
	margin: -2px -14px 0 -9px;
}
.category-list_wrap li a .ttl_line {
	border-left: 3px solid #fff;
	padding-left: 5px;
	/*height: 27px;*/
	height: 40px; /*202409change*/
	/*height: 64px;*/ /*202510change　お蔵*/
}
.category-list_wrap li a .thumb {
	background: #959492;
	padding: 0 1px 1px;
	position: relative;
}
.category-list_wrap li a .thumb img {
	border: 1px solid #fff;
	width: 235px;　
	max-width: 235px;　
	background: #fff;
}

.category-list_wrap li a .thumb img.new_icon {
	border: none;
	width: 37px;
	position: absolute;
	top:1px;
	left:2px;
}

@media only screen and (max-width: 736px) {
	.category-h3-list {
		width: 84%;
		font-size: 14px;
		padding: 2.6666% 8%;
		margin: 0 auto 20px;
		font-family: "HondaGlobalFontJP-Regular", sans-serif;
		transform: rotate(0.05deg);
	}
	.category-list_wrap {
		width: 90.66666%;
		margin: 0 auto;
		font-family: "HondaGlobalFontJP-Regular", sans-serif;
		transform: rotate(0.05deg);
	}
	.category-list_wrap li {
		float: left;
		width: 45.558823%;
		margin: 0 2.205% 15px;
	}
	.category-list_wrap li a .ttl_line {
		border-left: 2px solid #fff;
		padding-left: 3px;
		/*height: 19px;*/
		height: 35px; /*202409change*/
		/*height: 51px;*/ /*202510change　お蔵*/
	}
	.category-list_wrap li a {
		overflow:visible;
		float:none;
	}
	.category-list_wrap li a:hover{
		border:none;
	}
	.category-list_wrap li a .text {
		background: #373737;
		padding: 4px 2px 3px 4px;
		display: flex;
		align-items: center;
		word-break: break-all;
		width: 100%;
		box-sizing: border-box;
		/*height:30px;*/
		height:46px; /*202409change*/
		/*height:62px;*/ /*202510change　お蔵*/
	}
	.category-list_wrap li a .text p {
		/*font-size: 11px;*/
		font-size: 2.8vw;
		margin-top: 0;
		width: 100%;
		line-height: 1.0;
		letter-spacing: -0.5px;
		transform: scale(0.98, 1);
		margin-left: -0.2em;
	}
	.category-list_wrap li a .line2 p {
		/*font-size: 11px;*/
		font-size: 2.7vw;
		margin-left: -0.2em;
	}
	.category-list_wrap li a .line2 p.fiveline_tx11 {
		/*font-size: 11px;*/
		font-size: 2.2vw;
		margin-left: -0.2em;
	}
	.category-list_wrap li a .line2_small p {
		/*font-size: 10px;*/
		font-size: 2.5vw;
		margin-left: -0.2em;
	}
	.category-list_wrap li a .line3_sp p {
		/*font-size: 10px;*/
		font-size: 2.2vw;
		/*line-height: 0.9;*/
		line-height:1.2;
		transform: scale(0.95, 1);
		margin-left: -0.4em;
	}
	.category-list_wrap li a .thumb {
		background: #959492;
		padding: 0 1px 1px 1px;
		width: 100%;
		box-sizing: border-box;
		position: relative;
	}
	.category-list_wrap li a img {
		box-sizing: border-box;
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.category-list_wrap li a .thumb img.new_icon {
		border: none;
		width: 32px !important;
		position: absolute;
		left:2px;
	}
	
	.category-list_wrap li a:hover img{
		margin:0;
	}


}


@media print, screen and (min-width : 737px){
.category-list_wrap li a .line4 p {
	font-size: 11px !important;
	margin-left: -12px;
}
}

@media print, screen and (max-width : 736px){
.category-list_wrap li a .line4 p {
	font-size: 1.9vw;
}
}



/**/
.category-list_wrap li .thumb:after {
	top:1px;
	left: 2px;
	display: block;
	position: absolute;
	background: #e8e8e8;
	color: #000;
	font-size: 10px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-family: "HondaGlobalFontJP-Regular", sans-serif;
}

/*202410add*/
.l-container > ul.category-list_wrap:nth-of-type(1) {
	counter-reset: number01;
}

.l-container > ul.category-list_wrap:nth-of-type(1) li .thumb::after {
	counter-increment: number01;
	content: counter(number01);
}

.l-container > ul.category-list_wrap:nth-of-type(2) {
	counter-reset: number02 38;
}

.l-container > ul.category-list_wrap:nth-of-type(2) li .thumb::after {
	counter-increment: number02;
	content: counter(number02);
}

.l-container > ul.category-list_wrap:nth-of-type(3) {
	counter-reset: number03 44;
}

.l-container > ul.category-list_wrap:nth-of-type(3) li .thumb::after {
	counter-increment: number03;
	content: counter(number03);
}

.l-container > ul.category-list_wrap:nth-of-type(4) {
	counter-reset: number04 48;
}

.l-container > ul.category-list_wrap:nth-of-type(4) li .thumb::after {
	counter-increment: number04;
	content: counter(number04);
}

.l-container > ul.category-list_wrap:nth-of-type(5) {
	counter-reset: number05 56;
}

.l-container > ul.category-list_wrap:nth-of-type(5) li .thumb::after {
	counter-increment: number05;
	content: counter(number05);
}



/*
.l-container .category-list_wrap li:nth-child(1) .thumb:after {content: '1';}
.l-container .category-list_wrap li:nth-child(2) .thumb:after {content: '2';}
.l-container .category-list_wrap li:nth-child(3) .thumb:after {content: '3';}
.l-container .category-list_wrap li:nth-child(4) .thumb:after {content: '4';}
.l-container .category-list_wrap li:nth-child(5) .thumb:after {content: '5';}
.l-container .category-list_wrap li:nth-child(6) .thumb:after {content: '6';}
.l-container .category-list_wrap li:nth-child(7) .thumb:after {content: '7';}
.l-container .category-list_wrap li:nth-child(8) .thumb:after {content: '8';}
.l-container .category-list_wrap li:nth-child(9) .thumb:after {content: '9';}
.l-container .category-list_wrap li:nth-child(10) .thumb:after {content: '10';}
.l-container .category-list_wrap li:nth-child(11) .thumb:after {content: '11';}
.l-container .category-list_wrap li:nth-child(12) .thumb:after {content: '12';}
.l-container .category-list_wrap li:nth-child(13) .thumb:after {content: '13';}
.l-container .category-list_wrap li:nth-child(14) .thumb:after {content: '14';}
.l-container .category-list_wrap li:nth-child(15) .thumb:after {content: '15';}
.l-container .category-list_wrap li:nth-child(16) .thumb:after {content: '16';}
.l-container .category-list_wrap li:nth-child(17) .thumb:after {content: '17';}
.l-container .category-list_wrap li:nth-child(18) .thumb:after {content: '18';}
.l-container .category-list_wrap li:nth-child(19) .thumb:after {content: '19';}
.l-container .category-list_wrap li:nth-child(20) .thumb:after {content: '20';}
.l-container .category-list_wrap li:nth-child(21) .thumb:after {content: '21';}
.l-container .category-list_wrap li:nth-child(22) .thumb:after {content: '22';}
.l-container .category-list_wrap li:nth-child(23) .thumb:after {content: '23';}
.l-container .category-list_wrap li:nth-child(24) .thumb:after {content: '24';}
.l-container .category-list_wrap li:nth-child(25) .thumb:after {content: '25';}
.l-container .category-list_wrap li:nth-child(26) .thumb:after {content: '26';}
.l-container .category-list_wrap li:nth-child(27) .thumb:after {content: '27';}
.l-container .category-list_wrap li:nth-child(28) .thumb:after {content: '28';}
.l-container .category-list_wrap li:nth-child(29) .thumb:after {content: '29';}
.l-container .category-list_wrap li:nth-child(30) .thumb:after {content: '30';}
.l-container .category-list_wrap li:nth-child(31) .thumb:after {content: '31';}
.l-container .category-list_wrap li:nth-child(32) .thumb:after {content: '32';}
.l-container .category-list_wrap li:nth-child(33) .thumb:after {content: '33';}
.l-container .category-list_wrap li:nth-child(34) .thumb:after {content: '34';}
.l-container .category-list_wrap li:nth-child(35) .thumb:after {content: '35';}
.l-container .category-list_wrap li:nth-child(36) .thumb:after {content: '36';}
.l-container .category-list_wrap li:nth-child(37) .thumb:after {content: '37';}
.l-container .category-list_wrap li:nth-child(38) .thumb:after {content: '38';}
.l-container .category-list_wrap li:nth-child(39) .thumb:after {content: '39';}
.l-container .category-list_wrap li:nth-child(40) .thumb:after {content: '40';}
.l-container .category-list_wrap li:nth-child(41) .thumb:after {content: '41';}
.l-container .category-list_wrap li:nth-child(42) .thumb:after {content: '42';}
.l-container .category-list_wrap li:nth-child(43) .thumb:after {content: '43';}
.l-container .category-list_wrap li:nth-child(44) .thumb:after {content: '44';}
.l-container .category-list_wrap li:nth-child(45) .thumb:after {content: '45';}
.l-container .category-list_wrap li:nth-child(46) .thumb:after {content: '46';}
.l-container .category-list_wrap li:nth-child(47) .thumb:after {content: '47';}
.l-container .category-list_wrap li:nth-child(48) .thumb:after {content: '48';}


h3.category-h3.interiorkit+.category-list_wrap li:nth-child(1) .thumb:after {content: '49';}
h3.category-h3.interiorkit+.category-list_wrap li:nth-child(2) .thumb:after {content: '50';}
h3.category-h3.interiorkit+.category-list_wrap li:nth-child(3) .thumb:after {content: '51';}
h3.category-h3.interiorkit+.category-list_wrap li:nth-child(4) .thumb:after {content: '52';}

h3.category-h3.pillargarnish+.category-list_wrap li:nth-child(1) .thumb:after {content: '53';}
h3.category-h3.pillargarnish+.category-list_wrap li:nth-child(2) .thumb:after {content: '54';}
h3.category-h3.pillargarnish+.category-list_wrap li:nth-child(3) .thumb:after {content: '55';}
h3.category-h3.pillargarnish+.category-list_wrap li:nth-child(4) .thumb:after {content: '56';}
h3.category-h3.pillargarnish+.category-list_wrap li:nth-child(5) .thumb:after {content: '57';}
h3.category-h3.pillargarnish+.category-list_wrap li:nth-child(6) .thumb:after {content: '58';}
h3.category-h3.pillargarnish+.category-list_wrap li:nth-child(7) .thumb:after {content: '59';}


h3.category-h3+.category-list_wrap li:nth-child(1) .thumb:after {content: '60';}
h3.category-h3+.category-list_wrap li:nth-child(2) .thumb:after {content: '61';}
h3.category-h3+.category-list_wrap li:nth-child(3) .thumb:after {content: '62';}
h3.category-h3+.category-list_wrap li:nth-child(4) .thumb:after {content: '63';}
h3.category-h3+.category-list_wrap li:nth-child(5) .thumb:after {content: '64';}
h3.category-h3+.category-list_wrap li:nth-child(6) .thumb:after {content: '65';}
h3.category-h3+.category-list_wrap li:nth-child(7) .thumb:after {content: '66';}
h3.category-h3+.category-list_wrap li:nth-child(8) .thumb:after {content: '67';}
h3.category-h3+.category-list_wrap li:nth-child(9) .thumb:after {content: '68';}
*/