@charset "UTF-8";

body{
	margin:0px;
	padding:0px;
	background-color:#fff;
	font-family:serif;
	-webkit-text-size-adjust:100%;
	}

#header_area{
	max-width:100%;
	height:100px;
	margin:0px auto;
	padding:0px;
	position:relative;
	background-color:#fff;
	}
	
#logo{
	overflow: hidden;
	}
	
	
#header_area #logo img{
	width:55px;
	margin:0px;
	position:absolute;
	top:18px;
	left:15px;
	}
	
#header_area nav{
	display:none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	padding:0px;
	margin:0px;
	position:absolute;
	top:100px;
	left:0px;
	z-index:999;
	}
	
#header_area nav ul{
	width:100%;
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
	
#header_area nav ul li{
	width:75%;
	background-color:#000;
	opacity: 0.55;
	margin:0px auto;
	}

	
#header_area nav a{
	height:40px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}

#nav_menu{
	display:block;
	width:30px;
	height:30px;
	background-image:url("../../images/interface/nav.png");
	background-repeat:no-repeat;
	-webkit-background-size:30px 30px;
	background-size:30px 30px;
	position:absolute;
	top:35px;
	right:10px;
	cursor:pointer;
	}
	
	
#n_about a{
	background:url(../../images/interface/menu_about.png)no-repeat;
	-webkit-background-size:125px 30px;
	background-size:125px 30px;
	background-position: center center;
	margin:0px auto;
	}
	
#n_collection a{

	background:url(../../images/interface/menu_collection.png)no-repeat;
	-webkit-background-size:125px 30px;
	background-size:125px 30px;
	background-position: center center;
	margin:0px auto;
	}
	
#n_onlineshop a{
	background:url(../../images/interface/menu_online.png)no-repeat;
	-webkit-background-size:125px 30px;
	background-size:125px 30px;
	background-position: center center;
	margin:0px auto;
	}

#n_journal a{
	background:url(../../images/interface/menu_journal.png)no-repeat;
	-webkit-background-size:125px 30px;
	background-size:125px 30px;
	background-position: center center;
	margin:0px auto;
	}
#n_info a{
	width:97px;
	height:28px;
	background:url(../../images/interface/menu_info.png)no-repeat;
	-webkit-background-size:125px 30px;
	background-size:125px 30px;
	background-position: center center;
	margin:0px auto;
	}	
	
#n_stockist a{
	background:url(../../images/interface/menu_stockist.png)no-repeat;
	-webkit-background-size:125px 30px;
	background-size:125px 30px;
	background-position: center center;
	margin:0px auto;
	}
#n_care a{
	background:url(../../images/interface/menu_careguide.png)no-repeat;
	-webkit-background-size:125px 30px;
	background-size:125px 30px;
	background-position: center center;
	margin:0px auto;
	}
	
	
#header_sns{
	display:none;
	}		


#infomenu{
	display: none;
	overflow: hidden;
	margin:0px;
	padding:0px;
	list-style-type:none;
	}

#infomenu li{
	   float:none;
	   }

#infomenu li a{
	height:28px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}


	
/*info部分*/	
#info{
	max-width:100%;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	background-color:#fff;
	}
	
#info ul{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	}
	
#info ul .info_{
	margin: 0px;
	padding: 0px;
	}
	
.info_ a{
	display:block;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:50%;
	float:left;
	padding:15px;
	margin:0px;
	text-decoration: none;
	color:#808080;
	position:relative;
	}
	
.info_ img{
	display:block;
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
	}

.entry-category,.entry-date{
	font-size: 12px;
	text-decoration:none;
	}

.info_ .caption {
	font-size: 100%;
	text-align: center;
	padding-top: 50%;
	color: #ce0211;
	font-weight: 100; 
	}


.info_ a .mask {
	width:100%;
	height: 100%;
	position:absolute;	/* 絶対位置指定 */
	top: 0;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color:	rgba(101,148,155,0.15);	/* マスクは半透明 */
	-webkit-transition:	all 1.2s ease;
	transition:		all 1.2s ease;
	}
	
.info_ a:hover .mask {
	opacity: 1;	/* マスクを表示する */
	}


	
	
#footer_area{
	max-width:100%;
	height:50px;
	margin:50px auto;
	padding:0px;
	position:relative;
	}

#footer_sns {
	margin:0px  0px 0px 15px;
	padding:0px;
	list-style-type:none;
	height:20px;
	width:100px;
	}
	
#footer_sns li{
	float:left;
	margin:0px 13px 0px 0px;
	}

#footer_sns li img{	
	display:block;
	width:18px;
	}

#footer_area small{
	position:absolute;
	top:0px;
	left:120px;
	display:block;
	line-height:25px;
	font-size:9px;
	font-family:serif;
	}	