body {
	font-size: 15px;
	line-height: 1.8;
	color: #fff;
}
#container {
	overflow-x: hidden;
	position: relative;
	width: 100%;
	min-width: 980px;
	background-color: #000;
}
#container .fix {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
a { color: #d7deff; }
a:hover { color: #5548b2; }
.mgbt { margin-bottom: 15px; }
em { margin: 0 5px; font-weight: bold; }

/* header
=========================================*/
header {
	position: relative;
	width: 100%;
	height: 683px;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/05_Update/bg_header.webp) no-repeat 50% 0;
	text-indent: -100000px;
}
header h1 {
	position: absolute;
	top: 40px;
	left: 50%;
	width: 140px;
	height: 50px;
	margin-left: -485px;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/05_Update/logo_icarus.webp) no-repeat center;
	z-index: 1;
}
header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}
header #lnb {
	position: absolute;
	top: 450px;
	left: 0;
	width: 100%;
	height: 125px;
}
header #lnb ul {
	position: relative;
	width: 950px;
	height: 100%;
	margin: 0 auto;
}
header #lnb ul li {
	float: left;
	position: relative;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(../../../../../icarus-web.nefficient.jp/images/Event/05_Update/btn.webp);
	cursor: pointer;
}
header #lnb ul li.menu1 {
	width: 360px;
	margin-right: 50px;
	background-position: 0 0;
}
header #lnb ul li.menu2 {
	width: 166px;
	margin-right: 65px;
	background-position: -360px 0;
}
header #lnb ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
header #gnb {
	position: absolute;
	top: 596px;
	left: 0;
	width: 100%;
	height: 87px;
	border-bottom: 1px solid #2a2458;
	background-color: #2f2862;
	z-index: 1000;
}
header #gnb.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
header #gnb ul {
	height: 87px;
}
header #gnb ul li {
	float: left;
	position: relative;
	width: 245px;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(../../../../../icarus-web.nefficient.jp/images/Event/05_Update/gnb.webp);
	cursor: pointer;
}
header #gnb ul li.menu1 {
	background-position: 0 0;
}
header #gnb ul li.menu1.on {
	background-position: 0 100%;
}
header #gnb ul li.menu2 {
	background-position: -245px 0;
}
header #gnb ul li.menu2.on {
	background-position: -245px 100%;
}
header #gnb ul li.menu3 {
	background-position: -490px 0;
}
header #gnb ul li.menu3.on {
	background-position: -490px 100%;
}
header #gnb ul li.menu4 {
	background-position: -735px 0;
}
header #gnb ul li.menu4.on {
	background-position: -735px 100%;
}
header #gnb ul li.menu5 {
	float: none;
	position: absolute;
	top: -146px;
	right: 65px;
	width: 270px;
	height: 125px;
	background-image: url(../../../../../icarus-web.nefficient.jp/images/Event/05_Update/btn.webp);
	background-position: -525px 0;
}


/* content
=========================================*/
.content {
	display: none;
	position: relative;
	width: 100%;
	padding: 80px 0 140px 0;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.content h3 {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}
.content h4 {
	position: relative;
	width: 100%;
	margin: 100px 0 20px 0;
}
.content .ss {
	position: relative;
	width: 100%;
	margin: 20px 0;
	text-align: center;
}
.content .objects {
	position: relative;
	width: 100%;
	margin: 20px 0;
	line-height: 1;
}
.content .objects li {
	float: left;
	position: relative;
	width: 480px;
}
.content .objects li:first-child {
	margin-right: 20px;
}
.content .objects li span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	border-left: 1px solid #5f52a0;
	border-right: 1px solid #5f52a0;
	border-bottom: 1px solid #5f52a0;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/05_Update/bg_layer.webp);
}

/* level
=========================================*/
#level {
	display: block;
	background-image: url(../../../../../icarus-web.nefficient.jp/images/Event/05_Update/bg_level.webp); 
}
#level .class li {
	margin: 20px 0;
}

/* map
=========================================*/
#map {
	background-image: url(../../../../../icarus-web.nefficient.jp/images/Event/05_Update/bg_map.webp); 
}
#map em {
	color: #8c97cb;
}
#map .gallery .nav li {
	background-image: url(../../../../../icarus-web.nefficient.jp/images/Event/05_Update/map/nav1.webp);
}
#map .gallery .nav li.menu1 {
	width: 111px;
	background-position: 0 0;
}
#map .gallery .nav li.menu1.on {
	background-position: 0 100%;
}
#map .gallery .nav li.menu2 {
	width: 166px;
	background-position: -111px 0;
}
#map .gallery .nav li.menu2.on {
	background-position: -111px 100%;
}
#map .gallery .nav li.menu3 {
	width: 202px;
	background-position: -277px 0;
}
#map .gallery .nav li.menu3.on {
	background-position: -277px 100%;
}
#map .gallery .nav li.menu4 {
	width: 170px;
	background-position: -479px 0;
}
#map .gallery .nav li.menu4.on {
	background-position: -479px 100%;
}
#map .gallery .nav li.menu5 {
	width: 205px;
	background-position: -649px 0;
}
#map .gallery .nav li.menu5.on {
	background-position: -649px 100%;
}

/* boss
=========================================*/
#boss {
	background-image: url(../../../../../icarus-web.nefficient.jp/images/Event/05_Update/bg_boss.webp); 
}

/* open
=========================================*/
#open {
	background-image: url(../../../../../icarus-web.nefficient.jp/images/Event/05_Update/bg_open.webp); 
}
#open em {
	color: #f19149;
}
#open .gallery .nav li {
	background-image: url(../../../../../icarus-web.nefficient.jp/images/Event/05_Update/open/nav.webp);
}
#open .gallery .nav li.menu1 {
	width: 129px;
	background-position: 0 0;
}
#open .gallery .nav li.menu1.on {
	background-position: 0 100%;
}
#open .gallery .nav li.menu2 {
	width: 166px;
	background-position: -129px 0;
}
#open .gallery .nav li.menu2.on {
	background-position: -129px 100%;
}
#open .gallery .nav li.menu3 {
	width: 185px;
	background-position: -295px 0;
}
#open .gallery .nav li.menu3.on {
	background-position: -295px 100%;
}

/* vantan
=========================================*/
#vantan {
	background-image: url(../../../../../icarus-web.nefficient.jp/images/Event/05_Update/bg_vantan.webp);
}

/* gallery
=========================================*/
.gallery {
	position: relative;
	width: 100%;
}
.gallery .nav {
	position: relative;
	width: 100%;
	height: 30px;
}
.gallery .nav li {
	display: inline-block;
	height: 100%;
	margin-right: 20px;
	background-repeat: no-repeat;
	text-indent: -1000000px;
	cursor: pointer;
}
.gallery .nav li:last-child {
	margin-right: 0;
}
.gallery .img {
	position: relative;
	width: 100%;
	height: 500px;
	margin-top: 30px;
}
.gallery .img li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gallery .img li .desc {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	width: 100%;
	padding: 10px;
	border-left: 1px solid #5f52a0;
	border-right: 1px solid #5f52a0;
	border-bottom: 1px solid #5f52a0;
	background: url(../../../../../icarus-web.nefficient.jp/images/Event/05_Update/bg_layer.webp) repeat;
}

/* lnb
=========================================*/
.lnb {
	position: absolute;
	top: 800px;
	left: 50%;
	width: 120px;
	height: 90px;
	margin-left: 540px;
	z-index: 5000;
}
.lnb .btn_top {
	cursor: pointer;
}

/* footer
==================================================*/
footer {
	position: relative;
	width: 100%;
	padding: 40px 0;
	background-color: #000;
	text-align: center;
	font-size: 12px;
	color: #a0a0a0;
}
footer ul {
	width: 980px;
	margin: 0 auto;
}
footer ul li {
	display: inline-block;
	margin: 0 10px;
}
