@charset "utf-8";

#wrapper{
	width: 100%;
	max-width: 1920px;
	min-width: 1280px;
	min-height: 1270px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;

	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
}

body#sub #wrapper{
	min-height: 1270px;
}

#loader {
	width: 100%;
	height: 2px;
	margin: 0;
	padding:0;
	text-align: center;
	background: #ddd;
	position: relative;
	top: 300px;
	z-index: 20;
}

#loader_bg {
	width: 100%;
	height: 100%;
	margin: 0;
	padding:0;
	position: absolute;
	top:0;
	left: 0;
	z-index: 10;
	background: #f9f9f4;
}

#bar {
	width: 100%;
	height: 2px;
	padding: 0px;
	font-size: 1px;
}

#bar span {
	display: block;
	width: 0px;
	height: 2px;
	background: #5caa16;
}

/*************************************************************************************/
/*header*/
/*************************************************************************************/

#gnav{
	width: 100%;
	height: 88px;
	background: url('../img/nav_bg_01.jpg') center top repeat-x;
	position: relative;
}

 #gnav #nav_area{
	 min-width:1290px;
	padding: 0 0 0 0px;

	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
}

#gnav ul{
	height: 52px;
	padding: 18px 0 0;
	text-align: center;
	background: url('../img/nav_bg_02.gif') center 24px no-repeat;
	position: relative;
	z-index: 6;
}

#gnav ul li{
	height: 52px;
	margin: 0 1px 0;
	display: inline-block;
	position: relative;
	top: 0;
}

#gnav ul li img.new{
	position: absolute;
	top: -11px;
	left: -5px;
	z-index: 5;
}

#gnav ul li:hover{
	background: url('../img/nav_bg_03.png') center top no-repeat;
}

#gnav ul li a{
	width: 122px;
	height: 52px;
	display: block;
	position: relative;
	top:0;
}

#gnav ul li a:hover{	
    animation: ton 200ms ease-in;
	-webkit-animation: ton 200ms ease-in;
	-moz-animation: ton 200ms ease-in;
	-o-animation: ton 200ms ease-in;
}

@keyframes ton {
    from {top: 0px;}
    50% {top: 5px;}
    90% {top: -2px;}
    to {top: 0px;}
}

@-webkit-keyframes ton {
    from {top: 0px;}
    50% {top: 5px;}
    90% {top: -2px;}
    to {top: 0px;}
}

@-moz-keyframes ton {
    from {top: 0px;}
    50% {top: 5px;}
    90% {top: -2px;}
    to {top: 0px;}
}

@-o-keyframes ton {
    from {top: 0px;}
    50% {top: 5px;}
    90% {top: -2px;}
    to {top: 0px;}
}

#gnav ul li#btn01 a{
	background: url('../img/nav_btn_01.png') center top no-repeat;
}

#gnav ul li#btn01 a:hover{
	background-position: center -52px;
}

body#sub #gnav ul.about li#btn01 a{
	background-position: center -52px;
}

#gnav ul li#btn02 a{
	background: url('../img/nav_btn_02.png') center top no-repeat;
}

body#sub #gnav ul.world li#btn02 a{
	background-position: center -52px;
}

#gnav ul li#btn02 a:hover{
	background-position: center -52px;
}

#gnav ul li#btn03 a{
	background: url('../img/nav_btn_03.png') center top no-repeat;
}

body#sub #gnav ul.race li#btn03 a{
	background-position: center -52px;
}

#gnav ul li#btn03 a:hover{
	background-position: center -52px;
}

#gnav ul li#btn04 a{
	background: url('../img/nav_btn_04.png') center top no-repeat;
}

body#sub #gnav ul.story li#btn04 a{
	background-position: center -52px;
}

#gnav ul li#btn04 a:hover{
	background-position: center -52px;
}

#gnav ul li#btn05 a{
	background: url('../img/nav_btn_05.png') center top no-repeat;
}

body#sub #gnav ul.character li#btn05 a{
	background-position: center -52px;
}

#gnav ul li#btn05 a:hover{
	background-position: center -52px;
}

#gnav ul li#btn06 a{
	background: url('../img/nav_btn_06.png') center top no-repeat;
}

body#sub #gnav ul.system li#btn06 a{
	background-position: center -52px;
}

#gnav ul li#btn06 a:hover{
	background-position: center -52px;
}

#gnav ul li#btn07 a{
	background: url('../img/nav_btn_07.png') center top no-repeat;
}

body#sub #gnav ul.special li#btn07 a{
	background-position: center -52px;
}

#gnav ul li#btn07 a:hover{
	background-position: center -52px;
}

#gnav ul li#btn08 a{
	background: url('../img/nav_btn_08.png') center top no-repeat;
}

body#sub #gnav ul.battle li#btn08 a{
	background-position: center -52px;
}

#gnav ul li#btn08 a:hover{
	background-position: center -52px;
}


#gnav p#sub_logo{
	width: 245px;
	height: 88px;
	margin: 0 0 0 -624px;
	position: absolute;
	top: -30px;
	left: 50%;
	z-index: -1;
	opacity: 0;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/*sns*************************************************************************************/

#sns_bg{
	width: 100%;
	height: 56px;
	background: url('../img/nav_bg_06.png') center top no-repeat;
	position: absolute;
	top: 88px;
	z-index: 4;
}

#sns{
	width: 228px;
	height: 56px;
	float: right;
	position: absolute;
	top: 88px;
	right: 0;
	z-index: 7;
}

#sns ul li{
	margin: 0 2px 0 0;
	float: left;
	position: relative;
}

#sns ul li a{
	display: block;
	position: relative;
}

#sns ul li a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#sns ul li a:hover img{
	opacity: 0.8;
}

#sns ul li:first-child{
	width: 106px;
	height: 38px;
}

#sns ul li #BGMcontents{
	width: 106px;
	height: 38px;
	margin: 0;
	position: relative;
	top: 0px;
	/*display: none;*/
}

body#sub #sns ul li #BGMcontents{
	display: block;
}

/*装飾*************************************************************************************/

#gnav #wing{
	width: 100%;
	max-width: 1516px;
	height: 88px;
	margin: 0 auto;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;

	-webkit-transition: all 900ms ease-in-out;
	-moz-transition: all 900ms ease-in-out;
	-ms-transition: all 900ms ease-in-out;
	-o-transition: all 900ms ease-in-out;
	transition: all 900ms ease-in-out;
}

@media screen and (max-width: 1400px) {
#gnav #wing{
	display: none;
}	
}

#gnav #left_wing{
	width: 265px;
	height: 88px;
	margin: 0 auto;
	background: url('../img/nav_bg_04.png') left top no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

#gnav #right_wing{
	width: 265px;
	height: 88px;
	margin: 0;
	background: url('../img/nav_bg_05.png') right top no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}




/*下階層*************************************************************************************/

body#sub #gnav{
	width: 100%;
	height: 88px;
	padding: 0 0 0 0;
	background: url('../img/nav_bg_01.jpg') center top repeat-x;
	position: relative;
}

body#sub #gnav p#sub_logo{
	width: 245px;
	height: 88px;	
	margin: 0 0 0 -624px;
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 6;
	opacity: 1;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

body#sub #gnav p#sub_logo a{
	width: 245px;
	height: 88px;
	display: block;
	position: relative;
	z-index: 4;
}

body#sub #gnav p#sub_logo a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

body#sub #gnav p#sub_logo a:hover img{
	opacity: 0.8;
}

body#sub #gnav #nav_area{
	padding: 0 0 0 270px;

	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
}

body#sub #gnav ul{
	height: 52px;
	padding: 18px 0 0;
	text-align: center;
	background: url('../img/nav_bg_02.gif') center 24px no-repeat;
	position: relative;
	z-index: 4;
}

body#sub #gnav #wing{
	width: 100%;
	max-width: 1732px;
	height: 88px;
	margin: 0 auto;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;

	-webkit-transition: all 900ms ease-in-out;
	-moz-transition: all 900ms ease-in-out;
	-ms-transition: all 900ms ease-in-out;
	-o-transition: all 900ms ease-in-out;
	transition: all 900ms ease-in-out;
}

/*leftnav*************************************************************************************/

#left_nav{
	width: 297px;
	height: 100%;
	margin: 0 0 0 -650px;
	background: url('../img/nav_bg_09.png') center top repeat-y;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: ;
}

#left_nav dl{
	text-align: center;
}

#left_nav dt{
	position: relative;
	z-index: 5;
}

#left_nav dd{
	width: 247px;
	margin: 0 auto 4px;
	padding: 0;
	background: #fff791;
	position: relative;
	z-index: 8;
}

#left_nav dt img.new{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 27px;
	left: -7px;
	z-index: 9;
}

#left_nav dd img.new{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 7px;
	left: -32px;
	z-index: 9;
}

#left_nav dd a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#left_nav dd a:hover img{
	opacity: 0.6;
}

/*leftnav_s*************************************************************************************/

#left_nav_s{
	width: 297px;
	height: 261px;
	margin: 0 0 0 -650px;
	padding: 12px 0 0;
	background: url('../img/nav_bg_08.png') center top no-repeat;	
	position: absolute;
	top: 170px;
	left: 50%;
	z-index: 3;

	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
}

#left_nav_s dl{
	text-align: center;
}

#left_nav_s dt{
	position: relative;
	z-index: 5;
}

#left_nav_s dd{
	width: 247px;
	margin: 0 auto 4px;
	padding: 0;
	background: #fff791;
	position: relative;
	z-index: 5;
}

#left_nav_s dd img.new{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 7px;
	left: -32px;
	z-index: 4;
}

#left_nav_s dd a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#left_nav_s dd a:hover img{
	opacity: 0.6;
}


/*************************************************************************************/
/*main_contents*/
/*************************************************************************************/

#main_contents{
	width: 100%;
	position: relative;
}

/*top*************************************************************************************/

#main_contents #top_bg{
	width: 100%;
	height: 900px;
	background: url('../img/top_bg_04.jpg') center -20px no-repeat;
}

#top_bg h1{
	width: 100%;
	height: 412px;
	margin: 0 auto;
	background: url('../img/top_logo_01b.png') center top no-repeat;
	position: absolute;
	top: 350px;
	left: 0;
	right: 0;
	z-index: 6;
	opacity: 0;
}

#top_bg p{
	width: 100%;
	height: 71px;
	margin: 0 auto;
	background: url('../img/top_logo_10.png') center top no-repeat;
	position: absolute;
	top: 660px;
	left: 0;
	right: 0;
	z-index: 6;
	opacity: 0;
}
/*
#top_bg p{
	width: 100%;
	height: 130px;
	margin: 0 auto;
	background: url('../img/top_logo_04.png') center top no-repeat;
	position: absolute;
	top: 340px;
	left: 0;
	right: 0;
	z-index: 6;
	opacity: 0;
}
*/

#main_contents #topic{
	width: 320px;
	position: absolute;
	right: 0px;
	z-index: 6;
}

#main_contents #topic li img.new{
	position: absolute;
	top: 30px;
	left: 15px;
	z-index: 4;
}

#main_contents #topic a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#main_contents #topic a:hover img, #main_contents a#info01:hover img,
#main_contents #topic a:hover img, #main_contents a#info02:hover img, #main_contents #info03 a:hover img{
	opacity: 0.7;
}

#main_contents #topic li{
	opacity: 0;
}

#main_contents #topic li#t01{
	width: 181px;
	height: 182px;
	position: absolute;
	top: 38px;
	left: -10px;
}

#main_contents #topic li#t02{
	width: 181px;
	height: 182px;
	position: absolute;
	top: 152px;
	right: 15px;
}

#main_contents #topic li#t03{
	width: 181px;
	height: 182px;
	position: absolute;
	top: 321px;
	right: 48px;
}

#main_contents #topic li#t04{
	width: 181px;
	height: 182px;
	position: absolute;
	top: 445px;
	left: -27px;
}

#main_contents a#info01{
	display:block;
	position:absolute;
	left:50%;
	margin-left:-575px;
	top:516px;
	z-index:1000;
	opacity:0;
}

#main_contents a#info02{
	display:block;
	position:absolute;
	left:50%;
	margin-left:-575px;
	top:425px;
	z-index:1001;
	opacity:0;
}

#main_contents #info03{
	display:block;
	width:249px;
	height:312px;
	background:url(../img/top_info_03.png) no-repeat center top;
	position:absolute;
	left:50%;
	margin-left:-576px;
	top:200px;
	z-index:1002;
	opacity:0;
}
	#main_contents #info03 a{
		display:block;
		position:absolute;
		left:13px;
	}
	#main_contents #info03 a.btnWin{ top:55px; }
	#main_contents #info03 a.btnApp{ top:142px; }
	#main_contents #info03 a.btnAnd{ top:229px; }

#main_contents #mv{
	width: 1000px;
	height: 900px;
	background: url('../img/top_mv_01.png') left top no-repeat;	
	position: absolute;
	top: -90px;
	right: 0px;
	z-index: 5;

	opacity: 0;
}

@media screen and (max-width: 1700px) {
#main_contents #mv{
	width: 100%;
	background-position: left top;
	margin: 0 0 0 -200px;
	left: 50%;
}
}

@media screen and (max-width: 1400px) {
/*
#main_contents #mv{
	width: 1000px;
	margin: 0;
	background-position: 200px top;
	left: auto;
	right: 0px;
}

#main_contents #topic{
	width: 1280px;
	height: 182px;
	margin: 0 auto;
	position: absolute;
	top: 500px;
	left: 0px;
	right: 0px;
	z-index: 6;
}

#main_contents #topic ul{
	text-align: center;
}

#main_contents #topic ul li{
	display: inline-block;
}

#main_contents #topic li#t01{
	position: relative;
	top: 0px;
	left: 0px;
}

#main_contents #topic li#t02{
	position: relative;
	top: 0px;
	left: 0px;
}

#main_contents #topic li#t03{
	position: relative;
	top: 0px;
	left: 0px;
}

#main_contents #topic li#t04{
	position: relative;
	top: 0px;
	left: 0px;
}
*/

}

#main_contents #movie{
	width: 1385px;
	height: 900px;
	position: absolute;
	top: 0px;
	left: -150px;
	z-index: -1;
}

#main_contents #movie iframe{
}

#main_contents #movie #m_flt{
	width: 100%;
	height: 100%;
	background: url('../img/top_bg_02.png') left top repeat;	
	position: absolute;
	top: 0px;
	left:0px;
}
#main_contents #movie #siromaku{
	width: 100%;
	height: 100%;
	background: url('../img/top_bg_03.jpg') left top repeat;
	position: absolute;
	top: 0px;
	left:0px;
	z-index: 2;
}


#main_contents #movie iframe{
	top: 0px;
	left: 0px;
}




/*************************************************************************************/
/*about*/
/*************************************************************************************/

#about_bg{
	width: 100%;
	height: 900px;
	background: url('../img/race_bg_03.jpg') center -88px no-repeat;	
}

h1#about{
	width: 100%;
	height: 137px;
	margin: 0 auto;
	background: url('../img/about_ttl_01.png') center top no-repeat;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	z-index: 3;
	opacity:0;
}

#about_bg #about_contents{
	width: 100%;
	max-width: 1396px;
	height: 785px;
	margin: 0 auto;
	background: url('../img/about_read_01.png') center 0px no-repeat;	
	position: relative;
	top: 120px;
	opacity:0;
}

/*************************************************************************************/
/*world*/
/*************************************************************************************/

#worldmap{
	width: 100%;
	height: 900px;
	background: url('../img/world_bg_01.jpg') center -45px no-repeat;	
}

h1#world{
	width: 100%;
	height: 137px;
	margin: 0 auto;
	background: url('../img/world_ttl_01.png') center top no-repeat;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	z-index: 3;
	opacity:0;
}

#worldmap #world_contents{
	width: 100%;
	max-width: 1396px;
	height: 785px;
	margin: 0 auto;
	background: url('../img/world_map_01.png') center 30px no-repeat;	
	position: relative;
	opacity:0;
}

#worldmap #world_contents ul{
	width: 1270px;
	height: 629px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 93px;
}

#worldmap #world_contents ul li{
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 5;
	opacity:0;
}

#worldmap #world_contents ul li img.new{
	position: absolute;
	top: -5px;
	left: -2px;
	z-index: 4;
}

#worldmap #world_contents ul li#point01{
	width: 232px;
	height: 84px;
	padding: 24px 0 0 0;
	background: url('../img/world_point_01.png') center top no-repeat;
	top: 28px;
	left: 270px;
	cursor: pointer;
}

#worldmap #world_contents ul li#point01:hover{
	background-position: 0 -84px;
    animation: puyon 200ms ease-in;
	-webkit-animation: puyon 200ms ease-in;
	-moz-animation: puyon 200ms ease-in;
}

@keyframes puyon {
    from {top: 28px;}
    50% {top: 35px;}
    90% {top: 25px;}
    to {top: 28px;}
}

@-webkit-keyframes puyon {
    from {top: 28px;}
    50% {top: 35px;}
    90% {top: 25px;}
    to {top: 28px;}
}

@-moz-keyframes puyon {
    from {top: 28px;}
    50% {top: 35px;}
    90% {top: 25px;}
    to {top: 28px;}
}

@-o-keyframes puyon {
    from {top: 28px;}
    50% {top: 35px;}
    90% {top: 25px;}
    to {top: 28px;}
}

#worldmap #world_contents ul li#point01 a{
	width: 100%;
	height: 30px;
	display: block;
}

#worldmap #world_contents ul li#point02{
	width: 186px;
	height: 64px;
	padding: 14px 0 0 0;
	background: url('../img/world_point_02.png') center top no-repeat;
	top: 266px;
	left: 870px;
	cursor: pointer;
}

#worldmap #world_contents ul li#point02:hover{
	background-position: 0 -64px;
    animation: puyon2 200ms ease-in;
	-webkit-animation: puyon2 200ms ease-in;
	-moz-animation: puyon2 200ms ease-in;
}

@keyframes puyon2 {
    from {top: 266px;}
    50% {top: 273px;}
    90% {top: 263px;}
    to {top: 266px;}
}

@-webkit-keyframes puyon2 {
    from {top: 266px;}
    50% {top: 273px;}
    90% {top: 263px;}
    to {top: 266px;}
}

@-moz-keyframes puyon2 {
    from {top: 266px;}
    50% {top: 273px;}
    90% {top: 263px;}
    to {top: 266px;}
}

@-o-keyframes puyon2 {
    from {top: 266px;}
    50% {top: 273px;}
    90% {top: 263px;}
    to {top: 266px;}
}

#worldmap #world_contents ul li#point02 a{
	width: 100%;
	height: 30px;
	display: block;
}

#worldmap #world_contents ul li#point03{
	width: 169px;
	height: 66px;
	padding: 16px 0 0;
	background: url('../img/world_point_03.png') center top no-repeat;
	top: 307px;
	left: 538px;
	cursor: pointer;
}

#worldmap #world_contents ul li#point03:hover{
	background-position: 0 -66px;
    animation: puyon3 200ms ease-in;
	-webkit-animation: puyon3 200ms ease-in;
	-moz-animation: puyon3 200ms ease-in;
}

@keyframes puyon3 {
    from {top: 307px;}
    50% {top: 314px;}
    90% {top: 304px;}
    to {top: 307px;}
}

@-webkit-keyframes puyon3 {
    from {top: 307px;}
    50% {top: 314px;}
    90% {top: 304px;}
    to {top: 307px;}
}

@-moz-keyframes puyon3 {
    from {top: 307px;}
    50% {top: 314px;}
    90% {top: 304px;}
    to {top: 307px;}
}


@-o-keyframes puyon3 {
    from {top: 307px;}
    50% {top: 314px;}
    90% {top: 304px;}
    to {top: 307px;}
}

#worldmap #world_contents ul li#point03 a{
	width: 100%;
	height: 30px;
	display: block;
}

#worldmap #world_contents ul li#point04{
	width: 153px;
	height: 71px;
	padding: 20px 0 0;
	background: url('../img/world_point_04.png') center top no-repeat;
	top: 476px;
	left: 636px;
	cursor: pointer;
}

#worldmap #world_contents ul li#point04:hover{
	background-position: 0 -71px;
    animation: puyon4 200ms ease-in;
	-webkit-animation: puyon4 200ms ease-in;
	-moz-animation: puyon4 200ms ease-in;
}

@keyframes puyon4 {
    from {top: 476px;}
    50% {top: 483px;}
    90% {top: 473px;}
    to {top: 476px;}
}

@-webkit-keyframes puyon4 {
    from {top: 476px;}
    50% {top: 483px;}
    90% {top: 473px;}
    to {top: 476px;}
}

@-moz-keyframes puyon4 {
    from {top: 476px;}
    50% {top: 483px;}
    90% {top: 473px;}
    to {top: 476px;}
}

@-o-keyframes puyon4 {
    from {top: 476px;}
    50% {top: 483px;}
    90% {top: 473px;}
    to {top: 476px;}
}

#worldmap #world_contents ul li#point04 a{
	width: 100%;
	height: 30px;
	display: block;
}

#worldmap #world_contents ul li#point05{
	width: 203px;
	height: 73px;
	padding: 21px 0 0;
	background: url('../img/world_point_05.png') center top no-repeat;
	top: 446px;
	left: 741px;
	cursor: pointer;
}

#worldmap #world_contents ul li#point05:hover{
	background-position: 0 -73px;
    animation: puyon5 200ms ease-in;
	-webkit-animation: puyon5 200ms ease-in;
	-moz-animation: puyon5 200ms ease-in;
}

@keyframes puyon5 {
    from {top: 446px;}
    50% {top: 453px;}
    90% {top: 443px;}
    to {top: 446px;}
}

@-webkit-keyframes puyon5 {
    from {top: 446px;}
    50% {top: 453px;}
    90% {top: 443px;}
    to {top: 446px;}
}

@-moz-keyframes puyon5 {
    from {top: 446px;}
    50% {top: 453px;}
    90% {top: 443px;}
    to {top: 446px;}
}

@-o-keyframes puyon5 {
    from {top: 446px;}
    50% {top: 453px;}
    90% {top: 443px;}
    to {top: 446px;}
}

#worldmap #world_contents ul li#point05 a{
	width: 100%;
	height: 30px;
	display: block;
}

#worldmap #world_contents ul li#point06{
	width: 186px;
	height: 67px;
	padding: 20px 0 0;
	background: url('../img/world_point_06.png') center top no-repeat;
	top: 349px;
	left: 693px;
	cursor: pointer;
}

#worldmap #world_contents ul li#point06:hover{
	background-position: 0 -67px;
    animation: puyon6 200ms ease-in;
	-webkit-animation: puyon6 200ms ease-in;
	-moz-animation: puyon6 200ms ease-in;
}

@keyframes puyon6 {
    from {top: 349px;}
    50% {top: 356px;}
    90% {top: 346px;}
    to {top: 349px;}
}

@-webkit-keyframes puyon6 {
    from {top: 349px;}
    50% {top: 356px;}
    90% {top: 346px;}
    to {top: 349px;}
}

@-moz-keyframes puyon6 {
    from {top: 349px;}
    50% {top: 356px;}
    90% {top: 346px;}
    to {top: 349px;}
}

@-o-keyframes puyon6 {
    from {top: 349px;}
    50% {top: 356px;}
    90% {top: 346px;}
    to {top: 349px;}
}

#worldmap #world_contents ul li#point06 a{
	width: 100%;
	height: 30px;
	display: block;
}



/*worldmap_point**********************************************************/

#worldmap_area{
	width: 100%;
	height: 900px;	
}

#worldmap_area h1#world{
	background: url('../img/world_ttl_02.png') center top no-repeat;
}

#main_contents .map01{
	background: url('../img/world_bg_02.jpg') center top no-repeat;

	animation: name 1500ms ease-out 1;
	animation-fill-mode: both;
	-webkit-animation: name 1500ms ease-out 1;
	-webkit-animation-fill-mode: both;
	-moz-animation: name 1500ms ease-out 1;
	-moz-animation-fill-mode: both;
	-o-animation: name 1500ms ease-out 1;
	-o-animation-fill-mode: both;		
}

@keyframes name{
	0%{background-position: center 0px;}
	100%{background-position: center -110px;}
}
@-webkit-keyframes name{
	0%{background-position: center 0px;}
	100%{background-position: center -110px;}
}
@-moz-keyframes name{
	0%{background-position: center 0px;}
	100%{background-position: center -110px;}
}
@-o-keyframes name{
	0%{background-position: center 0px;}
	100%{background-position: center -110px;}
}

#main_contents .map02{
	background: url('../img/world_bg_03.jpg') center top no-repeat;	

	animation: name 1500ms ease-out 1;
	animation-fill-mode: both;
	-webkit-animation: name 1500ms ease-out 1;
	-webkit-animation-fill-mode: both;
	-moz-animation: name 1500ms ease-out 1;
	-moz-animation-fill-mode: both;
	-o-animation: name 1500ms ease-out 1;
	-o-animation-fill-mode: both;	
}

#main_contents .map03{
	background: url('../img/world_bg_06.jpg') center top no-repeat;	

	animation: name 1500ms ease-out 1;
	animation-fill-mode: both;
	-webkit-animation: name 1500ms ease-out 1;
	-webkit-animation-fill-mode: both;
	-moz-animation: name 1500ms ease-out 1;
	-moz-animation-fill-mode: both;
	-o-animation: name 1500ms ease-out 1;
	-o-animation-fill-mode: both;	
}

#main_contents .map04{
	background: url('../img/world_bg_05.jpg') center -120px no-repeat;	

	animation: name 1500ms ease-out 1;
	animation-fill-mode: both;
	-webkit-animation: name 1500ms ease-out 1;
	-webkit-animation-fill-mode: both;
	-moz-animation: name 1500ms ease-out 1;
	-moz-animation-fill-mode: both;
	-o-animation: name 1500ms ease-out 1;
	-o-animation-fill-mode: both;	
}

#main_contents .map05{
	background: url('../img/world_bg_07.jpg') center top no-repeat;	

	animation: name 1500ms ease-out 1;
	animation-fill-mode: both;
	-webkit-animation: name 1500ms ease-out 1;
	-webkit-animation-fill-mode: both;
	-moz-animation: name 1500ms ease-out 1;
	-moz-animation-fill-mode: both;
	-o-animation: name 1500ms ease-out 1;
	-o-animation-fill-mode: both;	
}

#main_contents .map06{
	background: url('../img/world_bg_04.jpg') center top no-repeat;	

	animation: name 1500ms ease-out 1;
	animation-fill-mode: both;
	-webkit-animation: name 1500ms ease-out 1;
	-webkit-animation-fill-mode: both;
	-moz-animation: name 1500ms ease-out 1;
	-moz-animation-fill-mode: both;
	-o-animation: name 1500ms ease-out 1;
	-o-animation-fill-mode: both;	
}

#area_ppl ul{
	margin: 0;
	padding: 38px 0 0 48px;
}

#area_ppl ul li{
	width: 44px;
	height: 44px;
	margin: 0 8px 0 0;
	float: left;	
}

#area_ppl ul li a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#area_ppl ul li a:hover img{
	opacity: 0.6;
}

ul#nav_popup_worldmap li a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

ul#nav_popup_worldmap li a:hover img{
	opacity: 0.6;
}

ul#nav_popup_worldmap li#close{
	width: 74px;
	height: 74px;
	margin: 0 0 0 560px;
	padding: 0;
	position: absolute;
	top: 45px;
	left: 50%;
	z-index: 3;
}

ul#nav_popup_worldmap li#next{
	width: 68px;
	height: 68px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 367px;
	right: 0;
	z-index: 3;
}

ul#nav_popup_worldmap li#back{
	width: 68px;
	height: 68px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 367px;
	left: 0;
	z-index: 3;
}

#area_name{opacity:0;}

#area_ppl{opacity:0;}

/*map1**********************************************************/

.map01 #area_name{
	width: 587px;
	height: 900px;
	margin: 0 0 0 -620px;
	background: url('../img/world_area_01.png') left 127px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

.map01 #area_ppl{
	width: 587px;
	height: 90px;
	margin: 0 0 0 -620px;
	background: url('../img/world_area_01_2.png') left top no-repeat;	
	position: absolute;
	top: 586px;
	left: 50%;
	z-index: 2;
}

/*map2**********************************************************/

.map02 #area_name{
	width: 587px;
	height: 900px;
	margin: 0 0 0 -620px;
	background: url('../img/world_area_02.png') left 127px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

.map02 #area_ppl{
	width: 587px;
	height: 90px;
	margin: 0 0 0 -620px;
	background: url('../img/world_area_02_2.png') left top no-repeat;	
	position: absolute;
	top: 543px;
	left: 50%;
	z-index: 2;
}

/*map3**********************************************************/

.map03 #area_name{
	width: 587px;
	height: 900px;
	margin: 0 0 0 -620px;
	background: url('../img/world_area_05.png') left 127px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

.map03 #area_ppl{
	width: 587px;
	height: 90px;
	margin: 0 0 0 -620px;
	background: url('../img/world_area_05_2.png') left top no-repeat;	
	position: absolute;
	top: 543px;
	left: 50%;
	z-index: 2;
}

/*map4**********************************************************/

.map04 #area_name{
	width: 587px;
	height: 900px;
	margin: 0 0 0 -620px;
	background: url('../img/world_area_06.png') left 127px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

/*map5**********************************************************/

.map05 #area_name{
	width: 587px;
	height: 900px;
	margin: 0 0 0 -620px;
	background: url('../img/world_area_04.png') left 127px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

/*map6**********************************************************/

.map06 #area_name{
	width: 587px;
	height: 900px;
	margin: 0 0 0 -620px;
	background: url('../img/world_area_03.png') left 127px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}




/*************************************************************************************/
/*race*/
/*************************************************************************************/

#race_bg{
	width: 100%;
	height: 900px;
	background: url('../img/race_bg_01.jpg') center -88px no-repeat;	
}

h1#race{
	width: 100%;
	height: 137px;
	margin: 0 auto;
	background: url('../img/race_ttl_01.png') center top no-repeat;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	z-index: 3;
	opacity: 0;
}

#race_bg #race_contents{
	width: 100%;
	max-width: 1396px;
	height: 785px;
	margin: 0 auto;
	background: url('../img/race_bg_02.png') center 60px no-repeat;	
	position: relative;
	opacity: 0;
}

#race_bg #race_contents ul{
	width: 1270px;
	height: 629px;
	margin: 0 auto;
	padding: 56px 0 0 60px;
	text-align: center;
	position: relative;
	top: 108px;
}

#race_bg #race_contents ul li{
	width: 235px;
	height: 235px;	
	margin: 0 53px 46px 0;
	float: left;
	position: relative;

	transform-style: preserve-3d;
	perspective: 100;
	opacity: 0;
}

#race_bg #race_contents ul li a{
	width: 235px;
	height: 235px;
	display: block;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 4;
}

#race_bg #race_contents ul li img{
	position: absolute;
	top: 0;
	left: 0;

	transform-style: preserve-3d;
	perspective: 100;
}

#race_bg #race_contents ul li:hover img{
	animation: kurukuru 800ms ease-out 1;
	animation-fill-mode: both;

	-webkit-animation: kurukuru 800ms ease-out 1;
	-webkit-animation-fill-mode: both;

	-moz-animation: kurukuru 800ms ease-out 1;
	-moz-animation-fill-mode: both;
}

@keyframes kurukuru{
	0%{transform: rotateY(0deg);}
	100%{transform: rotateY(360deg);opacity:0.6;}
}

@-webkit-keyframes kurukuru{
	0%{transform: rotateY(0deg);}
	100%{transform: rotateY(360deg);opacity:0.6;}
}

@-moz-keyframes kurukuru{
	0%{transform: rotateY(0deg);}
	100%{transform: rotateY(360deg);opacity:0.6;}
}

@-o-keyframes kurukuru{
	0%{transform: rotateY(0deg);}
	100%{transform: rotateY(360deg);opacity:0.6;}
}

#race_bg #race_contents ul li#first{
	margin: 0 53px 46px 50px;
}

#race_bg #race_contents ul li#last{
	margin: 0 103px 46px 0;
}

#race_name{
	opacity: 0;
}

/*popupnav**********************************************************/

ul#nav_popup_race li#close{
	width: 74px;
	height: 74px;
	margin: 0 0 0 560px;
	padding: 0;
	position: absolute;
	top: 45px;
	left: 50%;
	z-index: 3;
}

ul#nav_popup_race li#next{
	width: 68px;
	height: 68px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 367px;
	right: 0;
	z-index: 3;
}

ul#nav_popup_race li#back{
	width: 68px;
	height: 68px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 367px;
	left: 0;
	z-index: 3;
}

ul#nav_popup_race li a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

ul#nav_popup_race li a:hover img{
	opacity: 0.6;
}

/*race1**********************************************************/

#main_contents #race_bg_01{
	width: 100%;
	height: 900px;
	background: url('../img/race_bg_03.jpg') left top no-repeat;
}

#main_contents #race_bg_01 h1#race{
	background: url('../img/race_ttl_02.png') center top no-repeat;
}

#race_bg_01 #portrait{
	width: 529px;
	height: 900px;
	margin: 0 0 0 2%;
	background: url('../img/race_port_01.png') right top no-repeat;	
	position: absolute;
	top: 39px;
	left: 50%;
	z-index: 1;
}

#race_bg_01 #race_name{
	width: 587px;
	height: 900px;
	margin: 0 0 0 -610px;
	background: url('../img/race_name_01.png') left 133px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

/*race2**********************************************************/

#main_contents #race_bg_02{
	width: 100%;
	height: 900px;
	background: url('../img/race_bg_03.jpg') left top no-repeat;
}

#main_contents #race_bg_02 h1#race{
	background: url('../img/race_ttl_02.png') center top no-repeat;
}

#race_bg_02 #portrait{
	width: 306px;
	height: 900px;
	margin: 0 0 0 7%;
	background: url('../img/race_port_02.png') right top no-repeat;	
	position: absolute;
	top: 34px;
	left: 50%;
	z-index: 1;
}

#race_bg_02 #race_name{
	width: 587px;
	height: 900px;
	margin: 0 0 0 -610px;
	background: url('../img/race_name_02.png') left 161px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

/*race3**********************************************************/

#main_contents #race_bg_03{
	width: 100%;
	height: 900px;
	background: url('../img/race_bg_03.jpg') left top no-repeat;
}

#main_contents #race_bg_03 h1#race{
	background: url('../img/race_ttl_02.png') center top no-repeat;
}

#race_bg_03 #portrait{
	width: 288px;
	height: 900px;
	margin: 0 0 0 7%;
	background: url('../img/race_port_03.png') right top no-repeat;	
	position: absolute;
	top: 62px;
	left: 50%;
	z-index: 1;
}

#race_bg_03 #race_name{
	width: 587px;
	height: 900px;
	margin: 0 0 0 -610px;
	background: url('../img/race_name_03.png') left 161px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

/*race4**********************************************************/

#main_contents #race_bg_04{
	width: 100%;
	height: 900px;
	background: url('../img/race_bg_03.jpg') left top no-repeat;
}

#main_contents #race_bg_04 h1#race{
	background: url('../img/race_ttl_02.png') center top no-repeat;
}

#race_bg_04 #portrait{
	width: 992px;
	height: 900px;
	margin: 0 0 0 3%;
	background: url('../img/race_port_04.png') right top no-repeat;	
	position: absolute;
	top: 29px;
	left: 40%;
	z-index: 2;
}

#race_bg_04 #race_name{
	width: 587px;
	height: 900px;
	margin: 0 0 0 -610px;
	background: url('../img/race_name_04.png') left 133px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 1;
}

/*race5**********************************************************/

#main_contents #race_bg_05{
	width: 100%;
	height: 900px;
	background: url('../img/race_bg_03.jpg') left top no-repeat;
}

#main_contents #race_bg_05 h1#race{
	background: url('../img/race_ttl_02.png') center top no-repeat;
}

#race_bg_05 #portrait{
	width: 657px;
	height: 900px;
	margin: 0 0 0 1%;
	background: url('../img/race_port_05.png') right top no-repeat;	
	position: absolute;
	top: 34px;
	left: 48%;
	z-index: 1;
}

#race_bg_05 #race_name{
	width: 587px;
	height: 900px;
	margin: 0 0 0 -610px;
	background: url('../img/race_name_05.png') left 133px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

/*race6**********************************************************/

#main_contents #race_bg_06{
	width: 100%;
	height: 900px;
	background: url('../img/race_bg_03.jpg') left top no-repeat;
}

#main_contents #race_bg_06 h1#race{
	background: url('../img/race_ttl_02.png') center top no-repeat;
}

#race_bg_06 #portrait{
	width: 1004px;
	height: 900px;
	margin: 0 0 0 4%;
	background: url('../img/race_port_06.png') right top no-repeat;	
	position: absolute;
	top: 29px;
	left: 40%;
	z-index: 2;
}

#race_bg_06 #race_name{
	width: 587px;
	height: 900px;
	margin: 0 0 0 -610px;
	background: url('../img/race_name_06.png') left 133px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 1;
}

/*race7**********************************************************/

#main_contents #race_bg_07{
	width: 100%;
	height: 900px;
	background: url('../img/race_bg_03.jpg') left top no-repeat;
}

#main_contents #race_bg_07 h1#race{
	background: url('../img/race_ttl_02.png') center top no-repeat;
}

#race_bg_07 #portrait{
	width: 704px;
	height: 900px;
	margin: 0 0 0 1.5%;
	background: url('../img/race_port_07.png') right top no-repeat;	
	position: absolute;
	top: 36px;
	left: 48%;
	z-index: 1;
}

#race_bg_07 #race_name{
	width: 587px;
	height: 900px;
	margin: 0 0 0 -610px;
	background: url('../img/race_name_07.png') left 133px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

/*race8**********************************************************/

#main_contents #race_bg_08{
	width: 100%;
	height: 900px;
	background: url('../img/race_bg_03.jpg') left top no-repeat;
}

#main_contents #race_bg_08 h1#race{
	background: url('../img/race_ttl_02.png') center top no-repeat;
}

#race_bg_08 #portrait{
	width: 744px;
	height: 900px;
	margin: 0 0 0 5%;
	background: url('../img/race_port_08.png') right top no-repeat;	
	position: absolute;
	top: 67px;
	left: 45%;
	z-index: 1;
}

#race_bg_08 #race_name{
	width: 587px;
	height: 900px;
	margin: 0 0 0 -610px;
	background: url('../img/race_name_08.png') left 161px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}




/*************************************************************************************/
/*story*/
/*************************************************************************************/

h1#story{
	width: 100%;
	height: 137px;
	margin: 0 auto;
	background: url('../img/story_ttl_01.png') center top no-repeat;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	z-index: 3;
	opacity:0;
}

#pagetop_btn{
	width: 137px;
	height: 23px;
	margin: 0 auto;
	position: absolute;
	top: 240px;
	left: 0;
	right: 0;
	z-index: 3;
	opacity:1;
}

#pagetop_btn a{
	width: 137px;
	height: 23px;
	margin: 0;
	background: url('../img/pagetop.png') center top no-repeat;
	display: block;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#pagetop_btn a:hover{
	opacity: 0.9;
}

/*story01**********************************************************/

#main_contents #story_bg_01{
	width: 100%;
	height: 900px;
	margin: 0 auto;
	position: relative;
	top:0px;
}

#main_contents #story_bg_01 #bg01{
	width: 100%;
	height: 1900px;
	background: url('../img/story_bg_01.jpg') center top no-repeat;
	background-size:cover;
	background-attachment:fixed;
	position: absolute;
	top:0px;
	z-index:1;
}

#main_contents #story_bg_01 #bg02{
	width: 100%;
	height: 1900px;
	background: url('../img/story_bg_02.jpg') center top no-repeat;
	background-size: cover;
	background-attachment:fixed;
	position: absolute;
	top:0;
	z-index:2;
	display: none;
}

#story_bg_01 #story_txt{
	width: 888px;
	height: 1462px;
	margin: 0 auto;
	background: url('../img/story_txt_01.png') right top no-repeat;	
	position: absolute;
	top: 160px;
	right: 0;
	left: 0;
	z-index: 2;
	opacity:0;
}

/*story02**********************************************************/

#main_contents #story_bg_02{
	width: 100%;
	height: 3070px;
	margin: 0 auto;
	position: relative;
	top:0px;
}

#main_contents #story_bg_02 #bg01{
	width: 100%;
	height: 2810px;
	background: url('../img/story_bg_03.jpg') center top no-repeat;
	background-size: cover;
	background-attachment:fixed;
	position: absolute;
	top:0;
	z-index:1;
}

#main_contents #story_bg_02 #bg02{
	width: 100%;
	height: 2810px;
	background: url('../img/story_bg_04.jpg') center top no-repeat;
	background-size: cover;
	background-attachment:fixed;
	position: absolute;
	z-index:2;
	display: none;
}

#story_bg_02 #story_txt{
	width: 888px;
	height: 2434px;
	margin: 0 auto;
	background: url('../img/story_txt_02.png') right top no-repeat;	
	position: absolute;
	top: 160px;
	right: 0;
	left: 0;
	z-index: 2;
	opacity:0;
}

/*story03**********************************************************/

#main_contents #story_bg_03{
	width: 100%;
	height: 3440px;
	margin: 0 auto;
	position: relative;
	top:0px;
}

#main_contents #story_bg_03 #bg01{
	width: 100%;
	height: 3440px;
	background: url('../img/story_bg_05.jpg') center top no-repeat;
	background-size: cover;
	background-attachment:fixed;
	position: absolute;
	top:0;
	z-index:1;
}

#main_contents #story_bg_03 #bg02{
	width: 100%;
	height: 3440px;
	background: url('../img/story_bg_06.jpg') center top no-repeat;
	background-size: cover;
	background-attachment:fixed;
	position: absolute;
	z-index:2;
	display: none;
}

#story_bg_03 #story_txt{
	width: 888px;
	height: 3102px;
	margin: 0 auto;
	background: url('../img/story_txt_03.png') right top no-repeat;	
	position: absolute;
	top: 160px;
	right: 0;
	left: 0;
	z-index: 2;
	opacity:0;
}


/*story04**********************************************************/

#main_contents #story_bg_04{
	width: 100%;
	height: 940px;
	margin: 0 auto;
	position: relative;
	top:0px;
}

#main_contents #story_bg_04 #bg01{
	width: 100%;
	height: 965px;
	background: url('../img/story_bg_07.jpg') center top no-repeat;
	background-size: cover;
	background-attachment:fixed;
	position: absolute;
	top:0;
	z-index:1;
}

#story_bg_04 #story_txt{
	width: 1210px;
	height: 894px;
	margin: 0 auto;
	background: url('../img/story_main_04.png') right top no-repeat;	
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
	z-index: 2;
	opacity:0;
}

#story_bg_04 #story_txt a.linkPage{
	display:block;
	width:640px;
	height:154px;
	position:absolute;
	left:50%;
	top:665px;
	margin-left:-320px;
	transition:all 400ms ease-in;
	-webkit-transition:all 400ms ease-in;
	-moz-transition:all 400ms ease-in;
	-o-transition:all 400ms ease-in;
}

#story_bg_04 #story_txt a.linkPage:hover{
	opacity:0.7;
}

/*************************************************************************************/
/*character*/
/*************************************************************************************/

#main_contents .bg01{
	background: url('../img/chara_bg_01.jpg') center top no-repeat;	
}

#main_contents .bg02{
	background: url('../img/chara_bg_02.jpg') center top no-repeat;	
}

#main_contents .bg03{
	background: url('../img/chara_bg_03.jpg') center top no-repeat;	
}

#main_contents .bg04{
	background: url('../img/chara_bg_04.jpg') center -300px no-repeat;	
}

h1#character{
	width: 100%;
	height: 218px;
	margin: 0 auto;
	background: url('../img/chara_ttl_02.png') center top no-repeat;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	z-index: 3;
	opacity: 0;
}

#portrait{opacity: 0;}
#catchcopy{opacity: 0;}
#chara_name{opacity: 0;}

#chara_name #novoice{
	width: 412px;
	height: 28px;
	margin: 0 auto;
	padding: 4px 0 0;
	background: url('../img/chara_voice_bg2.png') center top no-repeat;	
	position: absolute;
	bottom: 123px;
	left: 0px;
	right: 0px;
	z-index: 2;
}

#chara_name ul#txt_link{
	width: 499px;
	height: 270px;
	margin: 0;
	position: absolute;
	top: 540px;
	z-index: 3;
}

#chara_name #voice ul li a{
	cursor: pointer;
}

#left_nav dt.hover{	cursor:pointer;	}
#left_nav dt.hover:hover{	opacity:0.8;	}

/*character1**********************************************************/

#main_contents #character_bg_01{
	width: 100%;
	height: 930px;
}

#character_bg_01 #portrait{
	width: 945px;
	height: 930px;
	margin: 0 0 0 4%;
	background: url('../img/chara_port_01.png') right top no-repeat;	
	position: absolute;
	top: 60px;
	left: 40%;
	z-index: 1;
}

#character_bg_01 #catchcopy{
	width: 290px;
	height: 900px;
	margin: 0 0 0 25%;
	/*background: url('../img/chara_catch_01.png') left top no-repeat;	*/
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#character_bg_01 #chara_name{
	width: 909px;
	height: 900px;
	margin: 0 0 0 -330px;
	background: url('../img/chara_name_01b.png') left 380px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#chara_name ul#txt_link li#txt01{
	width: 110px;
	height: 20px;
	position: absolute;
	top: 17px;
	left: 117px;
}

#chara_name ul#txt_link li#txt01 a{
	width: 110px;
	height: 20px;
	display: block;
	background: url('../img/chara_txtlink_01.png') center top no-repeat;		
}

#chara_name ul#txt_link li#txt01 a:hover{
	width: 110px;
	height: 17px;
}

#character_bg_01 #chara_name img#anime{
	margin: 0 auto;
	position: absolute;
	top: 195px;
	left: 165px;
}

#character_bg_01 #chara_name #voice{
	width: 240px;
	position: absolute;
	left:600px;
	top:436px;
	z-index: 2;
}

#character_bg_01 #chara_name #voice ul{
	width: 240px;
}

#character_bg_01 #chara_name #voice ul li{
	display: inline-block;
	cursor: pointer;
}

#character_bg_01 #chara_name #voice ul li a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#character_bg_01 #chara_name #voice ul li a:hover img{
	opacity: 0.6;
}

/*character2**********************************************************/

#main_contents #character_bg_02{
	width: 100%;
	height: 930px;
}

#character_bg_02 #portrait{
	width: 527px;
	height: 930px;
	margin: 0 0 0 10%;
	background: url('../img/chara_port_02.png') right top no-repeat;	
	position: absolute;
	top: 60px;
	left: 50%;
	z-index: 1;
}

#character_bg_02 #catchcopy{
	width: 340px;
	height: 930px;
	margin: 0 0 0 25%;
	background: url('../img/chara_catch_02.png') left top no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#character_bg_02 #chara_name{
	width: 499px;
	height: 900px;
	margin: 0 0 0 -330px;
	background: url('../img/chara_name_02.png') left 380px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#chara_name ul#txt_link li#txt02{
	width: 53px;
	height: 20px;
	position: absolute;
	top: 57px;
	left: 307px;
}

#chara_name ul#txt_link li#txt02 a{
	width: 53px;
	height: 20px;
	display: block;
	background: url('../img/chara_txtlink_02.png') center top no-repeat;		
}

#chara_name ul#txt_link li#txt02 a:hover{
	width: 53px;
	height: 17px;
}

#character_bg_02 #chara_name img#anime{
	margin: 0 auto;
	position: absolute;
	top: 60px;
	left: 7px;
}

#character_bg_02 #chara_name #voice{
	width: 412px;
	height: 28px;
	margin: 0 auto;
	padding: 4px 0 0;
	background: url('../img/chara_voice_bg.png') center top no-repeat;	
	position: absolute;
	bottom: 123px;
	left: 0px;
	right: 0px;
	z-index: 3;
}

#character_bg_02 #chara_name #voice ul{
	text-align: center;
}

#character_bg_02 #chara_name #voice ul li{
	margin: 0 15px 0;
	display: inline-block;
}

#character_bg_02 #chara_name #voice ul li a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#character_bg_02 #chara_name #voice ul li a:hover img{
	opacity: 0.6;
}

/*character3**********************************************************/

#main_contents #character_bg_03{
	width: 100%;
	height: 930px;
}

#character_bg_03 #portrait{
	width: 795px;
	height: 930px;
	margin: 0 0 0 4%;
	background: url('../img/chara_port_03.png') left top no-repeat;	
	position: absolute;
	top: 36px;
	left: 50%;
	z-index: 1;
}

#character_bg_03 #catchcopy{
	width: 340px;
	height: 930px;
	margin: 0 0 0 28%;
	background: url('../img/chara_catch_03.png') left top no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#character_bg_03 #chara_name{
	width: 499px;
	height: 900px;
	margin: 0 0 0 -330px;
	background: url('../img/chara_name_03.png') left 380px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#chara_name ul#txt_link li#txt03{
	width: 65px;
	height: 20px;
	position: absolute;
	top: 56px;
	left: 257px;
}

#chara_name ul#txt_link li#txt03 a{
	width: 65px;
	height: 20px;
	display: block;
	background: url('../img/chara_txtlink_03.png') center top no-repeat;		
}

#chara_name ul#txt_link li#txt03 a:hover{
	width: 65px;
	height: 17px;
}

#chara_name ul#txt_link li#txt04{
	width: 65px;
	height: 20px;
	position: absolute;
	top: 153px;
	left: 317px;
}

#chara_name ul#txt_link li#txt04 a{
	width: 65px;
	height: 20px;
	display: block;
	background: url('../img/chara_txtlink_04.png') center top no-repeat;		
}

#chara_name ul#txt_link li#txt04 a:hover{
	width: 65px;
	height: 16px;
}

#character_bg_03 #chara_name img#anime{
	margin: 0 auto;
	position: absolute;
	top: 37px;
	left: -31px;
}

#character_bg_03 #chara_name #voice{
	width: 412px;
	height: 28px;
	margin: 0 auto;
	padding: 4px 0 0;
	background: url('../img/chara_voice_bg.png') center top no-repeat;	
	position: absolute;
	bottom: 123px;
	left: 0px;
	right: 0px;
	z-index: 3;
}

#character_bg_03 #chara_name #voice ul{
	text-align: center;
}

#character_bg_03 #chara_name #voice ul li{
	margin: 0 15px 0;
	display: inline-block;
}

#character_bg_03 #chara_name #voice ul li a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#character_bg_03 #chara_name #voice ul li a:hover img{
	opacity: 0.6;
}

/*character4**********************************************************/

#main_contents #character_bg_04{
	width: 100%;
	height: 930px;
}

#character_bg_04 #portrait{
	width: 517px;
	height: 930px;
	margin: 0 0 0 7%;
	background: url('../img/chara_port_04.png') right top no-repeat;	
	position: absolute;
	top: 60px;
	left: 50%;
	z-index: 1;
}

#character_bg_04 #catchcopy{
	width: 340px;
	height: 930px;
	margin: 0 0 0 25%;
	background: url('../img/chara_catch_04.png') left top no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#character_bg_04 #chara_name{
	width: 499px;
	height: 900px;
	margin: 0 0 0 -330px;
	background: url('../img/chara_name_04.png') left 380px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#chara_name ul#txt_link li#txt05{
	width: 82px;
	height: 20px;
	position: absolute;
	top: 56px;
	left: 287px;
}

#chara_name ul#txt_link li#txt05 a{
	width: 82px;
	height: 20px;
	display: block;
	background: url('../img/chara_txtlink_05.png') center top no-repeat;		
}

#chara_name ul#txt_link li#txt05 a:hover{
	width: 82px;
	height: 17px;
}

#chara_name ul#txt_link li#txt06{
	width: 65px;
	height: 21px;
	position: absolute;
	top: 175px;
	left: 121px;
}

#chara_name ul#txt_link li#txt06 a{
	width: 65px;
	height: 21px;
	display: block;
	background: url('../img/chara_txtlink_06.png') center top no-repeat;		
}

#chara_name ul#txt_link li#txt06 a:hover{
	width: 65px;
	height: 18px;
}

#character_bg_04 #chara_name img#anime{
	margin: 0 auto;
	position: absolute;
	top: 50px;
	left: 40px;
}

#character_bg_04 #chara_name #voice{
	width: 412px;
	height: 28px;
	margin: 0 auto;
	padding: 4px 0 0;
	background: url('../img/chara_voice_bg.png') center top no-repeat;	
	position: absolute;
	bottom: 123px;
	left: 0px;
	right: 0px;
	z-index: 3;
}

#character_bg_04 #chara_name #voice ul{
	text-align: center;
}

#character_bg_04 #chara_name #voice ul li{
	margin: 0 15px 0;
	display: inline-block;
}

#character_bg_04 #chara_name #voice ul li a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#character_bg_04 #chara_name #voice ul li a:hover img{
	opacity: 0.6;
}

/*character5**********************************************************/

#main_contents #character_bg_05{
	width: 100%;
	height: 930px;
}

#character_bg_05 #portrait{
	width: 880px;
	height: 930px;
	margin: 0 0 0 4.5%;
	background: url('../img/chara_port_05.png') left top no-repeat;	
	position: absolute;
	top: 60px;
	left: 50%;
	z-index: 1;
}

#character_bg_05 #catchcopy{
	width: 290px;
	height: 930px;
	margin: 0 0 0 25%;
	background: url('../img/chara_catch_05.png') left top no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#character_bg_05 #chara_name{
	width: 499px;
	height: 900px;
	margin: 0 0 0 -330px;
	background: url('../img/chara_name_05.png') left 380px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#chara_name ul#txt_link li#txt07{
	width: 97px;
	height: 20px;
	position: absolute;
	top: 56px;
	left: 305px;
}

#chara_name ul#txt_link li#txt07 a{
	width: 97px;
	height: 20px;
	display: block;
	background: url('../img/chara_txtlink_07.png') center top no-repeat;		
}

#chara_name ul#txt_link li#txt07 a:hover{
	width: 97px;
	height: 17px;
}

#character_bg_05 #chara_name img#anime{
	margin: 0 auto;
	position: absolute;
	top: 50px;
	left: -10px;
}

#character_bg_05 #chara_name #voice{
	width: 412px;
	height: 28px;
	margin: 0 auto;
	padding: 4px 0 0;
	background: url('../img/chara_voice_bg.png') center top no-repeat;	
	position: absolute;
	bottom: 123px;
	left: 0px;
	right: 0px;
	z-index: 3;
}

#character_bg_05 #chara_name #voice ul{
	text-align: center;
}

#character_bg_05 #chara_name #voice ul li{
	margin: 0 15px 0;
	display: inline-block;
}

#character_bg_05 #chara_name #voice ul li a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#character_bg_05 #chara_name #voice ul li a:hover img{
	opacity: 0.6;
}

/*character6**********************************************************/

#main_contents #character_bg_06{
	width: 100%;
	height: 930px;
}

#character_bg_06 #portrait{
	width: 473px;
	height: 930px;
	margin: 0 0 0 4%;
	background: url('../img/chara_port_06.png') right top no-repeat;	
	position: absolute;
	top: 60px;
	left: 50%;
	z-index: 1;
}

#character_bg_06 #catchcopy{
	width: 340px;
	height: 930px;
	margin: 0 0 0 25%;
	background: url('../img/chara_catch_06.png') left top no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#character_bg_06 #chara_name{
	width: 499px;
	height: 900px;
	margin: 0 0 0 -330px;
	background: url('../img/chara_name_06.png') left 380px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#chara_name ul#txt_link li#txt08{
	width: 110px;
	height: 20px;
	position: absolute;
	top: 17px;
	left: 107px;
}

#chara_name ul#txt_link li#txt08 a{
	width: 110px;
	height: 20px;
	display: block;
	background: url('../img/chara_txtlink_01.png') center top no-repeat;		
}

#chara_name ul#txt_link li#txt08 a:hover{
	width: 110px;
	height: 17px;
}

#character_bg_06 #chara_name img#anime{
	margin: 0 auto;
	position: absolute;
	top: 47px;
	left: -30px;
}

#character_bg_06 #chara_name #voice{
	width: 412px;
	height: 28px;
	margin: 0 auto;
	padding: 4px 0 0;
	background: url('../img/chara_voice_bg.png') center top no-repeat;	
	position: absolute;
	bottom: 123px;
	left: 0px;
	right: 0px;
	z-index: 3;
}

#character_bg_06 #chara_name #voice ul{
	text-align: center;
}

#character_bg_06 #chara_name #voice ul li{
	margin: 0 15px 0;
	display: inline-block;
}

#character_bg_06 #chara_name #voice ul li a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#character_bg_06 #chara_name #voice ul li a:hover img{
	opacity: 0.6;
}

/*character7**********************************************************/

#main_contents #character_bg_07{
	width: 100%;
	height: 930px;
}

#character_bg_07 #portrait{
	width: 538px;
	height: 930px;
	margin: 0 0 0 7%;
	background: url('../img/chara_port_07.png') right top no-repeat;	
	position: absolute;
	top: 60px;
	left: 50%;
	z-index: 1;
}

#character_bg_07 #catchcopy{
	width: 340px;
	height: 900px;
	margin: 0 0 0 25%;
	background: url('../img/chara_catch_07.png') left top no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#character_bg_07 #chara_name{
	width: 499px;
	height: 900px;
	margin: 0 0 0 -330px;
	background: url('../img/chara_name_07.png') left 380px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#chara_name ul#txt_link li#txt09{
	width: 110px;
	height: 20px;
	position: absolute;
	top: 136px;
	left: 232px;
}

#chara_name ul#txt_link li#txt09 a{
	width: 110px;
	height: 20px;
	display: block;
	background: url('../img/chara_txtlink_01.png') center top no-repeat;		
}

#chara_name ul#txt_link li#txt09 a:hover{
	width: 110px;
	height: 17px;
}

#chara_name ul#txt_link li#txt10{
	width: 110px;
	height: 20px;
	position: absolute;
	top: 159px;
	left: 160px;
}

#chara_name ul#txt_link li#txt10 a{
	width: 53px;
	height: 20px;
	display: block;
	background: url('../img/chara_txtlink_08.png') center top no-repeat;		
}

#chara_name ul#txt_link li#txt10 a:hover{
	width: 53px;
	height: 17px;
}

#character_bg_07 #chara_name img#anime{
	margin: 0 auto;
	position: absolute;
	top: 40px;
	left: -5px;
}

#character_bg_07 #chara_name #voice{
	width: 412px;
	height: 28px;
	margin: 0 auto;
	padding: 4px 0 0;
	background: url('../img/chara_voice_bg.png') center top no-repeat;	
	position: absolute;
	bottom: 123px;
	left: 0px;
	right: 0px;
	z-index: 3;
}

#character_bg_07 #chara_name #voice ul{
	text-align: center;
}

#character_bg_07 #chara_name #voice ul li{
	margin: 0 15px 0;
	display: inline-block;
}

#character_bg_07 #chara_name #voice ul li a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#character_bg_07 #chara_name #voice ul li a:hover img{
	opacity: 0.6;
}

/*character8**********************************************************/

#main_contents #character_bg_08{
	width: 100%;
	height: 930px;
}

#character_bg_08 #portrait{
	width: 714px;
	height: 930px;
	margin: 0 0 0 2%;
	background: url('../img/chara_port_08.png') right top no-repeat;	
	position: absolute;
	top: 60px;
	left: 50%;
	z-index: 1;
}

#character_bg_08 #catchcopy{
	width: 340px;
	height: 930px;
	margin: 0 0 0 25%;
	background: url('../img/chara_catch_08.png') left top no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#character_bg_08 #chara_name{
	width: 499px;
	height: 900px;
	margin: 0 0 0 -330px;
	background: url('../img/chara_name_08.png') left 380px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#chara_name ul#txt_link li#txt11{
	width: 99px;
	height: 20px;
	position: absolute;
	top: 56px;
	left: 291px;
}

#chara_name ul#txt_link li#txt11 a{
	width: 99px;
	height: 20px;
	display: block;
	background: url('../img/chara_txtlink_09.png') center top no-repeat;		
}

#chara_name ul#txt_link li#txt11 a:hover{
	width: 99px;
	height: 17px;
}

#character_bg_08 #chara_name img#anime{
	margin: 0 auto;
	position: absolute;
	top: 195px;
	left: 190px;
}

#character_bg_08 #chara_name #voice{
	width: 412px;
	height: 28px;
	margin: 0 auto;
	padding: 4px 0 0;
	background: url('../img/chara_voice_bg.png') center top no-repeat;	
	position: absolute;
	bottom: 123px;
	left: 0px;
	right: 0px;
	z-index: 3;
}

#character_bg_08 #chara_name #voice ul{
	text-align: center;
}

#character_bg_08 #chara_name #voice ul li{
	margin: 0 15px 0;
	display: inline-block;
}

#character_bg_08 #chara_name #voice ul li a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#character_bg_08 #chara_name #voice ul li a:hover img{
	opacity: 0.6;
}

/*character9**********************************************************/

#main_contents #character_bg_09{
	width: 100%;
	height: 930px;
}

#character_bg_09 #portrait{
	width: 485px;
	height: 930px;
	margin: 0 0 0 7%;
	background: url('../img/chara_port_09.png') right top no-repeat;	
	position: absolute;
	top: 80px;
	left: 50%;
	z-index: 1;
}

#character_bg_09 #catchcopy{
	width: 340px;
	height: 930px;
	margin: 0 0 0 25%;
	background: url('../img/chara_catch_09.png') left top no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#character_bg_09 #chara_name{
	width: 499px;
	height: 900px;
	margin: 0 0 0 -330px;
	background: url('../img/chara_name_09.png') left 380px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#chara_name ul#txt_link li#txt12{
	width: 99px;
	height: 20px;
	position: absolute;
	top: 56px;
	left: 16px;
}

#chara_name ul#txt_link li#txt12 a{
	width: 99px;
	height: 20px;
	display: block;
	background: url('../img/chara_txtlink_09.png') center top no-repeat;		
}

#chara_name ul#txt_link li#txt12 a:hover{
	width: 99px;
	height: 17px;
}

#chara_name ul#txt_link li#txt13{
	width: 80px;
	height: 19px;
	position: absolute;
	top: 91px;
	left: 156px;
}

#chara_name ul#txt_link li#txt13 a{
	width: 80px;
	height: 19px;
	display: block;
	background: url('../img/chara_txtlink_10.png') center top no-repeat;		
}

#chara_name ul#txt_link li#txt13 a:hover{
	width: 80px;
	height: 16px;
}

#character_bg_09 #chara_name img#anime{
	margin: 0 auto;
	position: absolute;
	top: 215px;
	left: 205px;
}

#character_bg_09 #chara_name #voice{
	width: 412px;
	height: 28px;
	margin: 0 auto;
	padding: 4px 0 0;
	background: url('../img/chara_voice_bg.png') center top no-repeat;	
	position: absolute;
	bottom: 123px;
	left: 0px;
	right: 0px;
	z-index: 3;
}

#character_bg_09 #chara_name #voice ul{
	text-align: center;
}

#character_bg_09 #chara_name #voice ul li{
	margin: 0 15px 0;
	display: inline-block;
}

#character_bg_09 #chara_name #voice ul li a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#character_bg_09 #chara_name #voice ul li a:hover img{
	opacity: 0.6;
}

/*character10**********************************************************/

#main_contents #character_bg_10{
	width: 100%;
	height: 930px;
}

#character_bg_10 #portrait{
	width: 1002px;
	height: 930px;
	margin: 0 0 0 -12%;
	background: url('../img/chara_port_10.png') left top no-repeat;
	position: absolute;
	top: 60px;
	left: 50%;
	z-index: 1;
}

#character_bg_10 #catchcopy{
	width: 340px;
	height: 930px;
	margin: 0 0 0 25%;
	background: url('../img/chara_catch_10.png') left top no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#character_bg_10 #chara_name{
	width: 499px;
	height: 900px;
	margin: 0 0 0 -330px;
	background: url('../img/chara_name_10.png') left 183px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#chara_name ul#txt_link li#txt14{
	width: 132px;
	height: 20px;
	position: absolute;
	top: 56px;
	left: 163px;
}

#chara_name ul#txt_link li#txt14 a{
	width: 132px;
	height: 20px;
	display: block;
	background: url('../img/chara_txtlink_11.png') center top no-repeat;		
}

#chara_name ul#txt_link li#txt14 a:hover{
	width: 132px;
	height: 17px;
}

#character_bg_10 #chara_name img#anime{
	margin: 0 auto;
	position: absolute;
	top: 203px;
	left: 167px;
}

#character_bg_10 #chara_name #voice{
	width: 412px;
	height: 28px;
	margin: 0 auto;
	padding: 4px 0 0;
	background: url('../img/chara_voice_bg.png') center top no-repeat;	
	position: absolute;
	bottom: 123px;
	left: 0px;
	right: 0px;
	z-index: 2;
}

#character_bg_10 #chara_name #voice ul{
	text-align: center;
}

#character_bg_10 #chara_name #voice ul li{
	margin: 0 15px 0;
	display: inline-block;
}

#character_bg_10 #chara_name #voice ul li a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#character_bg_10 #chara_name #voice ul li a:hover img{
	opacity: 0.6;
}

/*character11**********************************************************/

#main_contents #character_bg_11{
	width: 100%;
	height: 930px;
}

#character_bg_11 #portrait{
	width: 692px;
	height: 930px;
	margin: 0 0 0 1%;
	background: url('../img/chara_port_11.png') right top no-repeat;	
	position: absolute;
	top: 60px;
	left: 47%;
	z-index: 1;
}

#character_bg_11 #catchcopy{
	width: 340px;
	height: 900px;
	margin: 0 0 0 25%;
	background: url('../img/chara_catch_11.png') left top no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#character_bg_11 #chara_name{
	width: 499px;
	height: 900px;
	margin: 0 0 0 -330px;
	background: url('../img/chara_name_11.png') left 380px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#chara_name ul#txt_link li#txt15{
	width: 132px;
	height: 20px;
	position: absolute;
	top: 55px;
	left: 51px;
}

#chara_name ul#txt_link li#txt15 a{
	width: 132px;
	height: 20px;
	display: block;
	background: url('../img/chara_txtlink_11.png') center top no-repeat;		
}

#chara_name ul#txt_link li#txt15 a:hover{
	width: 132px;
	height: 17px;
}

#chara_name ul#txt_link li#txt16{
	width: 132px;
	height: 20px;
	position: absolute;
	top: 79px;
	left: 183px;
}

#chara_name ul#txt_link li#txt16 a{
	width: 132px;
	height: 20px;
	display: block;
	background: url('../img/chara_txtlink_11.png') center top no-repeat;		
}

#chara_name ul#txt_link li#txt16 a:hover{
	width: 132px;
	height: 17px;
}

#character_bg_11 #chara_name img#anime{
	margin: 0 auto;
	position: absolute;
	top: 208px;
	left: 197px;
}

#character_bg_11 #chara_name #voice{
	width: 412px;
	height: 28px;
	margin: 0 auto;
	padding: 4px 0 0;
	background: url('../img/chara_voice_bg.png') center top no-repeat;	
	position: absolute;
	bottom: 123px;
	left: 0px;
	right: 0px;
	z-index: 3;
}

#character_bg_11 #chara_name #voice ul{
	text-align: center;
}

#character_bg_11 #chara_name #voice ul li{
	margin: 0 15px 0;
	display: inline-block;
}

#character_bg_11 #chara_name #voice ul li a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#character_bg_11 #chara_name #voice ul li a:hover img{
	opacity: 0.6;
}

/*character12**********************************************************/

#main_contents #character_bg_12{
	width: 100%;
	height: 930px;
}

#character_bg_12 #portrait{
	width: 624px;
	height: 930px;
	margin: 0 0 0 4%;
	background: url('../img/chara_port_12.png') right top no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 1;
}

#character_bg_12 #catchcopy{
	width: 340px;
	height: 930px;
	margin: 0 0 0 25%;
	background: url('../img/chara_catch_12.png') left top no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#character_bg_12 #chara_name{
	width: 499px;
	height: 900px;
	margin: 0 0 0 -330px;
	background: url('../img/chara_name_12.png') left 380px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#chara_name ul#txt_link li#txt17{
	width: 132px;
	height: 20px;
	position: absolute;
	top: 55px;
	left: 79px;
}

#chara_name ul#txt_link li#txt17 a{
	width: 132px;
	height: 20px;
	display: block;
	background: url('../img/chara_txtlink_11.png') center top no-repeat;		
}

#chara_name ul#txt_link li#txt17 a:hover{
	width: 132px;
	height: 17px;
}

#chara_name ul#txt_link li#txt18{
	width: 82px;
	height: 20px;
	position: absolute;
	top: 76px;
	left: 161px;
}

#chara_name ul#txt_link li#txt18 a{
	width: 82px;
	height: 20px;
	display: block;
	background: url('../img/chara_txtlink_05.png') center top no-repeat;		
}

#chara_name ul#txt_link li#txt18 a:hover{
	width: 82px;
	height: 17px;
}

#chara_name ul#txt_link li#txt19{
	width: 79px;
	height: 19px;
	position: absolute;
	top: 179px;
	left: 104px;
}

#chara_name ul#txt_link li#txt19 a{
	width: 79px;
	height: 19px;
	display: block;
	background: url('../img/chara_txtlink_12.png') center top no-repeat;		
}

#chara_name ul#txt_link li#txt19 a:hover{
	width: 79px;
	height: 16px;
}

#character_bg_12 #chara_name img#anime{
	margin: 0 auto;
	position: absolute;
	top: 170px;
	left: 95px;
}

#character_bg_12 #chara_name #voice{
	width: 412px;
	height: 28px;
	margin: 0 auto;
	padding: 4px 0 0;
	background: url('../img/chara_voice_bg.png') center top no-repeat;	
	position: absolute;
	bottom: 123px;
	left: 0px;
	right: 0px;
	z-index: 3;
}

#character_bg_12 #chara_name #voice ul{
	text-align: center;
}

#character_bg_12 #chara_name #voice ul li{
	margin: 0 15px 0;
	display: inline-block;
}

#character_bg_12 #chara_name #voice ul li a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#character_bg_12 #chara_name #voice ul li a:hover img{
	opacity: 0.6;
}


/*character13**********************************************************/

#main_contents #character_bg_13{
	width: 100%;
	height: 930px;
}

#character_bg_13 #portrait{
	width: 927px;
	height: 930px;
	margin: 0 0 0 -8%;
	background: url('../img/chara_port_13.png') right top no-repeat;	
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: 1;
}

#character_bg_13 #catchcopy{
	width: 340px;
	height: 930px;
	margin: 0 0 0 25%;
	background: url('../img/chara_catch_13.png') left top no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#character_bg_13 #chara_name{
	width: 499px;
	height: 900px;
	margin: 0 0 0 -330px;
	background: url('../img/chara_name_13.png') left 380px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#chara_name ul#txt_link li#txt20{
	width: 81px;
	height: 20px;
	position: absolute;
	top: 56px;
	left: 108px;
}

#chara_name ul#txt_link li#txt20 a{
	width: 81px;
	height: 20px;
	display: block;
	background: url('../img/chara_txtlink_13.png') center top no-repeat;		
}

#chara_name ul#txt_link li#txt20 a:hover{
	width: 81px;
	height: 17px;
}

#chara_name ul#txt_link li#txt21{
	width: 97px;
	height: 20px;
	position: absolute;
	top: 56px;
	left: 276px;
}

#chara_name ul#txt_link li#txt21 a{
	width: 97px;
	height: 20px;
	display: block;
	background: url('../img/chara_txtlink_07.png') center top no-repeat;		
}

#chara_name ul#txt_link li#txt21 a:hover{
	width: 97px;
	height: 17px;
}

#character_bg_13 #chara_name img#anime{
	margin: 0 auto;
	position: absolute;
	top: 77px;
	left: -50px;
}

#character_bg_13 #chara_name #voice{
	width: 412px;
	height: 28px;
	margin: 0 auto;
	padding: 4px 0 0;
	background: url('../img/chara_voice_bg.png') center top no-repeat;	
	position: absolute;
	bottom: 123px;
	left: 0px;
	right: 0px;
	z-index: 3;
}

#character_bg_13 #chara_name #voice ul{
	text-align: center;
}

#character_bg_13 #chara_name #voice ul li{
	margin: 0 15px 0;
	display: inline-block;
}

#character_bg_13 #chara_name #voice ul li a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#character_bg_13 #chara_name #voice ul li a:hover img{
	opacity: 0.6;
}


/*character14**********************************************************/

#main_contents #character_bg_14{
	width: 100%;
	height: 930px;
}

#character_bg_14 #portrait{
	width: 499px;
	height: 900px;
	margin: 0 0 0 5%;
	background: url('../img/chara_port_14.png') right top no-repeat;	
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: 1;
}

#character_bg_14 #catchcopy{
	width: 340px;
	height: 930px;
	margin: 0 0 0 25%;
	background: url('../img/chara_catch_14.png') left top no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#character_bg_14 #chara_name{
	width: 499px;
	height: 900px;
	margin: 0 0 0 -330px;
	background: url('../img/chara_name_14.png') left 380px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#character_bg_14 #chara_name img#anime{
	margin: 0 auto;
	position: absolute;
	top: 177px;
	left: 120px;
}

#character_bg_14 #chara_name #voice{
	width: 412px;
	height: 28px;
	margin: 0 auto;
	padding: 4px 0 0;
	background: url('../img/chara_voice_bg.png') center top no-repeat;	
	position: absolute;
	bottom: 123px;
	left: 0px;
	right: 0px;
	z-index: 3;
}

#character_bg_14 #chara_name #voice ul{
	text-align: center;
}

#character_bg_14 #chara_name #voice ul li{
	margin: 0 15px 0;
	display: inline-block;
}

#character_bg_14 #chara_name #voice ul li a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#character_bg_14 #chara_name #voice ul li a:hover img{
	opacity: 0.6;
}


/*character15**********************************************************/

#main_contents #character_bg_15{
	width: 100%;
	height: 930px;
}

#character_bg_15 #portrait{
	width: 446px;
	height: 930px;
	margin: 0 0 0 7%;
	background: url('../img/chara_port_15.png') right top no-repeat;	
	position: absolute;
	top: 80px;
	left: 50%;
	z-index: 1;
}

#character_bg_15 #catchcopy{
	width: 340px;
	height: 930px;
	margin: 0 0 0 25%;
	background: url('../img/chara_catch_15.png') left top no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#character_bg_15 #chara_name{
	width: 499px;
	height: 900px;
	margin: 0 0 0 -330px;
	background: url('../img/chara_name_15.png') left 183px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#chara_name ul#txt_link li#txt22{
	width: 132px;
	height: 20px;
	position: absolute;
	top: 56px;
	left: 80px;
}

#chara_name ul#txt_link li#txt22 a{
	width: 132px;
	height: 20px;
	display: block;
	background: url('../img/chara_txtlink_11.png') center top no-repeat;		
}

#chara_name ul#txt_link li#txt22 a:hover{
	width: 132px;
	height: 17px;
}

#chara_name ul#txt_link li#txt23{
	width: 165px;
	height: 20px;
	position: absolute;
	top: 134px;
	left: 143px;
}

#chara_name ul#txt_link li#txt23 a{
	width: 165px;
	height: 20px;
	display: block;
	background: url('../img/chara_txtlink_14.png') center top no-repeat;		
}

#chara_name ul#txt_link li#txt23 a:hover{
	width: 165px;
	height: 17px;
}

#character_bg_15 #chara_name img#anime{
	margin: 0 auto;
	position: absolute;
	top: 177px;
	left: 120px;
}

#character_bg_15 #chara_name #voice{
	width: 412px;
	height: 28px;
	margin: 0 auto;
	padding: 4px 0 0;
	background: url('../img/chara_voice_bg.png') center top no-repeat;	
	position: absolute;
	bottom: 123px;
	left: 0px;
	right: 0px;
	z-index: 3;
}

#character_bg_15 #chara_name #voice ul{
	text-align: center;
}

#character_bg_15 #chara_name #voice ul li{
	margin: 0 15px 0;
	display: inline-block;
}

#character_bg_15 #chara_name #voice ul li a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#character_bg_15 #chara_name #voice ul li a:hover img{
	opacity: 0.6;
}



/*character15**********************************************************/

#main_contents #character_bg_16{
	width: 100%;
	height: 930px;
}

#character_bg_16 #portrait{
	width: 662px;
	height: 930px;
	margin: 0 0 0 3%;
	background: url('../img/chara_port_16.png') right top no-repeat;	
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: 1;
}

#character_bg_16 #catchcopy{
	width: 340px;
	height: 930px;
	margin: 0 0 0 25%;
	background: url('../img/chara_catch_16.png') left top no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#character_bg_16 #chara_name{
	width: 499px;
	height: 900px;
	margin: 0 0 0 -330px;
	background: url('../img/chara_name_16.png') left 407px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

#chara_name ul#txt_link li#txt24{
	width: 53px;
	height: 20px;
	position: absolute;
	top: 56px;
	left: 177px;
}

#chara_name ul#txt_link li#txt24 a{
	width: 53px;
	height: 20px;
	display: block;
	background: url('../img/chara_txtlink_08.png') center top no-repeat;		
}

#chara_name ul#txt_link li#txt24 a:hover{
	width: 53px;
	height: 17px;
}

#chara_name ul#txt_link li#txt25{
	width: 110px;
	height: 20px;
	position: absolute;
	top: 79px;
	left: 99px;
}

#chara_name ul#txt_link li#txt25 a{
	width: 110px;
	height: 20px;
	display: block;
	background: url('../img/chara_txtlink_01.png') center top no-repeat;		
}

#chara_name ul#txt_link li#txt25 a:hover{
	width: 110px;
	height: 17px;
}

#chara_name ul#txt_link li#txt26{
	width: 53px;
	height: 20px;
	position: absolute;
	top: 135px;
	left: 161px;
}

#chara_name ul#txt_link li#txt26 a{
	width: 53px;
	height: 20px;
	display: block;
	background: url('../img/chara_txtlink_08.png') center top no-repeat;		
}

#chara_name ul#txt_link li#txt26 a:hover{
	width: 53px;
	height: 17px;
}

#character_bg_16 #chara_name img#anime{
	margin: 0 auto;
	position: absolute;
	top: 177px;
	left: 120px;
}

#character_bg_16 #chara_name #voice{
	width: 412px;
	height: 28px;
	margin: 0 auto;
	padding: 4px 0 0;
	background: url('../img/chara_voice_bg.png') center top no-repeat;	
	position: absolute;
	bottom: 123px;
	left: 0px;
	right: 0px;
	z-index: 3;
}

#character_bg_16 #chara_name #voice ul{
	text-align: center;
}

#character_bg_16 #chara_name #voice ul li{
	margin: 0 15px 0;
	display: inline-block;
}

#character_bg_16 #chara_name #voice ul li a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#character_bg_16 #chara_name #voice ul li a:hover img{
	opacity: 0.6;
}


/*************************************************************************************/
/*battle*/
/*************************************************************************************/

#battle_bg{
	width: 100%;
	height: 900px;
	background: url('../img/battle_bg_01.jpg') center -45px no-repeat;	
}

h1#battle{
	width: 100%;
	height: 137px;
	margin: 0 auto;
	background: url('../img/battle_ttl_01.png') center top no-repeat;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	z-index: 3;
	opacity: 0;
}

#cut{opacity: 0;}
#battle_name{opacity: 0;}
#battle_catch{opacity: 0;}

/*btl01**********************************************************/

.btl01 #cut{
	width: 1104px;
	height: 789px;
	margin:0 0 0 -450px;
	background: url('../img/battle_cut_01.png') center top no-repeat;
	position:absolute;
	top:20px;
	left:50%;
}

.btl01 #cut #thm_movie{
	width: 534px;
	height: 302px;
	margin: 0 0 0 -338px;
	position: absolute;
	top: 366px;
	left: 50%;
	z-index: 1;
	background:url(../img/battle_movie_bg.jpg) no-repeat center top;
	border:1px #a6937c solid;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.75);
	opacity:0;
}

/*
.btl01 #battle_name{
	width: 437px;
	height: 900px;
	margin: 0 0 0 -330px;
	background: url('../img/battle_name_01.png') left 109px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

.btl01 #battle_catch{
	width: 921px;
	height: 145px;
	margin: 0 0 0 -190px;
	background: url('../img/sys_catch_01.png') left top no-repeat;	
	position: absolute;
	top: 635px;
	left: 50%;
	z-index: 2;
}

*/


/*btl02**********************************************************/

.btl02 #cut{
	width: 975px;
	height: 710px;
	margin:0 0 0 -360px;
	background: url('../img/battle_cut_02.png') right bottom no-repeat;
	position:absolute;
	top:14px;
	left:50%;
}

.btl02 #battle_catch{
	width: 657px;
	height: 210px;
	margin: 0 0 0 -575px;
	background: url('../img/battle_catch_02.png') left top no-repeat;	
	position: absolute;
	top: 555px;
	left: 50%;
	z-index: 0;
}

.btl02 #cut #thm_movie{
	width: 534px;
	height: 302px;
	margin: 0 0 0 -37px;
	position: absolute;
	top: 451px;
	left: 50%;
	z-index: 10;
	background:url(../img/battle_movie_bg.jpg) no-repeat center top;
	border:1px #a6937c solid;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.75);
}





/*************************************************************************************/
/*system*/
/*************************************************************************************/

#system_bg{
	width: 100%;
	height: 900px;
	background: url('../img/race_bg_03.jpg') center -45px no-repeat;	
}

h1#system{
	width: 100%;
	height: 137px;
	margin: 0 auto;
	background: url('../img/system_ttl_01.png') center top no-repeat;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	z-index: 3;
	opacity: 0;
}

#system_name{opacity: 0;}
#system_catch{opacity: 0;}

/*sys01**********************************************************/

.sys01 #cut{
	width: 1037px;
	height: 740px;
	margin: 30px 0 0 -350px;
	background: url('../img/sys_cut_01.png') right top no-repeat;	
	position: absolute;
	top: 65px;
	left: 50%;
	z-index: 1;
}

.sys01 #system_name{
	width: 499px;
	height: 900px;
	margin: 0 0 0 -330px;
	background: url('../img/system_name_01.png') left 109px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

.sys01 #system_catch{
	width: 921px;
	height: 145px;
	margin: 0 0 0 -190px;
	background: url('../img/sys_catch_01.png') left top no-repeat;	
	position: absolute;
	top: 635px;
	left: 50%;
	z-index: 2;
}

.sys01 #cut #thm_movie{
	width: 501px;
	height: 282px;
	margin: 0 0 0 -486px;
	position: absolute;
	top: 303px;
	left: 50%;
	z-index: 1;
}

/*sys02**********************************************************/

.sys02 #cut{
	width: 1104px;
	height: 758px;
	margin: 0 0 0 -320px;
	background: url('../img/sys_cut_02.png') right top no-repeat;	
	position: absolute;
	top: 40px;
	left: 50%;
	z-index: 1;
}

.sys02 #system_name{
	width: 499px;
	height: 900px;
	margin: 0 0 0 -330px;
	background: url('../img/system_name_02.png') left 109px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

.sys02 #system_catch{
	width: 613px;
	height: 135px;
	margin: 0 0 0 90px;
	background: url('../img/sys_catch_02.png') left top no-repeat;	
	position: absolute;
	top: 645px;
	left: 50%;
	z-index: 2;
}

.sys02 #cut #thm_movie{
	width: 501px;
	height: 282px;
	margin: 0 0 0 -547px;
	position: absolute;
	top: 328px;
	left: 50%;
	z-index: 1;
}

/*sys03**********************************************************/

.sys03 #cut{
	width: 1094px;
	height: 695px;
	margin: 0 0 0 -310px;
	background: url('../img/sys_cut_03.png') left top no-repeat;	
	position: absolute;
	top: 80px;
	left: 50%;
	z-index: 1;
}

.sys03 #system_name{
	width: 499px;
	height: 900px;
	margin: 0 0 0 -330px;
	background: url('../img/system_name_03.png') left 109px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

.sys03 #system_catch{
	width: 722px;
	height: 155px;
	margin: 0 0 0 -60px;
	background: url('../img/sys_catch_03.png') left top no-repeat;	
	position: absolute;
	top: 645px;
	left: 50%;
	z-index: 2;
}

/*sys04**********************************************************/

.sys04 #cut{
	width: 1014px;
	height: 547px;
	margin: 0 0 0 -385px;
	background: url('../img/sys_cut_04.png') left top no-repeat;	
	position: absolute;
	top: 260px;
	left: 50%;
	z-index: 1;
}

.sys04 #system_name{
	width: 771px;
	height: 249px;
	margin: 0 0 0 -275px;
	background: url('../img/system_name_04.png') left 109px no-repeat;
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

.sys04 #system_catch{
	width: 772px;
	height: 135px;
	margin: 0 0 0 -410px;
	background: url('../img/sys_catch_04.png') left top no-repeat;	
	position: absolute;
	top: 665px;
	left: 50%;
	z-index: 1;
}

/*sys05**********************************************************/

.sys05 #cut{
	width: 1012px;
	height: 755px;
	margin: 0 0 0 -313px;
	background: url('../img/sys_cut_05.png') left top no-repeat;	
	position: absolute;
	top: 15px;
	left: 50%;
	z-index: 1;
}

.sys05 #system_name{
	width: 499px;
	height: 900px;
	margin: 0 0 0 -330px;
	background: url('../img/system_name_05.png') left 109px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

.sys05 #system_catch{
	width: 1005px;
	height: 164px;
	margin: 0 0 0 -240px;
	background: url('../img/sys_catch_05.png') left top no-repeat;	
	position: absolute;
	top: 619px;
	left: 50%;
	z-index: 1;
}

/*sys06**********************************************************/

.sys06 #cut{
	width: 100%;
	height: 810px;
	margin: 0 0 0 0;
	background: url('../img/sys_cut_06.jpg') center top no-repeat;	
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.sys06 #cut #thm_movie{
	width: 534px;
	height: 302px;
	margin: 0 0 0 -330px;
	position: absolute;
	top: 404px;
	left: 50%;
	z-index: 10;
	background:url(../img/battle_movie_bg.jpg) no-repeat center top;
	border:1px #a6937c solid;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.75);
}

.sys06 #cut #thm_movie2{
	width: 352px;
	height: 198px;
	margin: 0 0 0 -270px;
	position: absolute;
	top: 571px;
	left: 50%;
	z-index: 1;
}

.sys06 #system_name{
	width: 499px;
	height: 900px;
	margin: 0 0 0 -330px;
	background: url('../img/system_name_06.png') left 109px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

.sys06 #system_catch{
	width: 486px;
	height: 211px;
	margin: 0 0 0 90px;
	background: url('../img/sys_catch_06.png') left top no-repeat;	
	position: absolute;
	top: 560px;
	left: 50%;
	z-index: 1;
}

/*sys07**********************************************************/

#system_bg.sys07{
	width: 100%;
	height: 900px;
	margin: 0;
	background: url('../img/sys_cut_07.jpg') left top no-repeat;	
	position: relative;
	z-index: 1;
}

.sys07 #cut{
	width: 968px;
	height: 803px;
	margin: 0 0 0 -311px;
	background: url('../img/sys_cut_07.png') center top no-repeat;	
	position: absolute;
	top: 141px;
	left: 50%;
	z-index: 1;
}

.sys07 #cut ul{
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
}

.sys07 #cut ul li{
	opacity:0;
}

.sys07 #cut ul li.come{
	display: block;

	animation: come 5000ms ease-out;
	animation-fill-mode: both;

	-webkit-animation: come 5000ms ease-out;
	-webkit-animation-fill-mode: both;

	-moz-animation: come 5000ms ease-out;
	-moz-animation-fill-mode: both;

	-o-animation: come 5000ms ease-out;
	-o-animation-fill-mode: both;

	transform-origin: 50% 100%;
}

@keyframes come {
    from {opacity:1;transform: rotate(0deg);}
	5%{transform: rotate(10deg);}
	10%{transform: rotate(-10deg);}
	15%{transform: rotate(0deg);}
	79%{opacity:1;}
	80%{opacity:0;}

    to {opacity:0;}
}

@-webkit-keyframes come{
    from {opacity:1;transform: rotate(0deg);}
	5%{transform: rotate(10deg);}
	10%{transform: rotate(-10deg);}
	15%{transform: rotate(0deg);}
	79%{opacity:1;}
	80%{opacity:0;}

    to {opacity:0;}
}

@-moz-keyframes come{
    from {opacity:1;transform: rotate(0deg);}
	5%{transform: rotate(10deg);}
	10%{transform: rotate(-10deg);}
	15%{transform: rotate(0deg);}
	79%{opacity:1;}
	80%{opacity:0;}

    to {opacity:0;}
}

@-o-keyframes come{
    from {opacity:1;transform: rotate(0deg);}
	5%{transform: rotate(10deg);}
	10%{transform: rotate(-10deg);}
	15%{transform: rotate(0deg);}
	79%{opacity:1;}
	80%{opacity:0;}

    to {opacity:0;}
}


.sys07 #cut ul li#fuki01{
	width: 122px;
	height: 55px;
	margin: 0;
	position: absolute;
	top: 33px;
	left: 382px;
}

.sys07 #cut ul li#fuki02{
	width: 48px;
	height: 48px;
	margin: 0;
	position: absolute;
	top: 189px;
	left: 800px;
}

.sys07 #cut ul li#fuki03{
	width: 46px;
	height: 48px;
	margin: 0;
	position: absolute;
	top: 242px;
	left: 574px;
}

.sys07 #cut ul li#fuki04{
	width: 48px;
	height: 48px;
	margin: 0;
	position: absolute;
	top: 40px;
	left: 518px;
}

.sys07 #cut ul li#fuki05{
	width: 59px;
	height: 61px;
	margin: 0;
	position: absolute;
	top: 56px;
	left: 580px;
}

.sys07 #cut ul li#fuki06{
	width: 47px;
	height: 46px;
	margin: 0;
	position: absolute;
	top: 158px;
	left: 253px;
}

.sys07 #cut ul li#fuki07{
	width: 46px;
	height: 48px;
	margin: 0;
	position: absolute;
	top: 237px;
	left: 694px;
}

.sys07 #cut ul li#fuki08{
	width: 122px;
	height: 55px;
	margin: 0;
	position: absolute;
	top: 133px;
	left: 606px;
}

.sys07 #cut ul li#fuki09{
	width: 48px;
	height: 48px;
	margin: 0;
	position: absolute;
	top: 297px;
	left: 778px;
}

.sys07 #cut ul li#fuki10{
	width: 59px;
	height: 61px;
	margin: 0;
	position: absolute;
	top: 397px;
	left: 698px;
}

.sys07 #cut ul li#fuki11{
	width: 47px;
	height: 46px;
	margin: 0;
	position: absolute;
	top: 426px;
	left: 804px;
}

.sys07 #cut2{
	width: 594px;
	height: 363px;
	margin: 0 0 0 -330px;
	background: url('../img/sys_cut_07.png') center top no-repeat;	
	position: absolute;
	top: 380px;
	left: 50%;
	z-index: 1;
	opacity: 0;
}

.sys07 #system_catch{
	width: 1088px;
	height: 117px;
	margin: 0 0 0 -400px;
	background: url('../img/sys_catch_07.png') left top no-repeat;	
	position: absolute;
	top: 675px;
	left: 50%;
	z-index: 1;
}

.sys07 #system_name{
	width: 499px;
	height: 900px;
	margin: 0 0 0 -330px;
	background: url('../img/system_name_07.png') left 109px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}



/*sys08**********************************************************/

.sys08 #cut{
	width: 100%;
	height: 900px;
	margin: 0;
	background: url('../img/sys_cut_08.jpg') center top no-repeat;	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.sys08 #cut #thm_movie{
	width: 352px;
	height: 198px;
	margin: 0 0 0 -303px;
	position: absolute;
	top: 349px;
	left: 50%;
	z-index: 1;
}

.sys08 #cut #thm_movie2{
	width: 352px;
	height: 198px;
	margin: 0 0 0 -270px;
	position: absolute;
	top: 571px;
	left: 50%;
	z-index: 1;
}

.sys08 #system_name{
	width: 499px;
	height: 900px;
	margin: 0 0 0 -330px;
	background: url('../img/system_name_08.png') left 109px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

.sys08 #system_catch{
	width: 1103px;
	height: 127px;
	margin: 0 0 0 -380px;
	background: url('../img/sys_catch_08.png') left top no-repeat;	
	position: absolute;
	top: 600px;
	left: 50%;
	z-index: 1;
}


/*sys09**********************************************************/

.sys09 #cut{
	width: 100%;
	height: 900px;
	margin: 0;
	background: url('../img/sys_cut_09.jpg') center top no-repeat;	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.sys09 #system_name{
	width: 499px;
	height: 900px;
	margin: 0 0 0 -330px;
	background: url('../img/system_name_09.png') left 109px no-repeat;	
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

.sys09 #system_catch{
	width: 1005px;
	height: 185px;
	margin: 0 0 0 -206px;
	background: url('../img/sys_catch_09.png') left top no-repeat;	
	position: absolute;
	top: 608px;
	left: 50%;
	z-index: 1;
}




/*************************************************************************************/
/*special*/
/*************************************************************************************/

#special_bg{
	width: 100%;
	height: 900px;
	background: url('../img/special_bg_01.jpg') center -45px no-repeat;	
}

h1#special{
	width: 100%;
	height: 137px;
	margin: 0 auto;
	background: url('../img/special_ttl_01.png') center top no-repeat;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	z-index: 3;
}

#special_bg #cut li a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#special_bg #cut li a:hover img{
	opacity: 0.6;
}

/*spe01**********************************************************/

.spe01 #cut{
	width: 900px;
	height: 699px;
	margin: 0 0 0 -320px;
	background: url('../img/special_cut_01.png') center top no-repeat;	
	position: absolute;
	top: 130px;
	left: 50%;
}

.spe01 #cut li#btn01{
	position: absolute;
	top: 201px;
	left: 216px;
	z-index: 2;
}

.spe01 #cut li#btn02{
	position: absolute;
	top: 201px;
	left: 352px;
	z-index: 2;
}

.spe01 #cut li#btn03{
	position: absolute;
	top: 521px;
	left: 147px;
	z-index: 2;
}

/*spe02**********************************************************/

.spe02 #cut{
	width: 900px;
	height: 699px;
	margin: 0 0 0 -320px;
	background: url('../img/special_cut_02.png') center top no-repeat;	
	position: absolute;
	top: 130px;
	left: 50%;
}

.spe02 #cut li#btn01{
	position: absolute;
	top: 156px;
	left: 378px;
	z-index: 2;
}

.spe02 #cut li#btn02{
	position: absolute;
	top: 201px;
	left: 378px;
	z-index: 2;
}

.spe02 #cut li#btn03{
	position: absolute;
	top: 521px;
	left: 147px;
	z-index: 2;
}

.spe02 #cut ul#voice{
	width: 384px;
	height: 28px;
	padding: 4px 0 0;
	text-align: center;
	position: absolute;
	top: 344px;
	left: 369px;
	z-index: 2;
}

.spe02 #cut ul#voice li{
	margin: 0 12px 0;
	display: inline-block;
}

.spe02 #cut ul#voice li a{
	cursor: pointer;
}


/*spe03**********************************************************/

.spe03 #cut{
	width: 900px;
	height: 699px;
	margin: 0 0 0 -390px;
	background: url('../img/special_cut_03.png') center top no-repeat;	
	position: absolute;
	top: 130px;
	left: 50%;
}

.spe03 #cut li#btn01{
	position: absolute;
	top: 226px;
	left: 615px;
	z-index: 2;
}

/*spe04**********************************************************/

.spe04 #cut{
	width: 900px;
	height: 699px;
	margin: 0 0 0 -320px;
	background: url('../img/special_cut_04.png') center top no-repeat;	
	position: absolute;
	top: 130px;
	left: 50%;
}

.spe04 #cut li#btn01{
	position: absolute;
	top: 94px;
	left: 59px;
	z-index: 2;
}

.spe04 #cut li#btn02{
	position: absolute;
	top: 404px;
	left: 264px;
	z-index: 2;
}

/*spe05**********************************************************/

.spe05 #music{
	width: 800px;
	height: 699px;
	margin: 0 0 0 -320px;
	position: absolute;
	top: 130px;
	left: 50%;
}

.spe05 #music_thmb{
	width: 800px;
	margin: 0 auto 40px;
	text-align: center;	
}

.spe05 #music_thmb a{
	display:block;
	width:590px;
	height:240px;
	margin:0 auto;
	background:url(../img/special_btn_soundtrack.jpg) no-repeat center top;
}
	.spe05 #music_thmb a:hover{	background-position:0 -240px;	}


.spe05 #music_thmb img{
	margin: 0 auto;
}

.spe05 #music ul#music_btn{
	width: 800px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.spe05 #music ul#music_btn li{
	margin: 0 10px 10px;
	display: inline-block;
}

.spe05 #music ul#music_btn li a{
	cursor: pointer;
}

.spe05 #music ul#music_btn li img.new{
	position: absolute;
	top: 2px;
	left: 4px;
	z-index: 4;
	display: none;
}

.spe05 #music ul#music_btn li a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.spe05 #music ul#music_btn li a:hover img{
	opacity: 0.6;
}

/*spe06**********************************************************/

.spe06 #cut{
	width: 900px;
	height: 699px;
	margin: 0 0 0 -370px;
	background: url('../img/special_cut_06.png') center top no-repeat;	
	position: absolute;
	top: 100px;
	left: 50%;
}

.spe06 #cut ul li img.new{
	margin: 0;
	padding: 0;
	position: absolute;
	top: -9px;
	left: -9px;
	z-index: 4;
}

.spe06 #cut ul{
	padding: 0 0 0 10px;
	text-align: center;
	position: relative;
	top: 80px;
}

.spe06 #cut ul li{
	margin: 0 15px 10px;
	display: inline-block;
	position: relative;
}

/*spe07**********************************************************/

.spe07 #cut{
	width: 900px;
	height: 699px;
	margin: 0 0 0 -370px;
	padding: 100px 0 0;
	background: url('../img/special_cut_07.png') center top no-repeat;	
	position: absolute;
	top: 130px;
	left: 50%;
}

.spe07 #cut ul{
	width: 836px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.spe07 #cut ul li{
	margin: 0 6px 8px;
	display: inline-block;
	position: relative;
}

.spe07 #cut ul li img.new{
	margin: 0;
	padding: 0;
	position: absolute;
	top: -7px;
	left: -7px;
	z-index: 4;
}

/*spe08**********************************************************/

.spe08 #cut{
	width: 900px;
	height: 699px;
	margin: 0 0 0 -370px;
	padding: 100px 0 0;
	background: url('../img/special_cut_08.png') center top no-repeat;	
	position: absolute;
	top: 130px;
	left: 50%;
}

.spe08 #cut ul li{
	margin: 0 0 8px;
}

.spe08 #cut ul#group01{
	width: 152x;
	margin: 0;
	position: absolute;
	top: 148px;
	left: 415px;
}

.spe08 #cut ul#group02{
	width: 152x;
	margin: 0;
	position: absolute;
	top: 370px;
	left: 415px;
}

.spe08 #cut ul#group03{
	width: 213x;
	margin: 0;
	position: absolute;
	top: 148px;
	left: 735px;
}

.spe08 #cut ul#group04{
	width: 213x;
	margin: 0;
	position: absolute;
	top: 370px;
	left: 735px;
}

/*spe09**********************************************************/

.spe09 #cut{
	width: 900px;
	height: 1430px;
	margin: 0 0 0 -390px;
	background: url('../img/special_cut_09.png') right top no-repeat;	
	position: absolute;
	top: 20px;
	left: 50%;
}

.spe09 #cut li#btn00a{
	position: absolute;
	top: 80px;
	left: 123px;
	z-index: 2;
}

.spe09 #cut li#btn00b{
	position: absolute;
	top: 80px;
	left: 310px;
	z-index: 2;
}

.spe09 #cut li#btn01{
	position: absolute;
	top: 942px;
	left: 230px;
	z-index: 2;
}

.spe09 #cut li#btn02a{
	position: absolute;
	top: 1423px;
	left: 123px;
	z-index: 2;
}

.spe09 #cut li#btn02b{
	position: absolute;
	top: 1423px;
	left: 310px;
	z-index: 2;
}

/*spe10**********************************************************/

.spe10 #cut{
	width: 900px;
	height: 790px;
	margin: 0 0 0 -320px;
	background: url('../img/special_cut_10.png') center top no-repeat;	
	position: absolute;
	top: 130px;
	left: 50%;
}

.spe10 #cut li#btn01{
	position: absolute;
	top: 324px;
	left: 245px;
	z-index: 2;
}

.spe10 #cut li#btn02{
	position: absolute;
	top: 324px;
	left: 324px;
	z-index: 2;
}

.spe10 #cut li#btn03{
	position: absolute;
	top: 324px;
	left: 487px;
	z-index: 2;
}

.spe10 #cut li#btn04{
	position: absolute;
	top: 324px;
	left: 660px;
	z-index: 2;
}

.spe10 #cut li#btn05{
	position: absolute;
	top: 681px;
	left: 315px;
	z-index: 2;
}


/*************************************************************************************/
/*footer*/
/*************************************************************************************/

#footer_bg{
	width: 100%;
	min-height: 385px;
	padding: 0 0 15px;
	background:url('../img/footer_bg_01.png') center 12px no-repeat;
	position: absolute;
	bottom: 0px;
	z-index: 6;
}

#footer_bg  a img{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#footer_bg a:hover img{
	opacity: 0.8;
}

#footer_bg #new{
	width: 100%;
	height: 107px;
	margin: 0 0 20px;
	background: url('../img/footer_bg_02.png') center top no-repeat;
}

#footer_bg #new p{
	color: #ede3d4;
	width: 100%;
	margin: 0;
	text-align: center;
	position: absolute;
	top: 81px;
}

#footer_bg #new p .sankaku{
	padding: 0 0 0 10px;
	background: url('../img/sankaku.png') left 3px no-repeat;
}

#footer_bg #new p a{
	color: #f2dd7c;
	padding: 0 0 0px;
	text-decoration: none;
	border-bottom: 1px solid #f2dd7c;
}

#footer_bg #new p a:hover{
	border-bottom: none;
}

#footer_bg p#next{
	width: 100%;
	margin: 0 0 20px;
}

#footer_bg p#next img{
	margin: 0 auto;
}

#footer_bg ul#footer_bnr{
	/*margin: 0 auto 20px;*/
	margin: 0 auto 0;
	text-align: center;
	width:1080px;
}

#footer_bg ul#footer_bnr li{
	margin: 0 10px 10px;
	display: inline-block;
}

#footer_bg ul#footer_sns{
	margin: 0 0 20px;
	text-align: center;
}

#footer_bg ul#footer_sns li{
	margin: 0 10px 0;
	display: inline-block;
}

#footer_bg #jouhou{
	width: 956px;
	height: 63px;
	margin: 0 auto 20px;
	background: url('../img/footer_copy.png') center top no-repeat;
	position: relative;
}

#footer_bg #jouhou ul li.capcom{
	width: 94px;
	height: 31px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 113px;
}

#footer_bg #jouhou ul li.cog{
	width: 100px;
	height: 31px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0px;
}

#footer_bg #jouhou ul li a{
	width: 100%;
	height: 100%;
	margin: 0;
	display: block;
}


#footer_bg #jouhou img{
	margin: 0 auto;
}

#footer_bg small#copy{
	color: #7e7e7e;
	width: 100%;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	display: block;
	background: #161616;
}
