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

main section {
    z-index: 20;
  }

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

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

main #shopguide-contents .wrapper {
      padding: 114px 0 15px;
    }

main #shopguide-contents h2 {
      height: 0;
      position: relative;
      margin-left: 42px;
      z-index: 2;
    }

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

main #shopguide-contents h2 .title-star {
        top: -35px;
        left: -41px;
      }

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

main #shopguide-contents .notes {
      color: #fff;
      font-size: 16px;
      line-height: 1.5;
      margin-left: 350px;
    }

main #shopguide-contents .shop-box {
      width: 1044px;
      margin: 50px 0 0 -11px;
      position: relative;
      z-index: 10;
    }

main #shopguide-contents .shop-box .box {
        background: url(../../resources/img/shopguide/box_m_ad26950e54555f8ac3d6e43debee76ee.png) no-repeat;
        width: 498px;
        height: 737px;

        float: left;
        position: relative;
        margin: 0 12px 17px;
      }

main #shopguide-contents .shop-box .box .shop-bnr {
          text-align: center;
          padding-top: 50px;
        }

main #shopguide-contents .shop-box .box .shop-bnr p {
            font-size: 20px;
            margin-top: 20px;
            color: #fff;
            text-align: center;
          }

main #shopguide-contents .shop-box .box .privilege-name-ama,
        main #shopguide-contents .shop-box .box .privilege-name-ani,
        main #shopguide-contents .shop-box .box .privilege-name {
          width: 410px;
          color: #ffe88b;
          text-align: center;
          font-size: 20px;
          border: 1px solid #ffe88b;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          margin: 30px auto 0;
          padding: 22px 0;
          position: relative;
        }

main #shopguide-contents .shop-box .box .privilege-name-ama:before, main #shopguide-contents .shop-box .box .privilege-name-ani:before, main #shopguide-contents .shop-box .box .privilege-name:before {
            content: url(../../resources/img/shopguide/orig_tag1_9239f56010c6360a54420b293876088a.png);
            position: absolute;
            top: -13px;
            left: -17px;
          }

main #shopguide-contents .shop-box .box .check-btn,
        main #shopguide-contents .shop-box .box .now-printing {
          display: block;
          text-align: center;
          margin-top: 15px;
        }

main #shopguide-contents .shop-box .box .btn-box {
          width: 440px;
          margin: 45px auto 0;
          text-align: center;
          font-size: 0;
        }

main #shopguide-contents .shop-box .box .btn-box a {
            display: inline-block;
            margin: 0 4px 8px;
          }

main #shopguide-contents .shop-box .box .btn-box .normal-btn {
            background: url(../../resources/img/shopguide/normal_btn_cb274a154e4486d2cf0441f5f98e3e2f.png) no-repeat;
            width: 206px;
            height: 61px;
          }

main #shopguide-contents .shop-box .box .btn-box .special-btn {
            background: url(../../resources/img/shopguide/special_btn_de6c9393dc81f6489a11ad4a7c7857b7.png) no-repeat;
            width: 206px;
            height: 61px;
          }

main #shopguide-contents .shop-box .box .memo {
          width: 430px;
          color: #fff;
          font-size: 14px;
          line-height: 1.3;
          margin: auto;
        }

main #shopguide-contents .shop-box .box.box-s {
          background: url(../../resources/img/shopguide/box_s_50cde32da9e8b506725251ad571ea8ee.png) no-repeat;
          width: 498px;
          height: 416px;
        }

main #shopguide-contents .shop-box .box#animate {
          background: url(../../resources/img/shopguide/box_l_f2cd25237a82e739a0d5a81a26950ed5.png) no-repeat;
          width: 1018px;
          height: 737px;
        }

main #shopguide-contents .shop-box .box#animate .privilege-name-ani {
            position: absolute;
            top: 162px;
            left: 72px;
          }

main #shopguide-contents .shop-box .box#animate .privilege-name-ani:before {
              content: url(../../resources/img/shopguide/orig_tag2_42f5919ea7b339b64fd0a3642b17273d.png);
            }

main #shopguide-contents .shop-box .box#animate .privilege-name {
            font-size: 19px;
            position: absolute;
            top: 162px;
            left: 540px;
          }

main #shopguide-contents .shop-box .box#animate .animate1 {
            position: absolute;
            top: 268px;
            left: 74px;
          }

main #shopguide-contents .shop-box .box#animate .animate2 {
            position: absolute;
            top: 252px;
            left: 544px;
          }

main #shopguide-contents .shop-box .box#animate .btn-box a {
              position: absolute;
            }

main #shopguide-contents .shop-box .box#animate .btn-box .normal-btn-orig {
              background: url(../../resources/img/shopguide/normal_btn_cb274a154e4486d2cf0441f5f98e3e2f.png) no-repeat;
              width: 206px;
              height: 61px;

              top: 565px;
              left: 58px;
            }

main #shopguide-contents .shop-box .box#animate .btn-box .special-btn-orig {
              background: url(../../resources/img/shopguide/special_btn_de6c9393dc81f6489a11ad4a7c7857b7.png) no-repeat;
              width: 206px;
              height: 61px;

              top: 565px;
              left: 272px;
            }

main #shopguide-contents .shop-box .box#animate .btn-box .normal-btn {
              top: 565px;
              left: 535px;
            }

main #shopguide-contents .shop-box .box#animate .btn-box .special-btn {
              top: 565px;
              left: 750px;
            }

main #shopguide-contents .shop-box .box#amazon {
          background: url(../../resources/img/shopguide/box_l_f2cd25237a82e739a0d5a81a26950ed5.png) no-repeat;
          width: 1018px;
          height: 737px;
        }

main #shopguide-contents .shop-box .box#amazon .privilege-name-ama {
            font-size: 19px;
            position: absolute;
            top: 162px;
            left: 72px;
          }

main #shopguide-contents .shop-box .box#amazon .privilege-name-ama:before {
              content: url(../../resources/img/shopguide/orig_tag2_42f5919ea7b339b64fd0a3642b17273d.png);
            }

main #shopguide-contents .shop-box .box#amazon .privilege-name {
            font-size: 19px;
            position: absolute;
            top: 162px;
            left: 540px;
          }

main #shopguide-contents .shop-box .box#amazon .amazon1 {
            position: absolute;
            top: 253px;
            left: 74px;
          }

main #shopguide-contents .shop-box .box#amazon .amazon2 {
            position: absolute;
            top: 252px;
            left: 544px;
          }

main #shopguide-contents .shop-box .box#amazon .btn-box a {
              position: absolute;
            }

main #shopguide-contents .shop-box .box#amazon .btn-box .ama-normal-btn {
              background: url(../../resources/img/shopguide/normal_btn_cb274a154e4486d2cf0441f5f98e3e2f.png) no-repeat;
              width: 206px;
              height: 61px;

              top: 565px;
              left: 58px;
            }

main #shopguide-contents .shop-box .box#amazon .btn-box .ama-special-btn {
              background: url(../../resources/img/shopguide/special_btn_de6c9393dc81f6489a11ad4a7c7857b7.png) no-repeat;
              width: 206px;
              height: 61px;

              top: 565px;
              left: 272px;
            }

main #shopguide-contents .shop-box .box#amazon .btn-box .normal-btn-orig {
              background: url(../../resources/img/shopguide/ama_normal_btn_83ff0e9b081df4b3827f7e4089c7c897.png) no-repeat;
              width: 206px;
              height: 61px;

              top: 565px;
              left: 535px;
            }

main #shopguide-contents .shop-box .box#amazon .btn-box .special-btn-orig {
              background: url(../../resources/img/shopguide/ama_special_btn_d9e7e978a0ab34a622949390afd9aa83.png) no-repeat;
              width: 206px;
              height: 61px;

              top: 565px;
              left: 750px;
            }

main #shopguide-contents .shop-box .box#amazon .btn-box .normal-btn {
              background: url(../../resources/img/shopguide/ama_normal_btn_none_8989aa8b63ef18d96658eb7c33a7575d.png) no-repeat;
              width: 206px;
              height: 61px;

              top: 635px;
              left: 535px;
            }

main #shopguide-contents .shop-box .box#amazon .btn-box .special-btn {
              background: url(../../resources/img/shopguide/ama_special_btn_none_f85f424f0bd3d744d3cbf3f62c383a2c.png) no-repeat;
              width: 206px;
              height: 61px;

              top: 635px;
              left: 750px;
            }

main #shopguide-contents .shop-box .box#amazon .memo {
            position: absolute;
            top: 645px;
            left: 60px;
            font-size: 12px;
          }

main #shopguide-contents .shop-box .box#ebten .privilege-name {
            font-size: 15px;
            padding: 17px 0;
          }

main #shopguide-contents .shop-box .box#ebten .privilege-name:before {
              content: url(../../resources/img/shopguide/orig_tag2_42f5919ea7b339b64fd0a3642b17273d.png);
            }

main #shopguide-contents .shop-box .box#ebten .now-printing {
            margin-top: 5px;
          }

main #shopguide-contents .shop-box .box#ebten .btn-box {
            margin: 5px auto 0;
          }

main #shopguide-contents .shop-box .box#ebten .btn-box .normal-btn-orig {
              background: url(../../resources/img/shopguide/ebten_normal_btn1_a494225729b0e5c329876f4a9d597663.png) no-repeat;
              width: 206px;
              height: 61px;
            }

main #shopguide-contents .shop-box .box#ebten .btn-box .special-btn-orig {
              background: url(../../resources/img/shopguide/ebten_special_btn1_be1ece89c87c0bbd28c7dd6125c73e7d.png) no-repeat;
              width: 206px;
              height: 61px;
            }

main #shopguide-contents .shop-box .box#ebten .btn-box .normal-btn {
              background: url(../../resources/img/shopguide/ebten_normal_btn2_46c94a758e5b4b23aa2136a9775569da.png) no-repeat;
              width: 206px;
              height: 61px;
            }

main #shopguide-contents .shop-box .box#ebten .btn-box .special-btn {
              background: url(../../resources/img/shopguide/ebten_special_btn2_c89bfcfb534b76ec3dc361226076ec30.png) no-repeat;
              width: 206px;
              height: 61px;
            }

main #shopguide-contents .shop-box .box#ebten .memo {
            font-size: 11px;
          }

main #shopguide-contents .shop-box .box#charaani .privilege-name {
            font-size: 18px;
          }

main #shopguide-contents .shop-box .box#charaani .privilege-name:before {
              content: url(../../resources/img/shopguide/orig_tag2_42f5919ea7b339b64fd0a3642b17273d.png);
            }

main #shopguide-contents .shop-box .box#geo .privilege-name:before {
              content: none;
            }

main #shopguide-contents .shop-box .box#geo .btn-box {
            margin: 5px auto 0;
          }

main #shopguide-contents .shop-box .box#seven_net .btn-box {
            margin: 5px auto 0;
          }

main #shopguide-contents .shop-box .box#seven_net .btn-box .normal-btn-orig {
              background: url(../../resources/img/shopguide/ama_normal_btn_83ff0e9b081df4b3827f7e4089c7c897.png) no-repeat;
              width: 206px;
              height: 61px;
            }

main #shopguide-contents .shop-box .box#seven_net .btn-box .special-btn-orig {
              background: url(../../resources/img/shopguide/ama_special_btn_d9e7e978a0ab34a622949390afd9aa83.png) no-repeat;
              width: 206px;
              height: 61px;
            }

main #shopguide-contents .shop-box .box#dengekiya .privilege-name {
            font-size: 15px;
          }

main #shopguide-contents .shop-box .box#dengekiya .privilege-name:before {
              content: url(../../resources/img/shopguide/orig_tag2_42f5919ea7b339b64fd0a3642b17273d.png);
            }

main #shopguide-contents .shop-box .box#dengekiya .now-printing {
            margin-top: 5px;
          }

main #shopguide-contents .shop-box .box#dengekiya .btn-box {
            margin: 5px auto 0;
          }

main #shopguide-contents .shop-box .box#dengekiya .btn-box .normal-btn-orig {
              background: url(../../resources/img/shopguide/dengeki_normal_btn1_22564b1eea0cfa6926929d9893305324.png) no-repeat;
              width: 206px;
              height: 61px;
            }

main #shopguide-contents .shop-box .box#dengekiya .btn-box .special-btn-orig {
              background: url(../../resources/img/shopguide/dengeki_special_btn1_79557c326266c0bda4d0ddd04075f7bf.png) no-repeat;
              width: 206px;
              height: 61px;
            }

main #shopguide-contents .shop-box .box#dengekiya .btn-box .normal-btn {
              background: url(../../resources/img/shopguide/dengeki_normal_btn2_421e8a8b505f9a279ec25607dc397d91.png) no-repeat;
              width: 206px;
              height: 61px;
            }

main #shopguide-contents .shop-box .box#dengekiya .btn-box .special-btn {
              background: url(../../resources/img/shopguide/dengeki_special_btn2_e9f11a6b93976352345c664e10d72745.png) no-repeat;
              width: 206px;
              height: 61px;
            }

main #shopguide-contents .shop-box .box#dengekiya .memo {
            font-size: 13px;
          }

main #shopguide-contents .shop-box .box#familymart .btn-box {
            margin: 5px auto 0;
          }

main #shopguide-contents .shop-box .box#familymart .btn-box .normal-btn {
              background: url(../../resources/img/shopguide/coming_soon_btn_73bf823809224edb6725360860ef577e.png) no-repeat;
              width: 250px;
              height: 70px;

              pointer-events: none;
            }

main #shopguide-contents .shop-box .box#futababooks .privilege-name:before {
              content: url(../../resources/img/shopguide/orig_tag2_42f5919ea7b339b64fd0a3642b17273d.png);
            }

main #shopguide-contents .shop-box .box#futababooks .now-printing {
            margin-top: 5px;
          }

main #shopguide-contents .shop-box .box#futababooks .btn-box {
            margin: 5px auto 0;
          }

main #shopguide-contents .shop-box .box#futababooks .memo {
            width: 440px;
            font-size: 12px;
          }

main #shopguide-contents .shop-box .box#psstore .privilege-name:before {
              content: url(../../resources/img/shopguide/orig_tag3_2c6c590a1eeaabe1cc185939ce244d84.png);
            }

main #shopguide-contents .shop-box .box#wondergoo {
          margin: 0 12px 320px;
        }

main #shopguide-contents .shop-box .box#gamers {
          clear: both;
        }

main #shopguide-contents .special-edition {
      position: relative;
    }

main #shopguide-contents .special-edition a {
        background: url(../../resources/img/shopguide/special_edition_btn_b8f7dc753f6186e9d4e553134f2b800d.png) no-repeat;
        width: 387px;
        height: 127px;

        position: absolute;
        top: 774px;
        right: -4px;
      }

.shop-modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 1001;
  overflow: auto;
}

.shop-modal .modal-dialog {
    background: url(../../resources/img/shopguide/modal/modal_bg_61dd0020db6c3ed2d70d33c2121fd1ef.png) no-repeat;
    width: 1018px;
    height: 737px;

    position: absolute;
    margin: auto;
    padding-top: 30px;
    top: 170px;
    left: 0;
    right: 0;
    z-index: 10;
  }

.shop-modal .modal-dialog .shop-close-btn {
      background: url(../../resources/img/shopguide/modal/close_btn_e1c603bfb3984a854d396aed8e430c90.png) no-repeat;
      width: 151px;
      height: 120px;

      position: absolute;
      top: -122px;
      right: 0;
    }

.shop-modal .modal-dialog .info-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }

.shop-modal .modal-dialog .info-box .shop-bnr {
        width: 400px;
        margin: 20px 0 0 38px;
        text-align: center;
      }

.shop-modal .modal-dialog .info-box .shop-bnr p {
          font-size: 20px;
          margin-top: 16px;
          color: #fff;
        }

.shop-modal .modal-dialog .privilege-name {
      width: 410px;
      color: #ffe88b;
      text-align: center;
      font-size: 20px;
      border: 1px solid #ffe88b;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin: 30px auto 0;
      padding: 22px 0;
      position: relative;
    }

.shop-modal .modal-dialog .privilege-name:before {
        content: url(../../resources/img/shopguide/orig_tag1_9239f56010c6360a54420b293876088a.png);
        position: absolute;
        top: -13px;
        left: -17px;
      }

.shop-modal .modal-dialog .privilege-img {
      text-align: center;
      margin: 15px auto 0;
    }

.shop-modal .modal-dialog .privilege-img #privilege-movie {
        width: 765px;
        height: 430px;
        margin-bottom: 10px;
        pointer-events: none;
      }

.shop-modal .modal-dialog .notice {
      width: 615px;
      color: #fff;
      font-size: 14px;
      line-height: 1.4;
      margin: 5px auto 0;
    }

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

.shop-modal.animate1 .modal-dialog .privilege-name:before {
          content: url(../../resources/img/shopguide/orig_tag2_42f5919ea7b339b64fd0a3642b17273d.png);
        }

.shop-modal.amazon1 .modal-dialog .privilege-name:before {
          content: url(../../resources/img/shopguide/orig_tag2_42f5919ea7b339b64fd0a3642b17273d.png);
        }

.shop-modal.ebten .modal-dialog .privilege-name {
        font-size: 15px;
      }

.shop-modal.ebten .modal-dialog .privilege-name:before {
          content: url(../../resources/img/shopguide/orig_tag2_42f5919ea7b339b64fd0a3642b17273d.png);
        }

.shop-modal.charaani .modal-dialog .privilege-name {
        font-size: 18px;
      }

.shop-modal.charaani .modal-dialog .privilege-name:before {
          content: url(../../resources/img/shopguide/orig_tag2_42f5919ea7b339b64fd0a3642b17273d.png);
        }

.shop-modal.geo .modal-dialog .privilege-name:before {
          content: none;
        }

.shop-modal.dengekiya .modal-dialog .privilege-name:before {
          content: url(../../resources/img/shopguide/orig_tag2_42f5919ea7b339b64fd0a3642b17273d.png);
        }

.shop-modal.futababooks .modal-dialog .privilege-name:before {
          content: url(../../resources/img/shopguide/orig_tag2_42f5919ea7b339b64fd0a3642b17273d.png);
        }

.shop-modal.psstore .modal-dialog .privilege-name:before {
          content: url(../../resources/img/shopguide/orig_tag3_2c6c590a1eeaabe1cc185939ce244d84.png);
        }

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