


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


@font-face {
font-family: "Analogue";
src: url("Analogue.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;
	opacity: 0;
	-webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
  transition: .4s cubic-bezier(0.78, .18, .34, .98);
}


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



header{
	display:none;
	z-index:9998;
	position:fixed;
	width: 32.2314049587vw;
	max-width:500px;
	margin: 0 auto;
	left:50%;
	padding: 10px 20px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.header_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}


#title_season{
	position:absolute;
	z-index:99;
	top:30px;
	left:50%;
	width:220px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}




.sub_grand_menu{
	width:25px;
}

.sub_grand_menu{
	position:relative;
  z-index: 9999;
	width: 25px;
  -webkit-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  transition: 1s cubic-bezier(0.78, .18, .34, .98);
}

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


.sub_grand_menu p{
  text-align:center;
  color:#fff;
}


.sub_grand_menu.sub_grand_menu_ani{
  position:fixed;
  top:0px;
  z-index: 9999;
  -webkit-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: 1s cubic-bezier(0.78, .18, .34, .98);
  transition: 1s cubic-bezier(0.78, .18, .34, .98);
}


.sub_grand_menu .button-navi-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  margin: 0px 0 0 -11px;
  background: #fff;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}


.sub_grand_menu .button-navi-icon:after, .sub_grand_menu .button-navi-icon:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}



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


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




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

.menu_index_inner{
	width: auto;
	height: 100%;
	overflow: scroll;
	margin: 0 auto;
	position: relative;
	padding: 0 55px;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

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



.menus{
	padding-top:120px;
}


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

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



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

.footer_sns_btn > a{
	width:48px;
}

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

.footer_btn a{
	width:60%;
	display:inline-block;
	overflow: hidden;
	border:1px solid #b9397d;
	border-radius: 333px;
    -webkit-border-radius: 333px;
    -moz-border-radius: 333px;
}





#pc_content{
	position:fixed;
	left: 0;
	right: 0;
	height:100%;
	}

.pc_content_wrap{
	position: relative;
	max-width: 100%;
	padding: 0 0px;
	height: 100%;
	margin:0 auto;
}

.pc_left{
	width: 33.3333333%;
    height: 100%;
    position: absolute;
    left: 0;
}

.pc_left_wrap{
	text-align:center;
	position: relative;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

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


.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{
	width: 30px;
}

.icon_insta .cls-1 {
	fill: #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);
		}
	
	
.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: 33.3333333%;
	height: 100%;
	position:absolute;
	right:0;
}

.pc_right_wrap{
	text-align:center;
	position:relative;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

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

.menu_list > a {
	font-size:28px;
	position:relative;
	display:block;
	color:#fff;
	font-weight:400;
	font-family: "CSArquis", sans-serif;
	margin-bottom: 15px;
}


.menu_list > a span{
		position:relative;
}

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

.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: 33.3333333%;
	right:0;
	bottom:40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page_top{
	margin-left:30px;
}

.page_top a{
	font-family: "CSArquis", sans-serif;
	font-size:26px;
	line-height:100%;
	border:1px solid #fff;
	padding:10px 35px 6px;
	color:#fff;
	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:hover{
	border:1px solid #b9397d;
	background:#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);
}


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











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




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

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


.top_sec02 .page_top a {
	border: 1px solid #b9397d;
	color: #b9397d;
}


.top_sec02 .page_top a:hover {
	color: #fff;
}







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

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

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

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

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








.s_title{
	margin-top:30px;
}

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


.s_note {
	margin-top:20px;
}

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





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



















#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: "CSArquis", sans-serif;
	font-size:28px;
	padding:5px 20px;
	text-align:center;
	color:#b9397d;
	background:#fff;
	border: 1px solid #b9397d;
	padding: 10px 35px 6px;
	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);
}

.banner_all a:hover{
	color:#fff;
	background:#b9397d;
	-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_detail_title{
	position:absolute;
	z-index: 99;
	width:35%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}




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

.text_scroll{
	background:#fff;
	padding:12px 0 10px;
}

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

.text_scroll p{
	font-size:22px;
	font-family: "CSArquis", sans-serif;
	color: #c84f8d;
	width: max-content;
	animation: infinity-scroll 10s 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: #b9397d;
	 transition: 0.5s;
}

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



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





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


.look_more a{
	font-family: "CSArquis", sans-serif;
    font-size: 28px;
    text-align: center;
	color: #b9397d;
	position:relative;
	padding: 0 20px;
	-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_more_bk{
	position:absolute;
	width: 100%;
	top: -15px;
	left: 50%;
	z-index: -99;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.look_more_bk .cls-1 {
	fill: #fff;
	-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_more a:hover{
	color: #fff;
	-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_more a:hover .look_more_bk .cls-1 {
	fill: #c84f8d;
	-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);
}


	

.sec_main_title{
	position:relative;
}

.sec_main_title p{
	text-align:center;
	font-family: "CSArquis", sans-serif;
	font-size: 46px;
	color:#c84f8d;
}

.sec_main_title p span{
	font-family: "Noto Serif Display", serif;
	font-weight:300;
}



.sec_sub_title{
	position:relative;
	z-index: 99;
}


.sec_sub_title p{
	font-family: "CSArquis", sans-serif;
	font-size: 46px;
	line-height: 90%;
	color:#fff;
}









#top_sec02{
	
}


.ribon01_01{
	position:absolute;
	top:0;
	left:0;
	width:120px;
	transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
}

.ribon01_02{
	position:absolute;
	z-index: -9;
	top:-20px;
	right:-20px;
	width:100px;
	transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
}



.ribon01_03{
	position:absolute;
	z-index: -9;
	top:-20px;
	left:20px;
	width:100px;
	transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
}




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



#top_sec02_01{
	position:relative;
	margin-top:40px;
}

#top_sec02_01 .sec_sub_title{
	position:absolute;
	left:10%;
}


	.top_sec02_01_01{
	padding-left:15%;
	padding-top:40px;
	}
	

.top_sec02_01_02{
	margin-top:-100px;
    width: 50%;
    position: relative;
    z-index: 99;
}

.top_sec02_01_03{
	margin-top:-80px;
	padding:0 30px 0 42%;
}

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




#top_sec02_02{
	margin-top:100px;
}

#top_sec02_02 .sec_sub_title{
	text-align:center;
}


.top_sec02_02_01{
	margin-top:40px;
}

.top_sec02_02_img{
	padding:0 20px;
}

.top_sec02_02_img > div > div{
	width:57%;
}

.top_sec02_02_01{
	animation: floating01 1.8s ease-in-out infinite alternate-reverse;
}

.top_sec02_02_01 > div{
	margin-left:-40px;
}


.top_sec02_02_02{
	margin-top:-100px;
	display:flex;
	justify-content: flex-end;
	animation: floating02 1.8s ease-in-out infinite alternate-reverse;
}

.top_sec02_02_02 > div{
	margin-right:-40px;
}


.top_sec02_02_03{
	margin-top:-40px;
	animation: floating01 1.8s ease-in-out infinite alternate-reverse;
}


.top_sec02_02_04{
	margin-top: -66px;
	display:flex;
	justify-content: flex-end;
	animation: floating02 1.8s ease-in-out infinite alternate-reverse;
}

.top_sec02_02_04 > div{
	margin-right:-40px;
}

.top_sec02_02_05{
	margin-top:-110px;
	animation: floating01 1.8s ease-in-out infinite alternate-reverse;
}

.top_sec02_02_05 > div{
	margin-left:-30px;
}






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



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



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







#top_sec02_03{
	margin-top:100px;
}


#top_sec02_03 .sec_sub_title{
		text-align:center;
}



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


.top_sec02_03_01{
	padding-right:20%;
}


.top_sec02_03_02{
	margin-top:-40px;
	padding-left:40%;
}

.top_sec02_03_cresit{
	text-align:right;
	margin-top:20px;
}



.top_sec02_03_bottom{
	margin-top:80px;
}

.top_sec02_03_bottom .sec_sub_title p {
    text-align: left;
    padding-left: 10%;
}

.ribon01_04{
	position: absolute;
    z-index: -9;
    top: 0px;
    right: 40px;
    width: 80px;
    transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
}


.top_sec02_03_03{
	padding:0 20%;
	margin-top: -20px;
}




.top_sec02_03_cresit{
	text-align:right;
	margin-top:20px;
}



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

.logo_petitrose{
	position:absolute;
	z-index: 99;
	width:140px;
	top:40px;
	right:30px;
}




.top_sec02_03_04{
	width:75%;
}

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



.top_sec02_03_05{
	margin-top:-100px;
	display:flex;
	justify-content: flex-end;
}




.top_sec02_03_05 > div{
	width:40%;
}


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




#top_sec03{
	
}

.ribon02_01{
	position:absolute;
	top:0;
	left:0;
	width:120px;
	transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
}

.ribon03_01{
	position:absolute;
	z-index:-99;
	top:-10px;
	right: 20%;
	width:90px;
	transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
}

.ribon04_01{
	position:absolute;
	z-index:-99;
	top:-15px;
	right:5%;
	width:90px;
	transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
}

	
.top_sec03_wrap{
	margin: 0px 30px;
	padding: 80px 0px 100px;
	background:#f5e3e8;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}


.top_sec03_list{
	margin-top:40px;
}

.top_sec03_list .caption{
	margin-top:20px;
	text-align:right;
}

.top_sec03_box{
	position:relative;
	padding:0 30px;
	margin-bottom:60px;
}

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

.top_sec03_box_img .cap{
	position:absolute;
	width:100%;
	right:15px;
	bottom:15px;
}

.top_sec03_box_img p{
	color:#727171;
	font-size:9px;
	line-height: 150%;
	text-align:right;
}



#top_sec03_other{
	position:relative;
}


.ribon03_other {
    position: absolute;
    z-index: -9;
    top: auto;
    top: -28px;
    right: 11%;
    width: 82px;
    transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    -moz-transform: rotate(16deg);
    -webkit-transform: rotate(16deg);
}



.ribon04_other{
	position:absolute;
	z-index: -9;
	top:-20px;
	right:0;
	width: 120px;
	transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
}







#top_sec03_other .sec_sub_title {
	position:relative;
	top: 70px;
	padding-right: 80px;
	z-index: 9991;
}


#top_sec03_other .sec_sub_title p {
	text-align: right;
}



.top_sec03_other01{
	width:80%;
	margin-left:-20px;
	position: relative;
	z-index:999;
}

.top_sec03_other02{
	width:100%;
	padding-left:45%;
	margin-right:-20px;
	margin-top:-50px;
	position: relative;
	z-index: 99;
}


#top_sec03_other .look_more {
	margin-top: 50px;
	z-index: 9;
}




.top_sec03_box_title{
	position:relative;
	z-index:99;
	text-align:center;
}

.top_sec03_box_title p{
display:inline-block;
}


.top_sec03_box_title.type01 p{
	width:70%;
}

.top_sec03_box_title.type02 p{
	width:70%;
}

.top_sec03_box_title.type03 p{
	width:60%;
}



.top_sec03_box_img{
	margin-top:-10px;
}



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

.top_sec03_04_other_like p{
	width: 65%;
	display: inline-block;
}




#top_sec03_04{
	margin-top:100px;
}


#top_sec03_04 .sec_main_title p{
	color:#fff;
}


.top_sec03_04_img{
	position:relative;
	margin-top:30px;
	filter: blur(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);
}


.top_sec03_04_img.active{
	filter: blur(0px);
	-webkit-transition: .6s cubic-bezier(0.78, .18, .34, .98) .4s;
	-moz-transition: .6s cubic-bezier(0.78, .18, .34, .98) .4s;
	-ms-transition: .6s cubic-bezier(0.78, .18, .34, .98) .4s;
	-o-transition: .6s cubic-bezier(0.78, .18, .34, .98) .4s;
	transition: .6s cubic-bezier(0.78, .18, .34, .98) .4s;
}






.top_sec03_04_text{
	position:absolute;
	text-align:center;
	margin-top:40px;
	width: 100%;
}

.top_sec03_04_text p{
	font-size:14px;
	color:#c84f8d;
	font-family: "Zen Kaku Gothic New", serif;
}

.top_sec03_04_text p span{
	font-size:20px;
	font-weight:bold;
}

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

.top_sec03_04_warning p{
	font-size:12px;
	color:#fff;
	font-family: "Zen Kaku Gothic New", serif;
}



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


.top_sec03_04_note p{
	color:#c84f8d;
	font-size:13px;
}




#top_sec03_04_other{
	margin-top:100px;
}



.top_sec03_04_other_img{
	position:relative;
	margin: 40px 60px 40px;
	border-radius: 33px;
    -webkit-border-radius: 33px;
	-moz-border-radius: 33px;
}



.top_sec03_04_other_img div .cap{
	position:absolute;
	z-index:99;
	right:20px;
	bottom:20px;
}



.top_sec03_04_other_img div .cap p{
	font-family:"Zen Kaku Gothic New", serif;
	font-size:13px;
	color:#fff;
	line-height:150%;
	text-align:right;
}






.ribon04_other {
	position: absolute;
	z-index: -9;
	top: auto;
	bottom: -18px;
	right: 41%;
	width: 78px;
	transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
}



.top_sec03_04_other_flow{
	margin-top:30px;
}

.flow_box{
	margin-bottom:60px;
}

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

.flow_title{
	text-align:center;
}

.flow_title p{
	width:140px;
	padding:8px 0px;
	font-size:18px;
	display:inline-block;
	color:#3e3a39;
	background:#fff;
	border:1px solid #989898;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

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


.flow_date p{
	font-family: mr-eaves-modern, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:28px;
	letter-spacing: 1px;
	color:#c84f8d;
}

.flow_date p span{
	font-size:40px;
}

.flow_date .line{
	width: 2px;
	height: 25px;
	background: #c84f8d;
	display: block;
	margin: 3px auto;
}

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

.flow_note > div{
	text-align:center;
	display:inline-block;
}

.flow_note p{
	font-family: "Zen Kaku Gothic New", serif;
	text-align:left;
	font-size:13px;
	line-height:160%;
}



.top_sec03_04_insta{
	margin-top:40px;
}

.top_sec03_04_insta a{
	position:relative;
	display:block;
	text-align: center;
	width: 120px;
	height: 120px;
	margin: 20px auto 0;
	background: #c84f8d;
	border-radius: 33px;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	 box-shadow: 2px 2px 4px gray;
}

.top_sec03_04_insta a > div{
	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%);
}


.top_sec03_04_insta a p{
	font-family: "CSArquis", sans-serif;
	color:#fff;
	text-align:center;
}

.top_sec03_04_insta .icon_insta{
	margin:10px 0;
		display:inline-block;
}




.top_sec03_04_other_sp{
	margin-top:100px;
	padding:0 60px;
}




#top_sec03_05{
	margin-top:100px;
}

#top_sec03_05 .sec_main_title{
	text-align: center;
}

#top_sec03_05 .sec_main_title p{
	color:#fff;
}

#top_sec03_05 .sec_main_title p.date{
	width:30%;
	display: inline-block;
}

.top_sec03_05_img{
	margin:30px 60px 0;
}

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


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


.top_sec03_06_img{
	margin:30px 60px 0;
	position:relative;
	z-index: 99;
}

.carb_text{
	position:absolute;
	z-index:99;
	top: 15px;
	right: 15px;
	width: 58%;
}

.carb_text .cls-1 {
	fill: #fff;
}


  .carb_text svg { width:min(100%, 720px); height:auto; }
  .carb_text .cls-1 { 
    fill: #fff; 
    opacity: 0;/* 最初は非表示 */
    transition: opacity .2s ease; 
  }
  .carb_text .cls-1.show { opacity: 1; }

  @media (prefers-reduced-motion: reduce){
    .carb_text .cls-1 { transition: none; }
  }







.top_sec03_06_cresit{
	position:relative;
	text-align:right;
	margin-top: 20px;
	padding: 0 65px;
}

.top_sec03_06_cresit a{
	color:#b9397d;
}

.top_sec03_06_img .price p span{
	font-family: "kozuka-gothic-pr6n", sans-serif;
	font-size:16px;
}



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


.top_sec03_06_note p{
	color:#c84f8d;
	font-size:13px;
}


#top_sec03_06{
	margin-top:60px;
	position: relative;
	z-index: 9;
}

.blog_btn{
	position: absolute;
	top: -40px;
	left: 5px;
	}

.blog_btn a{
	color: #b9397d;
	position: relative;
	width:140px;
	height:140px;
	display: block;
		background:#e0a4c5;
	border-radius: 333px;
	-webkit-border-radius: 333px;
	-moz-border-radius: 333px;
}

.blog_btn a span{
	font-family: "CSArquis", sans-serif;
	font-size:24px;
    content: "";
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    text-align: 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%);
}




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


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

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












footer{
	margin: 140px 0 80px;
}



.first_blank{
	height:150vh;
}

#top_movie{
	z-index: 99;
	min-width:300px;
	max-width:500px;
	width: 33.33333333333%;
	height: 100%;
	position:fixed;
	background: #efd1d9;
	top:0;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-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{
	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:#efd1d9;
}



#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;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

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


	.st_sec{
		margin-top: 80px;
		margin-bottom: 40px;
		position: relative;
	}

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







.content_wrap{
	padding: 0px 20px;
}









.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 {
		width:100%;
	}
	
	#content {
		width:100%;
	}
	
	#bgc{
		width:100%;
	}
	
	
	
	#top_movie{
		width:100%;
		position: absolute;
	}
	
	
	
	body.active #top_movie {
		opacity:1;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform:translateX(-50%);
		-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);
	}
	
	.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;
	}
	
	
	
	#ancher00{
		margin-top:30px;
	}
	
	.top_sec03_box_img .cap {
		right: 8px;
		bottom: 8px;
	}
	
	.top_sec03_box_img p {
		font-size: 8px;
	}
	
	
	.top_sec03_04_other_img div .cap {
		right: 10px;
		bottom: 10px;
	}
	
	
	
	.top_sec03_04_other_img div .cap p {
		font-size: 11px;
	}
	
	
	.top_sec03_05_note p {
		font-size: 12px;
	}
	
	
	.logo_petitrose {
		opacity:1!important;
	}
	
		
	
	
}











@media screen and (max-width:400px) {
	
	
	.s_title p {
    font-size: 15px;
	}
	
	.s_note p {
		font-size: 12px;
	}
	
	
	
	
	.top_sec02_02_05 {
		margin-top: -80px;
	}
	
	.blog_btn{
	top: -40px;
	left: 5px;
	}

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


}








































