@charset "utf-8";

body {
	min-height: 100%;
	color: #000;
	font-size: 13px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 175%;
	overflow-x: hidden;
}
* html body {
	font-size:small;  
	font:x-small;/*--標準準拠モード時は不要--*/  
}  

*:first-child+html body {  
	font-size:small;  
	font:x-small;/*--標準準拠モード時は不要--*/  
} 
.txthide {
	display: none;
}
img{
	width :auto;
	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;
	left: 0;
	right: 0;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

.top_mg{
	height: 120px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.top_mg_fix{
	height: 80px;
}

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%;
}

.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,
.menu-trigger span {
	display: inline-block;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.menu-trigger {
	position: fixed;
	width: 30px;
	height: 22px;
	left:40px;
	top: 49px;
	z-index: 5000;
}
.menu-trigger_fix{
	top:29px;
}
.menu-trigger span {
	position: absolute;
	height: 2px;
	background-color: #000;
	width: 100%;
}

/*
.menu-trigger.active span{
	background-color: #fff;
}
*/
.menu-trigger span:nth-of-type(1) {
	left: 0px;
	top: 0px;
}
.menu-trigger span:nth-of-type(2) {
	left: 0px;
	top: 10px;
}
.menu-trigger span:nth-of-type(3) {
	left: 0px;
	bottom: 0px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}


/* 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 --------------------------------------- */

.font_bell{
	font-family: 'Bellefair', 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.font_roboto{
	font-family: 'Roboto', sans-serif;
}


.content{
	width:94%;
	margin-left: auto;
	margin-right: auto;
}

.pc_block{
	display: block;
}

.sp_only{
	display: none;
}

.ttl_c{
	text-align: center;
	
	font-size: 1.8vw;
	letter-spacing: 1px;
}

.page_ttl{
	padding-top: 30px;
}

.ttl_mg{
	margin-top: 80px;
}

.page_link{
	padding-top: 80px;
	margin-top: -80px;
}

/* header ------------------------------------------ */

.gheader{
	width: 100%;
	height: 120px;
	background: #fff;
	text-align: center;
	position: fixed;
	z-index: 1000;
	left: 0;
	top:0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.gheader_fix{
	height: 80px;
}

.gheader .logo{
	width: 164px;
	position: absolute;
	left: 50%;
	margin-left: -82px;
	line-height: 0;
	top:25px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.gheader_fix .logo{
	width: 120px;
	top:18px;
	margin-left: -60px;
}

.head_sns{
	position: absolute;
	right: 40px;
	top:42.5px;
	font-size: 35px;
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.gheader_fix .head_sns{
	top:22.5px;
}
.head_sns li{
	margin-left:20px; 
}
.head_sns .face{
	width: 32px;
	padding-top: 2px;
}


/* slide ---------------------------------------- */

.index_slide_area{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 0;
	padding-bottom: 40px;
	padding-left: 3%;
	padding-right: 3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.index_slide_area .index_slide-pagination{
	position: relative;
	margin-top: 40px;
}
.index_slide_area .index_slide-pagination .swiper-pagination{
	background: #e0e0e0;
}
.index_slide_area .index_slide-pagination .swiper-pagination-bullet-active{
	background: #000;
}

.swiper-button-prev:after,.swiper-button-next:after{
	color: #000;
}


/* top ---------------------------------------- */

.index_features{
	margin-bottom: 65px;
	background: #efefef;
	padding-bottom: 70px;
}
.index_features .ttl_c{
	padding: 70px 0;
}

.features_list{
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	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;
	margin-bottom: 70px;
}
.features_list li{
	width: 31.4%;
	margin-right: 2.9%;
	text-align: center;
}
.features_list li:nth-child(3n){
	margin-right: 0;
}

.features_list li a{
	text-decoration: none;
}

.features_list .img{
	line-height: 0;
	overflow: hidden;
}
.features_list .img img{
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	width: 100%;
}
.features_list .img:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.features_list .day{
	color: #939393;
	margin-top: 30px;
}
.features_list .ttl{
	margin-top: 5px;
	font-weight: normal;
}

.btn_more{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
	
}
.btn_more a{
	display: block;
	text-decoration: none;
	line-height: 60px;
	text-align: center;
	position: relative;
	z-index: 1;
	border-bottom: solid 2px #ccc;
}


.btn_more::before{
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	background: #000;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	position: absolute;
	left: 0%;
	bottom: 0px;
	z-index: 10;
}
.btn_more:hover::before{
	width: 100%;
}

.products_nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-top: 70px;
}

.products_nav li{
	width: calc(50% - 5px);
	border: solid 1px #000;
	line-height: 50px;
	text-align: center;
	font-size: 1.1rem;
	cursor: pointer;
}
.products_nav li.active{
	color: #fff;
	background: #000;
}

.index_item{
	padding: 70px 0 80px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
}
.index_item .ttl_c{
}

.item_list{
	margin-left: auto;
	margin-right: auto;
	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;
	padding-top: 40px;
}
.item_list li{
	width: 18.8%;
	margin:0 0.6%;
	text-align: center;
	margin-top: 30px;
}
.item_list li:nth-child(5n){
	margin-right: 0;
}

.item_list li a{
	text-decoration: none;
}

.item_list .img{
	line-height: 0;
	overflow: hidden;
}
.item_list .img img{
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
}
.item_list .img:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.item_list .name{
	margin-top: 30px;
	font-weight: normal;
}
.item_list .price{
	margin-top: 5px;
}

.index_item .item_list {
	margin-bottom: 30px;
}

.index_news{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: center;
	margin-top: 100px;
}

.index_news .ttl_area{
	width: 50%;
	position: relative;
}

.index_news .index_news_list{
	width: 50%;
}
.index_news .ttl_area .ttl{
	width: 200px;
	height: 54px;
	line-height: 54px;
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -100px;
	margin-top: -27px;
	text-align: center;
	
}

.news_list li{
	border-bottom: solid 1px #e0e0e0;
}
.news_list li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 0;
	text-decoration: none;
}
.news_list li:first-child a{
	padding-top: 0;
}

.news_list .day{
	width: 100px;
}
.news_list .ttl{
	width: calc(100% - 100px);
	font-weight: normal;
}

.thumb_news_list .img{
	width: 100px;
}

.thumb_news_list .txt_area{
	width: calc(100% - 120px);
}

.thumb_news_list .ttl{
	width: 100%;
}

.index_news_list .btn_more{
	margin-top: 40px;
}

.index_contents{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.index_contents .swiper-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.index_contents .swiper-slide{
	width: 31.4%;
	margin-right: 2.9%;
	text-align: center;
	position: relative;
}
.index_contents .swiper-slide:nth-child(3){
	margin-right: 0;
}

.index_contents .img{
	line-height: 0;
	overflow: hidden;
}
.index_contents .img img{
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
}
.index_contents .img:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.index_contents .ttl{
	width: 184px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -92px;
	margin-top: -25px;
	color: #fff;
	border: solid 1px #fff;
	text-align: center;
	
}

.index_online_store{
	width: 84%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}

.idex_online_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 70px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.idex_online_list li{
	width: 30%;
	text-align: center;
}
.idex_online_list li:first-child{
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
	margin-bottom: 50px;
}
.idex_online_list li a{
	display: block;
/*
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 0;
	font-size: 1.6rem;
*/
	border: solid 1px #000;
	line-height: 0;
}

/* footer ---------------------------------------------------- */

.gfooter{
	
	margin-top: 100px;
	
	padding-left: 40px;
	padding-right: 40px;
	background: #fff;
}
.gfooter a{
	text-decoration: none;
}

.footer_inner{
	padding: 70px 0 30px;
	border-top: solid 1px #c2c2c2;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer_logo_area{
	text-align: right;
}



.footer_sns{
	font-size: 35px;
	line-height: 0;
	margin-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer_sns li{
	margin-left:20px; 
}
.footer_sns .face{
	width: 32px;
	padding-top: 2px;
}

.footer_logo{
	margin-top: 30px;
}
.footer_logo img{
	width: auto;
	height: 35px;
}

.footer_link_area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer_link{
	margin-right: 70px;
}
.footer_link li{
	margin-bottom: 5px;
}

.copy{
	font-size: 0.8rem;
	text-align: right;
	margin-right: 3%;
}

.pagetop{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	line-height: 0%;
	width: 50px;
	z-index: 500;
}

/* gnav ---------------------------------------------------- */

.body_fix{
	height: 100vh;
	overflow-y: hidden;
}

.gnav_overlay{
	width: 100%;
	height: calc(100% - 120px);
	background: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top:120px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: none;
	z-index: 1000;
}
.gnav_overlay_fix{
	display: block;
}

.gnav_overlay_long{
	top:80px;
}

.gnav_area{
	width: 630px;
	height: calc(100% - 120px);
	position: fixed;
	left: -630px;
	top:120px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: 1000;
}

.gnav_area_long{
	height: calc(100% - 80px);
	top:80px;
}

.gnav_area_fix{
	left: 0;
}

.gnav{
	width: 630px;
	background: #000;
	height: 100%;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 0 100px 70px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
	
}

.gnav a{
	color: #fff;
	text-decoration: none;
}
.gnav_link{
	padding-top: 50px;
}
.gnav_link li{
	margin-top: 20px;
	font-size: 1.2rem;
}

.gnav::-webkit-scrollbar {
	width: 10px;
}

.gnav::-webkit-scrollbar-track {
	background-color: darkgrey;
}

.gnav::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.gnav_link02 li{
	font-size: 1.6rem;
}


/* CONCEPT ---------------------------------------------------- */

.concept_cont{
	background: #000;
	color: #fff;
	padding: 40px 0 70px;
}

.concept_area{
	width: 94%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/concept/bg_concept.jpg) no-repeat center top;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 70px;
}
.concept_area .concept_logo{
	width: 45%;
	text-align: center;
	padding-top: 190px;
}
.concept_area .txt_area{
	width: 55%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 80px 50px;
	font-size: 1.0rem;
}
.concept_area .txt_area p{
	margin-top: 30px;
}

.concept_area .txt_area p.ja{
	padding-bottom: 30px;
	line-height: 180%;
}

.ttl_keyword{
	text-align: center;
	margin-top: 70px;
	font-size: 1.3rem;
	letter-spacing: 1px;	
}

.ttl_keyword span{
	padding-bottom: 15px;
	border-bottom: solid 1px #fff;
	display: inline-block;
}

.keyword_block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
	width: 94%;
	max-width: 1100px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.reverse{
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}

.keyword_block .txt{
	line-height: 200%;
	font-size: 0.9rem;
	width:calc(100% - 400px);
}

.keyword_block .txt .font_bell{
	margin-top: 30px;
}

.keyword_block .img{
	width: 350px;
}



/* STORES ---------------------------------------------------- */

.ttl_store_sub{
	font-size: 1.2rem;
	text-align: center;
	margin-top: 20px;
}

.store_area{
	
}
.store_area .ttl{
	display: none;
}

.store_area_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}

.store_area_list li a{
	display: block;
	border: solid 1px #000;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	
	position: relative;
	z-index: 1;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.store_area_list li{
	position: relative;
	overflow: hidden;
	width: 100px;
}
.store_area_list li::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -100%;
	top:0;
	background: #000;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.store_area_list li:hover::before{
	left: 0;
}
.store_area_list li:hover a{
	color: #fff;
}

.store_cont{
	width: 94%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.store_area_ttl{
	text-align: center;
	margin-top: 70px;
	font-size: 1.3rem;
	letter-spacing: 1px;
	font-weight: normal;
}

.store_area_ttl span{
	padding-bottom: 15px;
	border-bottom: solid 1px #000;
	display: inline-block;
}

.store_ttl{
	margin-top: 70px;
	font-size: 1.1rem;
	letter-spacing: 1px;
	font-weight: normal;
	padding-bottom: 15px;
	border-bottom: solid 1px #000;
}

.store_list li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}

.store_list a{
	text-decoration: none;
	display: block;
	line-height: 30px;
	height: 30px;
	text-align: center;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}

.store_list .name{
	font-weight: bold;
	width: 270px;
}
.store_list .zip{
	width: 80px;
}

.store_list .add{
	width: calc(100% - 580px);
}

.store_list .tel{
	width: 90px;
}


.store_list .link{
	width: 50px;
	
	position: relative;
	overflow: hidden;
}
.store_list .link a{
	border: solid 1px #000;
}

.store_list .link::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -100%;
	top:0;
	background: #000;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.store_list .link:hover::before{
	left: 0;
}
.store_list .link:hover a{
	color: #fff;
}

.store_list .map{
	width: 50px;
	position: relative;
	overflow: hidden;
	background: #000;
	margin-left: 10px;
	height: 30px;
}

.store_list .no_map{
	width: 50px;
	position: relative;
	overflow: hidden;
	margin-left: 10px;
}

.store_list .map a{
	color: #fff;
	border: solid 1px #000;
}

.store_list .map::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -100%;
	top:0;
	background: #fff;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.store_list .map:hover::before{
	left: 0;
}
.store_list .map:hover a{
	color: #000;
}
.store_list_last{
	margin-bottom: 100px;
}

/* PRODUCTS ---------------------------------------------------- */

.page_products_nav{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.page_products_nav a{
	text-decoration: none;
	display: block;
}
.page_products_nav li.active a{
	color: #fff;
}

.product_cat_area .tgl{
	display: none;
}

.products_cat_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.products_cat_list li a{
	display: block;
	border: solid 1px #000;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	position: relative;
	z-index: 1;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.products_cat_list li{
	position: relative;
	overflow: hidden;
	width: 120px;
	margin: 0 5px;
}
.products_cat_list li::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -100%;
	top:0;
	background: #000;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.products_cat_list li:hover::before{
	left: 0;
}
.products_cat_list li:hover a{
	color: #fff;
}
.products_cat_list li.active a{
	color: #fff;
	background: #000;
}

.product_list{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product_list li{
	width: 19.2%;
	margin-right: 1%;
	text-align: center;
	margin-top: 50px;
}
.product_list li:nth-child(5n){
	margin-right: 0;
}

.product_list li a{
	text-decoration: none;
}

.product_list .img{
	line-height: 0;
	overflow: hidden;
}
.product_list .img img{
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
}
.product_list .img:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.product_list .name{
	margin-top: 10px;
	font-weight: normal;
}
.product_list .price{
	margin-top: 5px;
}

.product_list p{
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.paging{
	text-align: center;
	margin-top: 70px;
	margin-bottom: 70px;
}
.paging span,.paging a{
	display: inline-block;
	border: solid 1px #000;
	width:30px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	margin: 5px;
}
.paging a{
	text-decoration: none;
	background: #000;
	color: #fff;
}


/* NEWS---------------------------------------------------- */

.page_news_list{
	margin-top: 70px;
}

.page_news_list{
	width: 94%;
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
}

.page_news_list .img{
	width: 250px;
}
.page_news_list .txt_area {
	width: calc(100% - 270px);
}

.page_news_list a{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news_cont{
	margin-top: 70px;
	width: 94%;
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
}

.ttl_news{
	font-weight: normal;
	text-align: center;
	font-size: 1.2rem;
}
.ttl_news span{
	display: inline-block;
	border-bottom: solid 1px #000;
	padding-bottom: 10px;
}
.news_day{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.news_detail{
	margin-top: 50px;
}


/* FEATURE---------------------------------------------------- */

.page_features_list{
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.page_features_list li{
	width: 23.8%;
	margin-right: 1.6%;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
}
.page_features_list li:nth-child(4n){
	margin-right: 0;
}

.page_features_list li a{
	text-decoration: none;
}

.page_features_list .img{
	line-height: 0;
	overflow: hidden;
}
.page_features_list .img img{
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
}
.page_features_list .img:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.page_features_list .day{
	color: #939393;
	margin-top: 30px;
}
.page_features_list .ttl{
	margin-top: 5px;
}


/* COLLECTION------------------------------------------ */

.collection{
	width: 100%;
	overflow: hidden;
}

.look_navigation{
	width: 85px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	margin-top: 70px;
}
.look_navigation .swiper-container{
	overflow: visible;
}

.look_main{
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	position: relative;
	
}

.main-sldier{
	
}

.main-sldier .swiper-pagination{
	position: relative;
	margin-top: 20px;
}

.thumbnail-slide,.main-sldie{
	line-height: 0;
}

.thumbnail-sldier .thumbnail-slide{
	/*
	opacity: 0.6;
	background: #000;
	*/
	position: relative;
}
.thumbnail-sldier .swiper-slide-active{
	opacity: 1;
}
.thumbnail-sldier .swiper-slide::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	position: absolute;
}
.thumbnail-sldier .swiper-slide-active::before{
	opacity: 0;
}

.look_main .swiper-button-prev,.look_main .swiper-button-next{
	color: #000;
}

.look_main .swiper-button-prev{
	left: 0px;
}
.look_main .swiper-button-next{
	right: 0px;
}

.main-sldier li{
	background: #fff;
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.main-sldier li img{
	display: inline-block;
/*	width: calc(100% - 100px);*/
}


/* COLLECTION LIST ---------------------------------- */

.collection_cont{
	width: 86%;
	margin-left: auto;
	margin-right: auto;
}
.collection_list{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.collection_list li{
	width: calc(50% - 25px);
	margin-right: 50px;
	margin-top: 70px;
	text-align: center;
}
.collection_list li:nth-child(even){
	margin-right: 0px;
}
.collection_list li .img{
	line-height: 0;
	overflow: hidden;
}

.collection_list li .img img{
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
}
.collection_list li .img:hover img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.collection_list li h3{
	font-size: 18px;
	margin-top: 20px;
}

/* COLLECTION 改修------------------------ */

.collection_item_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; */
	padding-bottom: 50px;
}
.collection_item_list li{
	/* width: calc(50% - 20px); */
	/* font-size: 30px; */
	font-size: 22px;
	margin-top: 10px;
	/* text-align: center; */
	line-height: 150%;
	padding-right: 0;
	text-align: right;;
}
