@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;
  min-height: 100vh;
  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/dlc/bg_red_line_12d71e07c9d188ba282e0c77eda082c4.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/dlc/bg_red_dot_218ad5aa9c06f8bc0032e7b9114613de.png) center top no-repeat;
    width: 100%;
    min-width: 1024px;
    height: 8000px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
  }

main #dlc-contents h2 {
      height: 0;
      position: relative;
      margin: 81px 0 0 45px;
      z-index: 2;
    }

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

main #dlc-contents .sort-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      font-size: 0;
    }

main #dlc-contents .sort-box li {
        display: inline-block;
        position: relative;
      }

main #dlc-contents .sort-box li a {
          position: relative;
          display: inline-block;
          cursor: pointer;
          outline: none;
        }

main #dlc-contents .sort-box li.new a:before {
              content: url(../../resources/img/dlc/sort_new_b29d692d8e955cba38d4ca8c8fbda6d8.png);
              position: absolute;
              pointer-events: none;
            }

main #dlc-contents .sort-box li:nth-child(1) {
          margin: 64px 0 0 362px;
          z-index: 2;
        }

main #dlc-contents .sort-box li:nth-child(1) a {
            background: url(../../resources/img/dlc/sort_all_btn_ba6b1b87ba80ba1df65b7ec2786ac73c.png) no-repeat;
            width: 191px;
            height: 102px;
          }

main #dlc-contents .sort-box li:nth-child(2) {
          margin: 50px 0 0 12px;
          z-index: 2;
        }

main #dlc-contents .sort-box li:nth-child(2) a {
            background: url(../../resources/img/dlc/sort_persona_btn_187a05416f4baa82fbcec30487bc688e.png) no-repeat;
            width: 226px;
            height: 98px;
          }

main #dlc-contents .sort-box li:nth-child(3) {
          margin: 4px 0 0 134px;
        }

main #dlc-contents .sort-box li:nth-child(3) a {
            background: url(../../resources/img/dlc/sort_costume_btn_dbc6fe52d16ffb9cb53ccf3befe9115a.png) no-repeat;
            width: 373px;
            height: 101px;
          }

main #dlc-contents .sort-box li:nth-child(3).new a:before {
                top: -18px;
                left: -166px;
              }

main #dlc-contents .sort-box li:nth-child(4) {
          margin: -58px 0 0 2px;
        }

main #dlc-contents .sort-box li:nth-child(4) a {
            background: url(../../resources/img/dlc/sort_theme_btn_8bc3d7404f85fa4a37768dc3ea1b3449.png) no-repeat;
            width: 452px;
            height: 121px;
          }

main #dlc-contents .sort-box li:nth-child(4).new a:before {
                top: -65px;
                left: 362px;
              }

main #dlc-contents .sort-box li:nth-child(5) {
          margin: -42px 0 0 280px;
        }

main #dlc-contents .sort-box li:nth-child(5) a {
            background: url(../../resources/img/dlc/sort_challenge_btn_980499e3f9cd4a02fe9ef66ccd53c0e2.png) no-repeat;
            width: 242px;
            height: 112px;
          }

main #dlc-contents .sort-box li:nth-child(5).new a:before {
                top: 0;
                left: -178px;
              }

main #dlc-contents .sort-box li:nth-child(6) {
          margin: -45px 0 0 8px;
        }

main #dlc-contents .sort-box li:nth-child(6) a {
            background: url(../../resources/img/dlc/sort_free_b36d89958368d9a79ad828ce4d77717d.png) no-repeat;
            width: 334px;
            height: 90px;
          }

main #dlc-contents .dlc-box {
      padding-top: 36px;
      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 #dlc-contents .dlc-box .box {
        background: url(../../resources/img/dlc/box_bg_3b16e49ae8e70d9286da1bca39ed0f47.png) no-repeat;
        width: 482px;
        height: 505px;

        position: relative;
        margin: 0 -17px 30px 25px;
      }

main #dlc-contents .dlc-box .box.new:before {
            content: url(../../resources/img/dlc/box_new_657f7452d51b8692e1471103956b077f.png);
            position: absolute;
            top: 10px;
            left: -39px;
            z-index: 2;
          }

main #dlc-contents .dlc-box .box .icon {
          width: 165px;
          -webkit-transform: rotate(-5deg);
                  transform: rotate(-5deg);
          position: absolute;
          top: 35px;
          left: 17px;
        }

main #dlc-contents .dlc-box .box .dlc-movie {
          background: url(../../resources/img/dlc/movie_btn_3e4c1fbcbef7c343a08b7ebbcd2a7614.png) no-repeat;
          width: 253px;
          height: 84px;

          position: absolute;
          top: 15px;
          left: 204px;
        }

main #dlc-contents .dlc-box .box .dlc-name {
          min-height: 123px;
          color: #f2cc78;
          font-size: 21px;
          line-height: 1.3;
          margin: 100px 35px 0 206px;
        }

main #dlc-contents .dlc-box .box .dlc-date-contents {
          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 #dlc-contents .dlc-box .box .dlc-date-contents .dlc-date,
          main #dlc-contents .dlc-box .box .dlc-date-contents .dlc-price {
            background: url(../../resources/img/dlc/box_date_bg_e1b983987547fa5404b37c86ca925c2a.png) no-repeat;
            width: 167px;
            height: 35px;

            color: #fff;
            text-align: center;
            font-size: 18px;
            padding-top: 8px;
            text-shadow: 1px 1px #000;
          }

main #dlc-contents .dlc-box .box .dlc-date-contents .dlc-date {
            margin-left: 73px;
          }

main #dlc-contents .dlc-box .box .dlc-date-contents .dlc-price {
            margin-left: 20px;
          }

main #dlc-contents .dlc-box .box .dlc-body {
          color: #fff;
          font-size: 14px;
          line-height: 1.72;
          margin-top: 6px;
          padding: 0 45px 0 65px;
        }

main #dlc-contents .dlc-box .box .dlc-memo {
          color: #f00;
          font-weight: bold;
          font-size: 12px;
          line-height: 1.45;
          margin-top: 6px;
          padding: 0 45px 0 65px;
        }

main #dlc-contents .dlc-box .box .dlc-memo .yellow {
            color: #ff0;
          }

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

