@charset "utf-8";
@media screen and (max-width : 768px){ 
/*------------------------------------------------------------------------------------------
*
*
    common_sp.css
        max-width : 768px
*
*
------------------------------------------------------------------------------------------ */
	.dropmenu_inner li a{
		box-sizing: border-box !important;
		padding-left: 25px !important;
	}
	header.sp h1 img{ width: 44px; height: auto; margin: -38px 0; position: relative; z-index: 100;}
	header .collapse-button{ position: absolute; top: 25px; left: 15px; z-index: 101;}
	
	/* common style */
	body{ position: static !important;}
	header br, footer br, #contents_area br{ display: none !important;}
	header br.sp, footer br.sp, #contents_area br.sp{ display: inline !important;}
	.switch_pc{ display: none;}
	
	
	/* ------------------------------------------------------------------------------------------
	*
	#access_header
	*
	------------------------------------------------------------------------------------------ */
	#access_header {
		width: 100%;
		z-index: 1000;
		position: absolute;
		top: 58px;
	}
	
	#access_header.fixed {
		position: fixed;
		top: 0;
	}
	
	#access_header h1 {
		font-size: 15px;
		line-height: 31px;
		font-weight: bold;
		text-align: center;
		background-color: rgba(255, 255, 255, 1);
	}

	#access_header a {
		color: #444;
	}

	/* ------------------------------------------------------------------------------------------
	*
	#global_navigation
	*
	------------------------------------------------------------------------------------------ */
	#global_navigation{
		width: 100%;
		padding: 0;
		height: 55px;
		background-color: #fff !important;
		border-bottom: 1px solid #eee;
		top: 89px;
		left: 0;
		position: absolute;
		z-index: 100;
	}

	#global_navigation li, #global_navigation a{
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		-webkit-transform-style: preserve-3d;
	}

	#global_navigation.fixed{
		top: 31px;
		position: fixed;
	}

	#global_navigation_inner{
		margin: 0;
		position: relative;
		transition: margin .2s ease;
	}

	#global_navigation_inner h2{
		width: 100%;
		height: 55px;
		line-height: 55px;
		background-color: #ececec;
		z-index: 10;
		position: relative;
		text-align: center;
	}

	#global_navigation_inner h2 img{
		width: 125px;
		height: auto;
		vertical-align: middle;
	}

	#side_nav_inner .gnav_ico{
		display: none;
	}

	#global_navigation_inner .gnav_ico{
		width: 55px;
		height: 55px;
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		cursor: pointer;
		z-index: 10000;
	}

	#global_navigation_inner .gnav_ico span{
		transition: all .4s ease;
	}

	#global_navigation_inner .gnav_ico span.top{
		width: 28px;
		border-top: 2px solid #444;
		position: absolute;
		top: 17px;
		left: 15px;
	}

	#global_navigation_inner .gnav_ico span.mid{
		content: '';
		display: block;
		width: 28px;
		border-top: 2px solid #444;
		position: absolute;
		top: 24px;
		left: 15px;
	}

	#global_navigation_inner .gnav_ico span.btm{
		text-align: center;
		display: block;
		width: 60px;
		font-size: 9px;
		position: absolute;
		top: 32px;
		left: -1px;
	}

	#global_navigation_inner .gnav_ico.on span{
		border-color: #222;
	}

	#global_navigation_inner .gnav_ico.on span.top{
		width: 23px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin: 8px 0 0 0;
	}

	#global_navigation_inner .gnav_ico.on span.mid{
		width: 23px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin: 1px 0 0 0;
	}

	#global_navigation_inner .gnav_ico.on span.btm{
		opacity: 0;
		margin: 5px 0 0 0;
	}

	#gnav_list{
		width: 100%;
		height: auto !important;
		float: none;
		visibility: hidden;
		position: absolute;
		top: 55px;
		left: 0;
	}

	.fixed #gnav_list{
		top: 55px;
	}

	#gnav_list .overlay{
		width: 100%;
		height: 100%;
		background-color: #fff;
		position: fixed;
		top: 55px;
		left: 0;
		z-index: 1;
	}

	#gnav_list_inner{
		display: none;
		overflow-y: scroll;
		overflow-x: hidden !important;
		-webkit-overflow-scrolling: touch;
		position: relative;
		z-index: 10000;
	}

	#gnav_list_inner li{
		background-color: #ececec;
		text-align: left;
	}

	#gnav_list_inner .parents p.current,
	#gnav_list_inner li.current{ background-color: #cacaca;}

	#gnav_list_inner .parents p{ cursor: pointer !important;}
	#gnav_list_inner .parents p a{ pointer-events: none;}

	#gnav_list_inner li a{
		height: 51px;
		padding: 0 0 0 35px;
		display: block;
		line-height: 51px;
		color: #444;
		font-size: 14px;
	}

	#gnav_list_inner li ul{
		overflow: hidden;
	}

	#gnav_list_inner li ul li{
		background-color: #ededed !important;
	}

	#gnav_list_inner li ul a{
		position: relative;
		padding-left: 60px;
		font-size: 12px;
	}


	#gnav_list_inner li a:after{
		content: '';
		width: 7px;
		height: 51px;
		display: block;
		background-image:url(../img/parts_ico_btm_global_nav_arrow.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 7px;
		position: absolute;
		top: 0;
		right: 24px;
		transition: all .1s ease;
		-webkit-transition: all .1s ease;
	}

	#gnav_list_inner li a:hover:after{
		right: 19px;
	}

	#gnav_list_inner li p a:after{
		width: 11px;
		background-image:url(../img/parts_ico_btm_global_nav_plus.png);
		background-size: 11px;
		right: 22px;
	}

	#gnav_list_inner li p a:hover:after{
		right: 22px;
	}

	#gnav_list_inner li p.on a:after{
		background-image:url(../img/parts_ico_btm_global_nav_minus.png);
		transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
	}

/*
	#global_navigation .dealer_option,
	#gnav_list_inner .other {
		padding: 0 20px;
		background: #ececec;
	}
*/
	#global_navigation .dealer_text {
		display: flex;
		height: 50px;
		font-size: 14px;
	}
	#global_navigation .dealer_text span {
		margin: auto 5px;
	}

	.gnav_list li,
	#gnav_list_inner .other li {
		border-top: 1px solid #a4a4a4;
	}

	#gnav_list_inner .other a {
		padding: 0 5px;
	}


	/* ------------------------------
	#side_navigation
	------------------------------ */
	.only_sp #side_navigation,
	.only_tablet #side_navigation{
		margin-bottom: 200px;
	}

	#side_navigation{
		border-top: 1px solid #a4a4a4;
	}

	#side_navigation li{
		width: 100% !important;
		height: 106px;
		border-right: 1px solid #a4a4a4;
		box-sizing: border-box;
		padding: 0;
		float: left;
		background-color: none;
		background-image: url(../image_gNavi/parts_gnav_ico_bg_sp.png);
		overflow: hidden;
		position: relative;
	}
	
/*	#side_navigation li:last-child {
		width: 33.4% !important;
	}*/

	#side_navigation li span{
		display: none;
	}

	#side_navigation li:last-child{
		border: none;
	}

	#side_navigation li a{
		width: 100% !important;
		height: 106px;
		padding: 0;
		display: block;
		background-repeat: no-repeat;
		background-size: auto 106px;
		background-position: center;
		background-color: none;
		transition: opacity .1s ease;
		position: relative;
	}
	#side_navigation li a:hover{ opacity: .7 !important;}
	#side_navigation li a:after{ display: none;}
	#side_navigation li a:hover:after{ right: 0;}

	#side_navigation li:last-child a:after{ display: none;}

	#side_navigation li.side_catalog a{ background-image:url(../img/parts_side_nav_catalog_sp.png);}
	#side_navigation li.side_3d{display: none;}
	#side_navigation li.side_estimate a{ background-image:url(../img/parts_side_nav_estimate_sp.png);}
	#side_navigation li.side_car a{ background-image:url(../img/parts_side_nav_car_sp.png);}

	/* ------------------------------ */

	#top_topic_path{
		width: inherit;
		margin: 100px auto 20px auto;
		font-size: 15px;
	}

	#top_topic_path ul{
		padding: 0 15px;
	}


	#contents_area{
		width: 100%;
		box-sizing: border-box;
		margin-top: 87px;
	}
	
	#ua-wrapper {
		margin-top: 87px;
		line-height: 1.3;
	}

	#ua-wrapper sup {
		vertical-align: super;
		font-size: smaller;
	}

	.btn_pagetop{
		width: 38px;
		height: 38px;
		background-image:url(../img/btn_pagetop.png);
		background-repeat: no-repeat;
		background-size: 38px;
		opacity: 0;
		visibility: hidden;
		position: fixed;
		bottom: 10px;
		right: 10px;
		cursor: pointer;
		transition: opacity .1s ease;
		z-index: 10;
	}

	.btn_pagetop:hover{ opacity: .7 !important; z-index: 65535;}
	
	.modal_mov_open a {
		display: block;
		position: relative;
	}

	.modal_mov_open a:hover {
		opacity: .7;
	}

	.modal_mov_open a::after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: url(../img/icon_play_sp.png) center center no-repeat;
		background-size: 50px;
	}
	/* ------------------------------
	#movie_modal
	------------------------------ */
	#movie_modal{
		width: 100%;
		height: 100%;
		display: none;
		visibility: hidden;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 65535;
	}

	#movie_modal .movie_overlay{
		width: 100%;
		height: 100%;
		background-color: #fff;
		opacity: 1;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
	}

	#movie_modal .movie_btn_close{
		width: 20px;
		height: 20px;
		margin: 0 0 0 0;
		background-image:url(../img/parts_modal_close.png);
		background-repeat: no-repeat;
		background-size: 20px;
		position: fixed;
		top: 10px;
		left: 10px;
		z-index: 2;
		cursor: pointer;
		transition: opacity .1s ease;
	}

	#movie_modal .movie_btn_close:hover{
		opacity: .7;
	}

	#movie_modal_inner{
		margin: 0 auto;
		opacity: 0;
		text-align: center;
		position: fixed;
		top: 0;
		z-index: 2;
	}

	#movie_modal_data{
		width: 100%;
	}


/* ----------------------------------------
	link, section 
---------------------------------------- */

	.link {
		text-align: center;
		font-size: 16px;
		line-height: 24px;
	}
	.link a {
		display: inline-block;
		color: #0064a1;
	}
	.link a:after{
		content: '';
		display: inline-block;
		position: relative;
		right: -5px;
		top: 4px;
		width: 20px;
		height: 20px;
		background: url(../img/parts_ico_btn_detail_arrow.png) 50% 0 / 20px no-repeat;
	}

	.section .link.frame a {
		padding: 12px 24px 12px 18px;
		border: 1px solid #0064a1;
		border-radius: 2px;
		background: none;
	}
	.section .link.frame a span {
		display: inline-block;
		color: #0064a1;
	}

	.section,
	.block,
	.block_inner {
		margin: auto;
	}
	.section img {
		width: 100%;
	}

	.section br:not(.sp) {
		display: none;
	}

	.block_inner {
		margin: 0 15px;
	}


	/* ------------------------------
	#footer_topic_path
	------------------------------ */
	#footer_topic_path {
		background-color: #f0f0f0;
	}

	#footer_topic_path ul {
		margin: 0 auto;
		padding: 5px 15px 0 15px;
		position: relative;
		white-space: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	#footer_topic_path ul li {
		padding: 10px 0 12px;
		font-size: 12px;
		line-height: 16px;
		display: inline-block;
		text-align: left;
	}

	#footer_topic_path ul li a {
		color: #444;
	}

	#footer_topic_path ul li::after {
		content: "＞";
		margin-left: 7px;
		margin-right: 0px;
	}
	
	#footer_topic_path ul li:last-child::after {
		content: none;
	}
	
	footer {
		
	}
	
	footer .quick_link_wrap li {
		height: 51px;
		background-color: #f0f0f0;
		border-top: 1px solid #dcdcdc;
		position: relative;
		text-align: left;
	}
	
	#contents_area footer .quick_link_wrap li a,
	footer .quick_link_wrap li a{
		padding: 0 0 0 50px;
		font-size: 14px;
		line-height: 51px;
		color: #444;
		background-repeat: no-repeat;
		display: block;
	}
	
	#contents_area footer .quick_link_wrap li.pdf a,
	footer .quick_link_wrap li.pdf a {
		background-size: 23px auto;
		background-position: 15px center;
		background-image: url(../img/icon_footer_pdf.png);
	}

	#contents_area footer .quick_link_wrap li.estimate a,
	footer .quick_link_wrap li.estimate a {
		background-size: 18px auto;
		background-position: 18px center;
		background-image: url(../img/icon_footer_estimate.png);
	}

	#contents_area footer .quick_link_wrap li.view_3d a,
	footer .quick_link_wrap li.view_3d a {
		background-size: 24px auto;
		background-position: 14px center;
		background-image: url(../img/icon_footer_3d.svg);
	}

	#contents_area footer .quick_link_wrap li.car a,
	footer .quick_link_wrap li.car a {
		background-size: 28px auto;
		background-position: 13px center;
		background-image: url(../img/icon_footer_car.png);
	}

	#contents_area footer .quick_link_wrap li a:after,
	footer .quick_link_wrap li a:after {
		content: '';
		width: 7px;
		height: 51px;
		display: block;
		background-image:url(../img/parts_ico_btm_global_nav_arrow.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 7px;
		position: absolute;
		top: 0;
		right: 24px;
		transition: all .1s ease;
		-webkit-transition: all .1s ease;
	}
	
	#contents_area footer .quick_link_wrap li a:hover::after,
	footer .quick_link_wrap li a:hover::after {
		right: 19px;
	}
	
	footer .slider_wrap {
		margin: 25px 0 0;
	}
	
	footer .guaranteed {
		margin: 30px 15px 60px;
	}
	
	footer .guaranteed .logo {
		width: 150px;
		margin: 0 auto 25px;
	}
	
	footer .guaranteed .logo img {
		width: 100%;
	}
	
	footer .guaranteed .text {
		font-size: 12px;
		line-height: 16px;
	}
	
	footer .guaranteed .text .link {
		font-size: 11px;
		line-height: 16px;
		margin-left: 0;
		margin-bottom: 10px;
		text-align: left;
	}
	
	footer .guaranteed .text .link a {
		color: #0064a1;
		margin: 0;
	}
	
	footer .guaranteed .text .link a::after {
		content: '';
		display: inline-block;
		position: relative;
		right: -5px;
		top: 2px;
		width: 12px;
		height: 12px;
		background: url(../img/parts_ico_btn_detail_arrow.png) right center no-repeat;
		background-size: 12px auto;
	}
}