@charset "utf-8";

#wrapper {
	display: none;
}

/* -----------------------------------------------------------------------------

	header
  
----------------------------------------------------------------------------- */
header {
	background: url(../img/bg_header.png) center top;
}
header:after {
	background: url(../img/bg_header_btm.png) repeat-x center top;
}

/* gnav
---------------------------------------------*/
#gnav {
	background: url(../img/bg_header.png) center top;
}

/* -----------------------------------------------------------------------------

	splash
  
----------------------------------------------------------------------------- */
#splash {
	width: 100%;
	background: url(../img/bg_splash.png) center top;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	
	opacity: 0;
}
#splash .splashInner {
	position: relative;
	width: 100%;
	height: 100%;
}
#splash #logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -230px;
	opacity: 0;
}

/* -----------------------------------------------------------------------------

	mv
  
----------------------------------------------------------------------------- */
#mv {
	height: 542px;
	background: url(../img/bg_mv.png) no-repeat center top;
	position: relative;
}
#mv .wrap {
	background: url(../img/bg_mv.png) no-repeat center top;
	position: relative;
}
#mv .inner {
	height: 542px;
	position: relative;
}
#mv .tree {
	position: absolute;
	top: 41px;
	left: 513px;
}
#mv .obj {
	opacity: 0;
	z-index: 25;
	position: relative;
}
#mv .obj > p {
	position: absolute;
	/*opacity: 0;*/
	z-index: 25;
}

/* obj01 */
#mv .obj01 {
	top: 94px;
	left: 330px;
}

/* obj02 */
#mv .obj02 {
	top: 92px;
	left: 80px;
}
#mv .obj02 img {
	position: relative;
}

/* obj03 */
#mv .obj03 {
	top: 150px;
	left: 471px;
	width: 100px;
	height: 79px;
	background-image: url(../img/obj03.png);
	background-size: 100px 158px;
	background-repeat: no-repeat;
	background-position: left top;
}
#mv .obj03.move {
	background-position: left bottom;
}

/* obj04 */
#mv .obj04 {
	top: 253px;
	left: 297px;
}
#mv .obj04 img {
	width: 146px;
}

/* obj05 */
#mv .obj05 {
	top: 120px;
	left: 216px;
	width: 160px;
	height: 140px;
	background-image: url(../img/obj05.png);
	background-size: 160px 280px;
	background-repeat: no-repeat;
	background-position: left top;
}
#mv .obj05.move {
	background-position: left bottom;
}

/* obj06 */
#mv .obj06 {
	top: 327px;
	left: 433px;
}
#mv .obj06 {
	position: relative;
}
#mv .obj06 img {
	width: 160px;
}

/* obj07 */
#mv .obj07 {
	top: 381px;
	left: 292px;
	width: 123px;
	height: 63px;
	background-image: url(../img/obj07.png);
	background-size: 123px;
	background-repeat: no-repeat;
	background-position: left top;
}
#mv .obj07.right {
	background-position: left bottom;
}

/* obj08 */
#mv .obj > .obj08 {
	top: 480px;
	left: 357px;
	z-index: 40;
}

/* comment */
#comment {
	position: fixed;
	width: 640px;
	height: 100%;
	top: 0;
	z-index: 500;
	display: none;
}
#comment .bg {
	position: fixed;
	width: 640px;
	height: 120%;
	top: 0;
	background: rgba(0,0,0,0.7);
}
#comment .box {
	width: 552px;
	margin: 0 auto;
	position: relative;
	/*transform: translate(0, 50%);*/
	top: 25%;
}
#comment .box ul li {
	background: url(../img/bg_modal.png) no-repeat center top;
	width: 552px;
	text-align: center;
	display: none;
}
#comment .box ul li.active {
	display: block;
}
#comment .box .close {
	position: absolute;
	top: -30px;
	right: -20px;
}


/* -----------------------------------------------------------------------------

	contents
  
----------------------------------------------------------------------------- */
#contents {
	position: relative;
}
#contents .bgWave {
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	top: -130px;
	background: url(../img/bg_wave.png) repeat-x left top;
}
#contents .wave {
	display: block;
	width: 100%;
	height: 75px;
	position: absolute;
	top: -120px;
	background: url(../img/bg_contents_top.png) repeat-x center top;
}
#contents .inner {
	position: relative;
	margin-top: 90px;
}
#contents section {
	text-align: center;
}
#contents .txt {
	margin-top: 20px;
}
#contents .img {
	margin-top: 30px;
}
#contents .btn {
	margin: 35px auto 0;
}


/* -----------------------------------------------------------------------------

	about
  
----------------------------------------------------------------------------- */
#contents #about .inner {
	margin-top: 70px;
}


/* -----------------------------------------------------------------------------

	animation
  
----------------------------------------------------------------------------- */
#contents .img img {
	position: relative;
	top: 50px;
	opacity: 0;
}


