
body{
	color:#4c4948;
}

#main_content{
	margin-top:130px;
}


.top_sec{
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
	margin:0 auto;
	padding: 0 120px;
	position:relative;
		z-index:99;
	}


.top_detail{
	width:53%;
}

.main_sub{
	padding: 0 60px;
		opacity:0;
}


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


.main_logo{
	margin-top:40px;
}

.main_copy {
	margin-top:50px;
		opacity:0;
}

.open .main_copy{
	opacity:1;
	-webkit-transition: .8s cubic-bezier(0.78, .18, .34, .98) 2.4s;
	-moz-transition: .8s cubic-bezier(0.78, .18, .34, .98) 2.4s;
	-ms-transition: .8s cubic-bezier(0.78, .18, .34, .98) 2.4s;
	-o-transition: .8s cubic-bezier(0.78, .18, .34, .98) 2.4s;
	transition: .8s cubic-bezier(0.78, .18, .34, .98) 2.4s;
}


.main_copy p{
	font-size:13pt;
	line-height:200%;
}








        .cls-1 {
          fill: #bd9e56;
          opacity: 0; /* 最初は透明にする */
          animation: fadeIn 2s forwards; /* アニメーションを適用 */
        }

        /* 各パスに異なる遅延を設定 */
        .cls-1:nth-child(1) {
          animation-delay: 0s;
        }

        .cls-1:nth-child(2) {
          animation-delay: 0.6s;
        }

        .cls-1:nth-child(3) {
          animation-delay: 0.8s;
        }

        .cls-1:nth-child(4) {
          animation-delay: 1s;
        }

        .cls-1:nth-child(5) {
          animation-delay: 1.2s;
        }
							
		.cls-1:nth-child(6) {
          animation-delay: 1.4s;
        }

		.cls-1:nth-child(7) {
          animation-delay: 1.6s;
        }
							
		.cls-1:nth-child(8) {
          animation-delay: 1.8s;
        }
						
						.cls-1:nth-child(9) {
								animation-delay: 2s;
						}
						
						.cls-1:nth-child(10) {
							animation-delay: 2.2s;
						}
						
						.cls-1:nth-child(11) {
							animation-delay: 2.4s;
						}
						
        /* フェードインアニメーション */
        @keyframes fadeIn {
          to {
            opacity: 1;
          }
        }










.top_img{
	position:relative;
	width:40%;
}

.top_img01{
	padding-left:20%;
		opacity:0;
}

.open .top_img01{
	opacity:1;
	-webkit-transition: .8s cubic-bezier(0.78, .18, .34, .98) 2.6s;
	-moz-transition: .8s cubic-bezier(0.78, .18, .34, .98) 2.6s;
	-ms-transition: .8s cubic-bezier(0.78, .18, .34, .98) 2.6s;
	-o-transition: .8s cubic-bezier(0.78, .18, .34, .98) 2.6s;
	transition: .8s cubic-bezier(0.78, .18, .34, .98) 2.6s;
}


.top_img02{
	position:absolute;
	top:170px;
	right: -60px;
    width: 100%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	opacity:0;
}

.open .top_img02{
	opacity:1;
	transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-webkit-transition: .8s cubic-bezier(0.78, .18, .34, .98) 2.8s;
	-moz-transition: .8s cubic-bezier(0.78, .18, .34, .98) 2.8s;
	-ms-transition: .8s cubic-bezier(0.78, .18, .34, .98) 2.8s;
	-o-transition: .8s cubic-bezier(0.78, .18, .34, .98) 2.8s;
	transition: .8s cubic-bezier(0.78, .18, .34, .98) 2.8s;
}


.btn_list{
	position:relative;
	padding-top:150px;
	padding-bottom: 150px;
	margin-top:50px;
	background:#d4bd89;
}

.btn_list_wrap{
	position: relative;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1080px;
	margin:0 auto;
	padding: 0 120px 0px;
}

.btn_list_wrap > div{
	width: 12.5%;
	position:relative;
	cursor: pointer;
		-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_list_wrap > div:hover{
	z-index:99;
	opacity:0.6;
		-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_list_wrap > div.lineup{
	position:absolute;
	margin-top: -30px;
	width: 100%;
}

.btn_list_wrap > div.lineup p{
	font-size:14pt;
	font-family: "futura-pt", sans-serif;
	font-weight:300;
}

	
.content_index{
    margin-top: 100px;
}


.content_index_inner {
}


.content_box{
	position:relative;
	margin-bottom:100px;
	padding-top: 100px;
	padding-bottom: 100px;
	  -ms-filter: blur(6px);
	filter: blur(6px);
	opacity:0;
}


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


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



.content_box:after{
	content:"";
	position:absolute;
	z-index:-99;
	left:0;
	bottom:0;
	width:100%;
	height:350px;
	background:#d4bd89;
}

.content_wrap{
	width: 1080px;
	padding: 0 120px;
	margin: 0 auto;
	position: relative;
}

.content_detail{
	position:absolute;
	top: 60px;
	z-index: 99;
}

.shop_info .new{
	margin-bottom:10px;
}

.shop_info .new p{
	font-size:12pt;
}


.shop_info .place p{
	font-size:12pt;
}



.shop_info .nm{
	margin-top:10px;
}

.shop_info .nm p{
	font-size:25pt;
	position:relative;
}


.shop_info .nm p:after {
	content:"";
	position:absolute;
	background:#d4bd89;
	width:130%;
	height:30px;
	top:0;
	left: -15%;
	z-index:-9;
}

.shop_info .insta{
	margin-top:15px;
}

.shop_info .insta p{
	font-size:12pt;
}

.shop_place{
	text-align:right;
	margin-top: 40px;
	color: #4c4948;
}

.shop_place span{
	display:inline;
	font-size: 13pt;
	margin-right: 6px;
}

.shop_place p{
	display:inline;
	font-size:28pt;
	font-weight:bold;
}


.shop_warning{
	margin-top:5px;
	margin-left:65px;
}


#content04 .shop_warning {
	margin-left: 134px;
}

.shop_warning p{
	display:inline-block;
	font-size: 11pt;
}







.content_img{
	padding-left:35%;
	position:relative;
}

.content_img:after{
	content:"";
	position:absolute;
	z-index: -9;
	top:15px;
	right:15px;
	width:550px;
	height:550px;
	border:3px solid #c2a156;
}

.content_img .voice{
	position:absolute;
	width:130px;
	right:-40px;
	top:-50px;
	opacity:0;
}

.content_box.active .content_img .voice{
	opacity:1;
	right:-40px;
	top:-80px;
	-webkit-transition: .6s cubic-bezier(0.78, .18, .34, .98) 1.2s;
	-moz-transition: .6s cubic-bezier(0.78, .18, .34, .98) 1.2s;
	-ms-transition: .6s cubic-bezier(0.78, .18, .34, .98) 1.2s;
	-o-transition: .6s cubic-bezier(0.78, .18, .34, .98) 1.2s;
	transition: .6s cubic-bezier(0.78, .18, .34, .98) 1.2s;
}



.illust01{
	position:absolute;
	width:120px;
	bottom:30px;
	left:200px;
}

.illust02{
	position:absolute;
	width:80px;
	top:30%;
	left:320px;
}




@media screen and (max-width: 640px){
	
	
	#main_content {
		margin-top: 80px;
	}
	
	.main_sub {
		padding: 0 30px;
	}
	
	
	.top_sec {
		padding: 0 20px;
	}
	
	.top_detail {
		width: 60%;
	}
	
	
	.top_img02 {
		top: 110px;
		right: -20px;
		width: 115%;
	}
	
	
	
	
	
	.main_copy {
		margin-top: 25px;
		padding: 0 20px;
	}
	
	.main_copy p {
		font-size: 11pt;
		line-height: 165%;
	}
	
	
	.btn_list {
		padding-top: 70px;
		padding-bottom: 30px;
		margin-top: -30px;
	}
	
	
	.btn_list_wrap {
		padding: 0 0px;
	}
	
	
	.btn_list_wrap > div.lineup{
		padding-left:15px;
	}

	
	
	.btn_list_wrap > div {
		width: 12.222%;
	}
	
	
	.content_index {
		margin-top: 120px;
	}
	
	
	.content_index_inner {
		padding: 0 0px;
	}
	
	.content_box {
		display: block;
		padding-bottom: 30px;
		padding-top: 130px;
	}
	
	.content_wrap {
		width: 100%;
		padding: 0 30px;
	}
	
	
	.content_img {
    padding-left: 25%;
}
	
	.content_img:after {
		top: 40px;
		right: 40px;
		width: 240px;
		height: 240px;	
	}
	
	.content_box:after {
		height: 200px;
	}
	
	
	.illust01 {
		width: 80px;
		bottom: 50px;
		left: 50px;
	}
	
	.illust02 {
		width: 55px;
		top: 30%;
		left: 60px;
	}
	
	.content_detail {
		top: -70px;
		left: 0;
	}
	
	
	.content_img .voice {
		width: 80px;
		right: -18px;
		top: -20px;
	}
	
	
	.content_box .content_img .voice {
		top: -90px;
}
	
	.content_box.active .content_img .voice {
		right: -25px;
		top: -110px;
	}
	
	
	#content01.content_box .content_img .voice, #content04.content_box .content_img .voice {
		top: -70px;
	}
	
	#content01.content_box.active .content_img .voice, #content04.content_box.active .content_img .voice {
		right: -20px;
		top: -80px;
	}
	
	
	
	
	.shop_info .nm p {
		font-size: 18pt;
		display:inline-block;
		padding-left: 30px;
		padding-right: 10px;
	}
	
	.shop_info .nm p:after {
    background: #d4bd89;
    width: 100%;
    height: 30px;
    top: 0;
    left: 0%;
	}
	
	.shop_info .new {
		padding-left: 30px;
	}
	
	.shop_info .place {
		padding-left: 30px;
	}
	
	.shop_info .insta {
		padding-left: 30px;
	}
	
	
	.shop_place span {
		font-size: 9pt;
		display: block;
		margin-right: 0;
	}
	
	.shop_place small {
		font-size: 8pt;
	}
	
	
	.shop_place {
		margin-top: 25px;
	}
		
	.shop_place p {
		margin-top: 10px;
		font-size:22pt;
		display: block;
	}
	
	
}






@media screen and (max-width: 390px){
	
	
		.content_img:after {
		top: 40px;
		right: 40px;
		width: 210px;
		height: 210px;
		}
	
	
}