@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ------------------------------------------------------------
 Base
------------------------------------------------------------ */
html, body {
  background-color: #000;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.9;
  min-width: 1000px;
}

p {
  text-shadow: 0 0 .5em #000, 0 0 .5em #000, 0 0 .5em #000;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1000px;
  height: 45px;
  background: black;
  border-bottom: solid 1px #1c1c1c;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999;
}
#header .logo {
  padding: 5px 30px 0;
}
#header .sns {
  position: absolute;
  top: 10px;
  right: 30px;
  height: 40px;
  width: 240px;
  overflow: hidden;
  *zoom: 1;
}
#header .sns li {
  float: left;
  padding-left: 20px;
}

#footer {
  position: relative;
  width: 100%;
  min-width: 1000px;
  height: 100px;
  background: #000;
  border-top: solid 1px #2cb3a7;
  z-index: 999;
}
#footer > div {
  padding-top: 7px;
  position: relative;
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}
#footer p.copyright {
  float: right;
}
#footer p.logo {
  padding-top: 0px;
  float: right;
}
#footer p.copytext {
  font-size: 9px;
  margin-top:8px;
}

#wrap {
  position: relative;
  width: 100%;
  min-width: 1000px;
  overflow-x: hidden;
  /*background: url("../img/common/main_bottom_bg.png") center bottom no-repeat;*/
}

#content {
  position: relative;
  margin: 5px auto 0;
  top: 0;
  left: 0;
  width: 1000px;
  text-align: center;
}
#content img {
  vertical-align: top;
}

nav {
  position: absolute;
  top: 25px;
  width: 1280px;
  margin-left: -10px;
  z-index: 500;
}
nav.fixed {
  position: fixed;
  top: -100px;
}
nav p {
  margin-left: -8px;
}
nav ul {
  font-size: 10px;
  line-height: 1;
  position: relative;
  margin-top: -12px;
  margin-left: 10px;

  height: 584px;
  z-index: 2;
}
nav ul img {
  vertical-align: top;
}
nav li {
	display: inline;
}

.pagetop {
  text-align: right;
  padding: 20px 0 40px;
}
.pagetop a {
  position: relative;
  display: inline-block;
}

/* ------------------------------------------------------------
 index
------------------------------------------------------------ */
#index {
  background: url("../img/mainbg_01.jpg") center top no-repeat #000;
}
#index #loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/loader.gif") center center no-repeat #000;
  z-index: 10;
}
#index nav {
  position: absolute;
  top: 15px;
  margin-left: 0;
  opacity: 0;
  visibility: hidden;
}
#index #wrap {
  min-width: 1280px;
  /*background-image: url("../img/index/main_mask.png");*/
  background-position: center center;
  background-size: cover;
  margin-top: 45px;
}
#index #footer > div {
  width: 1280px;
}
#index #content {
  width: 1280px;
  padding-left: 0;
}
.main_logo {
	position: absolute;
	z-index: 200;
	left: 200px;
	visibility: hidden;
}
#index div.clouds {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 1240px;
  overflow: hidden;
}
#index div.clouds div {
  position: absolute;
  left: 50%;
  height: 1240px;
  width: 10px;
}
#index div.clouds p {
  position: absolute;
}
#index div.clouds p.cloud1 {
  top: 200px;
  left: -420px;
}
#index div.clouds p.cloud2 {
  top: 400px;
  left: -210px;
}
#index div.clouds p.cloud3 {
  top: 700px;
  left: -470px;
}
#index div.clouds p.cloud4 {
  top: 660px;
  left: -900px;
}
#index div.clouds p.cloud5 {
  top: 300px;
  left: -170px;
}
#index div.clouds p.cloud6 {
  top: 700px;
  left: -630px;
}
#index div.clouds p img {
  opacity: 0;
}
#index div.vlines {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 1240px;
  overflow: hidden;
}
#index div.vlines div {
  position: absolute;
  height: 1240px;
  width: 10px;
}
#index div.vlines p {
  position: absolute;
}
#index div.vlines p.vline1 {
  top: -1000px;
  left: 200px;
}
#index div.vlines p.vline2 {
  top: 2000px;
  left: 1700px;
}
#index div.vlines p img {
  opacity: 0;
}
#index p.ps4 {
  padding-top: 25px;
  width: 1290px;
  text-align: right;
  opacity: 0;
  visibility: hidden;
}
#index p.light {
  position: absolute;
  top: 0;
  left: 180px;
}
#index p.dot {
  position: absolute;
  top: 210px;
  left: 80px;
  opacity: 0;
  visibility: hidden;
}
#index p.characters {
  position: relative;
  margin-top: -40px;
  padding-bottom: 20px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.chara1, .chara2, .chara3, .chara4, .chara5, .chara6 {
	position: absolute;
	top: -1300px;
	overflow: hidden;
	z-index: 100;
}
.chara01 {
	position: absolute;
	overflow: hidden;
	z-index:150;
	opacity: 0;
	top: -100px;
	left: -9000px;
}
.chara02 {
	position: absolute;
	overflow: hidden;
	z-index:150;
	opacity: 0;
	top: 200px;
	left: 9000px;
}
.chara1 {
	left:-45px;
}
.chara2 {
	left:168px;
}
.chara3 {
	left:359px;
}
.chara4 {
	left:609px;
}
.chara5 {
	left:728px;
}
.chara6 {
	left:1000px;
}
.circleframe {
	position: absolute;
	left: -85px;
	top: -170px;
	z-index: 20;
	overflow: hidden;
	opacity: 0;
}
.circleframe img {
	width: 1410px;
	z-index: 20;
}
#index p.release {
  position: absolute;
  left: 0;
  top: 910px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  background: #000;
  text-align: left;
  width: 145px;
  height: 25px;
}
#index p.release a:link,
#index p.release a:visited {
	padding: 5px;
	color: #FFFFFF;
}
#index .bottom-cta-steam {
  position: absolute;
  right: 0px;
  top: 880px;
  z-index: 200;
}
#index .bottom-cta1 {
  position: absolute;
  height: 200px;
  top: 880px;
  right: 330px;
  z-index: 200;
  border: 1px solid #2CB3A7;
}
#index .bottom-cta2 {
  position: absolute;
  height: 200px;
  right: 0px;
  top: 880px;
  z-index: 200;
  border: 1px solid #2CB3A7;
}
#index .spec {
  position: absolute;
  /*left: 350px;*/
  /*placing funimation banners*/
  left: 0px;
  top: 880px;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  display: block;
  width: 600px;
  height: 202px;
  background: url('../img/spec.png');
  text-align: left !important;
}
#index .spec-wrap {
  padding: 20px;
}
#index .spec-platform {

}
#index .spec-platform-list {
  margin-left: 10px;
}
#index .spec-platform, #index .spec-platform-list, #index .spec-1, #index .spec-2, #index .spec-3, #index .spec-4 {
  display: block;
  float: left;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
}
#index .spec-2, #index .spec-3, #index .spec-4 {
  margin-left: 30px;
}
#index .spec-platform, #index .spec-1, #index .spec-3 {
  color: #2CB3A7;
}
#index .spec-platform-list, #index .spec-2, #index .spec-4 {
  color: #fff;
}
#index p.copy {
  position: absolute;
  left: 930px;
  top: 40px;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
}
#index ul.tokuten {
  position: absolute;
  top: 725px;
  right: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
#index ul.tokuten li.tokuten__set{
	margin: -42px -35px 0 0;
}
#index ul.tokuten li.tokuten__cd{
	margin: 0 -20px 0 0;
}
#index ul.tokuten li{
	float: right;
}

#index .btn-manual{
  position: absolute;
  top: 820px;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
#index .btn-firstguide{
  position: absolute;
  top: 970px;
  right: 55px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
#index .btn-grandedition{
  position: absolute;
  top: 935px;
  right: 0px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
#index .btn-lite{
  position: absolute;
  top: 988px;
  left: 720px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
#index .btn-present{
  position: absolute;
  top: 710px;
  left: 280px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
#index .timeline{
  position: absolute;
  top: 1110px;
  right: -65px;
  width: 350px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
#index section.news {
  width: 100%;
  /*height: 38px;*/
  background-color: rgb(0, 0, 0);
  position: relative;
  color: #fff;
  z-index: 1000;
  border-top: 1px solid #2CB3A7;
  /*background: url("../img/index/news_bg.png") left top repeat-x;*/
}
#index section.news div {
  width: 1280px;
  /*height: 38px;*/
  margin: 0 auto;
  padding-bottom: 3px;
  /*background-color: #fff;*/
  /*background: url("../img/index/news_text_bg.png") left top no-repeat;*/
}
#index section.news p {
  margin-left: 136px;
  /*padding: 9px 6px 0;*/
  font-size: 13px;
  color: #fff;
  text-shadow: none;
}
#index section.news a {
  color: rgb(255, 244, 92);
  text-decoration: none;
  font-weight: 600;
}
.modal {
	display: none;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 1000;
	overflow: hidden;
}
.modal-content{
	width: 700px;
	margin: 100px auto 0;
	text-align: center;
	border: 1px solid #2cb3a7;
	padding: 20px;
}
.modal-content h1 {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
    text-shadow: 0 0 .5em #2cb3a7, 0 0 .5em #2cb3a7;
}
.modal-content p {
	text-align: left;
    padding-top: 10px;
    font-size: 15px;
    color: #fff;
    text-shadow: 0 0 .5em #2cb3a7, 0 0 .5em #2cb3a7;
}
.modal-close{
	position: fixed;
	top: 50px;
	left: 50%;
	margin: 57px 0 0 375px;
	cursor: pointer;
}
.modal-close h2 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
    text-shadow: 0 0 .5em #2cb3a7, 0 0 .5em #2cb3a7;
}
iframe[name=google_conversion_frame]{
	display: none;	
}


/* ------------------------------------------------------------

------------------------------------------------------------ */

.clearfix:before{
  content: "";
  display: table;
}
.clearfix:after{
  content: "";
  display: table;
  clear: both;
}
.text-center{
	text-align: center !important;
}
.color-gold{
	color: #d1ac79 !important;
}
.color-red{
	color: #ff0000 !important;
}

/* HEADER */
div#header{
  width:100%; height:78px;
  background: transparent url('../img/common/header_bg01.png') no-repeat 50% 0;
}

div#header div.cnt1{
  width:100%; height:78px;
  background: transparent url('../img/common/header_bg02.png') repeat-x;
}

div#header div.cnt1 div{
  width:1031px;
  margin: 0 auto;
}

div#header h1{
  width:171px;
  float:left;
}

div#header ul{
  width:860px;
  float:left;
  padding-top:8px;
}

div#header li{
  height:42px;
  float:left;
  overflow: hidden;
}

div#header li.nav1{width:107px;}
div#header li.nav2{width:94px;}
div#header li.nav3{width:132px;}
div#header li.nav4{width:123px;}
div#header li.nav5{width:147px;}
div#header li.nav6{width:93px;}
div#header li.nav7{width:93px;}
div#header li.nav8{width:106px;}

div#header li.active img{margin-top: -42px;}
div#header li.invalid img{
  filter:alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}

div#header li a:link img{margin-top: 0;}
div#header li a:hover img{margin-top: -42px;}

div#header {
	border-bottom: 0 !important;
}