 @charset "utf-8";
@import url("img_slider.css");

/*------------------------------------------------------------------------------------------
*
*
car_common.css
*
*
------------------------------------------------------------------------------------------ */

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}/*HTML5display-roleresetforolderbrowsers*/article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}

/* overwrite */
body {
	font-size:80%;
	line-height: 1.3;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;}

#auto-header, #auto-header-overlay{ z-index: 65535 !important;}

a, li, p, div, button{ outline: none !important; }
header, footer { line-height: 1;}
header a, footer a, #contents_area a, #footer_topic_path a { text-decoration: none;}
.bold{ font-weight: bold !important;}

#auto-header { line-height: 1;}
/* ------------ */

body.only_sp .device_pc_only,
body.only_tablet .device_pc_only{ display: none !important;}

.device_sp_only{ display: none !important;}
body.only_sp .device_sp_only,
body.only_tablet .device_sp_only{ display: inherit !important;}

body.only_tablet .quick_link_wrap .view_3d.switch_pc { display: block !important;}

body.only_sp footer .view_3d.switch_pc { display: none !important;}

/* ------------------------------------------------------------
*
#contents_area
*
------------------------------------------------------------ */
#contents_area{
	color: #444;
	position: relative;
	text-align: left;
	overflow: hidden;
	line-height: 1;
}

#contents_area:after{
	content: '';
	clear: both;
	display: block;
}

#contents_area a{ color: #0064a1; transition: opacity .1s ease;}
#contents_area a:hover{ opacity: .7;}

#contents_footer_navigation{
	text-align: left;
}


/* ------------------------------------------------------------
*
MOVIE PLAYER
*
------------------------------------------------------------ */
.bc-iframe body, .bc-player-4k5Jg43ag_default { background-color: transparent;}
.bc-player-4k5Jg43ag_default .vjs-poster { background-color: transparent;}
.bc-player-4k5Jg43ag_default.vjs-mouse .vjs-big-play-button { top: 0; left: 0;}
.bc-player-4k5Jg43ag_default.vjs-mouse .vjs-big-play-button {
	left: 242px\9 !important;
	top: 140px\9 !important;
}
.vjs-big-play-button {
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	margin: auto;
}

.only_sp .vjs-big-play-button{
	/*    display: none; */
}

.bc-player-4k5Jg43ag_default .vjs-progress-holder:before {
	background-color:#000 !important;
	filter:alpha(opacity=30) !important;
	opacity:0.3!important;
}

.bc-player-4k5Jg43ag_default .vjs-load-progress {
	background-color:#c00 !important;
	background-color:#000\9 !important;
	filter:alpha(opacity=0) !important;
	opacity:0.3!important;
}

.bc-player-4k5Jg43ag_default .vjs-play-progress, .bc-player-4k5Jg43ag_default .vjs-volume-level {
	background-color:#c00!important;
}

.movie_player{
	display: none;
}

#movie_modal_data video,
#movie_modal_data .video-js{
	width: 100% !important;
	height: auto !important;
	position: relative;
}

#movie_modal .m_mov{
	display: none;
}

.box_link img{
	transition: opacity .1 ease;
}

.box_link:hover img{
	opacity: .7;
}

@media print {
	#access_header {
		position: relative !important;
	}
	
	#global_navigation {
		position: absolute !important;
		top: 101px !important;
	}
}

@media print, screen and (min-width : 769px){
	/*------------------------------------------------------------------------------------------
	*
	*
	min-width : 769px
	*
	*
	------------------------------------------------------------------------------------------ */
	#auto-header, #auto-header-overlay{ min-width: 980px;}
	
	/* common style */
	body{ position: relative !important; overflow: auto !important;}
	header br, footer br, #contents_area br{ display: block !important;}
	header br.sp, footer br.sp, #contents_area br.sp{ display: none !important;}
	.switch_sp{ display: none;}
	

	.box_flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	/* ------------------------------------------------------------------------------------------
	*
	#access_header
	*
	------------------------------------------------------------------------------------------ */
	#access_header {
		width: 100%;
		min-width: 980px;
		height: 45px;
		background: rgba(255, 255, 255, 0.8);
		z-index: 100;
		position: absolute;
		top: 100px;
		left: 0;
	}
	
	#access_header.fixed {
		position: fixed;
		top: 0;
	}
	
	#access_header > div {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		position: relative;
	}
	
	#access_header p {
		position: absolute;
		top: 0;
		right: 20px;
	}
	
	#access_header p a {
		display: block;
		padding-left: 45px;
		background: url(../img/icon_gnav_car.png) 0 50% no-repeat;
		background-size: 35px;
		line-height: 45px;
	}

	#access_header h1 {
		margin: 0 0 0 20px;
		color: #444;
		font-size: 22px;
		line-height: 45px;
		font-weight: bold;
		position: absolute;
		vertical-align: middle;
	}

	#access_header a {
		color: #444;
	}
	
	/* ------------------------------------------------------------------------------------------
	*
	#global_navigation
	*
	------------------------------------------------------------------------------------------ */
	.gnav_ico{ display: none;}
	#global_navigation{
		width: 100%;
		min-width: 980px;
		height: 76px;
		background: rgba(237, 237, 237, 0.8);
		text-align: left;
		position: absolute;
		top: 145px;
		left: 0;
		z-index: 100;
	}

	#global_navigation.fixed{
		position: fixed;
		top: 45px;
	}

	#global_navigation a{
		font-size: 12px;
		font-weight: bold;
		color: #444;
	}

	#global_navigation_inner{
		width: 980px;
		margin: 0 auto;
		position: relative;
	}

	#global_navigation h2{
		position: absolute;
		top: 27px;
		left: 20px;
	}

	#global_navigation h2 img{
		width: 108px;
	}

	#global_navigation li {
		position: relative;
		min-height: 44px;
		text-align: center;
		white-space: nowrap;
		line-height: 16px;
		transition: background .1s ease;
	}

	#global_navigation .parents p.current,
	#global_navigation li.current,
	#global_navigation li:hover{
		background-color: #dbdbdb;
		background-image: none;
	}

	#global_navigation li a{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}

	#global_navigation li ul{
		display: none;
		width: auto;
		padding: 0;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 5;
	}

	#global_navigation li ul li{
		min-width: 100px;
		line-height: 35px;
		position: relative;
		background: rgba(237, 237, 237, 0.8);
		text-align: left;
	}

	#global_navigation li ul li a {
		padding: 0 20px;
	}

	#global_navigation li ul li:hover{
		background-image: none;
	}

	#gnav_list_inner {
		display: table !important;
		float: right;
		width: 714px;
		margin-right: 6px;
	}

	#global_navigation .dealer_option,
	#gnav_list_inner .other {
		display: table-cell;
		vertical-align: bottom;
	}

	#global_navigation .dealer_text {
		overflow: hidden;
		padding: 15px 0 5px;
	}
	#global_navigation .dealer_text span {
		display: inline-block;
		position: relative;
		left: 50%;
		top: -1px;
		padding: 0 10px;
		font-size: 12px;
		transform: translateX(-50%);
	}
	#global_navigation .dealer_text span::before,
	#global_navigation .dealer_text span::after {
		content: '';
		position: absolute;
		top: 6px;
		width: 714px;
		height: 1px;
		background: #cecece;
	}
	#global_navigation .dealer_text span::before {
		left: 100%;
	}
	#global_navigation .dealer_text span::after {
		right: 100%;
	}

	#gnav_list ul.gnav_list {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#gnav_list ul.gnav_list li {
		box-sizing: border-box;
		flex: 1 0 auto;
	}

	#gnav_list_inner .other a {
		padding: 0 10px;
	}

	#gnav_list li a svg{
		margin-left: 5px;
	}

	/* ------------------------------
	#side_navigation
	------------------------------ */
	#side_navigation{
		width: 234px;
		position: fixed;
		top: 204px;
		right: 0;
		z-index: 100;
	}

	#side_navigation li{
		width: 234px;
		height: 50px;
		line-height: 50px;
		background-position: top right;
		background-repeat: no-repeat;
		background-color: rgba(82, 82, 82, 0.9) !important;
		margin-bottom: 1px;
		overflow: hidden;
		transition: opacity .1s ease;
		cursor: pointer;
		position: absolute;
		top: 0;
		right: 0;
	}

	#side_navigation li.side_catalog{ top: 0;}
	#side_navigation li.side_3d{ top: 51px;}
	#side_navigation li.side_estimate{ top: 102px;}
	#side_navigation li.side_car{ top: 102px;}

	#side_navigation li:hover{
		opacity: .8;
	}

	#side_navigation li a{
		width: 72px;
		height: 50px;
		display: block;
		font-weight: normal;
		font-size: 12px;
		color: #fff;
		position: absolute;
		right: 0px;
		text-align: left;
	}

	#side_navigation li a span{
		width: 170px;
		height: 50px;
		display: block;
		font-size: 12px;
		color: #fff;
		position: absolute;
		right: 50px;
		display: block;
	}

	#side_navigation li.side_catalog{ background-image: url("../img/parts_side_nav_catalog_pc.png");}
	#side_navigation li.side_3d{ background-image: url("../img/parts_side_nav_3d_pc.png");}
	#side_navigation li.side_estimate{ background-image: url("../img/parts_side_nav_estimate_pc.png");}
	#side_navigation li.side_car{ background-image: url("../img/parts_side_nav_car_pc.png");}

	/* ------------------------------
	#contents_area
	------------------------------ */
	#contents_area {
		margin-top: 0;
	}

	/* ------------------------------ */
	#top_topic_path{
		width: 980px;
		margin: 50px auto 20px auto;
		font-size: 16px;
	}

	#top_topic_path ul{
		padding: 0 25px;
	}

	#contents_area{
		width: 100%;
		min-width: 980px;
		padding: 121px 0 0 0;
		box-sizing: border-box;
	}
	
	#ua-wrapper {
		margin-top: 121px;
		line-height: 1.3;
	}

	#ua-wrapper sup {
		vertical-align: super;
		font-size: smaller;
	}

	.btn_pagetop{
		width: 45px;
		height: 45px;
		background-image:url(../img/btn_pagetop.png);
		background-repeat: no-repeat;
		background-size: 45px;
		opacity: 0;
		visibility: hidden;
		position: fixed;
		bottom: 20px;
		right: 20px;
		cursor: pointer;
		transition: opacity .1s ease;
		z-index: 10;
	}

	.btn_pagetop:hover{ opacity: .7 !important;}
	
	.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_pc.png) 50% 50% no-repeat;
	}
	
	/* ------------------------------
	#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: 30px;
		height: 30px;
		margin: 0 0 0 0;
		background-image:url(../img/parts_modal_close.png);
		background-repeat: no-repeat;
		background-size: 30px;
		position: fixed;
		top: 20px;
		left: 20px;
		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;
	}


/* ----------------------------------------
	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;
		border: 1px solid #0064a1;
		border-radius: 2px;
		background: none;
	}
	.section .link.frame a span {
		display: inline-block;
		color: #0064a1;
	}
	.section .link.frame a::after {
		right: -7px;
	}

	.section,
	.block,
	.block_inner {
		margin: auto;
	}

	.section br.sp {
		display: none;
	}

	.block_inner {
		width: 980px;
	}


	/* ------------------------------
	#footer_topic_path
	------------------------------ */
	#footer_topic_path {
		background-color: #f0f0f0;
	}
	
	#footer_topic_path ul {
		width: 880px;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
	
	#footer_topic_path ul li {
		padding: 14px 0 16px;
		font-size: 12px;
		line-height: 20px;
		float: left;
	}
	
	#footer_topic_path ul li a {
		color: #444;
	}
	
	#footer_topic_path ul li a::after {
		content: "＞";
		margin-left: 5px;
		margin-right: 5px;
	}
	
	/* ------------------------------
	footer
	------------------------------ */
	footer {
		min-width: 980px;
		margin: 0 auto 110px;
		border-top: 1px solid #444;
	}
	
	footer .quick_link_wrap {
		margin: 0 auto 60px;
		padding: 20px 0;
		background-color: #f0f0f0;
	}
	
	footer .quick_link {
		width: 880px;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
	
	footer .quick_link li {
		margin-right: 50px;
		float: left;
		font-size: 14px;
		line-height: 36px;
	}
	
	footer .quick_link li:last-child {
		margin-right: 0;
	}
	
	#contents_area footer .quick_link li a,
	footer .quick_link li a{
		color: #444;
	}
	
	footer .quick_link li a:before {
		content: "";
		margin-right: 10px;
		height: 36px;
		display: inline-block;
		vertical-align: middle;
	}
	
	footer .quick_link li.pdf a:before {
		width: 27px;
		background: url(../img/icon_footer_pdf.png) center center no-repeat;
		background-size: 27px auto;
	}
	
	footer .quick_link li.view_3d a:before {
		width: 34px;
		background: url(../img/icon_footer_3d.png) center center no-repeat;
		background-size: 34px auto;
	}
	
	footer .quick_link li.estimate a:before {
		width: 23px;
		background: url(../img/icon_footer_estimate.png) center center no-repeat;
		background-size: 23px auto;
	}
	
	footer .quick_link li.car a:before {
		width: 45px;
		background: url(../img/icon_footer_car.png) center center no-repeat;
		background-size: 45px auto;
	}
	
	footer .quick_link li.access {
		padding-top: 9px;
	}
	
	footer .quick_link li.access a,
	footer .quick_link li.access img {
		display: block;
	}
	
	footer .quick_link li.access a:before {
		display: none;
	}
	
	footer .slider_wrap {
		width: 930px;
		margin: 0 auto 50px;
	}
	
	footer .guaranteed {
		width: 880px;
		margin:0 auto;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	footer .guaranteed .logo img {
		width: 150px;
	}
	
	footer .guaranteed .text {
		padding-left: 10px;
		font-size: 11px;
		line-height: 18px;
	}
	
	footer .guaranteed .text .link {
		margin-bottom: 0;
		font-size: 11px;
		line-height: 18px;
		text-align: left;
	}
	
	footer .guaranteed .text .link a {
		color: #0064a1;
		margin: 0;
		background: none;
		display: inline-block;
	}

	footer .guaranteed .text .link a::after {
		content: "";
		width: 16px;
		height: 16px;
		background: url(../img/parts_ico_btn_detail_arrow.png) right center no-repeat;
		background-size: 16px auto;
		display: inline-block;
		position: relative;
		top: 3px;
		right: -5px;
	}
}