@charset "utf-8";
/* CSS Document */


.sub-nav {
	width: 100%;
}

.f-copyright {
	width: 100%
}

.size30 {
	font-size: 2.0em;
}

.size50 {
	font-size: 3.0em;
}

.orange {
	color: #ff6527
}

.stage {
	position: relative;
	bottom: 0;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition: all 1s ease-out
}

.stage-layer {
	width: 100%;
	height: 100%;
	background: #ccc; /*  */
	overflow: hidden;
	position: relative
}

/* .stage-layer .main-layer {
	width: 100%;
	height: 100%;
	position: absolute;
}
 */
 
.stage-00 {
	width: 100%;
	bottom: 0;

	background-size: 100% 100%;
}

.stage-01 {
	width: 100%;
	bottom: 0;
	
	background-size: 100% 100%;
}

.stage-02 {
	width: 100%;
	height:80%;
	bottom: 0;
	
	background-size: 100% 100%;
}

.stage-03 {
	width: auto;
	
	background-size: 100% 100%;
}

 */
.stage-01 .main-layer {
	/*  margin-top: -11%; */
	
}

.footer{
    overflow: hidden;
    text-align: center;
    background: #444;
}
.copyright{
    background: #333;
    color: #ddd;
    line-height: 2em;
    padding: 35px 0;
    overflow: hidden;
}