@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

section {
  position: relative;
}

canvas {
  pointer-events: none;
}

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

.disp-none {
  display: none;
}

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

main {
  display: block;
}

a {
  cursor: pointer;
  outline: none;
}

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

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

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

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

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

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

.star {
  z-index: 25;
}

.black {
  z-index: 20;
}

.frame {
  z-index: 15;
}

.shadow {
  z-index: 5;
}

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

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

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

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

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

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

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

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

  bottom: 122px;
  right: 0;
}

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

  bottom: 25px;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.loading {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  color: #fff;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  overflow: hidden;
  z-index: 1000;
  -webkit-transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loading.hide {
    opacity: 0;
  }

.loading .i1 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -100px;
    pointer-events: none;
    -webkit-transform: rotate(40deg) scale(0.5);
            transform: rotate(40deg) scale(0.5);
    opacity: 0;
  }

.loading .i1.run {
      -webkit-animation: i1 0.6s forwards;
              animation: i1 0.6s forwards;
    }

.loading .i2 {
    width: 300px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 50px 0 0 -150px;
    pointer-events: none;
    -webkit-transform: rotate(-40deg) scale(0.5);
            transform: rotate(-40deg) scale(0.5);
    opacity: 0;
  }

.loading .i2.run {
      -webkit-animation: i2 0.6s forwards;
              animation: i2 0.6s forwards;
    }

@-webkit-keyframes i1 {
  0% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(40deg) scale(0.5);
            transform: rotate(40deg) scale(0.5);
    opacity: 0;
  }

  14% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-14.8deg) scale(1.185);
            transform: rotate(-14.8deg) scale(1.185);
    opacity: 1.37;
  }

  28% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(6.4deg) scale(0.92);
            transform: rotate(6.4deg) scale(0.92);
    opacity: 0.84;
  }

  46% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-1.6deg) scale(1.02);
            transform: rotate(-1.6deg) scale(1.02);
    opacity: 1.04;
  }

  58% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0.656deg) scale(0.9918);
            transform: rotate(0.656deg) scale(0.9918);
    opacity: 0.9836;
  }

  74% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-0.232deg) scale(1.0029);
            transform: rotate(-0.232deg) scale(1.0029);
    opacity: 1.0058;
  }

  89% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0.08deg) scale(0.999);
            transform: rotate(0.08deg) scale(0.999);
    opacity: 0.998;
  }

  100% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}

@keyframes i1 {
  0% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(40deg) scale(0.5);
            transform: rotate(40deg) scale(0.5);
    opacity: 0;
  }

  14% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-14.8deg) scale(1.185);
            transform: rotate(-14.8deg) scale(1.185);
    opacity: 1.37;
  }

  28% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(6.4deg) scale(0.92);
            transform: rotate(6.4deg) scale(0.92);
    opacity: 0.84;
  }

  46% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-1.6deg) scale(1.02);
            transform: rotate(-1.6deg) scale(1.02);
    opacity: 1.04;
  }

  58% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0.656deg) scale(0.9918);
            transform: rotate(0.656deg) scale(0.9918);
    opacity: 0.9836;
  }

  74% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-0.232deg) scale(1.0029);
            transform: rotate(-0.232deg) scale(1.0029);
    opacity: 1.0058;
  }

  89% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0.08deg) scale(0.999);
            transform: rotate(0.08deg) scale(0.999);
    opacity: 0.998;
  }

  100% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes i2 {
  0% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-40deg) scale(0.5);
            transform: rotate(-40deg) scale(0.5);
    opacity: 0;
  }

  14% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(14.8deg) scale(1.185);
            transform: rotate(14.8deg) scale(1.185);
    opacity: 1.37;
  }

  28% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-6.4deg) scale(0.92);
            transform: rotate(-6.4deg) scale(0.92);
    opacity: 0.84;
  }

  46% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(1.6deg) scale(1.02);
            transform: rotate(1.6deg) scale(1.02);
    opacity: 1.04;
  }

  58% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-0.656deg) scale(0.9918);
            transform: rotate(-0.656deg) scale(0.9918);
    opacity: 0.9836;
  }

  74% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0.232deg) scale(1.0029);
            transform: rotate(0.232deg) scale(1.0029);
    opacity: 1.0058;
  }

  89% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-0.08deg) scale(0.999);
            transform: rotate(-0.08deg) scale(0.999);
    opacity: 0.998;
  }

  100% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}

@keyframes i2 {
  0% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-40deg) scale(0.5);
            transform: rotate(-40deg) scale(0.5);
    opacity: 0;
  }

  14% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(14.8deg) scale(1.185);
            transform: rotate(14.8deg) scale(1.185);
    opacity: 1.37;
  }

  28% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-6.4deg) scale(0.92);
            transform: rotate(-6.4deg) scale(0.92);
    opacity: 0.84;
  }

  46% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(1.6deg) scale(1.02);
            transform: rotate(1.6deg) scale(1.02);
    opacity: 1.04;
  }

  58% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-0.656deg) scale(0.9918);
            transform: rotate(-0.656deg) scale(0.9918);
    opacity: 0.9836;
  }

  74% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0.232deg) scale(1.0029);
            transform: rotate(0.232deg) scale(1.0029);
    opacity: 1.0058;
  }

  89% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(-0.08deg) scale(0.999);
            transform: rotate(-0.08deg) scale(0.999);
    opacity: 0.998;
  }

  100% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}

header {
  background: url(../../resources/img/common/header_bg_d257d2886cad7e18b1c76aaf32506d98.png) center top no-repeat;
  height: 83px;
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

header.disp-enabled {
    position: fixed;
    top: -100px;
  }

header.disp {
    top: 0;
  }

header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 93px;
  }

header .nav li {
      position: relative;
    }

header .nav li.new a:after {
            content: url(../../resources/img/common/h_new_009e5ef80c933523382a631c4a5da040.png);
            position: absolute;
            top: -10px;
            right: 0;
            width: 64px;
            height: 43px;
            -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
            transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
          }

header .nav li.new:nth-child(2) a:after {
              top: 0;
            }

header .nav li a {
        display: block;
      }

header .nav li a img {
          -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
        }

header .nav li a:hover {
          opacity: 1;
        }

header .nav li a:hover img {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
                    transform: scale3d(1.1, 1.1, 1.1);
          }

header .nav li:nth-child(1) {
        margin: 2px 0 0 9px;
      }

header .nav li:nth-child(2) {
        margin: -13px 0 0 -3px;
      }

header .nav li:nth-child(3) {
        margin: -11px 0 0 -3px;
      }

header .nav li:nth-child(4) {
        margin: -1px 0 0 -12px;
      }

header .nav li:nth-child(5) {
        margin: -7px 0 0 -4px;
      }

header .nav li:nth-child(6) {
        margin: -7px 0 0 -9px;
      }

header .nav li:nth-child(7) {
        margin: -2px 0 0 -5px;
      }

footer {
  position: relative;
  height: 450px;
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 67px;
  z-index: 20;
}

footer a {
    display: inline-block;
  }

footer .footer-wrapper {
    width: 640px;
    margin: 0 auto;
  }

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

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

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

body {
  background: #000;
}

header {
  top: -100px;
}

header.run {
    top: 0;
  }

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

header.run .nav.top {
        opacity: 1;
      }

header.run .nav li.new a:after {
              -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s;
              transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s;
              opacity: 1;
            }

header.run .nav li a {
          opacity: 1;
          margin-top: 0 !important;
        }

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

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

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

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

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

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

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

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

header.disp {
    top: 0;
  }

header .nav {
    opacity: 0;
  }

header .nav.run {
      opacity: 1;
    }

header .nav li {
      position: relative;
      margin-left: 10px;
    }

header .nav li.new a:after {
            opacity: 0;
          }

header .nav li a {
        opacity: 0;
      }

header .nav li:nth-child(1) a {
          margin-top: 115px;
        }

header .nav li:nth-child(2) a {
          margin-top: -115px;
        }

header .nav li:nth-child(3) a {
          margin-top: -115px;
        }

header .nav li:nth-child(4) a {
          margin-top: -115px;
        }

header .nav li:nth-child(5) a {
          margin-top: -115px;
        }

header .nav li:nth-child(6) a {
          margin-top: -115px;
        }

header .nav li:nth-child(7) a {
          margin-top: -115px;
        }

header.end a {
      -webkit-transition: 0.1s ease-in-out 0s !important;
      transition: 0.1s ease-in-out 0s !important;
    }

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

.shadow-text {
  position: relative;
  z-index: 10;
}

.open {
  z-index: 30;
}

.new {
  z-index: 30;
}

.title {
  z-index: 28;
}

.text-box {
  position: relative;
}

.text-box p {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

.ss-wrapper {
  position: relative;
}

.ss-wrapper .ss {
    display: inline-block;
    position: relative;
  }

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

.ss-wrapper .ss .frame {
      top: 0;
      left: 0;
    }

.ss-wrapper .ss .star {
      top: 0;
      left: 0;
    }

.ss-wrapper .ss .open {
      position: absolute;
      top: 0;
      left: 0;
    }

.ss-wrapper .ss .new {
      position: absolute;
      top: 0;
      left: 0;
    }

main {
  overflow: hidden;
  padding-top: 83px;
}

main .bg-top {
    background: url(../../resources/img/top/bg_top_5349e1a376a081228afb8211dbfff169.png) no-repeat;
    width: 1280px;
    height: 248px;

    position: absolute;
    width: 100vw;
    top: 43px;
    left: 0;
    right: 0;
    z-index: 5;
    background-size: 100% 100%;
    height: 50px;
  }

main section {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }

main #kv-canvas {
    width: 100vw;
    height: 669px;
    position: absolute;
    top: 43px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
  }

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

main .bg-red-line {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 10;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: height 2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

main .bg-red-line.run {
      height: 13318px;
    }

main .bg-red-line img {
      margin-left: -322px;
    }

main .bg-red-shadow {
    background: url(../../resources/img/top/bg_red_dot_c9fff8f1c82b76625a271e2a2cc3be14.png) center top no-repeat;
    width: 100%;
    min-width: 1024px;
    height: 13690px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
  }

main section.first-view {
    position: relative;
    z-index: 20;
    margin-top: -30px;
    min-height: 675px;
  }

main section.first-view .fv-ps4-logo {
      position: absolute;
      top: 30px;
      right: 8px;
      z-index: 6;
      opacity: 0;
      -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

main section.first-view .fv-ps4-logo.run {
        opacity: 1;
      }

main section.first-view h1 {
      position: absolute;
      top: 373px;
      left: 371px;
    }

main section.first-view .fv-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }

main section.first-view .fv-content .column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
      }

main section.first-view .fv-content .column:nth-child(1) {
        padding-top: 101px;
      }

main section.first-view .fv-content .column:nth-child(2) {
        padding-top: 135px;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
      }

main section.first-view .fv-copy1 {
      position: relative;
      z-index: 6;
      opacity: 0;
      -webkit-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
      -webkit-transform: translate3d(0, -50px, 0);
              transform: translate3d(0, -50px, 0);
    }

main section.first-view .fv-copy1.run {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }

main section.first-view .fv-copy2 {
      margin: -12px 0 0 27px;
      position: relative;
      z-index: 6;
      opacity: 0;
      -webkit-transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
      -webkit-transform: translate3d(0, -50px, 0);
              transform: translate3d(0, -50px, 0);
    }

main section.first-view .fv-copy2.run {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }

main section.first-view .pv {
      display: inline-block;
      margin: 0 0 0 12px;
      position: relative;
      width: 289px;
      height: 194px;
      opacity: 0;
    }

main section.first-view .pv.run {
        opacity: 1;
      }

main section.first-view .pv .mask {
        width: 289px;
        height: 170px;
        position: absolute;
        top: 24px;
        left: 0;
        z-index: 5;
        background: rgba(0, 0, 0, 0.4);
      }

main section.first-view .pv .pv-player {
        position: absolute;
        top: 24px;
        left: 0;
        width: 289px;
        height: 170px;
        z-index: 3;
      }

main section.first-view .pv .thumbnail {
        position: relative;
        z-index: 8;
      }

main section.first-view .pv .star {
        top: -26px;
        left: -42px;
      }

main section.first-view .pv .new {
        position: absolute;
        top: -19px;
        left: 202px;
      }

main section.first-view .official-twitter-btn {
      display: inline-block;
      margin: 10px 0 0 0;
      position: relative;
    }

main section.first-view .official-twitter-btn .star {
        top: 10px;
        left: -5px;
      }

main section.first-view .official-twitter-btn .text {
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      }

main section.first-view .on-sale {
      position: relative;
      margin-right: -10px;
    }

main section.first-view .on-sale #on-sale-canvas {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 15;
      }

main section.first-view .on-sale img {
        position: relative;
        z-index: 10;
      }

main section.first-view .pre-order-btn {
      display: inline-block;
      margin: 48px -54px 0 0;
      position: relative;
    }

main section.first-view .pre-order-btn .star {
        top: -6px;
        left: -28px;
      }

main section.first-view .pre-order-btn .text {
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      }

main section.first-view .to-dl-btn {
      display: inline-block;
      margin: 17px -9px 0 0;
      position: relative;
    }

main section.first-view .to-dl-btn .star {
        top: -11px;
        left: 0;
      }

main section.first-view .to-dl-btn .text {
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      }

main section.information {
    margin-top: -25px;
    height: 450px;
    position: relative;
    z-index: 20;
  }

main section.information .news {
      position: relative;
    }

main section.information .news .news-title {
        margin: 0 0 0 62px;
        position: relative;
        z-index: 2;
      }

main section.information .news .news-container {
        position: relative;
        margin: -54px 0 0 57px;
      }

main section.information .news .news-container .news-bg {
          position: relative;
        }

main section.information .news .news-container .frame {
          top: 0;
          left: 0;
        }

main section.information .news .news-container .star {
          top: -43px;
          left: -42px;
        }

main section.information .news .news-container ul {
          padding: 57px 80px 0 40px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 30;
        }

main section.information .news .news-container ul li a {
              font-size: 100%;
              color: #fff;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: no-wrap;
                  flex-wrap: no-wrap;
              line-height: 1.4rem;
              text-decoration: none;
            }

main section.information .news .news-container ul li a:hover {
                opacity: 1;
                text-decoration: underline;
              }

main section.information .news .news-container ul li a .news-date {
                margin-right: 20px;
              }

main section.information .news .news-container ul li a .news-text {
                width: 730px;
              }

main section.information .news .news-container ul li + li {
            margin-top: 0.5rem;
          }

main section.information .next-info-contents {
      opacity: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      position: relative;
      margin: 0;
      z-index: 35;
    }

main section.information .next-info-contents .next-information {
        display: block;
        margin: 28px 0 0 -10px;
      }

main section.information .next-info-contents.run {
        opacity: 1;
      }

main section.information .next-info-contents.run .next-information .text {
            -webkit-animation: swingAnimation 4s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
                    animation: swingAnimation 4s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
          }

main section.information .next-info-contents .bnr-research {
        position: absolute;
        top: 45px;
        left: 482px;
      }

main section.information .next-info-contents .bnr-faq {
        margin: 132px 0 0 43px;
      }

main section.information .next-info-contents .to-dlc-btn {
        margin: 43px 0 0 74px;
      }

main section.introduction {
    height: 1087px;
    margin-top: 50px;
    position: relative;
    z-index: 20;
  }

main section.introduction h2 {
      margin-left: 465px;
      position: relative;
      z-index: 25;
    }

main section.introduction h2 .star {
        top: -28px;
        left: -16px;
        z-index: 20;
      }

main section.introduction .intro-ss {
      margin: -286px 0 0 48px;
      position: relative;
      z-index: 20;
    }

main section.introduction .intro-ss .shadow {
        top: -5px;
        left: -5px;
      }

main section.introduction .intro-ss .intro-ss-image {
        position: relative;
        z-index: 10;
        left: -2px;
      }

main section.introduction .intro-ss .star {
        top: -89px;
        left: -107px;
      }

main section.introduction .intro-ss .black-mask {
        display: none;
        position: absolute;
        top: 0;
        left: -2px;
        z-index: 8;
      }

main section.introduction .intro-text-wrapper {
      position: relative;
      z-index: 25;
    }

main section.introduction .intro-text-wrapper p {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        color: #fff;
        font-size: 17px;
        line-height: 1.7;
      }

main section.introduction .intro-text-wrapper .intro-text1 {
        position: relative;
        margin: -154px 0 0 0;
      }

main section.introduction .intro-text-wrapper .intro-text1 .shadow {
          top: 4px;
          left: 7px;
        }

main section.introduction .intro-text-wrapper .intro-text1 p {
          background: url(../../resources/img/top/intro_text1_bg_50a42ad9df364d2677286efc1ad0b58f.png) left top no-repeat;
          height: 79px;
          width: 435px;
          position: relative;
          padding: 12px 0 0 15px;
        }

main section.introduction .intro-text-wrapper .intro-text2 {
        position: relative;
        margin: 2px 0 0 58px;
      }

main section.introduction .intro-text-wrapper .intro-text2 .shadow {
          top: 4px;
          left: 7px;
        }

main section.introduction .intro-text-wrapper .intro-text2 p {
          background: url(../../resources/img/top/intro_text2_bg_80e10258258af262d4ad999887995d21.png);
          height: 116px;
          width: 440px;
          position: relative;
          padding: 12px 0 0 15px;
        }

main section.introduction .intro-text-wrapper .intro-text3 {
        position: relative;
        margin: 3px 0 0 0;
      }

main section.introduction .intro-text-wrapper .intro-text3 .shadow {
          top: 4px;
          left: 7px;
        }

main section.introduction .intro-text-wrapper .intro-text3 p {
          background: url(../../resources/img/top/intro_text3_bg_13a80edc35e576a414e49751b1be4e32.png);
          height: 41px;
          width: 443px;
          position: relative;
          padding: 8px 0 0 15px;
        }

main section.introduction .carousel {
      width: 1818px;
      height: 360px;
      margin-left: -397px;
      margin-top: 18px;
      position: relative;
      z-index: 30;
      overflow: hidden;
      padding: 20px;
    }

main section.introduction .carousel .slick-list {
        overflow: visible;
      }

main section.introduction .carousel .slick-slide {
        margin-right: 40px;
      }

main section.introduction .carousel .slick-prev,
      main section.introduction .carousel .slick-next {
        top: 117px;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        z-index: 2;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
      }

main section.introduction .carousel .slick-prev:hover, main section.introduction .carousel .slick-next:hover {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05);
        }

main section.introduction .carousel .slick-prev {
        left: 530px;
        background: url(../../resources/img/top/carousel_arrow_left_d50eff8ea01ca14027160e477674b976.png);
        width: 62px;
        height: 99px;
      }

main section.introduction .carousel .slick-prev:before {
          content: none;
        }

main section.introduction .carousel .slick-next {
        right: 530px;
        background: url(../../resources/img/top/carousel_arrow_right_f4a28f00e370ada18debf1dd5c84a46e.png);
        width: 62px;
        height: 99px;
      }

main section.introduction .carousel .slick-next:before {
          content: none;
        }

main section.royal1 {
    height: 2737px;
    padding-top: 18px;
    position: relative;
    z-index: 20;
  }

main section.royal1 .section-number {
      margin: -51px 0 0 -75px;
      position: relative;
      z-index: 10;
    }

main section.royal1 .section-number .text {
        position: absolute;
        top: 255px;
        left: 77px;
      }

main section.royal1 h2 {
      position: relative;
      margin: -290px 0 0 176px;
      z-index: 15;
    }

main section.royal1 h2 .star {
        top: -45px;
        left: -43px;
      }

main section.royal1 .chara-wrapper {
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      z-index: 20;
    }

main section.royal1 .chara-wrapper .chara-image {
        position: absolute;
        z-index: 10;
      }

main section.royal1 .chara-wrapper .chara-image .visual {
          position: relative;
          opacity: 0;
          -webkit-transform: translateX(-10px);
                  transform: translateX(-10px);
          -webkit-transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        }

main section.royal1 .chara-wrapper .chara-image .visual.run {
            opacity: 1;
            -webkit-transform: translateX(0);
                    transform: translateX(0);
          }

main section.royal1 .chara-wrapper .chara-image .shadow {
          top: 0;
          left: 11px;
          opacity: 0;
          -webkit-transform: translateX(-10px);
                  transform: translateX(-10px);
          -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition: -webkit-transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition: transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition: transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        }

main section.royal1 .chara-wrapper .chara-image .shadow.show {
            opacity: 1;
          }

main section.royal1 .chara-wrapper .chara-image .shadow.run {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
          }

main section.royal1 .chara-wrapper .chara-name {
        position: relative;
        z-index: 15;
      }

main section.royal1 .chara-wrapper .chara-name .cv,
        main section.royal1 .chara-wrapper .chara-name .name-en {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 30;
          opacity: 0;
          -webkit-transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        }

main section.royal1 .chara-wrapper .chara-name .cv.run, main section.royal1 .chara-wrapper .chara-name .name-en.run {
            opacity: 1;
          }

main section.royal1 .chara-wrapper .chara-description {
        position: relative;
        z-index: 15;
      }

main section.royal1 .chara-wrapper .chara-description p {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          position: relative;
          color: #fff;
          font-size: 18px;
          line-height: 1.9;
        }

main section.royal1 .chara-wrapper .ss {
        z-index: 15;
      }

main section.royal1 .chara-wrapper .view-detail {
        background: url(../../resources/img/top/view_detail_4afde0f1d7b2615e3ce9ffe13d6df7e7.png) no-repeat;
        width: 381px;
        height: 178px;

        top: 410px;
        left: 640px;
        position: absolute;
        z-index: 20;
        opacity: 0;
        -webkit-transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      }

main section.royal1 .chara-wrapper .view-detail.run {
          opacity: 1;
        }

main section.royal1 .chara-wrapper .view-detail.hover-action {
          -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
        }

main section.royal1 .chara-wrapper .view-detail.new:after {
            content: '';
            position: absolute;
            top: 0;
            left: -45px;
            opacity: 0;
            -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

            background: url(../../resources/img/top/view_detail_new_e1d8c3cc6d869633e04bf7580e239af0.png) no-repeat;

            width: 179px;

            height: 119px;
          }

main section.royal1 .chara-wrapper .view-detail.new.run:after {
              opacity: 1;
            }

main section.royal1 .chara1 {
      position: relative;
    }

main section.royal1 .chara1 .image1 {
        top: -701px;
        left: 594px;
      }

main section.royal1 .chara1 .image2 {
        top: -323px;
        left: 327px;
      }

main section.royal1 .chara1 .chara-name {
        margin: 375px 0 0 20px;
      }

main section.royal1 .chara1 .chara-name canvas {
          top: -2px;
          left: 7px;
        }

main section.royal1 .chara1 .chara-name .frame {
          top: 0;
          left: 6px;
        }

main section.royal1 .chara1 .chara-name .star {
          top: -35px;
          left: -35px;
        }

main section.royal1 .chara1 .chara-name .name-en {
          top: -49px;
          left: -8px;
        }

main section.royal1 .chara1 .chara-name .cv {
          top: 85px;
          left: 166px;
        }

main section.royal1 .chara1 .chara-description {
        position: relative;
        margin: 32px 0 0 24px;
      }

main section.royal1 .chara1 .chara-description .shadow {
          top: 6px;
          left: 8px;
        }

main section.royal1 .chara1 .chara-description p {
          background: url(../../resources/img/top/royal1_c1_text_bg_b4899c446d0496ee9c2c92f6d9f80c0a.png) no-repeat center top;
          height: 233px;
          width: 308px;
          padding: 15px 0 0 17px;
        }

main section.royal1 .chara1 .royal1-chara1-ss1-wrapper {
        margin: 39px 0 0 61px;
      }

main section.royal1 .chara1 .royal1-chara1-ss1-wrapper .royal1-chara1-ss1 {
          width: 482px;
          height: 286px;
        }

main section.royal1 .chara1 .royal1-chara1-ss1-wrapper .royal1-chara1-ss1 .image {
            top: 14px;
            left: 9px;
          }

main section.royal1 .chara1 .royal1-chara1-ss1-wrapper .royal1-chara1-ss1 .star {
            top: -70px;
            left: -88px;
          }

main section.royal1 .chara1 .royal1-chara1-ss1-wrapper .royal1-chara1-ss1 .open {
            top: 235px;
            left: 427px;
          }

main section.royal1 .chara1 .royal1-chara1-ss2-wrapper {
        margin: -130px 0 0 589px;
      }

main section.royal1 .chara1 .royal1-chara1-ss2-wrapper .royal1-chara1-ss2 {
          width: 358px;
          height: 213px;
        }

main section.royal1 .chara1 .royal1-chara1-ss2-wrapper .royal1-chara1-ss2 .image {
            top: 10px;
            left: 7px;
          }

main section.royal1 .chara1 .royal1-chara1-ss2-wrapper .royal1-chara1-ss2 .star {
            top: -30px;
            left: -33px;
          }

main section.royal1 .chara1 .royal1-chara1-ss2-wrapper .royal1-chara1-ss2 .open {
            top: 175px;
            left: 317px;
          }

main section.royal1 .chara2 {
      position: relative;
    }

main section.royal1 .chara2 .image1 {
        top: -284px;
        left: -1px;
      }

main section.royal1 .chara2 .image2 {
        top: -260px;
        left: 209px;
      }

main section.royal1 .chara2 .image2 .shadow {
          top: 15px;
          left: 13px;
        }

main section.royal1 .chara2 .chara-name {
        margin: 284px 0 0 516px;
        position: relative;
      }

main section.royal1 .chara2 .chara-name .frame {
          top: 0;
          left: 0;
        }

main section.royal1 .chara2 .chara-name .star {
          top: -44px;
          left: -7px;
        }

main section.royal1 .chara2 .chara-name .name-en {
          top: -36px;
          left: 57px;
        }

main section.royal1 .chara2 .chara-name .cv {
          top: 119px;
          left: 155px;
        }

main section.royal1 .chara2 .chara-description {
        margin: 38px 0 0 553px;
      }

main section.royal1 .chara2 .chara-description .shadow {
          top: 11px;
          left: 15px;
        }

main section.royal1 .chara2 .chara-description p {
          background: url(../../resources/img/top/royal1_c2_text_bg_1eca66a95f76d52ec5e6a81749010fe7.png) no-repeat center top;
          height: 238px;
          width: 401px;
          padding: 13px 0 0 17px;
        }

main section.royal1 .chara2 .royal1-chara2-ss1-wrapper {
        margin: 66px 0 0 325px;
      }

main section.royal1 .chara2 .royal1-chara2-ss1-wrapper .royal1-chara2-ss1 {
          width: 407px;
          height: 230px;
        }

main section.royal1 .chara2 .royal1-chara2-ss1-wrapper .royal1-chara2-ss1 .image {
            top: 12px;
            left: 9px;
          }

main section.royal1 .chara2 .royal1-chara2-ss1-wrapper .royal1-chara2-ss1 .ss-bg {
            top: 12px;
            left: 9px;
          }

main section.royal1 .chara2 .royal1-chara2-ss1-wrapper .royal1-chara2-ss1 .star {
            top: -22px;
            left: -40px;
          }

main section.royal1 .chara2 .royal1-chara2-ss1-wrapper .royal1-chara2-ss1 .open {
            top: 202px;
            left: 367px;
          }

main section.royal2 {
    height: 1519px;
    position: relative;
    z-index: 19;
  }

main section.royal2 .section-number {
      position: relative;
      margin: -122px 0 0 685px;
    }

main section.royal2 .section-number .text {
        position: absolute;
        top: 242px;
        left: -82px;
      }

main section.royal2 h2 {
      position: relative;
      margin: -82px 0 0 395px;
    }

main section.royal2 h2 .star {
        top: -54px;
        left: -62px;
      }

main section.royal2 .section-text {
      position: relative;
      margin: 21px 0 0 612px;
    }

main section.royal2 .section-text .shadow {
        top: 3px;
        left: 8px;
      }

main section.royal2 .section-text p {
        background: url(../../resources/img/top/royal2_text_bg_599f9c5fd3d33652f10899ac5272d926.png) no-repeat center top;
        height: 91px;
        width: 449px;
        color: #fff;
        font-size: 18px;
        line-height: 1.8;
        position: relative;
        padding: 12px 0 0 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
      }

main section.royal2 .royal2-ss1-wrapper {
      margin: -78px 0 0 -20px;
    }

main section.royal2 .royal2-ss1-wrapper .royal2-ss1 {
        width: 579px;
        height: 395px;
      }

main section.royal2 .royal2-ss1-wrapper .royal2-ss1 .image {
          top: 87px;
          left: 41px;
        }

main section.royal2 .royal2-ss1-wrapper .royal2-ss1 .frame {
          top: 9px;
          left: 0;
        }

main section.royal2 .royal2-ss1-wrapper .royal2-ss1 .star {
          top: -29px;
          left: -21px;
        }

main section.royal2 .royal2-ss1-wrapper .royal2-ss1 .open {
          top: 287px;
          left: 460px;
        }

main section.royal2 .royal2-ss1-wrapper .royal2-ss1 .title {
          display: block;
          margin: 95px 0 0 68px;
          position: relative;
        }

main section.royal2 .royal2-ss2-wrapper {
      margin: -95px 0 0 567px;
    }

main section.royal2 .royal2-ss2-wrapper .royal2-ss2 {
        width: 448px;
        height: 295px;
      }

main section.royal2 .royal2-ss2-wrapper .royal2-ss2 .image {
          top: 40px;
          left: 38px;
        }

main section.royal2 .royal2-ss2-wrapper .royal2-ss2 .frame {
          top: 0;
          left: 0;
        }

main section.royal2 .royal2-ss2-wrapper .royal2-ss2 .star {
          top: 8px;
          left: -11px;
        }

main section.royal2 .royal2-ss2-wrapper .royal2-ss2 .open {
          top: 199px;
          left: 370px;
        }

main section.royal2 .royal2-ss2-wrapper .royal2-ss2 .title {
          display: block;
          margin: 39px 0 0 32px;
          position: relative;
        }

main section.royal3 {
    padding-top: 28px;
    position: relative;
    z-index: 20;
  }

main section.royal3 .section-number {
      margin: 0 0 0 40px;
      position: relative;
    }

main section.royal3 .section-number .text {
        position: absolute;
        top: 200px;
        left: -37px;
      }

main section.royal3 h2 {
      margin: -245px 0 0 272px;
      position: relative;
    }

main section.royal3 h2 .star {
        top: -40px;
        left: -82px;
      }

main section.royal3 .feature1 .feature1-title {
        margin: 16px 0 0 455px;
      }

main section.royal3 .feature1 .feature1-description {
        position: relative;
        margin: -105px 0 0 529px;
      }

main section.royal3 .feature1 .feature1-description .shadow {
          top: 6px;
          left: 6px;
        }

main section.royal3 .feature1 .feature1-description p {
          background: url(../../resources/img/top/royal3_sec1_text_bg_c5680cf82867e975335cbc5363b980a0.png) no-repeat center top;
          height: 95px;
          width: 488px;
          padding: 15px 0 0 20px;
        }

main section.royal3 .feature1 .feature1-ss1-wrapper {
        margin: 43px 0 0 186px;
      }

main section.royal3 .feature1 .feature1-ss1-wrapper .feature1-ss1 {
          width: 532px;
          height: 339px;
        }

main section.royal3 .feature1 .feature1-ss1-wrapper .feature1-ss1 .open {
            top: 248px;
            left: 408px;
          }

main section.royal3 .feature1 .feature1-ss1-wrapper .feature1-ss1 .image {
            top: 55px;
            left: 38px;
          }

main section.royal3 .feature1 .feature1-ss1-wrapper .feature1-ss1 .new {
            top: -62px;
            left: 295px;
          }

main section.royal3 .feature1 .feature1-ss1-wrapper .feature1-ss1 .title {
            display: block;
            margin: -23px 0 0 -22px;
            position: relative;
          }

main section.royal3 .feature1 .feature1-ss1-wrapper .feature1-ss1 .star {
            top: 193px;
            left: -101px;
          }

main section.royal3 .feature1 .feature1-ss1-wrapper .feature1-ss1-caption {
          margin: 58px 0 0 -35px;
        }

main section.royal3 .feature1 .feature1-ss1-wrapper .feature1-ss1-caption .shadow {
            top: 5px;
            left: 13px;
          }

main section.royal3 .feature1 .feature1-ss1-wrapper .feature1-ss1-caption p {
            background: url(../../resources/img/top/royal3_sec1_ss1_text_bg_ca34eaf9bfbfe26a0f9628aa89491ac3.png) no-repeat center top;
            height: 90px;
            width: 510px;
            padding: 10px 0 0 20px;
          }

main section.royal3 .feature1 .feature1-ss2-wrapper {
        margin: 32px 0 0 30px;
      }

main section.royal3 .feature1 .feature1-ss2-wrapper .feature1-ss2 {
          width: 623px;
          height: 426px;
        }

main section.royal3 .feature1 .feature1-ss2-wrapper .feature1-ss2 .frame {
            top: 10px;
            left: 8px;
          }

main section.royal3 .feature1 .feature1-ss2-wrapper .feature1-ss2 .image {
            top: 88px;
            left: 53px;
          }

main section.royal3 .feature1 .feature1-ss2-wrapper .feature1-ss2 .open {
            top: 310px;
            left: 505px;
          }

main section.royal3 .feature1 .feature1-ss2-wrapper .feature1-ss2 .new {
            top: 33px;
            left: -52px;
          }

main section.royal3 .feature1 .feature1-ss2-wrapper .feature1-ss2 .title {
            display: block;
            position: relative;
            margin: 50px 0 0 -26px;
          }

main section.royal3 .feature1 .feature1-ss2-wrapper .feature1-ss2 .star {
            top: 265px;
            left: -15px;
          }

main section.royal3 .feature1 .feature1-ss2-wrapper .feature1-ss2-caption {
          margin: 12px 0 0 581px;
        }

main section.royal3 .feature1 .feature1-ss2-wrapper .feature1-ss2-caption .shadow {
            top: 10px;
            left: 14px;
          }

main section.royal3 .feature1 .feature1-ss2-wrapper .feature1-ss2-caption p {
            background: url(../../resources/img/top/royal3_sec1_ss2_text_bg_40ea4194d9ce4f08b4f4e6fca72d4e0b.png) no-repeat center top;
            height: 158px;
            width: 334px;
            padding: 12px 0 0 15px;
          }

main section.royal3 .feature1 .feature1-ss3-wrapper {
        margin: 30px 0 0 29px;
      }

main section.royal3 .feature1 .feature1-ss3-wrapper .feature1-ss3 {
          width: 338px;
          height: 192px;
          z-index: 1;
        }

main section.royal3 .feature1 .feature1-ss3-wrapper .feature1-ss3 .open {
            top: 185px;
            left: 352px;
          }

main section.royal3 .feature1 .feature1-ss3-wrapper .feature1-ss3 .image {
            top: 43px;
            left: 21px;
          }

main section.royal3 .feature1 .feature1-ss3-wrapper .feature1-ss3 .new {
            top: -59px;
            left: 247px;
          }

main section.royal3 .feature1 .feature1-ss3-wrapper .feature1-ss3 .title {
            display: block;
            position: relative;
            margin: 50px 0 0 -23px;
          }

main section.royal3 .feature1 .feature1-ss3-wrapper .feature1-ss3 .star {
            top: 76px;
            left: -107px;
          }

main section.royal3 .feature1 .feature1-ss4-wrapper {
        margin: 0 0 0 518px;
      }

main section.royal3 .feature1 .feature1-ss4-wrapper .feature1-ss4 {
          width: 423px;
          height: 239px;
          z-index: 2;
        }

main section.royal3 .feature1 .feature1-ss4-wrapper .feature1-ss4 .frame {
            top: 2px;
            left: 6px;
          }

main section.royal3 .feature1 .feature1-ss4-wrapper .feature1-ss4 .image {
            top: 36px;
            left: 43px;
          }

main section.royal3 .feature1 .feature1-ss4-wrapper .feature1-ss4 .open {
            top: 201px;
            left: -10px;
          }

main section.royal3 .feature1 .feature1-ss4-wrapper .feature1-ss4 .new {
            top: -9px;
            left: -37px;
          }

main section.royal3 .feature1 .feature1-ss4-wrapper .feature1-ss4 .title {
            display: block;
            position: relative;
            margin: 50px 0 0 24px;
          }

main section.royal3 .feature1 .feature1-ss4-wrapper .feature1-ss4 .star {
            top: 220px;
            left: -10px;
          }

main section.royal3 .feature1 .feature1-ss5-wrapper {
        margin: 90px 0 0 67px;
      }

main section.royal3 .feature1 .feature1-ss5-wrapper .feature1-ss5 {
          width: 332px;
          height: 188px;
          z-index: 3;
        }

main section.royal3 .feature1 .feature1-ss5-wrapper .feature1-ss5 .open {
            top: 172px;
            left: 325px;
          }

main section.royal3 .feature1 .feature1-ss5-wrapper .feature1-ss5 .image {
            top: 27px;
            left: 30px;
          }

main section.royal3 .feature1 .feature1-ss5-wrapper .feature1-ss5 .new {
            top: -84px;
            left: 217px;
          }

main section.royal3 .feature1 .feature1-ss5-wrapper .feature1-ss5 .title {
            display: block;
            position: relative;
            margin: 5px 0 0 -40px;
          }

main section.royal3 .feature1 .feature1-ss5-wrapper .feature1-ss5 .star {
            top: 105px;
            left: -105px;
          }

main section.royal3 .feature2 {
      margin-top: 184px;
    }

main section.royal3 .feature2 .feature2-title {
        margin: 31px 0 0 5px;
      }

main section.royal3 .feature2 .feature2-description {
        position: relative;
        margin: -82px 0 0 30px;
      }

main section.royal3 .feature2 .feature2-description .shadow {
          top: 5px;
          left: 17px;
        }

main section.royal3 .feature2 .feature2-description p {
          background: url(../../resources/img/top/royal3_sec2_text_bg_7f68f663e28392101b3d29193bae5e4c.png) no-repeat center top;
          height: 86px;
          width: 456px;
          padding: 11px 0 0 40px;
        }

main section.royal3 .feature2 .feature2-ss1-wrapper {
        margin: 39px 0 0 468px;
      }

main section.royal3 .feature2 .feature2-ss1-wrapper .feature2-ss1 {
          width: 549px;
          height: 351px;
          z-index: 1;
        }

main section.royal3 .feature2 .feature2-ss1-wrapper .feature2-ss1 .open {
            top: 211px;
            left: 447px;
          }

main section.royal3 .feature2 .feature2-ss1-wrapper .feature2-ss1 .image {
            top: 50px;
            left: 70px;
          }

main section.royal3 .feature2 .feature2-ss1-wrapper .feature2-ss1 .new {
            top: 5px;
            left: -36px;
          }

main section.royal3 .feature2 .feature2-ss1-wrapper .feature2-ss1 .title {
            display: block;
            position: relative;
            margin: 0 0 0 135px;
          }

main section.royal3 .feature2 .feature2-ss1-wrapper .feature2-ss1 .star {
            top: -51px;
            left: 53px;
          }

main section.royal3 .feature2 .feature2-ss2-wrapper {
        margin: -100px 0 0 27px;
      }

main section.royal3 .feature2 .feature2-ss2-wrapper .feature2-ss2 {
          width: 427px;
          height: 281px;
          z-index: 2;
        }

main section.royal3 .feature2 .feature2-ss2-wrapper .feature2-ss2 .open {
            top: 183px;
            left: 10px;
          }

main section.royal3 .feature2 .feature2-ss2-wrapper .feature2-ss2 .image {
            top: 30px;
            left: 25px;
          }

main section.royal3 .feature2 .feature2-ss2-wrapper .feature2-ss2 .new {
            top: -65px;
            left: 262px;
          }

main section.royal3 .feature2 .feature2-ss2-wrapper .feature2-ss2 .title {
            display: block;
            position: relative;
            margin: 17px 0 0 -29px;
          }

main section.royal3 .feature2 .feature2-ss2-wrapper .feature2-ss2 .star {
            top: 246px;
            left: -63px;
          }

main section.royal3 .feature2 .feature2-ss3-wrapper {
        margin: 10px 0 0 552px;
      }

main section.royal3 .feature2 .feature2-ss3-wrapper .feature2-ss3 {
          width: 437px;
          height: 276px;
          z-index: 3;
        }

main section.royal3 .feature2 .feature2-ss3-wrapper .feature2-ss3 .frame {
            top: 2px;
            left: 5px;
          }

main section.royal3 .feature2 .feature2-ss3-wrapper .feature2-ss3 .image {
            top: 35px;
            left: 35px;
          }

main section.royal3 .feature2 .feature2-ss3-wrapper .feature2-ss3 .open {
            top: 210px;
            left: 388px;
          }

main section.royal3 .feature2 .feature2-ss3-wrapper .feature2-ss3 .new {
            top: -20px;
            left: -36px;
          }

main section.royal3 .feature2 .feature2-ss3-wrapper .feature2-ss3 .title {
            display: block;
            position: relative;
            margin: -36px 0 0 -210px;
          }

main section.royal3 .feature2 .feature2-ss3-wrapper .feature2-ss3 .star {
            top: 109px;
            left: -89px;
          }

main section.royal3 .feature3 {
      margin-top: 178px;
    }

main section.royal3 .feature3 .feature3-title {
        margin: 52px 0 0 245px;
      }

main section.royal3 .feature3 .feature3-description {
        margin: -44px 0 0 275px;
      }

main section.royal3 .feature3 .feature3-description .shadow {
          top: 4px;
          left: 6px;
        }

main section.royal3 .feature3 .feature3-description p {
          background: url(../../resources/img/top/royal3_sec3_text_bg_d1451e36f70262bfe0ab2511d7c30e0b.png) no-repeat center top;
          height: 37px;
          width: 386px;
          padding: 3px 0 0 40px;
        }

main section.royal3 .feature3 .feature3-item1 .feature3-item1-ss-wrapper {
          margin: 88px 0 0 5px;
        }

main section.royal3 .feature3 .feature3-item1 .feature3-item1-ss-wrapper .feature3-item1-ss {
            position: relative;
            width: 716px;
            height: 424px;
          }

main section.royal3 .feature3 .feature3-item1 .feature3-item1-ss-wrapper .feature3-item1-ss .shadow {
              top: 366px;
              left: 147px;
              z-index: 27;
            }

main section.royal3 .feature3 .feature3-item1 .feature3-item1-ss-wrapper .feature3-item1-ss .image {
              top: 32px;
              left: 28px;
            }

main section.royal3 .feature3 .feature3-item1 .feature3-item1-ss-wrapper .feature3-item1-ss .star {
              top: -32px;
              left: -9px;
            }

main section.royal3 .feature3 .feature3-item1 .feature3-item1-ss-wrapper .feature3-item1-ss .title {
              margin: -10px 0 0 135px;
              position: relative;
            }

main section.royal3 .feature3 .feature3-item1 .feature3-item1-text {
          position: relative;
          margin: 22px 0 0 87px;
          z-index: 30;
        }

main section.royal3 .feature3 .feature3-item1 .feature3-item1-text .shadow {
            top: 7px;
            left: 12px;
          }

main section.royal3 .feature3 .feature3-item1 .feature3-item1-text p {
            background: url(../../resources/img/top/royal3_sec3_item1_text_bg_42c4acadf00cb64f971cf58c2eba0673.png) no-repeat center top;
            height: 84px;
            width: 474px;
            padding: 8px 0 0 10px;
          }

main section.royal3 .feature3 .feature3-item2 {
        position: relative;
        margin: 51px 0 0 541px;
      }

main section.royal3 .feature3 .feature3-item2 .star {
          top: -79px;
          left: -80px;
        }

main section.royal3 .feature3 .feature3-item2 .feature3-item2-title {
          position: relative;
        }

main section.royal3 .feature3 .feature3-item2 .feature3-item2-title .shadow {
            top: 6px;
            left: 12px;
          }

main section.royal3 .feature3 .feature3-item2 .feature3-item2-title .title {
            position: relative;
          }

main section.royal3 .feature3 .feature3-item2 .feature3-item2-text {
          position: relative;
          margin: 5px 0 0 24px;
        }

main section.royal3 .feature3 .feature3-item2 .feature3-item2-text .shadow {
            top: 6px;
            left: 11px;
          }

main section.royal3 .feature3 .feature3-item2 .feature3-item2-text p {
            background: url(../../resources/img/top/royal3_sec3_item2_text_bg_bb30119230d38167937d7d6fd393937c.png) no-repeat center top;
            height: 156px;
            width: 413px;
            padding: 12px 0 0 20px;
          }

main section.royal3 .feature3 .feature3-item3 {
        margin: -95px 0 0 37px;
        position: relative;
      }

main section.royal3 .feature3 .feature3-item3 .star {
          top: -21px;
          left: -110px;
        }

main section.royal3 .feature3 .feature3-item3 .feature3-item3-title {
          position: relative;
        }

main section.royal3 .feature3 .feature3-item3 .feature3-item3-title .shadow {
            top: 8px;
            left: 20px;
          }

main section.royal3 .feature3 .feature3-item3 .feature3-item3-title .title {
            position: relative;
          }

main section.royal3 .feature3 .feature3-item3 .feature3-item3-text {
          position: relative;
        }

main section.royal3 .feature3 .feature3-item3 .feature3-item3-text .shadow {
            top: 6px;
            left: -21px;
          }

main section.royal3 .feature3 .feature3-item3 .feature3-item3-text p {
            background: url(../../resources/img/top/royal3_sec3_item3_text_bg_7310133bd4e508ccb39eec6129a435b9.png) no-repeat center top;
            height: 127px;
            width: 483px;
            margin: 2px 0 82px -35px;
            padding: 18px 0 0 20px;
          }

main section.royal3 .royal3-pre-order-btn {
      display: inline-block;
      margin: 0 0 0 86px;
      position: relative;
    }

main section.royal3 .royal3-pre-order-btn .text {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 10px, 0);
                transform: translate3d(-10px, 10px, 0);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      }

main section.royal3 .royal3-pre-order-btn .text.run {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0);
        }

main section.spec {
    position: relative;
    z-index: 19;
  }

main section.spec .spec-logo {
      margin: 2px 0 0 330px;
    }

main section.spec h2 {
      margin: 100px 0 0 100px;
      position: relative;
    }

main section.spec h2 .star {
        top: -32px;
        left: -48px;
      }

main section.spec .spec-info {
      position: relative;
      margin: -200px 0 0 440px;
    }

main section.spec .spec-info .shadow {
        top: 6px;
        left: 71px;
      }

main section.spec .spec-info ul {
        background: url(../../resources/img/sp/top/spec_info_bg_5da0f9bef2c5cdbc8c4c8c045a1503e2.png) no-repeat center top;
        height: 354px;
        width: 460px;
        padding: 16px 0 0 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: relative;
      }

main section.spec .spec-info ul li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 22px;
          line-height: 1.2;
        }

main section.spec .spec-info ul li span:last-child {
            color: #fff;
          }

main section.spec .spec-info ul li:nth-child(1) span:first-child {
              display: inline-block;
              margin: 0 40px 0 55px;
            }

main section.spec .spec-info ul li:nth-child(2) span:first-child {
              display: inline-block;
              margin: 0 50px 0 90px;
            }

main section.spec .spec-info ul li:nth-child(3) span:first-child {
              display: inline-block;
              margin: 0 50px 0 43px;
            }

main section.spec .spec-info ul li:nth-child(4) span:first-child {
              display: inline-block;
              margin: 0 40px 32px 43px;
            }

main section.spec .spec-info ul li:nth-child(5) span:first-child {
              display: inline-block;
              margin: 0 40px 0 140px;
            }

main section.spec .spec-info ul li:nth-child(6) span:first-child {
              display: inline-block;
              margin: 0 30px 0 110px;
            }

main section.spec .spec-info ul li:nth-child(7) span:first-child {
              display: inline-block;
              margin: 0 20px 0 115px;
            }

main section.spec .spec-info ul li + li {
          margin-top: 17px;
        }

main section.spec .spec-mark {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: -116px 0 40px 183px;
      position: relative;
      z-index: 10;
    }

main section.spec .spec-mark li {
        margin-right: 20px;
      }

main section.spec .spec-mark li:nth-child(3) {
        margin: 7px 0 0;
      }

.remaster-modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99999999999999;
}

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

.remaster-modal .modal-dialog .remaster-close-btn {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 10;
    }

.remaster-modal .modal-dialog .modal-img {
      position: absolute;
      left: -127px;
    }

.remaster-modal .modal-dialog .modal-link {
      position: absolute;
      top: 620px;
      left: 248px;
    }

.remaster-modal .modal-overlay-remaster {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    overflow: auto;
    outline: 0;
    top: 0;
  }

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

    a:hover {
      opacity: 0.6;
    }

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

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

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

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

    bottom: auto;
    top: -100px;
  }

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

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

    bottom: 25px;
    right: 0;
  }
}

@media screen and (min-width: 1680px) {

header {
    background-size: 100% 100%
}

main .bg-red-shadow {
      background-size: 100% 100%
  }
  }
