@charset "utf-8";

@import url("style-s.css?v=1.1.0") only screen and (max-width: 736px);
@import url("style.css?v=1.1.0") only screen and (min-width: 737px);

.bg3{
	background: url(../img/bg3.jpg) no-repeat center center;
	background-size: cover;
}
.bg4{
	background: url(../img/bg4.jpg) no-repeat center center;
	background-size: cover;
}

#wrapper{
	opacity: 0;
	transition: all 1.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#wrapper.active{
	opacity: 1;
}
main{
	overflow: hidden;
}

