
#main_content {
	margin-top: 130px;
}


.top_sec{
	background:#ffe7eb;
}


.top_sec_wrap{
	max-width:980px;
	margin:0 auto;
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
}

.open .top_sec_wrap{
	animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) .4s forwards;
	-webkit-animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) .4s forwards;
}



@keyframes img-wrap {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }

  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}


	

.top_sec_text01{
	width:35%;
}

.top_sec_text02{
	width:20%;
	padding:25px 0;
}


.top_sec_text03{
	width:30%;
}







.main_none{
	max-width:980px;
	margin:40px auto 0;
	position: relative;
}


.main_none p{
	text-align: center;
	font-size:26px;
	letter-spacing:4px;
	line-height:160%;
	font-weight:bold;
	color:#ee6779;
}


	.content_index{
	margin-top: 100px;
	}
	
	
	.content_index_inner {
	
}

.content_recommend{
	width: 580px;
	position:absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
	
	.content_box{
	position:relative;
	margin-bottom: 200px;
}

	.content_box:last-child{
	margin-bottom: 0px;
	}
	
	.content_box:after{
	content: "";
	position: absolute;
	z-index: -99;
	bottom: -50px;
	background: #999;
	width: 100%;
	height: 300px;
	background:#ffe7eb;
	}

.content_top{
	width: 1120px;
	padding: 0 120px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}



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

.content_top .new p{
    font-size: 11pt;
    font-weight: bold;
    color: #e60012;
}

.content_top .floor p{
	font-size:20px;
}

.content_top .shop{
	margin-top:10px;
}

.content_top .shop p{
	font-size:26px;
	line-height: 125%;
	font-weight:bold;
}

.content_top .shop p span{
	font-size:18px;
}

.content_top .insta {
	margin-top:10px;
}

.content_top .insta a{
	font-size:16px;
}

	
	.content_box_wrap{
	display:flex;
	justify-content: space-between;
	align-items: center;
	width: 1120px;
	padding: 0 120px;
	margin: 50px auto 0;
}

.content_img{
	width:60%;
	position:relative;
	clip-path: circle(0 at 50% 50%);
	-webkit-clip-path: circle(0 at 50% 50%);
}

.active.content_img{
	animation: img-wrap 1.5s cubic-bezier(0.4, 0, 0.2, 1) .2s forwards;
	-webkit-animation: img-wrap 1.5s cubic-bezier(0.4, 0, 0.2, 1) .2s forwards;
}


.content_detail{
	width:35%;
}



.content_title p{
	font-size:20px;
}

.content_note{
		margin-top:15px;
}

.content_note p{
	font-size:16px;
}



.content_img_box > div{
	border-radius: 333px;
	-webkit-border-radius: 333px;
	-moz-border-radius: 333px;
}











@media screen and (max-width: 640px){
	
	
	
	#main_content {
		margin-top: 80px;
	}
	
	
	.content_index {
		margin-top: 60px;
	}
	
	
	.content_index_inner {
		width: 100%;
		padding: 0 0px;
	}
	
		
	.content_box_wrap {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
	}
	
	.content_img {
		width: 70%;
		margin:0 auto;
	}
	
	.content_detail {
		width: 100%;
		margin-top:20px;
	}
	
	
	
	.main_none {
		margin: 20px auto 0;
		padding: 0 30px;
	}
	
	.main_none p{
		font-size: 14px;
		line-height: 160%;
	}
	
	
	
	.content_recommend {
		width: 100%;
		padding:0 30px;
	}
	
	
	.content_title p{
	font-size:16px;
	}
	
	
	.content_note{
		margin-top:10px;
	}
	
	.content_note p {
		font-size: 14px;
	}
	
	
	.content_top {
		width: 100%;
		padding: 0 30px;
		margin: 0 auto;
	}
	
	
	
	.content_top .floor p {
		font-size: 16px;
	}
	
	
	.content_top .shop p {
		font-size: 22px;
	}
	
	
	.content_top .shop p span{
	font-size:15px;
	}
	
	
}


@media screen and (max-width: 390px){
	
	

}
