@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 0.7em;
  background: url(../img/transparent.png);
}
td { background: url(../img/transparent.png); }

html {
  min-height: 100%;
  font-size: 6.25%;
  overflow-y: scroll;
}
body {
  min-height: 100%;
	font: 10rem/1 "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../img/bg.jpg) 50% 0 no-repeat;
  z-index: -1;
}
.mac body, .safari body { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; }

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; }

.text_center {
  padding: 0 10px 0 0;
  text-align: center;
}
.clear {
  clear: both;
}

/***********************************
  コンテンツ
***********************************/


.gloNav_bg {
  position: fixed;
  width: 100%;
  height: 110px;
  background: url(../img/header_bg.png) 50% 0 no-repeat;
  z-index: 100;
}
.gloNav_bg #gloNav {
  position: relative;
  width: 1020px;
  margin: 0 auto;
}
.gloNav_bg #gloNav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 996px;
  padding: 0 24px 0 0;
}
.gloNav_bg #gloNav ul li {
  position: relative;
}
.gloNav_bg #gloNav ul li.new:after {
  content: url(../img/new.png);
  position: absolute;
  top: 2px;
  right: -2px;
  display: block;
  width: 55px;
  height: 21px;
  -webkit-transform: rotate(-2deg) scale(0.5);
  -ms-transform: rotate(-2deg) scale(0.5);
  transform: rotate(-2deg) scale(0.5);
  -webkit-animation: blink 1.8s ease-in-out infinite;
  animation: blink 1.8s ease-in-out infinite;
  z-index: 100;
}
.gloNav_bg li a {
  display: block;
  background: 0 0 no-repeat;
}
.gloNav_bg li a:not(.close):not(.selected):hover {
  -webkit-animation: navHover 0.18s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite alternate;
  animation: navHover 0.18s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite alternate;
}
.ie11 .gloNav_bg li a:not(.close):not(.selected):hover {
  -webkit-animation: none;
  animation: none;
}
.gloNav_bg li a img {
  display: block;
  background: 0 100% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.gloNav_bg li a.selected img,
.gloNav_bg li a:not(.close):hover img {
  opacity: 1;
}
.gloNav_bg li:nth-child(1) {
  margin: 20px 0 0;
}
.gloNav_bg li:nth-child(2) {
  margin: 16px 0 0;
}
.gloNav_bg li:nth-child(3) {
  margin: 11px 0 0;
}
.gloNav_bg li:nth-child(4) {
  margin: 5px 0 0;
}
.gloNav_bg li:nth-child(5) {
  margin: -1px 0 0;
}
.gloNav_bg li:nth-child(6) {
  margin: -4px 0 0;
}
.gloNav_bg .top,
.gloNav_bg .top img {
  width: 125px;
  height: 67px;
  background-image: url(../img/navi_sub_top.png);
}
.gloNav_bg .story,
.gloNav_bg .story img {
  width: 171px;
  height: 67px;
  background-image: url(../img/navi_story.png);
}
.gloNav_bg .character,
.gloNav_bg .character img {
  width: 198px;
  height: 67px;
  background-image: url(../img/navi_character.png);
}
.gloNav_bg .system,
.gloNav_bg .system img {
  width: 152px;
  height: 67px;
  background-image: url(../img/navi_system.png);
}
.gloNav_bg .movie,
.gloNav_bg .movie img {
  width: 150px;
  height: 67px;
  background-image: url(../img/navi_movie.png);
}
.gloNav_bg .movie.close {
  background-image: url(../img/navi_movie_gray.png);
}
.gloNav_bg .special,
.gloNav_bg .special img {
  width: 175px;
  height: 67px;
  background-image: url(../img/navi_special.png);
}
#bgmVol {
  display: block;
  position: absolute;
  top: 9px;
  left: -120px;
  width: 97px;
  height: 50px;
  margin-left: 10px;
  z-index: 100;
}
#bgmVol button {
  position: absolute;
  display: block;
  overflow: hidden;
  text-indent: -100em;
}
.gloNav_bg .btnIcon {
  width: 34px;
  height: 34px;
  background: url(../img/btn_bgm.png) 0 100% no-repeat;
}
#bgmVol.off .btnIcon {
  background-position: 0 0;
}
#bgmVol .volume {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 32px;
}
#bgmVol img {
  position: absolute;
  display: block;
  overflow: hidden;
}
.gloNav_bg .volume img:nth-child(1) {
  top: 4px;
  left: 0;
  width: 27px;
  height: 27px;
  background: url(../img/btn_volume01.png) 0 0 no-repeat;
}
.gloNav_bg .volume img:nth-child(2) {
  top: 0;
  left: 26px;
  width: 32px;
  height: 32px;
  background: url(../img/btn_volume02.png) 0 0 no-repeat;
}
#bgmVol.small img:nth-child(1),
#bgmVol.large img:nth-child(1),
#bgmVol.large img:nth-child(2) {
  background-position: 0 100%;
}
.gloNav_bg .sns_btn {
  position: absolute;
  top: 6px;
  left: 99%;
}
.gloNav_bg #tweet {
  margin: 0 0 2px;
}
.side_frame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.side_frame div {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100vh;
  background: rgb(10,10,35);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10,10,35,0.65)),to(rgba(25,25,100,0.65)));
  background: -webkit-linear-gradient(top, rgba(10,10,35,0.65) 0%,rgba(25,25,100,0.65) 100%);
  background: -o-linear-gradient(top, rgba(10,10,35,0.65) 0%,rgba(25,25,100,0.65) 100%);
  background: linear-gradient(to bottom, rgba(10,10,35,0.65) 0%,rgba(25,25,100,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a60a0a23', endColorstr='#a6191964',GradientType=0 );
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.6);
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
}
.side_frame .left {
  right: -webkit-calc(50% + 720px);
  right: calc(50% + 720px);
}
.side_frame .right {
  left: -webkit-calc(50% + 720px);
  left: calc(50% + 720px);
}
.side_frame span {
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#top .side_frame span {
  opacity: 0;
}
.side_frame span img {
  -webkit-animation: flowerRotate 6s linear infinite;
  animation: flowerRotate 6s linear infinite;
}
.ie11 .side_frame span img {
  display: none;
}
.side_frame .left span.flower1 {
  right: 98px;
  -webkit-animation: flowerMove 70s linear infinite -14s;
  animation: flowerMove 70s linear infinite -14s;
}
.side_frame .left span.flower2 {
  right: 60px;
  -webkit-animation: flowerMove 65s linear infinite -46s;
  animation: flowerMove 65s linear infinite -46s;
}
.side_frame .left span.flower3 {
  right: 14px;
  -webkit-animation: flowerMove 45s linear infinite -19s;
  animation: flowerMove 45s linear infinite -19s;
}
.side_frame .right span.flower4 {
  right: 124px;
  -webkit-animation: flowerMove 55s linear infinite -43s;
  animation: flowerMove 55s linear infinite -43s;
}
.side_frame .right span.flower1 {
  left: 98px;
  -webkit-animation: flowerMove 70s linear infinite -21s;
  animation: flowerMove 70s linear infinite -21s;
}
.side_frame .right span.flower2 {
  left: 60px;
  -webkit-animation: flowerMove 65s linear infinite -53s;
  animation: flowerMove 65s linear infinite -53s;
}
.side_frame .right span.flower3 {
  left: 14px;
  -webkit-animation: flowerMove 45s linear infinite -26s;
  animation: flowerMove 45s linear infinite -26s;
}
.side_frame .right span.flower4 {
  left: 124px;
  -webkit-animation: flowerMove 55s linear infinite -49s;
  animation: flowerMove 55s linear infinite -49s;
}

/***********************************
  フッター
***********************************/

#pagetop {
  position: fixed;
  right: auto;
  left: 50%;
  margin-left: 490px;
  bottom: -1000px;
  width: 125px;
  height: 129px;
  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: 1000;
  -webkit-transform-origin: 7% 100%;
  -ms-transform-origin: 7% 100%;
  transform-origin: 7% 100%;
}
#pagetop:hover {
  -webkit-animation: pageTopAnim 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite alternate;
  animation: pageTopAnim 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite alternate;
}
#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 img {
  display: block;
  width: 125px;
  height: 129px;
  background: url(../img/btn_to_top.png) no-repeat 0 100%;
  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: relative;
  height: 532px;
  background: url(../img/footer_bg.png) 50% 0 no-repeat;
  z-index: 100;
}
.footer_bg footer {
  position: relative;
  width: 962px;
  padding: 108px 0 0;
  margin: 0 auto;
  text-align: left;
}
.footer_bg .spec {
  padding: 5px 0 13px;
  border-bottom: 1px solid #fff;
  margin: 0 0 15px;
}
.footer_bg .sns {
  height: 27px;
  margin: 0 0 5px;
  text-align: left;
}
.footer_bg .sns ul {
  height: 27px;
}
.footer_bg .sns li {
  float: left;
  padding: 0 30px 3px 0;
  background: url(../img/footer_navi_slash.png) 95% 0 no-repeat;
}
.footer_bg .sns li:last-child {
  padding: 0;
  background: none;
}
.footer_bg .sns a {
  display: block;
}
.footer_bg .sns a img {
  display: block;
  opacity: 0;
  background-position: 0 100%;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.footer_bg .sns a:hover img {
  opacity: 1;
}
.footer_bg .blog {
}
.footer_bg .blog a,
.footer_bg .blog img {
  width: 146px;
  height: 24px;
  background-image: url(../img/footer_navi_blog.png);
}
.footer_bg .twitter {
}
.footer_bg .twitter a,
.footer_bg .twitter img {
  width: 181px;
  height: 21px;
  background-image: url(../img/footer_navi_twitter.png);
}
.footer_bg .facebook {
}
.footer_bg .facebook a,
.footer_bg .facebook img {
  width: 202px;
  height: 22px;
  background-image: url(../img/footer_navi_facebook.png);
}
.footer_bg .copy {
  clear: both;
  line-height: 1.4;
  font-size: 11rem;
  text-align: left;
}
.footer_bg .btns {
  position: absolute;
  top: 450px;
  right: 0;
  margin: 0 0 8px;
}
.footer_bg .btns li {
  display: inline-block;
  margin: 0 6px 0 1px;
}
.nis_banner {
  position: absolute;
  top: 490px;
  right: 6px;
}

@media screen and (max-width:799px) {
}

/*===========================*/
@-webkit-keyframes blink {
  0% { opacity: 0; }
  49.9% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 1; }
}
@keyframes blink {
  0% { opacity: 0; }
  49.9% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 1; }
}
/* =============================================================================
フロートさせたコンテンツの高さを親要素が認識しないバグを修正　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;
  /**/
}