@charset "UTF-8";

* {
	-webkit-text-size-adjust: 100%;
}

img {
   vertical-align:bottom
}

body {
	background: #000;
}

#wrapper {
	background: #000000 url(../img/sp/back.jpg) no-repeat center top;
	width: 100%;
	min-height: 480px;
	margin: auto;
	position: relative;
}
#landing,
#contents01 {
	
}
#contents01 {
	background: #000000 url(../img/index/content-01.jpg) no-repeat center top;
}
.container {
	width: 980px;
	margin: auto;
	position: relative;
}


#landing,
#white,
#contents01,
#header,
#popup01,
#popup02 {
	display: none;
}

/* object depth */
#header { z-index: 500; }
#landing { z-index: 10; }
#contents01 { z-index: 100; }
#top { z-index: 101; }
#tracklist{ z-index: 102; }
#team{ z-index: 101; }

#landing {
	width: 100%;
	height: 480px;
	position: absolute;
}
#landing h1 {
	position: absolute;
	top: 255px;
	left: -4px;
}

.hide {
	display:none;
}
.vhide {
visibility:hidden;
}

#landing .enter {
	position: absolute;
	top: 380px;
	left: 420px;
}
#landing .enter a {
	display:block;
	background-image:url(../img/sp/btn_enter.png);
	background-repeat:no-repeat;
	width:130px;
	height:51px;
	text-decoration:none;
}
#landing .enter a:hover {
	background-position:left bottom;
}
#landing .enter a:active {
	background-image:url(../img/sp/btn_enter_b.png);
}

#landing .caution {
	position: absolute;
	top: 538px;
	left: -4px;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 35px;
	margin-top: -35px;
}
#header .container {
	margin: auto;
	width: 980px;
	height: 35px;
	position: relative;
}
#header .container ul {
	margin-left: 10px;
}
#header .container li {
	float: left;
}

#header .container .bgm {
	position: absolute;
	top: 38px;
	left: 40px;
	width: 145px;
	height: 14px;
}
#header .container .bgm .sound_ctr {
	cursor: pointer;
}
#header .container .list {
	position: absolute;
	top: 7px;
	left: 69px;
}


#white {
	position:absolute;
	top:0;
	left:0;
	background-color:#FFF;
	width:100%;
	height:1030px;
}

#top {
	position: relative;
	height:1030px;
}

#top #popup01{
	position:absolute;
	top:175px;
	left:23px;
}

#top #popup02{
	position:absolute;
	top:482px;
	right:18px;
}

#legacy {
	background: url(../img/common/legacy.jpg) no-repeat;
	width: 980px;
	height: 580px;
	margin: auto;
	display: none;
}

#sound_player {
	position: absolute;
	top: 0;
	left: 0;
}

#popup01 a{
	width:284px;
	height:255px;
	background:url(../img/index/popup-01.png) no-repeat;
	display:block;
}

#popup01 a:hover{
	background-position:0 -255px;
}

.mo01{
	float:left;
}
.mo01 a{
	width:290px;
	height:33px;
	background:url(../img/index/btn-se.png) no-repeat;
	display:block;
}

.mo01 a:hover{
	background-position:0 -33px;
}

.mo02{
	float:left;
	margin-left:25px;
}
.mo02 a{
	width:290px;
	height:33px;
	background:url(../img/index/btn-amazon.png) no-repeat;
	display:block;
}

.mo02 a:hover{
	background-position:0 -33px;
}

.mo03{
	float:left;
	margin-left:25px;
}
.mo03 a{
	width:290px;
	height:33px;
	background:url(../img/index/btn-sms.png) no-repeat;
	display:block;
}

.mo03 a:hover{
	background-position:0 -33px;
}

.mo04{
	position:absolute;
	bottom:30px;
	left:30px;
}
.mo04 a{
	width:574px;
	height:40px;
	background:url(../img/index/btn-official.png) no-repeat;
	display:block;
}

.mo04 a:hover{
	background-position:0 -40px;
}


#linklist{
	padding-top:980px;
	padding-left:35px;
}

#compors{
}

#tracklist{
	position:relative;
	background-image:url(../img/index/content-03.jpg);
	height:561px;
}

#tracklist .chara{
	position:absolute;
	top:170px;
	right:0;
}

#tracklist .track01{
	position:absolute;
	top:130px;
	left:72px;
	z-index:100;
}

#tracklist .track02{
	position:absolute;
	top:130px;
	left:352px;
	z-index:100;
}

#tracklist .track01 li,#tracklist .track02 li{
	position:relative;
}
#tracklist .track01 li p{
	position:absolute;
	top:10px;
	left:-24px;
	z-index:200;
}
#tracklist .track02 li p{
	position:absolute;
	top:10px;
	left:-24px;
	z-index:200;
}
#team{
	position:relative;
	background-image:url(../img/index/content-04.jpg);
	height:589px;
}