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

@charset "UTF-8";

body {
  font-family: "Malgun Gothic", "Yoon Gothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

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

iframe[name="google_conversion_frame"] {
  position: absolute;
  height: 0;
  width: 0;
}

.disp-none {
  display: none;
}

.container {
  position: relative;
  z-index: 100;
  overflow: hidden;
}

a {
  display: inline-block;
}

.fancybox-inner {
  overflow: hidden !important;
}

.v-pc {
  display: inline-block;
}

.v-sp {
  display: none;
}

.fancybox-container .fancybox-close-small {
    background: url(../../resources/img/top/close_btn_1cb38c9fdceadd67bc00a6c8e26a0ea1.png) no-repeat;
    width: 246px;
    height: 47px;
    top: -55px;
    right: 0;
  }

.fancybox-container .fancybox-close-small:after {
      content: none;
    }

.to-top-btn {
  display: none;
  background: url(../../resources/img/common/to_top_btn/base_6ff71de8160dffe317b147e7a5eaea39.png) no-repeat;
  width: 91px;
  height: 53px;
  position: fixed;
  bottom: 84px;
  right: 91px;
  z-index: 100;
}

.to-top-btn > canvas {
    width: 190px;
    position: absolute;
    top: -136px;
    left: -10px;
  }

.to-top-btn .clickable-area {
    position: absolute;
    top: -10px;
    left: 54px;
    width: 64px;
    height: 128px;
  }

.cursor-deco {
  width: 97px;
  height: 97px;
  position: fixed;
  pointer-events: none;
  z-index: 1000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cursor-deco img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }

.cursor-deco .deco2 {
    -webkit-animation: cursorClockwise 5s linear infinite;
            animation: cursorClockwise 5s linear infinite;
  }

.cursor-deco .deco3 {
    -webkit-animation: cursorAnticlockwise 3s linear infinite;
            animation: cursorAnticlockwise 3s linear infinite;
  }

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink08 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 0;
  }
}

@keyframes blink08 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes cursorClockwise {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes cursorClockwise {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes cursorAnticlockwise {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes cursorAnticlockwise {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes balloonAnimation {
  8.5% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }

  16.5% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }

  25% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }

  33.2% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }

  41% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }

  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100%,
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes balloonAnimation {
  8.5% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }

  16.5% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }

  25% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }

  33.2% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }

  41% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }

  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100%,
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fuwafuwa {
  0% {
    top: 0;
  }

  25% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }

  75% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }

  100% {
    top: 0;
  }
}

@keyframes fuwafuwa {
  0% {
    top: 0;
  }

  25% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }

  75% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
}

#loading {
  background: url(../../resources/img/common/loading_bg_732ff5f67edf7cc01d2fdd400a3801be.jpg) center center no-repeat #000;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
}

#loading .loading-txt {
    width: 460px;
    height: 89px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

#loading .loading-txt img {
      position: absolute;
    }

#loading .loading-txt .effect {
      opacity: 0;
      -webkit-animation: blink08 1.2s linear infinite;
              animation: blink08 1.2s linear infinite;
    }

body {
  background: #000;
}

canvas {
  pointer-events: none;
}

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

section {
  position: relative;
}

.main-visual {
  background: url(../../resources/img/top/fv_key_visual_8bd0768ca59172967bd228774817f9eb.png) center top no-repeat, url(../../resources/img/top/fv_key_visual_re_bca17f6ef9197e04d9153c5e0baf1793.png) center top repeat-x;
  width: 100%;
  height: 1146px;
  position: absolute;
  top: 0;
}

.fv {
  height: 870px;
}

.fv > .wrapper {
    width: 100%;
    min-width: 1024px;
  }

.fv .fv-catch-copy {
    position: absolute;
    top: 20px;
    left: -8px;
  }

.fv .bnr-trial {
    background: url(../../resources/img/top/bnr_trial_0cb5d4a405bce7fee15040810a1667b4.png) no-repeat;
    width: 330px;
    height: calc(166px / 2);
    position: absolute;
    top: 117px;
    left: 28px;
    z-index: 15;
  }

.fv .bnr-switch {
    position: absolute;
    top: 210px;
    left: 30px;
    z-index: 15;
  }

.fv .bnr-switch #fv-bnr-switch {
      position: absolute;
      width: 270px;
      height: 114px;
      z-index: 2;
    }

.fv .fv-contents {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    z-index: 10;
  }

.fv .ps4 {
    position: absolute;
    top: 13px;
    right: 13px;
  }

.fv h1 {
    padding-top: 213px;
    margin-right: -20px;
  }

.fv .release-date {
    background: url(../../resources/img/top/fv_release_date_bg_900148775b4f34bfb6aa4f7d7b9848e7.png) no-repeat;
    width: 428px;
    height: 55px;
    margin: -15px 57px 0 auto;
  }

.fv .release-date img {
      margin-left: 11px;
    }

.fv .pv {
    margin: 44px 15px 0 0;
    position: relative;
  }

.fv .pv.comingsoon {
      pointer-events: none;
      background: url(../../resources/img/top/fv_pv_comingsoon_e48e07b5e3edcbbfb1d24c30a9f57007.png) no-repeat;
      width: 465px;
      height: 292px;
    }

.fv .pv.comingsoon img {
        display: none;
      }

.fv .pv.comingsoon #fv-pv-canvas {
        display: none;
      }

.fv .pv.comingsoon:before {
        display: none;
      }

.fv .pv #fv-pv-canvas {
      position: absolute;
      width: 448px;
      height: 262px;
      z-index: 2;
    }

.fv .pv:before {
      content: url(../../resources/img/top/fv_pv_frame_a18c6d1202c0f4762379f44f42a3ea65.png);
      position: absolute;
      top: -18px;
      left: -5px;
      z-index: 10;
    }

.fv .facebook {
    margin: 34px 105px 0 auto;
    position: relative;
    display: block;
    background: url(../../resources/img/top/fv_facebook_btn_2c5c7463bad62ba4eb938334b916fc21.png) no-repeat;
    width: 278px;
    height: calc(122px / 2);
  }

.product-history {
  position: relative;
}

.product-history h2 {
    position: absolute;
    top: -55px;
    right: -128px;
  }

.product-history .txt1 {
    position: relative;
    margin-left: -9px;
  }

.product-history .txt2 {
    position: relative;
    margin: -9px 0 0 -1px;
  }

.v2 {
  margin-top: 42px;
  position: relative;
}

.v2 h2 {
    position: absolute;
    top: 3px;
    left: 0;
  }

.v2 .txt1 {
    position: relative;
    margin-left: 55px;
  }

.v2 .txt1 #v2-txt1-canvas {
      position: absolute;
      width: 697px;
      height: 244px;
      z-index: 2;
    }

.v2 .txt2 {
    position: relative;
    margin: 8px 0 0 263px;
  }

.v2 .ss1 {
    position: relative;
    background: url(../../resources/img/top/v2_ss_thumb1_63231a82d72b36312424635f4ac2276e.png) no-repeat;
    width: 326px;
    height: 200px;
    display: block;
    margin: -142px 0 0 41px;
  }

.v2 .ss2 {
    position: relative;
    background: url(../../resources/img/top/v2_ss_thumb2_53d776083884c98e406f1dad0670f9e9.png) no-repeat;
    width: 387px;
    height: 237px;
    display: block;
    margin: -53px 0 0 238px;
  }

.v3 {
  margin-top: 77px;
  position: relative;
}

.v3 h2 {
    position: absolute;
    top: 39px;
    right: -4px;
  }

.v3 .character,
  .v3 .txt {
    position: relative;
  }

.v3 .character {
    margin-left: -20px;
  }

.v3 .character #v3-character-canvas {
      position: absolute;
      width: 1023px;
      height: 1207px;
      z-index: 2;
    }

.v3 .txt {
    position: absolute;
    top: 656px;
    left: 158px;
    z-index: 10;
  }

.v4 {
  margin-top: 70px;
}

.v4 .txt,
  .v4 .ss {
    position: relative;
  }

.v4 .txt {
    margin-left: 30px;
  }

.v4 .ss {
    background: url(../../resources/img/top/v4_ss_thumb_e7ca84e5dbe79f02eebafa8f69d6a384.png) no-repeat;
    width: 488px;
    height: 298px;
    margin: -98px 0 0 531px;
  }

.v5 {
  margin-top: -1px;
}

.v5 h2 {
    position: absolute;
    top: -156px;
    left: -6px;
  }

.v5 .txt1,
  .v5 .txt2,
  .v5 .ss1,
  .v5 .ss2,
  .v5 .ss3 {
    position: relative;
  }

.v5 .txt1 {
    margin-left: 84px;
  }

.v5 .ss1 {
    background: url(../../resources/img/top/v5_ss_thumb1_59904112c7df18bfc3697c24e182c5e9.png) no-repeat;
    width: 387px;
    height: 237px;
    display: block;
    margin: -210px 0 0 23px;
  }

.v5 .txt2 {
    margin: 17px 0 0 156px;
  }

.v5 .ss2 {
    background: url(../../resources/img/top/v5_ss_thumb2_f51adaac8462f0b05d1f16e012729bdd.png) no-repeat;
    width: 350px;
    height: 214px;
    display: block;
    margin: -186px 0 0 75px;
  }

.v5 .ss3 {
    background: url(../../resources/img/top/v5_ss_thumb3_0c937ae46c30614c9695459beb3da711.png) no-repeat;
    width: 387px;
    height: 237px;
    display: block;
    margin: -30px 0 0 235px;
  }

.v6 {
  margin-top: 23px;
}

.v6 h2 {
    position: absolute;
    top: -98px;
    right: -6px;
  }

.v6 .txt,
  .v6 .ss {
    position: relative;
  }

.v6 .txt {
    margin-left: 136px;
  }

.v6 .ss {
    background: url(../../resources/img/top/v6_ss_thumb_cef1a0886d80d34df2eda9e85022800b.png) no-repeat;
    width: 326px;
    height: 200px;
    margin: -163px 0 0 610px;
  }

.v7 {
  margin-top: 46px;
}

.v7 h2 {
    position: absolute;
    top: -72px;
    left: -10px;
  }

.v7 .character {
    position: absolute;
    top: -52px;
    left: 473px;
  }

.v7 .txt,
  .v7 .ss1,
  .v7 .ss2 {
    position: relative;
  }

.v7 .txt {
    margin-left: 14px;
  }

.v7 .ss1 {
    background: url(../../resources/img/top/v7_ss_thumb1_0dba49ae401fd0b0942d9dad1b8c0667.png) no-repeat;
    width: 387px;
    height: 237px;
    display: block;
    margin: -225px 0 0 22px;
  }

.v7 .ss2 {
    background: url(../../resources/img/top/v7_ss_thumb2_e1c773d23578a4592cf5f0222c5d1825.png) no-repeat;
    width: 410px;
    height: 246px;
    display: block;
    margin: -24px 0 0 129px;
  }

.dlc-contents {
  margin-top: 122px;
}

.dlc-contents .image {
    margin-left: 19px;
  }

.dlc-contents .note {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    margin: -27px 0 0 67px;
  }

.premium-contents {
  background: url(../../resources/img/top/premium_box_bg_9f4da771848fe80592d06afc9ad562d1.jpg) center top no-repeat;
  margin-top: 13px;
  padding: 77px 0 43px;
}

.premium-contents .image {
    margin-left: -9px;
    position: relative;
  }

.premium-contents .image #premium-box-canvas {
      position: absolute;
      width: 1040px;
      height: 750px;
      z-index: 2;
    }

.premium-contents .image a {
      position: absolute;
      z-index: 3;
    }

.premium-contents .image .details-btn {
      background: url(../../resources/img/top/details_btn_1e88867b302e9c0a6dca350d14010cce.png) no-repeat;
      width: 227px;
      height: calc(194px / 2);
      top: 358px;
      left: 284px;
    }

.premium-contents .image .details-btn2 {
      background: url(../../resources/img/top/details_btn2_f79cf13b064d631a133d6297f664c020.png) no-repeat;
      width: 176px;
      height: calc(194px / 2);
      top: 260px;
      left: 400px;
    }

.premium-contents .contents1 {
    margin: -2px 0 0 68px;
  }

.premium-contents .contents2 {
    margin: 12px 0 0 68px;
  }

.premium-contents .contents3 {
    margin: 20px 0 0 68px;
  }

.premium-contents .contents4 {
    margin: 20px 0 0 68px;
  }

.premium-contents .contents5 {
    margin: 35px 0 0 68px;
  }

.premium-contents .notes {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin: 25px 0 0 67px;
  }

.staff {
  padding: 0 0 56px;
}

.staff .txt {
    margin-left: 60px;
  }

.spec {
  background: url(../../resources/img/top/spec_bg_d6f9e24e116f960962730e9bda7f297b.png) repeat;
  padding: 13px 0 40px;
}

.spec .txt {
    margin-left: 60px;
  }

.spec .txt .spec-txt {
      display: inline-block;
      vertical-align: top;
      font-size: 20px;
      line-height: 1.9;
      margin: 98px 0 0 -52px;
    }

.spec .image {
    position: absolute;
    top: 52px;
    left: 613px;
  }

.spec .image #package-canvas {
      position: absolute;
      width: 309px;
      height: 389px;
      z-index: 2;
    }

.about {
  padding: 10px 0 30px;
}

.about .sns-box {
    margin-top: 40px;
    text-align: center;
    font-size: 0;
  }

.about .sns-box a {
      margin: 0 9px;
    }

.about .sns-box .sns-facebook {
      background: url(../../resources/img/top/footer_facebook_btn_4153a94fddb72f3bd483d60991d2be22.png);
      width: 58px;
      height: 58px;
    }

.about .sns-box .sns-insta {
      background: url(../../resources/img/top/footer_insta_btn_21fec1b8df39edfb38b1b9172fad41cb.png);
      width: 59px;
      height: 58px;
    }

footer {
  background: #000;
  padding: 9px 0 14px;
  font-size: 0;
}

footer a {
    position: relative;
    display: inline-block;
  }

footer .atlus-logo {
    background: url(../../resources/img/common/atlus_logo_836a62399f2dcd5b215bee11523feb2a.png);
    width: 130px;
    height: 39px;
    top: -6px;
    margin-right: 35px;
  }

footer .vanillaware-logo {
    background: url(../../resources/img/common/vanillaware_logo_c9e476bbabb0b4cc5d91da71e8343a41.png);
    width: 71px;
    height: 58px;
    margin-right: 78px;
  }

footer .copyright {
    display: inline-block;
    position: relative;
    top: -11px;
  }

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

#bg-overlay {
  background: url(../../resources/img/common/overlay_f933888ff9ad9d3f1f28ec71d4a46aa6.png) repeat;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.fancybox-container .fancybox-title {
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: -20px;
    width: 100%;
    text-align: right;
  }

.switch-modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: auto;
  z-index: 1001;
}

.switch-modal .modal-dialog {
    width: 640px;
    position: absolute;
    margin: auto;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
  }

.switch-modal .modal-dialog .switch-close-btn {
      background: url(../../resources/img/top/close_btn_1cb38c9fdceadd67bc00a6c8e26a0ea1.png) no-repeat;
      width: 246px;
      height: 47px;

      position: absolute;
      top: -40px;
      right: -20px;
    }

.switch-modal .modal-dialog .to-switch-btn {
      margin: auto;
      position: absolute;
      top: 703px;
      left: 0;
      right: 0;
    }

.switch-modal .switch-modal-overlay {
    width: 100%;
    height: 100%;
    background: rgba(8, 23, 15, 0.9);
    position: fixed;
    overflow: auto;
    outline: 0;
    top: 0;
  }

@media screen and (min-width: 641px) {
  .hover {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

    .hover:hover {
      opacity: 0.8;
    }

  .hover-shop {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

    .hover-shop:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
    }
      .fv .bnr-trial:hover {
        background-position: 0 bottom;
      }
      .fv .bnr-switch:hover {
        opacity: 0.8;
      }
      .fv .facebook:hover {
        background-position: 0 bottom;
      }
        .premium-contents .image a:hover {
          background-position: 0 bottom;
        }
        .switch-modal .modal-dialog .to-switch-btn:hover {
          opacity: 0.8;
        }
}

@media screen and (max-width: 640px) {
  .v-pc {
    display: none;
  }

  .v-sp {
    display: inline-block;
  }

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

  .to-top-btn {
    right: 50px;
    bottom: 150px;
  }
  .wrapper {
    width: 640px;
  }

  .main-visual {
    background: url(../../resources/img/sp/top/fv_key_visual_c2fdfdb9ebf413323e25dbc744a31692.png) center top no-repeat;
    height: 948px;
  }

  .fv {
    height: auto;
  }

    .fv > .wrapper {
      width: 640px;
      min-width: auto;
    }

    .fv .fv-catch-copy {
      top: 4px;
      left: 111px;
    }

    .fv .bnr-trial {
      background: url(../../resources/img/sp/top/bnr_trial_23e1a21dba2c1ab4cfe386c6897a5c56.png) no-repeat;
      width: 500px;
      height: 126px;
      top: 722px;
      left: 71px;
    }

    .fv .bnr-switch {
      top: 890px;
      left: 340px;
    }

      .fv .bnr-switch #fv-bnr-switch {
        width: 270px;
        height: 114px;
      }

    .fv .fv-contents {
      width: auto;
      position: relative;
      text-align: left;
    }

    .fv .ps4 {
      top: 13px;
      left: 10px;
      right: auto;
    }

    .fv h1 {
      padding: 548px 0 0 76px;
      margin-right: 0;
    }

    .fv .release-date {
      background: url(../../resources/img/sp/top/fv_release_date_bg_b23dc2e349e39c1fae6f9d01c7dd44cf.png) no-repeat;
      width: 378px;
      height: 53px;
      margin: -9px 0 0 114px;
    }

    .fv .pv {
      margin: 205px 0 0 16px;
    }

      .fv .pv #fv-pv-canvas {
        width: 305px;
        height: 178px;
      }

      .fv .pv:before {
        content: url(../../resources/img/sp/top/fv_pv_frame_2dd030e8f36703c7a1be1e6b89875e85.png);
        top: -12px;
        left: -3px;
      }

    .fv .facebook {
      margin: 0;
      position: absolute;
      top: 1013px;
      left: 335px;
    }

  .product-history {
    margin-top: 42px;
  }

    .product-history h2 {
      top: 16px;
      right: 9px;
    }

    .product-history .txt1 {
      margin-left: 6px;
    }

    .product-history .txt2 {
      margin: 17px 0 0 17px;
    }

  .v2 {
    margin-top: 50px;
  }

    .v2 h2 {
      top: 375px;
      left: 0;
    }

    .v2 .txt1 {
      margin-left: 0;
    }

      .v2 .txt1 #v2-txt1-canvas {
        position: absolute;
        width: 639px;
        height: 232px;
        z-index: 2;
      }

    .v2 .txt2 {
      margin: 8px 0 0 14px;
    }

    .v2 .ss1 {
      margin: -34px 0 0 35px;
    }

    .v2 .ss2 {
      margin: -54px 0 0 228px;
    }

  .v3 {
    margin-top: 86px;
  }

    .v3 h2 {
      top: -124px;
      right: 10px;
    }

    .v3 .character {
      margin-left: 0;
    }

      .v3 .character #v3-character-canvas {
        width: 640px;
        height: 1328px;
      }

    .v3 .txt {
      top: 785px;
      left: 8px;
    }

  .v4 {
    margin-top: 81px;
  }

    .v4 .txt {
      margin-left: 4px;
    }

    .v4 .ss {
      margin: -60px 0 0 119px;
    }

  .v5 {
    margin-top: 65px;
  }

    .v5 h2 {
      top: -338px;
      left: 2px;
    }

    .v5 .txt1 {
      margin-left: 4px;
    }

    .v5 .ss1 {
      margin: -95px 0 0 57px;
    }

    .v5 .txt2 {
      margin: 27px 0 0 13px;
    }

    .v5 .ss2 {
      margin: -57px 0 0 45px;
    }

    .v5 .ss3 {
      margin: -100px 0 0 242px;
      z-index: 5;
    }

  .v6 {
    margin-top: 50px;
  }

    .v6 h2 {
      top: -58px;
      right: 4px;
    }

    .v6 .txt {
      margin-left: 50px;
    }

    .v6 .ss {
      margin: -26px 0 0 303px;
    }

  .v7 {
    margin-top: 55px;
  }

    .v7 h2 {
      top: -328px;
      left: 2px;
    }

    .v7 .character {
      top: 8px;
      left: 216px;
    }

    .v7 .txt {
      margin-left: 4px;
    }

    .v7 .ss1 {
      margin: -25px 0 0 12px;
    }

    .v7 .ss2 {
      margin: -28px 0 0 63px;
    }

  .dlc-contents {
    margin-top: 25px;
  }

    .dlc-contents .image {
      margin-left: 7px;
    }

    .dlc-contents .event-btn {
      top: 1970px;
      left: 144px;
    }

    .dlc-contents .pre-order-btn {
      top: 2449px;
      left: 118px;
    }

    .dlc-contents .note {
      margin: 19px 0 0 20px;
    }

  .premium-contents {
    background: url(../../resources/img/sp/top/premium_box_bg_7f668957bb8addd41a57255345022078.jpg) center top no-repeat;
    margin-top: 22px;
    padding: 12px 0 32px;
  }

    .premium-contents .image {
      margin-left: 0;
    }

      .premium-contents .image #premium-box-canvas {
        width: 640px;
        height: 542px;
      }

      .premium-contents .image .details-btn {
        top: 243px;
        left: 131px;
      }

      .premium-contents .image .details-btn2 {
        top: 169px;
        left: 184px;
      }

    .premium-contents .contents1 {
      margin: 7px 0 0 14px;
    }

    .premium-contents .contents2 {
      margin: 28px 0 0 14px;
    }

    .premium-contents .contents3 {
      margin: 34px 0 0 14px;
    }

    .premium-contents .contents4 {
      margin: 22px 0 0 14px;
    }

    .premium-contents .contents5 {
      margin: 23px 0 0 14px;
    }

    .premium-contents .notes {
      font-size: 15px;
      margin: 12px 0 0 15px;
    }

    .premium-contents .pre-order-btn {
      margin: 34px 0 0 28px;
    }

  .staff {
    padding: 62px 0 67px;
  }

    .staff .txt {
      margin-left: 25px;
    }

  .spec {
    padding: 17px 0 35px;
  }

    .spec .txt {
      margin-left: 0;
    }

      .spec .txt .spec-txt {
        margin: -373px 0 0 140px;
      }

        .spec .txt .spec-txt .letter {
          letter-spacing: -3px;
        }

    .spec .image {
      top: 70px;
      left: 375px;
    }

      .spec .image #package-canvas {
        width: 254px;
        height: 320px;
      }

  .about {
    padding: 5px 0 40px;
  }

    .about .pre-order-btn {
      margin-left: 29px;
    }

    .about .sns-box {
      margin-top: 53px;
    }

      .about .sns-box .sns-facebook {
        background: url(../../resources/img/sp/top/footer_facebook_btn_2b83c658cc752aaacc44d3bb626d4743.png);
        width: 70px;
        height: 70px;
      }

      .about .sns-box .sns-insta {
        background: url(../../resources/img/sp/top/footer_insta_btn_4de6568ae7f3fd10503fbc4c0f9378f2.png);
        width: 70px;
        height: 70px;
      }

  footer {
    padding: 9px 0 16px;
  }

    footer .atlus-logo {
      margin: 0 35px 0 13px;
    }

    footer .vanillaware-logo {
      margin-right: 0;
    }

    footer .copyright {
      top: 0;
      margin: 19px 0 0 12px;
    }

  #bg-movie {
    width: 800px;
    height: 3000px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  #bg-overlay {
    height: 3000px;
  }
}

