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

@-webkit-keyframes titleAnim {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-5%);
            transform: scaleX(0) translateX(-5%);
  }

  30% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }

  100% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }

  30%,
  100% {
    opacity: 1;
  }
}

@keyframes titleAnim {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-5%);
            transform: scaleX(0) translateX(-5%);
  }

  30% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }

  100% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }

  30%,
  100% {
    opacity: 1;
  }
}

@charset "UTF-8";

body {
  font-family: 'Noto Sans KR', 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_8febd9d22ac52916d29e101984c59504.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 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
  }

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

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

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px, 0);
            transform: translate(30px, 0);
  }

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

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px, 0);
            transform: translate(30px, 0);
  }

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

@-webkit-keyframes bgRoop {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -160px 160px;
  }
}

@keyframes bgRoop {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -160px 160px;
  }
}

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

footer {
  background: #000;
  padding: 23px 0 40px;
  font-size: 0;
}

footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

footer a {
    position: relative;
  }

footer .atlus-logo {
    background: url(../../resources/img/common/atlus_logo_836a62399f2dcd5b215bee11523feb2a.png);
    width: 130px;
    height: 39px;

    margin: 7px 34px 0 3px;
  }

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

    margin-right: 30px;
  }

footer .copyright {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
  }

body {
  background: url(../../resources/img/top/bg_re_c9a414447a69969588f22c55b7680198.jpg) repeat #fff;
}

canvas {
  pointer-events: none;
}

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

section {
  position: relative;
}

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

.fv {
  height: 760px;
}

.fv .fv-ns-logo {
    position: absolute;
    top: 0;
    left: 0;
  }

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

.fv .fv-catch-copy1 {

    padding-top: 43px;
  }

.fv .fv-catch-copy1.title-anim {
    position: relative;
  }

.fv .fv-catch-copy1.title-anim .bg-wrap {
      position: relative;
      display: inline-block;
      width: 412px;
      height: 37px;
    }

.fv .fv-catch-copy1.title-anim .bg-wrap .cont {
        opacity: 0;
        background: url(../../resources/img/top/fv_catch1_bg_fcb9e771083b1d3509ae2660617960fd.png) left top no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-transform-origin: left center;
                transform-origin: left center;
        top: 0;
        left: 0;
      }

.fv .fv-catch-copy1.title-anim .bg-wrap .inn {
        position: absolute;
        top: 5px;
        left: 12px;
        z-index: 1;
      }

.fv .fv-catch-copy1.title-anim.run .cont {
        -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
      }

.fv .fv-catch-copy2.title-anim {
    position: relative;
  }

.fv .fv-catch-copy2.title-anim .bg-wrap {
      position: relative;
      display: inline-block;
      width: 368px;
      height: 52px;
    }

.fv .fv-catch-copy2.title-anim .bg-wrap .cont {
        opacity: 0;
        background: url(../../resources/img/top/fv_catch2_bg_6d4b6f8f7964c8c5f317f7fe04f3c7f9.png) left top no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-transform-origin: left center;
                transform-origin: left center;
        top: 0;
        left: 0;
      }

.fv .fv-catch-copy2.title-anim .bg-wrap .inn {
        position: absolute;
        top: 12px;
        left: 15px;
        z-index: 1;
      }

.fv .fv-catch-copy2.title-anim.run .cont {
        -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
      }

.fv h1 {
    margin: 22px 2px 0 0;
  }

.fv .release-date {

    margin-top: 27px;
  }

.fv .release-date.title-anim {
    position: relative;
  }

.fv .release-date.title-anim .bg-wrap {
      position: relative;
      display: inline-block;
      width: 361px;
      height: 198px;
    }

.fv .release-date.title-anim .bg-wrap .cont {
        opacity: 0;
        background: url(../../resources/img/top/fv_release_date_bg_92d10635350a0e35c3107aca779a5013.png) left top no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-transform-origin: left center;
                transform-origin: left center;
        top: 0;
        left: 0;
      }

.fv .release-date.title-anim .bg-wrap .inn {
        position: absolute;
        top: 27px;
        left: 30px;
        z-index: 1;
      }

.fv .release-date.title-anim.run .cont {
        -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
      }

.fv .release-date.title-anim .bg-wrap .inn {
          opacity: 0;
          -webkit-transform-origin: left center;
                  transform-origin: left center;
        }

.fv .release-date.title-anim.run .inn {
          -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                  animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
        }

.fv .pre-order-btn {
    background: url(../../resources/img/top/fv_pre_order_btn_8a4b94810906c24fc4525186c4fa8c69.png);
    width: 412px;
    height: 151px;

    position: relative;
    display: block;
    margin: 10px 0 0 auto;
  }

.fv .pre-order-btn .arrows {
      position: absolute;
      top: 55px;
      left: 46px;
    }

.fv .bnr-trial {
    background: url(../../resources/img/top/bnr_trial_590198e4a05738860b85f5888255dd30.png);
    width: 321px;
    height: 81px;

    position: absolute;
    top: 745px;
    right: 700px;
  }

.fv .pv {
    background: url(../../resources/img/top/fv_pv_e629b41467c29337e086ca5db8139611.png);
    width: 342px;
    height: 146px;

    position: absolute;
    top: 676px;
    right: 10px;
  }

.awards-contents {
  background: url(../../resources/img/top/fv_bg_re_6468083c1623a77a6c79cee63463bd97.png) repeat;
  padding: 80px 0 42px;
}

.v2 {
  background: url(../../resources/img/top/v2_bg_re_fe54f6cdcc3c923da4c436e09a23e722.jpg) repeat;
}

.v2:before,
  .v2:after {
    content: "";
    width: 111px;
    height: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
  }

.v2:before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(1, 255, 246, 0.18)), to(rgba(1, 255, 246, 0)));
    background: linear-gradient(90deg, rgba(1, 255, 246, 0.18) 0%, rgba(1, 255, 246, 0) 100%);
  }

.v2:after {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(1, 255, 246, 0)), to(rgba(1, 255, 246, 0.18)));
    background: linear-gradient(90deg, rgba(1, 255, 246, 0) 0%, rgba(1, 255, 246, 0.18) 100%);
  }

.v2 .wrapper {
    padding: 27px 0 40px;
    z-index: 2;
  }

.v2 h2 {
    text-align: center;
  }

.v2 .v2-image {
    text-align: center;
    margin-top: 8px;
  }

.v2 .v2-catch {
    text-align: center;
    margin-top: 20px;
  }

.v2 .v2-main-txt {
    color: #fff;
    font-size: 23px;
    line-height: 1.6;
    font-weight: bold;
    margin-top: 18px;
    padding: 0 60px;
  }

.v2 .open-privilege {
    background: url(../../resources/img/top/v2_details_btn1_f0e5356f9bf5f4468d17ea5de9796afc.png);
    width: 320px;
    height: 86px;

    display: block;
    margin: 33px auto 37px;
  }

.v2 .open-privilege.opened {
      background-image: url(../../resources/img/top/v2_close_btn_ec9dbe482d70c9c21c18822ea4fa37ef.png);
    }

.v2 .v2-privilege-contents {
    display: none;
    position: relative;
    overflow: hidden;
  }

.v2 .v2-privilege-contents:before,
    .v2 .v2-privilege-contents:after {
      content: "";
      background: url(../../resources/img/top/v2_line_40fd3dcf848e7bec4dad68f1f4100f59.png) center top no-repeat;
      width: 100%;
      height: 10px;
      position: absolute;
    }

.v2 .v2-privilege-contents:before {
      top: 0;
    }

.v2 .v2-privilege-contents:after {
      bottom: 0;
    }

.v2 .v2-privilege-contents h3 {
      margin-left: -5px;
    }

.v2 .v2-privilege-contents h4 {

      margin-bottom: 8px;
    }

.v2 .v2-privilege-contents h4.title-anim {
    position: relative;
  }

.v2 .v2-privilege-contents h4.title-anim .bg-wrap {
      position: relative;
      display: inline-block;
    }

.v2 .v2-privilege-contents h4.title-anim .bg-wrap .cont {
        opacity: 0;
        width: 100%;
        height: 100%;
        background: #000;
        position: absolute;
        border-left: 1px solid #16bcce;
        border-right: 1px solid #507197;
        -webkit-transform-origin: left center;
                transform-origin: left center;
      }

.v2 .v2-privilege-contents h4.title-anim .bg-wrap .inn {
        color: #fff;
        display: inline-block;
        font-size: 24px;
        padding: 14px 15px 14px 25px;
        position: relative;
        z-index: 1;
      }

.v2 .v2-privilege-contents h4.title-anim .bg-wrap:first-child .cont:before {
            content: url(../../resources/img/top/v2_title_deco_1511a69c47dbc9c18685c675046e1207.png);
            position: absolute;
            top: 4px;
            left: 4px;
          }

.v2 .v2-privilege-contents h4.title-anim.run .cont {
        -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
      }

.v2 .v2-privilege-contents h4.title-anim.deco-none .bg-wrap:first-child .cont:before {
              content: none;
            }

.v2 .v2-privilege-contents p {
      width: 650px;
      color: #fff;
      font-size: 20px;
      line-height: 1.5;
    }

.v2 .v2-privilege-contents p span {
        font-weight: bold;
        color: #fad600;
      }

.v2 .v2-privilege-contents .contents1 {
      position: relative;
      margin-bottom: 36px;
    }

.v2 .v2-privilege-contents .contents1 h3 {
        padding-top: 25px;
      }

.v2 .v2-privilege-contents .contents1 h4 {
        margin-bottom: 8px;
      }

.v2 .v2-privilege-contents .contents1 .txt1 {
        margin-bottom: 25px;
      }

.v2 .v2-privilege-contents .contents1 .image1 {
        position: absolute;
        top: 47px;
        left: 797px;
      }

.v2 .v2-privilege-contents .contents1 .details-btn1 {
        background: url(../../resources/img/top/v2_details_btn2_4a51f4f490d3ae8933942cc8d1051e05.png);
        width: 160px;
        height: 42px;

        position: absolute;
        top: 242px;
        left: 858px;
        z-index: 10;
      }

.v2 .v2-privilege-contents .contents1 .image2 {
        position: absolute;
        top: 315px;
        left: 717px;
      }

.v2 .v2-privilege-contents .contents1 .details-btn2 {
        background: url(../../resources/img/top/v2_details_btn2_4a51f4f490d3ae8933942cc8d1051e05.png);
        width: 160px;
        height: 42px;

        position: absolute;
        top: 515px;
        left: 858px;
        z-index: 10;
      }

.v2 .v2-privilege-contents .contents2 {
      position: relative;
      margin-bottom: 45px;
    }

.v2 .v2-privilege-contents .contents2 .image {
        position: absolute;
        top: 130px;
        left: 715px;
      }

.v2 .v2-privilege-contents .contents3 {
      position: relative;
      margin-bottom: 38px;
    }

.v2 .v2-privilege-contents .contents3 .catch {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 8px;
      }

.v2 .v2-privilege-contents .contents3 .txt1 {
        margin-bottom: 25px;
      }

.v3 {
  margin-top: 58px;
  padding-bottom: 30px;
}

.v3 .v3-bg {
    background: url(../../resources/img/top/v3_bg_2132b647fe82471a03fe873b95c9d8a4.png);
    width: 1117px;
    height: 1155px;

    position: absolute;
    top: 308px;
    left: 7px;
    z-index: -1;
    opacity: 0;
  }

.v3 .v3-bg.run {
      -webkit-animation: fadeInLeft 0.5s both;
              animation: fadeInLeft 0.5s both;
    }

.v3 h2 {
    background: url(../../resources/img/top/v3_title_line_d3ad2b84fa06911e39fdeafcf7888c3a.png) center bottom no-repeat;
    width: 214px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 62px;
    color: #1ebfa0;
    position: relative;
    margin: auto;
    letter-spacing: 0.9rem;
    padding-bottom: 15px;
  }

.v3 .main-catch {

    margin: 58px 0 0 37px;
  }

.v3 .main-catch.title-anim {
    position: relative;
  }

.v3 .main-catch.title-anim .bg-wrap {
      position: relative;
      display: inline-block;
      width: 970px;
      height: 167px;
    }

.v3 .main-catch.title-anim .bg-wrap .cont {
        opacity: 0;
        background: url(../../resources/img/top/v3_catch_bg_3c0f6be9ca14e46293fddbec80f21d98.png) left top no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-transform-origin: left center;
                transform-origin: left center;
        top: 0;
        left: 0;
      }

.v3 .main-catch.title-anim .bg-wrap .inn {
        position: absolute;
        top: 32px;
        left: 58px;
        z-index: 1;
      }

.v3 .main-catch.title-anim.run .cont {
        -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
      }

.v3 .main-catch.title-anim .bg-wrap .inn {
          opacity: 0;
          -webkit-transform-origin: left center;
                  transform-origin: left center;
        }

.v3 .main-catch.title-anim.run .inn {
          -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                  animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
        }

.v3 .v3-catch1,
  .v3 .v3-catch2,
  .v3 .v3-catch3,
  .v3 .v3-catch4 {

    position: absolute !important;
    z-index: 2;
  }

.v3 .v3-catch1.title-anim, .v3 .v3-catch2.title-anim, .v3 .v3-catch3.title-anim, .v3 .v3-catch4.title-anim {
    position: relative;
  }

.v3 .v3-catch1.title-anim .bg-wrap, .v3 .v3-catch2.title-anim .bg-wrap, .v3 .v3-catch3.title-anim .bg-wrap, .v3 .v3-catch4.title-anim .bg-wrap {
      position: relative;
      display: inline-block;
    }

.v3 .v3-catch1.title-anim .bg-wrap .cont, .v3 .v3-catch2.title-anim .bg-wrap .cont, .v3 .v3-catch3.title-anim .bg-wrap .cont, .v3 .v3-catch4.title-anim .bg-wrap .cont {
        opacity: 0;
        width: 100%;
        height: 100%;
        background: #000;
        position: absolute;
        border-left: 1px solid #16bcce;
        border-right: 1px solid #507197;
        -webkit-transform-origin: left center;
                transform-origin: left center;
      }

.v3 .v3-catch1.title-anim .bg-wrap .inn, .v3 .v3-catch2.title-anim .bg-wrap .inn, .v3 .v3-catch3.title-anim .bg-wrap .inn, .v3 .v3-catch4.title-anim .bg-wrap .inn {
        color: #fff;
        display: inline-block;
        font-size: 28px;
        padding: 17px 35px;
        position: relative;
        z-index: 1;
      }

.v3 .v3-catch1.title-anim .bg-wrap:first-child .cont:before, .v3 .v3-catch2.title-anim .bg-wrap:first-child .cont:before, .v3 .v3-catch3.title-anim .bg-wrap:first-child .cont:before, .v3 .v3-catch4.title-anim .bg-wrap:first-child .cont:before {
            content: url(../../resources/img/top/v2_title_deco_1511a69c47dbc9c18685c675046e1207.png);
            position: absolute;
            top: 4px;
            left: 4px;
          }

.v3 .v3-catch1.title-anim.run .cont, .v3 .v3-catch2.title-anim.run .cont, .v3 .v3-catch3.title-anim.run .cont, .v3 .v3-catch4.title-anim.run .cont {
        -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
      }

.v3 .v3-catch1.title-anim.deco-none .bg-wrap:first-child .cont:before, .v3 .v3-catch2.title-anim.deco-none .bg-wrap:first-child .cont:before, .v3 .v3-catch3.title-anim.deco-none .bg-wrap:first-child .cont:before, .v3 .v3-catch4.title-anim.deco-none .bg-wrap:first-child .cont:before {
              content: none;
            }

.v3 .v3-catch1 {
    top: 383px;
  }

.v3 .v3-catch1 .bg-wrap:last-child {
        margin-left: 50px;
      }

.v3 .ss1 {
    background: url(../../resources/img/top/v3_ss1_thumb_d2ff745a4c403a1b1a645b80cddae045.png);
    width: 539px;
    height: 309px;

    position: relative;
    margin: 72px 0 0 496px;
  }

.v3 .ss2 {
    background: url(../../resources/img/top/v3_ss2_thumb_f6a0e64def473c5e8355c53ae98607c7.png);
    width: 539px;
    height: 309px;

    position: relative;
    margin: 32px 0 0 2px;
  }

.v3 .v3-catch2 {
    top: 930px;
    left: 158px;
  }

.v3 .v3-catch2.v-sp {
      display: none;
    }

.v3 .ss3 {
    background: url(../../resources/img/top/v3_ss3_thumb_7a01f5fd0bd20b84db8b84e549bdcb9c.png);
    width: 539px;
    height: 309px;

    position: relative;
    margin: 54px 0 0 497px;
  }

.v3 .v3-catch3 {
    top: 1148px;
  }

.v3 .v3-catch3 .bg-wrap:last-child {
        margin-left: 50px;
      }

.v3 .v3-catch4 {
    top: 1294px;
    left: 50px;
  }

.v3 .v3-catch4 .bg-wrap:last-child {
        margin-left: 152px;
      }

.v4 {
  margin-top: 168px;
}

.v4 .v4-bg {
    background: url(../../resources/img/top/v4_bg_c79385dc7acfe984e6fe3ac397b6eeec.png);
    width: 1280px;
    height: 1006px;

    position: absolute;
    top: 176px;
    left: -130px;
    z-index: -1;
    opacity: 0;
  }

.v4 .v4-bg.run {
      -webkit-animation: fadeInRight 0.5s both;
              animation: fadeInRight 0.5s both;
    }

.v4 h2 {
    background: url(../../resources/img/top/v4_title_line_a512664c36da47055760c24752205c64.png) center bottom no-repeat;
    width: 399px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 62px;
    color: #1ebfa0;
    position: relative;
    margin: auto;
    letter-spacing: 0.9rem;
    padding-bottom: 15px;

    z-index: 2;
  }

.v4 .v4-slider {
    width: 1280px;
    height: 793px;
    margin: -25px 0 0 -128px;
  }

.v4 .v4-slider .slick-slide {
      opacity: 0;
      -webkit-transition: 0.3s opacity;
      transition: 0.3s opacity;
    }

.v4 .v4-slider .slick-active {
      opacity: 1;
    }

.v4 .v4-slider .slick-list {
      overflow-x: visible;
      overflow-y: visible;
    }

.v4 .v4-slider .slick-arrow {
      top: 440px;
      z-index: 10;
    }

.v4 .v4-slider .slick-arrow:before {
        content: none;
      }

.v4 .v4-slider .slick-arrow.slick-disabled {
        display: none !important;
      }

.v4 .v4-slider .slick-prev {
      background: url(../../resources/img/top/prev_ee9e1c776c48414f9b9e63650e2dae40.png);
      width: 47px;
      height: 66px;

      left: 130px;
    }

.v4 .v4-slider .slick-next {
      background: url(../../resources/img/top/next_d3c01cbb5c3101a62eeb82115e9ef17d.png);
      width: 47px;
      height: 66px;

      right: 130px;
    }

.v4 .v4-slider .slider-items {
      position: relative;
    }

.v4 .v4-slider .slider-items .img-box {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 114px;
      }

.v4 .v4-slider .slider-items .img-box.run {
          -webkit-animation: fadeInLeft 0.5s both;
                  animation: fadeInLeft 0.5s both;
        }

.v4 .v4-slider .slider-items .catch-box {

        position: absolute !important;
        top: 303px;
        left: 580px;
      }

.v4 .v4-slider .slider-items .catch-box.title-anim {
    position: relative;
  }

.v4 .v4-slider .slider-items .catch-box.title-anim .bg-wrap {
      position: relative;
      display: inline-block;
    }

.v4 .v4-slider .slider-items .catch-box.title-anim .bg-wrap .cont {
        opacity: 0;
        width: 100%;
        height: 100%;
        background: #000;
        position: absolute;
        border-left: 1px solid #16bcce;
        border-right: 1px solid #507197;
        -webkit-transform-origin: left center;
                transform-origin: left center;
      }

.v4 .v4-slider .slider-items .catch-box.title-anim .bg-wrap .inn {
        color: #fff;
        display: inline-block;
        font-size: 26px;
        padding: 11px 20px;
        position: relative;
        z-index: 1;
      }

.v4 .v4-slider .slider-items .catch-box.title-anim .bg-wrap:first-child .cont:before {
            content: url(../../resources/img/top/v2_title_deco_1511a69c47dbc9c18685c675046e1207.png);
            position: absolute;
            top: 4px;
            left: 4px;
          }

.v4 .v4-slider .slider-items .catch-box.title-anim.run .cont {
        -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
      }

.v4 .v4-slider .slider-items .catch-box.title-anim.deco-none .bg-wrap:first-child .cont:before {
              content: none;
            }

.v4 .v4-slider .slider-items .catch-box .bg-wrap:first-child {
            margin-bottom: 3px;
          }

.v4 .v4-slider .slider-items .profile-box {
        color: #fff;
        position: absolute;
        top: 426px;
        left: 572px;
      }

.v4 .v4-slider .slider-items .profile-box.run .cont,
          .v4 .v4-slider .slider-items .profile-box.run .cv,
          .v4 .v4-slider .slider-items .profile-box.run .txt {
            -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                    animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
          }

.v4 .v4-slider .slider-items .profile-box .bg-wrap {
          position: relative;
          display: inline-block;
        }

.v4 .v4-slider .slider-items .profile-box .bg-wrap .cont {
            opacity: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            -webkit-transform-origin: left center;
                    transform-origin: left center;
            top: 0;
            left: 0;
          }

.v4 .v4-slider .slider-items .profile-box.line2 .bg-wrap {
            width: 530px;
            height: 182px;
          }

.v4 .v4-slider .slider-items .profile-box.line2 .bg-wrap .cont {
              background: url(../../resources/img/top/v4_slider/txt_bg_line2_fa88cd9703370c0647d92804edc97ee4.png) left top no-repeat;
            }

.v4 .v4-slider .slider-items .profile-box.line3 .bg-wrap {
            width: 530px;
            height: 220px;
          }

.v4 .v4-slider .slider-items .profile-box.line3 .bg-wrap .cont {
              background: url(../../resources/img/top/v4_slider/txt_bg_line3_ca7cb8079322bfa580a8d01ca6cc8886.png) left top no-repeat;
            }

.v4 .v4-slider .slider-items .profile-box.line4 .bg-wrap {
            width: 530px;
            height: 253px;
          }

.v4 .v4-slider .slider-items .profile-box.line4 .bg-wrap .cont {
              background: url(../../resources/img/top/v4_slider/txt_bg_line4_56c69e619baa717697b29b08364f929b.png) left top no-repeat;
            }

.v4 .v4-slider .slider-items .profile-box.line5 .bg-wrap {
            width: 530px;
            height: 281px;
          }

.v4 .v4-slider .slider-items .profile-box.line5 .bg-wrap .cont {
              background: url(../../resources/img/top/v4_slider/txt_bg_line5_8e6fa0dd3344907c30c8aa1ecffa7aed.png) left top no-repeat;
            }

.v4 .v4-slider .slider-items .profile-box .cv,
        .v4 .v4-slider .slider-items .profile-box .txt {
          opacity: 0;
          -webkit-transform-origin: left center;
                  transform-origin: left center;
        }

.v4 .v4-slider .slider-items .profile-box .cv {
          width: 238px;
          font-size: 22px;
          text-align: center;
          position: absolute;
          top: 23px;
          left: 12px;
        }

.v4 .v4-slider .slider-items .profile-box .txt {
          width: 498px;
          font-size: 20px;
          line-height: 1.5;
          padding: 20px 10px 0 20px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          position: absolute;
          top: 70px;
          left: 12px;
        }

.v4 .v4-slider .slider-items .profile-box .check-voice {
          background: url(../../resources/img/top/v4_slider/voice_btn_c1ad08561c603177262444455e68a442.png);
          width: 48px;
          height: 48px;

          position: absolute;
          top: 12px;
          left: 250px;
          outline: 0;
        }

.v4 .v4-slider .slider-items .profile-box .check-voice.current {
            background-image: url(../../resources/img/top/v4_slider/pause_btn_41b2ee27f66511f6d1ce6ccb6ed8a9a8.png);
          }

.v4 .v4-slider .slider-items .check-btn {
        display: none;
      }

.v4 .chara-btn-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 29px 0 0 2px;
  }

.v4 .chara-btn-list a:nth-child(1) {
        background: url(../../resources/img/top/v4_slider/kurabe_btn_0a0c9b384a26f85d5bd436ee8185485c.png) no-repeat left top;
        width: 73px;
        height: calc(480px / 2);
      }

.v4 .chara-btn-list a:nth-child(2) {
        background: url(../../resources/img/top/v4_slider/yakushiji_btn_3bdfdb1967d875b9aecb1c47943037b5.png) no-repeat left top;
        width: 73px;
        height: calc(480px / 2);
      }

.v4 .chara-btn-list a:nth-child(3) {
        background: url(../../resources/img/top/v4_slider/sekigahara_btn_6021c6107efe6e067cbaf7a3548b5755.png) no-repeat left top;
        width: 73px;
        height: calc(480px / 2);
      }

.v4 .chara-btn-list a:nth-child(4) {
        background: url(../../resources/img/top/v4_slider/fuyusaka_btn_df9e81905254efb15a2bc6d9c021e149.png) no-repeat left top;
        width: 73px;
        height: calc(480px / 2);
      }

.v4 .chara-btn-list a:nth-child(5) {
        background: url(../../resources/img/top/v4_slider/miura_btn_15877351887de2170bc526d39c30fd77.png) no-repeat left top;
        width: 73px;
        height: calc(480px / 2);
      }

.v4 .chara-btn-list a:nth-child(6) {
        background: url(../../resources/img/top/v4_slider/minami_btn_7928a38f3d6abacc083d3ff41291e82f.png) no-repeat left top;
        width: 73px;
        height: calc(480px / 2);
      }

.v4 .chara-btn-list a:nth-child(7) {
        background: url(../../resources/img/top/v4_slider/amiguchi_btn_b62809af055727259ee32e22b20cd0be.png) no-repeat left top;
        width: 73px;
        height: calc(480px / 2);
      }

.v4 .chara-btn-list a:nth-child(8) {
        background: url(../../resources/img/top/v4_slider/takamiya_btn_521f0dc659672c2e09f6a353a79d3259.png) no-repeat left top;
        width: 73px;
        height: calc(480px / 2);
      }

.v4 .chara-btn-list a:nth-child(9) {
        background: url(../../resources/img/top/v4_slider/hijiyama_btn_8b99fc3e5595ce74247049361f43003a.png) no-repeat left top;
        width: 73px;
        height: calc(480px / 2);
      }

.v4 .chara-btn-list a:nth-child(10) {
        background: url(../../resources/img/top/v4_slider/kisaragi_btn_ad164120500c997181198e34c4d8c927.png) no-repeat left top;
        width: 73px;
        height: calc(480px / 2);
      }

.v4 .chara-btn-list a:nth-child(11) {
        background: url(../../resources/img/top/v4_slider/ogata_btn_33ce2329b56ef15f0c73915105238331.png) no-repeat left top;
        width: 73px;
        height: calc(480px / 2);
      }

.v4 .chara-btn-list a:nth-child(12) {
        background: url(../../resources/img/top/v4_slider/shinonome_btn_72f0a5ae8cfc412bcfa5e9452f76703c.png) no-repeat left top;
        width: 73px;
        height: calc(480px / 2);
      }

.v4 .chara-btn-list a:nth-child(13) {
        background: url(../../resources/img/top/v4_slider/goto_btn_f15cfa128befd5954d930d415a4be79e.png) no-repeat left top;
        width: 73px;
        height: calc(480px / 2);
      }

.v4 .chara-btn-list a.current {
        background-position: left bottom !important;
      }

.v4 .sub-chara {
    position: relative;
    margin: 40px 0 0 164px;
  }

.v4 .sub-chara-txt {
    position: relative;
    margin: 22px 0 0 150px;
  }

.v5 {
  margin-top: 130px;
}

.v5 .v5-bg {
    background: url(../../resources/img/top/v5_bg_21fedac24ee56e765cbf9bda7fab7d3b.png);
    width: 1066px;
    height: 1664px;

    position: absolute;
    top: 384px;
    left: -288px;
    z-index: -1;
    opacity: 0;
  }

.v5 .v5-bg.run {
      -webkit-animation: fadeInLeft 0.5s both;
              animation: fadeInLeft 0.5s both;
    }

.v5 h2 {
    background: url(../../resources/img/top/v5_title_line_9b0b0b313acb9a2c135452bb9587cd73.png) center bottom no-repeat;
    width: 260px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 62px;
    color: #1ebfa0;
    position: relative;
    margin: auto;
    letter-spacing: 0.9rem;
    padding-bottom: 15px;
  }

.v5 h3 {
    text-align: center;
    margin-top: 83px;
  }

.v5 .v5-catch {

    margin: -8px 0 0 282px;
  }

.v5 .v5-catch.title-anim {
    position: relative;
  }

.v5 .v5-catch.title-anim .bg-wrap {
      position: relative;
      display: inline-block;
    }

.v5 .v5-catch.title-anim .bg-wrap .cont {
        opacity: 0;
        width: 100%;
        height: 100%;
        background: #000;
        position: absolute;
        border-left: 1px solid #16bcce;
        border-right: 1px solid #507197;
        -webkit-transform-origin: left center;
                transform-origin: left center;
      }

.v5 .v5-catch.title-anim .bg-wrap .inn {
        color: #fff;
        display: inline-block;
        font-size: 28px;
        padding: 17px 35px;
        position: relative;
        z-index: 1;
      }

.v5 .v5-catch.title-anim .bg-wrap:first-child .cont:before {
            content: url(../../resources/img/top/v2_title_deco_1511a69c47dbc9c18685c675046e1207.png);
            position: absolute;
            top: 4px;
            left: 4px;
          }

.v5 .v5-catch.title-anim.run .cont {
        -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
      }

.v5 .v5-catch.title-anim.deco-none .bg-wrap:first-child .cont:before {
              content: none;
            }

.v5 .ss1 {
    background: url(../../resources/img/top/v5_ss1_thumb_f3dd103ad97981600ef18b69828fc0f7.png);
    width: 539px;
    height: 309px;

    position: relative;
    margin: 24px 0 0 -4px;
  }

.v5 h4 {
    position: relative;
    margin: -303px 0 0 540px;
  }

.v5 .txt1,
  .v5 .txt2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
  }

.v5 .txt1 {

    margin: 10px 0 0 540px;
  }

.v5 .txt1.title-anim {
    position: relative;
  }

.v5 .txt1.title-anim .bg-wrap {
      position: relative;
      display: inline-block;
      width: 444px;
      height: 178px;
    }

.v5 .txt1.title-anim .bg-wrap .cont {
        opacity: 0;
        background: url(../../resources/img/top/v5_txt1_bg_b9b23d033444c7f9893f49ba3446dd4c.png) left top no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-transform-origin: left center;
                transform-origin: left center;
        top: 0;
        left: 0;
      }

.v5 .txt1.title-anim .bg-wrap .inn {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
      }

.v5 .txt1.title-anim.run .cont {
        -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
      }

.v5 .txt1 .inn {
      padding: 29px 20px 0 32px;
    }

.v5 .ss2 {
    background: url(../../resources/img/top/v5_ss2_thumb_08c6f45de64b0d8015a9852e9fee5228.png);
    width: 539px;
    height: 309px;

    position: relative;
    margin: 77px 0 0 32px;
  }

.v5 .txt2 {

    margin: -393px 0 0 577px;
  }

.v5 .txt2.title-anim {
    position: relative;
  }

.v5 .txt2.title-anim .bg-wrap {
      position: relative;
      display: inline-block;
      width: 444px;
      height: 142px;
    }

.v5 .txt2.title-anim .bg-wrap .cont {
        opacity: 0;
        background: url(../../resources/img/top/v5_txt2_bg_ca166f815065b9ae27f0b09fb80e6f64.png) left top no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-transform-origin: left center;
                transform-origin: left center;
        top: 0;
        left: 0;
      }

.v5 .txt2.title-anim .bg-wrap .inn {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
      }

.v5 .txt2.title-anim.run .cont {
        -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
      }

.v5 .txt2 .inn {
      padding: 25px 20px 0 20px;
    }

.v6 {
  margin-top: 352px;
}

.v6 .v6-bg {
    background: url(../../resources/img/top/v6_bg_099a255c18c66166fefee30d21ac7838.png);
    width: 1134px;
    height: 1468px;

    position: absolute;
    top: 356px;
    left: -127px;
    z-index: -1;
    opacity: 0;
  }

.v6 .v6-bg.run {
      -webkit-animation: fadeInRight 0.5s both;
              animation: fadeInRight 0.5s both;
    }

.v6 h3 {
    text-align: center;
  }

.v6 .v6-catch {

    margin: -8px 0 0 253px;
  }

.v6 .v6-catch.title-anim {
    position: relative;
  }

.v6 .v6-catch.title-anim .bg-wrap {
      position: relative;
      display: inline-block;
    }

.v6 .v6-catch.title-anim .bg-wrap .cont {
        opacity: 0;
        width: 100%;
        height: 100%;
        background: #000;
        position: absolute;
        border-left: 1px solid #16bcce;
        border-right: 1px solid #507197;
        -webkit-transform-origin: left center;
                transform-origin: left center;
      }

.v6 .v6-catch.title-anim .bg-wrap .inn {
        color: #fff;
        display: inline-block;
        font-size: 28px;
        padding: 17px 35px;
        position: relative;
        z-index: 1;
      }

.v6 .v6-catch.title-anim .bg-wrap:first-child .cont:before {
            content: url(../../resources/img/top/v2_title_deco_1511a69c47dbc9c18685c675046e1207.png);
            position: absolute;
            top: 4px;
            left: 4px;
          }

.v6 .v6-catch.title-anim.run .cont {
        -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
      }

.v6 .v6-catch.title-anim.deco-none .bg-wrap:first-child .cont:before {
              content: none;
            }

.v6 .ss1 {
    background: url(../../resources/img/top/v6_ss1_thumb_fa0cf02d2e5b46bb74f7b70cd8253fa2.png);
    width: 539px;
    height: 309px;

    position: relative;
    margin: 24px 0 0 482px;
  }

.v6 h4.sub-title1 {
    width: 188px;
    position: relative;
    margin-top: -308px;
  }

.v6 .txt1,
  .v6 .txt2,
  .v6 .txt3,
  .v6 .txt4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
  }

.v6 .txt1 {

    margin: 9px 0 0 1px;
  }

.v6 .txt1.title-anim {
    position: relative;
  }

.v6 .txt1.title-anim .bg-wrap {
      position: relative;
      display: inline-block;
      width: 445px;
      height: 151px;
    }

.v6 .txt1.title-anim .bg-wrap .cont {
        opacity: 0;
        background: url(../../resources/img/top/v6_txt1_bg_1df3b502c931b2cb056489bb7e6b4eb1.png) left top no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-transform-origin: left center;
                transform-origin: left center;
        top: 0;
        left: 0;
      }

.v6 .txt1.title-anim .bg-wrap .inn {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
      }

.v6 .txt1.title-anim.run .cont {
        -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
      }

.v6 .txt1 .inn {
      padding: 28px 20px 0 32px;
    }

.v6 h4.sub-title2 {
    width: 160px;
    position: relative;
    margin: 160px 0 0 478px;
  }

.v6 .txt2 {

    margin: 9px 0 0 480px;
  }

.v6 .txt2.title-anim {
    position: relative;
  }

.v6 .txt2.title-anim .bg-wrap {
      position: relative;
      display: inline-block;
      width: 444px;
      height: 119px;
    }

.v6 .txt2.title-anim .bg-wrap .cont {
        opacity: 0;
        background: url(../../resources/img/top/v6_txt2_bg_fd787956019b4f994d224c5d8c86bae2.png) left top no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-transform-origin: left center;
                transform-origin: left center;
        top: 0;
        left: 0;
      }

.v6 .txt2.title-anim .bg-wrap .inn {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
      }

.v6 .txt2.title-anim.run .cont {
        -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
      }

.v6 .txt2 .inn {
      padding: 28px 20px 0 32px;
    }

.v6 .v6-movie-box {
    background: url(../../resources/img/top/v6_movie_frame_8faa1e4dd6d662cc246a72871eac30c8.png);
    width: 539px;
    height: 309px;

    position: relative;
    margin: 28px 0 0 482px;
    pointer-events: none;
  }

.v6 .v6-movie-box #v6-movie {
      width: 515px;
      height: 290px;
      position: absolute;
      top: 10px;
      left: 10px;
    }

.v6 .txt3 {

    margin: 12px 0 0 480px;
  }

.v6 .txt3.title-anim {
    position: relative;
  }

.v6 .txt3.title-anim .bg-wrap {
      position: relative;
      display: inline-block;
      width: 541px;
      height: 177px;
    }

.v6 .txt3.title-anim .bg-wrap .cont {
        opacity: 0;
        background: url(../../resources/img/top/v6_txt3_bg_951692565ff815da303f81e9e2b2ccea.png) left top no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-transform-origin: left center;
                transform-origin: left center;
        top: 0;
        left: 0;
      }

.v6 .txt3.title-anim .bg-wrap .inn {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
      }

.v6 .txt3.title-anim.run .cont {
        -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
      }

.v6 .txt3 .inn {
      padding: 28px 20px 0 32px;
    }

.v6 h4.sub-title3 {
    width: 673px;
    position: relative;
    margin-top: 30px;
  }

.v6 .txt4 {

    margin-top: 12px;
  }

.v6 .txt4.title-anim {
    position: relative;
  }

.v6 .txt4.title-anim .bg-wrap {
      position: relative;
      display: inline-block;
      width: 461px;
      height: 117px;
    }

.v6 .txt4.title-anim .bg-wrap .cont {
        opacity: 0;
        background: url(../../resources/img/top/v6_txt4_bg_867460b503fef8ad5f66e49843c54043.png) left top no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-transform-origin: left center;
                transform-origin: left center;
        top: 0;
        left: 0;
      }

.v6 .txt4.title-anim .bg-wrap .inn {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
      }

.v6 .txt4.title-anim.run .cont {
        -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
      }

.v6 .txt4 .inn {
      padding: 27px 10px 0 25px;
    }

.v6 .ss2 {
    position: relative;
    margin: 6px 0 0 243px;
  }

.v6 .v6-slider {
    width: 522px;
    height: 794px;
    position: absolute;
    top: 525px;
    left: -22px;
  }

.v6 .v6-slider .slick-arrow {
      top: 762px;
      z-index: 10;
    }

.v6 .v6-slider .slick-arrow:before {
        content: none;
      }

.v6 .v6-slider .slick-arrow.slick-disabled {
        display: none !important;
      }

.v6 .v6-slider .slick-prev {
      background: url(../../resources/img/top/prev_ee9e1c776c48414f9b9e63650e2dae40.png);
      width: 47px;
      height: 66px;

      left: 45px;
    }

.v6 .v6-slider .slick-next {
      background: url(../../resources/img/top/next_d3c01cbb5c3101a62eeb82115e9ef17d.png);
      width: 47px;
      height: 66px;

      right: 45px;
    }

.v6 .v6-bj {
    position: absolute;
    top: 1583px;
    left: 556px;
  }

.v6 .v6-bj #v6-bj-canvas {
      width: 200px;
      height: 350px;
      position: absolute;
      top: -113px;
      left: 205px;
    }

.v7 {
  margin-top: 72px;
}

.v7 .v7-bg {
    background: url(../../resources/img/top/v7_bg_9c3c95efe31e7b5dedd7be7851c6e617.png);
    width: 1013px;
    height: 1436px;

    position: absolute;
    top: -1000px;
    left: 70px;
    z-index: -1;
    opacity: 0;
  }

.v7 .v7-bg.run {
      -webkit-animation: fadeInLeft 0.5s both;
              animation: fadeInLeft 0.5s both;
    }

.v7 h3 {
    text-align: center;
  }

.v7 .v7-catch {

    margin: -8px 0 0 210px;
  }

.v7 .v7-catch.title-anim {
    position: relative;
  }

.v7 .v7-catch.title-anim .bg-wrap {
      position: relative;
      display: inline-block;
    }

.v7 .v7-catch.title-anim .bg-wrap .cont {
        opacity: 0;
        width: 100%;
        height: 100%;
        background: #000;
        position: absolute;
        border-left: 1px solid #16bcce;
        border-right: 1px solid #507197;
        -webkit-transform-origin: left center;
                transform-origin: left center;
      }

.v7 .v7-catch.title-anim .bg-wrap .inn {
        color: #fff;
        display: inline-block;
        font-size: 28px;
        padding: 17px 35px;
        position: relative;
        z-index: 1;
      }

.v7 .v7-catch.title-anim .bg-wrap:first-child .cont:before {
            content: url(../../resources/img/top/v2_title_deco_1511a69c47dbc9c18685c675046e1207.png);
            position: absolute;
            top: 4px;
            left: 4px;
          }

.v7 .v7-catch.title-anim.run .cont {
        -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
      }

.v7 .v7-catch.title-anim.deco-none .bg-wrap:first-child .cont:before {
              content: none;
            }

.v7 .ss {
    background: url(../../resources/img/top/v7_ss_thumb_73bcb604777b98c627960f3b464e5dc4.png);
    width: 539px;
    height: 309px;

    position: relative;
    margin: 24px 0 0 -4px;
  }

.v7 .txt {

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    position: relative;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    margin: -304px 0 0 542px;
  }

.v7 .txt.title-anim {
    position: relative;
  }

.v7 .txt.title-anim .bg-wrap {
      position: relative;
      display: inline-block;
      width: 480px;
      height: 241px;
    }

.v7 .txt.title-anim .bg-wrap .cont {
        opacity: 0;
        background: url(../../resources/img/top/v7_txt_bg_f2e0deb1bc159109f301c99fe6172a91.png) left top no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-transform-origin: left center;
                transform-origin: left center;
        top: 0;
        left: 0;
      }

.v7 .txt.title-anim .bg-wrap .inn {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
      }

.v7 .txt.title-anim.run .cont {
        -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
      }

.v7 .txt .inn {
      padding: 28px 20px 0 32px;
    }

.v8 {
  background: url(../../resources/img/top/v8_bg_33f323ab1accb6cfe986224d4d9e51e9.jpg) center top no-repeat;
  background-size: cover;
  margin-top: 143px;
  padding: 85px 0 50px;
}

.v8 h2 {
    background: url(../../resources/img/top/v8_title_line_a882cea2476b9b90d1b1e89a7842d440.png) center bottom no-repeat;
    width: 165px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 62px;
    color: #1ebfa0;
    position: relative;
    margin: auto;
    letter-spacing: 0.9rem;
    padding-bottom: 15px;
  }

.v8 .spec-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 99px;
  }

.v8 .spec-box .spec-list {
      margin: 0 145px 0 133px;
    }

.v8 .spec-box .spec-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 20px;
        margin-bottom: 15px;
      }

.v8 .spec-box .spec-list li .title {
          width: 136px;
          border-left: 1px solid #16bcce;
          background: #000;
          color: #32bac5;
          text-align: center;
          padding: 8px 0;
        }

.v8 .spec-box .spec-list li .body {
          border-right: 2px solid #507197;
          background: #fff;
          padding: 8px 20px;
        }

.v8 .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
  }

.v8 .btn-box a {

      margin: 0 17px;
    }

.v8 .btn-box .details-btn {
      background: url(../../resources/img/top/v8_details_btn_2cd5a6202f2ad4c0ef7e36063103b1dc.png);
      width: 400px;
      height: 86px;

      margin-top: 30px;
    }

.v8 .btn-box .pre-order-btn {
      background: url(../../resources/img/top/v8_pre_order_btn_ddb0605ee2e8a4cb96082a30e5c44422.png);
      width: 418px;
      height: 151px;

      position: relative;
    }

.v8 .btn-box .pre-order-btn .arrows {
        position: absolute;
        top: 55px;
        left: 46px;
      }

.float-facebook-btn {
  background: url(../../resources/img/top/fv_facebook_btn_130479d5649e2a81046788ebd7791ca0.png);
  width: 52px;
  height: 52px;

  position: fixed;
  top: 95px;
  left: 0;
  z-index: 100;
}

.float-instagram-btn {
  background: url(../../resources/img/top/fv_instagram_btn_42421ad6f04c39f87d40202c5166f9a3.png);
  width: 52px;
  height: 52px;

  position: fixed;
  top: 153px;
  left: 0;
  z-index: 100;
}

.float-news {
  width: 410px;
  height: 200px;
  position: fixed;
  top: 210px;
  left: -361px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;
}

.float-news .news-bg {
    background: url(../../resources/img/top/float_news_bg_a2c01b2abdfd772703f0cc0a09916e50.png) no-repeat;
    width: 410px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
  }

.float-news .float-news-btn {
    display: none;
  }

.float-news ul {
    width: 342px;
    height: 175px;
    margin: 12px 17px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }

.float-news ul li {
      width: 320px;
      margin-bottom: 10px;
    }

.float-news ul li:last-child {
        margin-bottom: 0;
      }

.float-news ul li a,
      .float-news ul li p {
        font-size: 16px;
        text-decoration: none;
        line-height: 1.6;
      }

.float-news ul li a span, .float-news ul li p span {
          display: block;
        }

.float-news ul li a .date, .float-news ul li p .date {
          color: #2fe2ff;
          margin-bottom: 5px;
        }

.float-news ul li a .title, .float-news ul li p .title {
          color: #fff;
        }

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

.chara-modal .modal-dialog {
    width: 640px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }

.chara-modal .modal-dialog .modal-close-btn {
      background: url(../../resources/img/sp/top/v4_slider/close_btn_baccbe9b30c80a867966be5ff1539f2b.png);
      width: 64px;
      height: 64px;

      position: absolute;
      top: 50px;
      right: 85px;
    }

.chara-modal .modal-dialog .chara-img {
      text-align: center;
    }

.chara-modal .modal-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    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);
    }

body {
    -webkit-animation: bgRoop 5s linear infinite;
            animation: bgRoop 5s linear infinite
}

.fv .pre-order-btn {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease
  }

    .fv .pre-order-btn:hover {
      opacity: 0.7;
    }

.fv .bnr-trial {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  }

    .fv .bnr-trial:hover {
      opacity: 0.7;
    }

.fv .pv {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  }

    .fv .pv:hover {
      opacity: 0.7;
    }

.v2 .open-privilege {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease
  }

    .v2 .open-privilege:hover {
      opacity: 0.7;
    }

.v2 .v2-privilege-contents .contents1 .details-btn1 {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
      }

    .v2 .v2-privilege-contents .contents1 .details-btn1:hover {
      opacity: 0.7;
    }

.v2 .v2-privilege-contents .contents1 .details-btn2 {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
      }

    .v2 .v2-privilege-contents .contents1 .details-btn2:hover {
      opacity: 0.7;
    }

.v3 .ss1 {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  }

    .v3 .ss1:hover {
      opacity: 0.7;
    }

.v3 .ss2 {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  }

    .v3 .ss2:hover {
      opacity: 0.7;
    }

.v3 .ss3 {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  }

    .v3 .ss3:hover {
      opacity: 0.7;
    }

.v4 .v4-slider .slider-items .profile-box .check-voice {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease
        }

    .v4 .v4-slider .slider-items .profile-box .check-voice:hover {
      opacity: 0.7;
    }
    .v4 .chara-btn-list a:nth-child(1):hover {
      background-position: left bottom !important;
    }
    .v4 .chara-btn-list a:nth-child(2):hover {
      background-position: left bottom !important;
    }
    .v4 .chara-btn-list a:nth-child(3):hover {
      background-position: left bottom !important;
    }
    .v4 .chara-btn-list a:nth-child(4):hover {
      background-position: left bottom !important;
    }
    .v4 .chara-btn-list a:nth-child(5):hover {
      background-position: left bottom !important;
    }
    .v4 .chara-btn-list a:nth-child(6):hover {
      background-position: left bottom !important;
    }
    .v4 .chara-btn-list a:nth-child(7):hover {
      background-position: left bottom !important;
    }
    .v4 .chara-btn-list a:nth-child(8):hover {
      background-position: left bottom !important;
    }
    .v4 .chara-btn-list a:nth-child(9):hover {
      background-position: left bottom !important;
    }
    .v4 .chara-btn-list a:nth-child(10):hover {
      background-position: left bottom !important;
    }
    .v4 .chara-btn-list a:nth-child(11):hover {
      background-position: left bottom !important;
    }
    .v4 .chara-btn-list a:nth-child(12):hover {
      background-position: left bottom !important;
    }
    .v4 .chara-btn-list a:nth-child(13):hover {
      background-position: left bottom !important;
    }

.v5 .ss1 {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  }

    .v5 .ss1:hover {
      opacity: 0.7;
    }

.v5 .ss2 {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  }

    .v5 .ss2:hover {
      opacity: 0.7;
    }

.v6 .ss1 {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  }

    .v6 .ss1:hover {
      opacity: 0.7;
    }

.v7 .ss {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  }

    .v7 .ss:hover {
      opacity: 0.7;
    }

.v8 .btn-box a {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    }

    .v8 .btn-box a:hover {
      opacity: 0.7;
    }

.v8 .btn-box .pre-order-btn {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease
    }

    .v8 .btn-box .pre-order-btn:hover {
      opacity: 0.7;
    }

.float-facebook-btn {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}

    .float-facebook-btn:hover {
      opacity: 0.7;
    }

.float-instagram-btn {
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}

    .float-instagram-btn:hover {
      opacity: 0.7;
    }
    .float-news:hover {
      left: 0;
    }
}

@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;
  }
  footer {
    padding: 30px 0;
  }

    footer .atlus-logo {
      margin: 0 32px 0 22px;
    }

    footer .vanillaware-logo {
      margin-right: 25px;
    }

    footer .copyright {
      width: 340px;
    }
  .main-visual {
    background: url(../../resources/img/sp/top/fv_main_visual_aa424b24cb1e388a5bf167f1959bb207.jpg) center top no-repeat;
    height: 850px;
  }

  .fv {
    height: 850px;
  }

    .fv .fv-contents {
      position: relative;
    }

    .fv .fv-catch-copy1 {

      padding-top: 15px;
    }
      .fv .fv-catch-copy1.title-anim {
    position: relative;
  }

    .fv .fv-catch-copy1.title-anim .bg-wrap {
      position: relative;
      display: inline-block;
      width: 379px;
      height: 34px;
    }

      .fv .fv-catch-copy1.title-anim .bg-wrap .cont {
        opacity: 0;
        background: url(../../resources/img/sp/top/fv_catch1_bg_73af6c58c041176ac3930e8f173b1c0c.png) left top no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-transform-origin: left center;
                transform-origin: left center;
        top: 0;
        left: 0;
      }

      .fv .fv-catch-copy1.title-anim .bg-wrap .inn {
        position: absolute;
        top: 5px;
        left: 12px;
        z-index: 1;
      }
      .fv .fv-catch-copy1.title-anim.run .cont {
        -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
      }
      .fv .fv-catch-copy2.title-anim {
    position: relative;
  }

    .fv .fv-catch-copy2.title-anim .bg-wrap {
      position: relative;
      display: inline-block;
      width: 350px;
      height: 50px;
    }

      .fv .fv-catch-copy2.title-anim .bg-wrap .cont {
        opacity: 0;
        background: url(../../resources/img/sp/top/fv_catch2_bg_cfac0201f18e1d4252cf8b6f57142503.png) left top no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-transform-origin: left center;
                transform-origin: left center;
        top: 0;
        left: 0;
      }

      .fv .fv-catch-copy2.title-anim .bg-wrap .inn {
        position: absolute;
        top: 12px;
        left: 15px;
        z-index: 1;
      }
      .fv .fv-catch-copy2.title-anim.run .cont {
        -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
      }

    .fv h1 {
      margin: 541px 54px 0 0;
    }

    .fv .release-date {

      margin: 14px 20px 0 0;
    }
      .fv .release-date.title-anim {
    position: relative;
  }

    .fv .release-date.title-anim .bg-wrap {
      position: relative;
      display: inline-block;
      width: 601px;
      height: 155px;
    }

      .fv .release-date.title-anim .bg-wrap .cont {
        opacity: 0;
        background: url(../../resources/img/sp/top/fv_release_date_bg_2d6487a3b345f79ba12353faf1ca05a8.png) left top no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-transform-origin: left center;
                transform-origin: left center;
        top: 0;
        left: 0;
      }

      .fv .release-date.title-anim .bg-wrap .inn {
        position: absolute;
        top: 25px;
        left: 27px;
        z-index: 1;
      }
      .fv .release-date.title-anim.run .cont {
        -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
      }

    .fv .pre-order-btn {
      margin: -4px auto 0;
    }

    .fv .bnr-trial {
      background: url(../../resources/img/sp/top/bnr_trial_0ec8e9441b9a1f97a8a6afc0ee64f378.png);
      width: 401px;
      height: 101px;

      top: 1050px;
      right: 115px;
    }

    .fv .pv {
      background: url(../../resources/img/sp/top/fv_pv_18dc73397140d31cce9aa7b667ef595d.png);
      width: 510px;
      height: 217px;

      top: 1185px;
      right: 65px;
    }

  .awards-contents {
    padding: 557px 0 15px;
  }

    .awards-contents .awards {
      padding: 0 12px;
    }
    .v2 .wrapper {
      padding: 8px 0 40px;
    }

    .v2 .v2-image {
      margin-top: -2px;
    }

    .v2 .v2-catch {
      margin-top: 10px;
    }

    .v2 .v2-main-txt {
      font-size: 23px;
      padding: 0 20px;
    }

    .v2 .open-privilege {
      margin: 45px auto 47px;
    }
      .v2 .v2-privilege-contents:before,
      .v2 .v2-privilege-contents:after {
        background: url(../../resources/img/sp/top/v2_line_adfe0dce19935cb929376659cd67947f.png) center top no-repeat;
        height: 10px;
      }

      .v2 .v2-privilege-contents h3 {
        margin-left: 15px;
      }

      .v2 .v2-privilege-contents h4 {
        margin: 0 0 8px 20px;
      }

      .v2 .v2-privilege-contents p {
        width: auto;
        padding: 0 20px;
      }

      .v2 .v2-privilege-contents .contents1 {
        margin-bottom: 490px;
      }

        .v2 .v2-privilege-contents .contents1 h3 {
          padding-top: 42px;
        }

        .v2 .v2-privilege-contents .contents1 .txt1 {
          margin-bottom: 415px;
        }

        .v2 .v2-privilege-contents .contents1 .image1 {
          top: 327px;
          left: 197px;
        }

        .v2 .v2-privilege-contents .contents1 .details-btn1 {
          background: url(../../resources/img/sp/top/v2_details_btn2_b6cb729a6c5661c408fed6642c54d5fc.png);
          width: 253px;
          height: 66px;

          top: 613px;
          left: 312px;
        }

        .v2 .v2-privilege-contents .contents1 .image2 {
          top: 963px;
          left: 106px;
        }

        .v2 .v2-privilege-contents .contents1 .details-btn2 {
          background: url(../../resources/img/sp/top/v2_details_btn2_b6cb729a6c5661c408fed6642c54d5fc.png);
          width: 253px;
          height: 66px;

          top: 1280px;
          left: 312px;
        }

      .v2 .v2-privilege-contents .contents2 {
        margin-bottom: 355px;
      }

        .v2 .v2-privilege-contents .contents2 .image {
          top: 222px;
          left: 135px;
        }

      .v2 .v2-privilege-contents .contents3 {
        margin-bottom: 60px;
      }

        .v2 .v2-privilege-contents .contents3 .catch {
          margin-bottom: 20px;
        }

        .v2 .v2-privilege-contents .contents3 .txt1 {
          margin-bottom: 48px;
        }

  .v3 {
    margin-top: 98px;
    padding-bottom: 210px;
  }

    .v3 .v3-bg {
      background: url(../../resources/img/sp/top/v3_bg_1bbc0edeeab36736ca33ac96a17a1a90.png);
      width: 640px;
      height: 1155px;

      top: -8px;
      left: 0;
    }

    .v3 h2 {
      background: url(../../resources/img/sp/top/v3_title_line_b80e1fd0c8bdff4479fd233a3e606236.png) center bottom no-repeat;
      width: 171px;
      font-family: 'Oswald', sans-serif;
      text-align: center;
      font-size: 48px;
      color: #1ebfa0;
      position: relative;
      margin: auto;
      letter-spacing: 0.8rem;
      padding-bottom: 10px;
    }

    .v3 .main-catch {

      margin: 86px 0 0 22px;
    }
      .v3 .main-catch.title-anim {
    position: relative;
  }

    .v3 .main-catch.title-anim .bg-wrap {
      position: relative;
      display: inline-block;
      width: 600px;
      height: 123px;
    }

      .v3 .main-catch.title-anim .bg-wrap .cont {
        opacity: 0;
        background: url(../../resources/img/sp/top/v3_catch_bg_f05d04267b7c9bb18b43cc2be14031d4.png) left top no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-transform-origin: left center;
                transform-origin: left center;
        top: 0;
        left: 0;
      }

      .v3 .main-catch.title-anim .bg-wrap .inn {
        position: absolute;
        top: 29px;
        left: 23px;
        z-index: 1;
      }
      .v3 .main-catch.title-anim.run .cont {
        -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
      }
      .v3 .v3-catch1.title-anim, .v3 .v3-catch2.title-anim, .v3 .v3-catch3.title-anim, .v3 .v3-catch4.title-anim {
    position: relative;
  }

    .v3 .v3-catch1.title-anim .bg-wrap, .v3 .v3-catch2.title-anim .bg-wrap, .v3 .v3-catch3.title-anim .bg-wrap, .v3 .v3-catch4.title-anim .bg-wrap {
      position: relative;
      display: inline-block;
    }

      .v3 .v3-catch1.title-anim .bg-wrap .cont, .v3 .v3-catch2.title-anim .bg-wrap .cont, .v3 .v3-catch3.title-anim .bg-wrap .cont, .v3 .v3-catch4.title-anim .bg-wrap .cont {
        opacity: 0;
        width: 100%;
        height: 100%;
        background: #000;
        position: absolute;
        border-left: 1px solid #16bcce;
        border-right: 1px solid #507197;
        -webkit-transform-origin: left center;
                transform-origin: left center;
      }

      .v3 .v3-catch1.title-anim .bg-wrap .inn, .v3 .v3-catch2.title-anim .bg-wrap .inn, .v3 .v3-catch3.title-anim .bg-wrap .inn, .v3 .v3-catch4.title-anim .bg-wrap .inn {
        color: #fff;
        display: inline-block;
        font-size: 25px;
        padding: 15px 35px;
        position: relative;
        z-index: 1;
      }
          .v3 .v3-catch1.title-anim .bg-wrap:first-child .cont:before, .v3 .v3-catch2.title-anim .bg-wrap:first-child .cont:before, .v3 .v3-catch3.title-anim .bg-wrap:first-child .cont:before, .v3 .v3-catch4.title-anim .bg-wrap:first-child .cont:before {
            content: url(../../resources/img/top/v2_title_deco_1511a69c47dbc9c18685c675046e1207.png);
            position: absolute;
            top: 4px;
            left: 4px;
          }
      .v3 .v3-catch1.title-anim.run .cont, .v3 .v3-catch2.title-anim.run .cont, .v3 .v3-catch3.title-anim.run .cont, .v3 .v3-catch4.title-anim.run .cont {
        -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
      }
            .v3 .v3-catch1.title-anim.deco-none .bg-wrap:first-child .cont:before, .v3 .v3-catch2.title-anim.deco-none .bg-wrap:first-child .cont:before, .v3 .v3-catch3.title-anim.deco-none .bg-wrap:first-child .cont:before, .v3 .v3-catch4.title-anim.deco-none .bg-wrap:first-child .cont:before {
              content: none;
            }

    .v3 .v3-catch1 {
      top: 295px;
      left: 20px;
    }
        .v3 .v3-catch1 .bg-wrap:last-child {
          margin-left: 15px;
        }

    .v3 .ss1 {
      margin: 104px 0 0 84px;
    }

    .v3 .ss2 {
      margin: 32px 0 0 22px;
    }

    .v3 .v3-catch2 {
      top: 988px;
      left: 62px;
    }
        .v3 .v3-catch2 .bg-wrap:last-child {
          margin-left: 240px;
        }

      .v3 .v3-catch2.v-pc {
        display: none;
      }

      .v3 .v3-catch2.v-sp {
        display: block;
      }

    .v3 .ss3 {
      margin: 128px 0 0 92px;
    }

    .v3 .v3-catch3 {
      top: 1425px;
      left: 20px;
    }
        .v3 .v3-catch3 .bg-wrap:last-child {
          margin-left: 15px;
        }

    .v3 .v3-catch4 {
      top: 1555px;
      left: 80px;
    }
        .v3 .v3-catch4 .bg-wrap:last-child {
          margin-left: 140px;
        }

  .v4 {
    margin-top: 86px;
  }

    .v4 .v4-bg {
      background: url(../../resources/img/sp/top/v4_bg_82ab3405f85794d42b66a20c07899538.png);
      width: 640px;
      height: 1006px;

      top: 550px;
      left: 0;
    }

    .v4 h2 {
      background: url(../../resources/img/sp/top/v4_title_line_f72808a2ebca82eb4a5109362b9506df.png) center bottom no-repeat;
      width: 320px;
      font-family: 'Oswald', sans-serif;
      text-align: center;
      font-size: 48px;
      color: #1ebfa0;
      position: relative;
      margin: auto;
      letter-spacing: 0.8rem;
      padding-bottom: 10px;
    }

    .v4 .v4-slider {
      width: 640px;
      height: 1047px;
      margin: 30px 0 0 0;
    }

      .v4 .v4-slider .slick-arrow {
        top: 435px;
      }

      .v4 .v4-slider .slick-prev {
        left: 20px;
      }

      .v4 .v4-slider .slick-next {
        right: 20px;
      }
        .v4 .v4-slider .slider-items .img-box {
          left: 55px;
        }

        .v4 .v4-slider .slider-items .catch-box {
          top: 672px;
          left: 20px;
        }

        .v4 .v4-slider .slider-items .profile-box {
          top: 796px;
          left: 50px;
        }

        .v4 .v4-slider .slider-items .check-btn {
          background: url(../../resources/img/sp/top/v4_slider/check_btn_7228ac2169a4d2a92344d0b3a9925e42.png);
          width: 197px;
          height: 64px;

          display: block;
          position: absolute;
          top: 590px;
          left: 423px;
          outline: 0;
        }

    .v4 .chara-btn-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 50px 0 0 2px;
    }

      .v4 .chara-btn-list a {
        margin: 0 7px 20px;
      }

    .v4 .sub-chara {
      margin: 19px 0 0 57px;
    }

    .v4 .sub-chara-txt {
      margin: 15px 0 0 46px;
    }

  .v5 {
    margin-top: 100px;
  }

    .v5 .v5-bg {
      background: url(../../resources/img/sp/top/v5_bg_c68b8c8ba276577f5f26e93b9ebd4c9f.png);
      width: 640px;
      height: 1664px;

      top: 305px;
      left: 0;
    }

    .v5 h2 {
      background: url(../../resources/img/sp/top/v5_title_line_723dbc67d7aa5cecdb7386bbafae208c.png) center bottom no-repeat;
      width: 207px;
      font-family: 'Oswald', sans-serif;
      text-align: center;
      font-size: 48px;
      color: #1ebfa0;
      position: relative;
      margin: auto;
      letter-spacing: 0.8rem;
      padding-bottom: 10px;
    }

    .v5 h3 {
      margin-top: 93px;
    }

    .v5 .v5-catch {

      margin: -10px 0 0 85px;
    }
      .v5 .v5-catch.title-anim {
    position: relative;
  }

    .v5 .v5-catch.title-anim .bg-wrap {
      position: relative;
      display: inline-block;
    }

      .v5 .v5-catch.title-anim .bg-wrap .cont {
        opacity: 0;
        width: 100%;
        height: 100%;
        background: #000;
        position: absolute;
        border-left: 1px solid #16bcce;
        border-right: 1px solid #507197;
        -webkit-transform-origin: left center;
                transform-origin: left center;
      }

      .v5 .v5-catch.title-anim .bg-wrap .inn {
        color: #fff;
        display: inline-block;
        font-size: 28px;
        padding: 17px 35px;
        position: relative;
        z-index: 1;
      }
          .v5 .v5-catch.title-anim .bg-wrap:first-child .cont:before {
            content: url(../../resources/img/top/v2_title_deco_1511a69c47dbc9c18685c675046e1207.png);
            position: absolute;
            top: 4px;
            left: 4px;
          }
      .v5 .v5-catch.title-anim.run .cont {
        -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
      }
            .v5 .v5-catch.title-anim.deco-none .bg-wrap:first-child .cont:before {
              content: none;
            }

    .v5 .ss1 {
      margin: 6px 0 0 21px;
    }

    .v5 h4 {
      margin: 7px 0 0 22px;
    }

    .v5 .txt1 {
      margin: 10px 0 0 25px;
    }

    .v5 .ss2 {
      margin: 27px 0 0 53px;
    }

    .v5 .txt2 {
      margin: 10px 0 0 62px;
    }

  .v6 {
    margin-top: 95px;
  }

    .v6 .v6-bg {
      background: url(../../resources/img/sp/top/v6_bg_e4f140c10c738603ab99a50907647ddf.png);
      width: 640px;
      height: 1468px;

      top: 186px;
      left: 0;
    }

    .v6 .v6-catch {
      margin: -13px 0 0 60px;
    }

    .v6 .ss1 {
      margin: 4px 0 0 84px;
    }

    .v6 h4.sub-title1 {
      margin: 12px 0 0 20px;
    }

    .v6 .txt1 {
      margin: 9px 0 0 22px;
    }

    .v6 h4.sub-title2 {
      margin: 17px 0 0 175px;
    }

    .v6 .txt2 {
      margin: 9px 0 0 175px;
      z-index: 2;
    }

    .v6 .v6-movie-box {
      background: url(../../resources/img/sp/top/v6_movie_frame_42fb25516ba22940baa000c13e7d1e13.png);
      width: 290px;
      height: 166px;

      margin: 12px 0 0 328px;
      z-index: 2;
    }

      .v6 .v6-movie-box #v6-movie {
        width: 278px;
        height: 156px;
        top: 5px;
        left: 5px;
      }

    .v6 .txt3 {

      margin: 12px 0 0 327px;
      z-index: 2;
    }
      .v6 .txt3.title-anim {
    position: relative;
  }

    .v6 .txt3.title-anim .bg-wrap {
      position: relative;
      display: inline-block;
      width: 292px;
      height: 299px;
    }

      .v6 .txt3.title-anim .bg-wrap .cont {
        opacity: 0;
        background: url(../../resources/img/sp/top/v6_txt3_bg_e58fbf1111230b48efd7f0f5be7aa1d4.png) left top no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-transform-origin: left center;
                transform-origin: left center;
        top: 0;
        left: 0;
      }

      .v6 .txt3.title-anim .bg-wrap .inn {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
      }
      .v6 .txt3.title-anim.run .cont {
        -webkit-animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
                animation: titleAnim 1s cubic-bezier(0.22, 1, 0.36, 1) both;
      }

      .v6 .txt3 .inn {
        padding: 28px 20px 0 32px;
      }

    .v6 h4.sub-title3 {
      margin: 35px 0 0 22px;
    }

    .v6 .txt4 {
      margin: 12px 0 0 20px;
    }

    .v6 .ss2 {
      margin: 5px 0 0 52px;
    }

    .v6 .v6-slider {
      width: 367px;
      height: 556px;
      top: 900px;
      left: 4px;
    }

      .v6 .v6-slider .slick-arrow {
        top: 503px;
        -webkit-transform: scale(0.7);
                transform: scale(0.7);
      }

      .v6 .v6-slider .slick-prev {
        left: 28px;
      }

      .v6 .v6-slider .slick-next {
        right: 28px;
      }

    .v6 .v6-bj {
      top: 2029px;
      left: 280px;
    }

  .v7 {
    margin-top: 148px;
  }

    .v7 .v7-bg {
      background: url(../../resources/img/sp/top/v7_bg_efe535c876324672b0ff30bcd0d4f2ed.png);
      width: 640px;
      height: 1436px;

      top: -1300px;
      left: 0;
    }

    .v7 .v7-catch {
      margin: -10px 0 0 18px;
    }

    .v7 .ss {
      margin: 16px 0 0 21px;
    }

    .v7 .txt {
      margin: 3px 0 0 140px;
    }

  .v8 {
    background: url(../../resources/img/sp/top/v8_bg_6888aaf1d00e3c63e8c15e611908b03f.jpg) center top no-repeat;
    margin-top: 80px;
    padding: 97px 0 57px;
  }

    .v8 h2 {
      background: url(../../resources/img/sp/top/v8_title_line_aeadbeb504592d085361a267367aa32a.png) center bottom no-repeat;
      width: 132px;
      font-family: 'Oswald', sans-serif;
      text-align: center;
      font-size: 48px;
      color: #1ebfa0;
      position: relative;
      margin: auto;
      letter-spacing: 0.8rem;
      padding-bottom: 10px;
    }

    .v8 .spec-box {
      margin-top: 99px;
    }

      .v8 .spec-box .spec-list {
        margin: 0 45px 0 22px;
      }

        .v8 .spec-box .spec-list li {
          margin-bottom: 12px;
        }

          .v8 .spec-box .spec-list li .title {
            width: 123px;
            padding: 7px 0;
          }

          .v8 .spec-box .spec-list li .body {
            padding: 7px 10px;
          }

            .v8 .spec-box .spec-list li .body.ls3 {
              letter-spacing: -3px;
            }

    .v8 .btn-box {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 80px;
    }

      .v8 .btn-box a {
        margin: 0;
      }

      .v8 .btn-box .details-btn {
        margin: 0 0 10px;
      }
    .float-news.open {
      left: 0;
    }

    .float-news .float-news-btn {
      display: block;
      position: absolute;
      top: 0;
      right: -30px;
      width: 80px;
      height: 200px;
      z-index: 10;
    }
}
