@charset "utf-8";

body {
	min-height: 100%;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 175%;
	overflow-x: hidden;
	background:#fff;
}


img{
	max-width: 100%;
	height: auto;
}

img[usemap] {
	border: none;
	height: auto;
	width: 100%;
	max-width: 100%;

}

.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{
	width:100%;
	position: relative;
}


input[type="button"],input[type="text"],input[type="submit"],input[type="email"],input[type="tel"],textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0 !important;
	background: #fff;
}
input[type="text"]:focus,input[type="email"]:focus,textarea:focus{
	background: #FAFFBD;
}

.gmap {
	position: relative;
	padding-bottom:50%;
	height: 0;
	overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youtube{
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}




/* nav btn ------------------------------------- */




/* inview ------------------------------------- */

.inview{
	-webkit-transition: 0.8s;
	transition: 0.8s;
	opacity: 0;
	-webkit-transform: translate(0px,100px); 
	transform: translate(0px,100px);
}

.inview_on{
	opacity: 1.0;
	-webkit-transform: translate(0,0) !important;
	transform: translate(0,0) !important;
}


/* site -------------------------------------- */

.ttl_c{
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px;
}
.ttl_c span.sub{
	display: block;
}
.ttl_c_bd{
	text-align: center;
	line-height: 160%;
}
.ttl_c_bd span{
	display: inline-block;
	border-bottom: solid 2px #000;
}

.ttl_bd{
	font-weight: 600;
	border-bottom: solid 1px#000;
}

.top_mg{
	height: 90px;
}

/* header ---------------------------------- */

.gheader{
	position: fixed;
	top:0;
	z-index: 1000;
	background: #fff;
}


/* gnav ------------------------- */

.gnav{
	margin-left: 33%;
	margin-top: 44px;
	font-weight: 600;
	font-size: 13px;
}
.gnav a{
	text-decoration: none;
}
.gnav li{
	position: relative;
	padding-left: 20px;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.gnav li::before{
	content: "";
	display: block;
	width: 12px;
	height: 1px;
	position: absolute;
	left: 0;
	top:50%;
	background: #000;
}



/* gfooter ------------------------- */

.gfooter{
	border-top: solid 1px #000;
}

.footer_nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer_nav a{
	text-decoration: none;
}

.footer_nav ul li{
	margin-top: 10px;
}

.pagetop{
	position: fixed;
	background: #000;
	opacity: 0.6;
	font-size: 11px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
}
.pagetop i{
	color: #fff;
}


/* index_slide ------------------------- */

.index_slide{
	line-height: 0 !important;
}
.index_slide img{
	width: 100%;
}

.index_slide_area .swiper-container-horizontal> .swiper-pagination{
	bottom: 20px;
}
.index_slide_area .swiper-pagination-bullet{
	background: #bababa;
	opacity: 1.0;
}
.index_slide_area .swiper-pagination-bullet-active{
	background: #000;
	opacity: 1.0;
}

/* index_BRANDS ------------------------- */

.index_brand{
	margin-top: 100px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 820px;
	padding-top: 40px;
}

.brand_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
}

.index_brand_list li{
	width: 33.3%;
}
.brand_list li{
	margin-top: 30px;
}

.btn_more{
	text-align: center;
	font-weight: 600;
	position: relative;
	
}
.btn_more a{
	text-decoration: none;
	display: inline-block;
	position: relative;
}
.btn_more::before{
	content: "";
	display: block;
	width: 1px;
	position: absolute;
	top:-10px;
	left: 50%;
	background: #000;
}

.news_list a{
	text-decoration: none;
}

.index_news .ttl_area .more a{
	text-decoration: none;
}


/* COMPANY ------------------------- */

.company_tbl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.company_place p{
	margin-top: 10px;
}
.company_place02{
	margin-top: 40px;
}
.company_map{
	margin-top: 20px;
}

.reverse{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.businessG .img{
	line-height: 0;
}

/* PRIVACY ------------------------- */

.disc{
	list-style-type: disc;
	margin-left: 1.5em;
}

.privacy_cont h3{
	font-weight: 600;
	border-bottom: solid 1px#000;
}

.privacy_cont p{
	margin-top: 20px;
}


/* CONTACT ------------------------- */

.contact_nav li a{
	display: block;
	background: #efefef;
	padding: 20px 10px;
	text-align: center;
	text-decoration: none;
	line-height: 170%;
}
.contact_list{
	margin-top: 20px;
}

.contact_box{
	border: double 8px #000;
	margin-top: 50px;
	text-align: center;
	padding: 30px 0;
}
.contact_tel .tel_link{
	font-weight: 600;
}
.contact_tel{
	margin-bottom: 10px;
}
.contact_tel span{
	display: block;
	margin-bottom: 10px;
}

.must{
	font-weight: 600;
}
.form_area dl dt,.form_area dl dd{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form_area input[type="text"],.form_area input[type="email"],.form_area textarea{
	border: solid 1px #ccc;
	padding: 0px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 10px;
}
.form_area .city input[type="text"]{
	width: 200px;
}
.form_area select{
	padding: 10px 10px;
	border: solid 1px #ccc;
}

.contact_txt01{
	margin-top: 50px;
	margin-bottom: 20px;
}


.form_area .btn_input{
	text-align: center;
}
.form_area .btn_input input{
	display:block;
	width:100%;
	line-height: 50px;
	color: #fff;
	border: none;
	cursor: pointer;
	font-weight: bold;
	letter-spacing: 2px;
}
.form_area .btn_submit input{
	background: #000;
}
.form_area .btn_back input,.form_area .btn_reset input{
	background: #999;
}

.mw_wp_form_confirm .form_area .btn_reset{
	display: none;
}

.form_area .btn_area{
	margin-top: 50px;
}
.form_area textarea{
	height: 200px;
}
.contact_link i{
	margin-right: 10px;
}


/* STORE ------------------------- */

.store_search_area{
	background: #f1f1f1;
}
.store_searchG{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
}
.search_brand_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.search_brand_list li label{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 5px 10px 10px;
	background: #fff;
}
.search_brand_list input{
/*	margin-top: -5px;*/
}

.store_searchG select{
	border: none;
	padding: 10px 20px;
}
.store_searchG .img{
	line-height: 0;
}

.store_search_btn{
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}
.store_search_btn input{
	display: block;
	border: none;
	width: 100%;
	background: #000;
	color: #fff;
	font-size: 15px;
	padding: 15px 0;
	font-weight: 600;
}
.search_result_list li{
	border-bottom: solid 1px #dedede;
	padding: 30px 0;
	padding-right: 30px;
	position: relative;
}
.search_result_list li::after{
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(../images/icon_arrow01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top:50%;
	margin-top: -7.5px;
}
.search_result_areaG h3{
	font-weight: 600;
}
.search_result_areaG .add,.search_result_areaG .tel{
	margin-bottom: 10px;
}

.search_result_list h4 a{
	text-decoration: none;
}
.search_result_list .brand span{
	display: inline-block;
	position: relative;
	padding-right: 20px;
}
.search_result_list .brand span::after{
	content: "/";
	position: absolute;
	right: 7px;
}


/* BRAND ------------------------- */

.brand_nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.brand_nav li{
	width: 33.25%;
	background: #f1f1f1;
	text-align: center;
	font-weight: 600;
}
.brand_nav li.active{
	background: #000;
	color: #fff;
}

.brand_nav02 li{
	width: 50%;
}

.brand_cont_no_img .img{
	display: none;
}

.brand_intro{
	text-align: center;
	line-height: 180%;
	font-weight: 600;
}

.brand_cont_slide{
	line-height: 0;
}
.brand_cont_slide .brand_cont-pagination{
	position: relative;
	margin-top: 30px;
}

.brand_cont_slide .swiper-pagination-bullet{
	background: #bababa;
	opacity: 1.0;
}
.brand_cont_slide .swiper-pagination-bullet-active{
	background: #000;
	opacity: 1.0;
}

.brand_cont_slide img{
	width: 100%;
}

.optical_slide_area{
	position: relative;
}



.swiper-button-prev:after, .swiper-button-next:after {
	color: #000;
}

.product_slide_area .bx-prev,.product_slide_area .bx-next{
	display: block;
	width: 30px;
	height: 40px;
	text-indent: -9999px;
	position: absolute;
	top:50%;
	margin-top: -20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.product_slide_area .bx-prev{
	background-image: url(../images/icon_arrow03.png);
	left: -10%;
}
.product_slide_area .bx-next{
	background-image: url(../images/icon_arrow02.png);
	right: -10%;
}

.product_nav li{
	padding-bottom: 2px;
	
}

.product_nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}


/* INFORMATION ------------------------- */


.wp-pagenavi{
	margin-top: 50px;
	text-align: center;
}
.wp-pagenavi a{
	text-decoration: none;
}
.wp-pagenavi a,.wp-pagenavi span{
	display: inline-block;
	border: solid 1px #000000;
	width:40px;
	line-height: 40px;
	font-weight: bold;
}
.wp-pagenavi span.current{
	background: #000000;
	color: #fff;
}

.prev_next{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
}
.prev_next a{
	text-decoration: none;
}
.prev_next .prev i{
	margin-right: 10px;
}
.prev_next .next i{
	margin-left: 10px;
}


.brand_bn li:first-child{
	display: none;
}