@charset "UTF-8";



* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}



ul, li{
  list-style:none;
}

img{
  width:100%;
  height:auto;
  display:block;
}


a{
  text-decoration:none;
  color: #333;
}

p{
  font-feature-settings: "palt";
}


.clear{
  clear: both;
}

img{
  width:100%;
  height:auto;
}




body {
  color: #333;
  line-height:150%;
  font-family: 游明朝体, "Yu Mincho", YuMincho, メイリオ, Meiryo, serif;
  overflow-x: hidden;
  background:#fff;
}










.top_slide {
  position:absolute;
  top:0%;
  left:0%;
  overflow: hidden;
  width: 100%;
  height:100%;
  background-color: #999;
  
}




.zs-bullets{
  display:none;
}



.top_detail{
	text-align:center;
	position:fixed;
	width:400px;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	-webkit-transform:  translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform:  translate(-50%, -50%);
	z-index:999;
	padding:30px;
}


.top_detail .top_logo p{
	width:110px;
	display:inline-block;
}

.top_detail .top_menu{
	margin-top:10px;
}

.top_detail .top_menu p{
	color:#fff;
}

.top_detail .top_menu a{
	
	font-size:12px;
	color:#fff;
}





.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 1;
  background: #fff;
}



.loader
{
  position: absolute;
  display: inline-block;
  top:50%;
  left:50%;
  margin-left:-17px;
  margin-top:-30px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: .5px solid #000;
  border-right-color: transparent;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
}


@-webkit-keyframes spin
{
0% { -webkit-transform: rotate(0deg); opacity: 0.4; }
50%  { -webkit-transform: rotate(180deg); opacity: 1; }
100%   { -webkit-transform: rotate(360deg); opacity: 0.4; }
}

@-moz-keyframes spin
{
0% { -moz-transform: rotate(0deg); opacity: 0.4; }
50%  { -moz-transform: rotate(180deg); opacity: 1; }
100%   { -moz-transform: rotate(360deg); opacity: 0.4; }
}




#close_btn{
	position:fixed;
	z-index:9996;
	top:30px;
	right:30px;
	width:25px;
}



.modal{
	position:absolute;
	z-index:999;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background:#fff;
}

.wrap{
	max-width:680px;
	margin:0 auto;
	padding:100px 30px 200px;
}


.page_title{
	text-align:center;
}


.page_title p{
	font-size:16px;
}

.about_index{
	margin-top:60px;
}

.about_text.en p{
	font-size:12px;
	line-height:160%;
	text-align: justify;
}

.about_text.jp{
	margin-top:50px;
}

.about_text.jp p{
	font-size:12px;
	letter-spacing:0.5px;
	line-height:170%;
	text-align: justify;
}



.shop_index{
	margin-top:30px;
}


.shop_detail{
	margin-top:30px;
}


.shop_detail p{
	font-size:12px;
	line-height:160%;
}

.shop_map iframe{
	width:100%;
	-webkit-filter: grayscale(100%) !important;
	-moz-filter: grayscale(100%)!important;
	-ms-filter: grayscale(100%)!important;
	-o-filter: grayscale(100%)!important;
	filter: grayscale(100%) !important;
}



.collection_menu_index{
	text-align:center;
	margin-top:30px;
}


.collection_menu_index a{
	display:block;
	margin-bottom:18px;
	font-size:16px;
}





#collection .wrap{
	max-width:1080px;
	margin:0 auto;
	padding:100px 80px 200px;
}




.collection_index{
	margin-top:40px;
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 2px;
    grid-row-gap: 2px;
}



.backto{
	margin-top:60px;
	text-align:center;
}


.backto a{
	font-size:13px;
	text-decoration:underline;
}






.page #close_btn{
	display:block!important;
}











.sp_img{
  display:none;
}





@media screen and (max-width: 766px) {
  
	.sp_img{
		display:block!important;
	}

	.pc_img{
		display:none!important;
	}
	
	
	
	#collection .wrap {
		padding: 50px 20px 100px;
	}
	
	.collection_index {
		grid-template-columns: repeat(2, 1fr);
	}
	
	
	
	
	
	
}



























