@charset "UTF-8";
/*
 Media query
*/
body {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, -apple-system, BlinkMacSystemFont, "Helvetica Neue","Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
::selection {
  background-color: #e4007e;
  color: #fff;
}

@media screen and (min-width: 769px) {
  body {
    min-width: 1000px;
  }
}

/*
  Parts
*/
.char-pink {
  color: #e4007e;
}

.char-blue {
  color: #00b4ee;
}

.char-spacing {
  letter-spacing: -0.12em;
}

.only-pc,
.only-sp {
  display: none;
}

@media screen and (min-width: 769px) {
  .only-pc {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .only-sp {
    display: block;
  }
}

.home-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translateZ(0);
  pointer-events: none;
  box-shadow: 0 0 30vw rgba(0, 0, 0, 0.2) inset;
  animation: home-bg 10s infinite;
  mix-blend-mode: multiply;
  z-index: 10;
}

.close,
.mfp-close {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10001;
  cursor: pointer;
  width: 135px;
  height: 135px;
  background-color: #e4007e;
  border-radius: 0 0 0 135px;
}

@media screen and (min-width: 769px) {
  .close,
  .mfp-close {
    width: 92px;
    height: 92px;
  }
}

.close .top,
.mfp-close .top {
  position: absolute;
  right: 35px;
  top: 35px;
  width: 52px;
  height: 1px;
  background-color: #fff;
  transform-origin: 100% 0;
  transform: rotateZ(-45deg);
}

@media screen and (min-width: 769px) {
  .close .top,
  .mfp-close .top {
    right: 20px;
    top: 20px;
    width: 39px;
  }
}

.close .mid,
.mfp-close .mid {
  position: absolute;
  right: 35px;
  top: 53.5px;
  width: 0;
  height: 1px;
  background-color: #fff;
  transform-origin: 100% 0;
}

@media screen and (min-width: 769px) {
  .close .mid,
  .mfp-close .mid {
    right: 20px;
    top: 35px;
  }
}

.close .btm,
.mfp-close .btm {
  position: absolute;
  right: 35px;
  top: 72.5px;
  width: 52px;
  height: 1px;
  background-color: #fff;
  transform-origin: 100% 0;
  transform: rotateZ(45deg);
}

@media screen and (min-width: 769px) {
  .close .btm,
  .mfp-close .btm {
    right: 20px;
    top: 50px;
    width: 39px;
  }
}

/*
  Header
*/
#header {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 70px;
  z-index: 9997;
}

@media screen and (min-width: 769px) {
  #header.tall {
    height: 166px;
  }
}

@media screen and (min-width: 769px) {
  #header.tall #gnavi #gnavi-list {
    top: 77px;
  }
}

#header.tall .logo {
  top: 4px;
}

@media screen and (max-width: 768px) {
  #header.tall .logo {
    left: 30px;
    top: 35px;
  }
}

#header.tall .logo .img {
  width: 296px;
}

@media screen and (max-width: 768px) {
  #header {
    position: absolute;
    height: 0;
  }
}

#header .logo {
  position: absolute;
  left: 40px;
  top: 5px;
}

#header .logo .img {
  width: 120px;
}

@media screen and (max-width: 768px) {
  #header .logo .img {
    width: 296px;
  }
}

@media screen and (max-width: 768px) {
  #header .logo {
    left: 30px;
    top: 35px;
  }
}

@media screen and (max-width: 768px) {
  #header #gnavi {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.97);
    z-index: 10000;
    display: none;
  }
  #header #gnavi.show {
    display: block;
  }
}

#header #gnavi #gnavi-list {
  position: absolute;
  right: 50px;
  top: 28px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #header #gnavi #gnavi-list {
    position: relative;
    right: auto;
    top: 50%;
    padding: 0 60px;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  #header #gnavi #gnavi-list {
    display: block;
  }
}

#header #gnavi #gnavi-list .gnavi-item {
  position: relative;
  font-size: 14px;
  margin-right: 2em;
}

@media screen and (max-width: 768px) {
  #header #gnavi #gnavi-list .gnavi-item {
    margin-right: 0;
    font-size: 74px;
    margin-bottom: 100px;
  }
}

#header #gnavi #gnavi-list .gnavi-item:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #header #gnavi #gnavi-list .gnavi-item:last-of-type {
    margin-bottom: 0;
  }
}

#header #gnavi #gnavi-list .gnavi-item.still {
  color: #c4c4c4;
}

#header #gnavi #gnavi-list .gnavi-item .gnavi-link:after {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e4007e;
  transform: scale(0, 1);
  transform-origin: 0 50%;
  transition: all 280ms;
}

@media screen and (max-width: 768px) {
  #header #gnavi #gnavi-list .gnavi-item .gnavi-link:after {
    height: 2px;
  }
}

#header #gnavi #gnavi-list .gnavi-item.current .gnavi-link:after, #header #gnavi #gnavi-list .gnavi-item:hover .gnavi-link:after {
  transform: scale(1, 1);
}

#header #gnavi #gnavi-list .gnavi-link {
  position: relative;
  text-decoration: none;
  color: #161616;
}

#header .toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10001;
}

@media screen and (min-width: 769px) {
  #header .toggle {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #header .toggle {
    width: 135px;
    height: 135px;
    background-color: #e4007e;
    border-radius: 0 0 0 135px;
  }
  #header .toggle .top {
    position: absolute;
    right: 32px;
    top: 35px;
    width: 52px;
    height: 1px;
    background-color: #fff;
    transform-origin: 100% 0;
  }
  #header .toggle .mid {
    position: absolute;
    right: 32px;
    top: 53.5px;
    width: 52px;
    height: 1px;
    background-color: #fff;
    transform-origin: 100% 0;
  }
  #header .toggle .btm {
    position: absolute;
    right: 32px;
    top: 72.5px;
    width: 52px;
    height: 1px;
    background-color: #fff;
    transform-origin: 100% 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #header .toggle.close .top {
    transform: rotateZ(-45deg);
  }
  #header .toggle.close .mid {
    width: 0;
  }
  #header .toggle.close .btm {
    transform: rotateZ(45deg);
  }
}

/*
  GNAVI
*/
body#top #header #gnavi .top.gnavi-item .gnavi-link:after {
  transform: scale(1, 1);
}

body#character #header #gnavi .character.gnavi-item .gnavi-link:after {
  transform: scale(1, 1);
}

body#system #header #gnavi .system.gnavi-item .gnavi-link:after {
  transform: scale(1, 1);
}

body#movie #header #gnavi .movie.gnavi-item .gnavi-link:after {
  transform: scale(1, 1);
}

body#spec #header #gnavi .spec.gnavi-item .gnavi-link:after {
  transform: scale(1, 1);
}

/*
  Footer
*/
#footer {
  width: 100%;
  background-color: #161616;
  padding: 80px 0;
}

#footer .sns-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 55px;
}

#footer .sns-list .sns-item {
  margin-right: 20px;
  width: 40px;
  height: 40px;
}

#footer .sns-list .sns-item .img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #footer .sns-list .sns-item {
    margin-right: 40px;
    width: 80px;
    height: 80px;
  }
}

#footer .sns-list .sns-item:last-of-type {
  margin-right: 0;
}

#footer .spec-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  width: 840px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 26px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #footer .spec-list {
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    font-size: 22px;
    line-height: 42px;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 60px;
    padding-left: 2.7em;
  }
}

#footer .spec-list .spec-item {
  margin-right: 2em;
  color: #b7b7b7;
}

@media screen and (max-width: 768px) {
  #footer .spec-list .spec-item {
    margin-right: 0;
  }
}

#footer .spec-list .spec-item .title {
  color: #6d6d6d;
}

@media screen and (max-width: 768px) {
  #footer .spec-list .spec-item .title {
    display: inline-block;
    text-align: right;
    width: 6em;
  }
}

#footer .spec-list .spec-item:nth-of-type(3) {
  /*margin-right: 0;*/
}

#footer .trad {
  display: block;
  color: #fff;
  font-size: 11px;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #footer .trad {
    font-size: 22px;
    margin-bottom: 60px;
  }
}

#footer .logo {
  text-align: center;
  vertical-align: middle;
  display: table;
  margin: 0 auto 25px;
}

#footer .logo .link .img img {
  width: 217px;
}

#footer .logo a {
  display: table-cell;
  vertical-align: middle;
}

#footer .logo .img_rating {
  max-width: 100%;
  height: auto;
  margin-left: 15px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #footer .logo a {
    display: block;
  }
  #footer .logo .link .img img {
    width: 316px;
  }
  #footer .logo .img_rating {
    max-width: 100%;
    height: auto;
    margin: 15px auto;
    text-align: center;
    display: block;
    vertical-align: initial;
  }
}

#footer .copyright {
  color: #6c6a6a;
  font-size: 11px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footer .copyright {
    font-size: 18px;
  }
}

div.links {
  text-align: center;
}
div.links a {
  color: rgb(255, 255, 255);
}
div.links img {
  border: none;
  display: inline-block;
  max-height: 50px;
  /*margin-right: 10px;*/
  margin: 15px 25px 0;
  transition: ease-in all .2s;
}
div.links img:hover {
  opacity: 0.5;
}
