@charset "utf-8";

@media print, screen and (min-width : 769px){
	.link {
		margin: 0 auto 20px;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}
	
	.link a {
		color: #0064a1;
		display: inline-block;
	}
	
	.link a:after{
		content: '';
		width: 20px;
		height: 20px;
		display: inline-block;
		background-image: url(/ACCESS/auto-archive/n-wgn/2025/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 {
		width: 100%;
		min-width: 980px;
		margin: 0 auto 100px;
		position:relative;
	}
	
	#main_visual .img_slider {
		width: 100%;
	}
	
	#main_visual .img_slider .slider_cont {
		width: 980px;
		height: 385px;
		margin: 0 auto;
		position: relative;
		box-sizing: border-box;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	#main_visual .img_slider .slider_cont .swrap{
		padding-bottom:0px;
	}
	#main_visual .img_slider .slider_cont .copy {
		margin: 0px 0 30px 20px;
		font-size: 24px;
		line-height: 30px;
	}
	#main_visual .img_slider .nm .slider_cont .copy {
		color:#fff;
	}
	
	#main_visual .img_slider .slider_cont .logo {
		margin: 0 0 30px 50px;
	}
	
	#main_visual .img_slider .slider_cont .switch_title {
		font-size: 14px;
		margin: 0 0 5px 20px;
	}

	#main_visual .img_slider .nm .slider_cont .switch_title {
		color:#fff;
	}
	#main_visual .img_slider .slider_cont .equip_switch {
		position: relative;
		margin-left: 20px;
		border: 1px solid transparent;
		display: inline-block;
	}
	#main_visual .img_slider .slider_cont .equip_switch.w_border {
		border-color: #fff;
	}
	#main_visual .img_slider .slider_cont .equip_switch li {
		width: 80px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
		float: left;
		background-color: #ddd;
		text-align: center;
		cursor: pointer;
	}
	
	#main_visual .img_slider .slider_cont .equip_switch li span {
		position: relative;
		display: block;
	}
	
	#main_visual .img_slider .slider_cont .equip_switch li span::after {
		content: "";
		width: 100%;
		border-bottom: 4px solid transparent;
		position: absolute;
		bottom: -13px;
		left: 0;
		display: inline-block;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	
	/* 装着 */
	#main_visual .slider_inner.on .slider_cont .equip_switch li.on {
		background-color: #444;
		color: #fff;
	}

	#main_visual .slider_inner.on .slider_cont .equip_switch li.off {
		background-color: #ddd;
		color: #444;
	}

	#main_visual .slider_inner.on .slider_cont .equip_switch li.off:hover {
		background-color: #c9c9c9;
	}
	
	#main_visual .slider_inner.on .slider_cont .equip_switch li.off span::after {
		bottom: -7px;
	}
	
	/* 非装着 */
	#main_visual .slider_inner.off .slider_cont .equip_switch li.off {
		background-color: #444;
		color: #fff;
	}
	#main_visual .slider_inner.off .slider_cont .equip_switch li.off span::after {
		border-bottom-color: #fff;
	}

	#main_visual .slider_inner.off .slider_cont .equip_switch li.on {
		background-color: #ddd;
		color: #444;
	}
	#main_visual .slider_inner.off .slider_cont .equip_switch li.on:hover {
		background-color: #c9c9c9;
	}

	#main_visual .slider_inner.off .slider_cont .equip_switch li.on span::after {
		bottom: -7px;
	}
	
	#main_visual .slider_inner.cs.off .slider_cont .equip_switch.w_border li.off span::after,
	#main_visual .slider_inner.cs.on .slider_cont .equip_switch.w_border li.on span::after {
	border-bottom-color: #444444;
	}
	#main_visual .slider_inner.nm.off .slider_cont .equip_switch.w_border li.off span::after,
	#main_visual .slider_inner.nm.on .slider_cont .equip_switch.w_border li.on span::after {
	border-bottom-color: #fff;
	}

	#main_visual .img_slider .slider_cont .img {
		position: absolute;
		top: 10px;
		right: 10px;
	}


	#main_visual .img_slider .slider_cont .img img {
        height: 365px;
		transition: opacity .2s ease;
		width:auto;
	}
	
	#main_visual .img_slider .slider_cont .img img.off {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}
	
	#main_visual .img_slider .slider_inner.off .slider_cont .img img.off {
		opacity: 1;
	}
	
	#main_visual .img_slider .slider_inner.off .slider_cont .img img.on {
		opacity: 0;
	}

	#main_visual .slider_inner {
		background-image:url(../img/main_bg.jpg);
		background-size:auto 385px;
		
	}

	#main_visual .slider_inner:after{
		content:"";
		z-index:0;
		position:absolute;
		top:0;
		width:1000px;
		height:385px;
		right:50%;
		margin-right:200px;
		
	}
	#main_visual .slider_inner.nm:after{
		background-color:#B00E17;
	}
	#main_visual .slider_inner.cs:after{
		background-color:#CBCBCB;
	}
	#main_visual .img_slider .slider_cont{
		position:relative;
		z-index:2;
	}
	/* .section */
	.section {
		margin: 0 auto 70px;
	}
	
	.section.gray {
		padding-top: 70px;
		padding-bottom: 70px;
		background-color: #f0f0f0;
	}

	.section h3 {
		margin: 0 auto 70px;
		font-size: 38px;
		font-weight: normal;
		text-align: center;
	}

	.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;
	}
	
	.link a:after{
		content: '';
		width: 20px;
		height: 20px;
		display: inline-block;
		background-image: url(/ACCESS/auto-archive/n-wgn/2025/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: -7px;
	}	
	/* .block */
	.block {
		margin: 0 auto 180px;
	}
	
	.block .block_inner {
		width: 880px;
		margin: 0 auto;
	}
	
	.block .block_inner.wide {
		width: 980px;
	}
	
	.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_saledate{
        width: 880px;
        border-top: 1px solid #dbdbdb;
        padding: 20px 0;
		margin-bottom:0;
    }
    #section_saledate li {
        font-size: 12px;
		text-align:center;
        line-height: 18px;
        color: #444;
    }
	/* _________________________________________*/
	/* ピックアップ */
	#section_special .img_slider_wrap{
		height:511px;
		width:100%;
	}
	#section_special .img_slider {
		width: 1440px !important;
		height:509px;
		margin: 0 auto;
		top:0;
		left:50%;
		margin-left:-720px;
	}
	#section_special .img_slider .slick-arrow{
		top:auto !important;
	}
	#section_special .img_slider div {

    text-align: left;
    outline: none;
    margin: 0 0 10px 0;

}
	#section_special .img_slider .slider_inner {
		position: relative;
		margin:0;
		padding: 0;
		
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
	}
	#section_special .img_slider .slider_inner {
padding:0 2px 0 1px;
	}
	
	#section_special .img_slider .slider_inner p{
		position: absolute;
		overflow: hidden;
	}
	
	#section_special .img_slider .slider_inner p img {
		position: relative;
		transition: none;
	}
	#section_special .img_slider.coorde_slider01 .slider_inner .bg img {
		height:499px;
		width:auto;
		margin:0 0;
	}
	#section_special .img_slider.coorde_slider02 .slider_inner .bg img {
		height:495px;
		width:auto;
		margin:0 auto;
	}
	
	#section_special .img_slider .slider_inner .logo {
		width: 58.05%;
		top: 8.22%;
		left: 0;
	}
	
	#section_special .img_slider .slider_inner .img01 {
		width: 26.94%;
		bottom: 0;
		left: 0;
		z-index: 0;
	}
	
	#section_special .img_slider .slider_inner .img02 {
		width: 19.375%;
		bottom: 0;
		left: 21.1%;
	}
	
	#section_special .img_slider .slider_inner .img03 {
		width: 19.375%;
		bottom: 0;
		left: 33.42%;
		z-index: 0;
	}
	
	#section_special .img_slider .slider_inner .car {
		width: 36%;
		top: 25.97%;
		left: 47.78%;
	}
	
	#section_special .modal_mov_open img {
		width: 100%;
	}
	
	/* アイテム */
	#section_items {
		margin-bottom: 0;
	}
	/* 
	#section_items .item_list {
		width: 880px;
		margin: 0 auto 50px;
	}
	
	#section_items .item_list li {
		margin: 0 auto 20px;
		background-color: #fff;
	}
	
	#section_items .item_list li a {
		color: #444;
	}
	
	#section_items .item_list .img {
		line-height: 0;
		font-size: 0;
		position: relative;
		overflow: hidden;
	}
	
	#section_items .item_list .img img {
		width: 384px;
		height: auto;
		-webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}
	
	#section_items .item_list li:hover .img img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	
	#section_items .item_list .box {
		width: 496px;
		padding-left: 40px;
		box-sizing: border-box;
	}
	
	#section_items .item_list h4 {
		margin-bottom: 10px;
		font-size: 26px;
		line-height: 38px;
		font-weight: bold;
	}
	
	#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-right: 26px;
		background: url(/ACCESS/auto-archive/n-wgn/2025/common/img/parts_ico_btn_detail_arrow.png) right center no-repeat;
		background-size: 20px auto;
		display: inline-block;
	} */
	

	/* アイテム - 22/08 */
	#section_items img {
		max-width: 100%;
		height: auto;
	}
	#section_items .item_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 70px;
	}
	#section_items .item_list li {
		width: 475px;
		background: #fff;
	}
	#section_items .item_list li:nth-child(n+3) {
		margin-top: 30px;
	}
	#section_items .item_list li a {
		display: block;
		color: #444;
	}

	#section_items .item_list .img {
		overflow: hidden;
		position: relative;
	}
	#section_items .item_list .img img {
		transition: transform .3s ease-out;
	}
	#section_items .item_list li:hover .img img {
		transform: scale(1.05);
	}

	#section_items .item_list .box {
		padding: 30px 40px;
	}
	#section_items .item_list .img_change .img .hover {
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
	}

	#section_items .item_list .img_change:hover .img .hover {
		opacity: 1;
	}

	#section_items .item_list h4 {
		font-weight: bold;
		font-size: 26px;
		line-height: 38px;
	}
	#section_items .item_list h4 small {
		display: block;
		margin-bottom: 6px;
		font-size: 14px;
		line-height: 1;
	}

	#section_items .item_list .copy {
		margin-top: 10px;
		font-size: 18px;
		line-height: 24px;
	}

	#section_items .item_list .link {
		margin-top: 30px;
		text-align: left;
		color: #0064a1;
	}
	#section_items .item_list .link span {
		display: inline-block;
		padding-right: 26px;
		background: url(../common/img/parts_ico_btn_detail_arrow.png) 100% 50% / 20px no-repeat;
	}
	
	/* --* 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;
	}

	.saledate{
		font-size:13px;
		text-align:center;
		
	}
	
	
	.sp {
		display: none;
	}


	/* スペシャルコンテンツ - 2022/18 */
	#section_special {
		margin-top: 110px;
		margin-bottom: 100px;
	}
	#section_special h3 {

	}
	#section_special h3 span {
		width: 430px;
		padding-bottom: 22px;
	}
	#section_special .section_lead {
		text-align: center;
		font-size: 36px;
		line-height: 1.6;
		margin-bottom: 38px;
	}
	#section_special .special_pic {
		max-width: 1440px;
		margin: 0 auto 95px;
	}
	#section_special .special_pic img {
		width: 100%;
		height: auto;
	}
	#section_special .link_special {

		text-align: center;
	}
	#section_special .link_special a {
		display: inline-block;
		border: 1px solid #0064a0;
		border-radius: 4px;
		padding: 16px 36px;
		text-align: center;
		color: #0064a0;
		font-size: 16px;
		line-height: 20px;
	}
	#section_special .link_special span {
		display: inline-block;
		padding-right: 26px;
		background: url(../common/img/parts_ico_btn_detail_arrow.png) right center / 20px no-repeat;
	}

	#section_items .bnr{
		margin: 80px auto 10px;
		text-align: center;
	}
	#section_items .block {
		margin: 0 auto 0;
	}
	
}