


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


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


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


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

@font-face {
font-family: "SF-Pro-Display";
src: url("SF-Pro-Display-Light.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: #ebffff;
}


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


#bg_img01{
	  background-image: linear-gradient(90deg, rgba(252, 237, 127, 1) 16%, rgba(209, 254, 232, 1) 44%, rgba(255, 246, 183, 1) 97%);
  background-size: 500% 500%;
  animation: bgAnime 8s linear infinite;
}

#bg_img02{
  background-image: linear-gradient(90deg, rgba(243, 170, 196, 1), rgba(246, 190, 232, 1) 26%, rgba(255, 247, 216, 1) 67%, rgba(228, 202, 249, 1));
  background-size: 500% 500%;
  animation: bgAnime 8s linear infinite;
}

#bg_img03{
  background-image: linear-gradient(107deg, rgba(221, 195, 159, 1) 16%, rgba(182, 151, 110, 1) 41%, rgba(230, 220, 206, 1) 69%, rgba(182, 151, 110, 1));
  background-size: 500% 500%;
  animation: bgAnime 8s linear infinite;
}



@keyframes bgAnime { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}




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;
				flex-direction: row-reverse;
			}


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


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




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

.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-image: linear-gradient(90deg, rgba(252, 237, 127, 1) 16%, rgba(209, 254, 232, 1) 44%, rgba(255, 246, 183, 1) 97%);
    background-size: 500% 500%;
    animation: bgAnime 8s linear infinite;
}

.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_all{
				padding:0 60px;
				 animation: yureru-s 2s infinite;
			}
			
			@keyframes yureru-s {
				0% {
					transform: translate(2px, 0px);
				}
				5% {
					transform: translate(-2px, 0px);
				}
				10% {
					transform: translate(2px, 0px);
				}
				15% {
					transform: translate(-2px, 0px);
				}
				20% {
					transform: translate(2px, 0px);
				}
				25% {
					transform: translate(-2px, 0px);
				}
				30% {
					transform: translate(0px, 0px);
				}
}
			
			
			
			.footer_sns_btn{
				display:flex;
				justify-content: center;
				gap:40px;
				margin-top: 60px;
			}
			
			.footer_sns_btn > a{
				height: 30px;
				fill: #fff;
			}
			
			.footer_sns_btn > a svg {
				width: auto;
				height: 100%;
			}
			
			
			.footer_btn{
				display:flex;
				justify-content: center;
				gap:15px;
				margin-top: 60px;
				padding:0 30px;
			}
			
			.footer_btn a{
				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);
			}
			
			
			.footer_btn a:hover{
				opacity:.6;
				-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_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;
}

			.left_img{
				position: absolute;
				background-size: cover;
				background-position: center center;
				width: 100%;
				height: 100%;
			}
			
			
			.left_img {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.left_img.active {
  opacity: 1;
}



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




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


.menu_wrap{
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-around;
}

.menu_box{
text-align: center;
}

.menu_box:after{
	pointer-events: none;
	border-top-left-radius: 130px;
	content:"";
	position:absolute;
	bottom:0;
	right:0;
	width: 88%;
	height: 68vh;
	border-top:3px solid #7dce85;
	border-left:3px solid #7dce85;
}

.menu_list{
	text-align:left;
	display:inline-block;
}

			.menu_list > a {
				font-size:20px;
				position:relative;
				display:block;
				color:#2cce85;
				font-weight:400;
				font-family: "SF-Pro-Display";
				margin-bottom: 15px;
			}
			
			
			
			.menu_list > a span:before{
				position: absolute;
				left: 0;
				content: '';
				width: 100%;
				height: 1px;
				background: #2cce85;
				bottom: -5px;
				transform: scale(0, 1);
				transform-origin: left top;
				transition: transform 0.6s;
			}
			
			
			.menu_list > a:hover span:before{
				transform: scale(1, 1);
				transform-origin: left top;
			}
			
			
			.menu_list > a span{
				position:relative;
				-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);
			}
			
			.menu_list > a:hover span{
				color: #fff;
				text-shadow: -1px 1px 5px #2cce85, 1px -1px 5px #2cce85;
				-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);
			}
			
			
			
			
			
			
			
			
			
			.menu_list > a span b{
				font-family: "Noto Serif Display", serif;
				font-weight: 300;
				line-height:0%;
			}




.pc_right_sns{
	display:flex;
	gap: 30px;
	justify-content: center;
	margin-top:50px;
}

.pc_right_sns > a{
	height:30px;
	fill: #7dce85;
}

.pc_right_sns > a svg{
	width:auto;
	height:100%;
}


.page_top{
	text-align: center;
}

.page_top a{
    overflow: hidden;
    position: relative;
    font-family: "ZTBros-Regular", sans-serif;
    font-size: 28px;
    text-align: center;
    color: #7dce85;
    background: transparent;
    border: 2px solid #7dce85;
    border-radius: 50%;
	padding: 20px 50px;
	width: 300px;
	margin: 0 auto;
	display:block;
	-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{
	background:#7dce85;
	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 .cls-1 {
	fill: #8bbad8;
		}
	
	.page_top .cls-2 {
	fill: none;
	stroke: #8bbad8;
	stroke-miterlimit: 10;
			}
			
			
			
			.top_sec02 .page_top a {
				color: #84c9e3;
				border: 2px solid #84c9e3;
			}
			
			.top_sec02 .page_top a:hover{
				background:#84c9e3;
				color:#fff;
			}
			
			.top_sec02 .menu_box:after {
				border-top: 3px solid #84c9e3;
				border-left: 3px solid #84c9e3;
			}
			
			
			.top_sec02 .menu_list > a {
				color: #84c9e3;
			}
			
			.top_sec02 .pc_right_sns > a {
				fill: #84c9e3;
			}
			
			
			.top_sec02 .menu_list > a:hover span{
				text-shadow: -1px 1px 5px #84c9e3, 1px -1px 5px #84c9e3;
			}
			
			.top_sec02 .menu_list > a span:before{
				background: #84c9e3;
			}
			
			.top_sec03 .page_top a {
				color: #b28247;
				border: 2px solid #b28247;
			}
			
			.top_sec03 .page_top a:hover{
				background:#b28247;
				color:#fff;
			}
			
			
			.top_sec03 .menu_box:after {
				border-top: 3px solid #b28247;
				border-left: 3px solid #b28247;
			}
			
			
			.top_sec03 .menu_list > a {
				color: #b28247;
			}
			
			.top_sec03 .pc_right_sns > a {
				fill: #b28247;
			}
			
			.top_sec03 .menu_list > a:hover span{
				text-shadow: -1px 1px 5px #b28247, 1px -1px 5px #b28247;
			}
			
			.top_sec03 .menu_list > a span:before{
				background: #b28247;
			}
			
			
			
			
			.menu_index_bottom{
				display:flex;
				margin-top: 40px;
			}
	
	
	#menu_index .icon_insta{
	left:30px;
}

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











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




.s_note {
	
}

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



#top_movie video{
	width:100%;
}



/*
#top_movie video{
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
*/

.main_img{
	position:relative;
}


.first_view_maison{
	position:absolute;
	width: 100%;
	z-index:99;
	top:30px;
	text-align:center;
}


.first_view_maison p{
	width:140px;
	display: inline-block;
}


.first_view_season_logo{
	position:absolute;
	width: 100%;
	z-index:99;
	bottom:40px;
	text-align:center;
}


.first_view_season_logo p{
	width: 226px;
	display: inline-block;
}





#top_sec01{
	margin-top:0px;
}


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

.banner_all{
	padding:0 20px;
	text-align: center;
}

.banner_all a{
	overflow:hidden;
	position:relative;
	font-family: "ZTBros-Regular", sans-serif;
	font-size:28px;
	padding:5px 20px;
	text-align:center;
	color:#7dce85;
	background:transparent;
	border: 1px solid #7dce85;
    border-radius: 50%;
    padding: 10px 50px;
	-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);
}

.banner_all a:hover{
	color:#fff;
	background:#7dce85;
	-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_sec01_scroll{
	margin-top:60px;
	overflow: hidden;
}




			.caption a{
				font-family: "Zen Kaku Gothic New", serif;
				font-size:12px;
				line-height:140%;
				display: block;
				margin-bottom: 5px;
				position: relative;
			}
			
			.caption a:last-child{
				margin-bottom: 0px;
			}
			
			.caption span{
				position: relative;
				font-family:"Lexend", serif;
				display:inline-block;
				font-weight:bold;
				transition: 0.5s;
			}
			
			.caption a:hover span{
				color:#fff!important;
			}
			
			.caption a span:before {
				position: absolute;
				left: 0;
				width: 0;
				height: 100%;
				content: "";
				background-color: #bb1200;
				transition: 0.3s;
				z-index:-9;
			}
			
			.caption a:hover span:before {
				width: 100%;
			}
			
			
			.top_sec01_05_caption .caption a span:before {
				background-color: #2600e6;
			}
			
			
			.top_sec02_02_caption .caption a span:before {
				background-color: #bc6ae5;
			}
			
			.top_sec03_02_caption .caption a span:before {
				background-color: #af865d;
			}
			
			
			
			
			








#top_sec02{
	
}





.top_sec02_wrap{
	margin: 0px 30px;
	padding: 50px 0px 80px;
	background:#e5bdd1;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}






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



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











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

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


      .mute .cls-1 {
        fill: #7dce85;
      }

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












			footer{
				margin: 80px 0;
			}
			
			
			
			.first_blank{
				height:150vh;
			}
			
			
			
			#top_movie{
				opacity: 1;
				z-index: 99;
				min-width:300px;
				max-width:500px;
				width: 33.33333333333%;
				height: 100%;
				position:fixed;
				top:0;
				left: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 #top_movie{
				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);
			}
			
			
			
			
			.main_img01 {
				position: relative;
				z-index: 99;
				pointer-events: none;
			}
			
			
			
			#top_movie .top_movie_wrap video{
				position: absolute;
				top: 50%;
				left: 50%;
				width: 100%;
				height: 100%;
				object-fit: cover;
				object-position: center;
				transform: translate(-50%, -50%);
				-webkit-transform: translate(-50%, -50%);
				-moz-transform: translate(-50%, -50%);
				-o-transform: translate(-50%, -50%);
				-ms-transform: translate(-50%, -50%);
			}
			
			
			
			body.active #top_movie{
				left:0%;
				transform: translateX(0%);
				-webkit-transform: translateX(0%);
				-moz-transform: translateX(0%);
				-o-transform: translateX(0%);
				-ms-transform: translateX(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);
			}
			
			
			
			#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.33333333333%;
				min-width:300px;
				max-width:500px;
				margin: 0 auto;
				height:100%;
				background: transparent;
			}





#content{
	width: 33.33333333333%;
	min-width:300px;
	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;
				overflow-x: hidden;
				-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;
}












			.sec_about{
				padding: 60px 10px;
			}
			
			
			
			
			
			
			
			
			
			
			.sec_main_img{
				padding:50px;
			}
			
			
			
			.look_btn a{
				overflow:hidden;
				position:relative;
				font-family: "ZTBros-Regular", sans-serif;
				font-size:28px;
					padding:5px 20px;
				text-align:center;
				color:#64caff;
				background:transparent;
				border: 1px solid #64caff;
				border-radius: 50%;
				padding: 10px 50px;
				-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);
			}
			
			.look_btn a:hover{
				color:#fff;
				background:#64caff;
				-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_sec01 .caption a{
				color:#bb1200;
			}
			
			
			
			
			.top_sec01_02_wrap{
				position: relative;
				z-index: 9;
				background:#fff;
				border:2px solid #bb1200;
				margin:0 15px;
				padding:70px 25px;
				border-radius: 50px;
				-webkit-border-radius: 50px;
				-moz-border-radius: 50px;
			}
			
			
			.waku{
				position:absolute;
				z-index: -9;
				top:0;
			}
			
			
			
			.top_sec01_02_img01{
				position:relative;
			}
			
			.top_sec01_02_img01_fade img{
				filter: blur(10px);
				-webkit-transition: .3s cubic-bezier(0.78, .18, .34, .98);
				-moz-transition: .3s cubic-bezier(0.78, .18, .34, .98);
				-ms-transition: .3s cubic-bezier(0.78, .18, .34, .98);
				-o-transition: .3s cubic-bezier(0.78, .18, .34, .98);
				transition: .3s cubic-bezier(0.78, .18, .34, .98);
			}
			
			.top_sec01_02_img01_fade.active img{
				filter: blur(0px);
				-webkit-transition: .3s cubic-bezier(0.78, .18, .34, .98) .6s;
				-moz-transition: .3s cubic-bezier(0.78, .18, .34, .98) .6s;
				-ms-transition: .3s cubic-bezier(0.78, .18, .34, .98) .6s;
				-o-transition: .3s cubic-bezier(0.78, .18, .34, .98) .6s;
				transition: .3s cubic-bezier(0.78, .18, .34, .98) .6s;
			}
			
			.top_sec01_02_img02_fade img{
				filter: blur(10px);
				-webkit-transition: .3s cubic-bezier(0.78, .18, .34, .98);
				-moz-transition: .3s cubic-bezier(0.78, .18, .34, .98);
				-ms-transition: .3s cubic-bezier(0.78, .18, .34, .98);
				-o-transition: .3s cubic-bezier(0.78, .18, .34, .98);
				transition: .3s cubic-bezier(0.78, .18, .34, .98);
			}
			
						
			.top_sec01_02_img02_fade.active img{
				filter: blur(0px);
				-webkit-transition: .3s cubic-bezier(0.78, .18, .34, .98) .6s;
				-moz-transition: .3s cubic-bezier(0.78, .18, .34, .98) .6s;
				-ms-transition: .3s cubic-bezier(0.78, .18, .34, .98) .6s;
				-o-transition: .3s cubic-bezier(0.78, .18, .34, .98) .6s;
				transition: .3s cubic-bezier(0.78, .18, .34, .98) .6s;
			}
			
			.top_sec01_02_illust01{
				position:absolute;
				width:70%;
				z-index:-99;
				top:2%;
				left:-20px;
			}
			
			.top_sec01_02_illust02{
				position:absolute;
				width:60%;
				z-index:-99;
				top:20%;
				right:-40px;
			}
			
			.top_sec01_02_img01_illust{
				position:absolute;
				width:70%;
				z-index:-99;
				top:2%;
				left:-20px;
			}
			
			
			.top_sec01_02_img01 .caption{
				margin-top:10px;
				text-align:right;
			}
			
			
			
			.top_sec01_02_img02{
				position: relative;
				margin-top:60px;
			}
			
			
			
			.top_sec01_02_img02_01{
				position:relative;
				width:75%;
			}
			
			.top_sec01_02_img02_02{
				position:relative;
				width:100%;
				padding-left:25%;
				margin-top:-2px;
			}
			
			
			.top_sec01_02_img02 .caption{
				text-align:right;
				margin-top:20px;
			}
			
			
			
			.top_sec01_02_img03{
				position:relative;
				width:75%;
				margin:60px auto 0;
			}
			
			.top_sec01_02_img04{
				position:relative;
				width:75%;
				margin:60px auto 0;
			}
			
			
			.top_sec01_03{
				width:75%;
				margin:60px auto 0;
			}
			
			.top_sec01_03 .caption{
				text-align:right;
				margin-top:20px;
			}
			
			
			.top_sec01_04{
				margin-top:60px;
			}
			
			
			.top_sec01_04_wrap{
				display:block;
				position:relative;
				width:75%;
				
				margin:0 auto;
			}
			
			
			.top_sec01_04 a{
				font-family: "ZTBros-Regular", sans-serif;
				height: 45px;
				display:block;
				position:relative;
				margin:0 auto;
				display: flex;
				align-items: center;
				justify-content: center;
				line-height: 1;
				text-decoration: none;
				color: #f0a8db;
				font-size: 28px;
				padding-top: 5px;
				border-radius: 20px;
				font-weight: bold;
				border-bottom: 5px solid #dfd4b5;
				transition: 0.3s;
				box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
				background-color: #fff8e1;
			}
			
			
			.top_sec01_04 a:hover {
				border-bottom-width: 0;
				transform: translateY(5px);
			}
			
			
			
			.top_sec01_04_illust01{
				z-index: 9;
				pointer-events: none;
				position: absolute;
				top: -42px;
				left: -20px;
				width: 25%;
				
			}
			
			.top_sec01_04_illust02{
				z-index: 9;
				pointer-events: none;
				position:absolute;
				bottom:-20px;
				right:-20px;
				width:26%;
			}
			
			
			
			.top_sec01_05{
				margin-top:100px;
			}
			
			.top_sec01_05_illust{
				position:absolute;
				z-index:-9;
				width:35%;
			}
			
			.top_sec01_05_illust.illust01{
				top:130px;
				right:50px;
				animation: rotateAnimation 8s linear infinite;
			}
			
			.top_sec01_05_illust.illust02{
				top:30%;
				left:50px;
				animation: rotateAnimation 10s linear infinite;
			}	
			
			.top_sec01_05_illust.illust03{
				top:40%;
				left:30px;
				animation: rotateAnimation 8s linear infinite;
			}	
			
			
			.top_sec01_05_illust.illust04{
				top:60%;
				right:0px;
				animation: rotateAnimation 8s linear infinite;
			}
			
			.top_sec01_05_illust.illust05{
				width: 76%;
				top: 25%;
				left: 13%;
				z-index: 99;
				animation: rotateAnimation 8s linear infinite;
			}
			
			
			@keyframes rotateAnimation {
				from {
					transform: rotate(0deg);
				}
				to {
					transform: rotate(360deg);
				}
			}
			
			
			.top_sec01_05_wrap{
				position:relative;
				z-index:9;
				padding: 180px 20px 180px;
				background:#ebffff;
				border-radius: 180px;
				-webkit-border-radius: 180px;
				-moz-border-radius: 180px;
			}
			
			
			.top_sec01_05_img{
				display: grid;
				grid-template-columns: repeat(2, 1fr);
				column-gap: 15px;
				row-gap: 15px;
			}
			
			.top_sec01_05_img > div {
				position: relative;
				min-width: 0;
			}
			
			.top_sec01_05_img > div:nth-child(even){
				transform: translateY(50px);
				-webkit-transform: translateY(50px);
				-moz-transform: translateY(-50%);
				-o-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
			}
			
			.top_sec01_05_img > div img{
				border:2px solid #21d0ff;
				background: #fff;
				border-radius: 20px;
				-webkit-border-radius: 20px;
				-moz-border-radius: 20px;
			}
			
			.top_sec01_05_img > div .cover{
				position:absolute;
				top:0;
			}
			
			.top_sec01_05_img > div .cover img{
				
				border:none;
				background: transparent;
				border-radius: 0px;
				-webkit-border-radius: 0px;
				-moz-border-radius: 0px;
			}
			
			
			.top_sec01_05_caption{
				margin-top:100px;
				display:flex;
				justify-content: center;
			}
			
			.top_sec01_05_caption .caption{
				text-align:right;
			}
			
			#top_sec01 .top_sec01_05_caption .caption a{
				color:#2600e6;
			}
			
			
			
			.top_sec01_05 .top_sec01_05_look_btn{
				margin-top:60px;
			}
			
			
			.top_sec01_05_movie{
				margin: 60px auto 0;
				width:75%;
			}
			
			
			.top_sec01_05_look_btn{
				text-align:center;
			}
			
			
			
			
			.top_sec02_02_wrap{
				overflow: hidden;
				position: relative;
				z-index: 9;
				background: #fff;
				border: 2px solid #dca8e5;
				margin: 0 15px;
				padding: 70px 0px;
				border-radius: 50px;
				-webkit-border-radius: 50px;
				-moz-border-radius: 50px;
			}
			
			
			.top_sec02_02_img01{
				position:relative;
			}
			
			.top_sec02_02_img01_01{
				padding-left:12%;
			}
			
			
			.top_sec02_02_img01_02{
				position:absolute;
				bottom:-50px;
				right:20px;
				width:30%;
			}
			
			
			.top_sec02_02_illust01{
				position:absolute;
				bottom:-80px;
				left:10%;
				width:90px;
			}
			
			
			
			
			.top_sec02_02_img02{
				margin-top:100px;
				
			}
			
			
			.top_sec02_02_img02_01{
				width:88%;
				position:relative;
				z-index:99;
			}
			
			.top_sec02_02_img02_02{
				padding-left:50%;
				margin-top:-40px;
			}
			
			
			
			.top_sec02_02_img03{
				padding-left:12%;
				margin-top:60px;
			}
			
			.top_sec02_02_img04{
				width:88%;
				margin-top:60px;
			}
			
			
			.top_sec02_02_caption{
				margin-top:50px;
				display:flex;
				justify-content: center;
			}
			
			.top_sec02_02_caption .caption{
				text-align:right;
			}
			
			.top_sec02_02_caption .caption a{
				color:#bc6ae5;
			}
			
			.top_sec02_02_movie{
				margin:60px auto 0;
				width:75%;
			}
			
			
			
			
			
			
			.top_sec03_02_wrap{
				position: relative;
				z-index: 9;
				background: #fff;
				border: 2px solid #af865d;
				margin: 0 15px;
				padding: 50px 0px 100px;
				border-radius: 50px;
				-webkit-border-radius: 50px;
				-moz-border-radius: 50px;
			}
			
			
			.top_sec03_02_img01{
				position:relative;
				padding:0 30px;
				z-index:9;
			}
			
			.top_sec03_02_img02{
				position:relative;
				padding:0 30px;
				margin-top:-50px;
			}
			
			.top_sec03_02_img03{
				position:relative;
				padding:0 30px;
				margin-top:-50px;
			}
			
			.top_sec03_02_caption{
				margin-top:50px;
				display:flex;
				justify-content: center;
			}
			
			.top_sec03_02_caption .caption{
				text-align:right;
			}
			
			.top_sec03_02_caption .caption a{
				color:#b28247;
			}
			
			.top_sec03_02_movie{
				margin:60px auto 0;
				width:75%;
			}
			
			
			
			
			
			.top_sec03_02_illust01{
				position:absolute;
				width:60px;
				right:30px;
			}
			
			.top_sec03_02_illust02{
				z-index: 99;
				position:absolute;
				width:90px;
				left:0px;
				bottom:30px;
			}
			
			.top_sec03_02_illust03{
				z-index: 99;
				position: absolute;
				width: 70px;
				right: 18px;
				bottom: -10px;
			}
			
			
			
			
			
			
			.main_img_img{
				position: relative;
				overflow: hidden;
				height: 100%;
			}
			
			.main_img01_video{
				position: absolute;
				top: 0;
				width: 100%;
				height: 100%;
			}
			
			.main_img01_video video{
			    position: absolute;
				top: 50%;
				left: 50%;
				width: 100%;
				height: 100%;
				object-fit: cover;
				object-position: center;
				transform: translate(-50%, -50%);
				-webkit-transform: translate(-50%, -50%);
				-moz-transform: translate(-50%, -50%);
				-o-transform: translate(-50%, -50%);
				-ms-transform: translate(-50%, -50%);
			}
			
			
			
			
			
			
			
			





.onlyPc {
  display: block;
}

.onlySp {
  display: none;
}












@media screen and (max-width: 570px) {
	
	
	.onlyPc {
		display: none;
	}
	
	
	.onlySp {
		display: block;
	}
				
				#pc_content{
					display:none;
				}
				
				
				header {
					width:100%;
					display:block;
				}
				
				#menu_index {
					width:100%;
				}
				
				
				#content {
					width:100%;
				}
				
				#bgc{
					width:100%;
				}
				
				.first_view_maison {
					top: 18px;
				}
				
				
				
				
				
				.caption a {
					font-size: 12px;
				}
		
	
	.mute {
					right: 20px;
					bottom: 20px;
					width: 70px;
				}
	
		
	
	
}











@media screen and (max-width:400px) {
	
	
				.s_title p {
					font-size: 15px;
				}
				
				.s_note p {
					font-size: 12px;
				}
				
				
				
				
				
				
				
				
			}








































