@charset "UTF-8";
/* CSS Document */



.section {
	height:100%;
}

#fullpage {
	height:auto;
	width:100%;
}
#top {
	padding-top:100px;
}

#main-img {
	width:100%;
}
#main-img figure {
	position: relative;
}
#main-img figure img {
	width:100%;
}
#main-img figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	color:#FFF;
	font-size: 0.866rem;
	font-weight: bold;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
}


/*@media screen and (max-width: 767px) and (orientation: portrait) {*/
@media screen and (max-width: 767px) {
	#footer {
		border-top:none;
	}
	.section {
		min-height:initial;
		min-height:auto;
	}

	#fullpage {
		height:auto;
		width:100%;
	}
	#top {
		padding-top:0;
	}
	#main-img .slider div {
		overflow: hidden;
	}
	#main-img .sliderXX div img{
		width:100%;
		/*margin-left:-8%;*/
	}
	#replay {
		right:1vw;
		bottom:1vw;
	}
	#replay a {
		width:12vw;
		height:5vw;
		line-height:5vw;
		font-size:2.66vw;
	}
}
@media screen and (max-width: 767px) and (orientation: landscape) {
}