@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-color: #000;
}

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

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

main section {
    z-index: 20;
  }

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

main .bg-red-line {
    width: 1637px;
    height: 14400px;
    position: absolute;
    top: 90px;
    left: -325px;
    z-index: 11;
  }

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

main .title {
    margin-top: 90px;
  }

main #phantom-life-contents {
    padding-bottom: 37px;
  }

main #phantom-life-contents h2 {
      position: relative;
      margin: 142px 0 0 64px;
      z-index: 2;
    }

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

main #phantom-life-contents h2 .title-star {
        top: -15px;
        left: -30px;
      }

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

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

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

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

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

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

main #phantom-life-contents .phantom-life-nav a {
        display: block;
        opacity: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        position: relative;
      }

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

main #phantom-life-contents .phantom-life-nav .nav-sec2-link {
        margin: -90px 0 0 413px;
        -webkit-transform: rotateZ(-2deg);
                transform: rotateZ(-2deg);
      }

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

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

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

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

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

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

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

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

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

main #phantom-life-contents .phantom-life-nav .nav-sec7-link {
        margin: 18px 0 0 348px;
        -webkit-transform: rotateZ(-2deg);
                transform: rotateZ(-2deg);
      }

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

main #phantom-life-contents .phantom-life-nav .nav-sec7-link a:before {
            content: url(../../resources/img/phantom_life/new2_c7502db2d6b8c4de760d462442f77d88.png);
            position: absolute;
            top: -45px;
            left: -136px;
            -webkit-transform: rotate(10deg);
                    transform: rotate(10deg);
          }

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

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

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

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

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

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

main .ss-wrapper {
    position: relative;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

main #sec1 h3 {
      position: relative;
      margin-left: -89px;
      height: 533px;
    }

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

main #sec1 .ss1-wrapper {
      position: relative;
      margin: -92px 0 0 340px;
    }

main #sec1 .ss1-wrapper .ss1 .star {
          top: -65px;
          left: -38px;
        }

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

main #sec1 .ss1-wrapper .ss1-text {
        position: absolute;
        top: 157px;
        left: -337px;
      }

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

main #sec1 .ss2-wrapper {
      position: relative;
      margin: -48px 0 0 518px;
    }

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

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

main #sec1 .ss2-wrapper .ss2-text {
        position: absolute;
        top: 112px;
        left: -433px;
      }

main #sec1 .ss2-wrapper .ss2-text .content {
          padding: 11px 0 0 16px;
        }

main #sec2 {
    margin-top: 116px;
    z-index: 30;
  }

main #sec2 h3 {
      position: relative;
      margin-left: -138px;
      height: 447px;
    }

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

main #sec2 .ss1-wrapper {
      position: relative;
      margin: -107px 0 0 280px;
    }

main #sec2 .ss1-wrapper .ss1 .star {
          top: 56px;
          left: 17px;
        }

main #sec2 .ss1-wrapper .ss1 .open {
          top: 0;
          left: 308px;
        }

main #sec2 .ss1-wrapper .ss1-text {
        margin: 34px 0 0 187px;
      }

main #sec2 .ss1-wrapper .ss1-text .content {
          padding: 6px 0 0 14px;
        }

main #sec2 .ss2-wrapper {
      position: relative;
      margin: -228px 0 0 6px;
    }

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

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

main #sec2 .ss2-wrapper .ss2-text {
        margin: -43px 0 0 381px;
      }

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

main #sec2 .new {
      position: relative;
      margin: 43px 0 0 -60px;
    }

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

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

main #sec2 .new .new-wrapper .content {
          padding: 222px 0 0 257px;
          line-height: 34px;
          font-size: 21px;
          letter-spacing: -0.2px;
        }

main #sec2 .new .ss3 {
        position: absolute;
        right: -77px;
        top: 54px;
      }

main #sec2 .new .ss3 .open {
          top: 21px;
          left: 366px;
        }

main #sec2 .new .ss4 {
        margin: -85px 0 0 438px;
      }

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

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

main #sec3 h3 {
      position: relative;
      margin-left: 15px;
      height: 588px;
    }

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

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

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

main #sec3 .ss1-wrapper .ss1 {
        position: absolute;
        top: -132px;
        right: 126px;
      }

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

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

main #sec3 .ss2-wrapper {
      position: relative;
      margin: 32px 0 0 63px;
    }

main #sec3 .ss2-wrapper .ss2-text .content {
          padding: 10px 0 0 12px;
        }

main #sec3 .ss2-wrapper .ss2 {
        position: absolute;
        top: -176px;
        right: 13px;
      }

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

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

main #sec3 .new {
      position: relative;
      margin: 54px 0 0 180px;
    }

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

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

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

main #sec3 .new .new-wrapper .content {
          padding: 253px 0 0 356px;
          line-height: 34px;
          font-size: 21px;
          letter-spacing: -0.2px;
        }

main #sec3 .new .ss3 {
        position: absolute;
        top: -36px;
        left: -67px;
      }

main #sec3 .new .ss3 .open {
          top: 142px;
          left: 306px;
        }

main #sec3 .new .ss4 {
        position: absolute;
        top: 314px;
        left: -183px;
      }

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

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

main #sec4 h3 {
      position: relative;
      height: 682px;
      margin-left: -329px;
    }

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

main #sec4 .ss1-wrapper {
      position: relative;
      margin: -232px 0 0 3px;
    }

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

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

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

main #sec4 .ss1-wrapper .ss1-text {
        position: relative;
        margin: -184px 0 0 500px;
      }

main #sec4 .ss1-wrapper .ss1-text .content {
          padding: 9px 0 0 13px;
          letter-spacing: -0.4px;
        }

main #sec4 .ss2 {
      margin: -90px 0 0 35px;
    }

main #sec4 .ss2 .star {
        top: 47px;
        left: -5px;
      }

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

main #sec4 .ss3-wrapper {
      position: relative;
      margin: 37px 0 0 2px;
    }

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

main #sec4 .ss3-wrapper .ss3 {
        margin: -93px 0 0 516px;
      }

main #sec4 .ss3-wrapper .ss3 .open {
          top: -10px;
          left: 394px;
        }

main #sec4 .ss4 {
      margin: -190px 0 0 180px;
    }

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

main #sec4 .new {
      position: relative;
      margin: -1px 0 0 -59px;
    }

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

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

main #sec4 .new .new-wrapper .content {
          padding: 202px 0 0 273px;
          line-height: 34px;
          font-size: 21px;
          letter-spacing: -0.2px;
        }

main #sec4 .new .ss5 {
        position: absolute;
        top: -73px;
        left: 711px;
      }

main #sec4 .new .ss5 .open {
          top: -4px;
          left: 306px;
        }

main #sec4 .new .ss6 {
        position: absolute;
        top: 195px;
        left: 785px;
      }

main #sec4 .new .ss6 .open {
          top: 138px;
          left: 234px;
        }

main #sec4 .new .ss7 {
        position: absolute;
        top: 387px;
        left: 605px;
      }

main #sec4 .new .ss7 .open {
          top: -14px;
          left: 264px;
        }

main #sec4 .new .ss8 {
        position: absolute;
        top: 474px;
        left: 155px;
      }

main #sec4 .new .ss8 .open {
          top: -24px;
          left: 345px;
        }

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

main #sec5 h3 {
      position: relative;
      height: 572px;
      margin-left: -125px;
    }

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

main #sec5 .ss1-wrapper {
      position: relative;
      margin: 16px 0 0 3px;
    }

main #sec5 .ss1-wrapper .ss1-text {
        position: relative;
      }

main #sec5 .ss1-wrapper .ss1-text .content {
          padding: 9px 0 0 16px;
          letter-spacing: -0.2px;
        }

main #sec5 .ss1-wrapper .ss1 {
        position: absolute;
        top: -32px;
        right: 190px;
      }

main #sec5 .ss1-wrapper .ss1 .star {
          top: 52px;
          left: -12px;
        }

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

main #sec5 .ss1-wrapper .ss2 {
        position: absolute;
        top: 170px;
        right: 42px;
      }

main #sec5 .ss1-wrapper .ss2 .star {
          top: 142px;
          left: 361px;
        }

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

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

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

main #sec5 .new1 {
      position: relative;
      margin: 22px 0 0 323px;
    }

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

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

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

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

main #sec5 .new1 .ss3 {
        position: absolute;
        top: -12px;
        left: -327px;
      }

main #sec5 .new1 .ss3 .open {
          top: 107px;
          left: 351px;
        }

main #sec5 .new1 .ss4 {
        position: absolute;
        top: 235px;
        left: -356px;
      }

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

main #sec5 .new1 .ss5 {
        position: absolute;
        top: 376px;
        left: -88px;
      }

main #sec5 .new1 .ss5 .open {
          top: 120px;
          left: 350px;
        }

main #sec5 .new2 {
      position: relative;
      margin: 339px 0 0 -35px;
    }

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

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

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

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

main #sec5 .new2 .ss6 {
        position: absolute;
        top: 115px;
        left: 640px;
      }

main #sec5 .new2 .ss6 .open {
          top: -27px;
          left: 311px;
        }

main #sec5 .new2 .ss7 {
        position: absolute;
        top: 365px;
        left: 333px;
      }

main #sec5 .new2 .ss7 .open {
          top: -29px;
          left: 347px;
        }

main #sec5 .new2 .ss8 {
        position: absolute;
        top: 391px;
        left: 21px;
      }

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

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

main #sec6 h3 {
      position: relative;
      height: 506px;
      margin-left: -91px;
    }

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

main #sec6 .ss1-wrapper {
      position: relative;
      margin: -8px 0 0 14px;
    }

main #sec6 .ss1-wrapper .ss1-text .content {
          padding: 9px 0 0 14px;
          letter-spacing: -0.4px;
        }

main #sec6 .ss1-wrapper .ss1 {
        margin: -211px 0 0 612px;
      }

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

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

main #sec6 .ss2-wrapper {
      position: relative;
      margin: 18px 0 0 98px;
    }

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

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

main #sec6 .ss2-wrapper .ss2 {
        margin: -195px 0 0 412px;
      }

main #sec6 .ss2-wrapper .ss2 .star {
          top: 218px;
          left: -15px;
        }

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

main #sec6 .new {
      position: relative;
      margin: -23px 0 0 115px;
    }

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

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

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

main #sec6 .new .new-wrapper .content {
          padding: 207px 0 0 338px;
          line-height: 34px;
          font-size: 21px;
          letter-spacing: -0.2px;
        }

main #sec6 .new .ss3 {
        position: absolute;
        top: 385px;
        left: 490px;
      }

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

main #sec6 .new .ss4 {
        position: absolute;
        top: 190px;
        left: -152px;
      }

main #sec6 .new .ss4 .open {
          top: 128px;
          left: 388px;
        }

main #sec6 .new .ss5 {
        position: absolute;
        top: 421px;
        left: 163px;
      }

main #sec6 .new .ss5 .open {
          top: -24px;
          left: 260px;
        }

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

main #sec7 h3 {
      position: relative;
      height: 646px;
      margin-left: 13px;
    }

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

main #sec7 .new1 {
      position: relative;
      margin: -205px 0 0 275px;
    }

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

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

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

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

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

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

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

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

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

main #sec7 .new2 .ss1 {
        position: absolute;
        top: -205px;
        left: -512px;
      }

main #sec7 .new2 .ss1 .open {
          top: 65px;
          left: 305px;
        }

main #sec7 .new2 .ss2 {
        position: absolute;
        top: 85px;
        left: -431px;
      }

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

main #sec7 .new2 .ss3 {
        position: absolute;
        top: 353px;
        left: -21px;
      }

main #sec7 .new2 .ss3 .open {
          top: 17px;
          left: 462px;
        }

main #sec7 .new3 {
      position: relative;
      margin: 218px 0 0 -4px;
    }

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

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

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

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

main #sec7 .new3 .ss4 {
        position: absolute;
        top: 154px;
        left: 558px;
      }

main #sec7 .new3 .ss4 .open {
          top: 78px;
          left: 377px;
        }

main #sec7 .new3 .ss5 {
        position: absolute;
        top: 295px;
        left: 254px;
      }

main #sec7 .new3 .ss5 .open {
          top: -16px;
          left: 343px;
        }

main #sec7 .new3 .ss6 {
        position: absolute;
        top: 293px;
        left: -18px;
      }

main #sec7 .new3 .ss6 .open {
          top: 67px;
          left: 295px;
        }

main #sec7 .new3 .dlc-txt {
        position: absolute;
        top: 564px;
        left: 422px;
        z-index: 30;
        pointer-events: none;
      }

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

    a:hover {
      opacity: 0.6;
    }

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

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

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

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

    bottom: auto;
    top: -100px;
  }

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

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

    bottom: 25px;
    right: 0;
  }
}

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

header {
    background-size: 100% 100%
}

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

