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




body{
	color:#000;
	background:#b5d6dc;
	font-family: "Lexend", "Zen Kaku Gothic New", serif;
	}


ul, li{
	list-style:none;
}


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


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


.text_right{
	text-align:right;
}



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


.loader
{
display: block!important;
  position: absolute;
  display: inline-block;
  top:50%;
  left:50%;
  margin-left:-17px;
  margin-top:-30px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 0.5px solid #8bbad8;
  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; }
}


#p_top{
	position:absolute;
	top:0;
}


.bg_img{
	position:fixed;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
	opacity: 0;
	-webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  transition: .4s cubic-bezier(0.78, .18, .34, .98);
}


.bg_img.active {
	opacity: 1;
	-webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  transition: .4s cubic-bezier(0.78, .18, .34, .98);
}



header{
	z-index:9998;
	position:fixed;
	width: 33.3333333%;
	max-width:500px;
	margin: 0 auto;
	left:50%;
	padding: 0px 20px;
	background:#fff;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.header_wrap{
	display: flex;
	justify-content: center;
}


#title_season{
	position:absolute;
	z-index:99;
	top:30px;
	left:50%;
	width:220px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}




.sub_grand_menu{
	width:25px;
}

.sub_grand_menu{
	position: absolute;
	z-index: 9999;
	width: 22px;
	top: 0px;
	left: 15px;
	-webkit-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	transition: 1s cubic-bezier(0.78, .18, .34, .98);
}

.sub_grand_menu.active{
  opacity: 1;
  -webkit-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  transition: 1s cubic-bezier(0.78, .18, .34, .98);
}


.sub_grand_menu p{
  text-align:center;
  color:#fff;
}


.sub_grand_menu.sub_grand_menu_ani{
  position:fixed;
  top:0px;
  z-index: 9999;
  -webkit-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  transition: 1s cubic-bezier(0.78, .18, .34, .98);
}


.sub_grand_menu .button-navi-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 2px;
	margin: 0px 0 0 -8px;
	background: transparent;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}


.sub_grand_menu .button-navi-icon:after, .sub_grand_menu .button-navi-icon:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
	width: 15px;
  height: 2px;
  background: #000;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}





.sub_grand_menu .button-navi-icon:before {
  margin-top: -4px;
}

.sub_grand_menu .button-navi-icon:after {
  margin-top: 3px;
}

.sub_grand_menu_top{
  padding: 15px 0px;
  overflow:hidden;
}

.sub_grand_menu_top .sub_menu ul li{
  display: inline-block;
  padding:0 20px;
}


.sub_grand_menu .button-navi-icon.close:before, .sub_grand_menu .button-navi-icon.close:after {
	margin-top: 0;
}

.sub_grand_menu .button-navi-icon.close:after {
  
}

.button-navi-icon.close:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button-navi-icon.close:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.button-navi-icon.close {
  background: transparent!important;
}

.scroll .button-navi-icon.close {
  background: transparent!important;
}

.button-close{
	position:absolute;
	padding: 25px 0px 6px;
	width: 25px;
	top: 0;
	z-index:-9999;
}


.header_logo > a{
	width: 175px;
	display: block;
}













#menu_index{
	position: fixed;
	z-index:9997;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 33.33333333%;
	max-width:500px;
	height: 100%;
	background: #fff;
}

.menu_index_inner{
	width: auto;
	height: 100%;
	overflow: scroll;
	margin: 0 auto;
	position: relative;
	padding: 0 55px;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.menu_index_inner::-webkit-scrollbar{
  display: none;
}



.menus{
	padding-top:120px;
	text-align: center;
}


.menus ul li{
	margin-bottom:10px;
}

.menus ul li a{
	font-size:16px;
	color: #8bbad8;
	font-family: "Lexend", sans-serif;
}



	

.footer_sns_btn > a{
	width:28px;
	display:block;
}

.footer_sns_btn > a .cls-1 {
    fill: #000;
}




#pc_content{
	position:fixed;
	left: 0;
	right: 0;
	height:100%;
	}



.pc_content_wrap{
	position: relative;
	max-width: 100%;
	padding: 0 0px;
	height: 100%;
	margin:0 auto;
}

.pc_left{
	width: 33.3333333%;
    height: 100%;
    position: absolute;
    left: 0;
}

.pc_left_wrap{
	text-align:center;
	position: relative;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}






.pc_left_view_circle{
	margin-top:30px;
	width: 55%;
	max-width:300px;
	display:inline-block;
}



.icon_insta{
	width: 30px;
	position:absolute;
	left: 10%;
	bottom:40px;
}

.icon_insta .cls-1 {
	fill: #fff;
		}
	
	



.pc_right{
	width: 33.3333333%;
	height: 100%;
	position:absolute;
	right:0;
}

.pc_right_wrap{
	text-align:center;
	position:relative;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.menu_list{
	display:inline-block;
}

.menu_list > a {
	font-size: 32px;
	position:relative;
	display:block;
	color:#000;
	font-weight:400;
	font-family: "Lexend", sans-serif;
	margin-bottom:8px;
}
	
	#menu_index .icon_insta{
	left:30px;
	}


	#menu_index .icon_insta .cls-1 {
	fill: #fff!important;
	}







.img-cover {
background: none no-repeat scroll 50% 50% / cover  rgba(0, 0, 0, 0);
background-size: cover !important;
-webkit-background-size: cover !important;
}



.img-cover > img {
display: none!important;
}


.img-cover a img {
display: none!important;
}

.img-cover a {
	width:100%;
	height:100%;
	display:block;
}














	#top_sec01{
	
	}


.top_detail_img{
	position:relative;
}

.top_img_logo{
	position:absolute;
	z-index: 99;
	width:50%;
	top:45%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}



.top_banner{
	position:relative;
}


.top_banner_link{
	position:absolute;
	z-index:99;
	left:30px;
	bottom:40px;
}


.top_banner_link p{
	color:#000;
	font-size:20px;
	padding-bottom:5px;
	border-bottom:2px solid #000;
}





#top_sec03{
	padding-top:2px;
}

.archive_list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 2px;
	grid-row-gap: 2px;
}


.archive_list > div{
	position:relative;
}


.archive_list > div .info{
	position:absolute;
	z-index: 9;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}



.archive_list > div a:after{
	opacity:0;
	content:"";
	background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
	left: 0;
	-webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  transition: .4s cubic-bezier(0.78, .18, .34, .98);
}

.archive_list > div:hover a:after{
	opacity:1;
		-webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  transition: .4s cubic-bezier(0.78, .18, .34, .98);
}


.archive_list > div .info{
	width: 100%;
	text-align:center;
	opacity:0;
	-webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  transition: .4s cubic-bezier(0.78, .18, .34, .98);
}

.archive_list > div:hover .info{
	opacity:1;
	-webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  transition: .4s cubic-bezier(0.78, .18, .34, .98);
}


.archive_list > div .info p{
	font-size:9px;
	color:#fff;
}




.main_title p{
	text-align:center;
	color:#000;
}




#top_sec04{
	margin-top:40px;
}




.about_text{
	margin-top:20px;
}


.about_text p{
	color:#000;
	font-size:13px;
	text-align: justify;
}








	
	
	footer{
		margin:80px 0;
	}
	
	
	
	#bgc{
		content:"";
		position:fixed;
		top:0;
		left:50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: 33.333333333%;
		max-width:500px;
		margin: 0 auto;
		height:100%;
		background:#b5d6dc;
	}
	
	
	#content{
	width: 33.3333333%;
	max-width:500px;
	margin: 0 auto;
	height:100%;
	margin:0 auto;
	left:50%;
	top: 0px;
	position:absolute;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}


.wrap{
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.wrap::-webkit-scrollbar{
  display: none;
}


	.st_sec{
		position: relative;
	}

.view a{
	font-family: "arno-pro", serif;
	font-weight:400;
	border-bottom:1px solid #bbb;
	letter-spacing: 0.3px;
	font-size: 15px;
}












.top_scroll {
	font-size:13px;
	position: absolute;
	z-index:999;
	bottom: 30px;
	left: 50%;
	text-align: center;
	opacity:1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
		-webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	transition: .4s cubic-bezier(0.78, .18, .34, .98);
}

body.active .top_scroll {
	opacity:0;
	-webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	transition: .4s cubic-bezier(0.78, .18, .34, .98);
}


.scrol_line {
height:80px;
width:1px;
margin-bottom:13px;
overflow:hidden;
z-index: 999;
position: relative;
display: inline-block;
}


.scrol_line:before {
content: "";
position: absolute;
display: block;
left: 0;
top: 0px;
width: 1px;
height: 100%;
background: #fff;
background-size: 100%;
-webkit-animation: lineAnime 2s ease-in-out infinite;
animation: lineAnime 2s ease-in-out infinite;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}


@keyframes lineAnime {
0% {
transform: translateY(-100%); }
100% {
transform: translateY(100%); } 
}


.top_scroll a {
text-decoration:none;
}

.scrol_text p{
	color:#fff;
}












#content.list_page{
	margin-top:33px;
}











/* 詳細ページ */


#single_detail{
	margin-top: -30px;
	padding-top: 50px;
}

#single_detail > div{
	margin-top:20px;
}


.single_title h4{
	font-size:18px;
	font-weight:500;
}

.single_note p{
	font-size:13px;
}

.single_img02{
	display:flex;
}

.single_img02 > div{
	width:50%;
}

.single_buy{
	text-align:center;
}

.single_buy .shopify-buy-frame{
	display:inline-block;
}


#single_detail > div.single_backto{
	text-align:center;
	margin-top: 40px;
}


#single_detail > div.item_line{
	border-top:1px solid #fff;
	padding-top:40px;
	margin-top:40px;
}























	.sp_img{
		display:none!important;
	}
	
	




















@media screen and (max-width: 570px) {
	
	.sp_img{
			display:block!important;
		}
		
		.pc_img{
			display:none!important;
	}
	
		
		#pc_content{
			display:none;
		}
		
		.bg_img{
			display:none;
		}
	
		
	header{
		width:100%;
	}

	
	
	
	#menu_index {
		width:100%;
	}
	
	#content {
		width:100%;
	}
		
		#bgc{
			width:100%;
		}
	
	
	.about_text{
		padding:0 30px;
	}
	
		
	
		
		
.footer_sns_btn.sp_img{
	display:flex!important;
	justify-content: center;
	margin-top: 60px;
}
	
	
	
	
	
	
	
	#single_detail{
	padding:50px 30px 0;
	}
	
	
	
	
	
	
	
}




