@charset "utf-8";

/* コンテンツ */
.category-h2_main {
	text-align: center;
	margin-bottom: 15px;
}

/*201912add*/
.category-h2_main_wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.tekiyou {
	text-align: center;
	padding: 5px 0;
	margin-bottom: 15px;
}
.category-h3 {
	font-size: 12px;
	color: #fff;
	/*font-weight: bold;*/
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
    font-weight: normal;
	background-color: #414854;
	padding: 5px 10px;
	margin: 20px 0 10px;
}
.category-item_wrap {margin-right: -10px;}
.category-item_wrap li {
	width: 230px;
	float: left;
	margin: 0 10px 10px 0;
}
.category-item_wrap li a {
	overflow:hidden;
	float:left;
}
.category-item_wrap li a:hover{
	border:4px solid #c00;
}
.category-item_wrap li a img {
	width: 230px;
	max-width: 230px;
}
.category-item_wrap li a:hover img{
	margin:-4px;
}


.gototop {
	text-align: right;
	margin-top: 5px;
}

@media only screen and (max-width: 736px) {
	/* メインコンテンツ */
	.ua_contents { padding: 0;}
	/* メインバナー */
	.category-h2_main {
		margin: 0 auto 20px;
	}
	
	/*201912add*/
	.category-h2_main_wrapper {
		display: block;
		margin-bottom: 20px;
	}
	
	.category-h2_main_wrapper h2 {
		margin-bottom: 10px;
	}
	
	/* 適用マークについて */
	.mark-sp {
		display: block;
		text-decoration: none;
		color: #000;
		/*font-weight: bold;*/
		font-family: 'HondaGlobalFontJP-Bold', sans-serif;
		font-weight: normal;
		font-size: 12px;
		background: #f0f0f0 url(/ACCESS/common/img/ico_type_open.gif) 89.8461% center no-repeat;
		-webkit-background-size: 15px;
		background-size: 15px;
		line-height: 1.0;
		padding: 20px 0 20px 18px;
		border: solid 2px #cacaca;
		margin: 0 auto 30px;
	}
	.category-h3 {
		width: 84%;
		font-size: 14px;
		padding: 2.6666% 8%;
		margin: 0 auto 20px;
	}

	.category-item_wrap {
		width: 90.66666%;
		margin: 0 auto;
	}
	.category-item_wrap li {
		float: left;
		width: 45.558823%;
		margin: 0 2.205% 15px;
	}

	.category-item_wrap li a {
		overflow:visible;
		float:none;
	}
	.category-item_wrap li a:hover{
		border:none;
	}
	.category-item_wrap li a img {
		width: 100%;
		max-width: 100%;
	}
	.category-item_wrap li a:hover img{
		margin:0;
	}


}



/*===============webフォント化に伴い、201803add==============*/

/* コンテンツ */
.category-h3-list {
	font-size: 12px;
	color: #fff;
	/*font-weight: bold;*/
	background-color: #414854;
	padding: 5px 10px;
	margin: 20px 0 10px;
	/*font-family: 'Hiragino Kaku Gothic ProN','Gothic MB101 Regular JIS2004';*/
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
    font-weight: normal;
	transform: rotate(0.05deg);
}
.category-list_wrap {
	margin-right: -10px;
	/*font-family: 'Hiragino Kaku Gothic ProN','Gothic MB101 Regular JIS2004';*/
	font-family: 'HondaGlobalFontJP-Regular', sans-serif;
	transform: rotate(0.05deg);
}
.category-list_wrap li {
	width: 230px;
	float: left;
	margin: 0 10px 10px 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;
	word-break: break-all;
	width: 220px;
}
.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_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;*/
	line-height: 1.0;
	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;
}
.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: 228px;　
	max-width: 228px;　
	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: 'Hiragino Kaku Gothic ProN','Gothic MB101 Regular JIS2004';*/
		font-family: 'HondaGlobalFontJP-Regular', sans-serif;
		transform: rotate(0.05deg);
	}
	.category-list_wrap {
		width: 90.66666%;
		margin: 0 auto;
		/*font-family: 'Hiragino Kaku Gothic ProN','Gothic MB101 Regular JIS2004';*/
		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;
	}
	.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;
	}
	.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_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;
}
}



@media only screen and (min-width: 737px) {
	h3#attentionRanking {
		width: 950px;
		margin: 0 auto;
		box-sizing: border-box;
		background: #a10000;
		color: #fff;
		font-size: 16px;
		line-height: 16px;
		/*font-weight: bold;*/
		padding: 15px;
		margin-bottom: 15px;
		/*font-family: 'Hiragino Kaku Gothic ProN','Gothic MB101 Regular JIS2004';*/
		font-family: 'HondaGlobalFontJP-Bold', sans-serif;
		font-weight: normal;
	}
	
	h3#attentionRanking span {
		padding-left: 26px;
		background: url("../../vezel/common/img/ranking_crown.png") left 3px no-repeat;
		background-size: 16px 15px;
	}
	
	#rankingWrapper {
		display: flex;
		justify-content: space-between;
		/*font-family: 'Hiragino Kaku Gothic ProN','Gothic MB101 Regular JIS2004';*/
		font-family: 'HondaGlobalFontJP-Regular', sans-serif;
		margin-bottom: 50px;
	}
	
	#rankingWrapper a {
		width: 300px;
		overflow: hidden;
		color: #fff;
		text-decoration: none;
		position: relative;
	}
	
	#rankingWrapper a:hover::after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		box-shadow: 0 0 0 4px #c00 inset;
	}
	
	#rankingWrapper ul { 
		position: relative;
	}
	
	#rankingWrapper ul::before { 
		box-sizing: border-box;
		position: absolute;
		left: 0;
		top: 0;
		content: 'No.';
		display: block;
		width: 60px;
		height: 36px;
		color: #fff;
		font-size: 14px;
		padding-left: 12px;
		padding-top: 10px;
		/*font-weight: bold;*/
		font-family: 'HondaGlobalFontJP-Bold', sans-serif;
		font-weight: normal;
	}
	
	#rankingWrapper ul::after { 
		box-sizing: border-box;
		position: absolute;
		left: 38px;
		top: 8px;
		color: #fff;
		font-size: 16px;
		/*font-weight: bold;*/
		font-family: 'HondaGlobalFontJP-Bold', sans-serif;
		font-weight: normal;
	}
	
	#rankingWrapper ul.no01::before {
		background: #ce9d30;
	}
	
	#rankingWrapper ul.no01::after {
		content: '1';
	}
	
	#rankingWrapper ul.no02::before {
		background: #a29d9d;
	}
	
	#rankingWrapper ul.no02::after {
		content: '2';
	}
	
	#rankingWrapper ul.no03::before {
		background: #c87441;
	}
	
	#rankingWrapper ul.no03::after {
		content: '3';
	}
	
	#rankingWrapper ul li.itemName {
    box-sizing: border-box;
    position: absolute;
    display: block;
    width: 240px;
    height: 36px;
    left: 60px;
    top: 0px;
    padding-top: 10px;
    padding-left: 10px;
    color: #fff;
    font-size: 14px;
    /*font-weight: bold;*/
	font-family: 'HondaGlobalFontJP-Bold', sans-serif;
    font-weight: normal;
    background: #373737;
    overflow: hidden;
	}
	
	#rankingWrapper ul li.itemName.twoLine { 
		padding-top: 1px;
		font-size: 13px;
	}
	
	#rankingWrapper ul li.photo { 
		padding-top: 36px;
	}
	
	#rankingWrapper ul li.photo p{ 
		border: 1px solid #b5b5b3;
		padding: 1px
	}
	
	#rankingWrapper ul li.photo img {
		width: 100%;
	}
}


@media only screen and (max-width: 736px) {
	h3#attentionRanking {
		width: 86.66666%;
		margin: 0 auto;
		box-sizing: border-box;
		background: #a10000;
		color: #fff;
		font-size: 4.38vw;
		line-height: 4.38vw;
		/*font-weight: bold;*/
		padding: 4.38vw;
		margin-bottom: 15px;
		/*font-family: 'Hiragino Kaku Gothic ProN','Gothic MB101 Regular JIS2004';*/
		font-family: 'HondaGlobalFontJP-Bold', sans-serif;
		font-weight: normal;
	}
	
	h3#attentionRanking span {
		padding-left: 8vw;
		background: url("../../vezel/common/img/ranking_crown.png") left center no-repeat;
		background-size: 4.38vw auto;
	}
	
	
	#rankingWrapper {
		width: 86.66666%;
		margin: 0 auto 30px;
		/*font-family: 'Hiragino Kaku Gothic ProN','Gothic MB101 Regular JIS2004';*/
		font-family: 'HondaGlobalFontJP-Regular', sans-serif;
	}
	
	/*==============*/
	#rankingWrapper a {
		width: 100%;
		display: block;
		margin-bottom: 12px;
		text-decoration: none;
	}
	
	#rankingWrapper ul { 
		position: relative;
	}
	
	#rankingWrapper ul::before { 
		box-sizing: border-box;
		position: absolute;
		left: 0;
		top: 0;
		content: 'No.';
		display: block;
		width: 11.6788vw;
		height: 7.2992vw;
		color: #fff;
		font-size: 2.9vw;
		padding-left: 1.75vw;
		padding-top: 2.2vw;
		/*font-weight: bold;*/
		font-family: 'HondaGlobalFontJP-Bold', sans-serif;
		font-weight: normal;
	}
	
	#rankingWrapper ul::after { 
		box-sizing: border-box;
		position: absolute;
		left: 7.2vw;
		top: 1.7vw;
		color: #fff;
		font-size: 3.4vw;
		/*font-weight: bold;*/
		font-family: 'HondaGlobalFontJP-Bold', sans-serif;
		font-weight: normal;
	}
	
	#rankingWrapper ul.no01::before {
		background: #ce9d30;
	}
	
	#rankingWrapper ul.no01::after {
		content: '1';
	}
	
	#rankingWrapper ul.no02::before {
		background: #a29d9d;
	}
	
	#rankingWrapper ul.no02::after {
		content: '2';
	}
	
	#rankingWrapper ul.no03::before {
		background: #c87441;
	}
	
	#rankingWrapper ul.no03::after {
		content: '3';
	}
	
	#rankingWrapper ul {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	
	#rankingWrapper ul li.itemName {
		width: 55vw;
		text-align: center;
		border-top: 1px solid #999;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-size: 3.2vw;
		/*font-weight: bold;*/
		font-family: 'HondaGlobalFontJP-Bold', sans-serif;
		font-weight: normal;
		color: #373737;
	}
	
	#rankingWrapper ul li.itemName.twoLine { 
	}
	
	#rankingWrapper ul li.photo { 
		width: 45vw;
	}
	
	#rankingWrapper ul li.photo p{ 
		border: 1px solid #b5b5b3;
		padding: 1px
	}
	
	#rankingWrapper ul li.photo img {
		width: 100%;
	}
}

@media only screen and (max-width: 641px) and (min-width:735px) {
	#rankingWrapper ul::after { 
		top: 2.2vw;
	}
}


/*202211add A-Collectのバナー*/
.categoryTop-acollectbnr {
	margin: 70px 0;
}


@media only screen and (max-width: 736px) {
	.categoryTop-acollectbnr {
		width: 92vw;
		height: 38vw;
		margin: 6vw auto 0;
	}
	
	.categoryTop-acollectbnr img {
		width: 100%;
	}
}


/*202502add WR-Vのサムネールに入れる画像コーション　モック作ったけど公開せず*/
.category-list_wrap li a .thumb.caution_oldmodel::after {
	content: '2024年3月発売モデルとなります。';
	position: absolute;
	bottom: 2px;
	right: 2px;
	display: inline-block;
	padding: 0.2em;
	background: #000;
	color: #fff;
	font-size: 11px;
}


@media only screen and (max-width: 736px) {
	.category-list_wrap li a .thumb.caution_oldmodel::after {
		/*content: '2024年3月発売モデルとなります。';
		position: absolute;
		bottom: 2px;
		right: 2px;
		display: inline-block;
		padding: 0.2em;
		background: #000;
		color: #fff;*/
		font-size: 2.4vw;
		letter-spacing: -0.05em;
	}
}

