@charset "utf-8";
/* CSS Document */


/*lpg記述調整*/
#brand_lpg .header_fixed{
	top: 80px!important;
}
#brand_lpg .header_bg_active{
	top: 0!important;
}

/*hit記述調整*/
#brand_hit .header_fixed{
	top: 80px!important;
}
#brand_hit .header_bg_active{
	top: 0!important;
}

/*psc記述調整*/
#brand_psc .header_fixed{
	top: 40px!important;
}
#brand_psc .header_bg_active{
	top: 0!important;
}

/*lvn記述調整*/
#brand_lvn .header_fixed{
	top: 40px!important;
}
#brand_lvn .header_bg_active{
	top: 0!important;
}



/*ヘッダ調整*/
.js_master_head{
	background-color: #fff;
	border-bottom: solid 1px #f5f5f5;
	width: 100%;
	height:40px;
	
	display: flex;
	margin: 0 auto;
	padding: 0;
	position: relative;
	justify-content: space-between;
    align-items: center;
}
.js_master_head_logo,
.js_master_head_brand{
	z-index: 2000;
}

.js_master_head .js_master_head_logo img{
	margin-left: 10px;
	width: 110px;
}

.js_master_head .js_master_head_brand img{
	margin-right: 10px;
	width: 40px;
}


/*ヘッダーのブランド一覧　スタート*/
.js_master_head .brand_section img{
	width:100%;
}
.js_master_head .brand_icon:hover {
	cursor: pointer;
	opacity: .6;
}
.js_master_head .brand_section {
	/*top: auto;*//*jsで指定*/
    width: 100%;
    position: absolute;
	display: none;
	z-index: 2000;
}
.js_master_head .brand_inner {
	background-color: #DDDDDD;
	padding: 30px 30px 76px;
}
.js_master_head .brand_inner ul {
	text-align: justify;
	max-width: 980px;
    margin: 0 auto;
}
.js_master_head .brand_inner li {
	list-style: none;
	display: inline-block;
	margin-bottom: 12px;
	width: 16.1%;
	box-sizing: border-box;
	padding: 0 1%;
}
.js_master_head .brand_inner li a:hover {
	opacity: .6;
}
.js_master_head .brand_inner li:last-child {
	margin-bottom: 0;
}
.js_master_head .brand_inner .more_btn {
	margin: 0px auto 0px;
}
.js_master_head .brand_inner .more_btn a {
	color: #fff;
    background: #000;
    font-size: 17px;
}

@media screen and (max-width: 648px) {
	.js_master_head .brand_section {
		/*top: 90px;*//*jsで指定*/
	}
	.js_master_head .brand_inner li {
		/*width: 32%;*/
		width: 31%;
		margin-bottom: 7px;
	}
}
/*ヘッダーのブランド一覧　エンド*/



/*more　ボタン*/
.js_master_head .more_btn {
	margin: 60px auto 0px;
	text-align: center;
	font-size: 18px;
	/*font-family: "JuliusSansOne";*/
}
.js_master_head .more_btn a {
	display: inline-block;
	text-decoration: none;
	padding: 13px 0;
	border: 1px solid #000;
	width: 300px;
	border-radius: 25px;
	color: #000;
}
.js_master_head .more_btn a:hover {
	opacity: .6;
}
.js_master_head .brandlist .more_btn {
	font-family: "ヒラギノ角ゴシック W3"!important;
}
.js_master_head .brandlist .more_btn a {
	color: #fff;
	background: #000;
	font-size: 17px;
}
@media screen and (max-width: 648px) {
	.js_master_head .more_btn_wrap {
		display: block;
	}
	.js_master_head .more_btn_wrap .more_btn {
		margin: 40px 0 0;
	}
	.js_master_head .more_btn_wrap .more_btn:last-of-type {
		margin: 20px 0 0;
	}
	.js_master_head .more_btn {
		font-size: 14px;
		margin: 40px auto 0px;
	}
}