* {
	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:#727171;
	background:#fffef7;
	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{
	display:none;
	z-index:9998;
	position:fixed;
	width: 32.2314049587vw;
	max-width:500px;
	margin: 0 auto;
	left:50%;
	padding: 10px 20px;
	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: space-between;
	align-items: 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:relative;
  z-index: 9999;
	width: 25px;
  -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: 22px;
  height: 2px;
  margin: 0px 0 0 -11px;
  background: #fff;
  -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: 22px;
  height: 2px;
  background: #fff;
  -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;
}



body.active .sub_grand_menu .button-navi-icon {
  background: #8bbad8;
}


body.active .sub_grand_menu .button-navi-icon:after, body.active .sub_grand_menu .button-navi-icon:before {
  background: #8bbad8;
}




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

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

.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;
	background: #8bbad8;
}

.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;
	}


#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: 32.2314049587vw;
	max-width:500px;
	height: 100%;
	background: #fffef7;
}

.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;
}


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

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



.footer_sns_btn{
	display:flex;
	justify-content: center;
	gap:10px;
	margin-top: 60px;
}

.footer_sns_btn > a{
	width:48px;
}

.footer_btn{
	margin-top:20px;
	text-align:center;
}

.footer_btn a{
	width:70%;
	display:inline-block;
}





#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 p, .pc_left_view a{
	color:#dda0c6;
}


.top_sec02 .pc_left_view p, .top_sec02 .pc_left_view a{
	color:#fff;
	/*text-shadow: #000 1px 0 10px;*/
}

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

.pc_left_view_circle02{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
		-webkit-transition: .6s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .6s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .6s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .6s cubic-bezier(0.78, .18, .34, .98);
	transition: .6s cubic-bezier(0.78, .18, .34, .98);
}

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


.top_sec02 .pc_left_view_circle01{
	opacity:0;
	-webkit-transition: .6s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .6s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .6s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .6s cubic-bezier(0.78, .18, .34, .98);
	transition: .6s cubic-bezier(0.78, .18, .34, .98);
}

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


.logo_maison{
	position:absolute;
	width: 100%;
	bottom:80px;
	text-align:center;
}

.logo_maison p{
	display:inline-block;
	width: 45%;
	max-width:230px;
}

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

.icon_insta .cls-1 {
	fill: #8bbad8;
		}
	
	



.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{
	text-align:left;
	display:inline-block;
}

.menu_list > a {
	position:relative;
	display:block;
	color:#8bbad8;
	font-weight:400;
	font-family: "Lexend", sans-serif;
	margin-bottom:8px;
}


.menu_list > a.active:after {
	content:"";
	position:absolute;
	top:5px;
	left:-20px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #8bbad8;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}



.page_top{
	position:fixed;
	right:0;
	bottom:-10px;
	width: 200px;
}


#menu_index .page_top{
	right:0;
	bottom:-20px;
	width: 200px;
}
	
	
	.page_top .cls-1 {
			fill: #8bbad8;
		}
	
	.page_top .cls-2 {
	fill: none;
	stroke: #8bbad8;
	stroke-miterlimit: 10;
	}
	
	
	#menu_index .icon_insta{
	left:30px;
}

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





.top_sec02 .menu_list > a{
	color:#fff;
}

.top_sec02 .menu_list > a.active:after {
	border-bottom: 8px solid #fff;
}

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

.top_sec02 .page_top .cls-2 {
	stroke: #fff;
}

.top_sec02 .page_top .cls-1 {
	fill: #fff;
}




.top_sec03 .menu_list > a{
	color:#bc7ca6;
}

.top_sec03 .menu_list > a.active:after {
	border-bottom: 8px solid #bc7ca6;
}

.top_sec03 .icon_insta .cls-1 {
	fill: #bc7ca6;
}

.top_sec03 .page_top .cls-2 {
	stroke: #bc7ca6;
}

.top_sec03 .page_top .cls-1 {
	fill: #bc7ca6;
}








.s_title{
	margin-top:30px;
}

.s_title p{
	font-size:18px;
	font-weight: bold;
	text-align:center;
	font-family: "Zen Kaku Gothic New", serif;
}


.s_note {
	margin-top:20px;
}

.s_note p{
	font-family: "Zen Kaku Gothic New", serif;
	font-size:14px;
	line-height:180%;
	text-align: center;
}




#top_sec01{
	margin-top:0px;
}


#top_sec01 .banner_all{
	margin-top:40px;
}

.banner_all{
	padding:0 20px;
}



.top_detail_img{
	margin-top:80px;
	position:relative;
}

.top_detail_title{
	position:absolute;
	z-index: 99;
	width:35%;
	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%);
}

.caption a{
	font-family: "Zen Kaku Gothic New", serif;
	font-size:11px;
	line-height:140%;
	display: block;
	}

.caption span{
	position: relative;
	font-family:"Lexend", serif;
	display:inline-block;
	font-weight:bold;
	color: #8bbad8;
	 transition: 0.5s;
}

.caption a:hover span{
color: #fff;
text-shadow: -1px 1px 5px #8bbad8, 1px -1px 5px #8bbad8;
}



/*
.caption a span:after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1.5px;
background: #8bbad8;
bottom: -1px;
transform: scale(0, 1);
transform-origin: center top;
transition: transform 0.3s;
}

.caption a:hover span:after {
transform: scale(1, 1); 
}
*/




#top_sec01 .caption_list{
	margin-top:10px;
}

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


.look_more a{
	width:35%;
	display:inline-block;
}


.item_list{
	margin-top:80px;
}

.item_list_img{
	display:flex;
}

.item_list_img > a{

}

.item_list_title{
	padding:20px 0;
	background:#accfee;
	text-align:center;
}

.item_list_title p{
	display:inline-block;
	width:55%;
}


.item_list_caption{
	display:flex;
	text-align:center;
	margin-top:20px;
}

.item_list_caption a{
	width:33.33333333%
	}
	
	
	
	
	.item_scarf{
		margin-top:80px;
		position:relative;
	}
	
	.item_scarf_box{
		position:relative;
		padding:0 10px;
	}
	
	.scarf{
		width:65%;
	}
	
	.scarf_img{
		position:absolute;
		width:45%;
		top:50%;
		right:10px;
	}
	
	.item_scarf_box .caption{
		text-align:center;
		margin-top:10px;
	}
	
	
	.item_scarf02{
		margin-top:80px;
	}
	
	.item_scarf02 .scarf_img{
		position:absolute;
		width:45%;
		top:0;
		left:10px;
	}
	
	.item_scarf02 .scarf {
		margin-left:35%;
		padding-top:25%;
	}
	
	.title_scarf{
		position:absolute;
		width:22%;
		margin-top:50px;
		right:7%;
	}
	
	
	.scarf_text{
		width:100%;
		position:absolute;
		top:50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	
	
	
	
	
	.top_sec02_note{
		margin-top:40px;
	}
	
	
	.top_sec02_note p{
		text-align:center;
		font-size: 14px;
		font-family: "Zen Kaku Gothic New", serif;
	}
	
	
	.top_sec02_scroll{
		margin-top:60px;
	}
	
	
	.scroll-infinity__wrap {
		overflow: hidden;
	}

	.scroll-infinity__list {
		display: flex;
		align-items: center;
		width: max-content;
		animation: infinity-scroll 10s linear infinite;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	.scroll-infinity__list > li {
		width: calc(100vw / 6);
		padding:0 0px;
	}
	
	
	@keyframes infinity-scroll {
		from {
			transform: translateX(-50%);
		}
		to {
			transform: translateX(0%);
		}
	}
	
	
	
	
	
	
	
	
	
	
	.top_sec03_img_list > div{
		margin-bottom:20px;
	}
	
		
	.top_sec03_img_list > div:last-child{
		margin-bottom:0px;
	}
	
	
	
	.top_sec03_img_box{
		position:relative;
		display: flex;
	}
	
	.top_sec03_img_box > div{
		width:50%;
		overflow:hidden;
	}
	
	.top_sec03_img_box > div > div{
		position: relative;
	}
	
	.top_sec03_img_left{
		border-radius: 0px 80px 0px 0px;
	}
		
	.top_sec03_img_right{
		border-radius: 0px 0px 0px 80px;
		margin-top:40%;
	}
	
	
	.top_sec03_img_box > div.s_title_left{
		position:absolute;
		z-index: 99;
		top:10px;
		left:10px;
		width: 28px;
	}
		
	.top_sec03_img_box > div.s_title_right{
		position:absolute;
		z-index: 99;
		top:39%;
		right:10px;
		width: 28px;
	}
	
	
	
	
	#top_sec03 .s_caption{
		position:absolute;
		right:10px;
		bottom:10px;
	}
		
	#top_sec03 .s_caption p{
		font-size:11px;
		line-height:150%;
		color:#fff;
		font-family: "Zen Kaku Gothic New", serif;
	}
	
	
	#top_sec03 .item_list_img{
		display:flex;
	}
	
	#top_sec03 .caption_list{
		margin-top:10px;
	}
	
	
	
	
	
	
	
	
	
	.petite_sec{
		margin-top:80px;
	}
	
	
	.petite_caption{
		text-align:center;
	}
	
	.petite_img_list > div{
		position:relative;
	}
	
	.petite_img01 {
		display:flex;
		justify-content: flex-end;
	}
	.petite_img01 a{
		width:55%;
	}
	
	.petite_img02{
		z-index:99;
		display:flex;
		margin-top:-160px;
		margin-left:15px;
	}
	
	.petite_img02 > a{
		width:60%;
		transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		-webkit-transform: rotate(-10deg);
	}
	
	
	.petite_img03 {
		z-index:9;
		display:flex;
		justify-content: flex-end;
		margin-top:-80px;
		margin-right:15px;
			
	}
	
	.petite_img03 > a{
		width:55%;
		transform: rotate(3deg);
		-ms-transform: rotate(3deg);
		-moz-transform: rotate(3deg);
		-webkit-transform: rotate(3deg);
	}
		
	.petite_img04{
		display:flex;
		margin-top:-80px;
		margin-left:20px;
	}
	
	.petite_img04 > a{
		width:60%;
		transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		-webkit-transform: rotate(-10deg);
	}
	
	
	
	.petite_img_list > div .petite_caption{
		position:absolute;
		text-align:left;
		width: auto;
		text-align: left;
	}
	
	.petite_img_list > div .petite_caption a{
		width:auto;
	}
	
	.petite_img_list > div.petite_img02 .petite_caption{
		left: 11%;
		bottom: -66px;
	}
	
	.petite_img_list > div.petite_img03 .petite_caption{
		right: 7%;
		bottom: -63px;
		text-align: right;
	}
	
	.petite_img_list > div.petite_img04 .petite_caption{
		left: 5%;
		bottom: -45px;
		text-align:right;
	}
	
	
	#ancher07 .look_more {
		margin-top: 80px;
	}
	
	
	
	
	
	
	
	













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: 32.2314049587vw;
	max-width:500px;
	margin: 0 auto;
	height:100%;
	background:#fffef7;
}


#content{
	width: 32.2314049587vw;
	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{
		margin-top: 80px;
		margin-bottom: 40px;
		position: relative;
	}

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







.content_wrap{
	padding: 0px 20px;
}

































@media screen and (max-width: 570px) {
	
		
		#pc_content{
			display:none;
		}
		
		.bg_img{
			display:none;
		}
	
	header {
			width:100%;
			display:block;
	}
	
	#menu_index {
		width:100%;
	}
	
	#content {
		width:100%;
	}
		
		#bgc{
			width:100%;
		}
		
		
		
		.scroll-infinity__list > li {
			width: calc(100vw / 2);
		}
		
		
		
		.page_top .cls-2 {
			stroke: #8bbad8!important;
		}
		
		.page_top .cls-1 {
			fill: #8bbad8!important;
		}
		
		
		.menu_list > a {
			color: #8bbad8!important;
		}
		
		.menu_list > a.active:after {
			border-bottom: 8px solid #8bbad8!important;
		}
		
		
		
		.scarf_img {
			opacity:1!important;
		}
		
		.title_scarf {
			opacity:1!important;
		}
		
		
	
	
}




