@charset "UTF-8";

#nav-toggle, #nav-close {
	display: none;
}

.spv {
	display: none;
}

/* new --------------------------------------------------------------------------------- */

header .contents li.new::after {
	top: 5px;
}
h2.new::after {
	right: 150px;
	top: 0px;
}

/* グローバルナビ ====================================================================== */

header {
	background-color: rgba(255,255,255,0.7);
	height: 66px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

header .contents {
	margin: 0 auto;
	height: 66px;
}
header .contents ul {
	display: flex;
	justify-content: center;
	
	width: 1050px;
	height: 66px;
	margin: 0 auto;
}
header li {
	position: relative;
	line-height: 66px;
	margin: 0 2px 0;
}

header li a {
	display: block;
}

/* gloval navi */
header li a {
	height: 30px;
	margin-top: 17px;
}
header li a.top {
	width: 69px;
	background: url( ../img/nav/nav_top.png );
}
header li a.about {
	width: 112px;
	background: url( ../img/nav/nav_about.png );
}
header li a.story {
	width: 108px;
	background: url( ../img/nav/nav_story.png );
}
header li a.character {
	width: 187px;
	background: url( ../img/nav/nav_character.png );
}
header li a.system {
	width: 126px;
	background: url( ../img/nav/nav_system.png );
}
header li a.gallery {
	width: 144px;
	background: url( ../img/nav/nav_gallery.png );
}
header li a.product {
	width: 153px;
	background: url( ../img/nav/nav_product.png );
}
header li a:hover {
	background-position: 0 30px;
}

header li a.active {
	background-position: 0 30px;
}


header li.emblem {
	padding: 8px 0 0;
}

/* bgm,reserve ========================================================= */

header .subcontents {
	pointer-events: none;
	text-align: right;
	width: 1050px;
	
	margin: 0 auto;
}
header .subcontents a {
	pointer-events: all;
}
header .subcontents ul {
	width: 300px;
	display: inline-block;
}

/* bgm */
header .subcontents .bgm img:hover {
	cursor: pointer;
}

/* reserve */
header .subcontents .reserve img {
	background-image: url( ../img/btn_reserve.png?2 );
	width: 141px;
	height: 30px;
}

header .subcontents a.reserve  {
	background-image: url( ../img/btn_reserve.png?2 );
	background-position-y: 100%;
	display: inline-block;
	width: 141px;
	height: 30px;
}

header .subcontents .reserve img:hover {
	transition: opacity 0.2s;
	opacity: 0;
}

/*======================================================================*/

#pagetop {
	display: none;
	position: fixed;
	right: 5px;
	bottom: 5px;
	z-index: 99;
}

#pagetop a, #pagetop img {
	background-image: url( ../img/btn_pagetop.png );
	display: block;
	width: 273px;
	height: 246px;
}
#pagetop a {
	background-position-y: 100%;
}

#pagetop img:hover {
	opacity: 0;
}

/*======================================================================*/

footer .snsicon img {
	width: 48px;
	margin: 5px;
	transition: all 0.3s;
}

