@charset "utf-8";

@media print, screen and (min-width : 769px){
	.sponly {
		display:none;
	}

	.link {
		margin: 10px auto 0;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}

	.link a {
		padding-right: 26px;
		color: #0064a1;
		display: inline-block;
	}

	.link a:after{
		content: '';
		width: 20px;
		height: 20px;
		display: inline-block;
		background-image: url(/ACCESS/hondae/common/img/parts_ico_btn_detail_arrow.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 20px 20px;
		position: relative;
		top: 4px;
		right: -5px;
	}
	/* メインビジュアル */
	#main_visual {
		position: relative;
		width: 100%;
	}

	.main_box {
		/*background: #000;*/
	}

	#main_visual img {
		width: 100%;
		position: relative;
		margin-top: -5%;
		margin-bottom: -4%;
		z-index: 5;
	}

	.main_inner {
		max-width: 980px;
		margin: 0 auto;
		position: relative;
	}

	.main_inner .img {
		width: 720px;
		margin: auto;
		overflow: hidden;
		position: relative;
	}

	/*.main_inner .img:before {
		content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
    transform-origin: left bottom;
    transform: rotate(15deg) scale(2);
	}*/

	/* --* SPORTY *-- */
	#main_visual .sporty {
		/*
		background-color: #d9d9d9;
		*/
		background-color:#000;
		color: #fff;
	}

	/* --* TOUGH *-- */
	#main_visual .tough {
		/*
		background-color: #0d2963;
		*/
		background-color:#000;
		color: #fff;
	}

	/* .section */
	.section {
		margin: 0 auto 70px;
	}

	.section.gray {
		padding-top: 40px;
		padding-bottom: 10px;
		background-color: #f0f0f0;
	}

	.section h3 {
		font-size: 26px;
	}

	.section h3 span {
		width: 270px;
		padding: 0 0 14px;
		border-bottom: 4px solid #444;
		display: inline-block;
	}

	.section .link.section_end {
		margin-top: -100px;
		margin-bottom: 80px;
	}

	.section .link.frame a {
		padding: 12px 24px;
		border: 1px solid #0064a1;
		border-radius: 2px;
		background: none;
	}

	.section .link.frame a span {
		color: #0064a1;
		display: inline-block;
	}

	.section .link.frame a::after {
		right: -7px;
	}

	/* .block */
	.block {
		margin: 0 auto 180px;
	}

	.block .block_inner {
		max-width: 1440px;
		min-width: 880px;
		margin: 0 auto;
	}

	.block .block_copy {
		margin-bottom: 30px;
		font-size: 38px;
		line-height: 54px;
		text-align: center;
	}

	/* インフォメーション */
	#section_info {
		width: 880px;
		border-top: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
		padding: 20px 0;
	}
	#section_info li {
		font-size: 12px;
		line-height: 18px;
		color: #444;
	}

	/* ピックアップ */
	#section_special .img_wrap {
		position: relative;
		max-width: 1440px;
		margin: auto;
		/* left: -280px; */
	}
	#section_special .img_wrap .slick-slider .slick-track {
		padding-bottom:2rem;
	}

	.slick-slide .switch_sp {
		display: none;
	}

	#section_special .img_slider .slider_inner {
		position: relative;
	}

	#section_special .img_slider .slider_inner .car {
		width: 36%;
		top: 25.97%;
		left: 47.78%;
	}

	.img_wrap img {
		display: block;
		width: 100%;
		height: auto;
	}

	/* アイテム */
	#section_items {
		margin-bottom: 0;
	}

	#section_items .item_list {
		width: 880px;
		margin: 0 auto 50px;
	}

	#section_items .item_list li {
		margin: 0 auto 20px;
		padding: 20px;
		background-color: #fff;
		flex-wrap: wrap;
		position: relative;
	}

	#section_items .item_list li div.box_flex {
		width: 50%;
		flex-wrap: wrap;
	}

	#section_items .item_list li div.box {
		display: inline-block;
		width: 48%;
    vertical-align: top;
	}

	#section_items .item_list li div {
		width: 50%;
	}

	#section_items .item_list li > div:last-child {
		width: 45%;
		position: absolute;
		margin: auto 0;
		top: 0;
		bottom: 0;
		right: 0;
		height: 40px;
	}

	#section_items .item_list .img {
		line-height: 0;
		font-size: 0;
		position: relative;
		overflow: hidden;
	}

	#section_items .item_list .img img {
		width: 100%;
		height: auto;
		-webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}

	#section_items .item_list a:hover .img img {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0.6;
	}

	#section_items .item_list a:hover .link {
		opacity: 0.6;
	}

	#section_items .item_list .box {
		width: 25%;
		box-sizing: border-box;
	}

	#section_items .item_list .box:nth-child(even) {
		margin-left: 2.5%;
	}

	#section_items .item_list .box:nth-child(n+3) {
		margin-top: 4%;
	}

	#section_items .item_list h4 {
		font-size: 26px;
		line-height: 38px;
		font-family: "HondaGlobalFontJP-Bold", sans-serif;
	}

	#section_items .item_list .copy {
		margin-bottom: 35px;
		font-size: 18px;
		line-height: 24px;
	}

	#section_items .item_list .link {
		color: #0064a1;
		text-align: left;
	}

	#section_items .item_list .link span {
		padding-left: 25px;
		background: url(../common/img/parts_ico_btn_detail_arrow.png) left top no-repeat;
		background-size: 20px auto;
		display: inline-block;
		color: #231815;
	}

	/* --* enquete *-- */
	.enquete {
		width: 232px;
		position: absolute;
		bottom: 65px;
		left: 50%;
		margin-left: -471px;
		background-color: rgba(48, 48, 48, 1);
		border-radius: 7px;
	}

	.enquete a {
		display: block;
		color: #fff !important;
		text-decoration: none !important;
		line-height: 1.5em;
		font-size: 13px;
		background: url(../common/img/parts_ico_btn_detail_arrow_w.png) right center no-repeat;
		background-size: 20px auto;
		background-position: center right 10px;
		padding: 10px;
		padding-right: 40px;
	}

	.enquete a small {
		font-size: 10px;
	}
}
