@charset "UTF-8";
body {
  background: #000;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.contentsWrap {
  width: 100%;
  height: 100%;
}

#mainContents {
  position: relative;
  z-index: 1;
}

/* ----------------------
    Header / Menu
   ---------------------- */
header {
  background: url(../img/common/header_bg.png) no-repeat;
  background-size: contain;
  width: 100vw;
  height: 21.2vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
header.hide {
  transform: translate(0, -21.2vw);
}
header .sns {
  width: 16.53333vw;
  height: 6.8vw;
  position: absolute;
  bottom: 8.93333vw;
  left: 39.86667vw;
}
header .sns ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
header .sns ul li {
  width: 6.66667vw;
  height: 6.8vw;
}
header .sns ul li a {
  background: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
header .sns ul li:nth-child(1) a {
  background-image: url(../img/common/header_twitter.png);
}
header .sns ul li:nth-child(2) a {
  background-image: url(../img/common/header_line.png);
}
header .daito {
  width: 17.73333vw;
  height: 6.93333vw;
  position: absolute;
  bottom: 8.8vw;
  left: 59.6vw;
}
header .daito a {
  background: url(../img/common/header_daito.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
header .menuBtn {
  background: url(../img/common/header_menu.png) no-repeat center center;
  background-size: 15.2vw 13.33333vw;
  width: 17.33333vw;
  height: 15.73333vw;
  position: absolute;
  bottom: 4.53333vw;
  right: 2.26667vw;
}
header h1 {
  background: url(../img/common/header_logo.png) no-repeat;
  background-size: contain;
  width: 31.86667vw;
  height: 12.8vw;
  position: absolute;
  bottom: 4.53333vw;
  left: 1.86667vw;
  text-indent: -9999px;
}
header h1 a {
  width: 100%;
  height: 100%;
  display: block;
}

#drawer {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: none;
}
#drawer .mask {
  background: rgba(0, 0, 0, 0.9);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
#drawer nav {
  background: url(../img/common/menu_bg.jpg) no-repeat;
  background-size: contain;
  border-bottom: #55d7f7 3px solid;
  width: 100vw;
  height: 137.46667vw;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2.4vw 0 0;
  transform: translate(0, -144vw);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
#drawer nav ul li {
  width: 100vw;
  height: 21.73333vw;
  margin-top: -4.53334vw;
}
#drawer nav ul li:first-child {
  margin-top: 0;
}
#drawer nav ul li p,
#drawer nav ul li a {
  background: no-repeat center center;
  background-size: auto 15.73333vw;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
#drawer nav ul li.top a {
  background-image: url("../img/common/menu_top.png");
}
#drawer nav ul li.top.current a {
  background-image: url("../img/common/menu_top_current.png");
}
#drawer nav ul li.feature a {
  background-image: url("../img/common/menu_feature.png");
}
#drawer nav ul li.feature.current a {
  background-image: url("../img/common/menu_feature_current.png");
}
#drawer nav ul li.spec a {
  background-image: url("../img/common/menu_spec.png");
}
#drawer nav ul li.spec.current a {
  background-image: url("../img/common/menu_spec_current.png");
}
#drawer nav ul li.boost a {
  background-image: url("../img/common/menu_boost.png");
}
#drawer nav ul li.boost.current a {
  background-image: url("../img/common/menu_boost_current.png");
}
#drawer nav ul li.rush a {
  background-image: url("../img/common/menu_rush.png");
}
#drawer nav ul li.rush.current a {
  background-image: url("../img/common/menu_rush_current.png");
}
#drawer nav ul li.story a {
  background-image: url("../img/common/menu_chara.png");
}
#drawer nav ul li.story.current a {
  background-image: url("../img/common/menu_chara_current.png");
}
#drawer nav ul li.point a {
  background-image: url("../img/common/menu_point.png");
}
#drawer nav ul li.point.current a {
  background-image: url("../img/common/menu_point_current.png");
}
#drawer nav ul li.current a {
  background-size: contain;
}
#drawer .closeBtn {
  background: url(../img/common/menu_close.png) no-repeat;
  background-size: contain;
  width: 49.06667vw;
  height: 13.46667vw;
  margin: 3.46667vw auto 0;
  text-indent: -9999px;
}
#drawer.open .mask {
  opacity: 1;
}
#drawer.open nav {
  transform: translate(0, 0);
}

/* ----------------------
    Footer
   ---------------------- */
footer {
  background: url(../img/common/footer_bg.png) no-repeat;
  background-size: contain;
  width: 100vw;
  height: 108.26667vw;
  padding-top: 5.86667vw;
}
footer ul {
  margin-bottom: 8.93333vw;
}
footer ul li {
  width: 92.53333vw;
  height: 25.06667vw;
  margin: 0 auto 4vw;
}
footer ul li:last-child {
  margin-bottom: 0;
}
footer ul li a {
  background: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
footer ul li:nth-child(1) {
  position: relative;
}
footer ul li:nth-child(1) img {
  width: 100%;
  height: 100%;
}
footer ul li:nth-child(1) form {
  width: 100%;
  height: 7.73333vw;
  position: absolute;
  top: 12.26667vw;
  left: 0;
  line-height: 1;
}
footer ul li:nth-child(1) form select {
  width: 28.4vw;
  height: 100%;
  font-size: 3.73333vw;
  margin: 0;
  padding: 0 0 0 0.8em;
  background-color: #FFF;
  background-image: url("../img/common/footer_search_arrow.png");
  background-repeat: no-repeat;
  background-size: 2.13333vw auto;
  background-position: 23.86667vw center;
  border: #fff 1px solid;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 22.93333vw;
}
footer ul li:nth-child(1) form .searchbtn {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16.8vw;
  height: 100%;
  text-indent: -99999px;
  background-image: url("../img/common/footer_search_btn.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 53.2vw;
  display: block;
  cursor: pointer;
}
footer ul li:nth-child(2) a {
  background-image: url(../img/common/footer_line.png);
}
footer ul li:nth-child(3) a {
  background-image: url(../img/common/footer_twitter.png);
}
footer ul li:nth-child(4) a {
  background-image: url(../img/common/footer_youtube.png);
}
footer .copyright {
  background: url(../img/common/footer_copyright.png) no-repeat center top;
  background-size: contain;
  width: 91.2vw;
  height: 3.33333vw;
  margin: 0 auto;
  text-indent: -9999px;
}

#pageTop {
  width: 15.2vw;
  height: 13.33333vw;
  position: fixed;
  bottom: 14.13333vw;
  right: 3.46667vw;
  z-index: 10;
  display: none;
}
#pageTop a {
  background: url(../img/common/pagetop.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
