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

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

#bg {
  background: url(../../resources/img/mt/01/bg_e0729f5a4ca2261c3ed25f9ffb3c2ca6.jpg) center top no-repeat;
  width: 100%;
  height: 5000px;
  position: fixed;
  background-size: cover;
}

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

header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

header .wrapper .btn-official {
      display: inline-block;
      margin: 43px 0 0 5px;
      position: relative;
    }

header .wrapper .btn-pre-order {
      display: inline-block;
      margin: 7px -2px 0 0;
      position: relative;
    }

main {
  padding-top: 150px;
  position: relative;
}

main #bg-footprints {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    pointer-events: none;
  }

main .page-title {
    position: relative;
  }

main .page-title .page-title-copy {
      margin-left: 387px;
      position: relative;
    }

main .page-title h1 {
      margin: -200px 0 0 42px;
      position: relative;
    }

main .about {
    position: relative;
    margin-top: 58px;
  }

main .about .about-text {
      margin-left: -38px;
    }

main .next-information {
    background: url(../../resources/img/mt/common/next_bg_fbcf3c745dd104c0a18fdefe4f42e3d9.png) center top no-repeat;
    height: 558px;
    position: relative;
    margin-top: 10px;
  }

main .next-information img {
      margin: 86px 0 0 80px;
    }

main .back-number-box {
    margin-top: -153px;
  }

main .back-number-box .back-number {
      background: url(../../resources/img/mt/common/back_number_bg_1a991f90715d056881194d52180b955e.png) no-repeat;
      width: 984px;
      height: 660px;

      margin-left: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-line-pack: start;
          align-content: flex-start;
    }

main .back-number-box .back-number a {
        position: relative;
      }

main .back-number-box .back-number a.current:before {
            content: url(../../resources/img/mt/common/current_f7544ace71b49e81fe61bf5172a869f2.png);
            position: absolute;
          }

main .back-number-box .back-number a:nth-child(1) {
          background: url(../../resources/img/mt/common/bn_01_btn_8d58a9d1808c0baf42554b907411487f.png) no-repeat;
          width: 224px;
          height: 187px;

          margin: 167px 0 0 86px;
        }

main .back-number-box .back-number a:nth-child(1).current:before {
              top: 0;
              left: -30px;
            }

main .back-number-box .back-number a:nth-child(2) {
          background: url(../../resources/img/mt/common/bn_02_btn_983428b8144540ae84c3d18d33ac89dd.png) no-repeat;
          width: 214px;
          height: 152px;

          margin: 181px 0 0 70px;
        }

main .back-number-box .back-number a:nth-child(2).current:before {
              top: -20px;
              left: -43px;
            }

main .back-number-box .back-number a:nth-child(3) {
          background: url(../../resources/img/mt/common/bn_03_btn_55b2a0e779ceb4a35ca34d9d18221180.png) no-repeat;
          width: 216px;
          height: 140px;

          margin: 177px 0 0 50px;
        }

main .back-number-box .back-number a:nth-child(3).current:before {
              top: -22px;
              left: -33px;
            }

main .back-number-box .back-number a:nth-child(4) {
          background: url(../../resources/img/mt/common/bn_04_btn_ef6fdb31740df5256bbfef9755f20481.png) no-repeat;
          width: 212px;
          height: 119px;

          margin: 50px 0 0 103px;
        }

main .back-number-box .back-number a:nth-child(4).current:before {
              top: -42px;
              left: -45px;
            }

main .back-number-box .back-number a:nth-child(5) {
          background: url(../../resources/img/mt/common/bn_05_btn_c1e922d3ef00db8a00b04413b692403c.png) no-repeat;
          width: 222px;
          height: 160px;

          margin: 20px 0 0 58px;
        }

main .back-number-box .back-number a:nth-child(5).current:before {
              top: -15px;
              left: -19px;
            }

main .back-number-box .back-number a:nth-child(6) {
          background: url(../../resources/img/mt/common/bn_06_btn_953c1ec41c58507e9407a6ad29d2c67a.png) no-repeat;
          width: 212px;
          height: 147px;

          margin: 20px 0 0 80px;
        }

main .back-number-box .back-number a:nth-child(6).current:before {
              top: -34px;
              left: -34px;
            }

main .bnr-container {
    margin: -30px 0 35px;
  }

main .bnr-container .bnr-official {
      background: url(../../resources/img/mt/common/bnr_official_5c66ead0d37a714b1ef72520153be5e7.png) no-repeat;
      width: 805px;
      height: 232px;

      display: inline-block;
      margin-left: 117px;
      position: relative;
      z-index: 20;
    }

#mt1 main .page-title .page-title-number {
        position: absolute;
        top: 165px;
        left: 686px;
      }

#mt1 main .index {
      margin: -13px 0 0 -96px;
      position: relative;
    }

#mt1 main .index .index-movie {
        position: absolute;
        top: 52px;
        left: 557px;
        z-index: 10;
      }

#mt1 main .royal1 {
      position: relative;
      margin: -100px 0 0 -36px;
    }

#mt1 main .royal1 .royal1-text1 {
        position: relative;
      }

#mt1 main .royal1 .royal1-text1 .royal1-movie {
          position: absolute;
          top: -16px;
          left: 570px;
          z-index: 10;
        }

#mt1 main .royal1 .royal1-ss {
        position: relative;
        margin-top: -528px;
      }

#mt1 main .royal1 .royal1-ss .royal1-ss1 {
          margin-left: 485px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt1 main .royal1 .royal1-ss .royal1-ss2 {
          margin: -90px 0 0 516px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt1 main .royal2 {
      position: relative;
      margin: 45px 0 0 2px;
    }

#mt1 main .royal2 .royal2-text1 {
        position: relative;
        z-index: 2;
      }

#mt1 main .royal2 .royal2-text1 .royal2-movie {
          position: absolute;
          top: -36px;
          left: -30px;
          z-index: 10;
        }

#mt1 main .royal2 .royal2-ss1 {
        position: relative;
        margin-top: -218px;
      }

#mt1 main .royal2 .royal2-ss1 .royal2-ss1 {
          margin-left: 238px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt1 main .royal2 .royal2-ss1 .royal2-ss2 {
          margin: -214px 0 0 574px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt1 main .royal2 .royal2-text2 {
        margin: -232px 0 0 116px;
        position: relative;
      }

#mt1 main .royal2 .royal2-ss2 {
        position: relative;
        margin-top: -280px;
      }

#mt1 main .royal2 .royal2-ss2 .royal2-ss3 {
          margin-left: 621px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt1 main .royal2 .royal2-ss2 .royal2-ss4 {
          margin: -187px 0 0 324px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt2 main .page-title .page-title-number {
        position: absolute;
        top: 165px;
        left: 686px;
      }

#mt2 main .index {
      margin: -13px 0 0 -60px;
      position: relative;
    }

#mt2 main .index .index-movie {
        position: absolute;
        top: 35px;
        left: 519px;
        z-index: 10;
      }

#mt2 main .royal1 {
      position: relative;
      margin: -86px 0 0 -36px;
    }

#mt2 main .royal1 .royal1-text1 {
        position: relative;
      }

#mt2 main .royal1 .royal1-text1 .royal1-movie {
          position: absolute;
          top: -12px;
          left: 685px;
          z-index: 10;
        }

#mt2 main .royal1 .royal1-ss-box1 {
        position: relative;
        margin-top: -434px;
      }

#mt2 main .royal1 .royal1-ss-box1 .royal1-ss1 {
          margin-left: 187px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt2 main .royal1 .royal1-ss-box1 .royal1-ss2 {
          margin: -160px 0 0 498px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt2 main .royal2 {
      position: relative;
      margin: 45px 0 0 2px;
    }

#mt2 main .royal2 .royal2-text1 {
        position: relative;
        z-index: 2;
      }

#mt2 main .royal2 .royal2-text1 .royal2-movie {
          position: absolute;
          top: -26px;
          left: -30px;
          z-index: 10;
        }

#mt2 main .royal2 .royal2-ss-box1 {
        position: relative;
        margin-top: -483px;
      }

#mt2 main .royal2 .royal2-ss-box1 .royal2-ss1 {
          margin-left: 644px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt2 main .royal2 .royal2-ss-box1 .royal2-ss2 {
          margin: -114px 0 0 370px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt2 main .royal2 .royal2-text2 {
        margin: -232px 0 0 106px;
        position: relative;
      }

#mt2 main .royal2 .royal2-ss-box2 {
        position: relative;
        margin-top: -295px;
      }

#mt2 main .royal2 .royal2-ss-box2 .royal2-ss3 {
          margin-left: 21px;
          display: inline-block;
          position: relative;
          z-index: 11;
        }

#mt2 main .royal2 .royal2-ss-box2 .royal2-ss4 {
          margin: -211px 0 0 318px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt2 main .royal2 .royal2-text3 {
        margin-top: -232px;
        position: relative;
      }

#mt2 main .royal2 .royal2-ss-box3 {
        position: relative;
        margin-top: -404px;
      }

#mt2 main .royal2 .royal2-ss-box3 .royal2-ss5 {
          margin-left: 111px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt2 main .royal2 .royal2-ss-box3 .royal2-ss6 {
          width: 420px;
          margin: -345px 0 0 613px;
          display: block;
          position: relative;
          z-index: 10;
        }

#mt3 main .page-title .page-title-number {
        position: absolute;
        top: 165px;
        left: 686px;
      }

#mt3 main .index {
      margin: -13px 0 0 -51px;
      position: relative;
    }

#mt3 main .index .index-movie {
        position: absolute;
        top: 35px;
        left: 513px;
        z-index: 10;
      }

#mt3 main .royal1 {
      position: relative;
      margin: -87px 0 0 -33px;
    }

#mt3 main .royal1 .royal1-text1 {
        position: relative;
        z-index: 2;
      }

#mt3 main .royal1 .royal1-text1 .royal1-movie {
          position: absolute;
          top: 10px;
          left: 684px;
          z-index: 10;
        }

#mt3 main .royal1 .royal1-ss-box1 {
        position: relative;
        margin-top: -322px;
      }

#mt3 main .royal1 .royal1-ss-box1 .royal1-ss1 {
          margin-left: 133px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt3 main .royal1 .royal1-ss-box1 .royal1-ss2 {
          margin: -273px 0 0 537px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt3 main .royal1 .royal1-text2 {
        margin: -242px 0 0 72px;
        position: relative;
      }

#mt3 main .royal1 .royal1-ss-box2 {
        position: relative;
        margin-top: -376px;
      }

#mt3 main .royal1 .royal1-ss-box2 .royal1-ss3 {
          margin-left: 551px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt3 main .royal1 .royal1-ss-box2 .royal1-ss4 {
          margin: -182px 0 0 424px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt3 main .royal1 .royal1-text3 {
        margin: -269px 0 0 32px;
        position: relative;
        z-index: 2;
      }

#mt3 main .royal1 .royal1-ss-box3 {
        position: relative;
        margin-top: -317px;
      }

#mt3 main .royal1 .royal1-ss-box3 .royal1-ss5 {
          margin-left: 572px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt3 main .royal1 .royal1-ss-box3 .royal1-ss6 {
          margin: -265px 0 0 140px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt3 main .royal2 {
      position: relative;
      margin: -7px 0 0 2px;
    }

#mt3 main .royal2 .royal2-text1 {
        position: relative;
        z-index: 2;
      }

#mt3 main .royal2 .royal2-text1 .royal2-movie {
          position: absolute;
          top: -19px;
          left: -30px;
          z-index: 10;
        }

#mt3 main .royal2 .royal2-ss-box1 {
        position: relative;
        margin-top: -306px;
      }

#mt3 main .royal2 .royal2-ss-box1 .royal2-ss1 {
          margin-left: 371px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt3 main .royal2 .royal2-ss-box1 .royal2-ss2 {
          width: 470px;
          margin: -458px 0 0 40px;
          display: block;
          position: relative;
          z-index: 11;
        }

#mt3 main .royal2 .royal2-ss-box1 .royal2-ss3 {
          margin: -51px 0 0 -8px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt3 main .royal2 .royal2-text2 {
        margin: -422px 0 0 -7px;
        position: relative;
      }

#mt3 main .royal2 .royal2-ss-box2 {
        position: relative;
        margin-top: -273px;
      }

#mt3 main .royal2 .royal2-ss-box2 .royal2-ss4 {
          margin-left: 460px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt3 main .royal3 {
      position: relative;
      margin: 48px 0 0 10px;
    }

#mt3 main .royal3 .royal3-text {
        position: relative;
      }

#mt3 main .royal3 .royal3-ss1 {
        position: absolute;
        top: 237px;
        left: 589px;
      }

#mt3 main .royal3 .royal3-movie1 {
        position: absolute;
        top: 400px;
        left: 721px;
      }

#mt3 main .royal3 .royal3-ss2 {
        position: absolute;
        top: 552px;
        left: 77px;
      }

#mt3 main .royal3 .royal3-movie2 {
        position: absolute;
        top: 727px;
        left: 101px;
      }

#mt3 main .royal3 .royal3-ss3 {
        position: absolute;
        top: 615px;
        left: 509px;
      }

#mt3 main .royal3 .royal3-movie3 {
        position: absolute;
        top: 831px;
        left: 464px;
      }

#mt3 main .about {
      margin-top: 160px;
    }

#mt4 main .page-title .page-title-number {
        position: absolute;
        top: 165px;
        left: 686px;
      }

#mt4 main .index {
      margin: -13px 0 0 -51px;
      position: relative;
    }

#mt4 main .index .index-movie {
        position: absolute;
        top: 35px;
        left: 513px;
        z-index: 10;
      }

#mt4 main .royal1 {
      position: relative;
      margin: -87px 0 0 -33px;
    }

#mt4 main .royal1 .royal1-text1 {
        position: relative;
        z-index: 2;
      }

#mt4 main .royal1 .royal1-text1 .royal1-movie {
          position: absolute;
          top: 10px;
          left: 684px;
          z-index: 10;
        }

#mt4 main .royal1 .royal1-ss-box1 {
        position: relative;
        margin-top: -412px;
      }

#mt4 main .royal1 .royal1-ss-box1 .royal1-ss1 {
          margin-left: 583px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt4 main .royal1 .royal1-ss-box1 .royal1-ss2 {
          margin: -253px 0 0 336px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt4 main .royal1 .royal1-ss-box1 .royal1-ss3 {
          margin: -343px 0 0 12px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt4 main .royal1 .royal1-text2 {
        margin: -306px 0 0 72px;
        position: relative;
      }

#mt4 main .royal1 .royal1-ss-box2 {
        position: relative;
        margin-top: -354px;
      }

#mt4 main .royal1 .royal1-ss-box2 .royal1-ss4 {
          margin-left: 50px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt4 main .royal1 .royal1-ss-box2 .royal1-ss5 {
          margin: -292px 0 0 543px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt4 main .royal1 .royal1-text3 {
        margin: -272px 0 0 54px;
        position: relative;
        z-index: 2;
      }

#mt4 main .royal1 .royal1-ss-box3 {
        position: relative;
        margin-top: -577px;
      }

#mt4 main .royal1 .royal1-ss-box3 .royal1-ss6 {
          margin-left: 723px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt4 main .royal1 .royal1-ss-box3 .royal1-ss7 {
          margin: -10px 0 0 634px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt4 main .royal1 .royal1-ss-box3 .royal1-ss8 {
          width: 278px;
          margin: -336px 0 0 379px;
          display: block;
          position: relative;
          z-index: 10;
        }

#mt4 main .royal1 .royal1-text4 {
        margin: -138px 0 0 32px;
        position: relative;
        z-index: 2;
      }

#mt4 main .royal1 .royal1-ss-box4 {
        position: relative;
        margin-top: -295px;
      }

#mt4 main .royal1 .royal1-ss-box4 .royal1-ss9 {
          margin-left: 23px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt4 main .royal1 .royal1-ss-box4 .royal1-ss10 {
          width: 278px;
          margin: -266px 0 0 411px;
          display: block;
          position: relative;
          z-index: 10;
        }

#mt4 main .royal2 {
      position: relative;
      margin: 86px 0 0 60px;
    }

#mt4 main .royal2 .royal2-text {
        position: relative;
      }

#mt4 main .royal2 .royal2-ss1 {
        position: absolute;
        top: 536px;
        left: 542px;
      }

#mt4 main .royal2 .royal2-movie1 {
        position: absolute;
        top: 693px;
        left: 562px;
      }

#mt4 main .royal2 .royal2-ss2 {
        position: absolute;
        top: 601px;
        left: 159px;
      }

#mt4 main .royal2 .royal2-movie2 {
        position: absolute;
        top: 794px;
        left: 229px;
      }

#mt4 main .royal2 .royal2-ss3 {
        position: absolute;
        top: 986px;
        left: 0;
      }

#mt4 main .royal2 .royal2-movie3 {
        position: absolute;
        top: 1162px;
        left: -7px;
      }

#mt4 main .royal2 .royal2-ss4 {
        position: absolute;
        top: 892px;
        left: 455px;
      }

#mt4 main .royal2 .royal2-movie4 {
        position: absolute;
        top: 1041px;
        left: 574px;
      }

#mt4 main .royal2 .royal2-ss5 {
        position: absolute;
        top: 1177px;
        left: 352px;
      }

#mt4 main .royal2 .royal2-movie5 {
        position: absolute;
        top: 1378px;
        left: 604px;
      }

#mt4 main .about {
      margin-top: 284px;
    }

#mt5 main .page-title .page-title-number {
        position: absolute;
        top: 165px;
        left: 686px;
      }

#mt5 main .index {
      margin: -13px 0 0 -51px;
      position: relative;
    }

#mt5 main .index .index-movie {
        position: absolute;
        top: 35px;
        left: 513px;
        z-index: 10;
      }

#mt5 main .royal1 {
      position: relative;
      margin: -87px 0 0 -32px;
    }

#mt5 main .royal1 .royal1-text1 {
        position: relative;
        z-index: 2;
      }

#mt5 main .royal1 .royal1-text1 .royal1-movie {
          position: absolute;
          top: 10px;
          left: 684px;
          z-index: 10;
        }

#mt5 main .royal1 .royal1-ss-box1 {
        position: absolute;
        top: 555px;
        left: 0;
      }

#mt5 main .royal1 .royal1-ss-box1 .royal1-ss1 {
          position: absolute;
          top: 0;
          left: 204px;
          z-index: 10;
        }

#mt5 main .royal1 .royal1-ss-box1 .royal1-ss2 {
          position: absolute;
          top: 78px;
          left: 606px;
          z-index: 10;
        }

#mt5 main .royal1 .royal1-text2 {
        margin: -194px 0 0 72px;
        position: relative;
      }

#mt5 main .royal1 .royal1-ss-box2 {
        position: absolute;
        top: 1031px;
        left: 0;
      }

#mt5 main .royal1 .royal1-ss-box2 .royal1-ss3 {
          position: absolute;
          top: 0;
          left: 550px;
          z-index: 10;
        }

#mt5 main .royal1 .royal1-ss-box2 .royal1-ss4 {
          position: absolute;
          top: 318px;
          left: 422px;
          z-index: 10;
        }

#mt5 main .royal1 .royal1-ss-box2 .royal1-ss5 {
          position: absolute;
          top: 216px;
          left: 136px;
          z-index: 11;
        }

#mt5 main .royal1 .royal1-text3 {
        margin: -128px 0 0 30px;
        position: relative;
        z-index: 2;
      }

#mt5 main .royal1 .royal1-ss-box3 {
        position: absolute;
        top: 1752px;
        left: 0;
      }

#mt5 main .royal1 .royal1-ss-box3 .royal1-ss6 {
          margin-left: 409px;
          display: inline-block;
          position: relative;
          z-index: 10;
        }

#mt5 main .royal1 .royal1-ss-box3 .royal1-ss7 {
          display: inline-block;
          position: absolute;
          top: 65px;
          left: 31px;
          z-index: 10;
        }

#mt5 main .royal2 {
      position: relative;
      margin: 179px 0 0 0;
    }

#mt5 main .royal2 .royal2-text1 {
        position: relative;
        z-index: 2;
      }

#mt5 main .royal2 .royal2-text1 .royal2-movie {
          position: absolute;
          top: -20px;
          left: -29px;
          z-index: 10;
        }

#mt5 main .royal2 .royal2-ss-box1 {
        position: absolute;
        top: 557px;
        left: 0;
      }

#mt5 main .royal2 .royal2-ss-box1 .royal2-ss1 {
          position: absolute;
          top: 0;
          left: 548px;
          z-index: 10;
        }

#mt5 main .royal2 .royal2-ss-box1 .royal2-ss2 {
          position: absolute;
          top: 10px;
          left: 0;
          z-index: 10;
        }

#mt5 main .royal2 .royal2-ss-box1 .royal2-ss3 {
          position: absolute;
          top: 137px;
          left: 321px;
          z-index: 10;
        }

#mt5 main .royal2 .royal2-text2 {
        position: relative;
        margin: -197px 0 0 -4px;
      }

#mt5 main .royal2 .royal2-ss-box2 {
        position: absolute;
        top: 1137px;
        left: 0;
      }

#mt5 main .royal2 .royal2-ss-box2 .royal2-ss4 {
          position: absolute;
          top: 0;
          left: 37px;
          z-index: 10;
        }

#mt5 main .royal2 .royal2-ss-box2 .royal2-ss5 {
          position: absolute;
          top: 136px;
          left: 493px;
          z-index: 10;
        }

#mt5 main .royal2 .royal2-ss-box2 .royal2-ss6 {
          position: absolute;
          top: 159px;
          left: 246px;
          z-index: 10;
        }

#mt5 main .royal2 .royal2-text3 {
        position: relative;
        margin: -182px 0 0 -19px;
      }

#mt5 main .royal2 .royal2-ss-box3 {
        position: absolute;
        top: 1657px;
        left: 0;
      }

#mt5 main .royal2 .royal2-ss-box3 .royal2-ss7 {
          position: absolute;
          top: 0;
          left: 436px;
          z-index: 10;
        }

#mt5 main .royal2 .royal2-ss-box3 .royal2-ss8 {
          position: absolute;
          top: 50px;
          left: 10px;
          z-index: 10;
        }

#mt5 main .otakara {
      position: relative;
      margin: 176px 0 0 6px;
    }

#mt5 main .otakara .otakara-text1 {
        position: relative;
        z-index: 2;
      }

#mt5 main .otakara .otakara-ss1 {
        position: absolute;
        top: 228px;
        left: 519px;
        z-index: 10;
      }

#mt5 main .otakara .otakara-movie1 {
        position: absolute;
        top: 357px;
        left: 708px;
        z-index: 10;
      }

#mt5 main .otakara .otakara-ss2 {
        position: absolute;
        top: 531px;
        left: 248px;
        z-index: 10;
      }

#mt5 main .otakara .otakara-movie2 {
        position: absolute;
        top: 673px;
        left: 140px;
        z-index: 10;
      }

#mt5 main .about {
      margin-top: 82px;
    }

#mt6 main .page-title .page-title-number {
        position: absolute;
        top: 165px;
        left: 686px;
      }

#mt6 main .index {
      margin: -13px 0 0 -51px;
      position: relative;
    }

#mt6 main .index .index-movie {
        position: absolute;
        top: 35px;
        left: 513px;
        z-index: 10;
      }

#mt6 main .royal1 {
      position: relative;
      margin: -87px 0 0 -32px;
    }

#mt6 main .royal1 .royal1-text1 {
        position: relative;
        z-index: 2;
      }

#mt6 main .royal1 .royal1-text1 .royal1-movie {
          position: absolute;
          top: 10px;
          left: 684px;
          z-index: 10;
        }

#mt6 main .royal1 .royal1-ss-box1 {
        position: absolute;
        top: 383px;
        left: 0;
      }

#mt6 main .royal1 .royal1-ss-box1 .royal1-ss1 {
          position: absolute;
          top: 0;
          left: 698px;
          z-index: 10;
        }

#mt6 main .royal1 .royal1-ss-box1 .royal1-ss2 {
          position: absolute;
          top: 194px;
          left: 576px;
          z-index: 10;
        }

#mt6 main .royal1 .royal1-ss-box1 .royal1-ss3 {
          position: absolute;
          top: 323px;
          left: 266px;
          z-index: 10;
        }

#mt6 main .royal1 .royal1-text2 {
        margin: -194px 0 0 72px;
        position: relative;
      }

#mt6 main .royal1 .royal1-ss-box2 {
        position: absolute;
        top: 1200px;
        left: 0;
      }

#mt6 main .royal1 .royal1-ss-box2 .royal1-ss4 {
          position: absolute;
          top: 0;
          left: 672px;
          z-index: 10;
        }

#mt6 main .royal1 .royal1-ss-box2 .royal1-ss5 {
          position: absolute;
          top: 78px;
          left: 370px;
          z-index: 10;
        }

#mt6 main .royal1 .royal1-text3 {
        margin: -168px 0 0 30px;
        position: relative;
        z-index: 2;
      }

#mt6 main .royal1 .royal1-ss-box3 {
        position: absolute;
        top: 1654px;
        left: 0;
      }

#mt6 main .royal1 .royal1-ss-box3 .royal1-ss6 {
          position: absolute;
          top: 0;
          left: 443px;
          z-index: 10;
        }

#mt6 main .royal1 .royal1-ss-box3 .royal1-ss7 {
          position: absolute;
          top: 85px;
          left: 25px;
          z-index: 10;
        }

#mt6 main .royal1 .royal1-text4 {
        margin: -76px 0 0 70px;
        position: relative;
        z-index: 2;
      }

#mt6 main .royal1 .royal1-ss-box4 {
        position: absolute;
        top: 2354px;
        left: 0;
      }

#mt6 main .royal1 .royal1-ss-box4 .royal1-ss8 {
          position: absolute;
          top: 0;
          left: 581px;
          z-index: 10;
        }

#mt6 main .royal1 .royal1-ss-box4 .royal1-ss9 {
          position: absolute;
          top: 144px;
          left: 52px;
          z-index: 10;
        }

#mt6 main .royal1 .royal1-ss-box4 .royal1-ss10 {
          position: absolute;
          top: 212px;
          left: 490px;
          z-index: 10;
        }

#mt6 main .royal2 {
      position: relative;
      margin: 255px 0 0 35px;
    }

#mt6 main .royal2 .royal2-text1 {
        position: relative;
        z-index: 2;
      }

#mt6 main .royal2 .royal2-ss-box1 {
        position: absolute;
        top: 602px;
        left: 0;
      }

#mt6 main .royal2 .royal2-ss-box1 .royal2-ss1 {
          position: absolute;
          top: 0;
          left: 394px;
          z-index: 10;
        }

#mt6 main .royal2 .royal2-ss-box1 .royal2-ss2 {
          position: absolute;
          top: 81px;
          left: 64px;
          z-index: 10;
        }

#mt6 main .royal2 .royal2-ss-box1 .royal2-ss3 {
          position: absolute;
          top: 267px;
          left: 533px;
          z-index: 10;
        }

#mt6 main .royal2 .royal2-ss-box1 .royal2-ss4 {
          position: absolute;
          top: 283px;
          left: 199px;
          z-index: 10;
        }

#mt6 main .royal2 .royal2-text2 {
        position: relative;
        margin: -187px 0 0 3px;
      }

#mt6 main .royal2 .royal2-ss-box2 {
        position: absolute;
        top: 1276px;
        left: 0;
      }

#mt6 main .royal2 .royal2-ss-box2 .royal2-ss5 {
          position: absolute;
          top: 0;
          left: 645px;
          z-index: 10;
        }

#mt6 main .royal2 .royal2-ss-box2 .royal2-ss6 {
          position: absolute;
          top: 156px;
          left: 238px;
          z-index: 10;
        }

#mt6 main .about {
      margin-top: 200px;
    }

#mt6 main .back-number-box {
      margin-top: 8px;
    }

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