


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


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








* {
	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;
}

video{
	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: #efd1d9;
}


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


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


.bg_img{
	position:fixed;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
	-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_img01.bg_img{
		width:37.5%;
}






.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:#b77f41;
}


.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: #b77f41;
  -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: #b77f41;
  -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: #b77f41;
}


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




.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: #b77f41;
}

.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{
	line-height: 0;
	margin-top:40px;
	text-align:center;
}

.footer_btn a{
	width:100%;
	display:inline-block;
	overflow: hidden;
}



#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: 37.5%;
    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 .main_logo{
	position:absolute;
	width:100%;
	top:80px;
	text-align:center;
	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);
}

body.active .pc_left .main_logo{
	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);
}


.pc_left .main_logo p{
	width:60%;
	display:inline-block;
}


.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{
	position: absolute;
	top:32px;
	left: 30px;
	width: 30px;
}


.icon_insta .cls-1 {
	fill: #b77f41;
		-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);
		}
	
	
.icon_insta a:hover .cls-1 {
	fill: #b9397d;
	-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_right{
	width: 25%;
	height: 100%;
	position:absolute;
	right:0;
}

.pc_right_wrap{
	text-align:center;
	position:relative;
	margin-top:40px;
	padding-right: 25px;
	}

	.menu_list{
	padding: 0 50px;
	}
	
	
	.menu_list > div{
	display:flex;
	margin-top: 0px;
	}



	
	.menu_list > div.menu01 {
	justify-content: flex-end;
}

	.menu_list > div.menu02 {
	margin-top:-20px;
}

	
	.menu_list > div.menu03 {
	justify-content: flex-end;
	margin-top:-30px;
	}
	
	.menu_list > div.menu03 a{
	margin-right:20px;
	}
	
	.menu_list > div.menu04{
	justify-content: space-between;
	margin-top:-30px;
	}
	
	.menu_list > div.menu04 a:last-child{
	margin-top: 60px;
	}


	.menu_list > div.menu05{
	margin-top: -20px;
	justify-content: space-between;
		}

.menu_list > div.menu05 a:last-child{
	margin-top:50px;
}


.menu_list > div.menu06{
	justify-content: space-between;
	}

.menu_list > div.menu06 a:last-child{
	margin-top:50px;
}

.menu_list > div.menu06 a:first-child{
	margin-left:30px;
}

.menu_list > div.menu07{
		justify-content: space-between;
}

.menu_list > div.menu07 a:first-child{
	margin-left:10px;
}


.menu_list > div.menu07 .page_top{
	margin-top:30px;
}

.menu_list > div.menu07 .page_top a{
	margin-left: 0px;
	max-width: none;
	width:100%;
	font-family: "DarkParadise";
	font-size: 26px;
	line-height: 100%;
}


	
.menu_list > div a {
	width: 38%;
	max-width:100px;
	height: 100%;
	font-size:16px;
	position:relative;
	display:block;
	color:#b77f41;
	font-weight:400;
	font-family: "Kinfolk";
	text-align:center;
}


.menu_list > div a span{
	position:absolute;
	z-index: 99;
	width: 100%;
	top:50%;
	left:0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.menu_list > a span b{
	font-family: "Noto Serif Display", serif;
	font-weight: 300;
	line-height:0%;
}



.menu_list > div a .menu_bk{
	
}

.menu_list > div a:hover .menu_bk{
	animation: rotate 2.4s linear infinite;
}

    @keyframes rotate {
      from {
        rotate: 0deg;
      }
      to {
        rotate: 360deg;
      }
    }



.menu_list > a.active{
	color:#c84f8d;
}

.menu_list > a.active span:after {
	content:"";
	position:absolute;
	bottom:0;
	left: 0;
	width:100%;
	height:1px;
	background:#c84f8d;
}





.right_bottom{
	position: fixed;
	width: 25%;
	left:50px;
	bottom:40px;
	display: flex;
	justify-content: flex-end;
	}
	
	


.page_top a{
	display: block;
	position:relative;
	font-family: "DarkParadise";
	font-size:26px;
	line-height:100%;
	text-align:center;
	color:#b77f41;
	-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);
}

.page_top a:after{
	content:"";
	display:block;
	width:100px;
	height:100px;
	border-radius: 333px;
	-webkit-border-radius: 333px;
	-moz-border-radius: 333px;
	border:2px solid #b77f41;
}

.page_top a:before{
	content:"";
	position: absolute;
	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%);
	background:#fff;
	width:95px;
	height:95px;
	border-radius: 333px;
	-webkit-border-radius: 333px;
	-moz-border-radius: 333px;
	-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);
}





.page_top a span{
	width: 100%;
	position:absolute;
	top:50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}


.page_top a:hover{
	color:#fff;
	-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);
}

.page_top a:hover:before{
	background:#b77f41;
	-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);
}


	
	.page_top .cls-1 {
	fill: #8bbad8;
		}
	
	.page_top .cls-2 {
	fill: none;
	stroke: #8bbad8;
	stroke-miterlimit: 10;
}



.menu_index_bottom{
	display:flex;
	margin-top: 40px;
}
	
	
	#menu_index .icon_insta{
	left:30px;
	}



	
#menu_index .menu_list > a.active span:after{
	display:none;
}



.s_logo{
	text-align:center;
}


.s_logo p{
	width:260px;
	display:inline-block;
}

.s_title{
	margin-top:30px;
}

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


.s_note {
	margin-top:40px;
}

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





#top_movie video{
	width:100%;
}










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

.button_st a{
	position:relative;
	display:inline-block;
	width:240px;
	z-index: 9;
	transform: translateY(0px);
	-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);
}

.button_st a:after{
	content: "";

	position: absolute;
	z-index: -9;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: 100%;
	opacity:0;
	transform: translateY(0px);
	background-image: url(../img/button_all_bk.webp);
	-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);
}

.button_st a:hover{
	transform: translateY(-10px);
	-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);
	}

.button_st a:hover:after{
	opacity:1;
	transform: translateY(10px);
	-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);
}


.side_text{
	position:fixed;
	z-index:999;
	width: 25px;
	height: 100%;
	top: 0;
	right: 0;
}

.top_sec01_scroll{
	margin-top:60px;
	overflow: hidden;
}

.text_scroll{
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.text_scroll.type02{
	padding:10px 0 12px;
}

.text_scroll p{
	font-size:12px;
	letter-spacing:2px;
	font-family: "Kinfolk";
	color: #b77f41;
	width: max-content;
	animation: infinity-scroll 20s linear infinite;
}



.text_scroll.type02 span{
	display: block;
	transform: rotate(-180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(-180deg);
}






	.scroll-infinity__wrap {
		overflow: hidden;
	}

	.scroll-infinity__list {
		display: flex;
		align-items: center;
		width: max-content;
		animation: infinity-scroll 22s 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%);
		}
	}
	



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

.caption a:last-child{
	margin-bottom: 0px;
	}

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

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



/*
.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); 
}
*/




.mute{
  position:absolute;
  z-index:9999;
  right:30px;
  bottom:30px;
  width:80px;
}

.mute span{
    position: absolute;
    z-index: -99;
    top: 10px;
    left: 10px;
    width: 18px;
    height: 1.5px;
    background: #b77f41;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
	}


      .mute .cls-1 {
        fill: #b77f41;
      }

      .mute .cls-2 {
        fill: none;
        stroke: #b77f41;
        stroke-miterlimit: 10;
        stroke-width: 2px;
      }


	
	footer{
	margin: 140px 0 0px;
	}
	
	
	
	.first_blank{
	height:150vh;
	}
	
	#top_movie{
	z-index: 99;
	min-width:300px;
	max-width:500px;
	width: 37.5%;
	height: 100%;
	position:fixed;
	top:0;
    left: 37.5%;
	-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_movie .top_movie_wrap{
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	}
	
	
	body.active #top_movie{
	opacity:0;
	z-index:-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);
	}



#bgc{
	content:"";
	position:fixed;
	top:0;
    left: 37.5%;
	width: 37.5%;
	min-width:300px;
	max-width:500px;
	margin: 0 auto;
	height:100%;
	background: #f9f8f4;
}



#content{
	width: 37.5%;
	min-width:300px;
	max-width:500px;
	margin: 0 auto;
	height:100%;
	margin:0 auto;
    left: 37.5%;
	top: 0px;
	position:absolute;
}


#first_view{
	position:fixed;
	z-index:9996;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#efebd3;
}

.first_view_bk{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:#f9f8f4;
	}

	.first_view_bk{
	clip-path: circle(0% at 50% 50%);
	}
	
	.loading_finish_harf .first_view_bk{
		animation: revealCircle 2s ease-out forwards .5s;
	}
	
	
	@keyframes revealCircle {
		from {
			clip-path: circle(0% at 50% 50%);
		}
		to {
			clip-path: circle(150% at 50% 50%);
		}
}



.loading_finish #first_view{
	opacity:0;
	z-index:-9;
	-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);
}



.first_view_p01{
	width:250px;
	position:absolute;
	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%);
	
}

.first_view_p01 img{
animation: fuwa01 2s ease-in-out infinite alternate;
}


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


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



.first_view_p02{
	position:absolute;
	width:80px;
	top:25%;
	left:30%;
	animation: fuwa01 1.2s ease-in-out infinite alternate;
}


.first_view_p03{
	position:absolute;
	width:80px;
	top:70%;
	left:35%;
	animation: fuwa02 1.8s ease-in-out infinite alternate;
}



.first_view_p04{
	position:absolute;
	width:80px;
	top:25%;
	right:30%;
	animation: fuwa02 1s ease-in-out infinite alternate;
}


.first_view_p05{
	position:absolute;
	width:80px;
	top:50%;
	right:30%;
	animation: fuwa02 .8s ease-in-out infinite alternate;
}

.first_view_p06{
	position:absolute;
	width:80px;
	top:70%;
	right:25%;
	animation: fuwa02 1.8s ease-in-out infinite alternate;
}


.loading_number{
	position:absolute;
	width:100%;
	left:0;
	bottom:10%;
}

.loading_number p{
	font-family: "DarkParadise";
	font-size:38px;
	text-align:center;
	color:#b77f41;
}


















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

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


	.st_sec{
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	overflow: hidden;
	}

.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;
	position: relative;
}


.kira{
	position:absolute;
}

@keyframes kira {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

.kira01{
	width:40px;
	right:20%;
	animation: kira 1s ease-in-out infinite alternate;
}

.kira02{
	width: 30px;
	top: 48%;
	right: 38%;
	animation: kira .5s ease-in-out infinite alternate;
}

.kira03{
	width: 30px;
	top: 65%;
	left: 28%;
	animation: kira 1.3s ease-in-out infinite alternate;
}

.kira04{
	width: 25px;
	top: 64%;
	right: 28%;
	animation: kira .8s ease-in-out infinite alternate;
}

.kira05{
    width: 48px;
    top: 22%;
    right: 10%;
	animation: kira .8s ease-in-out infinite alternate;
}

.kira06{
    width: 28px;
    top: 32%;
    left: 26%;
    z-index: 99;
	animation: kira 1.2s ease-in-out infinite alternate;
}

.kira07{
    width: 38px;
    top: 46%;
    right: 30%;
    z-index: 99;
	animation: kira 1.2s ease-in-out infinite alternate;
}


.kira08{
    width: 18px;
    top: 60%;
    right: 42%;
    z-index: 99;
	animation: kira 1s ease-in-out infinite alternate;
}

.kira09{
	width: 40px;
	top: 66.8%;
	left: 9%;
	z-index: 99;
	animation: kira 1s ease-in-out infinite alternate;
}

.kira10{
    width: 28px;
    top: 78%;
    right: 50%;
	z-index: 99;
	animation: kira 1s ease-in-out infinite alternate;
}

.kira11{
    width: 38px;
    top: 78%;
    left: 5%;
    z-index: 99;
	animation: kira 1s ease-in-out infinite alternate;
}


.kira12{
    width: 32px;
    top: 20%;
    right: 30%;
    z-index: 99;
	animation: kira 1s ease-in-out infinite alternate;
}


.kira13{
    width: 32px;
    top: 48%;
    left: 7%;
    z-index: 99;
	animation: kira 1.2s ease-in-out infinite alternate;
}


.kira14{
    width: 32px;
    top: 68%;
    right: 10%;
    z-index: 99;
	animation: kira 1s ease-in-out infinite alternate;
}


.kira15{
    width: 40px;
    top: 19%;
    right: 10%;
    z-index: 99;
	animation: kira 1s ease-in-out infinite alternate;
}

.kira16{
    width: 40px;
    top: 63%;
    left: 32%;
    z-index: 99;
	animation: kira 1.2s ease-in-out infinite alternate;
}


.kira17{
	width: 30px;
	top: 95%;
	left: 20%;
	z-index: 99;
	animation: kira 1.2s ease-in-out infinite alternate;
}




.kira18{
    width: 40px;
	top: 13%;
	right: 19%;
    z-index: 999;
	animation: kira 1s ease-in-out infinite alternate;
}

.kira19{
    width: 30px;
    top: 26%;
    right: 19%;
    z-index: 999;
	animation: kira 1.2s ease-in-out infinite alternate;
}


.kira20{
	width: 40px;
	top: 26%;
	left: 20%;
	z-index: 999;
	animation: kira 1.2s ease-in-out infinite alternate;
}

.kira21{
    width: 32px;
    top: 57%;
    left: 5%;
    z-index: 999;
	animation: kira 1.2s ease-in-out infinite alternate;
}

.kira22{
    width: 42px;
	top: 53%;
    left: 47%;
    z-index: 999;
	animation: kira 1.2s ease-in-out infinite alternate;
}


.kira23{
    width: 82px;
    bottom: -4%;
    left: 1%;
    z-index: 999;
	animation: kira 1s ease-in-out infinite alternate;
}






.kira_other01{
	width: 40px;
	top: 105px;
	right: 26%;
	 animation: fuwafuwa 3s ease-in-out infinite alternate;
}

.kira_other02{
	width: 40px;
	top: 13%;
	right: 10%;
	 animation: fuwafuwa 2s ease-in-out infinite alternate;
}

.kira_other03{
    width: 38px;
    top: 45%;
    left: 12%;
    z-index: 99;
	 animation: fuwafuwa 2s ease-in-out infinite alternate;
}

.kira_other04{
    width: 68px;
    top: 67%;
    left: 6%;
    z-index: 99;
	 animation: fuwafuwa 2s ease-in-out infinite alternate;
}

.kira_other05{
    width: 68px;
    top: 92px;
    left: 30%;
    z-index: 99;
	 animation: fuwafuwa 2s ease-in-out infinite alternate;
}


.kira_other06{
    width: 43px;
    top: 92px;
    right: 30%;
	 animation: fuwafuwa 3s ease-in-out infinite alternate;
}

.kira_other07{
    width: 120px;
    top: 79%;
	right: 30%;
	z-index: 99;
	 animation: fuwafuwa 3s ease-in-out infinite alternate;
}

.kira_other08{
    width: 60px;
    top: 86px;
    left: 40%;
	 animation: fuwafuwa 3s ease-in-out infinite alternate;
}

.kira_other09{
    width: 140px;
    top: 48%;
	right: 9%;
	z-index:99;
	 animation: fuwafuwa 3s ease-in-out infinite alternate;
}








.top_sec_subtitle{
	position:relative;
}


.top_sec02_sec{
	display:flex;
}

.top_sec02_sec.type02{
	justify-content: flex-end;
}

.top_sec02_sec01{
	margin-top:60px;
}


.top_sec02_sec .cal_img{
	width:65%;
	position:relative;
	z-index: 9;
}


.top_sec02_sec .cal_img img{
	 border-radius: 0px 70px 70px 0px;
}


.top_sec02_sec.type02 .cal_img img{
	 border-radius: 70px 0px 0px 70px;
}

.top_sec02_sec .cal_img:after{
	content:"";
	position:absolute;
	z-index:-9;
	top:30px;
	left:0;
	width: 112%;
	height: 102%;
	background:#ece1d2;
	border-radius: 0px 70px 70px 0px;
}


.top_sec02_sec.type02 .cal_img:after{
	border-radius: 70px 0px 0px 70px;
	opacity:1;
	left:auto;
	right:0;
	background:#efefef;
}


.top_sec02_sec02{
	margin-top:130px;
}


.top_sec02_sec03{
	margin-top:130px;
}

.top_sec02_sec.top_sec02_sec03 .cal_img:after{
	top:-40px;
}

.top_sec02_sec04{
		margin-top:80px;
}


.top_sec02_sec05{
	margin-top:-50px;
}

.top_sec02_sec video{
	width:65%;
	 border-radius: 0px 70px 70px 0px;
}


.top_sec02_cresit{
	padding:0 30px;
	margin-top:40px;
	text-align:right;
}









.top_sec03_01{
	width:80%;
	margin-top: 60px;
}

.top_sec03_01 img{
    border-radius: 0px 70px 70px 0px;
}

.top_sec03_02{
	display:flex;
	justify-content: flex-end;
	margin-top:-40px;
}

.top_sec03_02 > a{
	width:60%;
}

.top_sec03_02 img{
    border-radius: 70px 0px 0px 70px;
}

.top_sec03_03{
	margin-top: -60px;
}

.top_sec03_03 video{
	width:50%;
    border-radius: 0px 70px 70px 0px;
}



.top_sec03_cresit{
	padding:0 30px;
	margin-top:40px;
	text-align:right;
}

.top_sec03_04{
	display:flex;
	justify-content: flex-end;
	margin-top:-40px;
}


.top_sec03_04 > a{
	width:70%;
}

.top_sec03_04 img{
    border-radius: 70px 0px 0px 70px;
}



.top_sec04_box{
	display:flex;
}

.top_sec04_box > div{
	width:50%;
}


.top_sec04_box > div.top_sec04_movie{
	position:relative;
	overflow:hidden;
	height: auto;
	border-radius: 333px;
	-webkit-border-radius: 333px;
	-moz-border-radius: 333px;
}

.top_sec04_box > div.top_sec04_movie video{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	}


.top_sec04_cresit{
	padding:0 30px;
	margin-top:40px;
	text-align:right;
}



.top_sec04_box.active .circle{
	-webkit-animation: move01 1s ease forwards;
	-moz-animation: move01 1s ease forwards;
}

.top_sec04_box.active .circle.type02{
	-webkit-animation: move02 1s ease forwards;
	-moz-animation: move02 1s ease forwards;
}

@-webkit-keyframes move01
{
0% { -webkit-transform: translateX(-200%); opacity: 0.4; }
100%   { -webkit-transform: translateX(0%); opacity: 1; }
}

@-moz-keyframes move01
{
0% { -moz-transform: translateX(-200%); opacity: 0.4; }
100%   { -moz-transform: translateX(0%); opacity: 1; }
}

@-webkit-keyframes move02
{
0% { -webkit-transform: translateX(200%); opacity: 0.4; }
100%   { -webkit-transform: translateX(0%); opacity: 1; }
}

@-moz-keyframes move02
{
0% { -moz-transform: translateX(200%); opacity: 0.4; }
100%   { -moz-transform: translateX(0%); opacity: 1; }
}

.top_sec04_box.active .circle img{
	-webkit-animation: kurukuru01 1s linear;
	-moz-animation: kurukuru01 1s linear;
}

@-webkit-keyframes kurukuru01
{
0% { -webkit-transform: rotate(0deg); }
50%  { -webkit-transform: rotate(180deg); }
100%   { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes kurukuru01
{
0% { -moz-transform: rotate(0deg); }
50%  { -moz-transform: rotate(180deg);}
100%   { -moz-transform: rotate(360deg); }
}












#top_sec05{
	
}

.top_sec05_01{
	position:relative;
	z-index:99;
	width: 320px;
	margin:0px auto 0;
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
}

.top_sec05_02{
	position:relative;
	z-index:98;
	width:250px;
	margin:0px auto 0;
	transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
}


.top_sec05_03{
	position:relative;
	z-index:97;
	width:240px;
	margin:0 0 0 40px;
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
}


#top_sec05 .button_st {
    margin-top: 80px;
}


.top_sec05_04{
    margin: 80px 100px 0;
}





#top_sec06{
	position:relative;
	z-index: 9;
	margin-top:0;
	padding-top: 120px;
	padding-bottom: 200px;
}

#top_sec06:after{
	content:"";
	position:absolute;
	z-index:-9;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-image:url(../img/top_sec06_bk.webp);
	background-size: 100%;
	background-attachment: fixed;
	background-position: center center;
}


.top_sec06_sec{
	position:relative;
}


.top_sec06_a{
	width:400px;
	margin-left:40px;
	position:relative;
}

.top_sec06_a:after{
	content:"";
	position:absolute;
	top:20px;
	left:20px;
	border:1px solid #fff;
	width:400px;
	height:445px;
	pointer-events: none;
	border-radius: 64px;
	-webkit-border-radius: 64px;
	-moz-border-radius: 64px;
	opacity:0;
}

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



.top_sec06_b{
	width:400px;
	margin-top:60px;
	margin-left:20px;
	position:relative;
}

.top_sec06_b:after{
	content:"";
		pointer-events: none;
	position:absolute;
	top:20px;
	left:20px;
	border:1px solid #fff;
	width:400px;
	height:445px;
	border-radius: 64px;
	-webkit-border-radius: 64px;
	-moz-border-radius: 64px;
	opacity:0;
}

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

.top_sec06_c{
	width:400px;
	margin-top:60px;
	margin-left:40px;
	position:relative;
}

.top_sec06_c:after{
	content:"";
		pointer-events: none;
	position:absolute;
	top:10px;
	left:10px;
	border:1px solid #fff;
	width:400px;
	height:445px;
	border-radius: 64px;
	-webkit-border-radius: 64px;
	-moz-border-radius: 64px;
	opacity:0;
}

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






.top_sec06_sec01_title{
	width: 260px;
	position: absolute;
	top: -50px;
	left: 22px;
	z-index: 99;
}


.top_sec06_circle .stitle p{
	font-family: "Kinfolk";
	font-size:22px;
	color:#000;
}

.top_sec06_cresit{
	padding:0 30px;
	margin-top:40px;
	text-align:right;
}

.top_sec06_cresit.caption span {
	color:#fff;
}




.top_sec06_sec02{
	padding-top:220px;
}

.top_sec06_sec02_title{
	width: 300px;
	position: absolute;
	top: 80px;
	left: 35px;
	z-index: 99;
}

.top_sec06_circle{
	position:relative;
	display:flex;
}

.top_sec06_circle .circle{
	position:relative;
	width:380px;
}


.top_sec06_circle .circle:after{
	content:"";
	pointer-events: none;
	position:absolute;
	top:0;
	left:0;
	width:380px;
	height:380px;
	border: 1px solid #dbbdd5;
	border-radius: 333px;
	-webkit-border-radius: 333px;
	-moz-border-radius: 333px;
	opacity:0;
}

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






.top_sec06_sec02 .top_sec06_circle .stitle p{
	color: #4a9fce;
}


.top_sec06_circle01 {
	justify-content: flex-end;
	margin-right:20px;
}


.top_sec06_circle02 {
	margin-left:20px;
	margin-top:40px;
}


.top_sec06_circle03 {
	justify-content: flex-end;
	margin-right:20px;
	margin-top:40px;
}



.top_sec06_circle04{
	justify-content: flex-end;
	margin-right:20px;
	margin-top:40px;
}

.top_sec06_circle04.top_sec06_circle .circle:after{
	border: 1px solid #000;
}


.circle_title{
	pointer-events: none;
	position:absolute;
	left:0;
	width: 380px;
	left:-20px;
	bottom:-40px;
}

.circle_title img{
	transform: scale(1)!important;
}



.top_sec06_sec03{
	padding-top:220px;
}



.top_sec06_sec03_title{
	width: 300px;
	position: absolute;
	top: 130px;
	left: 35px;
	z-index: 99;
}


.top_sec06_sec03 .top_sec06_a{
	width:400px;
	margin-left:10px;
	position:relative;
}

.top_sec06_sec03 .top_sec06_a:after{
	content:"";
	position:absolute;
	top:10px;
	left:10px;
	border:1px solid #4a9fce;
	width:400px;
	height:445px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}



.top_sec06_sec03 .top_sec06_b{
	width:400px;
	margin-top:60px;
	margin-left:40px;
	position:relative;
}

.top_sec06_sec03 .top_sec06_b:after{
	content:"";
	pointer-events: none;
	position:absolute;
	top:20px;
	left:20px;
	border:1px solid #4a9fce;
	width:400px;
	height:445px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.top_sec06_sec03 .top_sec06_c{
	width:400px;
	margin-top:60px;
	margin-left:10px;
	position:relative;
}

.top_sec06_sec03 .top_sec06_c:after{
	content:"";
		pointer-events: none;
	position:absolute;
	top:0px;
	left:10px;
	border:1px solid #4a9fce;
	width:400px;
	height:445px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}


.top_sec06_sec03 .top_sec06_d{
	width:400px;
	margin:60px auto 0;
	position:relative;
}

.top_sec06_sec03 .top_sec06_d:after{
	content:"";
	pointer-events: none;
	position:absolute;
	top:20px;
	left:0px;
	border:1px solid #4a9fce;
	width:400px;
	height:445px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.top_sec06_sec03_subtitle{
	display:flex;
	justify-content: flex-end;
	margin-top: 40px;
	margin-right: 50px;
}

.top_sec06_sec03_subtitle p{
	width:200px;
}



.top_sec06_sec .scroll_ani img{
	transform: scale(0);
}

.top_sec06_sec .active img{
	-webkit-animation: zoom-in .5s linear forwards;
	-moz-animation: zoom-in .5s linear forwards;
}



@keyframes zoom-in {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}




#top_sec07{
	position:relative;
	overflow: visible;
}

#top_sec07:before {
	content: "";
	position: absolute;
	z-index: 99;
	top: -295px;
	left: 0;
	width: 100%;
	height: 300px;
	background-size: 100%;
	background-image: url(../img/top_sec07_top.webp);
}



.top_sec07_01 {
    position: relative;
    padding: 0 40px;
}


.top_sec08_title{
	position:relative;
}

.top_sec08_title p{
	font-size:52px;
	color:#ce637d;
	text-align:center;
	font-family: "DarkParadise";
}


.top_sec08_note{
	margin-top:30px;
}

.top_sec08_note p{
	font-size:14px;
	text-align:center;
	color:#ce637d;
}




.top_sec08_img{
	margin:0 0px;
}


.top_sec08_img_box{
	position:relative;
	margin-top:100px;
}

.top_sec08_img_title{
	position:absolute;
	z-index:999;
	top: 60px;
	left: 100px;
	}

.top_sec08_img_title p{
	font-size: 52px;
	color: #b88699;
	font-family: "DarkParadise";
}

.top_sec08_img_wrap{
	position:relative;
}

.top_sec08_waku{
	position:absolute;
	pointer-events: none;
	z-index:999;
	width:78%;
	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%);
}


.top_sec08_img .slick-slide {
    margin: 0px 20px;
}


.is-prev img{

}

.top_sec08_img .slick-track{
	padding: 30px 0px 30px;
}


.top_sec08_img .slick-list {
	overflow: hidden;
}



.top_sec08_img .slick-slide {
	transition: transform 800ms cubic-bezier(.51,.19,.25,.99),
	opacity 800ms cubic-bezier(.51,.19,.25,.99);
	transform-origin: center center;
}

.top_sec08_img .slick-current {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  z-index: 3;
}

.top_sec08_img .is-prev {
  transform: translateY(12%) rotate(-10deg) scale(0.95);
  opacity: 0.9;
	z-index: 2;
}

.top_sec08_img .is-next {
  transform: translateY(12%) rotate(10deg) scale(0.95);
  opacity: 0.9;
  z-index: 2;
}

.top_sec08_img .slick-slide:not(.slick-current):not(.is-prev):not(.is-next) {
	transform: scale(0.95);
  opacity: 0.6;
  z-index: 1;
}





.top_sec08_img_box02{
	margin-top:200px;
}


.top_sec08_img_box02 .top_sec08_img_title{
	left:auto;
	right:100px;
}

.top_sec08_img_box02 .top_sec08_img_title p{
	color: #b77f41;
}


#top_sec08 .button_st{
	margin-top:150px;
}




.top_sec09_title p{
	text-align:center;
	font-size:68px;
	font-family: "DarkParadise";
	color:#b77f41;
}




.top_sec09_list{
	margin-top:60px;
}

.top_sec09_box{
	margin-bottom:50px;
}



.d_title{
	text-align:center;
	margin-bottom:20px;
}


.d_title p{
	color:#b77f41;
	background:#eae1ea;
	display:inline-block;
	width:200px;
	font-size:22px;
	font-weight:bold;
	padding:10px 0;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
}



.d_date p{
	font-family: "DarkParadise";
	color:#b77f41;
	font-size:38px;
	text-align:center;
}

.d_note{
	padding:0 40px;
	text-align: center;
}

.d_note p{
	font-size: 14px;
	color:#b77f41;
	display:inline-block;
	text-align: left;
}



#top_sec08{
	background-image:url(../img/top_sec08_bk.webp);
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
}


.top_sec08_line{
	position: absolute;
	width: 100%;
	top: 60px;
	opacity: 0.4;
}



.top_sec08_line #mask path {
		fill: none;
		stroke: #ffffff;
		stroke-width: 8px;
		stroke-linecap: round;
		stroke-linejoin: round;
	}
	
	.top_sec08_line path {
		fill: #ce637d;
	}
	
	












#top_sec09{
	
}



.top_sec09_insta{
		text-align:center;
}

.top_sec09_insta a{
	position:relative;
	width:140px;
	border: 1px solid #b77f41;
	display:inline-block;
	border-radius: 333px;
	-webkit-border-radius: 333px;
	-moz-border-radius: 333px;
	z-index: 9;
	-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);
}

.top_sec09_insta a:hover{
	transform: translateY(-10px);
	box-shadow: 0 7px 3px #ccc;
	-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);
	}


.top_sec09_insta a:after {
    content: "";
    position: absolute;
    z-index: -99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 333px;
    -webkit-border-radius: 333px;
    -moz-border-radius: 333px;
    animation: tenmetsu 1.2s 
		ease-in-out infinite alternate;
	}



.top_sec09_img{
	margin-top:60px;
}



	.top_sec09_img .scroll-infinity__wrap {
		overflow: hidden;
	}

	.top_sec09_img .scroll-infinity__list {
		display: flex;
		align-items: center;
		width: max-content;
		animation: infinity-scroll 8s linear infinite;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	.top_sec09_img .scroll-infinity__list > li {
		width: calc(100vw / 4);
		padding:0 20px;
	}
	
	
	@keyframes infinity-scroll {
		from {
			transform: translateX(0%);
		}
		to {
			transform: translateX(-50%);
		}
	}




#top_sec10{
	background:#f9eeed;
	padding-top: 0px;
	padding-bottom: 0px;
}



.top_sec10_mainimg{
	position:relative;
}






.top_sec10_img{

}

.top_sec10_img a{
	position:relative;
	display:block;
}

.top_sec10_img a > div{
	opacity:0;
}

.top_sec10_img a > div.show{
	opacity:1;
}

.top_sec10_img a > div:first-child{
	position:relative;
}

.top_sec10_img a > div:last-child{
	position:absolute;
	top: 0;
}

.top_sec10_img a > div:first-child img{
	transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
}

.top_sec10_img a > div:last-child img{
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
}


.active .top_sec10_img a > div {
	-webkit-animation: image2 3s ease 0s forwards;
	animation: image2 3s ease 0s forwards;
	opacity: 1;
	transition: z-index 0s ease 2.25s;
	z-index: 2;
}

.active .top_sec10_img a > div.show {
	-webkit-animation: image 3s ease 0s forwards;
	animation: image 3s ease 0s forwards;
	z-index: 1
}


@-webkit-keyframes image {
			0% {
				opacity: 1;
				rotate: 0deg;
				translate: 0 0;
			}
				
				60% {
					opacity: 1;
					rotate: 0deg;
					translate: 0 0;
					}
					
					75% {
						opacity: 1;
						rotate: 3deg;
						translate: 55% 0;
						}
						
						to {
							opacity: 1;
				rotate: 0deg;
				translate: 0 0;
			}
		}

@keyframes image {
    0% {
        opacity: 1;
        rotate: 0deg;
        translate: 0 0;
    }

    60% {
        opacity: 1;
        rotate: 0deg;
        translate: 0 0;
    }

    75% {
        opacity: 1;
        rotate: 3deg;
        translate: 55% 0;
    }

    to {
        opacity: 1;
        rotate: 0deg;
        translate: 0 0;
    }
}

		@-webkit-keyframes image2 {
			0% {
				opacity: 1;
				rotate: 0deg;
				translate: 0 0;
			}
			
			60% {
				opacity: 1;
				rotate: 0deg;
				translate: 0 0;
			}
			
			75% {
				opacity: 1;
				rotate: -3deg;
				translate: -55% 0;
			}
			
			to {
				opacity: 1;
				rotate: 0deg;
				translate: 0 0;
			}
		}

		@keyframes image2 {
			0% {
				opacity: 1;
				rotate: 0deg;
				translate: 0 0;
			}
			
			60% {
				opacity: 1;
				rotate: 0deg;
				translate: 0 0;
			}
			
			75% {
				opacity: 1;
				rotate: -3deg;
				translate: -55% 0;
			}
			
			to {
				opacity: 1;
				rotate: 0deg;
				translate: 0 0;
			}
		}
		











.top_sec10_01{
	position:absolute;
	top: 28%;
	left: 10%;
	width:90px;
	z-index:99;
	
}

.top_sec10_02{
	position: absolute;
	top: 39%;
	left: 12%;
	width: 150px;
	z-index: 99;
	animation: fuwafuwa 3s ease-in-out infinite alternate;
}

.top_sec10_03{
	position: absolute;
	top: 50%;
	right: 10%;
	width: 170px;
	z-index: 99;
	animation: fuwafuwa 2s ease-in-out infinite alternate;
}

.top_sec10_04{
	position: absolute;
	top: 59%;
	left: 16%;
	width: 180px;
	z-index: 99;
	animation: fuwafuwa 5s ease-in-out infinite alternate;
}


.kira_sec10_01{
    width: 30px;
    top: 60px;
	left: 20%;
		animation: kira 1s ease-in-out infinite alternate;
}

.kira_sec10_02{
    width: 40px;
    top: 120px;
	right: 16%;
	animation: kira 1.2s ease-in-out infinite alternate;
}

.kira_sec10_03{
    width: 30px;
    top: 160px;
	left: 15%;
		animation: kira 1.6s ease-in-out infinite alternate;
}

.kira_sec10_04{
    width: 20px;
    top: 335px;
	left: 8%;
	animation: kira 1s ease-in-out infinite alternate;
}


.kira_sec10_05{
    width: 20px;
    top: 608px;
    right: 26%;
	z-index: 99;
	animation: kira 1.2s ease-in-out infinite alternate;
}

.kira_sec10_06{
    width: 55px;
		top: 84%;
    left: 8%;
	z-index: 99;
	animation: kira .8s ease-in-out infinite alternate;
}



.top_sec10_img_box{
	margin:60px 60px 0;
	position:relative;
}





.top_sec10_btn01{
	width:130px;
	height:130px;
	position:absolute;
	top:-30px;
	left:-30px;
	z-index:9;
}


	.top_sec10_btn01 a{
		pointer-events: none;
	border:1px solid #ce637d;
	display:block;
	border-radius: 333px;
	-webkit-border-radius: 333px;
	-moz-border-radius: 333px;
}

.top_sec10_btn01 a span{
	position:absolute;
	top:-18px;
	left:-12px;
	width:135px;
	height:135px;
}

.top_sec10_btn01:after{
	content:"";
	position:absolute;
	z-index:-99;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width:120px;
	height:120px;
	background:#fff;
	border-radius: 333px;
		-webkit-border-radius: 333px;
		-moz-border-radius: 333px;
	}
	
	
	
	
	
	

.top_sec10_btn02{
	width:130px;
	height:130px;
	position:absolute;
	bottom:0px;
	right:-30px;
	z-index:9;
}

	.top_sec10_btn02 a{
		position:relative;
	border:1px solid #ce637d;
	display:block;
	border-radius: 333px;
	-webkit-border-radius: 333px;
		-moz-border-radius: 333px;
	-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);
}

.top_sec10_btn02 a:hover{
	transform: translateY(-10px);
	box-shadow: 0 7px 3px #ccc;
	-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);
	}
	
	

.top_sec10_btn02 a:after{
	content:"";
	position:absolute;
	z-index:-99;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width:120px;
	height:120px;
	background:#fff;
	border-radius: 333px;
	-webkit-border-radius: 333px;
		-moz-border-radius: 333px;
		animation: tenmetsu 1.2s ease-in-out infinite alternate;
	}
	
	
	@keyframes tenmetsu {
		0% {
			background: #fff;
		}
		100% {
			background: #eae1ea;
		}
	}
	
	
	
	
	
	


.top_sec10_img_text{
	margin-top:20px;
}

.top_sec10_img_text p{
	font-size:14px;
	color:#ce637d;
}

.top_sec10_movie{
    margin: 100px 100px 0;
}



.top_sec10_btn a{
		font-family: "DarkParadise";
		text-align:center;
		display:block;
		font-size:36px;
		color:#fff;
		background:#b77f41;
		padding:10px 0;
		position:relative;
		z-index:9;
		-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_sec10_btn a:after {
		content:"";
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 100%;
		z-index:-9;
		transform: scale(0, 1);
		transform-origin: left top;
		transition: .6s cubic-bezier(0.45, 0, 0.55, 1);
		
	}
	
	
	.top_sec10_btn a:hover {
		color: #b77f41;
		-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_sec10_btn a:hover::after {
		transform: scale(1, 1);
	}


.top_sec10_btn a span{
	display:block;
	font-size:10px;
}





.holiday {
	text-align:center;
	margin-top:120px;
}

.holiday p{
	width:300px;
	display:inline-block;
}




























.onlyPc {
  display: block;
}

.onlySp {
  display: none;
}
























@media screen and (max-width: 570px) {
	
	
	.onlyPc {
		display: none;
	}
	
	
	.onlySp {
		display: block;
	}
	
	
	
	
	
		
		#pc_content{
			display:none;
		}
		
		.bg_img{
			display:none;
		}
	
	header {
			width:100%;
			display:block;
		}
		
		#menu_index .icon_insta {
			top: 50px;
			left: 75px;
		}
		
		.menus{
			padding-top:40px;
		}
		
		.menu_list {
			padding: 0 42px;
		}
		
			
	
	#menu_index {
		width:100%;
		}
		
		.menu_index_bottom {
			margin-top: 0px;
			justify-content: flex-end;
		}
		
		
	
	#content {
			width:100%;
			left: 0;
	}
	
	#bgc{
			width:100%;
			left: 0;
	}
	
	
	
	#top_movie{
			width:100%;
			position: absolute;
			left: 0;
	}
	
	
	
		
	
	.first_blank {
		height: 110vh;
	}
	
	
	
	.scroll-infinity__list > li {
		width: calc(100vw / 2);
	}
	
	
	
	.menu_list > a {
		color: #fff!important;
	}
	
	
	.caption a {
		font-size: 10px;
	}
		
		
		.scarf_img {
			opacity:1!important;
		}
		
		.title_scarf {
			opacity:1!important;
		}
	
	
	.flow_note p {
		font-size: 12px;
	}
		
		
		.first_view_p01 {
			width: 180px;
		}
		
		.first_view_p02 {
			width: 60px;
			top: 12%;
			left: 10%;
		}
		
		.first_view_p03 {
			width: 50px;
			top: 68%;
			left: 17%;
		}
		
		.first_view_p04 {
			width: 55px;
			top: 18%;
			right: 15%;
		}
		
		.first_view_p05 {
			width: 62px;
			top: 50%;
			right: 7%;
		}
		
		
		
		
		.first_view_p06 {
			width: 60px;
			top: 75%;
			right: 18%;
		}
		
	
	
	#ancher00{
		margin-top:30px;
		}
		
		
		
		
		
		.top_sec05_01 {
			width: 75%;
		}
		
		.top_sec05_02 {
			width: 60%;
		}
		
		.top_sec05_03 {
			width: 60%;
		}
		
		.top_sec05_04 {
			margin: 80px 50px 0;
		}
		
		.kira_other09 {
			right: 6%;
		}
		
		.st_sec{
			background:#f9f8f4;
			z-index: 9;
		}
		
		#top_sec06{
			background:transparent;
			z-index: 0;
		}
		
		#top_sec06:after {
			position: fixed;
			background-size: cover;
			background-attachment: scroll;
		}
		
		.top_sec06_a {
			width: 320px!important;
			margin-left: 20px;
		}
		
		.top_sec06_a:after {
			width: 320px!important;
			height: 350px!important;
		}
		
		
		.top_sec06_b {
			width: 320px!important;
		}
		
		.top_sec06_b:after {
			width: 320px!important;
			height: 350px!important;
		}
		
		.top_sec06_c {
			width: 320px!important;
			margin-left: 20px;
		}
		
		.top_sec06_c:after {
			width: 320px!important;
			height: 350px!important;
		}
		
		.top_sec06_d {
			width: 320px!important;
		}
		
		.top_sec06_d:after {
			width: 320px!important;
			height: 350px!important;
		}
		
		
		.top_sec06_circle .circle {
			width: 320px;
		}
		
		.top_sec06_circle .circle:after {
			width: 320px;
			height: 320px;
		}
		
		.top_sec06_sec03 .top_sec06_b {
			margin-left: 20px;
		}
		
		
		
		.top_sec06_sec01_title {
			width: 240px;
			top: -60px;
		}
		
		.top_sec06_sec02_title {
			width: 265px;
			top: 90px;
		}
		
		.top_sec06_sec03_title {
			width: 260px;
			top: 130px;
		}
		
		
		#top_sec07:before {
			top: -50%;
		}
		
		
		.top_sec08_waku {
			width: 75%;
		}
		
		
		.top_sec09_img .scroll-infinity__list > li {
			width: calc(100vw / 2);
			padding: 0 10px;
		}
		
		
		
		
		.top_sec10_movie {
			margin: 100px 50px 0;
		}
		
		
		.top_sec10_img {
			padding:0 30px;
		}
		
		.top_sec10_img_box {
			margin: 60px 30px 0;
		}
		
		
		
		.top_sec10_img_text p {
			font-size: 12px;
		}
		
		
		
		
		.top_sec10_01{
			width:80px;
		}
		
		.top_sec10_02{
			width: 130px;
		}
		
		.top_sec10_03{
			width: 150px;
		}
		
		.top_sec10_04{
			width: 160px;
		}
		
		
		.top_sec10_btn01 {
			left: 0px;
		}
		
		.top_sec10_btn02 {
			right: -10px;
		}
		
		
		
		.top_sec10_btn01 {
			width: 110px;
			height: 110px;
		}
		
		
		.top_sec10_btn01:after {
			width: 100px;
			height: 100px;
		}
		
		.top_sec10_btn02 {
			width: 110px;
			height: 110px;
		}
		
		
		.top_sec10_btn02 a:after {
			width: 100px;
			height: 100px;
		}
		
		
	
}











@media screen and (max-width:400px) {
	
		
		.kira_other07 {
			top: 74%;
		}
		
		
		
		
	.top_sec02_02_05 {
		margin-top: -80px;
	}
	
	.blog_btn{
	top: -40px;
	left: 5px;
	}

.blog_btn a{
	width:120px;
	height:120px;
	}
	
	
	


}








































