



@font-face {
font-family: "Apercu-Regular";
src: url("Apercu-Regular.woff") format('woff');
}


@font-face {
font-family: "Shelley";
src: url("Shelley-LT-Allegro-Script.woff") format('woff');
}



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




html {
font-size: 100%;
overflow-y: scroll;
text-rendering:optimizeLegibility;
}


ul, li{
list-style:none;
}

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

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

::selection {
background-color: #727171;
color:#fff;
}


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


p{
	font-size: 13px;
	line-height: 180%;
	color: #727171;
}


.clear{
	clear: both;
}




body {
	color: #727171;
	line-height: 150%;
	margin: 0;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight:normal;
	background-color:#fff;
}




.sub_grand_menu{
	position: fixed;
	top: 35px;
	right: 28px;	
	z-index: 9999;
	width: 60px;
	-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: 35px;
	height: 20px;
	margin: -8px 0 0 -17.5px;
	background-color: transparent;
	background-image: url(../images/icon_ribon.svg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	-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: 35px;
	height: 3px;
	background: #000000;
	background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(89, 87, 87, 1) 50%, rgba(0, 0, 0, 1) 100%);
	-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: -16px;
	}
	
	.sub_grand_menu .button-navi-icon:after {
	margin-top: 12px;
	}
	
	.sub_grand_menu_top{
	padding: 25px 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, #page .button-navi-icon.close {
background: transparent;
}



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




#menu_index {
	position: fixed;
	top: 0;
	right:0;
	width: 30%;
	height: 100%;
	background-size: contain;
	background-color: #fee7e5;
	z-index: 9996;
}


.menus {
	top: 50%;
	    width: 100%;
	position: absolute;
	text-align:center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	top: 50%;
}


.menus_wrap{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding:80px 0 30px;
	height: 100vh;
}


.menu_logo{
	margin-bottom:20px;
}

.menu_logo a{
	display: inline-block;
	width: 60%;
}



.gra_menu {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.gra_menu a {
	font-family: "Apercu-Regular",sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	color: #000;
	-webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
	transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
}


.gra_menu a:hover{
	color: #fff;
	text-shadow: -1px 1px 5px #edc2d3, 1px -1px 5px #edc2d3;
	-webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
	transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
}

.gra_menu_sns{
	margin-top: 20px;
	display:flex;
	gap: 12px;
	justify-content: center;
}

.gra_menu_sns > a{
	width:35px;
}





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



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





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




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


.wooslider_wrap {

}


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




.logo_top{
	width:28%;
	position:absolute;
	z-index:999;
	top: 50%;
	left: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%);
}









.inner{
	max-width: 800px;
	margin:0 auto;
	padding: 0 40px;
	position: relative;
}





.btn_more{
	text-align:center;
	margin-top:40px;
}

.btn_more a{
	display:inline-block;
	position:relative;
	width:120px;
	text-align:left;
	font-size:13px;
	font-family: "Instrument Serif", serif;
}

.btn_more a:after{
	content:">";
	position:absolute;
	right:0px;
}

.btn_more a:before{
	content:"";
	position:absolute;
	background:#c9c8c8;
	width:100%;
	height:1px;
	right:0px;
	bottom:-10px;
}




.link_btn a{
	font-size:16px;
	font-weight:bold;
	display:inline-block;
	background:#847669;
	color:#fff;
	padding:15px 30px;
	border-radius: 333px;
	-webkit-border-radius: 333px;
	-moz-border-radius: 333px;
	-webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
	transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
}

.link_btn a:hover{
	background:#fbf7f2;
	color:#847669;
	-webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
	transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
}



#footer{
	padding: 30px 0;
	margin-top: 200px;
}

#footer .inner{
	max-width: 1080px;
	padding: 0 60px;
}


.f_copy p{
	text-align: center;
	color: #000;
	font-size: 12px;
	letter-spacing: 1px;
}


#home_slide{
	height:800px;
}



.scroll-infinity__wrap {
  overflow: hidden;
}

.scroll-infinity__list {
	display: flex;
	align-items: center;
  width: max-content;
  animation: infinity-scroll 20s linear infinite;
  list-style: none;
  padding: 0;
  margin: 0;
}

.scroll-infinity__list > li {
	width: calc(100vw / 4);
	max-width:500px;
	padding:0 30px;
}


	@keyframes infinity-scroll {
	from {
		transform: translateX(-50%);
	}
	to {
		transform: translateX(0%);
	}
	}





body#home{
	overflow: hidden!important;
}


body#home::-webkit-scrollbar{
  display: none;
}




.page_main_img{
	height:600px;
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page_main_img h4{
	font-size:16vw;
	font-weight:normal;
	font-family: "Shelley";
	color:#fff;
}







#about_content{
	margin-top:100px;
}


.about_list{
	margin-top: 150px;
}

.about_wrap{
	margin:0 auto;
	padding:0 60px;
	max-width:880px;
	display: flex;
	flex-direction: column;
	gap: 100px;
}


.about_note p{
	font-size:15px;
	text-align:center;
}


.about_box .detail {
	margin-top:40px;
}

.detail .title_en p{
	font-family: "baskerville-display-pt", serif;
	font-size:24px;
}

.detail .title_jp p{
	font-size:18px;
}


.detail .note{
	margin-top:20px;
}

.detail .note p{
	font-size:13px;
}





#concept_content{
	margin-top:200px;
}

.concept_list{
	
}

.concept_wrap{
	margin:0 auto;
	padding:0 60px;
	max-width:1180px;
	display: flex;
	flex-direction: column;
	gap: 150px;
}


.concept_box{
	display:flex;
	align-items: center;
	gap:80px;
}


.concept_box:nth-child(even){
	flex-direction: row-reverse;
}


.concept_box .thum{
	width:60%;
}

.concept_box .detail{
	width:40%;
}





#gift_content{
	margin-top:150px;
}


.gift_wrap{
	margin:0 auto;
	padding:0 60px;
	max-width:1180px;
}


.gift_box{
	display:flex;
	align-items: center;
	gap:80px;
	flex-direction: row-reverse;
}

.gift_box .thum{
	width:45%;
}

.gift_box .detail{
	width:55%;
}

.gift_btn {
	margin-top:50px;
	text-align: center;
}

.gift_btn a{
	font-size: 28px;
	position: relative;
	display: inline-block;
	padding: 32px 40px;
	background: #f4e6ef;
	color:#000;
	border:2px solid #000;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-transition: 0.6s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.6s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
	-o-transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
	transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
}



.gift_btn a:hover{
	opacity:0.6;
	-webkit-transition: 0.6s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.6s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
	-o-transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
	transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
}





.gift_btn a span{
	position: absolute;
	width: 90px;
	left: 50%;
	bottom: -24px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}




.gift_gallery{
	display:flex;
	gap:3px;
	padding:3px 0;
	background:#000;
	margin-top:120px;
}




.page_w_wrap{
	display:flex;
}

.page_w_wrap .page_main_img h4 {
    font-size: 10vw;
}


.page_w_wrap .page_main_img{
	width:50%;
	height:100vh;
	position: sticky;
	top: 0;
}

.page_w_content{
	width:50%;
	padding:180px 60px;
}


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

.archives_list > div .title{
	margin-top:10px;
}

.archives_list > div .title p{
	font-size:13px;
	line-height:160%;
	text-align:center;
}


.collection_page .archives_list{
	margin-top:60px;
	grid-column-gap: 40px;
	grid-row-gap: 40px;
}

.collection_note p{
	font-size:14px;
	text-align:center;
}

.archives_list a .thum{
	opacity:1;
	-webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
	transition:  0.4s cubic-bezier(0.78, .18, .34, .98);
}




.archives_list a:hover .thum{
	opacity:0.6;
	box-shadow: -1px 1px 10px #edc2d3, 1px -1px 10px #edc2d3;
	-webkit-transition: 0.6s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.6s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
	-o-transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
	transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
}








.sp_img{
display:none!important;
}






@media screen and (max-width: 768px) {
	
	
	
	
	
	
	
	
	}




@media screen and (max-width: 530px) {
	
	
	.sp_img{
		display:block!important;
	}
	
	.pc_img{
		display:none!important;
	}
	
	
	
	
	
	
	#menu_index {
		width: 100%;
	}
	
	
	
	
	
	.sub_grand_menu {
		top: 10px;
		right: 8px;
	}
	
	
	
	.menus_wrap {
		padding: 60px 0 20px;
	}
	
	.gra_menu {
		gap: 15px;
	}
	
	.menu_logo a {
		width: 45%;
	}
	
	
	
	.logo_top {
		width: 45%;
		top: 25%;
	}
	
	
	
	.page_main_img {
		height: 330px;
	}
	
	.page_main_img h4 {
		font-size: 80px;
	}
	
	
	#about_content {
		margin-top: 60px;
	}
	
	.about_note p {
		font-size: 14px;
	}
	
	.about_list {
		margin-top: 70px;
	}
	
	.about_wrap {
		padding: 0 35px;
		gap: 80px;
	}
	
	.about_box .detail {
		margin-top: 30px;
	}
	
	.detail .title_en p {
		font-size: 20px;
	}
		
	.detail .title_jp p {
		font-size: 14px;
	}
	
	
	
	
	
	#concept_content {
		margin-top: 100px;
	}
	
	.concept_wrap {
		padding: 0 35px;
		gap: 60px;
	}
	
	
	.concept_box {
		flex-direction: column;
		gap: 20px;
	}
	
	.concept_box .thum {
		width:100%;
	}
	
	.concept_box .detail {
		width: 100%;
	}
	
	
	.concept_box:nth-child(even) {
		flex-direction: inherit;
	}
	
	
	#gift_content {
		margin-top: 60px;
	}
	
	
	
	.gift_box {
		gap: 20px;
		flex-direction: column;
	}
	
	
	.gift_box .thum {
		width: 100%;
	}
	
	.gift_box .detail {
		width: 100%;
	}
	
	
	.gift_box .detail .title_jp p {
		font-size: 18px;
	}
	
	.gift_gallery {
		margin-top: 100px;
		flex-direction: column;
	}
	
	
	
	
	.page_w_wrap {
    display: block;
	}
	
	.page_w_wrap .page_main_img {
		width: 100%;
		height: 330px;
		position: relative;
	}
	
	.page_w_wrap .page_main_img h4 {
		font-size: 80px;
	}
	
	
	
	
	.page_w_content {
		width:100%;
		padding: 50px 20px;
	}
	
	
	
	.item_page .page_w_content {
		padding: 80px 30px;
		
	}
	
	.item_page .archives_list {
		grid-template-columns: repeat(1, 1fr);
	}
	
	
	
	
	.collection_note p {
		font-size:16px;
	}
	
	.collection_page .archives_list {
		margin-top: 40px;
		grid-column-gap: 25px;
		grid-row-gap: 25px;
	}
	
	
	
	
}











@media screen and (max-width: 375px) {
	
	
	
	
	.menus_wrap {
		padding: 30px 0 20px;
	}
	
	
	.gra_menu {
		gap: 10px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	

}











