@charset "utf-8";

/******** #contents ********/
#contents h2{
	margin-bottom: 60px;
}

#contents .sec-01{
	position: relative;
	width: 980px;
	height: 1630px;
	margin-bottom: 30px;
	z-index: 1;
}
#contents .sec-01 .spec-contents{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 2;
}
#contents .sec-01 .cara-01{
	position: absolute;
	top: 0;
	left: 70px;
	z-index: 1;
	transition: ease 0.7s;
	-webkit-transition: ease 0.7s;
}
#contents .sec-01 .cara-01.motion{
	top: -170px;
}
