/*
Theme Name: Blitz
Author: Blitz
Author URI: http://www.blitz.co.jp/
Description: Blitz
*/

@font-face {
font-family:'hammersmith-one';
src: url('fonts/glyphicons-halflings-regular.eot');　/* IE9 Compat Modes */
src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),　/* IE6-IE8 */
url('fonts/glyphicons-halflings-regular.woff2') format('woff2'),　/* Super Modern Browsers */
url('fonts/glyphicons-halflings-regular.woff') format('woff'),　/* Pretty Modern Browsers */
url('fonts/glyphicons-halflings-regular.ttf') format('truetype'),　/* Safari, Android, iOS */
url('fonts/glyphicons-halflings-regular.svg#webfontjSpbZQRv') format('svg');　/* Legacy iOS */
}

html, body {
	margin:0;
	padding:0;
	text-align:center;
	font-size:16px;
	line-height:1.6;
	color:#2f353d;
}
h1, h2, h3, h4 {
    clear: both;
    text-align: center;
    font-family: hammersmith-one;
    font-style: normal;
    font-weight: bold;
    padding-top: 30px;
}

ul { padding: 0px; margin: 0px; }
li { list-style-type: none;}
dt { font-weight: normal; text-align:left}

h1 {font-size: 20px;}
h1:before {
    content: url(images/slash_s.png);
    margin: 5px;
    position: relative;
    top: 4px;
}

h2 { margin-top: 50px;font-size: 45px;}

h3{ font-size: 17px; font-weight: bold; margin-bottom:20px;}

a{
	color:#2f353d;
/*	text-decoration:none;*/
	text-decoration: underline;

}
a:link{
	color:#2f353d;
/*	text-decoration:none;*/
	text-decoration: underline;
}
a:hover{
	color:#cccccc;
/*	text-decoration:none;*/
	text-decoration: underline;
}
a:active{
	color:#2f353d;
/*	text-decoration:none;*/
	text-decoration: underline;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
}


/*bootstrap overwrite*/
.row{
	margin-left:0px;
	margin-right:0px;
}

.container-fluid{
	padding-left:0px;
	padding-right:0px;
}

.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #000;
}

.padding20 {padding-bottom: 20px;}
.padding30 {padding-bottom: 30px;}
.padding40 {padding-bottom: 40px;}
.padding60 {padding-bottom: 60px;}
.contents-pad {/*padding-top: 105px;*/padding-top: 255px;}
.contents-pad-nosub {/*padding-top: 20px;*/padding-top: 180px;}


table.table{ border: 1px solid #dfe1e3;}
.table th{ border: 1px solid #dfe1e3; background-color: #f3f4f6;}
.table td{ border: 1px solid #dfe1e3;}/*#dfe1e3*/



/*header*/
#header {
	width:100%;
/*	line-height:0;*/
	position: fixed;
	top: 0;
  	z-index: 9999;
}

#header-t {
	background:#fff;
	height:80px;
}

#header-l {
	float:left;
	/*background-color:#000;*/
}
#header-lmb {
	float:left;
	padding:15px;
	height:70px;
	/*background-color:#000;*/
}

#header-r {
	float:right;
	margin-top:35px;
	background-color:#fff;
}

#header-b {
	height:70px;
	clear:both;
	width:100%;
	background-color: #e9e9e9;
}
#header-b a {color: #000;}
#header-b ul { text-align: center;}
#header-b ul li {display: inline-block;list-style: none;padding: 0 8px;font-size: 0.9em;/*text-align: center;*/}
/*#header-b ul li .en { font-size: 0.9em;}*/

#header-b ul li a img:hover{opacity: 0.5 ;}

#header-b .dropdown-menu{text-align: left;display:none; overflow-y:auto;}
#header-b .dropdown-menu a{text-decoration:none;}
#header-b .dropdown-menu li{text-align: left;display:block;}
#header-b .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #000;
}

#header-b-mb {
	display:none;
	height:67px;
	clear:both;
	width:100%;
	background:#fff;
}
/*2018.10.3修正 start*/
/*
#header-b-mb-nav{
	display:none;
	position:absolute;
	top:67px;
	height:1%;
	width:100%;
	z-index:9999
}

.mb-nav-dropdown{
    margin-top: 0;
    margin-bottom: 0;
    background: #aaa;
    margin: 0;
    display:none;
    overflow-y:auto;
}

.mb-nav {
    margin-top: 0;
    margin-bottom: 0;
    background: #ccc;
    margin: 0;
}

.mb-nav-dropdown li,
.mb-nav li{
	position: relative;
    display: block;
    list-style: none;
    text-align:left;
}

.mb-nav-dropdown > li > a,
.mb-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    
    position: relative;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color:#000;
    cursor: pointer;
}

.mb-nav-dropdown > li:hover,
.mb-nav > li:hover {
	color:#aaa;
	background-color:#eee;
}
*/
#header-b-mb-nav {
	background: #ccc;
	position: fixed;
	top:67px;
	left:0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	text-align: left;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	opacity: 0;
	visibility: hidden;
	transition:
    opacity     .3s linear,
    visibility  .3s linear;
}
#header-b-mb-nav.is-open {
	background: #ccc;
	position: fixed;
	top:67px;
	left:0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	text-align: left;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	opacity: 1;
	visibility: visible;
	transition:
    opacity     .3s linear,
    visibility  .3s linear;
}
#header-b-mb-nav a {
	text-decoration: none;
}
ul#mb-nav {
	background: #ccc;
	text-align: left;
	width: 100%;
	overflow: scroll;
}
ul#mb-nav-sub-1 {
	background: #aaa;
	text-align: left;
	width: 100%;
	height: 100%;
	overflow: scroll;
}
ul#mb-nav-sub-2 {
	background: #aaa;
	text-align: left;
	width: 100%;
	height: 100%;
	overflow: scroll;
}
#header-b-mb-nav > ul > li {
	box-sizing: border-box;
}
ul#mb-nav > li, ul#mb-nav-sub-1 > li, ul#mb-nav-sub-2 > li {
	 /* 閉じている状態 */
	padding: 0 0;
	/* 閉じるアニメーション */
  transition:
    padding     .3s ease-out;
}
ul#mb-nav.is-open > li, ul#mb-nav-sub-1.is-open > li, ul#mb-nav-sub-2.is-open > li {
	padding: 10px 0;
	transition:
    padding     .3s ease-out;
}

ul#mb-nav > li > div, ul#mb-nav-sub-1 > li > div, ul#mb-nav-sub-2 > li > div {
	padding-left: 10px;
	line-height: 0;
	opacity: 0;
	visibility: hidden;
	transition:
    line-height .3s ease-out,
    opacity     .1s linear,
    visibility  .1s linear;
}
ul#mb-nav.is-open > li > div, ul#mb-nav-sub-1.is-open > li > div, ul#mb-nav-sub-2.is-open > li > div {
	padding-left: 10px;
	line-height: 1.5;
	opacity: 1;
	visibility: visible;
	transition:
    line-height .3s ease-out,
    opacity     .1s linear,
    visibility  .1s linear;
}
/*2018.10.3修正 end*/

/*special sub navi*/

/*.header-sub-nav{padding-top:15px}*/
.header-sub-nav {
	padding-top:170px;
    /*display: inline-block;*/
	line-height:1.6;
	position: fixed;
    width: 100%;
    background-color: #ffffff;
	z-index: 9998;
}

/*.header-sub-nav ul { text-align: center;margin-top:5px;margin-left:5px}*/
.header-sub-nav ul {
	text-align: center;margin-top:5px;margin-left:5px;
    display: inline-block;
}
/*
.header-sub-nav ul li {

	display: inline-block;
	list-style: none;text-align: center;
	color:#fff;
	font-size:14px;
}
*/

.header-sub-nav ul li {
	list-style: none;text-align: center;
	color:#fff;
	font-size:14px;
    display: table-cell;
    /*border: #d9dee3 1px solid;
    border-right: none;*/
	border: #fff 1px solid!important;
	border-bottom: none!important;
    border-right: none!important;
    vertical-align: middle;
    height: 50px;
    margin-left: -1px;
    margin-right: -1px;
    padding: 5px 15px;
	background-color: #2f353d;
}
.header-sub-nav ul li a {
	color: #fff;
}
.header-sub-nav ul li.sub-nav-on a {
	color: #2f353d;
}

.header-sub-nav ul li .sub-nav-li{
	margin:0px -4px 0px -4px;
	background-color:#fff;
	padding: 15px 15px;
	height:50px;
	border:#d9dee3 1px solid;
}
.header-sub-nav ul li .sub-nav-current{
	margin:0px 2px 0px 2px;
	height:5px;
	padding:0px;
}
.header-sub-nav ul li.sub-nav-on, .header-sub-nav ul li:hover{
	background-color:#d9dee3;
	/*background-color:#fff;*/
	border-top: 1px solid #fff;
}
.header-sub-nav ul li:hover a {
	color: #2f353d;
}
.header-sub-nav ul li div:hover{
	background-color:#d9dee3;

}

.header-sub-nav ul li div a{
	color:#5c5d64;
	text-decoration:none;
}
.header-sub-nav a{
	text-decoration:none;

}

.header-sub-nav ul li div a:link{
	color:#5c5d64;
	text-decoration:none;
}

.header-sub-nav ul li div a:hover{
	color:#5c5d64;
	text-decoration:none;
}

.header-sub-nav ul li div a:active{
	color:#5c5d64;
	text-decoration:none;
}

.header-sub-nav ul li.last-li {
    border-right: #d9dee3 1px solid;
}

.header-sub-nav-bar{
	height:1px;
	background-color:#d9dee3;
/*    margin-top: -1px;*/
    margin-top: -8px;
}


.header-sub-nav-sp{
	display:none;
}

#sub-nav-sp-header{
	background: #414349;
	text-align:center;
	padding-top:80px;
	padding-left:15px;
	padding-bottom:10px;
	border-bottom: 1px solid #666;
	color:#fff;
	cursor: pointer;
	position: fixed;
    width: 100%;
    z-index: 9998;
	
}
.header-sub-nav-sp ul{
	background: #414349;
}
.header-sub-nav-sp ul li{
	text-align:left;
	padding-top:10px;
	padding-left:15px;
	padding-bottom:10px;
	border-bottom: 1px solid #666;
}
.header-sub-nav-sp ul li div a{
	color:#fff;
}

.sub-nav-icon {
    padding: 0 0 0 40px;
    background: url(images/subnav/icon-sub-nav.png) 0 0 no-repeat;
    background-size: contain;
}

.header-sub-nav-sp ul li.active {
	background:#777a82;
}

#sub-nav-sp-list{
	background: #414349;
	text-align:center;
	/*padding-top:10px;*/
	/*padding-left:15px;*/
	/*padding-bottom:10px;*/
	border-bottom: 1px solid #666;
	color:#fff;
	cursor: pointer;
	height:1%;
	display:none;
	margin-top:110px;
	position: fixed;
    width: 100%;
	/*2018.10.4 修正 star*/
    /*z-index: 9999;*/
	z-index: 9800;
	/*2018.10.4 修正 end*/
/*	overflow:hidden;*/
}

#sub-nav-sp-list ul{
	background: #414349;
	/*margin-top: 116px;*/
}
#sub-nav-sp-list ul li{
	text-align:left;
	padding-top:10px;
	padding-left:15px;
	padding-bottom:10px;
	border-bottom: 1px solid #666;
}

#sub-nav-sp-list a {
	text-decoration:none;
}

#sub-nav-sp-list ul li div a{
	color:#fff;
}

#sub-nav-sp-list ul li a div{
	color:#fff;
}

#sub-nav-sp-list ul li:hover{
	text-decoration:none;
	background-color:#aaa;
}

.dropdown-menu{
	background-color:#e9e9e9;
}



/*newproducts sub navi*/
.header-np-nav{}
.header-np-nav ul { text-align: center;margin-top:5px;margin-left:5px}
.header-np-nav ul li {
	display: inline-block;list-style: none;text-align: center;
	color:#000;
	font-size:14px;
	font-weight:700;
	margin:0 15px;
}
.header-np-nav ul li .np-nav-li{
	margin:0px 2px 0px 2px;
	background-color:#e6e6e6;
	padding: 15px 15px;
	height:50px;
}
.header-np-nav ul li .np-nav-current{
	margin:0px 2px 0px 2px;
	height:5px;
	padding:0px;
}
.header-np-nav ul li .np-nav-on{
	background-color:#777a81;
	color:#fff;
}
.header-np-nav ul li div:hover{
	background-color:#777a81;
	color:#fff;

}

.header-np-nav ul li div a{
	color:#000;
}

.header-np-nav ul li div a:hover{
	color:#fff;
	text-decoration:none;
}

#np-nav-sp-header{
	background: #414349;
	text-align:center;
	padding-top:10px;
	padding-left:15px;
	padding-bottom:10px;
	border-bottom: 1px solid #666;
	color:#fff;
	cursor: pointer;
}

#np-nav-sp-list{
	background: #414349;
	text-align:center;
	padding-top:10px;
	/*padding-left:15px;*/
	padding-bottom:10px;
	border-bottom: 1px solid #666;
	color:#fff;
	cursor: pointer;
	height:1%;
	display:none;
/*	overflow:hidden;*/
}

#np-nav-sp-list ul{
	background: #414349;
}
#np-nav-sp-list ul li{
	text-align:left;
	padding-top:10px;
	padding-left:15px;
	padding-bottom:10px;
	border-bottom: 1px solid #666;
}
#np-nav-sp-list ul li div a{
	color:#fff;
}

#np-nav-sp-list ul li:hover{
	text-decoration:none;
	background-color:#aaa;
}

.np-nav-icon {
    padding: 0 0 0 40px;
    background: url(../images/subnav/icon-sub-nav.png) 0 0 no-repeat;
    background-size: contain;
}


.header-np-nav-sp{
	display:none;
}


.header-np-nav-sp ul{
	background: #414349;
}
.header-np-nav-sp ul li{
	text-align:left;
	padding-top:10px;
	padding-left:15px;
	padding-bottom:10px;
	border-bottom: 1px solid #666;
}
.header-np-nav-sp ul li div a{
	color:#fff;
}


.header-np-nav-sp ul li.active {
	background:#777a82;
}





/*ヘッダームービー*/
.movie-wrap {
	height: 25vw;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
.dots {
	display: block;
	width: 100%;
	height: 50vw;
	position: absolute;
	top: 0;
	left: ;
	background: url(images/dot.png);
}
.movie-content {
	z-index: -9999;
}
.movie-wrap video {
	display: block;
	width: 100vw;
	max-width: 100vw;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: -9999;
}

.movie-wrap-sp video {
	width: 100vw!important;
	max-width: 100vw!important;
	height: auto;
}
#video_btn {
	display: block;
	width: 100vw;
	height: 100%;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
}
#video_btn:hover {
	opacity: 1.0;
}
#video_btn a {
	display: block;
	width: 10vw;
	height: 10vw;
	cursor: pointer;
	margin: auto;
	padding: 5vw;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#video_btn a.pause {
	background: url(images/video_btn_pause.png) 0 0 no-repeat;
	background-size: contain;
}
#video_btn a.play {
	background: url(images/video_btn_play.png) 0 0 no-repeat;
	background-size: contain;
}






/*
.footer-np-nav{background-color:#e6e6e6;}
.footer-np-nav ul { text-align: center;margin-top:5px;margin-left:5px}
.footer-np-nav ul li {
	display: inline-block;list-style: none;text-align: center;
	color:#000;
	font-size:14px;
	font-weight:700;
	margin:0 15px;
}
.footer-np-nav ul li .f-np-nav-li{
	margin:0px 2px 0px 2px;
	background-color:#e6e6e6;
	padding: 15px 15px;
	height:50px;
}
.footer-np-nav ul li .f-np-nav-current{
	margin:0px 2px 0px 2px;
	height:5px;
	padding:0px;
}

.footer-np-nav ul li .f-np-nav-on{
}
.footer-np-nav ul li div:hover{

}

.footer-np-nav ul li div a{
	color:#000;
}

.footer-np-nav ul li div a:hover{
	color:#fff;
	text-decoration:none;
}

#np-nav-sp-footer{
	background: #414349;
	text-align:center;
	padding-top:10px;
	padding-left:15px;
	padding-bottom:10px;
	border-bottom: 1px solid #666;
	color:#fff;
	cursor: pointer;
}

#f-np-nav-sp-list{
	background: #414349;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #666;
	color:#fff;
	cursor: pointer;
	height:1%;
	display:none;
}

#f-np-nav-sp-list ul{
	background: #414349;
}
#f-np-nav-sp-list ul li{
	text-align:left;
	padding-top:10px;
	padding-left:15px;
	padding-bottom:10px;
	border-bottom: 1px solid #666;
}
#np-nav-sp-list ul li div a{
	color:#fff;
}

#f-np-nav-sp-list ul li:hover{
	text-decoration:none;
	background-color:#aaa;
}

.f-np-nav-icon {
    padding: 0 0 0 40px;
    background: url(../images/subnav/icon-sub-nav.png) 0 0 no-repeat;
    background-size: contain;
}


.footer-np-nav-sp{
	display:none;
}

*/















/*google*/
.g-search{
	width:300px;
}
.g-search .gsc-control-searchbox-only * {
    /*box-sizing: content-box;*/
    margin-top:1px
}
.g-search .gsc-input {
    line-height: 1;
}

#google_translate_element,#google_translate_element *{
    box-sizing: content-box;
	height:18px;
}

#google_translate_element img{
	width:20px;
	
}

/*footer*/
#footer-row {
	background:#000;
	height:80px;
}

#footer a {color: #fff; text-decoration:none}
#footer-row ul { text-align: left;}
#footer-row ul li {display: inline-block;list-style: none;padding: 0 7px;font-size: 12px;text-align: center;}

#footer-row p.copyright{ /*float: right; margin: 0;*/color: #fff }
#footer-row-mb p.copyright{ /*float: right; margin: 0;*/color: #fff }
#footer-row-mb .copy-div{ background-color:#000;padding:15px }

#footer-row{
	padding-top:30px;
}

#footer-row-mb{
	display:none;
}

.ft-mb-nav {
    margin-top: 0;
    margin-bottom: 0;
    background: #ccc;
    margin: 0;
}

.ft-mb-nav li{
    display: block;
    list-style: none;
    text-align:left;
    padding: 15px;
    background: url(images/footer/bg-footer-nav.jpg) 0 0 repeat-x;
    text-align: center;
}

.ft-mb-nav > li > a {
    line-height: 20px;
    display: block;
    text-decoration: none;
    color:#000;
    cursor: pointer;
}




/*heder navigation*/

.mb-nav > li > a:hover {
	color:#aaa;
}

.obi {
	background:#e90024;
	line-height:0;
}

.navbar-nav-sp{
	display:none;
	float:left;
	margin-left:10px
	
}

.navbar {
    min-height: 70px;
    margin-bottom: 0px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
}

.navbar-nav>li>a {
	line-height:40px;
	
}

#gnavi-bt{
	/*2018.10.4追記 start*/
	display: block;
	cursor: pointer;
	/*2018.10.4追記 end*/
	height: 67px;
    width: 90px;
    border: none;
	outline:  none;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0;
    float: right;
    padding: 15px 15px 15px 40px;
    background:url(images/header/bg-nav-btn.png) 0 0 no-repeat #fff;
}

.icon-bar{
	width: 100%;
    height: 4px;
    border-radius: 2px;
    margin-top: 3px;
    background-color: #000;
    display: block;
}
/*
.navbar-toggle {
    background: url(images/bg-nav-btn.jpg) 0 0 no-repeat #ccc;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 15px 15px 15px 40px;
    height: 65px;
    width: 90px;
}
*/
/*
.navbar-toggle {
	
	position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

}
*/
/*
.navbar-toggle .icon-bar{
	background-color: #666;
}
*/

/*path link*/
.plink,.plink-nosub{
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	font-size:12px;
	color:#2f353d;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
	/*2018.10.4修正 start*/
    /*z-index: 9998;*/
	z-index: 9700;
	/*2018.10.4修正 end*/
    border-top: 1px solid #d9dee3;
}
.plink{
    margin-top: 224px;
    padding-left:120px;
}

.plink-nosub{
    margin-top: 150px;
    padding-left:120px;
}



.plink a,.plink-nosub a{text-decoration:none;}

.plink-row{line-height:1.6}

#sel-maker{
	width:120px;
}

#sel-car{
	width:120px;
}

.page-title{
	font-size: 36px;
	text-align:left;
}


/*top*/
.row-top { padding-bottom: 60px;}

.pagetop{
	background-image: url("images/top/top.png");
	background-size: cover;
	background-position: center; height: 40vw;
}


.cars { padding-bottom: 20px;}
.car  { padding-left:0; padding-right: 0;}

.cars .car {
	margin: 0.5%;
	width: 24%;
}

.partsnavi { background-color:#000; color: #fff;}
.partsnavi .contents {padding-top: 15px; padding-bottom: 15px;}
/*
.supportnavi .contents { background-color: #666; color: #FFF; text-align: center; height: 250px; margin-bottom: 20px;}
.supportnavi .contents a { color: #fff; }
.supportnavi .group { font-size: 1em; padding-top: 40px; padding-bottom: 40px;}
.supportnavi .title { font-size: 1.8em; padding-bottom: 50px;}
.supportnavi .more { padding: 10px 30px; border: 1px solid #fff;} 
*/


.products { padding-bottom: 0;}
.products-item { padding: 1px;}
.products-item:hover, .cars .car:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.6;
}

#products-pc .products .products-item {
	margin: 0.5%;
	width: 24%;
}


.supportnavi .contents {
	background-color: #666;
	color: #FFF;
	text-align: center;
	height: auto;  /*100%*/
	width: 100%;
	margin-bottom: 0;
	display: table;
	padding-top: 2vw;
	padding-bottom: 2vw;
	margin-bottom: 30px;
}
.supportnavi .mid { display: table-cell; vertical-align: middle; height: 100%;} 
.supportnavi a { text-decoration: none;}
.supportnavi a:hover { text-decoration: none;}
.supportnavi .group { display: none;}  /*{ font-size: 1.0em; padding-top:0; padding-bottom: 5vw;}*/
.supportnavi img { width: 56px;}   /*{ width: 25%;}*/
.supportnavi .title { font-size: 1.0em; padding-bottom: 0;}  /*{ font-size: 1.8em; padding-bottom: 30px;}*/
.supportnavi .more {display: none;}  /*{ padding: 5px 10px; border: 1px solid #fff; margin: 0; display: inline-block;}*/


.supportnavi .contents-bottom0 {margin-bottom:0}
.supportnavi .contents-bottom0-exp {text-align:center}

.pickup {padding-bottom: 1px;}
.eventinfo { background-color: #e6e6e6;}
.eventinfo .contents {background-color: #fff; height: 280px; margin-bottom: 30px;}
.eventinfo .more { padding-bottom: 50px;}

.newsinfo { background-color: #fff; border-bottom: 1px solid #e6e6e6;}
.newsinfo .more { padding-bottom: 50px;}
.newsgroup { float: left; padding: 5px 0 0 5px; color: #999; font-size: 0.9em;}
.date {
	float:right;
	background-image: url("images/top/date-bg.png");
	background-repeat: no-repeat;
	padding: 1px 2px 2px 10px;
	margin-top: 5px;
	color: #fff;
	font-size: 0.8em;
}
.lead { clear: both; padding: 5px; font-size: 1.0em; font-weight: bold;text-align:left}
.newsinfo .more {text-align: center;}

.notice { 
    height: 120px;
    background-color: #ea0025;
    background-image: url("images/top/notice.png");
    background-position: center;
    background-repeat: no-repeat;
}

.otherinfo {
	padding-top: 50px;
	/*2018.10.4 修正 start*/
	margin-bottom: 30px;
	/*2018.10.4 修正 end*/
}
.otherinfo .contents { padding-bottom: 20px;}
.otherinfo .title { color: #999; font-size: 1.6em; text-align: center;}

/*2018.10.4 修正 NEWS INFO スライダー*/
#slider-news .slick-prev, .slick-next, #slider-event .slick-prev, .slick-next {
	margin: auto;
	line-height: 0;
	z-index: 9600;
}
#slider-news .slick-prev, #slider-event .slick-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -35px;
}
#slider-news .slick-next, #slider-event .slick-next {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -35px;
}
#slider-news .slick-prev:before, #slider-event .slick-prev:before {
	content: '';
	display: block;
	width: 43px;
	height: 56px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: url(images/arrow_l.png) center center no-repeat;
	background-size: contain;
}
#slider-news .slick-next:before, #slider-event .slick-next:before {
	content: '';
	display: block;
	width: 43px;
	height: 56px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background: url(images/arrow_r.png) center center no-repeat;
	background-size: contain;
}
@media (max-width:736px){
	#slider-news .slick-prev, #slider-event .slick-prev {
		left: -10px;
	}
	#slider-news .slick-next, #slider-event .slick-next {
		right: -10px;
	}
	#slider-news .slick-prev:before, #slider-event .slick-prev:before {
		content: '';
		display: block;
		width: 36px;
		height: 47px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		background: url(images/arrow_l.png) center center no-repeat;
		background-size: contain;
	}
	#slider-news .slick-next:before, #slider-event .slick-next:before {
		content: '';
		display: block;
		width: 36px;
		height: 47px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		background: url(images/arrow_r.png) center center no-repeat;
		background-size: contain;
	}
	#slider-news .col-sm-4, #slider-event .col-sm-4 {
		padding-left: 40px;
		padding-right: 40px;
	}
}
/*2018.10.4 修正 NEWS INFO スライダー　END*/

#partsnavi-sp{display:none;}
#products-sp{display:none;}

/*slider*/
/*
.slider-nav{margin:20px 0px;}
.slider-nav-item {display: inline-block;margin:0px 10px;}

.slider-navb{margin:10px 0px;}
.slider-nav-itemb {display: inline-block;margin:0px 5px;}
*/

/*page-special*/
/* page-special-detail-*/
#spe_main,#spe_main2,#spe_main_sp2{
	position:relative;
	padding:0 0 1px 0;
}

#spe_main div{
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	top:-10%;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	width:100%;
	height:10%;
	font-size:2em;
	font-weight:700;
	color:#fff;
}
/*
#spe_main2 div{
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	top:-2%;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	width:100%;
	height:10%;
	font-size:2em;
	font-weight:700;
	color:#fff;
}
*/
/*
#spe_main_sp div,#spe_main_sp2 div{
	
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	top:-10%;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	width:100%;
	height:10%;
	font-size:2em;
	font-weight:700;
	color:#000;
}
*/
.spe_main_sp_row{
	display:none;
}
.spe_main_sp_row2{
	display:none;
}

.special-row .col-md-4,
.special-row .col-sm-4,
.special-row .col-xs-4,
.special-row .col-md-3,
.special-row .col-sm-3,
.special-row .col-xs-3{
	padding:0 0 1px 1px;
}

.product-row{padding:0px 10px} 
.product-row div{margin:20px 0px}




.comment{text-align:left;font-family: meyrio;}

.product-title{
	clear: both;
    text-align: left;
    font-family: hammersmith-one;
    font-style: normal;
    font-weight: 400;
    padding-top: 30px;
	font-size:36px;
	margin-left:15px;
}

.spec-table{overflow-x:auto;
	font-family: meyrio,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.detail-tmp-div1{
	background-image:url("template/images/wp9-tmp1.jpg");
	-moz-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	text-align:left;
	margin-top:20px;
}
.detail-tmp-div1 div{
	padding:10% 2%;
}
.detail-tmp-title{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:700;
	color:#fff;
	font-size:2.3em;
}
.detail-tmp-title2{
	font-family:"メイリオ", meiryo;
	color:#fff;
	font-size:0.8em;
	text-align:left;
	
}
.detail-tmp-title3{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:700;
	color:#000;
	font-size:1.3em;
}

.detail-tmp-comment{
	font-family:"メイリオ", meiryo;
	color:#fff;
	font-size:0.8em;
	text-align:left;
	margin-top:10px;
}

.detail-tmp-comment2{
	font-family:"メイリオ", meiryo;
	color:#000;
	font-size:0.8em;
	text-align:left;
	margin-top:10px;
}

.detail-tmp-div2{
	margin-top:20px;
}
.movie-div{
	height:400px;
}
.movie-div iframe{
	width:560px;
	height:315px:
}

.move{
position:relative;
width:100%;
padding-top:56.25%;
}
.move iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}

.intro ul { font-size: 18px; /*font-size: 14px;*/ /*font-weight: bold;*/ text-align:left; padding-left: 0px;}
.intro li {
	list-style-type:none;
	background-image:url(images/list_check.png);
	background-repeat:no-repeat;
	background-position:0 0.3em;
	padding-left:35px;
	padding-top: 0.3em;
}
.intro p { padding-left: 35px;}
/*.intro table {font-size: 0.7em;}*/



.detail-tmp-table{
	width:100%;
}
.detail-tmp-table td{
	border: solid 1px #fff; border-collapse: separate;
}




/*newproducts*/
.page-title{
    clear: both;
    font-family: hammersmith-one;
    font-style: normal;
    font-weight: 400;
    font-size:4em;
}

a.caption-link{text-decoration:underline;}

.btn-secondary{
	border:#666 1px solid;
	background-color:#fff;
	color:#666;
}

/*　ラインナップ共通で使用すること */
.lineup-h3 {padding-top: 0;margin-top: 1vw; font-size: 3vw;}


.exp-table{ 
	width:100%;
/*	min-width:670px;*/
/*	border-collapse:separate;
	border-spacing:1px;*/
	border:#dfe1e3 1px solid;
}

.exp-table td{ 
	text-align:center;
	padding:7px 10px;
	/*white-spce:nowrap;*/
	background-color:#fff;
	border-color:#dfe1e3;
	border:#dfe1e3 1px solid;
}

.exp-table th{ 
	/*font-weight:normal;*/
	text-align:center;
	padding:7px 10px;
	vertical-align:top;
	background-color:#f3f4f6;
	border-color:#dfe1e3;
	border:#dfe1e3 1px solid;
}

.exp-table td.text-left{ 
	text-align:left;
}



.exp-table-div{
	margin:auto auto 40px auto;
	display:inline-block;
	overflow:auto;
	padding:0
	
}

.exp-table-div-pad{
	margin:auto auto 40px auto;display:inline-block;overflow:auto;
	padding:0 20;
	
}

.border-div div {
	border-collapse: collapse;
	border:#dfe1e3 1px solid;
	padding:7px 10px;
	margin: 0;
}

.border-div .list_main12 {
	background-color: #f3f4f6;
}

div.border-div-include {
	padding: 0;
	border: 0px;
}

@supports (-ms-ime-align:auto) {
	/*.plink{
	    margin-top: 76px;
	}
	.plink-nosub{
	    margin-top: 48px;
	}
	.contents-pad {padding-top: 105px;}
	.contents-pad-nosub {padding-top: 55px;}*/

}


@media screen and (max-width:991px) {
.row-eq-height-sp {
    display: flex;
    flex-wrap: wrap;
}
}
@media screen and (min-width:992px) {
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
}

.exp-cell{
	height:5em;
	/*padding:10px 5px;*/
	background-color:#eeeeee;
	border:1px #fff solid;
	
}

.exp-cell div{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.button-div a{
	text-decoration:none;
}

.banner-image {
    margin: 20px auto;
}

.table-div {
    display: table;
    width: 100%;
    height: 100%;
}

ul.padding8 { padding-left: 8px; padding-right: 8px;}
ul.padding8 li { padding: 8px;}


.care {	text-align: center;padding: 60px;}
.care .contents {
	display: table-cell;
	vertical-align: middle;
	color: #999;
	font-size: 3vw;
	font-weight: bold;
	border: 4px solid #999;
	height: 10vw;
	margin-bottom: 20px;
}
.care a{
	text-decoration:none;
}


/* ページトップ */
#page-top {
	display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 2em;
}
#page-top a {
    /*background-color: rgba(50,50,50,0.4);*/
    background-color:#d9534f;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 50%;
}
#page-top a:hover {
    text-decoration: none;
    /*background-color: rgba(50,50,50,0.4);*/
     background-color:#c9302c;
    
}
#page-top .glyphicon {
	/*top:-2px;*/
}


.image-top{
	display:none;
}
.image-top2{
	display:none;
}

.pagetop{
	display:none;
}




.event-article-head {
    background-image: url(images/date-np.png);
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    /* height: 100%; */
    text-align: left;
    margin-top: 10px;
}

.np-article-head {
    background-image: url(images/date-np.png);
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    /* height: 100%; */
    text-align: left;
    margin-top: 10px;
}

.np-title {
    padding: 10px 10px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    word-break: break-all;
}

.event-title {
    padding: 20px 10px;
    text-align: left;
}
/*2018.10.5 修正 start*/
/*
.top-head{
	margin-top:150px;
}

#main-img0 .top-head{
	padding:0;
	height:36vw;
}

#main-img1 .top-head{
	padding:0;
	height:75vw;
	width:100%;
}
#main-img1 .top-head div{
	padding:0;
	height:75vw;
	width:100%;
}
*/
.top-head{
	margin-top:150px;
}

#main-img0 .top-head{
	padding:0;
	height:36vw;
	margin-top: 0;
}
#main-img0 {
	margin-top: 150px;
}
@media (min-width:768px) and (max-width:1024px) {
	#main-img0 {
		margin-top: 65px;
	}
	#partsnavi-pc {
		margin-top: 75px;
	}
}
#main-img1 {
	margin-top: 65px;
}
#main-img1 .top-head{
	padding:0;
	height:75vw;
	width:100%;
}
#main-img1 .top-head div{
	padding:0;
	height:75vw;
	width:100%;
}
/*2018.10.5 修正 end*/

#main-img1{display:none;}
#main-img1s{display:none;}
/*
.slider-navb {
    margin: 10px 0px;
    z-index: 9999;
}
*/
.slider-nav-itemb {
    display: inline-block;
    margin: 0px 5px;
}

/*2018.10.5 修正 start*/
.slider-prev{
	position:absolute;
	left:0;
	top:0;
	bottom: 0;
	cursor:pointer;
	z-index:9700;
	width: 43px;
	height: 56px;
	margin: auto;
}
.slider-next{
	position:absolute;
	right:0;
	top:0;
	bottom: 0;
	cursor:pointer;
	z-index:9700;
	width: 43px;
	height: 56px;
	margin: auto;
}
/*2018.10.5 修正 end*/

.gsc-search-box table{border:none!important;}
.gsc-search-box table tbody td{border:none!important;padding:0!important;}



@media(min-width: 1200px){
	.lineup-h3 {font-size: 24px;}
	.care .contents {font-size: 26px;}
}


@media(max-width: 1199px){
/*top*/
    .supportnavi .title {font-size:1.0em; padding-bottom:0;}  /*{ font-size: 1.6em; padding-bottom: 20px;}*/

}



/*header*/
@media (min-width: 1165px){
	#sub-nav-sp-list{display:none!important;}
	#np-nav-sp-list{display:none!important;}
}

/*header*/
/*
@media (max-width: 1164px){
	.header-sub-nav-sp{display:block;}
	.header-sub-nav{display:none;}
	.header-np-nav-sp{display:block;}
	.header-np-nav{display:none;}
}
*/

@media (max-width: 1102px){
	#header-b{
		display:none;
	}
	#header-t{
		display:none;
	}
	#header-b-mb{display:block;}
	
	.plink{
    	/*margin-top: 110px;*/
		margin-top: 116px;
    	padding-left:20px;
	}

	.plink-nosub{
	    margin-top: 65px;
	    padding-left:20px;
	}
	.contents-pad{padding-top:140px;}
	.contents-pad-nosub{padding-top:100px;}
	/*2018.10.5 修正 start*/
	/*.top-head{
		margin-top:65px;
	}*/
	.top-head{
		margin-top:0;
	}
	/*2018.10.5 修正 end*/
}

/*header*/
@media (min-width: 1103px){
	#header-b-mb-nav{display:none!important;}
}

/*header*/
@media (max-width: 1054px){
	#header-b-mb{display:block;}
	#header-t{
		display:none;
	}
	#header-b{
		display:none;
	}
	/*
	.plink{
		display:none;
	}
	*/
	.plink{
		width:100%;
	}
	.plink-nosub{
		width:100%;
	}
	#footer-row{display:none;}
	#footer-row-mb{display:block;}
	/*
	.header-sub-nav-sp{display:block;}
	.header-sub-nav{display:none;}
	.header-sub-nav-bar{display:none;}
	.header-np-nav-sp{display:block;}
	.header-np-nav{display:none;}
	*/
}
@media(min-width: 768px){
	h1 {font-size: 28px;}
	h1:before { content: url(images/slash_m.png); margin: 10px;  position: relative; top: 8px;}
	h3 {font-size: 22px;}
}


@media(min-width: 992px){
	h1 {font-size: 36px;}
	h1:before { content: url(images/slash.png); margin: 10px;  position: relative; top: 8px;}
	#partsnavi-pc{margin-top: 75px;}
	/*lineup-h3 { font-size: 20px;}*/
	.supportnavi .contents { height: auto;}  /*250px*/
	.supportnavi .group {display: none;}  /*{padding-bottom: 30px;}*/
	.supportnavi .more {display: none;} /*{ padding: 10px 30px; border: 1px solid #fff; margin: 0;}*/
	.care .contents {font-size: 26px;}

}
/*tablet*/
@media(max-width: 991px){
/*top*/
    .supportnavi .title {font-size:1.0em; padding-bottom:0;} /*{ font-size: 2em; padding-bottom: 20px;}*/
    .newsinfo .contents { height: 40vw;}
    .otherinfo .title { font-size: 2em;}
}


/*mobile*/
@media(max-width:767px){
/*global*/
.br-sp {display:none;}
/*top*/
    .pagetop{ 
    	height: 75vw;
    	background-image: url( images/top/top2.jpg); 
    }
    h2 { font-size: 30px;}
    /*.newsinfo { padding: 15px;}*/
    .newsinfo .contents { height: 75vw;}
    .newsgroup {font-size: 1.2em;}
    /*.date { font-size: 1em}*/
	.supportnavi .contents { height: 35vw;}
	.supportnavi .group {display: none;}  /*{ font-size: 4vw; padding-bottom: 2vw;}*/
	/*.supportnavi  { width: 60px;}*/
	.supportnavi .title { font-size: 3.5vw; padding-top: 0;padding-bottom: 10px;}
	.supportnavi .more {display: none;} /*{ font-size: 4vw;}*/

    .notice { background-size:80%; }
    
	.cars .car {
	margin: 0.5%;
	width: 49%;
	
}

/*spacial*/
	#partsnavi-pc{display:none;}
	#partsnavi-sp{display:block; margin-top: 30px;}
	#products-pc{display:none;}
	#products-sp{display:block;}
	
	.lineup-h3 { font-size: 24px;}

	.row-top           {padding-bottom:30px;}
	.products .row-top {padding-bottom:0;}	
	.pickup .row-top    {padding-bottom:0;}	
	.newsinfo .row-top {padding-bottom:0;}	
	
	.exp-table-div{display:block}
	
	#main-img0{display:none;}
	#main-img0s{display:none;}
	#main-img1{display:block;}
	#main-img1s{display:block;}
}

@media(max-width: 500px){
	.slider-nav-itemb img{
		width:45px;
	}
}
/*Facebook プラグイン*/
#facebook_plugin {margin-top: 30px; margin-bottom: 30px;}
/*レーシングプロジェクト*/
div.besttime {
	color:red;
}
.rp-intro {
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align:left;
	font-weight:bold;
}
@media(max-width:768px){
	.image-rp-roadster{
	height:75vw;
	background-size:cover;
	background-position:center;
	background-image: url(images/racingproject/roadster_nd/image-racing-sp-roadster.jpg);
	}
	.rp-intro {
		color:#fff;
		line-height:1.6;
		padding:5vw 0 5vw 0;
		background-size:cover;
		background-position:center;
		background-image: url(images/racingproject/roadster_nd/rp-intro-roadster.jpg);
	}
	.table-col-th {
		display:none;
	}
	.br-sp {display:none;}
	.time_history .col-md-5{
		margin-bottom:15px;
		padding-bottom:15px;
		border-bottom:#dfe1e3 1px solid;
	}
	.testnumber:before {
		content: "TEST No. ";
	}
	.testdate:before {
		content: "TEST Date ";
	}
	.besttime:before {
		content: "Best Time ";
	}
}

@media(min-width:1024px){
/*.image-rp-roadster{
	height:30vw;
	background-size:cover;
	background-position:center;
	background-image: url(images/racingproject/roadster_nd/image-racing-roadster.jpg);
}
.rp-intro {
	color:#fff;
	line-height:2.0;
	font-size:1vw;
	padding:5vw;
	background-size:cover;
	background-position:center;
	background-image: url(images/racingproject/roadster_nd/rp-intro-roadster.jpg);
}*/
.time_history {
	border-top:#dfe1e3 1px solid;
	border-left:#dfe1e3 1px solid;
}
.row-eq-height {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    display: flex;
    webkit-flex-wrap:nowrap;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
}
.time_history .row div {
	border-right:#dfe1e3 1px solid;
	border-bottom:#dfe1e3 1px solid;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    display: flex;
	align-items:center;
	justify-content:center;
}
.table-col-th {
	background-color:#f3f4f6;
}
}

/*キャンペーン*/
@media(max-width:991px){
	#header-img-campaign {
		display:none;
	}
}
@media(min-width:992px){
	#header-img-campaign-mb {
		display:none;
	}
}

/*トップページ注意事項（イエローバック）*/
	.notice-yellow { 
	width:100%;
	padding:30px;
	background-color:#fdd000;
	}
	.notice-yellow .btn {
		white-space: normal;;
		border:none!important;
	}
	.notice-yellow .btn:hover {
		background-color:#fff!important;
	}

/*トップページ採用情報（グレーバック）*/
	.notice-recruit { 
	width:100%;
	padding:30px;
	background-color:#bbbbbb;
	}
	.notice-recruit .btn {
		white-space: normal;;
		border:none!important;
	}
	.notice-recruit .btn:hover {
		background-color:#fff!important;
	}

/*レーシングプロジェクトタイトル*/
h3.rp-title {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*各商品トップロールオーバー設定*/
.lineup-list li:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.6;
}
.lineup-list li a {
	text-decoration:none;
}
.lineup-list li a:hover {
	color:#000;
}
.lineup-list li h3 {
	text-decoration:underline;
}
.lineup-list li h3:after {
	content : url(images/btn-kuwashiku.png) ;
	display: block;
	margin-top:20px;
}
@media(max-width:991px){
	.lineup-list li dt {
		margin-bottom:30px;
	}
}

.display-none {
	display: none!important;
}

@media(max-width:991px){
	.sp-hidden {visibility: hidden; }
	.sp-display-none {display: none;}
}

@media screen and (min-width:992px) {
	/*.pc-hidden {visibility:hidden;}*/
	.pc-display-none {display: none;}
}

