@charset "utf-8";


#wrap #contents section #cont02 #navi {
	position: relative;
}

#wrap #contents section #cont02 #navi #navi01 {
	position: absolute;
	left: 4%;
	top: 10%;
	height: auto;
	width: 45%;
}
#wrap #contents section #cont02 #navi #navi02 {
	position: absolute;
	right: 4%;
	top: 10%;
	height: auto;
	width: 45%;
}
#wrap #contents section #cont02 #navi #navi03 {
	position: absolute;
	left: 4%;
	bottom: 10%;
	height: auto;
	width: 45%;
}
#wrap #contents section #cont02 #navi #navi04 {
	position: absolute;
	right: 4%;
	bottom: 10%;
	height: auto;
	width: 45%;
}

#wrap #contents section #cont02 #navi img {
	height: auto;
	width: 100%;
}


#wrap #contents section #cont01 .box05 {
	position: relative;
}

#wrap #contents section #cont01 .box05 .btn01 {
	width: 20%;
	position: absolute;
	right: 4%;
	bottom: 10%;
}

#wrap #footerMovie {
	background: url(../img/movie_footer_bg.jpg) repeat-y center bottom;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	position: relative;
}

#wrap #footerMovie #gFooter {
	padding-top: 4%;
}


#wrap #contents section #cont01 #movie01 {
	position: relative;
}

#wrap #contents section #cont01 .btnTouch03 {
	position: absolute;
	left: 10%;
	top: 0px;
	width: 80%;
	height: auto;
}
#wrap #contents section #cont01 .btnTouch04 {
	position: absolute;
	left: 16%;
	bottom: 0px;
	width: 57%;
	height: auto;
}
#wrap #contents section #cont01 .btnTouch03 img {
	opacity: 0;
}
#wrap #contents section #cont01 .btnTouch04 img {
	opacity: 0;
}

#wrap #contents section #cont01 .btnTouch03.touchstart img {
	opacity: 1;
}
#wrap #contents section #cont01 .btnTouch04.touchstart img {
	opacity: 1;
}

#video01 {
	width: 80%;
	position: absolute;
	text-align: center;
	left: 10%;
	top: 10%;
}
#video01 .videoCont {
	width: 100%;
	height: 100%;
}
