@charset "UTF-8";
/* CSS Document */

#wrapper{
	background-color: #000;
	color: #fff;
}

.slider{
	position: relative;
}
.shopbrand_slider img{
	opacity: 0.5;
}
.slider .slider_title{
        color: #fff;
        text-align: center;
        font-size: 30px;
        top: 50%;
        left: 50%;
        position: absolute;
    
    }

.brand_model_list img{
            height: 320px;
            width: 60px;
        }
#archive_top .feature_area{
	width: 400px;
	margin: 0 auto;
}

.brand_side_banner img{
	width: 100%;
}


.footer_toparea{
	margin: 20px auto 0;
	padding: 20px ;
	background-color: #777;
}
.sp{
		display: none;
	}

@media only screen and (max-width:545px) {

	.sp{
		display: block;
	}
	
	#brand_toparea .slider .slick-slide img{
            height: 80vh;
            width: auto;
            margin-left: -400px !important;
        
        }
	
	.slider .slider_title{
            color: #fff;
            text-align: right;
            font-size: 36px;
            top: 50%;
            right: 5%;
            position: absolute;
            line-height: 140%;
            margin: 0 10px;
            left: 0;
        
        }
		.slider .slider_title2{
		font-size: 56px;

	}
		.slider .slider_title2sub{
		font-size: 40px;

	}


#archive_top .feature_area{
	width: 100%;
	margin: 0 auto;
}


#side_brandlist, #side_brandlist .brand_side_banner {
		display: block;
	}	
 #side_brandlist #brand_description,
#side_brandlist .brand_description_up{
	 display: none;
	}
	
}