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



@font-face {
font-family: "Antro_Vectra";
src: url("Antro_Vectra.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:#4f4f4f;
	background:#fffef7;
	font-family: source-han-sans-japanese, sans-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: #fff3fa;
}


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




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: flex-end;
	align-items: center;
}





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


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




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

.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:35%;
}


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

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



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

	.footer_sns_btn > a{
	width:30px;
}








.footer_btn {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 0 30px;
}



#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: 66.66666666%;
	height: 100%;
	position: absolute;
	left: 0;
	background-image: url(../img/bg_img01.webp);
	background-size: cover;
	background-position: center bottom;
	-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;
}


body.top_sec03_on .pc_left{
	background-image: url(../img/bg_img02.webp);
	-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;
	}

body.top_sec04_on .pc_left{
	background-image: url(../img/bg_img02.webp);
	-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;
	}



.pc_left_wrap{
	position: relative;
	top: 50px;
	left: 60px;
}
}



.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_Journee{
	position:absolute;
	width: 55%;
	max-width:300px;
	-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_Journee p{
	display:block;
}

.logo_Journee.type01{
	bottom:50px;
	right:40px;
}

.logo_Journee.type02{
	display:none;
	top:50px;
	left:40px;
}


body.top_sec03_on .logo_Journee.type01{
	display:none;
}

body.top_sec03_on .logo_Journee.type02{
	display:block;
}


body.top_sec04_on .logo_Journee.type01{
	display:none;
}

body.top_sec04_on .logo_Journee.type02{
	display:block;
}




.logo_Journee_sp{
	position:absolute;
	z-index:999;
	width: 55%;
	max-width:300px;
	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%);
}



.sns_list{
	position:absolute;
	left:60px;
	bottom:50px;
	display:flex;
	gap:40px;
}


.sns_list > div{
	width:33px;
}







.sns_list > div .cls-1 {
	fill: #8bbad8;
		}
	



.main_logo{
	position:absolute;
	width:200px;
	top:52px;
	right:40px;
}

.main_logo.type02{
	display:none;
}

body.top_sec03_on .main_logo.type01{
	display:none;
}

body.top_sec03_on .main_logo.type02{
	display:block;
}

body.top_sec04_on .main_logo.type01{
	display:none;
}

body.top_sec04_on .main_logo.type02{
	display:block;
}



	.menu_list{
	position: absolute;
	}
	
	.menu_list.type01{
	top: 50px;
	left: 50px;
	}
	
.menu_list.type02{
	display:none;
	bottom: 50px;
	right: 50px;
}


body.top_sec03_on .menu_list.type01{
	display:none;
}

body.top_sec03_on .menu_list.type02{
	display:block;
}


body.top_sec04_on .menu_list.type01{
	display:none;
}

body.top_sec04_on .menu_list.type02{
	display:block;
}


.menu_list > a {
	font-size:24px;
	font-family: "Butler-Free-Rmn", serif;
	position:relative;
	display:block;
	color:#4f4f4f;
	font-weight:400;
	margin-bottom:20px;
	}


	.menu_list.type01 > a {
	color:#4f4f4f;
	}
	
	.menu_list.type02 > a {
	color:#fff;
	text-align:right;
	}
	
	
	
	
	

.page_top{
	position: fixed;
	left: 50px;
	bottom: 40px;
	width: 150px;
}


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

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




.s_note {
	margin-top:30px;
}

.s_note p{
	font-family: "a-otf-ryumin-pr6n", serif;
	font-size:14px;
	line-height:180%;
	text-align: center;
}



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

.st_btn > a{
	font-size: 34px;
	line-height:100%;
	font-family: "FashionMode" ,sans-serif;
	background:#7f4f21;
	color:#fff;
	padding: 15px 50px;
	display:inline-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);
}

.st_btn > a:hover{
	background:#fff;
	color:#7f4f21;
		-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_title p{
	text-align:center;
	font-size:80px;
	line-height:100%;
	font-family: "FashionMode" ,sans-serif;
}





.banner_all{
	width: 190px;
	margin: 0 auto;
	position:relative;
}


.banner_all span {
	position:absolute;
	width: 110px;
	top: 10px;
	right: -40px;
}


.top_sec02_btn.banner_all {
    width: 190px;
}

.top_sec02_btn.banner_all span {
	top: 27px;
}



.caption a{
	font-family: "yu-gothic-pr6n", sans-serif;
	font-size:11px;
	line-height:140%;
	display: block;
	}

.caption span{
	position: relative;
	font-family: "futura-pt", sans-serif;
	display:inline-block;
	font-weight:bold;
	color: #7f4f21;
	 transition: 0.5s;
}



	.caption a:hover span{
	color: #fff;
	text-shadow: -1px 1px 5px #7f4f21, 1px -1px 5px #7f4f21;
	}
	
	
	.look_more{
	text-align:center;
	margin-top:40px;
	}
	
	
	.look_more a{
	width:35%;
	display:inline-block;
	}
	
	
	
	footer{
	background: #fff3fa;
	padding-top: 40px;
	padding-bottom: 100px;
	position: relative;
	z-index: 99;
	}
	
	
	#bgc{
	content:"";
	position:fixed;
	top:0;
	right:0;
	width: 33.33333333333%;
	margin: 0 auto;
	height:100%;
	background-color: #d9d9d9;
	}
	


	#content{
	width: 33.33333333333%;
	margin: 0 auto;
	height:100%;
	margin:0 auto;
	right:0px;
	top: 0px;
	position:absolute;
}





.wrap{

}

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


.st_sec{
	margin-top: 80px;
	padding-bottom: 40px;
	position: relative;
		z-index: 99;
	}

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


.btn_onoff > a{
	position:relative;
	display: block;
}

.btn_onoff > a img.off{
	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);
}

.btn_onoff > a:hover img.off{
	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);
}

.btn_onoff > a img.on{
	opacity:0;
	top:0;
	position:absolute;
	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);
}

.btn_onoff > a:hover img.on{
	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);
}

.content_wrap{
	padding: 0px 20px;
}



.main_img {
  position: relative;
  overflow: hidden;
}

.main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



			.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: #b76eb2;
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
		}


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

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




.cresit a{
	display: block;
	font-size:12px;
	line-height: 180%;
	color:#b76eb2;
}

.cresit a span{
	font-family: "Antro_Vectra";
	font-size:25px;
	color:#c90073;
}


.main_img02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s;
}


#top_sec01{
	margin-top:0px;
	padding-bottom: 30px;
	background-color: #d9d9d9;
}

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


#top_sec02{
	margin-top: 0px;
	position:relative;
	z-index: 9;
	overflow: hidden;
}

#top_sec02:before{
	content:"";
	position:fixed;
	z-index: -9;
	width: 33.3333%;
	height:100vh;
	top:0;
	right:0;
	background-image:url(../img/bk_img.webp);
	background-color: #d9d9d9;
	background-position: center;
    background-size: cover;
}

.top_sec02_01{
	padding:30px 20px 0;
}

.top_sec02_02{
	margin-top:80px;
}

.top_sec02_02_01{
	width: 66%;
	padding: 0 0% 0 7%;
}

.top_sec02_02_02{
    position: relative;
    width: 93%;
    padding: 0 0% 0 27%;
    margin-top: -5%;
}

.top_sec02_02_cresit{
	margin-top:20px;
	padding:0 30px;
	text-align:right;
}




.top_sec02_03{
	margin-top:100px;
}

.top_sec02_03_01{
	width:88%;
	margin:0 0 0 auto;
}

.top_sec02_03_02{
	position:relative;
	width:72%;
	margin-top: -40px;
}

.top_sec02_03_cresit{
	position:absolute;
	left: 20px;
	top: 70%;
	text-align:left;
}




.top_sec02_04{
	margin-top: -5%;
}

.top_sec02_04_01{
	padding: 0 15% 0 0;
	position:relative;
	z-index:99;
}

.top_sec02_04_02{
	position:relative;
	z-index:9;
	margin-top: -50px;
	padding: 0 8% 0 40%;
}

	.top_sec02_04_03 {
	position:relative;
	margin-top: -150px;
	width: 50%;
	padding-left: 8%;
}

.top_sec02_04_cresit{
	margin-top:20px;
	padding:0 30px;
	text-align:right;
}




.top_sec02_05{
	margin-top:100px;
}

.top_sec02_05_01{
	width:88%;
	margin:0 auto;
	position:relative;
}


.top_sec02_05_text{
	pointer-events: none;
	position:absolute;
	top:0;
	left:0;
}



.top_sec02_05_cresit{
	margin-top:20px;
	padding:0 30px;
	text-align: center;
}




.top_sec02_06{
	margin-top:100px;
}

.top_sec02_06_01{
	padding:0 20px;
}

.top_sec02_06_list{
	margin-top:100px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 0;
	grid-row-gap: 0px;
}

.top_sec02_06_movie{
	display:block;
	overflow:hidden;
	aspect-ratio: 1446 / 1807;
}

.top_sec02_06_movie video{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

.top_sec02_06_cresit{
	margin-top:20px;
	padding:0 30px;
	text-align:right;
}




.sec02_box_img .slick-slide > div{
	line-height:0;
}

.sec02_box_img .slick-list,
.sec02_box_img .slick-track{
	height:100%;
}




.top_sec02_btn{
	margin-top:50px;
}


#top_sec03{
	margin-top: 0px;
	padding-bottom: 0px;
	height: 700vh;
	position: relative;
}


.top_sec03_pin{
	position: sticky;
	top: 0;
	height: 100vh;
	overflow: hidden;
}


.top_sec03_sticky{
	position: absolute;
	inset: 0;
	transform: translate3d(100%, 0, 0);
	transition: transform .6s cubic-bezier(.65,0,.35,1);
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.top_sec03_sticky.is-shown{
	transform: translate3d(0, 0, 0);
}

.top_sec03_sticky > div:not(.top_sec03_title):not(.top_sec03_subtitle),
.top_sec03_sticky > div:not(.top_sec03_title):not(.top_sec03_subtitle) > a{
	display: block;
	width: 100%;
	height: 100%;
}

.top_sec03_sticky > div:not(.top_sec03_title):not(.top_sec03_subtitle) img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.top_sec03_title{
	pointer-events: none;
	position:absolute;
	width: 65%;
	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%);
	z-index:9999;
}


.top_sec03_subtitle{
	 pointer-events: none;
	position:absolute;
	width: 25%;
	top:30px;
	right:20px;
	z-index:9999;
}


.top_sec03_03 .top_sec03_subtitle, .top_sec03_05 .top_sec03_subtitle{
	left:20px;
	right:auto;
}


.top_sec03_dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	pointer-events: none;
}

.top_sec03_dot{
	pointer-events: auto;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255,255,255,0.5);
	border: 1px solid rgba(255,255,255,0.9);
	box-sizing: border-box;
	transition: background .3s ease, transform .3s ease;
}

.top_sec03_dot.active{
	background: #fff;
	transform: scale(1.3);
}




.container_01 {
	position:absolute;
	left:50%;
	bottom:30px;
  height: 200px;
  display: flex;
  justify-content: center;
	align-items: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.container_01 a:hover {
  opacity: 0.7;
}

.scroll-down_01 {
  position: relative;
  width: 100px;
  height: 100px;
  color: #fff;
	font-family: "Butler-Free-Rmn", serif;
  text-decoration: none;
}

.circle-text_01 {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotate 20s linear infinite;
}

.circle-text_01 span {
	font-size: 10px;
	position: absolute;
	left: 50%;
	transform-origin: 0 50px;
}

.arrow_01 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 40px;
  transform: translate(-50%, -50%);
  animation: scroll_01 3s infinite;
}

.arrow_01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: #fff;
  transform: translateX(-50%);
}
.arrow_01::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #fff;
  transform: translateX(-50%) rotate(-45deg);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes scroll_01 {
  0% {
    transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
}





.waku{
	padding: 0 20px;
}


.waku > div{
	padding:30px;
	margin:0 auto;
	background-image:url(../img/waku_center.png);
	background-size: 100%;
}

.waku:before{
	content: "";
	background-image: url(../img/waku_top.png);
	background-size: 100%;
	width: 100%;
	height: 40px;
	display: block;
}

.waku:after{
	content: "";
	background-image: url(../img/waku_bottom.png);
	background-size: 100%;
	background-position: bottom;
	width: 100%;
	height: 40px;
	display: block;
}


.btn_st {
	position:relative;
}

.btn_st span{
	position:absolute;
	width: 110px;
	top:20px;
}



#top_sec04{
	padding-top:100px;
	background:#fff3fa;
	position: relative;
	z-index: 99;
}

.top_sec04_01_title{
	margin-top: -100px;
	text-align:center;
}

.top_sec04_01_title p{
	width: 70%;
	display: inline-block;
}

.top_sec04_01_note{
	margin-top:20px;
}

.top_sec04_01_note p{
	color:#ec93e1;
	text-align:center;
	font-size: 15px;
	font-weight: bold;
}


.top_sec04_01_img{
	margin-top:30px;
	padding:0 30px;
}


.top_sec04_01_sub{
	position:relative;
	text-align:center;
	margin:40px auto 0;
	width: 200px;
	border:0.3px solid #4f4f4f;
	background:#fff;
}

.top_sec04_01_sub p{
	color:#4f4f4f;
	font-size:13px;
	font-weight:bold;
	padding: 8px;
}

.top_sec04_01_sub span{
	position: absolute;
	width: 110px;
	top:-10px;
    left: -50px;
}


.top_sec04_01_sub.sub02 span{
	position: absolute;
	left:auto;
	right: -50px;
}

.top_sec04_01_date{
	margin-top:20px;
}


.top_sec04_01_sub.sub01{
border-top-right-radius: 15px;
}

.top_sec04_01_sub.sub02{
border-top-left-radius: 15px;
}

.top_sec04_01_date p{
	font-size:13px;
	color:#c84f8d;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}

.top_sec04_01_date p span{
	font-weight:bold;
	font-size:14px;
}

.top_sec04_01_date p b{
	font-size:18px;
}



.top_sec04_01_btn.btn_st {
    width: 265px;
    margin: 50px auto 0;
}

.top_sec04_01_btn.btn_st span{
	position:absolute;
	width: 110px;
	right:-20px;
}


.warning_st{
	margin-top:40px;
}

.warning_st p{
	font-size:11px;
	color:#c84f8d;
	text-align:center;
}



.waku > div.top_sec04_02_wrap{
	padding:0 30px 30px;
}

.top_sec04_02_movie video{
	
}

.top_sec04_02_sch {
	margin-top: -28px;
	position: relative;
	z-index: 99;
}

.top_sec04_02_note{
	margin-top:30px;
}

.top_sec04_02_note p{
	font-size: 13px;
	line-height:200%;
	color: #c84f8d;
}

.top_sec04_02_btn{
	margin:40px auto 0;
    width: 190px;
}

.top_sec04_02_btn span{
	top:10px;
	right:-40px;
}





.top_sec04_03_title p{
	font-family: "Butler-Free-Rmn";
	text-align:center;
	font-size:46px;
	font-weight:500;
	line-height:100%;
	color:#4f4f4f;
}

.top_sec04_03_img{
	padding:0 40px;
	margin-top:40px;
}

.top_sec04_03_sch {
	margin-top:60px;
}

.w_title{
	text-align:center;
}

.w_title p{
	font-size:20px;
	color:#727171;
	font-weight:bold;
	display:inline-block;
	padding:10px 15px;
	min-width:130px;
	border:0.3px solid #4f4f4f;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.w_note {
	margin-top:20px;
}

.w_note p{
	font-size:13px;
	line-height:200%;
	color:#c84f8d;
}




.top_sec04_03_sch{
	padding:0 30px;
}

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

.top_sec04_03_sch .date p{
	font-family: "Butler-Free-Rmn";
	font-size:25px;
	letter-spacing: 2px;
	font-weight: bold;
	color:#c84f8d;
}

.top_sec04_03_sch .date p span{
	font-size:35px;
}



.top_sec04_03_btn{
	margin:40px auto 0;
	width:260px;
}

.top_sec04_03_btn span{
	top:10px;
	right:-40px;
}



.top_sec04_04_title{
	position:relative;
	width:280px;
	margin:0 auto;
}

	.top_sec04_04_title span{
	position:absolute;
	top: 28px;
	right: -15px;
	width:100px;
	}


.top_sec04_04_note {
	margin-top:20px;
}

.top_sec04_04_note p{
	font-size: 15px;
	font-weight: bold;
	color:#ec93e1;
	text-align:center;
}
		


.top_sec04_04_img{
	margin-top:40px;
	padding:0 30px;
}
	
	
.top_sec04_04_detail{
	padding:0 30px;
}

.top_sec04_04_detail .sub p{
	text-align: center;
	font-size: 15px;
	line-height: 150%;
	color: #c84f8d;
}






.top_sec04_04_gif_list{
	margin-top:-30px;
}


.text_circle{
	position:relative;
	width:50%;
}


.text_circle .text_circle_waku{
	top:0;
	position:absolute;
	animation: rotation 18s linear infinite;
}


@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.gif01{
	width:55%;
	margin-left:45%;
	margin-top:-80px;
	animation: fuwafuwa01 1.2s ease-in-out infinite alternate-reverse;
}

.gif02{
	width:45%;
	margin-left:0%;
	margin-top:-80px;
	animation: fuwafuwa02 1.6s ease-in-out infinite alternate-reverse;
}

.gif03{
	width:50%;
	margin-left:45%;
	animation: fuwafuwa01 1.6s ease-in-out infinite alternate-reverse;
}

.gif04{
	width:25%;
	margin-left:5%;
	margin-top:-140px;
	animation: fuwafuwa02 1.2s ease-in-out infinite alternate-reverse;
}

.gif05{
	width:65%;
	margin-left:36%;
	margin-top:-100px;
	animation: fuwafuwa02 1.6s ease-in-out infinite alternate-reverse;
}



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

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



.logo_Journee_sp{
	display:none;
}





@media screen and (max-width: 570px) {
	
		
		#pc_content{
			display:none;
		}
		
		.bg_img{
			display:none;
		}
	
	header {
		width:100%;
		display:block;
	}
	
	#menu_index {
		width:100%;
		background-image: url(../img/bg_img01_sp.webp);
		background-size: cover;
		background-position: center center;
	}
	
	#menu_index .page_top{
		left: auto;
		right:40px;
		bottom: 40px;
		width: 120px;
	}
	
		
	
	#content {
		width:100%;
	}
		
		#bgc{
			width:100%;
		}
		
	
		
		
		.page_top .cls-2 {
			stroke: #8bbad8!important;
		}
		
		.page_top .cls-1 {
			fill: #8bbad8!important;
		}
		
		
		.menu_list > a {
			color: #fff!important;
			opacity: 1;
		}
		
		.menu_list > a.active:after {
			border-bottom: 8px solid #8bbad8!important;
		}
		
	
	
	.logo_Journee_sp{
	display:block;
	}
	
	
	#top_sec02:before {
		width: 100%;
	}
	
	
		
	
	

	
	
		
	
		
		
	
	
}




