@charset "UTF-8";
@media screen and (max-width: 767px) {
	
/*====================================

　→ BASIC

====================================*/
.for_pc {display:none !important;}

#contents {	padding-top:60px;}

#coming { padding:150px 0%; text-align:center; }
/*====================================

　→ HEADER → LOGO

====================================*/
#logo {max-width:78px;}


/*====================================

　→ GLOBAL NAVI

====================================*/
	#show {
	border-left:1px solid #000;
	cursor: pointer;
position: absolute;
padding:25px 0;
line-height:100%;
width: 55px;
max-height:60px;
	font-size:10px;
	font-weight:700 !important;
	right:0%;
	top:0px;
		display:block;
	z-index:100;
	color:#fff;
	text-align:center;
	-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
-ms-transition: all 300ms linear;
transition: all 300ms linear;
	text-decoration:none;
	letter-spacing:0.8px;
}
#show:hover {	color:#1a1a1a;	background:#fff; background:rgba(255,255,255,.8);}

#mn_overlays {
height: auto;
position:fixed;
width: 100%;
display: none;
height:100%;
z-index: 9999;
margin: 0;
	top:0;
		right:0%;
	/*background:#f0f8fa;*/
	background:#1a1a1a;
	background:rgba(26,26,26,.9);
	overflow-y: scroll !Important;
	padding-bottom:10px;
}

.back-main {
	cursor:pointer;
	display:block;
	position:absolute;
	right:5px;
	top:10px;
	font-weight:700;
	width:60px;
	font-size:10px;
height: auto;
background:#fff;
	color:#666;
	-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
-ms-transition: all 300ms linear;
transition: all 300ms linear;
	padding:15px 0;
	text-align:center;
	
}
.back-main:hover {color:#ccc;	background:#666;}

.menu-list  {width:100%; padding:60px 0 20px; margin:0 auto; }
	
#nav ul {	width:100%;	}
#nav ul li {	border-bottom:1px solid #000;}
#nav ul li:last-child {border-bottom:0; margin-bottom:20px;}

#nav ul li a {
font-size: 10px;
padding:20px 15px;
display:block;
-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
#nav ul li a:hover {background:#666; color:#1a1a1a;}

#b-product li#mn01 a,
#b-collection li#mn02 a,
#b-news li#mn03 a,
#b-shoplist li#mn04 a,
#b-contact li#mn05 a,
#b-showroom li#mn06 a{color:#3f3f3f; background:#fff; }



 #nav img {padding-right: 10px;}
	
/*====================================

　→ GLOBAL NAVI → SNS

====================================*/
#sns_icon {width:96%; margin:20px auto;}
#sns_icon a img   {width:55px; padding-left: 5px;}


/*===========================================

 → NO PAGE
  
=========================================*/
#no_pagebox {padding:200px 0px; height:100vh; width:96%; margin:0 auto;}

#notfoud {font-size: 24px; }
#notfont_kana {font-size: 14px;}

#no_pagebox p { font-size: 12px;}

/*====================================

　→ NEWS

====================================*/
ul#articleList li {padding:0 0px 50px; }

#newsTitle { font-size:10px; }

#newsBody {	width: 96%; margin:0 auto; padding-top:30px;}

#articleText, #articleText p, #upYear,#articleTitle   {font-size:11px;}


}