@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: 50px;
}

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 {
    background: url(../../resources/img/special/bg_red_line_89d397bf28ff28e5bce82b1a008c32d1.png) center top no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
  }

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

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

main #special-contents h2 {
      height: 0;
      position: relative;
      margin: 80px 58px 0;
      z-index: 2;
    }

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

main #special-contents h2 .title-star {
        top: 7px;
        left: -28px;
      }

main #special-contents h2 .title-en {
        position: absolute;
        left: 42px;
        top: 122px;
        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 #special-contents h2 .title-en.run {
          opacity: 1;
        }

main #special-contents .movie-contents {
      text-align: center;
      margin-bottom: 30px;
      min-height: 900px;
      z-index: 2;
      position: relative;
    }

main #special-contents .movie-contents .sort-box {
        background: url(../../resources/img/special/sort_box_bg_8f8527a69108037522f9561f55b7e836.png) no-repeat;
        width: 937px;
        height: 202px;

        margin: 180px auto 0;
        padding-top: 105px;
      }

main #special-contents .movie-contents .sort-box a {
          display: inline-block;
          cursor: pointer;
          margin-left: 35px;
          outline: none;
          -webkit-transition: none;
          transition: none;
        }

main #special-contents .movie-contents .sort-box a:nth-child(1) {
            background: url(../../resources/img/special/sort_all_btn_505422c928651dfc60475a7445fb5db3.png) no-repeat left top;
            width: 62px;
            height: calc(46px / 2);
          }

main #special-contents .movie-contents .sort-box a:nth-child(1):hover,
            main #special-contents .movie-contents .sort-box a:nth-child(1).mixitup-control-active {
              background-position: 0 bottom;
              opacity: 1;
            }

main #special-contents .movie-contents .sort-box a:nth-child(2) {
            background: url(../../resources/img/special/sort_movie_btn_c7589f4be6ca7f998c57485512503e4e.png) no-repeat left top;
            width: 95px;
            height: calc(46px / 2);
          }

main #special-contents .movie-contents .sort-box a:nth-child(2):hover,
            main #special-contents .movie-contents .sort-box a:nth-child(2).mixitup-control-active {
              background-position: 0 bottom;
              opacity: 1;
            }

main #special-contents .movie-contents .sort-box a:nth-child(3) {
            background: url(../../resources/img/special/sort_product_btn_0691aa991966e2d40af6e22a785251f9.png) no-repeat left top;
            width: 150px;
            height: calc(46px / 2);
          }

main #special-contents .movie-contents .sort-box a:nth-child(3):hover,
            main #special-contents .movie-contents .sort-box a:nth-child(3).mixitup-control-active {
              background-position: 0 bottom;
              opacity: 1;
            }

main #special-contents .movie-contents .sort-box a:nth-child(4) {
            background: url(../../resources/img/special/sort_other_btn_d7ab040517201aa868bfa06e6f724cbb.png) no-repeat left top;
            width: 115px;
            height: calc(46px / 2);
          }

main #special-contents .movie-contents .sort-box a:nth-child(4):hover,
            main #special-contents .movie-contents .sort-box a:nth-child(4).mixitup-control-active {
              background-position: 0 bottom;
              opacity: 1;
            }

main #special-contents .movie-contents .movie-box {
        width: 1024px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: -150px;
      }

main #special-contents .movie-contents .movie-box li {
          display: inline-block;
          margin: 35px 10px 0 10px;
          width: 310px;
          height: 335px;
          cursor: pointer;
          position: relative;
          -webkit-transition: 0.1s ease-in-out;
          transition: 0.1s ease-in-out;
        }

main #special-contents .movie-contents .movie-box li a {
            outline: none;
          }

main #special-contents .movie-contents .movie-box li a:hover {
              opacity: 1;
            }

main #special-contents .movie-contents .movie-box li:hover {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
                    transform: scale3d(1.1, 1.1, 1.1);
            opacity: 1;
          }

main #special-contents .movie-contents .movie-box li.new:after {
              position: absolute;
              top: 25px;
              left: -15px;
              content: " ";
              background: url(../../resources/img/special/new_ef86a3599d7ee04591fba64a4a18d262.png) no-repeat;
              width: 100px;
              height: 82px;
            }

main #special-contents .movie-contents .movie-box li .movie-date,
          main #special-contents .movie-contents .movie-box li .movie-title {
            position: absolute;
            color: #ffdc77;
          }

main #special-contents .movie-contents .movie-box li .movie-date {
            width: 85px;
            top: 206px;
            left: 20px;
            text-align: center;
            font-size: 16px;
          }

main #special-contents .movie-contents .movie-box li .movie-title {
            font-size: 22px;
            line-height: 1.5;
            width: 278px;
            height: 78px;
            top: 230px;
            left: 21px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
          }

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

