.banner-box {
	width: 100%;
	position: relative;
}

.hamburger {
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.7);
	position: fixed;
	top: 30px;
	left: 20px;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: background .3s ease-out;
	-o-transition: background .3s ease-out;
	transition: background .3s ease-out;
	display: none;
}

.hamburger span {
	width: 70%;
	height: 5px;
	background-color: #808080;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.hamburger span:nth-child(1) {
	-webkit-transform: translate(0, -10px);
	    -ms-transform: translate(0, -10px);
	        transform: translate(0, -10px);
}

.hamburger span:nth-child(3) {
	-webkit-transform: translate(0, 10px);
	    -ms-transform: translate(0, 10px);
	        transform: translate(0, 10px);
}

.hamburger:hover {
	background-color: #fff;
}

.hamburger:hover span {
	background-color: #000;
}

.hamburger--on span:nth-child(1) {
	-webkit-transform: translate(0, 0) rotate(135deg);
	    -ms-transform: translate(0, 0) rotate(135deg);
	        transform: translate(0, 0) rotate(135deg);
}

.hamburger--on span:nth-child(2) {
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
}

.hamburger--on span:nth-child(3) {
	-webkit-transform: translate(0, 0) rotate(-135deg);
	    -ms-transform: translate(0, 0) rotate(-135deg);
	        transform: translate(0, 0) rotate(-135deg);
}

.banner {
	width: 100%;
	padding-bottom: 50%;
	position: relative;
	background-image: url("../../images/index-bg.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	z-index: 0;
}

.moon, .tree, .castle, .mountain, .logo img, .person5, .person4, .person3, .person2 img, .person1 img {
	height: auto;
	display: block;
	position: absolute;
}

.moon {
	width: 39.8%;
	top: 2.4%;
	left: 7.5%;
	z-index: 1;
}

.tree {
	width: 13.3%;
	top: 2.4%;
	left: 0;
	z-index: 2;
}

.castle {
	width: 22.5%;
	top: 6.4%;
	left: 18.5%;
	z-index: 2;
}

.mountain {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}

.logo-box {
	width: 36.6%;
	position: absolute;
	top: 39.6%;
	left: 1.4%;
	z-index: 6;
}

.logo {
	width: 100%;
	position: relative;
}

.logo img {
	width: 100%;
	top: 0;
	left: 0;
}

.logo h1 {
	position: absolute;
	left: -150%;
}

.person-box {
	width: 64%;
	height: 100%;
	overflow: hidden;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 5;
}

.person5 {
	width: 30%;
	top: 5.4%;
	left: 54.7%;
	z-index: 1;
}

.person4 {
	width: 32.2%;
	top: 19.6%;
	right: 0;
	z-index: 2;
}

.person3 {
	width: 41%;
	top: 5.8%;
	left: 16.4%;
	z-index: 3;
}

.person2 {
	width: 52.8%;
	position: absolute;
	top: 44%;
	left: -6.25%;
	z-index: 5;
}

.person2 img {
	width: 100%;
	top: 0;
	left: 0;
}

.person2 .person2-cover {
	z-index: 2;
}

.person1 {
	width: 80.94%;
	position: absolute;
	top: 34%;
	left: 18.75%;
	z-index: 6;
}

.person1 img {
	width: 100%;
	top: 0;
	left: 0;
}

.person1 .person1-cover {
	z-index: 2;
}

.banner-text {
	font-size: 32px;
	font-size: 1.778rem;
	line-height: 3.056rem;
	font-weight: 900;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
	letter-spacing: 0.2em;
	text-align: center;
	position: absolute;
	bottom: 2%;
	left: 1.4%;
	z-index: 6;
}

.banner-text .date {
	font-style: italic;
}

.banner-text .small {
	font-size: 25px;
	font-size: 1.389rem;
	line-height: 2.389rem;
}

.nav-box {
	width: 100%;
	background-color: #ea5504;
}

.nav__item {
	width: 16.666%;
	display: block;
	position: relative;
}

.nav__item span {
	width: calc(100% - 10px);
	height: 100%;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 35px;
	font-size: 1.944rem;
	line-height: 3.333rem;
	text-align: center;
	display: block;
}

.nav__item:hover span {
	background-color: #000;
}

.nav__item:hover span::before, .nav__item:hover span::after {
	content: "";
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
}

.nav__item:hover span::before {
	background-image: url("../../images/hover-L.png");
	background-position: 0 0;
	background-repeat: repeat-y;
	left: 0;
}

.nav__item:hover span::after {
	background-image: url("../../images/hover-R.png");
	background-position: 0 0;
	background-repeat: repeat-y;
	right: 0;
}

.video-area {
	width: 100%;
}

.video-nav {
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 3px solid #ea5504;
}

.video-nav li {
	display: block;
	margin-right: 5px;
}

.video-nav li a {
	padding: 5px 15px 3px 15px;
	display: block;
	font-size: 30px;
	font-size: 1.667rem;
	line-height: 2.833rem;
	border-radius: 10px 10px 0 0;
	background-color: #ea5504;
}

.video-nav li a:hover, .video-nav li a.current {
	background-color: #00a0e9;
	color: #fff;
}

.video-wrap {
	width: 100%;
}

.video {
	width: 100%;
	padding: 5px 0;
}

.video-iframe {
	width: 100%;
	padding-bottom: 57%;
	position: relative;
}

.video-iframe iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.video-iframe2 {
	padding-bottom: 42%;
}

footer {
	font-size: 30px;
	font-size: 1.667rem;
	line-height: 2.833rem;
}

footer .footer__list {
	padding: 30px 20px 40px 20px;
}

footer .footer__list li {
	width: 50%;
	padding: 0 10px 30px 10px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

footer .footer__list li span {
	vertical-align: middle;
}

footer .footer__list li .footer__text img {
	width: auto;
	height: 50px;
	margin-right: 20px;
	vertical-align: middle;
}

footer .footer__list li:last-child {
	width: 100%;
	margin-right: 0;
	padding-bottom: 0;
}

.footer__title {
	margin-right: 15px;
	font-size: 20px;
	font-size: 1.111rem;
	line-height: 1.889rem;
}

.phone {
	width: 100%;
	margin: auto;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.3);
	font-size: 31px;
	font-size: 1.722rem;
	line-height: 2.944rem;
	text-align: center;
}

.phone span {
	margin-right: 30px;
	display: inline-block;
	vertical-align: middle;
}

.orange-bg {
	display: inline-block;
	padding: 5px;
	background-color: #ea5504;
}

@media only screen and (max-width: 1680px) {
	.video-nav li a {
		font-size: 20px;
		font-size: 1.111rem;
		line-height: 1.889rem;
	}
	.banner-text {
		font-size: 30px;
		font-size: 1.667rem;
		line-height: 2.833rem;
	}
	.banner-text .small {
		font-size: 25px;
		font-size: 1.389rem;
		line-height: 2.389rem;
	}
}

@media only screen and (max-width: 1440px) {
	.banner-text {
		font-size: 23px;
		font-size: 1.278rem;
		line-height: 2.222rem;
	}
	.banner-text .small {
		font-size: 18px;
		font-size: 1rem;
		line-height: 1.722rem;
	}
	.nav__item span {
		font-size: 28px;
		font-size: 1.556rem;
		line-height: 2.667rem;
	}
	footer {
		font-size: 25px;
		font-size: 1.389rem;
		line-height: 2.389rem;
	}
	.phone {
		font-size: 25px;
		font-size: 1.389rem;
		line-height: 2.389rem;
	}
}

@media only screen and (max-width: 1380px) {
	footer .footer__list li {
		width: auto;
		padding: 0 20px 20px 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.banner-text {
		font-size: 18px;
		font-size: 1rem;
		line-height: 1.722rem;
	}
	.banner-text .small {
		font-size: 16px;
		font-size: 0.889rem;
		line-height: 1.556rem;
	}
}

@media only screen and (max-width: 990px) {
	.hamburger {
		display: block;
	}
	.video-iframe {
		padding-bottom: 100%;
	}
	.banner-text {
		padding: 10px;
		position: relative;
		top: 0;
		left: 0;
		font-size: 25px;
		font-size: 1.389rem;
		line-height: 2.389rem;
		background-color: #ea5504;
		text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}
	.banner-text .small {
		font-size: 20px;
		font-size: 1.111rem;
		line-height: 1.889rem;
	}
	.nav-box {
		width: 100%;
		max-width: 480px;
		height: 100vh;
		padding-top: 80px;
		overflow-x: hidden;
		overflow-y: auto;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 9;
		-webkit-transition: left .5s ease-out;
		-o-transition: left .5s ease-out;
		transition: left .5s ease-out;
	}
	.nav-box--on {
		left: 0;
	}
	.nav {
		height: 100%;
		-ms-flex-line-pack: start;
		    align-content: flex-start;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.nav__item {
		width: 100%;
	}
	footer {
		font-size: 20px;
		font-size: 1.111rem;
		line-height: 1.889rem;
		padding-bottom: 10px;
	}
	footer .footer__list {
		padding: 20px 0;
	}
	footer .footer__list li {
		padding: 0 20px 20px 20px;
	}
	footer .footer__list li:last-child .footer__text img, footer .footer__list li:nth-last-child(2) .footer__text img {
		margin-bottom: 20px;
		vertical-align: top;
	}
	.footer__title {
		font-size: 16px;
		font-size: 0.889rem;
		line-height: 1.556rem;
	}
	.phone {
		font-size: 20px;
		font-size: 1.111rem;
		line-height: 1.889rem;
	}
}

@media only screen and (max-width: 768px) {
	.banner {
		margin-bottom: 20px;
		padding-bottom: 203.4%;
		background-image: url("../../images/index-bg-s.jpg");
		background-position: left top;
		background-repeat: no-repeat;
	}
	.moon {
		width: 74.76%;
		top: 5.1%;
		left: 12.7%;
	}
	.tree {
		display: none;
	}
	.castle {
		width: 41.1%;
		left: 28%;
		top: 6.6%;
	}
	.person-box {
		width: 100%;
		height: 67.2%;
		left: 0;
		top: 0;
	}
	.person1 {
		width: 99.3%;
		top: 44.3%;
		left: 11.93%;
	}
	.person2 {
		width: 64.36%;
		top: 54.1%;
		left: -17.3%;
	}
	.person3 {
		width: 50.5%;
		top: 28.2%;
		left: 3.9%;
	}
	.person4 {
		width: 39.32%;
		top: 41.37%;
		right: -5.2%;
	}
	.person5 {
		width: 36.55%;
		top: 20.56%;
		right: 3.33%;
	}
	.logo-box {
		width: 100%;
		left: 0;
		top: 57.76%;
	}
	.banner-text {
		font-size: 20px;
		font-size: 1.111rem;
		line-height: 1.889rem;
		letter-spacing: 0.1em;
	}
	.banner-text .small {
		font-size: 16px;
		font-size: 0.889rem;
		line-height: 1.556rem;
	}
	.video-nav li {
		margin-bottom: 5px;
	}
	.video-nav li a {
		padding: 5px 15px;
		border-radius: 10px;
	}
	footer .footer__list {
		padding: 20px 10px;
	}
	footer .footer__list li {
		padding: 10px 0;
	}
	.phone {
		padding: 10px 25px;
		text-align: left;
	}
}
