.hunk, .house1, .doctor, .house2, .monster, .pumpkin2, .tree, .ghost-yellow1, .ghost-green, .pumpkin, .dj, .house3, .mushroom, .hand-left, .hand-right, .ghost-yellow2, .spider, .logo, .banner__date, .bat {
	height: auto;
	display: block;
	position: absolute;
}

.hunk img, .house1 img, .doctor img, .house2 img, .monster img, .pumpkin2 img, .tree img, .ghost-yellow1 img, .ghost-green img, .pumpkin img, .dj img, .house3 img, .mushroom img, .hand-left img, .hand-right img, .ghost-yellow2 img, .spider img, .logo img, .banner__date img, .bat img {
	width: 100%;
	display: block;
}

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

.hamburger {
	width: 40px;
	height: 40px;
	background-color: #fff;
	position: fixed;
	top: 30px;
	left: 20px;
	z-index: 13;
	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: 2px;
	background-color: #00192b;
	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: #ec6c00;
}

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

.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: 50px;
	background-color: #ec6c00;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.banner img {
	width: 100%;
	display: block;
}

.hunk {
	width: 75.26%;
	top: -2.658%;
	left: -3.125%;
	z-index: 1;
}

.house1 {
	width: 37.6%;
	top: 37.652%;
	left: 21.4%;
	z-index: 2;
}

.doctor {
	width: 10%;
	top: 52.8%;
	left: 28.4%;
	z-index: 2;
}

.doctor .doctor1 {
	width: 62.6%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.house2 {
	width: 38.75%;
	top: 47%;
	left: 20.72%;
	z-index: 3;
}

.monster {
	width: 28.65%;
	top: 43.3%;
	left: -1.7%;
	z-index: 4;
}

.pumpkin2 {
	width: 6.979%;
	top: 65.5%;
	left: 64.989%;
	z-index: 4;
}

.tree {
	width: 9%;
	top: 74.97%;
	left: 23%;
	z-index: 5;
}

.ghost-yellow1 {
	width: 1.5%;
	top: 87%;
	left: 33%;
	z-index: 6;
}

.ghost-green {
	width: 2%;
	top: 74.97%;
	left: 50.4%;
	z-index: 6;
}

.pumpkin {
	width: 8.6979%;
	top: 86.93%;
	left: 57.7%;
	z-index: 6;
}

.dj {
	width: 9.479%;
	top: 67.55%;
	left: 9.375%;
	z-index: 7;
}

.house3 {
	width: 16%;
	top: 79%;
	left: 0.2%;
	z-index: 8;
}

.mushroom {
	width: 7.6979%;
	top: 88%;
	left: 23.739%;
	z-index: 8;
}

.hand-left {
	width: 39.573%;
	top: 4.758%;
	left: -14.3541%;
	z-index: 9;
}

.hand-right {
	width: 40.45%;
	top: 4.758%;
	left: 43.448%;
	z-index: 9;
}

.ghost-yellow2 {
	width: 1.5%;
	top: 40.85%;
	left: 92%;
	z-index: 8;
}

.spider {
	width: 12.6%;
	top: 39.85%;
	left: 78.75%;
	z-index: 9;
}

.logo {
	width: 25.26%;
	top: 6.7%;
	left: 71.67%;
	z-index: 10;
}

.banner__date {
	width: 18%;
	z-index: 10;
	left: 76.656%;
	top: 63.88%;
}

.bat {
	width: 15%;
	z-index: 10;
	left: 5.8333%;
	top: 30.333%;
	display: none;
}

.banner__date2 {
	width: 100%;
	padding: 10px;
	background-color: #ec6c00;
	text-align: center;
	display: none;
}

.banner__date2 img {
	display: inline-block;
	max-width: 100%;
}

.nav {
	padding: 50px 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: #ec6c00;
}

.nav__item {
	width: 210px;
	margin: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
	position: relative;
}

.nav__item a {
	width: 100%;
	height: 75px;
	padding-top: 32px;
	padding-left: 40px;
	font-size: 20px;
	font-size: 1.111rem;
	line-height: 1.667rem;
	font-weight: 700;
	display: block;
	text-align: center;
	color: #00192b;
	position: relative;
	z-index: 3;
	-webkit-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
	transition: color .3s ease-out;
}

.nav__item svg {
	width: 200px;
	fill: #00192b;
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 1;
	-webkit-transition: fill .3s ease-out;
	-o-transition: fill .3s ease-out;
	transition: fill .3s ease-out;
}

.nav__item i {
	color: #00192b;
	position: absolute;
	left: 0;
	z-index: 2;
	-webkit-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
	transition: color .3s ease-out;
}

.nav__item .icon-nav1 {
	font-size: 70px;
	top: 5px;
}

.nav__item .icon-nav2 {
	font-size: 75px;
	top: 0;
}

.nav__item .icon-nav3 {
	font-size: 65px;
	top: 5px;
}

.nav__item .icon-nav4 {
	font-size: 70px;
	top: 2px;
	left: 2px;
}

.nav__item .icon-nav5 {
	font-size: 70px;
	top: 6px;
}

.nav__item .icon-nav6 {
	font-size: 70px;
	top: 5px;
}

.nav__item:hover a {
	color: #00ff00;
}

.nav__item:hover i {
	color: #00ff00;
}

.nav__item:hover svg {
	fill: #00ff00;
}

footer {
	padding: 200px 20px 50px 20px;
	background-image: url("../../images/idol-bg.jpg");
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 30px;
	font-size: 1.667rem;
	line-height: 2.5rem;
}

footer .footer__list li {
	width: 50%;
	margin-bottom: 20px;
	padding: 0 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__title {
	margin-right: 15px;
	margin-bottom: 10px;
	font-size: 20px;
	font-size: 1.111rem;
	line-height: 1.667rem;
}

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

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

.footer-bottom {
	width: 100%;
	padding: 30px 20px;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 23px;
	font-size: 1.278rem;
	line-height: 1.944rem;
}

.footer-bottom span {
	display: inline-block;
	padding: 0 20px;
}

@media only screen and (max-width: 1680px) {
	.banner-text {
		font-size: 30px;
		font-size: 1.667rem;
		line-height: 2.5rem;
	}
	.banner-text .small {
		font-size: 25px;
		font-size: 1.389rem;
		line-height: 2.111rem;
	}
}

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

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

@media only screen and (max-width: 1200px) {
	.banner-text {
		font-size: 18px;
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.banner-text .small {
		font-size: 16px;
		font-size: 0.889rem;
		line-height: 1.333rem;
	}
	footer .footer__list li .footer__text img {
		height: 40px;
	}
}

@media only screen and (max-width: 990px) {
	.hamburger {
		display: block;
	}
	.banner-text {
		padding: 10px;
		position: relative;
		top: 0;
		left: 0;
		font-size: 25px;
		font-size: 1.389rem;
		line-height: 2.111rem;
		background-color: #ec6c00;
		text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}
	.banner-text .small {
		font-size: 20px;
		font-size: 1.111rem;
		line-height: 1.667rem;
	}
	.nav-box {
		width: 100%;
		height: 100vh;
		background-color: #00192b;
		padding-top: 80px;
		overflow-x: hidden;
		overflow-y: auto;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 12;
		-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%;
		padding: 0;
		background-color: #00192b;
		-ms-flex-line-pack: start;
		    align-content: flex-start;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.nav__item {
		width: 100%;
		text-align: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.nav__item svg {
		display: none;
	}
	.nav__item i {
		margin-right: 10px;
		display: inline-block;
		position: initial;
		left: initial;
		color: #ec6c00;
	}
	.nav__item .icon-nav1, .nav__item .icon-nav2, .nav__item .icon-nav3, .nav__item .icon-nav4, .nav__item .icon-nav5, .nav__item .icon-nav6 {
		font-size: 30px;
		line-height: 30px;
		top: 0;
		left: 0;
		vertical-align: middle;
	}
	.nav__item a {
		height: auto;
		padding-top: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
		display: inline-block;
		color: #ec6c00;
	}
	.nav__item:hover a {
		background-color: #ec6c00;
		color: #fff;
	}
	.nav__item:hover i {
		color: #fff;
	}
	footer {
		padding-left: 0;
		padding-right: 0;
	}
	footer .footer__list li {
		margin-bottom: 10px;
	}
	footer .footer__list li .footer__title {
		padding-top: 7px;
		font-size: 16px;
		font-size: 0.889rem;
		line-height: 1.333rem;
	}
	footer .footer__list li .footer__text img {
		margin-right: 10px;
	}
	footer .footer__list li:last-child .footer__text img, footer .footer__list li:nth-last-child(2) .footer__text img {
		vertical-align: top;
	}
}

.warning {
	width: 226px;
	padding: 10px;
	background-color: #fff;
	border-radius: 40px 0 0 40px;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0 -50%);
	    -ms-transform: translate(0 -50%);
	        transform: translate(0 -50%);
	z-index: 10;
}

.warning-color {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border-radius: 30px;
}

.warning-color--safe {
	background-color: #6eb92b;
}

.warning-color--warn {
	background-color: #fc0;
}

.warning-color--control {
	background-color: #c1272d;
}

.warning-color--null {
	background-color: #808080;
}

.warning-text {
	width: calc(100% - 40px);
	font-size: 20px;
	font-weight: 700;
	color: #000;
}

.warning-text span {
	color: #c1272d;
	font-weight: 700;
}

@media only screen and (max-width: 768px) {
	.hunk {
		width: 100%;
		top: 44.8667%;
		left: 0%;
	}
	.house1 {
		width: 63%;
		top: 65.26667%;
		left: 25.3125%;
	}
	.doctor {
		width: 17%;
		top: 71.8667%;
		left: 36.979%;
	}
	.doctor .doctor1 {
		width: 62.6%;
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	.house2 {
		width: 65%;
		top: 70%;
		left: 25.1667%;
	}
	.monster {
		width: 44%;
		top: 70.333%;
		left: -5.5%;
	}
	.pumpkin2 {
		display: none;
	}
	.tree {
		width: 16%;
		top: 83.6%;
		left: 32.7%;
	}
	.ghost-yellow1 {
		width: 3%;
		top: 88.2%;
		left: 51.875%;
	}
	.ghost-green {
		width: 5%;
		top: 78.6667%;
		left: 91.7%;
	}
	.pumpkin {
		width: 16%;
		top: 90.8%;
		left: 82.8333%;
	}
	.dj {
		width: 18.85%;
		top: 80%;
		left: 10.2%;
	}
	.house3 {
		width: 32.375%;
		top: 88%;
		left: -6.1875%;
	}
	.mushroom {
		width: 15%;
		top: 92.2%;
		left: 32.4%;
	}
	.hand-left {
		width: 52%;
		top: 48.4%;
		left: -16.3541%;
	}
	.hand-right {
		width: 54%;
		top: 48.5%;
		left: 62%;
	}
	.spider {
		width: 23.85%;
		top: 31.2%;
		left: 72.6%;
	}
	.logo {
		width: 85.52%;
		margin: auto;
		top: 4.2%;
		left: 0;
		right: 0;
	}
	.banner__date {
		display: none;
	}
	.bat {
		display: block;
	}
	.banner__date2 {
		display: block;
	}
	footer .footer__list li .footer__text img {
		height: 30px;
	}
}

@media only screen and (max-width: 480px) {
	.warning {
		width: 100%;
		padding: 5px;
		top: auto;
		left: 0;
		bottom: 0;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		border-radius: 0;
	}
	.warning-color {
		width: 25px;
		height: 25px;
		margin-bottom: 0;
		margin-right: 10px;
	}
	.warning-text {
		width: auto;
		-webkit-writing-mode: initial;
		    -ms-writing-mode: initial;
		        writing-mode: initial;
		font-size: 16px;
		line-height: 25px;
	}
	.warning-text p {
		display: inline-block;
	}
	.warning-text p::after {
		content: ' / ';
	}
}