body.main {
	overflow: hidden;
}

.wrapper {
	height: 100%;
}

.sub .wrapper {
	height: auto;
}

.header {
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 99;
}

.header.bottom {
	top: auto;
	bottom: 0;
}

.header .manual-close {
	display:none;
}

.header .manual-open {
	display:none;
}

.header.bottom .manual-close {
	display: inline-block;
	vertical-align: middle;
}

.header.bottom .manual-open {
	display: none;
}
.header .menu-button,
.header-bottom .menu-button{
	vertical-align: top;
	display: inline-block;
	padding: 35px 40px;
	vertical-align: middle;
}

.header .logo {
	float: right;
	margin-top: -10px;
	text-align: right;
	padding: 35px 40px;
}

.header .logo img {
	height: 44px;
}

.header-menu-button {
	float: left;
}

.header-menu {
    position: fixed;
    top: 0;
    left: -200%;
    padding: 140px 0 140px 75px;
    background-color: #f5e800;
    box-sizing: border-box;
    width: 700px;
    height: 100%;
    z-index: 999;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    font-family: Helvetica;
    opacity: 0.95;
    filter: alpha(opacity=95);
}

.header-menu.open {
    z-index: 9999;
    left: 0;
}

.header-menu ul li {
	position: relative;
	line-height: 6.5rem;
}

.header-menu ul li a {
	font-size: 8.5rem;
	font-weight: 800;
	color: #000;
}

.header-menu ul li a:hover {
	color: #fff;
}

.header-menu span {
	display: block;
	line-height: 4rem;
}

.header-menu ul + span {
	margin-top: 2rem;
}

.header-menu span a {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 800;
	display: block;
	vertical-align: top;
}

.header-menu span a img {
	margin-left: 0.75rem;
}

.header-menu .btnCloseMenu {
	position: absolute;
	width: 50px;
	height: 50px;
	font-size: 5rem;
	top: 35px;
	right: 40px;
	color: #fff;
	text-align: center;
}

.top-button {
	position: absolute;
	right: 4rem;
	opacity: 0;
	filter: alpha(opacity=0);
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	z-index: 999;
}

.top-button a {display: inline-block;width: 100%;}

.top-button a img {
	width: 100%;
}

.sub .top-button.show {
	opacity: 1;
	filter: alpha(opacity=100);
}

.content-wrapper {
	height: 100%;
	width: 100%;
}

.sub .content-wrapper {
	height: auto;
	overflow: hidden;
}

.sub .content-wrapper .top-image-area {
	position: relative;
}

.sub .content-wrapper .top-image-area img {
	width: 100%;
	min-width: 1000px;
}

.sub .content-wrapper .top-image-area .top-title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	text-align: center;
}

.sub .content-wrapper .top-image-area .top-title h3 {
	font-size: 5.5rem;
	line-height: 8.5rem;
	font-weight: 800;
}

.sub .content-wrapper .top-image-area .top-title h3 span {
	border-bottom: 2px solid #000;
}

.sub .content-wrapper .top-image-area .top-title h4 {
	margin-top: 3.5rem;
	font-size: 2rem;
	font-weight: 600;
}

.sub .content-wrapper .top-image-area h5 {
	position: absolute;
	bottom: 8vw;
	left: 50%;
	font-size: 2rem;
	font-weight: 600;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-family: Helvetica;
}

.content {
	margin: 0 auto;
	word-break: keep-all;
}

.main .content {
	height: 100%;
}

.sub .content {
    width: 1400px;
}

.footer-wrapper {
	position: relative;
	width: 100%;
}

.main .footer-wrapper {
	position: fixed;
	bottom: 0;
	color: #fff;
}

.main .footer-wrapper .footer {
	display: none;
}
.main .footer-wrapper .footer.show {
	display: block;
}

.footer-wrapper .footer {
	font-size: 1.6rem;
	font-family: Helvetica;
	font-weight: 400;
	text-align: center;
	width: 100%;
	padding: 5rem 0;
	position: relative;
	z-index: -1;
}

.sub .footer-wrapper .footer {
	
}

@media screen and (min-width: 2560px) {
    html {font-size:12px;}
}

@media screen and (max-width:1440px) {
	html {
		font-size: 9px;
	}

	.sub .content-wrapper {
	}

	.sub .content {
	    width: 100%;
	    box-sizing: border-box;
	}
	.sub .content-wrapper .content {
		width: 100%;
		padding: 0 2.5%;
	}

	.footer-wrapper .footer {
		font-size: 2rem;
	}
}

@media screen and (max-width: 1280px) {
	html {
		font-size: 8px;
	}

    .header-menu ul li {
    	line-height: 8rem;
    }
	.header-menu ul li a {
		font-size: 10rem;
	}

    .top-button {
    	right: 3rem;
    }
}

@media screen and (max-width: 1152px) {
}

@media screen and (max-width: 1000px) {
	.sub .content-wrapper .top-image-area img {
		margin-left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.sub .content-wrapper .top-image-area h5 {
		bottom: 120px;
	}
}

@media screen and (max-width: 768px) {
	html {
		font-size: 7px;
	}
	
	body.main {
		overflow: scroll;
	}
	
	.header-menu {
		width: 100%;
		padding: 20rem 0 0 5rem;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	
	.header-menu ul li {
		line-height: 10rem;
		display: inline-block;
	}
	
	.header-menu ul li a {
	    font-size: 16rem;
	}

	.header-menu span {
		line-height: 8rem;
	}

	.header-menu span a {
		font-size: 4.8rem;
		font-weight: 800;
	}

	.header-menu span a img {
		width: 5rem;
	}

	.header .menu-button {
    	padding: 5rem;
    }
    
    .header .logo {
    	padding: 5rem 5rem 0 0;
    	margin-top: -8px;
    }

	.header-bottom {
	}
	
	.footer-wrapper .footer {
		font-size: 2.5rem;
	}

    .top-button {
        right: 0;
        margin-top: -5vw;
    }

	.top-button a {
		width: 75%;
	}
}

@media screen and (max-width: 640px) {
	.header-menu ul li {
        line-height: 11rem;
    }
	.header-menu ul li a {
        font-size: 14rem;
    }

    .header-menu span {
        line-height: 6rem;
    }
    
    .header-menu span a {
        font-size: 4rem;
    }
}

@media screen and (max-width: 512px) {
	.header-menu ul li {
        line-height: 8rem;
	}

    .header-menu ul li a {
    	font-size: 11rem;
    }

    .header-menu ul + span {
        margin-top: 1rem;
    }
    .header-menu span {
    	line-height: 5rem;
    }
    .header-menu span a {
    	font-size: 3rem;
    }

    .header-menu .btnCloseMenu {
		top: 20px;
		right: 25px;
		width: 10vw;
		}

    .header-menu .btnCloseMenu img {
    	width: 100%;
    }
}
@media screen and (max-width: 425px) {
	html {
		font-size: 3.5px;
	}

	.header-menu {
		width: 100%;
		padding: 25% 0 0 8%;
	}
	
	.header-menu ul li {
        line-height: 14rem;
    }
	
	.header-menu ul li a {
		font-size: 18rem;
	}
    
	.header-menu ul + span {
		margin-top: 4rem;
	}

    .header-menu span {
        line-height: 9rem;
    }
    .header-menu span a {
        font-size: 5.5rem;
    }
    
	.sub .content-wrapper {
	}
    
	.footer-wrapper .footer {
	font-size: 4rem;
	}
}

@media screen and (max-width: 375px) {
    .header-menu ul li {
        line-height: 11rem;
    }

    .header-menu ul li a {
        font-size: 14rem;
    }
    
    .header-menu span {
        line-height: 7rem;
    }
    
    .header-menu span a {
        font-size: 4rem;
    }
    .header .logo img {
        height: 38px;
    }
}

@media screen and (max-width: 320px) {
    .header-menu ul li {
        line-height: 11rem;
    }

    .header-menu ul li a {
        font-size: 13rem;
    }

    .header-menu span {
    	line-height: 7rem;
    }

    .header-menu span a {
        font-size: 3.8rem;
    }

}