@charset "utf-8";

body {
	font-size: 13px;
	line-height: 175%;
	overflow-x: hidden;
}
* html body {
	font-size:small;  
	font:x-small;/*--標準準拠モード時は不要--*/  
}
*:first-child+html body {  
	font-size:small;  
	font:x-small;/*--標準準拠モード時は不要--*/  
}  

img{
	width :auto;
}


.hover {
	filter:alpha(opacity=100);
	opacity:1.0;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	outline: none;
}
.hover:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}
.img_hover a img{
	filter:alpha(opacity=100);
	opacity:1.0;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}
.img_hover a img:hover{
	filter:alpha(opacity=60);
	opacity:0.6;
}

.wrapper{
/*	max-width: 1600px;*/
	margin-left: auto;
	margin-right: auto;
	
}



.link_hover a{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	outline: none;
}
.link_hover a:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}

.link_hover a img{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	outline: none;
}
.link_hover a img:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}
.hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	outline: none;
}
.hover:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}


/* nav btn ------------------------------------- */

.menu-trigger{
	display: none;
}


/* site -------------------------------------- */

.contents{
/*	width:76.5%;*/
	margin-left: 20%;
	margin-right: 55px;
	
/*	min-height: 100vh;*/
}

@media screen and (max-width:1440px){

	.contents{
		width: 76%;
	}
}

@media screen and (max-width:1150px){

	.contents{
		width: 75%;
	}
}


@media screen and (max-width:900px){

	.contents{
		width: 73%;
	}
}


.pc_block{
	display: block;
}

.sp_only{
	display: none;
}

.ttl_c{
	font-size: 35px;
}
.ttl_c span.sub{
	font-size: 60%;
	padding-top: 30px;
}
.ttl_c_bd{
	font-size: 22px;
}
.ttl_c_bd span{
	padding-bottom: 15px;
}
.page_ttl{
	margin-bottom: 50px;
}

.ttl_bd{
	font-size: 18px;
	padding-bottom: 10px;
}

/* header ---------------------------------- */

.gheader{
	width: 20%;
	max-width: 313px;
}
.gheader .logo{
	width: 38%;
	margin-left: 20%;
	margin-top: 90px;
}
.gheader .logo img{
	display: inline-block;
	width: 250px;
}

/* gnav ------------------------- */

.gnav{
	margin-left: 33%;
	margin-top: 44px;
	font-weight: 600;
	font-size: 13px;
}

@media screen and (max-width:1050px){
	.gnav{
		margin-left: 40px;
	}
}
@media screen and (max-width:800px){
	.gnav{
		margin-left: 10px;
	}
}



/* language_area ------------------------- */

.language_area{
	position: fixed;
	top:0%;
	height: 100vh;
	text-align: center;
	width: 55px;
	border-left: solid 1px #000;
	z-index: 500;
	background: #fff;
	right: 0;
}

.language{
	position: absolute;
	top:50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -10px;
}

@media screen and (max-width:1024px){

	.language{
		margin-left: -5px;
	}
}

/*
@media screen and (max-width:850px){

	.language{
		margin-left: 0px;
	}
}
*/


.language a{
	text-decoration: none;
}
.language li{
	-webkit-transform: rotate(270deg);
	transform:  rotate(270deg);
	font-weight: 600;
	font-size: 13px;
	margin:-3px 0;
}

.icon_mail{
	width: 27px;
	position: absolute;
	bottom: 20px;
	left: 10px;
/*	margin-left: -13px;*/
}

/* gfooter ------------------------- */

.gfooter{
	margin-top: 100px;
	padding-top: 40px;
	padding-bottom: 50px;
	padding-right: 55px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*

@media screen and (min-width:1600px){

	.gfooter{
		width: calc(100% - ((100% - 1600px) / 2));
	}
}
*/

.footer_nav ul{
	margin-left: 50px;
}

.gfooter .copy{
	text-align: right;
	margin-right: 30px;
}

/* index_slide ------------------------- */


.index_slide .swiper-slide{
	opacity: 0.5;
}
.index_slide .swiper-slide-active{
	opacity: 1.0;
}


/* index_BRANDS ------------------------- */

.index_brand{
	margin-top: 100px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
/*	max-width: 820px;*/
	max-width: 1080px;
	padding-top: 40px;
}



.index_brand_list{
	padding-top: 40px;
}


.btn_more{
	font-size: 23px;
	padding-top: 80px;
	margin-top: 30px;
}

.btn_more::before{
	height: 70px;
}
.btn_more a::after{
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	position: absolute;
	bottom: -15px;
	left: 0;
	background: #000;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
.btn_more a:hover::after{
	width: 100%;
}


/* index_news ------------------------- */

.index_news{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
/*	margin-right: 50px;*/
	margin-top: 100px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 50px;
}
.index_news .ttl_area{
	width: 35%;
	background: #f0f0f0;
	padding: 70px 0;
	text-align: center;
	position: relative;
}
.index_news .news_area{
	width: calc(65% - 50px);
}
.news_list li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 10px 0;
}
.news_list li span{
	display: inline-block;
}
.news_list li a{
	width: 100%;
	display: block;
}
.news_list li .day{
	width: 80px;
}
.news_list li .txt{
	width: calc(100% - 90px);
}


.index_news .ttl_area h2{
	font-size: 20px;
	display: inline-block;
}
.index_news .ttl_area .more{
	position: absolute;
	bottom: -10px;
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	text-align: center;
}
.index_news .ttl_area .more a{
	display: inline-block;
	position: relative;
}

.index_news .ttl_area .more::before{
	content: "";
	display: block;
	width: 1px;
	position: absolute;
	top:-45px;
	left: 50%;
	background: #000;
	height: 35px;
}

.index_news .ttl_area .more a::after{
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	position: absolute;
	bottom: -5px;
	left: 0;
	background: #000;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
.index_news .ttl_area .more a:hover::after{
	width: 100%;
}

.index_store_bn{
	margin-top: 70px;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

/* COMPANY ------------------------- */

.company_tbl{
	width: 90%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 100px;
}
.company_tbl dt,.company_tbl dd{
	margin-top: 30px;
}
.company_tbl dt{
	width: 135px;
}
.company_tbl dd{
	width: calc(100% - 135px);
}

.businessG{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	position: relative;
	margin-top: 130px;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.businessG .img{
	width: 46%;
}
.businessG .txt_area{
	width: 50%;
}
.businessG h4{
	position: absolute;
}

.businessG h4{
	font-size: 55px;
	left:20%;
	top:14%;
	white-space: nowrap;
}

@media screen and (min-width:1500px){

	.businessG h4{
		left:25%;
	}
}

@media screen and (max-width:1100px){

	.businessG h4{
		font-size: 35px;
		left:10%;
		top:7%;
	}
}

.businessG02 h4{
	left:-18%;
}

@media screen and (max-width:1100px){

/*
	.businessG02 h4{
		left:4%;
	}
*/
}

.businessG .intro{
	font-size: 18px;
	margin-top: 32%;
	font-weight: 600;
	line-height: 160%;
}
.businessG .txt{
	margin-left: 7%;
	margin-top: 50px;
}

.businessG .txt_area{
	position: relative;
}
.businessG .txt_area::before{
	content: "";
	display: block;
	width: 1px;
	height: 110px;
	position: absolute;
	left: 40%;
	top:-110px;
	background: #000;
}
.businessG01 .txt_area::before{
	display: none;
}

/* PRIVACY ------------------------- */

.privacy_cont{
	width: 90%;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.privacy_cont h3{
	margin-top: 50px;
	font-size: 18px;
	padding-bottom: 10px;
}

/* CONTACT ------------------------- */

.contact_cont{
	width: 90%;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.contact_nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 70px;
}
.contact_nav li{
	width: calc(50% - 20px);
}
.contact_nav li a{
	font-size: 16px;	
}

.ttl_contact{
	font-size: 15px;
	margin-top: 50px;
}

.contact_box{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0;
	font-size: 15px;
}

.contact_tel .tel_link{
	font-size: 30px;
}


.form_area dl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.form_area dl dt,.form_area dl dd{
	margin-top: 20px;
}
.form_area dl dt{
	width: 170px;
}
.form_area dl dd{
	width: calc(100% - 170px);
}

.form_area input[type="text"],.form_area input[type="email"],.form_area textarea{
	
}

.contact_nav02{
	margin-top: 100px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.form_area .btn_area{
	width: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.form_area .btn_input input{
	font-size: 15px;
}

.form_area .btn_input{
	width:200px;
}
.mw_wp_form_input .form_area .btn_submit{
	width:450px;
}

.form_area .btn_back{
	width: 300px;
}

.mw_wp_form_input .form_area .btn_back{
	display: none;
}

/*
@media screen and (max-width:1670px){

	.pagetop{
		right:55px;
	}
}
*/

.pagetop{
	right:55px;
	cursor: pointer;
}

/* STORE ------------------------- */

.store_search_area{
	padding: 40px 50px;
}
.store_searchG .ttl{
	width: 80px;
}
.store_search_parts{
	width: calc(100% - 110px);
}
.search_brand_list li{
	width: 19%;
	margin-right: 1.25%;
	margin-bottom: 20px;
}
.search_brand_list li:nth-child(5n){
	margin-right: 0;
}



.search_brand_list .check{
	width: 30px;
}
.search_brand_list .img{
	width: calc(100% - 30px);
}

@media screen and (max-width:1100px){

	.search_brand_list li{
		width: 23.8%;
		margin-right: 1.6%;
	}
	.search_brand_list li:nth-child(5n){
		margin-right: 1.6%;
	}
	.search_brand_list li:nth-child(4n){
		margin-right: 0%;
	}
	.search_brand_list .check{
		width: 20px;
	}
	.search_brand_list .img{
		width: calc(100% - 20px);
	}
}

.search_result_areaG{
	margin-top: 70px;
}

.search_result_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.search_result_list li{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 49%;
}

.search_result_areaG h3{
	font-size: 30px;
	padding-bottom: 20px;
}
.search_result_areaG h4{
	font-size: 15px;
	margin-bottom: 10px;
}

.search_result_list li::after{
	right: 30px;
}


/* BRAND ------------------------- */

.brand_nav{
	
}

.brand_nav li{
	line-height: 55px;
	cursor: pointer;
}

.brand_cont{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.brand_cont .img{
	width: 45%;
}
.brand_cont .txt_area{
	width: calc(55% - 40px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 40px;
	
}

.brand_cont_no_img .txt_area{
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
}
.brand_intro{
	font-size: 16px;
	margin: 30px 0 70px;
}
.brand_intro + .brand_intro{
	margin-top: -40px;
}

.brand_bn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 100px;
}
.brand_bn li{
	width: calc(50% - 20px);
}

.brand_cont_slide{
	margin-top: 80px;
}

.product_slide_area{
	width: calc(100% - 140px);
	margin-left: auto;
	margin-right: auto;
}

.product_nav{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
}
.product_nav li{
	margin: 0 10px;
	padding-bottom: 2px;
}
.product_nav li.active{
	border-bottom: solid 2px #000;
	
}

.product_slide_area .bx-prev{
	left: 20px;
}
.product_slide_area .bx-next{
	right: 20px;
}
.product_slide_area .swiper-button-prev::after,.product_slide_area .swiper-button-next::after{
	font-size: 30px;
}

.product_nav li a{
	display: block;
	text-decoration: none;
}
.product_nav li a.active{
	border-bottom: solid 2px #000;

}

.product_slide_txt{
	display: none;
}

.brand_slide_area,.brand_nav,.brand_bn{
/*
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
*/
}

.brand_txt{
	margin-top: 40px;
}

.brand_slide_area{
	margin-top: 80px;
}

/* INFORMATION ------------------------- */

.page_info_cont{
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
.page_info_cont .news_list li{
	margin-top: 30px;
}

.wp-pagenavi a,.wp-pagenavi span{
	margin: 0 5px;
}

.page_info_cont .ttl_bd{
	padding-top: 40px;
}
.info_cont{
	margin-top: 40px;
}
.prev_next{
	margin-top: 70px;
}

.txt_thanks01{
	font-size: 18px;
	margin: 50px 0;
}
.brand_bn li:first-child{
	width: calc(25% - 10px);
}
