@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;
}

body {
  overflow-x: hidden;
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF   Medium", "Yu Gothic Medium", "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\30E1\30A4\30EA\30AA", sans-serif;
  -webkit-text-size-adjust: 100%;
}

section {
  position: relative;
}

canvas {
  pointer-events: none;
}

.wrapper {
  width: 1024px;
  position: relative;
  margin: auto;
}

.disp-none {
  display: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

main {
  display: block;
}

a {
  cursor: pointer;
  outline: none;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
  display: inline-block;
}

.fancybox-slide--iframe .fancybox-content {
    margin-top: 5vw;
  }

.fancybox-close-small {
  display: none !important;
}

.close-btn:after {
    display: block;
    background: url(../../resources/img/common/modal_close_7fd186f2ecc4e764f54818d38416582d.png) center top no-repeat;
    background-size: contain;
    width: 5vw;
    height: 5vw;
    content: "";
    position: absolute;
    right: 0;
    min-width: auto;
    top: -5vw;
    pointer-events: none;
  }

.shadow,
.frame,
.black,
.star {
  position: absolute;
  top: 0;
  left: 0;
}

.black,
.star {
  pointer-events: none;
}

.star {
  z-index: 25;
}

.black {
  z-index: 20;
}

.frame {
  z-index: 15;
}

.shadow {
  z-index: 5;
}

.visual {
  position: relative;
  z-index: 10;
}

.light-frame .text {
    position: relative;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }

.light-frame .text.run {
      opacity: 1;
    }

.light-frame .black.hide {
      -webkit-transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      opacity: 0;
    }

.light-frame canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
  }

.to-mt-btn,
.to-top-btn {
  opacity: 0;
  position: fixed;
  z-index: 98;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.to-mt-btn.show, .to-top-btn.show {
    opacity: 1;
    pointer-events: auto;
  }

.to-mt-btn {
  background: url(../../resources/img/common/to_mt_btn_b8981d1743804d224aa719c530d1f83f.png) no-repeat;
  width: 120px;
  height: 188px;

  bottom: 122px;
  right: 0;
}

.to-top-btn {
  background: url(../../resources/img/common/to_top_btn_e07f1ac28ab13430668b0f511c2fe926.png) no-repeat;
  width: 91px;
  height: 75px;

  bottom: 25px;
  right: 0;
}

.rotate-right {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  opacity: 0;
  -webkit-transition: 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.rotate-right.run {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }

.rotate-left {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  opacity: 0;
  -webkit-transition: 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.rotate-left.run {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }

.rotate-up-right {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  opacity: 0;
  -webkit-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.rotate-up-right.run {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }

.rotate-up-left {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  opacity: 0;
  -webkit-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.rotate-up-left.run {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }

.slide-left {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
  -webkit-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slide-left.run {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }

.slide-right {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  -webkit-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slide-right.run {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }

.slide-up {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slide-up.run {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }

.fade-in {
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.fade-in.run {
    opacity: 1;
  }

.fade-out {
  opacity: 1;
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.fade-out.run {
    opacity: 0;
  }

.shadow-drop {
  top: 0;
  left: 11px;
  opacity: 0;
  -webkit-transform: translate3d(-11px, -6px, 0);
          transform: translate3d(-11px, -6px, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.shadow-drop.show {
    opacity: 1;
  }

.shadow-drop.run {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

@-webkit-keyframes swingAnimation {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }

  1% {
    -webkit-transform: translate(-5px, -3px) rotate(2deg);
            transform: translate(-5px, -3px) rotate(2deg);
  }

  2% {
    -webkit-transform: translate(5px, -3px) rotate(-2deg);
            transform: translate(5px, -3px) rotate(-2deg);
  }

  3% {
    -webkit-transform: translate(-5px, 3px) rotate(2deg);
            transform: translate(-5px, 3px) rotate(2deg);
  }

  4% {
    -webkit-transform: translate(-5px, -3px) rotate(-2deg);
            transform: translate(-5px, -3px) rotate(-2deg);
  }

  5% {
    -webkit-transform: translate(5px, -3px) rotate(2deg);
            transform: translate(5px, -3px) rotate(2deg);
  }

  6% {
    -webkit-transform: translate(-5px, 3px) rotate(-2deg);
            transform: translate(-5px, 3px) rotate(-2deg);
  }

  7% {
    -webkit-transform: translate(5px, 3px) rotate(2deg);
            transform: translate(5px, 3px) rotate(2deg);
  }

  8% {
    -webkit-transform: translate(-5px, -3px) rotate(-2deg);
            transform: translate(-5px, -3px) rotate(-2deg);
  }

  9% {
    -webkit-transform: translate(5px, -3px) rotate(2deg);
            transform: translate(5px, -3px) rotate(2deg);
  }

  10% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes swingAnimation {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }

  1% {
    -webkit-transform: translate(-5px, -3px) rotate(2deg);
            transform: translate(-5px, -3px) rotate(2deg);
  }

  2% {
    -webkit-transform: translate(5px, -3px) rotate(-2deg);
            transform: translate(5px, -3px) rotate(-2deg);
  }

  3% {
    -webkit-transform: translate(-5px, 3px) rotate(2deg);
            transform: translate(-5px, 3px) rotate(2deg);
  }

  4% {
    -webkit-transform: translate(-5px, -3px) rotate(-2deg);
            transform: translate(-5px, -3px) rotate(-2deg);
  }

  5% {
    -webkit-transform: translate(5px, -3px) rotate(2deg);
            transform: translate(5px, -3px) rotate(2deg);
  }

  6% {
    -webkit-transform: translate(-5px, 3px) rotate(-2deg);
            transform: translate(-5px, 3px) rotate(-2deg);
  }

  7% {
    -webkit-transform: translate(5px, 3px) rotate(2deg);
            transform: translate(5px, 3px) rotate(2deg);
  }

  8% {
    -webkit-transform: translate(-5px, -3px) rotate(-2deg);
            transform: translate(-5px, -3px) rotate(-2deg);
  }

  9% {
    -webkit-transform: translate(5px, -3px) rotate(2deg);
            transform: translate(5px, -3px) rotate(2deg);
  }

  10% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

.fancybox-slide--iframe.fancybox-slide--video .fancybox-content {
    width: 640px;
    height: 330px;
    max-width: 100%;
  }

header {
  height: 0;
  width: 640px;
  position: fixed;
  z-index: 99;
  pointer-events: none;
  -webkit-transition: top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

header .header-contents {
    background: url(../../resources/img/sp/common/header_bg_b95e0f540b5b75c625305398fd48688e.png);
    background-position: center top;
    background-size: cover;
    opacity: 0;
    position: relative;
    -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

header .logo-bar {
    background: url(../../resources/img/sp/common/top_bg_fc1ad7ad0b2b767813392ba709d6d939.png) no-repeat;
    width: 640px;
    height: 102px;

    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: top 0.32s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: top 0.32s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

header .logo-bar .top,
    header .logo-bar .tad2 {
      background: url(../../resources/img/sp/common/top_logo_6a5a04b137c1de5f418ad297702ba461.png) no-repeat;
      width: 176px;
      height: 107px;

      position: absolute;
      top: 0;
      left: 10px;
    }

header.top .logo-bar, header.tad2 .logo-bar {
      display: none;
    }

header.disp-enabled .menu-btn {
      top: -100px;
    }

header.disp-enabled .logo-bar {
      top: -115px;
    }

header.disp .menu-btn {
      top: 15px;
    }

header.disp .logo-bar {
      top: 0;
    }

header a {
    pointer-events: auto;
  }

header.open {
    height: 100%;
    pointer-events: auto;
  }

header.open .header-contents {
      opacity: 1;
    }

header.open.disp-enabled .menu-btn {
        top: 15px;
      }

header.open .h-close-btn {
      display: block;
    }

header.open .nav {
      width: 640px;
    }

header.open .nav li a {
          pointer-events: auto;
          opacity: 1;
          margin-top: 0;
        }

header.open .nav li a.start1 {
            -webkit-transition: all 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.45s;
            transition: all 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.45s;
          }

header.open .nav li a.start2 {
            -webkit-transition: all 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
            transition: all 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
          }

header.open .nav li a.start3 {
            -webkit-transition: all 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.55s;
            transition: all 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.55s;
          }

header.open .nav li a.start4 {
            -webkit-transition: all 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
            transition: all 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
          }

header.open .nav li a.start5 {
            -webkit-transition: all 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.65s;
            transition: all 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.65s;
          }

header.open .nav li:nth-child(1) a {
            -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s;
            transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s;
          }

header.open .nav li:nth-child(7) a {
            -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.7s;
            transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.7s;
          }

header .menu-btn {
    background: url(../../resources/img/sp/common/menu_btn_da38016ec37799cf5dda7c9cbf1629df.png) no-repeat;
    width: 84px;
    height: 84px;

    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 100;
    -webkit-transition: top 0.32s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: top 0.32s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 1;
  }

header .menu-btn.top,
    header .menu-btn.tad2 {
      opacity: 0;
    }

header .menu-btn.run {
      opacity: 1;
    }

header .nav {
    height: 1600px;
  }

header .nav li {
      position: absolute;
      pointer-events: none;
    }

header .nav li.new a:after {
            content: '';
            position: absolute;
            top: -57px;
            right: 5px;

            background: url(../../resources/img/sp/common/h_new_ad07af0e22dd3c0a15c3df025d921371.png) no-repeat;

            width: 153px;

            height: 120px;
          }

header .nav li a {
        display: block;
        position: relative;
        pointer-events: none;
        opacity: 0;
        margin-top: -20px;
      }

header .nav li:nth-child(1) {
        top: -10px;
        left: 192px;
      }

header .nav li:nth-child(1) a {
          background: url(../../resources/img/sp/common/h_logo_163bf6158232f35b60b1f1e4cdbfe227.png) no-repeat;
          width: 260px;
          height: 172px;
        }

header .nav li:nth-child(2) {
        top: 165px;
        left: 185px;
      }

header .nav li:nth-child(2) a {
          background: url(../../resources/img/sp/common/h_character_1c1658f660e43b30e9807e9388bfcec2.png) no-repeat;
          width: 267px;
          height: 151px;
        }

header .nav li.new:nth-child(2) a:after {
              top: -20px;
              right: -40px;
            }

header .nav li:nth-child(3) {
        top: 350px;
        left: 0;
      }

header .nav li:nth-child(3) a {
          background: url(../../resources/img/sp/common/h_school_life_5d00b7062711632bf2b908d8bff6440d.png) no-repeat;
          width: 331px;
          height: 145px;
        }

header .nav li:nth-child(4) {
        top: 397px;
        left: 305px;
      }

header .nav li:nth-child(4) a {
          background: url(../../resources/img/sp/common/h_phantom_life_e2d95b31d37ba51b138b3e7246f1b226.png) no-repeat;
          width: 335px;
          height: 145px;
        }

header .nav li:nth-child(5) {
        top: 540px;
        left: 15px;
      }

header .nav li:nth-child(5) a {
          background: url(../../resources/img/sp/common/h_mt_8aa8fdb0997316df5e177f03d36c83a9.png) no-repeat;
          width: 303px;
          height: 156px;
        }

header .nav li:nth-child(6) {
        top: 565px;
        left: 342px;
      }

header .nav li:nth-child(6) a {
          background: url(../../resources/img/sp/common/h_special_fd232d6efb14232b99ddcd915817f759.png) no-repeat;
          width: 243px;
          height: 139px;
        }

header .nav li:nth-child(7) {
        top: 712px;
        left: 154px;
      }

header .nav li:nth-child(7) a {
          background: url(../../resources/img/sp/common/h_pre_order_d8268f7539bb3122bcd41b9bd5c18095.png) no-repeat;
          width: 339px;
          height: 165px;
        }

header .h-close-btn {
    background: url(../../resources/img/sp/common/h_close_btn_7d9851d8711a6b67e580998a1193d438.png) no-repeat;
    width: 600px;
    height: 67px;

    position: absolute;
    top: 914px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: none;
  }

footer {
  position: relative;
  height: 550px;
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 40px;
  z-index: 50;
}

footer a {
    display: inline-block;
  }

footer .footer-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 140px 35px;
  }

footer .footer-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 46px 27px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

footer .bnr-p5s {
    width: 257px;
    display: block;
    margin: 0 auto 20px;
  }

footer p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }

body {
  background-color: #000;
}

html,
body,
#container,
.wrapper {
  position: relative;
  width: 640px;
  margin: 0 auto;
}

main {
  overflow: hidden;
  padding-bottom: 95px;
}

main a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

main #bg-stars {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }

main .bg-red-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 640px;
    overflow-x: hidden;
  }

main .bg-red-line {
    position: absolute;
    top: 90px;
    left: 0;
    width: 640px;
    overflow-x: hidden;
  }

main #phantom-life-contents .wrapper {
      padding-top: 127px;
    }

main #phantom-life-contents h2 {
      position: relative;
      margin-left: 65px;
      z-index: 2;
    }

main #phantom-life-contents h2 img {
        pointer-events: none;
      }

main #phantom-life-contents h2 .title-star {
        position: absolute;
        top: -21px;
        left: -38px;
      }

main #phantom-life-contents h2 .title-new {
        position: absolute;
        left: -53px;
        top: -18px;
        z-index: 15;
        opacity: 0;
        -webkit-transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      }

main #phantom-life-contents h2 .title-new.run {
          opacity: 1;
        }

main #phantom-life-contents h2 .title-en {
        position: absolute;
        top: 42px;
        left: 216px;
        z-index: 15;
        opacity: 0;
        -webkit-transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      }

main #phantom-life-contents h2 .title-en.run {
          opacity: 1;
        }

main #phantom-life-contents .phantom-life-nav {
      display: block;
      position: relative;
      z-index: 2;
      margin: 10px 0 0 68px;
      -webkit-transform: rotateZ(-8deg);
              transform: rotateZ(-8deg);
    }

main #phantom-life-contents .phantom-life-nav li,
      main #phantom-life-contents .phantom-life-nav a {
        display: block;
      }

main #phantom-life-contents .phantom-life-nav a {
        opacity: 0;
        position: relative;
      }

main #phantom-life-contents .phantom-life-nav .nav-sec1-link a {
          background: url(../../resources/img/sp/phantom_life/nav_sec1_link_736df685e623053ee419cefa9411bd93.png) center top no-repeat;
          width: 450px;
          height: 103px;
        }

main #phantom-life-contents .phantom-life-nav .nav-sec2-link {
        margin: -16px 0 0 -33px;
        -webkit-transform: rotateZ(-5deg);
                transform: rotateZ(-5deg);
      }

main #phantom-life-contents .phantom-life-nav .nav-sec2-link a {
          background: url(../../resources/img/sp/phantom_life/nav_sec2_link_7bf2ba44bbee9054957fbc2a90fe8bdd.png) center top no-repeat;
          width: 635px;
          height: 152px;
        }

main #phantom-life-contents .phantom-life-nav .nav-sec3-link {
        margin: -8px 0 0 80px;
        -webkit-transform: rotateZ(-2deg);
                transform: rotateZ(-2deg);
      }

main #phantom-life-contents .phantom-life-nav .nav-sec3-link a {
          background: url(../../resources/img/sp/phantom_life/nav_sec3_link_b6d94c2b3e46a465ec162e301e55f612.png) center top no-repeat;
          width: 438px;
          height: 96px;
        }

main #phantom-life-contents .phantom-life-nav .nav-sec4-link {
        margin: -6px 0 0 -58px;
        -webkit-transform: rotateZ(-6deg);
                transform: rotateZ(-6deg);
      }

main #phantom-life-contents .phantom-life-nav .nav-sec4-link a {
          background: url(../../resources/img/sp/phantom_life/nav_sec4_link_76630884264e467e0908d16eabf09b8b.png) center top no-repeat;
          width: 520px;
          height: 95px;
        }

main #phantom-life-contents .phantom-life-nav .nav-sec5-link {
        margin: -8px 0 0 -89px;
        -webkit-transform: rotateZ(-4deg);
                transform: rotateZ(-4deg);
      }

main #phantom-life-contents .phantom-life-nav .nav-sec5-link a {
          background: url(../../resources/img/sp/phantom_life/nav_sec5_link_a7b64b67d9a0e6344339050b1c61e820.png) center top no-repeat;
          width: 627px;
          height: 95px;
        }

main #phantom-life-contents .phantom-life-nav .nav-sec6-link {
        margin: -10px 0 0 35px;
        -webkit-transform: rotateZ(-7deg);
                transform: rotateZ(-7deg);
      }

main #phantom-life-contents .phantom-life-nav .nav-sec6-link a {
          background: url(../../resources/img/sp/phantom_life/nav_sec6_link_51c16bd3112d09d13c1e6558e81ca02b.png) center top no-repeat;
          width: 487px;
          height: 98px;
        }

main #phantom-life-contents .phantom-life-nav .nav-sec7-link {
        margin: -8px 0 0 -74px;
        -webkit-transform: rotateZ(-4deg);
                transform: rotateZ(-4deg);
      }

main #phantom-life-contents .phantom-life-nav .nav-sec7-link a {
          background: url(../../resources/img/sp/phantom_life/nav_sec7_link_e22c828eccdeadbdf75e2ee8b685b614.png) center top no-repeat;
          width: 384px;
          height: 92px;
        }

main #phantom-life-contents .phantom-life-nav .nav-sec7-link a:before {
            content: url(../../resources/img/sp/phantom_life/new2_5f7dea6856e6c92437d471334546ccb3.png);
            position: absolute;
            top: -86px;
            left: -66px;
            -webkit-transform: rotate(15deg);
                    transform: rotate(15deg);
          }

main #phantom-life-contents .phantom-life-nav.set li a.left {
              -webkit-transform: translateX(-100px);
                      transform: translateX(-100px);
            }

main #phantom-life-contents .phantom-life-nav.set li a.right {
              -webkit-transform: translateX(100px);
                      transform: translateX(100px);
            }

main #phantom-life-contents .phantom-life-nav.run a {
          opacity: 1;
          -webkit-transform: translateX(0);
                  transform: translateX(0);
          -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

main #phantom-life-contents .phantom-life-nav.end a {
          opacity: 1;
        }

main .black,
  main .sec-title {
    position: absolute;
    top: 0;
    left: 0;
  }

main .black.hide {
      -webkit-transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      opacity: 0;
    }

main .ss {
    display: inline-block;
    position: relative;
    z-index: 20;
  }

main .ss .image {
      position: relative;
      z-index: 21;
    }

main .ss .frame {
      top: 0;
      left: 0;
    }

main .ss .star {
      top: 0;
      left: 0;
    }

main .ss .open {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 30;
    }

main .ss .new {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 30;
    }

main .ss-text {
    display: inline-block;
    position: relative;
    z-index: 30;
  }

main .ss-text .shadow-drop,
    main .ss-text .text-bg {
      position: absolute;
    }

main .ss-text .shadow-drop {
      top: 5px;
      left: 5px;
      -webkit-transform: translate3d(-5px, -5px, 0);
              transform: translate3d(-5px, -5px, 0);
    }

main .ss-text .shadow-drop.run {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }

main .ss-text .content, main .new-wrapper .content {
      position: relative;
      font-size: 22px;
      letter-spacing: 0.2px;
      line-height: 37px;
      color: #fff;
    }

main #sec1 h3 img, main #sec2 h3 img, main #sec3 h3 img, main #sec4 h3 img, main #sec5 h3 img, main #sec6 h3 img {
        pointer-events: none;
      }

main #sec1 {
    margin-top: 13px;
  }

main #sec1 h3 {
      position: relative;
      height: 770px;
    }

main #sec1 h3 .sec-title-star {
        top: 284px;
        left: 0;
      }

main #sec1 .sec1-ss1 {
      position: relative;
      margin: -51px 0 0 37px;
    }

main #sec1 .sec1-ss1 .star {
        top: -64px;
        left: -37px;
      }

main #sec1 .sec1-ss1 .open {
        top: 9px;
        left: 324px;
      }

main #sec1 .sec1-ss2 {
      position: relative;
      margin: -90px 0 0 151px;
    }

main #sec1 .sec1-ss2 .star {
        top: 214px;
        left: -25px;
      }

main #sec1 .sec1-ss2 .open {
        top: -10px;
        left: 397px;
      }

main #sec1 .ss1-text {
      margin: -37px 0 0 8px;
    }

main #sec1 .ss1-text .content {
        padding: 7px 0 0 17px;
      }

main #sec1 .ss2-text {
      margin: 20px 0 0 90px;
    }

main #sec1 .ss2-text .content {
        padding: 12px 0 0 17px;
      }

main #sec2 {
    margin-top: 129px;
  }

main #sec2 h3 {
      position: relative;
      height: 768px;
      margin-left: 13px;
    }

main #sec2 h3 .sec-title-star {
        top: 354px;
        left: 7px;
      }

main #sec2 .sec2-ss1 {
      position: relative;
      margin: -80px 0 0 20px;
    }

main #sec2 .sec2-ss1 .star {
        top: 55px;
        left: 15px;
      }

main #sec2 .sec2-ss1 .open {
        top: -2px;
        left: 306px;
      }

main #sec2 .sec2-ss2 {
      position: relative;
      margin: -61px 0 0 154px;
    }

main #sec2 .sec2-ss2 .star {
        top: 3px;
        left: -58px;
      }

main #sec2 .sec2-ss2 .open {
        top: -13px;
        left: 392px;
      }

main #sec2 .ss1-text {
      margin: -25px 0 0 48px;
    }

main #sec2 .ss1-text .content {
        padding: 7px 0 0 15px;
      }

main #sec2 .ss2-text {
      margin: 23px 0 0 1px;
    }

main #sec2 .ss2-text .content {
        padding: 6px 0 0 15px;
        letter-spacing: -0.2px;
      }

main #sec2 .new {
      position: relative;
      margin-top: 6px;
    }

main #sec2 .new .new-wrapper {
        position: relative;
      }

main #sec2 .new .new-wrapper .sec2-text-bg {
          position: absolute;
        }

main #sec2 .new .new-wrapper .content {
          padding: 226px 0 0 128px;
          line-height: 33px;
          font-size: 21px;
          letter-spacing: -0.2px;
        }

main #sec2 .new .sec2-ss3 {
        position: relative;
        margin: -6px 0 0 192px;
      }

main #sec2 .new .sec2-ss3 .open {
          top: 22px;
          left: 371px;
        }

main #sec2 .new .sec2-ss4 {
        position: relative;
        margin-top: -114px;
      }

main #sec2 .new .sec2-ss4 .open {
          top: -22px;
          left: 375px;
        }

main #sec3 {
    margin-top: -12px;
  }

main #sec3 h3 {
      position: relative;
      height: 470px;
    }

main #sec3 h3 .sec-title-star {
        top: 266px;
        left: 0;
      }

main #sec3 .sec3-ss1 {
      position: relative;
      margin: -38px 0 0 5px;
    }

main #sec3 .sec3-ss1 .star {
        top: 93px;
        left: 13px;
      }

main #sec3 .sec3-ss1 .open {
        top: 2px;
        left: 294px;
      }

main #sec3 .sec3-ss2 {
      position: relative;
      margin: -65px 0 0 126px;
    }

main #sec3 .sec3-ss2 .star {
        top: 100px;
        left: -45px;
      }

main #sec3 .sec3-ss2 .open {
        top: 18px;
        left: 432px;
      }

main #sec3 .ss1-text {
      margin: -57px 0 0 2px;
    }

main #sec3 .ss1-text .content {
        padding: 7px 0 0 12px;
        letter-spacing: -0.5px;
      }

main #sec3 .ss2-text {
      margin: 38px 0 0 64px;
    }

main #sec3 .ss2-text .content {
        padding: 9px 0 0 13px;
      }

main #sec3 .new {
      position: relative;
      margin-top: 72px;
    }

main #sec3 .new .new-wrapper {
        position: relative;
      }

main #sec3 .new .new-wrapper .sec3-text-bg {
          position: absolute;
        }

main #sec3 .new .new-wrapper .sec3-text-new {
          position: absolute;
          top: -134px;
          left: 335px;
        }

main #sec3 .new .new-wrapper .content {
          padding: 235px 0 0 139px;
          line-height: 33px;
          font-size: 21px;
          letter-spacing: -0.2px;
        }

main #sec3 .new .sec3-ss3 {
        position: relative;
        margin: -46px 0 0 2px;
      }

main #sec3 .new .sec3-ss3 .open {
          top: 145px;
          left: 245px;
        }

main #sec3 .new .sec3-ss4 {
        position: relative;
        margin: -109px 0 0 78px;
      }

main #sec3 .new .sec3-ss4 .open {
          top: -24px;
          left: 401px;
        }

main #sec4 {
    margin-top: 53px;
  }

main #sec4 h3 {
      position: relative;
      height: 645px;
    }

main #sec4 h3 .sec-title-star {
        top: 242px;
        left: 51px;
      }

main #sec4 .sec4-ss1 {
      position: relative;
      margin: -72px 0 0 13px;
    }

main #sec4 .sec4-ss1 .star {
        top: 102px;
        left: -1px;
      }

main #sec4 .sec4-ss1 .open {
        top: -15px;
        left: 406px;
      }

main #sec4 .sec4-ss2 {
      position: relative;
      margin: -105px 0 0 186px;
    }

main #sec4 .sec4-ss2 .star {
        top: 44px;
        left: -4px;
      }

main #sec4 .sec4-ss2 .open {
        top: -23px;
        left: 391px;
      }

main #sec4 .ss1-text {
      margin: -39px 0 0 10px;
    }

main #sec4 .ss1-text .content {
        padding: 9px 0 0 14px;
        letter-spacing: -0.5px;
      }

main #sec4 .sec4-ss3 {
      margin: 79px 0 0 1px;
    }

main #sec4 .sec4-ss3 .open {
        top: -11px;
        left: 395px;
      }

main #sec4 .sec4-ss4 {
      margin: -107px 0 0 250px;
    }

main #sec4 .sec4-ss4 .open {
        top: -19px;
        left: 321px;
      }

main #sec4 .ss2-text {
      margin: -48px 0 0 42px;
    }

main #sec4 .ss2-text .content {
        padding: 7px 0 0 13px;
        letter-spacing: -0.1px;
      }

main #sec4 .new {
      position: relative;
      margin-top: 65px;
    }

main #sec4 .new .new-wrapper {
        position: relative;
      }

main #sec4 .new .new-wrapper .sec4-text-bg {
          position: absolute;
        }

main #sec4 .new .new-wrapper .sec4-text-new {
          position: absolute;
          top: -18px;
          left: 2px;
        }

main #sec4 .new .new-wrapper .content {
          padding: 226px 0 0 85px;
          line-height: 33px;
          font-size: 21px;
          letter-spacing: -0.2px;
        }

main #sec4 .new .sec4-ss5 {
        position: relative;
        margin: -31px 0 0 188px;
      }

main #sec4 .new .sec4-ss5 .open {
          top: 5px;
          left: 315px;
        }

main #sec4 .new .sec4-ss6 {
        position: relative;
        margin: -182px 0 0 25px;
      }

main #sec4 .new .sec4-ss6 .open {
          top: 136px;
          left: 241px;
        }

main #sec4 .new .sec4-ss7 {
        position: relative;
        margin: -253px 0 0 312px;
      }

main #sec4 .new .sec4-ss7 .open {
          top: -12px;
          left: 258px;
        }

main #sec4 .new .sec4-ss8 {
        position: relative;
        margin: -75px 0 0 0;
      }

main #sec4 .new .sec4-ss8 .open {
          top: -22px;
          left: 313px;
        }

main #sec5 {
    margin-top: 65px;
  }

main #sec5 h3 {
      position: relative;
      height: 750px;
    }

main #sec5 h3 .sec-title-star {
        top: 529px;
        left: 0;
      }

main #sec5 .sec5-ss1 {
      display: block;
      position: relative;
      margin: -46px 0 0 38px;
    }

main #sec5 .sec5-ss1 .star {
        top: 50px;
        left: -11px;
      }

main #sec5 .sec5-ss1 .open {
        top: -8px;
        left: 269px;
      }

main #sec5 .sec5-ss2 {
      position: relative;
      margin: -47px 0 0 208px;
    }

main #sec5 .sec5-ss2 .star {
        top: 141px;
        left: 361px;
      }

main #sec5 .sec5-ss2 .open {
        top: -27px;
        left: 339px;
      }

main #sec5 .ss1-text {
      margin: -61px 0 0 54px;
    }

main #sec5 .ss1-text .content {
        padding: 9px 0 0 15px;
        letter-spacing: -0.4px;
      }

main #sec5 .ss2-text {
      margin: 33px 0 0 13px;
    }

main #sec5 .ss2-text .content {
        padding: 8px 0 0 13px;
        letter-spacing: -0.5px;
      }

main #sec5 .new1 {
      position: relative;
      margin-top: 10px;
    }

main #sec5 .new1 .new-wrapper {
        position: relative;
      }

main #sec5 .new1 .new-wrapper .sec5-text-bg {
          position: absolute;
        }

main #sec5 .new1 .new-wrapper .sec5-text-new {
          position: absolute;
          top: 18px;
          left: 2px;
        }

main #sec5 .new1 .new-wrapper .content {
          padding: 266px 0 0 20px;
          line-height: 33px;
          font-size: 21px;
          letter-spacing: -0.2px;
        }

main #sec5 .new1 .sec5-ss3 {
        position: relative;
        margin: 11px 0 0 212px;
      }

main #sec5 .new1 .sec5-ss3 .open {
          top: 105px;
          left: 353px;
        }

main #sec5 .new1 .sec5-ss4 {
        position: relative;
        margin-top: -181px;
      }

main #sec5 .new1 .sec5-ss4 .open {
          top: -19px;
          left: 203px;
        }

main #sec5 .new1 .sec5-ss5 {
        position: relative;
        margin: -198px 0 0 175px;
      }

main #sec5 .new1 .sec5-ss5 .open {
          top: 123px;
          left: 351px;
        }

main #sec5 .new2 {
      position: relative;
      margin: -43px 0 0 14px;
    }

main #sec5 .new2 .new-wrapper {
        position: relative;
      }

main #sec5 .new2 .new-wrapper .sec5-text-bg {
          position: absolute;
        }

main #sec5 .new2 .new-wrapper .sec5-text-new {
          position: absolute;
          top: 18px;
          left: 2px;
        }

main #sec5 .new2 .new-wrapper .content {
          padding: 242px 0 0 125px;
          line-height: 33px;
          font-size: 21px;
          letter-spacing: -0.2px;
        }

main #sec5 .new2 .sec5-ss6 {
        position: relative;
        margin: 16px 0 0 236px;
      }

main #sec5 .new2 .sec5-ss6 .open {
          top: -25px;
          left: 307px;
        }

main #sec5 .new2 .sec5-ss7 {
        position: relative;
        margin: -172px 0 0 -15px;
      }

main #sec5 .new2 .sec5-ss7 .open {
          top: -26px;
          left: 230px;
        }

main #sec5 .new2 .sec5-ss8 {
        width: 325px;
        display: block;
        margin: -322px 0 0 280px;
      }

main #sec5 .new2 .sec5-ss8 .image {
          left: -105px;
          pointer-events: none;
        }

main #sec5 .new2 .sec5-ss8 .open {
          top: -12px;
          left: 222px;
        }

main #sec6 {
    margin-top: 77px;
  }

main #sec6 h3 {
      position: relative;
      height: 693px;
    }

main #sec6 h3 .sec-title-star {
        top: 513px;
        left: 0;
      }

main #sec6 .sec6-ss1 {
      position: relative;
      margin-top: -59px;
    }

main #sec6 .sec6-ss1 .star {
        top: 147px;
        left: 298px;
      }

main #sec6 .sec6-ss1 .open {
        top: -10px;
        left: 325px;
      }

main #sec6 .sec6-ss2 {
      position: relative;
      margin: -148px 0 0 189px;
    }

main #sec6 .sec6-ss2 .star {
        top: 219px;
        left: -8px;
      }

main #sec6 .sec6-ss2 .open {
        top: -10px;
        left: 375px;
      }

main #sec6 .ss1-text {
      margin: -51px 0 0 91px;
    }

main #sec6 .ss1-text .content {
        padding: 9px 0 0 13px;
        letter-spacing: -0.5px;
      }

main #sec6 .ss2-text {
      margin: 29px 0 0 17px;
    }

main #sec6 .ss2-text .content {
        padding: 9px 0 0 13px;
        letter-spacing: -0.9px;
      }

main #sec6 .new {
      position: relative;
      margin-top: 20px;
    }

main #sec6 .new .new-wrapper {
        position: relative;
      }

main #sec6 .new .new-wrapper .sec6-text-bg {
          position: absolute;
        }

main #sec6 .new .new-wrapper .sec6-text-new {
          position: absolute;
          top: 18px;
          left: 2px;
        }

main #sec6 .new .new-wrapper .content {
          padding: 246px 0 0 114px;
          line-height: 33px;
          font-size: 21px;
          letter-spacing: -0.2px;
        }

main #sec6 .new .sec6-ss3 {
        position: relative;
        margin: 15px 0 0 266px;
      }

main #sec6 .new .sec6-ss3 .open {
          top: -15px;
          left: 303px;
        }

main #sec6 .new .sec6-ss4 {
        position: relative;
        margin-top: -278px;
      }

main #sec6 .new .sec6-ss4 .open {
          top: 126px;
          left: 323px;
        }

main #sec6 .new .sec6-ss5 {
        position: relative;
        margin: -163px 0 0 282px;
      }

main #sec6 .new .sec6-ss5 .open {
          top: -22px;
          left: 261px;
        }

main #sec7 {
    margin-top: 24px;
  }

main #sec7 h3 {
      position: relative;
      height: 680px;
      margin-left: 17px;
    }

main #sec7 h3 .sec-title-star {
        top: 346px;
        left: -17px;
      }

main #sec7 .new1 {
      position: relative;
      margin-top: -35px;
    }

main #sec7 .new1 .new-wrapper {
        position: relative;
      }

main #sec7 .new1 .new-wrapper .sec7-text-bg {
          position: absolute;
        }

main #sec7 .new1 .new-wrapper .sec7-text-new {
          position: absolute;
          top: -121px;
          left: 339px;
        }

main #sec7 .new1 .new-wrapper .content {
          padding: 269px 0 0 30px;
          line-height: 34px;
          font-size: 21px;
          letter-spacing: -0.2px;
        }

main #sec7 .new2 {
      position: relative;
      margin: 5px 0 0 90px;
    }

main #sec7 .new2 .new-wrapper {
        position: relative;
      }

main #sec7 .new2 .new-wrapper .sec7-text-bg {
          position: absolute;
        }

main #sec7 .new2 .new-wrapper .sec7-text-title {
          padding: 37px 0 0 45px;
          position: relative;
        }

main #sec7 .new2 .new-wrapper .content {
          margin: 11px 0 0 44px;
          font-size: 21px;
          letter-spacing: -0.2px;
        }

main #sec7 .new2 .sec7-ss1 {
        position: relative;
        margin: -58px 0 0 154px;
      }

main #sec7 .new2 .sec7-ss1 .open {
          top: 66px;
          left: 303px;
        }

main #sec7 .new2 .sec7-ss2 {
        position: relative;
        margin: -279px 0 0 -89px;
      }

main #sec7 .new2 .sec7-ss2 .open {
          top: 101px;
          left: 387px;
        }

main #sec7 .new2 .sec7-ss3 {
        position: relative;
        margin: -138px 0 0 11px;
      }

main #sec7 .new2 .sec7-ss3 .open {
          top: 16px;
          left: 463px;
        }

main #sec7 .new3 {
      position: relative;
      margin-top: -82px;
    }

main #sec7 .new3 .new-wrapper {
        position: relative;
      }

main #sec7 .new3 .new-wrapper .sec7-text-bg {
          position: absolute;
        }

main #sec7 .new3 .new-wrapper .sec7-text-title {
          padding: 62px 0 0 89px;
          position: relative;
        }

main #sec7 .new3 .new-wrapper .content {
          margin-left: 91px;
          font-size: 21px;
          letter-spacing: -0.2px;
        }

main #sec7 .new3 .sec7-ss4 {
        position: relative;
        margin: 6px 0 0 176px;
      }

main #sec7 .new3 .sec7-ss4 .open {
          top: 83px;
          left: 376px;
        }

main #sec7 .new3 .sec7-ss5 {
        position: relative;
        margin-top: -180px;
      }

main #sec7 .new3 .sec7-ss5 .open {
          top: -14px;
          left: 308px;
        }

main #sec7 .new3 .sec7-ss6 {
        position: relative;
        margin: -208px 0 0 256px;
      }

main #sec7 .new3 .sec7-ss6 .open {
          top: 61px;
          left: 293px;
        }

main #sec7 .new3 .dlc-txt {
        position: relative;
        margin: -125px 0 0 28px;
        z-index: 30;
        pointer-events: none;
      }

@media screen and (min-width: 641px) {
  a {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

    a:hover {
      opacity: 0.6;
    }

    a.non-action:hover {
      opacity: 1;
    }

    a.scale-action {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
    }

      a.scale-action:hover {
        opacity: 1;
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
      }
    .to-mt-btn:hover, .to-top-btn:hover {
      -webkit-animation: swingAnimation 4s both;
              animation: swingAnimation 4s both;
    }
}

@media screen and (max-width: 640px) {
  body,
  .wrapper {
    width: 640px;
  }
  .to-mt-btn {
    background: url(../../resources/img/sp/common/to_mt_btn_638d7663f7f5c6a6c6e738f0fb724d9d.png) no-repeat;
    width: 640px;
    height: 80px;

    bottom: auto;
    top: -100px;
  }

    .to-mt-btn.show {
      top: 0;
    }

  .to-top-btn {
    background: url(../../resources/img/sp/common/to_top_btn_032ba2733e9d37cb96d67585dcaa0cc8.png) no-repeat;
    width: 78px;
    height: 65px;

    bottom: 25px;
    right: 0;
  }
}

