@charset "UTF-8";

body{
	background: #202020;
}
.main-contents{
    padding: 0 0 0 0;
}
.main-contents h2{
    padding: 0;
    margin: 0 0 1.6rem 0;
}
section.title{
}
p.btn-box{
	float:right;
	margin: 1.6rem 0 4rem 0;
	padding: 0;
}
section.title h1{
    background: #000;
    text-align:center;
}
section.title h1 img{
}
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: 6.3rem;
    vertical-align: middle;
    height: 6.3rem;
    display: flex;
}
p.btn-box a span{
    vertical-align: middle;
    line-height: 6.3rem;
    margin: 0 .8rem;
}
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;
}
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;
    margin-bottom: 1.6rem;
}
#cat1{
    margin-bottom: 2.4rem;
}
#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{
    margin-bottom: 2.4rem;
}
#cat2 dl{
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    overflow: hidden;
}
#cat2 dt{
    width: 40%;
    float: right;
    position: relative;
    display:block;
    overflow:hidden;
}
#cat2 dt img{margin: 0 0 0 -30px;width: 400px;}
#cat2 dd{
	width: 55%;
	padding: 0 0 0 2.4rem;
	box-sizing: border-box;
}
#cat2 a.{
}

#cat3{}
#cat3 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
#cat3 ul li{
	width:49%;
	text-align: center;
}
#cat3 ul li a{line-height: 3rem;vertical-align: middle;height: 3rem;display: block;font-size: 2.4rem;}
#cat3 ul li a:after{
	content: "";
	display: inline-block;
	width: 4rem;
	height: 2rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1.7rem auto;
	background-image: url(../img/skyactivx/icon.png);
	background-size: 2.7rem auto;
}
#cat3 ul li img{
}

#sp-fix{
	display:none;
}

.link-list{
    width: 960px;
    margin: 2.4rem auto;
    display: flex;
    justify-content: flex-end;
}
.link-list li{
    margin: 0 0 0 1.6rem;
}
.link-list li a{
    line-height: 4.6rem;
}
.link-list li a span{
    vertical-align: top;
    line-height: 6.3rem;
    margin: 0 .8rem;
    display: inline-block;
}
.link-list li a.driving-btn{
    color: #aaa;
    line-height: 6.3rem;
    vertical-align: middle;
    height: 6.3rem;
    display: flex;
}
.link-list li a.driving-btn:before{
    content: "";
    display: inline-block;
    width: 3rem;
    /* height: 3rem; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 2.9rem;
}
.link-list li a.driving-btn:after{
	content: "";
	display: inline-block;
	width: 3rem;
	/* height: 3rem; */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: .8rem auto;
}
.link-list li a.car-btn1{text-align: center;background: #2d2d2d;display: block;border-radius: 4px;padding: .8rem .8rem;box-sizing: border-box;}
.link-list li a.car-btn1 span{
    line-height: 2.3rem;
    display: block;
}
.link-list li a.car-btn2{text-align: center;background: #2d2d2d;display: block;border-radius: 4px;box-sizing: border-box;}
.link-list li a.car-btn1:before,
.link-list li a.car-btn2:before{
    content: none;
}
.link-list li a.car-btn1:after,
.link-list li a.car-btn2:after{}
.link-list li a.shopsearch-btn{
    height: 6.3rem;
    vertical-align: middle;
    line-height: 6.3rem;
    margin: 0 .8rem;
    display: block;
}
.link-list li a.shopsearch-btn:before{
	content: "";
	display: inline-block;
	width: 3rem;
	height: 4rem;
	background-position: center 1rem;
	background-repeat: no-repeat;
	background-size: auto 3rem;
}
.link-list li a.shopsearch-btn:after {
	content: "";
	display: inline-block;
	width: 3rem;
	height: 3rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: .8rem auto;
}





@media screen and (max-width: 640px) {
	
body{
	background: #202020;
}
.main-contents{
    padding: 0 0 0 0;
}
.main-contents h2{
    padding: 0;
    margin: 0 0 1.6rem .8rem;
}
section.title{padding-top: 5rem;}
p.btn-box{
	float:right;
	margin: 1.6rem 0 4rem 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: no-repeat;
    padding: 0 1.2rem;
}
#cat1{}
#cat1 h2{
    margin: 0 0 1.6rem 0;
}
#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{}

#cat2 dl{
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    overflow: hidden;
}
#cat2 dt{
    width: 100%;
    float: right;
    position: relative;
    display:block;
    overflow:hidden;
    margin-bottom: .8rem;
}
#cat2 dt img{margin: auto;width: 100%;}
#cat2 dd{
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

#cat3{}
#cat3 ul{
	display:flex;
	justify-content:space-between;
}
#cat3 ul li{
	width: 100%;
	margin-bottom: 1.2rem;
	background: #2b2b2b;
	padding: 1.2rem;
}
#cat3 ul li img{
	width: 90%;
}

#sp-fix{
	display:block;
	position: fixed;
	bottom: 0;
	background: #111;
	padding: 1.6rem 0 0 0;
	z-index: 999;
}
.link-list{
    display: none;
}
section.title ul{
    display: none;
}
#sp-fix .link-list{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    font-size: 1.2rem;
}

.link-list li a span{
    vertical-align: top;
    line-height: 1.5rem;
    margin: 1.2rem .8rem 0 .8rem;
    display: inline-block;
}

.link-list li a.driving-btn{
    color: #aaa;
    line-height: 5rem;
    vertical-align: middle;
    height: 5rem;
    display: flex;
}

.link-list li a.car-btn1{text-align: center;background: #2d2d2d;display: block;border-radius: 4px;padding: .8rem .8rem;box-sizing: border-box;}
.link-list li a.car-btn1 span{
    line-height: 1.5rem;
    display: block;
    margin: 0;
}
footer{
	padding: 0 0 8rem 0;
}

#back-to-top {
  bottom: 15%;
  right: 5%;
}

}
