
@font-face {
font-family: "FashionMode";
src: url("FashionMode.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:#7f4f21;
	background:#fffef7;
	font-family: "a-otf-ryumin-pr6n", serif;
	}


ul, li{
	list-style:none;
}


img{
	width:100%;
	height:auto;
	display:block;
}


a{
	color:#000000;
	text-decoration:none;
}


.text_right{
	text-align:right;
}



	.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 999999;
	opacity: 1;
	background: #7f4f21;
}


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




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


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




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

.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:10px;
	margin-top: 60px;
}

.footer_sns_btn > a{
	width:48px;
}

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

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





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

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

.pc_left{
	width: 66.66666666%;
	height: 100%;
	position: absolute;
	left: 0;
	background-image: url(../img/bg_img01.webp);
	background-size: cover;
	background-position: center bottom;
}

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



.pc_left_view p, .pc_left_view a{
	color:#dda0c6;
}


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

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

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

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


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

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


.logo_maison{
	position:absolute;
	width: 45%;
	max-width:230px;
	top:40px;
	left:40px;
	
}

.logo_maison p{
	display:block;
}

.logo_fluffy{
	opacity:0;
	position:absolute;
	width: 100%;
	top:85px;
	left:40px;
	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);
}

body.active .logo_fluffy{
	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_fluffy p{
	display:block;
}

.icon_insta{
	width: 45px;
	position:absolute;
	right: 10%;
	bottom:40px;
}



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





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

.menu_list > a {
	opacity:.6;
	font-size:24px;
	font-family: "futura-pt", sans-serif;
	position:relative;
	display:block;
	color:#fff;
	font-weight:500;
	margin-bottom:8px;
}


.menu_list > a.active{
	opacity:1;
}



.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_title{
	margin-top:30px;
}

.s_title p{
	font-size:18px;
	font-weight: bold;
	text-align:center;
	font-family: "a-otf-ryumin-pr6n", serif;
}


.s_note {
	margin-top:20px;
}

.s_note p{
	font-family: "a-otf-ryumin-pr6n", serif;
	font-size:13px;
	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: 40%;
	margin: 0 auto;
}



.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{
	margin: 150px 0 80px;
	}





#bgc{
	content:"";
	position:fixed;
	top:0;
	right:0;
	width: 33.33333333333%;
	margin: 0 auto;
	height:100%;
	background-image:url(../img/bk_img.webp);
	background-color:#fffef7;
	background-size: cover;
}


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


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

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


.st_sec{
	margin-top: 120px;
	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;
}


.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_img02 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s;
}


#top_sec01{
	margin-top:0px;
}

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




.sec02_list{
	margin-top:50px;
	border-top:1.5px solid #7f4f21;
	border-bottom:1.5px solid #7f4f21;
}




.sec02_box {
	border-bottom:1.5px solid #7f4f21;
}

.sec02_box:last-child {
	border-bottom:none;
}




.sec02_box > a{
	display:flex;
}

.sec02_box:last-child a{
	flex-direction: row-reverse;
}

.sec02_box_img{
	width:70%;
	border-right:1.5px solid #7f4f21;
}

.sec02_box:last-child .sec02_box_img{
border-right:none;
border-left:1.5px solid #7f4f21;
}

.sec02_box_detail{
	position: relative;
	width:30%;
	padding:10px;

}



.sec02_box_detail_wrap{
	position: absolute;
	bottom: 10px;
	writing-mode: vertical-lr;
	text-orientation: mixed;
}

.sec02_box:last-child .sec02_box_detail_wrap {
    right: 10px;
}

.p_name p{
	font-size:20px;
	color:#7f4f21;
	font-family: "futura-pt", sans-serif;
	display: block;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);

}


.p_price p{
	font-family: "yu-gothic-pr6n", sans-serif;
	color:#727171;
	font-size:11px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.p_price .yen {
	font-family: "yu-gothic-pr6n", sans-serif;
	color:#727171;
	display: inline-block;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform: rotate(90deg);
	}


.p_price p span{
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	position: relative;
	display: inline-block;
	color: #fff;
}




.sec02_list.type02 {
    margin-top: 20px;
    border-top: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
}



.sec02_list.type02 .p_name p {
    color: #fff;
}

.sec02_list.type02 .p_price p span {
    color: #7f4f21;
}

.sec02_list.type02 .p_price .yen {
    color: #727171;
}

.sec02_list.type02 .sec02_box_img {
	border-right: 1.5px solid #fff;
	}

.sec02_list.type02 .sec02_box {
    border-bottom: 1.5px solid #fff;
}

.sec02_list.type02 .sec02_box:last-child {
    border-bottom:none;
}

.sec02_list.type02 .sec02_box:last-child .sec02_box_img {
	border-left: 1.5px solid #fff;
	border-right: none;
}



.sec03_list{
	padding-top: 50px;
	overflow: hidden;
}


.sec03_box{
	padding: 0 30px;
	margin-bottom:60px;
}

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

.sec03_box_img{
	padding: 0 30px;
}

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

.sec03_box_img a > div{
	opacity:0;
}

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

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

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

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

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


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

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


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

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

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

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

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

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

		@keyframes image2 {
			0% {
				opacity: 1;
				rotate: 0deg;
				translate: 0 0;
			}
			
			60% {
				opacity: 1;
				rotate: 0deg;
				translate: 0 0;
			}
			
			75% {
				opacity: 1;
				rotate: -3deg;
				translate: -55% 0;
			}
			
			to {
				opacity: 1;
				rotate: 0deg;
				translate: 0 0;
			}
		}
		
		.sec03_box .caption{
			margin-top:20px;
			text-align: center;
		}
		
		.sec03_04 {
			text-align:center;
			margin-top:40px;
		}
		
		.sec03_04 > a{
			width:60%;
			display:inline-block;
		}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		.sec04_list{
		margin-top:50px;
		overflow: hidden;
		position: relative;
		z-index: 9;
		}
		
		

		
		
	.sec04_box {
		margin-bottom:80px;
		position:relative;
		z-index: 99;
	}
	
	.sec04_02{
		z-index: -9;
	}
	
	
	
	
	.sec04_box .caption{
		margin-top:20px;
	}
		
		
		.sec04_01 > .thum{
		padding:0 100px 0 40px;
	}
	
	.sec04_01 .caption{
			padding:0 20px 0 40px;
		}
		
		.sec04_02 > .thum{
			padding:0 40px 0 100px;
	}
	
	.sec04_02 .caption{
		text-align:right;
			padding:0 40px 0 20px;
		}
		
		.sec04_03 > .thum{
			padding:0 140px 0 0px;
		}
		
		.sec04_03 .caption{
			padding:0 0px 0 20px;
		}
		
		.sec04_03 > .thum_other{
			position:absolute;
			width: 40%;
			top: -52px;
		right: 12%;
		animation:8s linear infinite rotation;
		}
	
	
	@keyframes rotation{
		0%{ transform:rotate(0);}
		100%{ transform:rotate(360deg); }
	}
		
		
		.sec04_04 > .thum{
			padding:0 0px 0 140px;
		}
		
		.sec04_04 .caption{
			text-align:right;
			padding:0 20px 0 0;
	}
	
	
	
	.line01{
		position: absolute;
		z-index: -9;
		left: -17%;
		bottom: -130px;
		width: 120%;
		pointer-events: none;
	}
	
	.line02{
		position: absolute;
		z-index: -9;
		left: -17%;
		top: 75px;
		width: 140%;
		    pointer-events: none;
	}
	
	.line03{
		position: absolute;
		z-index: -9;
		left: -20%;
		bottom: -40px;
		width: 140%;
		    pointer-events: none;
	}
	
	
	
	
	.sec04_box #mask path {
		fill: none;
		stroke: #ffffff;
		stroke-width: 12px;
		stroke-linecap: round;
		stroke-linejoin: round;
	}
	
	.sec04_box .cls-1 {
		fill: #bcad8a;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	.sec05_list{
			margin-top:60px;
		}
		
		.sec05_01 {
			padding:0 10px;
			text-align:right;
		}
		
		.sec05_01 > a{
			width:60%;
			display:inline-block;
		}
		
		
		
		.sec05_03{
			margin-top:20px;
			padding:0 20px;
			text-align:right;
	}
	
	#top_sec05 .look_more a{
		display:inline-block;
	}
		
		
		
		
	.sec06_list{
		position: relative;
		z-index:99;
		padding:0 40px;
		overflow:hidden;
		}
		
		
		.sec06_title{
			width:72%;
			margin-left:-50px;
		}
		
		
		.sec06_box{
			width:55%;
		}
		
		
		.sec06_01{
			float:right;
		margin-top:-150px;
		animation: yurayura 1.8s linear infinite;
		-webkit-animation: yurayura 1.8s linear infinite;
		}
		
		.sec06_02{
			float: left;
		margin-top:-100px;
		animation: yurayura 1.8s linear infinite .4s;
		-webkit-animation: yurayura 1.8s linear infinite .4s;
		}
		
		.sec06_03{
		float:right;
		margin-top:-100px;
		animation: yurayura02 1.8s linear infinite;
		-webkit-animation: yurayura02 1.8s linear infinite;
	}
	
	
	.ashiato{
		position:absolute;
		z-index:-99;
		width:100%;
		left: 0;
		bottom:15%;
		opacity:0.2;
	}
	
	
	

	
	
	
		
		
		.sec06_list .look_more{
			text-align:left;
			float: left;
			margin-top:40px;
		}
		
		.sec06_list  .look_more a {
		width: 120px;
	}
	
	
	
	@keyframes yurayura {
		0% , 100%{
			transform: rotate(6deg);
		}
		50%{
			transform: rotate(-6deg);
		}
	}
	
	
	@keyframes yurayura02 {
		0% , 100%{
			transform: rotate(-6deg);
		}
		50%{
			transform: rotate(6deg);
		}
	}
	
	
	
	
	
	
	
	
	
	
		
		
		#top_sec07 .main_title{
			padding:0 30px;
		}
		
		#top_sec07 .main_title p {
			text-align: left;
		}
		
		
	.sec07_01{
		padding:0 30px;
		margin-top:40px;
	}
	
	
	.sec07_01 img{
		clip-path: circle(0% at 50% 50%);
	}
	
	.sec07_01.active img{
		animation: revealCircle 2s ease-out forwards .5s;
	}
	
	
	@keyframes revealCircle {
		from {
			clip-path: circle(0% at 50% 50%);
		}
		to {
			clip-path: circle(150% at 50% 50%); /* 全体を覆う大きさまで広げる */
		}
	}
	
	
	
	
	#top_sec07 .banner_all {
		position: absolute;
		width: 120px;
		bottom: -78px;
		right: 30px;
		margin: 0 auto;
	}
	
	
	
	
	






@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;
	}
	
		
		.logo_maison {
			top: 18px;
			left: 20px;
		}
		
		
	
	#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;
		}
		
		
		
	
		
		
	
	
}




