@charset "UTF-8";

body{
	background: #202020;
}
.main-contents{
    padding: 0 0 0 0;
}
.main-contents h2{
    padding: 0;
    margin: 0;
}
section.title{
}
p.btn-box{
	float:right;
	margin: 1.6rem 0 4rem 0;
	padding: 0;
}
section.title h1{
    background: #000;
}
section.title h2{
	text-align:center;
	padding: 40px 0;
}
section.title h1 img{
    position: relative;
    left: 50%;
    margin: 0 0 0 -600px;
}
section.title ul{
    width: 960px;
    margin: 2.4rem auto;
    display: flex;
    justify-content: flex-end;
}
section.title ul li{
    margin: 0 0 0 1.6rem;
}
section.title ul li a,
p.btn-box a{
    color: #aaa;
    line-height: 4.6rem;
    vertical-align: middle;
    height: 4.6rem;
    display: flex;
}
section.title ul li a span,
p.btn-box a span{
    vertical-align: middle;
    line-height: 4.6rem;
    margin: 0 .8rem;
}
section.title ul li a:before,
p.btn-box a:before{
	content: "";
	display: inline-block;
	width: 4.6rem;
	height: 4.6rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 4.6rem;
}
section.title ul li a:after,
p.btn-box a:after {
	content: "";
	display: inline-block;
	width: 4.6rem;
	height: 4.6rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1.7rem auto;
}
a.driving-btn:before,
p.btn-box a:before {
    background-image: url(../../img/common/icon-04.png);
    margin-right: .8rem;
}
a.driving-btn:after,
p.btn-box a:after {
    background-image: url(../../img/common/arrow_01.png);
    background-size: 1.7rem auto;
}
a.shopsearch-btn:before{
    background-image: url(../../img/common/icon-02.png);
}
a.shopsearch-btn:after{
    background-image: url(../../img/common/arrow_01.png);
    background-size: 1.7rem auto;
}


.category{
    overflow: hidden;
}
.category-box{
    background: #2d2d2d;
    padding: 2.4rem;
}
#cat1{}
#cat1 dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#cat1 dt{
    width: 45%;
}
#cat1 dt img{
    width: 100%;
}
#cat1 dd{
	width: 55%;
	padding: 0 0 0 2.4rem;
	box-sizing: border-box;
}
#cat1 a.{
}

#cat2{}
#cat3{}
#cat3 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
#cat3 ul li{
	width:49%;
}
#cat3 ul li img{
	width:10%;
}
#cat4{}
#cat5{}
#cat6{
    margin-bottom: 0;
}
.special h2.banner{
    padding: 0 0 20px 0;
}
#cat7{
		margin-bottom: 0;
}
#cat8{
    margin-bottom: 0;
}
#cat9{
    margin-bottom: 0;
}
#engine h4{
    margin: 1rem;
}
#engine ul{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
#engine ul li{
	width:49%;
}
#engine ul li h5{
	margin-bottom:.8rem;
	color: #fff;
}
#engine ul li img{
	width:100%;
}

#lineup h3{
	border-bottom: 1px solid #fff;
	text-align:center;
	padding-bottom: .8rem;
	color: #fff;
}
#lineup ul{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
#lineup ul li{
	width:24%;
}
#lineup ul li p.model{padding: 0;color: #fff;margin-bottom: .4rem;}
#lineup ul li p span{
	border: 1px solid #ccc;
	display: block;
	text-align:center;
	margin:.4rem 0 0 0;
	padding: .4rem;
}





@media screen and (max-width: 640px) {
	
body{
	background: #202020;
	padding-top: 50px;
}
.main-contents{
    padding: 0 0 0 0;
}
.main-contents h2{
    padding: 0;
    margin: 0;
}
section.title{
}
p.btn-box{
	float:right;
	margin: 1.6rem 0 1.6rem 0;
	padding: 0;
}
section.title h1{
    background: #000;
}
section.title h1 img{
    left: auto;
    margin: 0;
}
section.title ul{
    width: 90%;
    display: flex;
    justify-content: space-between;
}
section.title ul li{
    margin: 0;
}
section.title ul li a,
p.btn-box a{
    color: #aaa;
    line-height: 4.6rem;
    vertical-align: middle;
    height: 4.6rem;
    display: flex;
}
section.title ul li a span,
p.btn-box a span{
    vertical-align: middle;
    line-height: 4.6rem;
    margin: 0 .8rem;
}
section.title ul li a:before,
p.btn-box a:before{
	content: "";
	display: inline-block;
	width: 4.6rem;
	height: 4.6rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 4.6rem;
}
section.title ul li a:after,
p.btn-box a:after {
	content: "";
	display: inline-block;
	width: 4.6rem;
	height: 4.6rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1.7rem auto;
}
a.driving-btn:before,
p.btn-box a:before {
    background-image: url(../../img/common/icon-04.png);
}
a.driving-btn:after,
p.btn-box a:after {
    background-image: url(../../img/common/arrow_01.png);
    background-size: 1.7rem auto;
}
a.shopsearch-btn:before{
    background-image: url(../../img/common/icon-02.png);
}
a.shopsearch-btn:after{
    background-image: url(../../img/common/arrow_01.png);
    background-size: 1.7rem auto;
}


.category{}
.category-box{
    background: #2d2d2d;
    padding: 2.4rem;
}
#cat1{}
#cat1 dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#cat1 dt{
    width: 100%;
}
#cat1 dt img{
    width: 100%;
}
#cat1 dd{
	width: 100%;
	padding: 1.6rem 0 0 0;
	box-sizing: border-box;
}
#cat1 a{}

#cat2{}
#cat3{}
#cat3 ul{
	display:flex;
	justify-content:space-between;
}
#cat3 ul li{
	width: 100%;
	margin-bottom: 2.4rem;
}
#cat3 ul li img{
	width:10%;
}
#cat4{}
#cat5{}
#cat7 h2{
    background-color: black;
    padding-bottom: 20px;
}
#cat8 h2{
    background-color: black;
    padding-bottom: 20px;
}
#cat9 h2{
    background-color: black;
    padding-bottom: 20px;
}
#engine h4{
	font-size:1.6rem;
}
#engine ul{
	display:flex;
	justify-content:space-between;
}
#engine ul li{
	width: 100%;
	margin-bottom: 2.4rem;
}
#engine ul li h5{
	margin-bottom:.8rem;
	font-size: 1.8rem;
}
#engine ul li img{
	width:100%;
}
#cat6{}
#lineup h3{
	border-bottom: 1px solid #fff;
	text-align:center;
	padding-bottom: .8rem;
}
#lineup ul{
	display:flex;
	justify-content:space-between;
}
#lineup ul li{
	width: 100%;
	margin-bottom: 1.6rem;
}
#lineup ul li {}

.special h2{
    padding: 1.6rem 0;

}
}