@charset "utf-8";

a,a:visited {
	text-decoration: none;
	outline: none;
  color: #04f;
}
a:hover {
  text-decoration: underline;
  outline: none;
}
a[href*="tel:"] { cursor: default; }

button { outline: none; }

p {
	margin: 0 0 18px;
  background: url(../img/transparent.png);
}
td { background: url(../img/transparent.png); }

html {
  position: relative;
  min-height: 100%;
  font-size: 6.25%;
  overflow-y: scroll;
  overflow-x: hidden;
}
body {
  min-height: 100%;
  padding-bottom: 400px;
  background: url(../img/bg_gradation.png) 50% 100% repeat-x, url(../img/bg_cloud.png) 50% 0 no-repeat, #57d1e9;
	font: 10rem/1 "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  color: #110101;
  overflow: hidden;
}
.mac body, .safari body { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; }

/*body::before {
  content: "";
  background: ;
  display: block;
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  height: 590px;
  z-index: -1;
}*/

div,section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0;
}
ul,ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl,dt,dd {
  margin: 0;
}
button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
button:active,button:focus {
  border: none;
  outline: none;
}
figure {
  margin: 0;
}
em { font-style: normal; }

.gloNav_bg {
  position: fixed;
  width: 100%;
  min-width: 960px;
  height: 127px;
  background: url(../img/header_bg.png) 50% 0 no-repeat;
  z-index: 100;
}
.gloNav_bg h1 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  min-width: 960px;
  height: 127px;
  z-index: 1;
}
.gloNav_bg h1 .logo_link {
  position: absolute;
  top: 15px;
  left: -webkit-calc(50% - 525px);
  left: calc(50% - 525px);
  display: block;
  width: 325px;
  height: 100px;
}
.gloNav_bg h1 img {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -960px;
}
.gloNav_bg #gloNav {
  position: relative;
  width: 960px;
  height: 127px;
  margin: 0 auto;
}
#gloNav ul {
  position: absolute;
  top: 4px;
  left: 290px;
  width: 660px;
  z-index: 10;
}
#gloNav li {
  position: relative;
  float: left;
}
#gloNav li.new:after {
  content: url(../img/new.png);
  position: absolute;
  bottom: 12px;
  right: 0;
  -webkit-transform: rotate(-2.5deg);
  -ms-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
  -webkit-animation: blink 4.5s ease-in-out infinite;
  animation: blink 4.5s ease-in-out infinite;
}
#gloNav li a {
  display: block;
  background: 0 0 no-repeat;
}
#gloNav li:nth-child(n+4) a {
  background-position: 0 -10px;
}
#gloNav li:nth-child(n+4).new:after {
  bottom: 6px;
}
#gloNav li a img {
  display: block;
  opacity: 0;
  background: 0 100% no-repeat;
  -webkit-transition: opacity 0.13s linear;
  -o-transition: opacity 0.13s linear;
  transition: opacity 0.13s linear;
}
#gloNav li a:hover img,
#gloNav li a.clicked img,
#gloNav li a.selected img {
  opacity: 1;
}
#gloNav li:nth-child(1) {
  padding: 19px 2px 0 0;
}
#gloNav li:nth-child(2) {
  padding: 14px 5px 0 0;
}
#gloNav li:nth-child(3) {
}
#gloNav li:nth-child(4) {
  clear: both;
  margin: -11px 0 0 76px;
}
#gloNav li:nth-child(5) {
  margin: -19px 0 0 18px;
}
#gloNav li:nth-child(6) {
  margin: -29px 0 0 12px;
}
#gloNav li .top,
#gloNav li .top img {
  width: 115px;
  height: 47px;
  background-image: url(../img/navi_top.png);
}
#gloNav li .top img {
  background-position: 0 -57px;
}
#gloNav li .story,
#gloNav li .story img {
  width: 165px;
  height: 46px;
  background-image: url(../img/navi_story.png);
}
#gloNav li .story img {
  background-position: 0 -56px;
}
#gloNav li .character,
#gloNav li .character img {
  width: 269px;
  height: 53px;
  background-image: url(../img/navi_character.png);
}
#gloNav li .character img {
  background-position: 0 -63px;
}
#gloNav li .system,
#gloNav li .system img {
  width: 182px;
  height: 53px;
  background-image: url(../img/navi_system.png);
}
#gloNav li .movie,
#gloNav li .movie img {
  width: 165px;
  height: 50px;
  background-image: url(../img/navi_movie.png);
}
#gloNav li .special,
#gloNav li .special img {
  width: 199px;
  height: 52px;
  background-image: url(../img/navi_special.png);
}
.gloNav_bg .sns_btn {
  position: absolute;
  top: 5px;
  right: -76px;
  line-height: 0.7;
  z-index: 100;
}
.gloNav_bg .sns_btn div {
  display: inline-block;
  margin: 0 1px;
}

#bgmVol {
  display: block;
  position: absolute;
  top: 4px;
  left: -148px;
  width: 90px;
  height: 50px;
  margin-left: 10px;
  z-index: 100;
}
#bgmVol button {
  position: absolute;
  display: block;
  overflow: hidden;
  text-indent: -100em;
}
#bgmVol .btnIcon {
  top: 10px;
  left: 2px;
  width: 29px;
  height: 29px;
  background: url(../img/bgm.png) 0 0 no-repeat;
}
#bgmVol.off .btnIcon {
  background-position: 0 100%;
}
#bgmVol .volume {
  top: 0;
  right: 0;
  width: 58px;
  height: 50px;
}
#bgmVol img {
  position: absolute;
  display: block;
  overflow: hidden;
}
#bgmVol img:nth-child(1) {
  top: 14px;
  left: 0;
  width: 23px;
  height: 22px;
  background: url(../img/bgm_volume01.png) 0 100% no-repeat;
}
#bgmVol img:nth-child(2) {
  top: 11px;
  left: 24px;
  width: 28px;
  height: 27px;
  background: url(../img/bgm_volume02.png) 0 100% no-repeat;
}
#bgmVol.small img:nth-child(1),
#bgmVol.large img:nth-child(1),
#bgmVol.large img:nth-child(2) {
  background-position: 0 0;
}
#bgmSelecter {
  display: block;
  position: absolute;
  top: 43px;
  left: -146px;
  width: 84px;
  height: 28px;
  margin-left: 10px;
  z-index: 100;
}
#bgmSelecter button {
  display: inline-block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  background: url(../img/bgm_selecter.png) 0 100% no-repeat;
  text-indent: -100em;
  cursor: pointer;
}
#bgmSelecter button:nth-child(2) {
  background-position: -28px 100%;
}
#bgmSelecter button:nth-child(3) {
  background-position: -56px 100%;
}
#bgmSelecter.track1 button:nth-child(1) {
  background-position: 0 0;
}
#bgmSelecter.track2 button:nth-child(2) {
  background-position: -28px 0;
}
#bgmSelecter.track3 button:nth-child(3) {
  background-position: -56px 0;
}

#pagetop {
  position: fixed;
  right: auto;
  left: 50%;
  margin-left: 490px;
  bottom: -1000px;
  width: 112px;
  height: 165px;
  background: url(../img/btn_to_top.png) no-repeat 0 0;
  color: transparent;
  text-indent: -4444em;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear 510ms;
  -o-transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear 510ms;
  transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear 510ms;
  z-index: 100;
}
#pagetop:hover {
  margin-bottom: 3px;
}
#pagetop.show {
  opacity: 1;
  bottom: 40px;
  -webkit-transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear;
  -o-transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear;
  transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear;
}
#pagetop.show.bottom {
  position: absolute;
}
#pagetop img {
  display: block;
  width: 112px;
  height: 165px;
  background: url(../img/btn_to_top.png) no-repeat 0 -165px;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
#pagetop:hover img {
  opacity: 1;
}
/* フッター */
.footer_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 399px;
  padding: 76px 0 0;
  background: url(../img/footer_bg.png) 50% 0 repeat-x;
  z-index: 7;
  -webkit-animation: fadeIn 0.5s linear both;
  animation: fadeIn 0.5s linear both;
}
.footer_bg footer {
  width: 961px;
  margin: 0 auto;
  font-size: 11rem;
  line-height: 1.3;
  text-align: right;
}
.footer_bg .spec {
  margin: 0 0 7px;
}
.footer_bg .spec img {
}
.footer_bg .copy {
  padding: 2px 1px 0 0;
}
.footer_bg .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.footer_bg .btns li {
  background: #fff;
  margin: 0 6px;
  line-height: 0;
  vertical-align: top;
}
.footer_bg li a:hover {
  opacity: 0.85;
}

footer .sns {
  float: left;
  height: 30px;
}
.footer_bg footer .sns li {
  float: left;
  height: 30px;
  margin: 0;
  padding: 2px 0 0;
}
footer .sns li:not(:last-child) {
  padding-right: 18px;
  background: url(../img/footer_navi_slash.png) 99.4% 0 no-repeat;
}
footer .sns a,
footer .sns a img {
  height: 28px;
  background-repeat: no-repeat;
}
footer .sns a {
  display: block;
  background-position: 0 0;
}
footer .sns a img {
  background-position: 0 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
footer .sns a:hover img {
  opacity: 1;
}

footer .sns .blog a,
footer .sns .blog a img {
  width: 163px;
  background-image: url(../img/footer_navi_blog.png);
}
footer .sns .twitter a,
footer .sns .twitter a img {
  width: 193px;
  height: 24px;
  background-image: url(../img/footer_navi_twitter.png);
}
footer .sns .facebook a,
footer .sns .facebook a img {
  width: 224px;
  height: 24px;
  background-image: url(../img/footer_navi_facebook.png);
}
#posi {
  display: none;
  /*position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  font-size: 14rem;
  color: #fff;
  background: rgba(0,0,0,0.7);
  z-index: 1000;*/
}

/* =============================================================================
フロートさせたコンテンツの高さを親要素が認識しないバグを修正　Clearfix
========================================================================== */

/* For modern browsers */
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after { clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.cf { zoom: 1; }

* html .cf { height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}