@charset "UTF-8";
/*============================================================*/
/*    ???CSS*/
/*============================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

.page *, .page *:before, .page *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="button"],
input[type="submit"],
select,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

/*--------------------------------------------
  PC/SP振り分け設定
---------------------------------------------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/*--------------------------------------------
  汎用クラス
---------------------------------------------*/
/*クリアフィックス*/
.cf {
  *zoom: 1;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

.cf:before {
  content: "";
  display: table;
}

/*クリアフィックス(簡易)*/
.oh {
  overflow: hidden;
}

/*画像置換*/
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*テキストサイズ変更*/
.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

/*文字の太さ*/
.fwb {
  font-weight: bold !important;
}

.fwn {
  font-weight: normal !important;
}

/*文字の位置*/
.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

/*文字をメインカラーに*/
.cm {
  color: #fcfff5 !important;
}

/*マージンボトム*/
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

@media screen and (min-width: 768px) {
  .mb-xs {
    margin-bottom: 7.5px !important;
  }
  .mb-s {
    margin-bottom: 15px !important;
  }
  .mb-m {
    margin-bottom: 30px !important;
  }
  .mb-l {
    margin-bottom: 60px !important;
  }
  .mb-xl {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .mb-xs {
    margin-bottom: 5px !important;
  }
  .mb-s {
    margin-bottom: 10px !important;
  }
  .mb-m {
    margin-bottom: 20px !important;
  }
  .mb-l {
    margin-bottom: 40px !important;
  }
  .mb-xl {
    margin-bottom: 50px !important;
  }
}

/*マージンライト*/
.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

/*パディング*/
.p0 {
  margin-right: 0px !important;
}

.p5 {
  margin-right: 5px !important;
}

.p10 {
  margin-right: 10px !important;
}

.p15 {
  margin-right: 15px !important;
}

.p20 {
  margin-right: 20px !important;
}

.p25 {
  margin-right: 25px !important;
}

.p30 {
  margin-right: 30px !important;
}

.p35 {
  margin-right: 35px !important;
}

.p40 {
  margin-right: 40px !important;
}

.p45 {
  margin-right: 45px !important;
}

.p50 {
  margin-right: 50px !important;
}

/*フロート*/
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.imgfl {
  float: left;
  margin: 0 5 5 0 !important;
}

.imgfr {
  float: right;
  margin: 0 0 5 5 !important;
}

.cb {
  clear: both !important;
}

.op {
  transition: all 300ms ease;
}

.op:hover {
  opacity: 0.7;
  transition: all 300ms ease;
}

/*インラインブロック*/
.ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*画像ホバー*/
.hvop:hover {
  opacity: 0.8 !important;
}

/*画像ホバー(拡大)*/
.hvsc:hover {
  -webkit-transform: scale(1.2 !important);
      -ms-transform: scale(1.2 !important);
          transform: scale(1.2 !important);
}

/*--------------------------------------------
//MARK : ANIMATION
---------------------------------------------*/
@-webkit-keyframes hover {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes hover {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes down {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@-webkit-keyframes hover2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes hover2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes hover3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes hover3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes hover4 {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(0.84);
            transform: scale(0.84);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes hover4 {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(0.84);
            transform: scale(0.84);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@-webkit-keyframes hover5 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes hover5 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes hover6 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes hover6 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in2 {
  0% {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
    display: none;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    display: block;
    opacity: 1;
  }
}

@keyframes fade-in2 {
  0% {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
    display: none;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@-webkit-keyframes down-arrow {
  0% {
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes down-arrow {
  0% {
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes grow {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateY(0%);
  }
  99%, to {
    -webkit-transform: translateY(-100%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  99%, to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes leftSlide {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -164.53333vw 0px;
  }
}

@keyframes leftSlide {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -164.53333vw 0px;
  }
}

@-webkit-keyframes panel {
  0% {
    -webkit-transform: scale(0.3, 1) skewY(45deg) translateY(120px);
            transform: scale(0.3, 1) skewY(45deg) translateY(120px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) skewY(0) translateY(0);
            transform: scale(1) skewY(0) translateY(0);
    opacity: 1;
  }
}

@keyframes panel {
  0% {
    -webkit-transform: scale(0.3, 1) skewY(45deg) translateY(120px);
            transform: scale(0.3, 1) skewY(45deg) translateY(120px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) skewY(0) translateY(0);
            transform: scale(1) skewY(0) translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes ttlIntro {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(1, 0.01);
            transform: scale(1, 0.01);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes ttlIntro {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(1, 0.01);
            transform: scale(1, 0.01);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: .4;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
}

@keyframes loading {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: .4;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
}

.r-mb10 {
  margin-bottom: 1.333vw;
}

.r-mb20 {
  margin-bottom: 2.6696vw;
}

.r-mb30 {
  margin-bottom: 4vw;
}

.r-mb50 {
  margin-bottom: 6.666vw;
}

.r-mb60 {
  margin-bottom: 8vw;
}

.r-mb80 {
  margin-bottom: 9.333vw;
}

.r-mb90 {
  margin-bottom: 12vw;
}

.lazy,
.lazytxt {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition: -webkit-transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease;
}

.lazy.visible-image, .lazy.visible-txt,
.lazytxt.visible-image,
.lazytxt.visible-txt {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1.0;
}

.lazyttl {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
}

.lazyttl.visible-ttl {
  -webkit-animation-name: ttlIntro;
  animation-name: ttlIntro;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 820ms;
  animation-delay: 820ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.lazyZoom {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
  transition: -webkit-transform 3.0s ease, opacity 1.5s ease;
  transition: transform 3.0s ease, opacity 1.5s ease;
}

.lazyZoom.visible-image2 {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1.0;
}

.lazyFade {
  opacity: 0;
  transition: opacity 1.5s ease;
}

.lazyFade.visible-image3 {
  opacity: 1.0;
}

/*--------------------------------------------
//MARK : BASIC
---------------------------------------------*/
body {
  background-color: #000000;
  color: #585858;
  font-size: 14px;
  line-height: 1.61;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
  position: relative;
}

body section img {
  width: 100%;
  height: auto;
}

a {
  color: #2971a7;
  text-decoration: none;
}

a:hover {
  color: #5ea4d8;
  text-decoration: underline;
  transition: all 300ms linear;
}

a:active, a:focus {
  color: #d9eaf6;
}

a img:hover {
  transition: all 300ms linear;
}

.page {
  overflow: hidden;
  position: relative;
}

.page .page-bg, .page .page-bg span {
  width: 110%;
  height: 100%;
  position: absolute;
  left: -5%;
  top: 0;
}

.page section .inner {
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page section .inner .n-3ds-logo {
  position: absolute;
  width: 36vw;
  height: auto;
  right: 1.333vw;
  top: 1.333vw;
  z-index: 1;
}

.footer-inner {
  position: relative;
  z-index: 1;
}

.footer-inner .pagetop {
  text-align: right;
  margin-top: 8vw;
}

.footer-inner .pagetop a {
  display: inline-block;
}

.footer-inner .pagetop a img {
  width: 10.133vw;
}

.footer-inner .footer-nav {
  position: absolute;
  top: 30.666vw;
}

.footer-inner .footer-nav ul {
  text-align: center;
}

.footer-inner .footer-nav ul li {
  display: inline-block;
  height: auto;
}

.footer-inner .footer-nav ul li.nav01 {
  width: 39.466vw;
}

.footer-inner .footer-nav ul li.nav01.current img {
  opacity: 0;
}

.footer-inner .footer-nav ul li.nav01.current a {
  background: url(../img/footer-nav01-ov.png) no-repeat;
  background-size: contain;
}

.footer-inner .footer-nav ul li.nav02 {
  width: 26.8vw;
}

.footer-inner .footer-nav ul li.nav02.current img {
  opacity: 0;
}

.footer-inner .footer-nav ul li.nav02.current a {
  background: url(../img/footer-nav02-ov.png) no-repeat;
  background-size: contain;
}

.footer-inner .footer-nav ul li.nav03 {
  width: 36.266vw;
}

.footer-inner .footer-nav ul li.nav03.current img {
  opacity: 0;
}

.footer-inner .footer-nav ul li.nav03.current a {
  background: url(../img/footer-nav03-ov.png) no-repeat;
  background-size: contain;
}

.footer-inner .footer-nav ul li.nav04 {
  width: 28.666vw;
}

.footer-inner .footer-nav ul li.nav04.current img {
  opacity: 0;
}

.footer-inner .footer-nav ul li.nav04.current a {
  background: url(../img/footer-nav04-ov.png) no-repeat;
  background-size: contain;
}

.footer-inner .footer-nav ul li.nav05 {
  width: 32.266vw;
}

.footer-inner .footer-nav ul li.nav05.current img {
  opacity: 0;
}

.footer-inner .footer-nav ul li.nav05.current a {
  background: url(../img/footer-nav05-ov.png) no-repeat;
  background-size: contain;
}

.footer-inner .footer-nav ul li a {
  display: block;
}

.footer-inner .footer-nav ul li img {
  width: 100%;
}

.footer-inner .footer-link {
  position: relative;
}

.footer-inner .footer-link:before {
  content: "";
  width: 100vw;
  height: 4vw;
  background: url(../img/img-footer-line.png) center center no-repeat;
  background-size: 100%;
  top: 0;
  display: block;
}

.footer-inner .footer-link ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-inner .footer-link ul li {
  width: 44vw;
}

.footer-inner .footer-link ul li:last-child {
  width: 56vw;
}

.footer-inner .footer-link .copy {
  text-align: center;
  margin: 5.333vw 0;
}

.footer-inner .footer-link .copy img {
  display: inline-block;
  width: 20vw;
}

.footer-inner .footer-link ul:last-child {
  float: right;
  text-align: right;
}

.footer-inner .footer-link ul:last-child li {
  display: inline-block;
}

#top-page .main-wrap .sc-main .sc-intro-bg {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  height: 177vw;
}

#top-page .main-wrap .sc-main .sc-intro-bg:after {
  content: "";
  width: 100vw;
  height: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  background: url("../img/kv-metroid-overlap.png") top center no-repeat;
  background-size: 100%;
  z-index: -3;
}

#top-page .main-wrap .sc-main .sc-intro-bg:before {
  content: "";
  width: 100vw;
  height: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  background: #000000 url("../img/kv-metroid.jpg") top center no-repeat;
  background-size: 100%;
  -webkit-animation: grow 60s linear 10ms infinite;
          animation: grow 60s linear 10ms infinite;
  transition: all 0.2s ease-in-out;
  z-index: -4;
}

#top-page .main-wrap .sc-main .sc-intro-bg .main-title {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 92vw;
}

#top-page .main-wrap .sc-main .sc-intro-bg .main-title .logo {
  display: inline-block;
}

#top-page .main-wrap .sc-main .sc-intro-bg .main-title p {
  height: 36vw;
}

#top-page .main-wrap .sc-info {
  position: relative;
  margin-bottom: 5vw;
}

#top-page .main-wrap .sc-info .inner {
  background: url(../img/bg-info.png) top left;
  background-size: cover;
}

#top-page .main-wrap .sc-info .inner h3 {
  position: relative;
  z-index: 100;
}

#top-page .main-wrap .sc-info .inner .bx-viewport:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1.3333vw;
  background: url(../img/info-line-bottom.png) bottom center no-repeat;
  background-size: cover;
  display: block;
  z-index: 100;
}

#top-page .main-wrap .sc-info .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#top-page .main-wrap .sc-info .bg img {
  width: 100%;
  height: auto;
}

#top-page .main-wrap .sc-info .bx-wrapper {
  position: relative;
  margin-top: -4.6vw;
}

#top-page .main-wrap .sc-info dl {
  overflow: hidden;
}

#top-page .main-wrap .sc-info dl dt, #top-page .main-wrap .sc-info dl dd {
  color: #FFFFFF;
  padding: 0 2.666vw 0 5.333vw;
  font-weight: bold;
  letter-spacing: 0.064em;
  font-size: calc(13px + 0.315vw);
}

#top-page .main-wrap .sc-info dl dt.date, #top-page .main-wrap .sc-info dl dd.date {
  margin-bottom: 1vw;
}

#top-page .main-wrap .sc-info dl dt.txt, #top-page .main-wrap .sc-info dl dd.txt {
  padding-bottom: 3.5vw;
}

#top-page .main-wrap .sc-info dl dt.txt a, #top-page .main-wrap .sc-info dl dd.txt a {
  color: #FFFFFF;
}

#top-page .main-wrap .sc-info dl dt.txt .bx-next-btn, #top-page .main-wrap .sc-info dl dd.txt .bx-next-btn {
  position: relative;
  top: 2px;
}

#top-page .main-wrap .sc-info dl dt.txt .bx-next, #top-page .main-wrap .sc-info dl dd.txt .bx-next {
  background: transparent url("../img/icn-next.png") no-repeat scroll center center;
  height: 20px;
  margin-left: 10px;
  padding: 0;
  text-indent: -9999px;
  width: 60px;
  display: inline-block;
  background-size: contain;
}

#top-page .main-wrap .sc-info dl dt {
  font-size: calc(11px + 0.315vw);
}

#top-page .main-wrap .sc-banner .btn-wrap {
  height: 26.666vw;
}

#top-page .main-wrap .sc-banner .btn-wrap .update img {
  width: 30%;
  margin-left: 12vw;
}

#top-page .main-wrap .sc-menu {
  width: 100%;
  min-height: 94.53333vw;
}

#top-page .footer-inner {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#top-page .footer-inner .inner {
  min-width: 320px;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#top-page .footer-inner .inner .footer-sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4vw;
}

#top-page .footer-inner .inner .footer-sns li {
  width: 9.333vw;
}

#top-page .page {
  padding-bottom: 45.333vw;
}

/*============================================================*/
/* introduction.scss
/*============================================================*/
#introduction {
  overflow-x: hidden;
  min-height: 768px;
}

#introduction .mainbg {
  position: absolute;
  top: 0;
  z-index: -2;
  width: 100%;
}

#introduction .mainbg img {
  width: 100%;
}

#introduction .sc-intro01 {
  position: relative;
}

#introduction .sc-intro01 .bg {
  height: 144vw;
}

#introduction .sc-intro01 .bg img {
  width: 100%;
  height: auto;
}

#introduction .sc-intro01 p {
  position: absolute;
  top: 66.666vw;
  width: 100%;
}

#introduction .sc-intro02 {
  position: relative;
  margin-top: -7%;
}

#introduction .sc-intro02 .sc-intro02-bg {
  padding-top: 42.666vw;
}

#introduction .sc-intro02 .sc-intro02-bg .item {
  position: relative;
}

#introduction .sc-intro02 .sc-intro02-bg .item img {
  position: relative;
  z-index: 3;
}

#introduction .sc-intro02 .sc-intro02-bg .item li:first-child img {
  position: absolute;
  width: 100%;
  z-index: -1;
  margin-top: -5%;
}

#introduction .sc-intro02 .sc-intro02-bg .item li:last-child img {
  margin-top: -28%;
}

#introduction .sc-intro02 .content {
  position: absolute;
  width: 100%;
  top: 0;
}

#introduction .sc-intro03 {
  margin-top: -6vw;
  margin-bottom: 22.666vw;
}

#introduction .sc-slide {
  background: url(../img/img-ss.png);
  background-position: 0px 0px;
  background-size: 196.4vw 29.6vw;
  position: relative;
  -webkit-animation: leftSlide 28s linear infinite;
          animation: leftSlide 28s linear infinite;
  margin-bottom: 8vw;
  height: 29.6vw;
  width: 100vw;
}

#introduction .sc-intro04 {
  position: relative;
}

#introduction .sc-intro04 .content {
  position: absolute;
  width: 100%;
  top: 0;
}

#introduction .sc-intro04 .metroid .metroid-inner {
  position: relative;
}

#introduction .sc-intro04 .metroid .metroid-inner img:first-child {
  position: absolute;
  z-index: 1;
}

#introduction .sc-intro04 .goto-action {
  margin-top: -15%;
}

#introduction .sc-intro04 .btn-wrap {
  padding: 0 12vw;
}

#introduction .sc-intro04 .btn-wrap img {
  width: 100%;
  height: auto;
}

/*============================================================*/
/* history.scss
/*============================================================*/
#history {
  overflow-x: hidden;
  min-height: 768px;
}

#history .mainbg {
  position: absolute;
  top: 0;
  z-index: -2;
  width: 100%;
}

#history .mainbg img {
  width: 100%;
}

#history .chronology {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#history .chronology .side {
  position: relative;
  width: 8.9333vw;
  height: 668.666vw;
}

#history .chronology .side:before {
  content: "";
  height: 100%;
  max-width: 5.3333vw;
  width: auto;
  background: url(../history/img/movie-arrow.gif) repeat-y;
  background-position: 0 0;
  display: block;
  margin: 0 auto 40px;
  background-position: center top;
  background-size: 70%;
}

#history .chronology .side .tit {
  position: absolute;
  width: 100vw;
  left: 0;
  top: 0;
  z-index: -1;
}

#history .chronology .side .arrow {
  width: 5.2vw;
}

#history .chronology .chronology-inner {
  width: 100%;
  height: 668.666vw;
}

#history .sc-history {
  position: relative;
}

#history .sc-history .box {
  width: 100%;
}

#history .sc-history .box.abs {
  position: absolute;
  top: 0;
}

#history .sc-history .btn-wrap {
  padding: 0 22.4vw;
}

#history .sc-history .btn-wrap img {
  width: 100%;
  height: auto;
}

#history .bgline:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 545.6vw;
  top: 0;
  right: 0;
  display: block;
  background: url(../history/img/img-frame-02.png) no-repeat;
  background-size: contain;
}

/*============================================================*/
/* system.scss
/*============================================================*/
#system {
  overflow-x: hidden;
  min-height: 768px;
}

#system .header {
  position: absolute;
  top: 0;
  width: 100%;
}

#system .header .ttl {
  position: absolute;
  top: 0;
  width: 100%;
}

#system .mainbg {
  position: absolute;
  top: 0;
  z-index: -2;
  width: 100%;
}

#system .mainbg img {
  width: 100%;
}

#system .sc-system {
  position: relative;
  width: 100%;
}

#system .sc-system.sc01 {
  margin-top: 109.333vw;
  position: relative;
  width: 100%;
  height: 100vw;
}

#system .sc-system.sc01 h3 {
  min-height: 37.733vw;
}

#system .sc-system.sc01 .box > p {
  position: absolute;
  width: 100%;
  top: 25.0666vw;
}

#system .sc-system.sc02 .bg {
  height: 192.666vw;
}

#system .sc-system.sc02 .box {
  top: 89.6vw;
}

#system .sc-system.sc02 .box h3 {
  min-height: 29.3vw;
}

#system .sc-system.sc02 .box p {
  position: absolute;
  width: 100%;
  top: 25.333vw;
}

#system .sc-system.sc03 .box {
  top: 0;
  margin-top: 69.733vw;
}

#system .sc-system .box {
  width: 100%;
  position: absolute;
  z-index: 1;
  text-align: center;
}

#system .sc-system .btn-wrap {
  padding: 0 22.4vw;
}

#system .sc-system .btn-wrap img {
  width: 100%;
  height: auto;
}

#system .video-content {
  display: inline-block;
  position: relative;
  width: 100%;
}

#system .video-content > img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

#system .video-content video {
  border-radius: 30px;
  width: 81.333vw;
  margin-top: 4.666vw;
}

#system .video-content .play-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#system .video-content .play-btn.loading .play {
  opacity: 0;
}

#system .video-content .play-btn.loading .load {
  transition: all ease 0.3s;
  opacity: 1;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-animation: loading 800ms ease-in-out infinite alternate;
  animation: loading 800ms ease-in-out infinite alternate;
}

#system .video-content .play-btn.ready .play {
  opacity: 0;
}

#system .video-content .play-btn.ready .load {
  opacity: 0 !important;
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transform: scale(0) !important;
      -ms-transform: scale(0) !important;
          transform: scale(0) !important;
}

#system .video-content .play-btn .play {
  width: 48px;
  height: 43px;
  position: absolute;
  top: 4.666vw;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#system .video-content .play-btn .load {
  width: 260px;
  height: 156px;
  position: absolute;
  top: 4.666vw;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}

#system .video-content input {
  top: 0;
  width: 81.333%;
  z-index: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  opacity: 0;
  border: none;
  cursor: pointer;
  background: red;
}

#system .video-content input.playbtn {
  z-index: 2;
}

#system .video-content input.onpause {
  z-index: 1;
}

#system .container {
  width: 100%;
  height: 360px;
  overflow: hidden;
  position: relative;
  z-index: 3;
  margin-top: 20px;
}

#system .container .slide_all {
  width: 290px;
  margin: 0 auto;
  height: 97.75vw;
  position: relative;
}

#system .container .slide_all:before {
  content: '';
  width: 290px;
  height: 480px;
  position: absolute;
  top: 0;
  left: -290px;
  z-index: 1;
}

#system .container .slide_all:after {
  content: '';
  width: 290px;
  height: 480px;
  position: absolute;
  top: 0;
  right: -290px;
  z-index: 1;
}

#system .container .slide_all .slide_wrap {
  width: 900px;
  left: 50%;
  margin-left: -445px;
  position: absolute;
}

#system .container .slide_all .slide_wrap .bx-controls {
  position: absolute;
  width: 100%;
  top: 320px;
}

#system .container .slide_all .slide_wrap #slide_body .slide {
  width: 290px;
  height: 296px;
  position: relative;
}

#system .container .slide_all .slide_wrap #slide_body .slide .play-btn2 {
  width: 100%;
  height: 189px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}

#system .container .slide_all .slide_wrap #slide_body .slide .play-btn2.loading .play {
  opacity: 0;
}

#system .container .slide_all .slide_wrap #slide_body .slide .play-btn2.loading .load {
  transition: all ease 0.3s;
  opacity: 1;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-animation: loading 800ms ease-in-out infinite alternate;
  animation: loading 800ms ease-in-out infinite alternate;
}

#system .container .slide_all .slide_wrap #slide_body .slide .play-btn2.ready .play {
  opacity: 0;
}

#system .container .slide_all .slide_wrap #slide_body .slide .play-btn2.ready .load {
  opacity: 0 !important;
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transform: scale(0) !important;
      -ms-transform: scale(0) !important;
          transform: scale(0) !important;
}

#system .container .slide_all .slide_wrap #slide_body .slide .play-btn2 .play {
  width: 48px;
  height: 43px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#system .container .slide_all .slide_wrap #slide_body .slide .play-btn2 .load {
  width: 260px;
  height: 156px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}

#system .container .slide_all .slide_wrap #slide_body .slide .frame {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  height: 296px;
}

#system .container .slide_all .slide_wrap #slide_body .slide .video-content {
  width: 290px;
  display: block;
  font-size: 0;
  position: relative;
  z-index: 1;
}

#system .container .slide_all .slide_wrap #slide_body .slide .video-content video {
  width: 290px;
  border-radius: 30px 30px 0 0;
  margin-top: 0;
}

#system .container .slide_all .slide_wrap .bx-controls-direction {
  width: 100vw;
  height: 30px;
  border-top: 1px solid #61468e;
  margin: 0 auto 0;
  position: relative;
}

#system .container .slide_all .slide_wrap .bx-controls-direction .bx-prev {
  background: url(../system/img/icon_prev.png) no-repeat center center;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 52px;
  height: 30px;
  background-size: cover;
  display: block;
  z-index: 10;
  margin: auto;
}

#system .container .slide_all .slide_wrap .bx-controls-direction .bx-next {
  background: url(../system/img/icon_next.png) no-repeat center center;
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 52px;
  height: 30px;
  background-size: cover;
  display: block;
  z-index: 10;
  margin: auto;
}

#system .pager {
  width: calc(100vw - 104px);
  position: absolute;
  top: 320px;
  left: 0;
  right: 0;
  margin: auto;
}

#system .pager a {
  width: 44px;
  height: 43px;
  display: inline-block;
  vertical-align: top;
}

#system .pager a:nth-of-type(1) {
  background: url(../system/img/icn_off_01.png) no-repeat center center;
  background-size: 100% auto;
}

#system .pager a:nth-of-type(1).active {
  background: url(../system/img/icn_on_01.png) no-repeat center center;
  background-size: 100% auto;
}

#system .pager a:nth-of-type(2) {
  background: url(../system/img/icn_off_02.png) no-repeat center center;
  background-size: 100% auto;
}

#system .pager a:nth-of-type(2).active {
  background: url(../system/img/icn_on_02.png) no-repeat center center;
  background-size: 100% auto;
}

#system .pager a:nth-of-type(3) {
  background: url(../system/img/icn_off_03.png) no-repeat center center;
  background-size: 100% auto;
}

#system .pager a:nth-of-type(3).active {
  background: url(../system/img/icn_on_03.png) no-repeat center center;
  background-size: 100% auto;
}

#system .pager a:nth-of-type(4) {
  background: url(../system/img/icn_off_04.png) no-repeat center center;
  background-size: 100% auto;
}

#system .pager a:nth-of-type(4).active {
  background: url(../system/img/icn_on_04.png) no-repeat center center;
  background-size: 100% auto;
}

/*============================================================*/
/* products.scss
/*============================================================*/
#products {
  overflow-x: hidden;
  min-height: 768px;
}

#products .main-wrap {
  margin-bottom: -23%;
}

#products .mainbg {
  position: absolute;
  top: 0;
  z-index: -2;
  width: 100%;
}

#products .mainbg img {
  width: 100%;
}

#products .sc-pro {
  position: relative;
}

#products .sc-pro .box {
  position: absolute;
  top: 0;
  width: 100%;
}

#products .sc-pro .amiibo-btn {
  width: 90%;
  margin: 0 auto;
}

#products .sc-pro .amiibo-btn img {
  width: 100%;
}

#products .sc-pro .btn-wrap {
  padding: 0 16vw;
}

#products .sc-pro .btn-wrap img {
  width: 100%;
  height: auto;
}

#products .sc01 .bg {
  min-height: 100vw;
}

#products .sc02 .bg {
  min-height: 102.4vw;
}

#products .sc03 .bg {
  min-height: 258.8vw;
}

#products .sc04 .bg {
  min-height: 225.466vw;
}

#products .cero {
  position: absolute;
  right: 24.5vw;
  top: 14.6vw;
}

#products .cero li {
  display: inline-block;
  width: 7.5vw;
}

/*============================================================*/
/* action.scss
/*============================================================*/
#action {
  overflow-x: hidden;
  min-height: 768px;
}

#action .mainbg {
  position: absolute;
  top: 0;
  z-index: -2;
  width: 100%;
}

#action .mainbg img {
  width: 100%;
}

#action .sc-action {
  position: relative;
}

#action .sc-action .bg2, #action .sc-action .box {
  width: 100%;
  position: absolute;
  top: 0;
}

#action .btn-wrap {
  padding: 0 22.4vw;
}

#action .btn-wrap img {
  width: 100%;
  height: auto;
}

#action .sc-action .movie-box {
  width: 260px;
  display: block;
  margin: auto;
  z-index: 1;
  position: relative;
}

#action .sc-action .movie-box .btn-list {
  margin-top: 74px;
}

#action .sc-action .movie-box .bx-viewport {
  overflow: visible !important;
}

#action .sc-action .movie-box ul li {
  width: 260px;
  height: 156px;
}

#action .sc-action .movie-box ul li .play-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#action .sc-action .movie-box ul li .play-btn.loading .play {
  opacity: 0;
}

#action .sc-action .movie-box ul li .play-btn.loading .load {
  transition: all ease 0.3s;
  opacity: 1;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-animation: loading 800ms ease-in-out infinite alternate;
  animation: loading 800ms ease-in-out infinite alternate;
}

#action .sc-action .movie-box ul li .play-btn.ready .play {
  opacity: 0;
}

#action .sc-action .movie-box ul li .play-btn.ready .load {
  opacity: 0 !important;
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transform: scale(0) !important;
      -ms-transform: scale(0) !important;
          transform: scale(0) !important;
}

#action .sc-action .movie-box ul li .play-btn .play {
  width: 48px;
  height: 43px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#action .sc-action .movie-box ul li .play-btn .load {
  width: 260px;
  height: 156px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#action .sc-action .movie-box ul li:before {
  width: 260px;
  height: 156px;
  content: '';
  background: url(../action/img/frame-movie.png) repeat-x center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
}

#action .sc-action .movie-box ul li video,
#action .sc-action .movie-box ul li > img {
  width: 260px;
  border-radius: 28px 0 0 0;
}

#action .sc-action .movie-box ul li h5 {
  position: absolute;
  z-index: 2;
}

#action .sc-action .movie-box ul li h5 img {
  width: auto;
  height: 82px;
}

#action .sc-action .movie-box ul li p {
  position: absolute;
}

#action .sc-action .movie-box ul li p img {
  width: auto;
  height: 98px;
}

#action .sc-action .movie-box ul li.li001 h5 {
  bottom: -24px;
  left: -10px;
}

#action .sc-action .movie-box ul li.li001 p {
  bottom: -84px;
  left: -10px;
}

#action .sc-action .movie-box ul li.li001 p img {
  height: 86px;
  width: auto;
}

#action .sc-action .movie-box ul li.li002 h5 {
  bottom: -24px;
  left: -13px;
}

#action .sc-action .movie-box ul li.li002 p {
  bottom: -84px;
  left: -10px;
}

#action .sc-action .movie-box ul li.li002 p img {
  height: 86px;
  width: auto;
}

#action .sc-action .movie-box ul li.li003 h5 {
  bottom: -24px;
  left: -6px;
}

#action .sc-action .movie-box ul li.li003 p {
  bottom: -100px;
  left: -10px;
}

#action .sc-action .movie-box ul li.li004 h5 {
  bottom: -24px;
  left: -12px;
}

#action .sc-action .movie-box ul li.li004 p {
  bottom: -100px;
  left: -10px;
}

#action .sc-action .movie-box ul li.li005 h5 {
  bottom: -24px;
  left: -27px;
}

#action .sc-action .movie-box ul li.li005 p {
  bottom: -100px;
  left: -10px;
}

#action .sc-action .movie-box ul li.li006 h5 {
  bottom: -24px;
  left: -18px;
}

#action .sc-action .movie-box ul li.li006 p {
  bottom: -100px;
  left: -10px;
}

#action .sc-action .movie-box ul li.li007 h5 {
  bottom: -24px;
  left: -11px;
}

#action .sc-action .movie-box ul li.li007 p {
  bottom: -100px;
  left: -10px;
}

#action .sc-action .movie-box ul li.li008 h5 {
  bottom: -24px;
  left: 5px;
}

#action .sc-action .movie-box ul li.li008 p {
  bottom: -100px;
  left: -10px;
}

#action .sc-action .movie-box ul li.li009 h5 {
  bottom: -24px;
  left: -18px;
}

#action .sc-action .movie-box ul li.li009 p {
  bottom: -100px;
  left: -10px;
}

#action .sc-action .movie-box ul li.li010 h5 {
  bottom: -24px;
  left: -8px;
}

#action .sc-action .movie-box ul li.li010 p {
  bottom: -100px;
  left: -10px;
}

#action .sc-action .movie-box ul li.li011 h5 {
  bottom: -24px;
  left: -22px;
}

#action .sc-action .movie-box ul li.li011 p {
  bottom: -100px;
  left: -10px;
}

#action .sc-action .movie-box ul li.li012 h5 {
  bottom: -24px;
  left: -19px;
}

#action .sc-action .movie-box ul li.li012 p {
  bottom: -100px;
  left: -10px;
}

#action .sc-action .movie-box ul li.li013 h5 {
  bottom: -24px;
  left: 18px;
}

#action .sc-action .movie-box ul li.li013 p {
  bottom: -91px;
  left: -8px;
}

#action .sc-action .movie-box ul li.li014 h5 {
  bottom: -24px;
  left: 0;
}

#action .sc-action .movie-box ul li.li014 p {
  bottom: -100px;
  left: -10px;
}

#action .sc-action .movie-box ul li.li015 h5 {
  bottom: -24px;
  left: -24px;
}

#action .sc-action .movie-box ul li.li015 p {
  bottom: -95px;
  left: -10px;
}

#action .sc-action .movie-box ul li.li015 p img {
  height: 86px;
  width: auto;
}

#action .sc-action .movie-box ul li.li016 h5 {
  bottom: -24px;
  left: -18px;
}

#action .sc-action .movie-box ul li.li016 p {
  bottom: -95px;
  left: -10px;
}

#action .sc-action .movie-box ul li.li016 p img {
  height: 86px;
  width: auto;
}

#action .sc-action .movie-box ul li.li017 h5 {
  bottom: -24px;
  left: -22px;
}

#action .sc-action .movie-box ul li.li017 p {
  bottom: -100px;
  left: -10px;
}

#action .sc-action .movie-box ul li.li018 h5 {
  bottom: -24px;
  left: -7px;
}

#action .sc-action .movie-box ul li.li018 p {
  bottom: -100px;
  left: -10px;
}

#action .sc-action .movie-box ul li.li019 h5 {
  bottom: -24px;
  left: -19px;
}

#action .sc-action .movie-box ul li.li019 p {
  bottom: -100px;
  left: -21px;
}

#action .sc-action .movie-box .bx-prev {
  width: 14px;
  height: 26px;
  position: absolute;
  top: 62px;
  left: -24px;
  background: url(../action/img/arrow-l.png) no-repeat center center;
  background-size: cover;
}

#action .sc-action .movie-box .bx-next {
  width: 14px;
  height: 26px;
  position: absolute;
  top: 62px;
  right: -24px;
  background: url(../action/img/arrow-r.png) no-repeat center center;
  background-size: cover;
}

#action .sc-action .movie-box .bx-pager div {
  font-size: 0;
  text-align: center;
  margin: 10px 0 0;
  z-index: 56;
  position: relative;
}

#action .sc-action .movie-box .bx-pager div a {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  width: 18px;
  height: 4px;
  background: #5e5d5d;
  opacity: 0.9;
  border-radius: 3px;
}

#action .sc-action .movie-box .bx-pager div a.active {
  background: #4e7aa8;
}

#action .sc-action.sc01 .bg {
  min-height: 156.5333vw;
}

#action .sc-action.sc01 .box > h2 {
  min-height: 71.6vw;
}

#action .sc-action.sc02 .bg {
  min-height: 161.6vw;
}

#action .sc-action.sc02 .box > h2 {
  min-height: 70.4vw;
}

#action .sc-action.sc03 .bg {
  min-height: 161.6vw;
}

#action .sc-action.sc03 .box > h2 {
  min-height: 71.6vw;
}

#action .sc-action.sc04 .bg {
  min-height: 144.4vw;
}

#action .sc-action.sc04 .box > h2 {
  min-height: 57.866vw;
}

#action .link-modal {
  width: 100%;
  height: 100vh;
  background: #000000;
  background: rgba(0, 0, 0, 0.88);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  display: none;
}

#action .link-modal .modal-in {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

#action .link-modal .close {
  width: 52px;
  position: absolute;
  top: 20px;
  right: 3%;
}

#action .link-modal .cate {
  width: 320px;
  margin-bottom: 20px;
}

#action .link-modal .cate h5 {
  margin-bottom: 20px;
}

#action .link-modal .cate > div {
  font-size: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}

#action .link-modal .cate > div a {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}

#action .link-modal .cate > div a img {
  width: auto;
  height: 13px;
}

#action .fz11 {
  height: 11.4px !important;
}

.is-locked {
  overflow: hidden !important;
}

#modal-overlay {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  bottom: -5000px;
  left: -5000px;
  position: fixed;
  right: -5000px;
  top: -5000px;
  z-index: 9999;
}

.modal-out-wrap {
  position: absolute;
  transition: all 200ms ease 0s;
  width: 100%;
  z-index: 10000;
  opacity: 0;
}

.modal-out-wrap.show {
  opacity: 1;
}

.modal-out-wrap.show .modal-box01, .modal-out-wrap.show .modal-box02 {
  -webkit-transform: translateY(0%) !important;
      -ms-transform: translateY(0%) !important;
          transform: translateY(0%) !important;
}

.modal-out-wrap.show .close-btn {
  opacity: 1 !important;
}

.modal-out-wrap.show .movie-box {
  opacity: 1 !important;
}

.modal-out-wrap.show .movie-tab-thumbs {
  opacity: 1 !important;
}

.modal-out-wrap .modal-wrap {
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.modal-out-wrap .modal-wrap .modal-inner {
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  min-width: 320px;
  max-width: 800px;
  margin: 0 auto;
}

.modal-out-wrap .modal-wrap .modal-inner .close-btn {
  height: 14.666vw;
  position: absolute;
  right: 0;
  top: 2.666vw;
  width: 14.666vw;
  z-index: 1;
  opacity: 0;
  transition: 0.3s all ease 480ms;
}

.modal-out-wrap .modal-wrap .modal-inner .close-btn img {
  width: 100%;
}

.modal-out-wrap .modal-wrap .modal-inner .modal-inner-area.gap {
  padding-left: 3vw;
  padding-right: 3vw;
}

.modal-out-wrap .modal-wrap .modal-inner .modal-inner-area .modal-box.modal-box01 {
  position: relative;
  transition: 300ms all ease 400ms;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.modal-out-wrap .modal-wrap .modal-inner .modal-inner-area .modal-box.modal-box01 .txt-samus img {
  width: 1366px;
  width: 100%;
  min-width: 320px;
  height: auto;
}

.modal-out-wrap .modal-wrap .modal-inner .modal-inner-area .modal-box.modal-box02 {
  position: absolute;
  top: 0;
  transition: 300ms all ease 320ms;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.modal-out-wrap .modal-wrap .modal-inner .modal-inner-area .modal-box.modal-box02 .txt-bg img {
  width: 100%;
  min-width: 320px;
  height: auto;
}

.modal-out-wrap .modal-wrap .modal-inner .modal-inner-area .movie-tab {
  margin-bottom: 4vw;
  position: relative;
}

.modal-out-wrap .modal-wrap .modal-inner .modal-inner-area .movie-tab .show-tab-child {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.modal-out-wrap .modal-wrap .modal-inner .modal-inner-area .movie-tab .movie-box {
  opacity: 0;
  transition: 600ms all ease 0.3s;
  width: 100%;
  position: relative;
  padding-top: 54.2%;
}

.modal-out-wrap .modal-wrap .modal-inner .modal-inner-area .movie-tab .movie-box iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-out-wrap .modal-wrap .modal-inner .modal-inner-area .movie-tab-thumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  transition: 680ms all ease 0.3s;
}

.modal-out-wrap .modal-wrap .modal-inner .modal-inner-area .movie-tab-thumbs > div {
  width: 49%;
  position: relative;
  transition: all ease 0.3s;
  opacity: 0.6;
  border-top: 3px solid transparent;
}

.modal-out-wrap .modal-wrap .modal-inner .modal-inner-area .movie-tab-thumbs > div:before {
  content: "";
  width: 10vw;
  height: 10vw;
  background: url(../img/modal/icon-play.svg) center center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal-out-wrap .modal-wrap .modal-inner .modal-inner-area .movie-tab-thumbs > div.show-tab {
  opacity: 1;
  border-top: 3px solid #E60012;
  position: relative;
}

.modal-out-wrap .modal-wrap .modal-inner .modal-inner-area .movie-tab-thumbs > div.show-tab:after {
  content: "";
  border-color: #e60012 transparent;
  border-width: 0 6px 5px;
  border-style: solid;
  position: absolute;
  top: -2vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 0;
  width: 0;
  opacity: 1;
  transition: all ease 0.3;
}

.modal-out-wrap .modal-wrap .modal-inner .modal-inner-area .movie-tab-thumbs > div:after {
  content: "";
  border-color: transparent;
  border-width: 0 6px 5px;
  border-style: solid;
  position: absolute;
  top: -2vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 0;
  width: 0;
  transition: all ease 0.3;
  opacity: 0;
}

.modal-out-wrap .modal-wrap .modal-inner .modal-inner-area .movie-tab-thumbs > div img {
  width: 100%;
}

.modal-out-wrap .modal-wrap .modal-inner .ham-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 9.0666vw 0 14.133vw;
  background: url(../img/ham-bg.png) no-repeat center center;
  background-size: cover;
  margin-bottom: 10vw;
}

.modal-out-wrap .modal-wrap .modal-inner .ham-menu:before {
  background: url(../img/ham-header.png) no-repeat;
  background-size: contain;
  content: "";
  width: 100%;
  height: 3.7333vw;
  position: absolute;
  left: 0;
  top: 0;
}

.modal-out-wrap .modal-wrap .modal-inner .ham-menu:after {
  background: url(../img/ham-footer.png) no-repeat;
  background-size: contain;
  content: "";
  width: 100%;
  height: 2.4vw;
  position: absolute;
  left: 0;
  bottom: 0;
}

.modal-out-wrap .modal-wrap .modal-inner .ham-menu li a {
  display: block;
  width: 38.533vw;
}

.modal-out-wrap .modal-wrap .modal-inner .ham-menu li a img {
  width: 100%;
  height: auto;
}

.modal-out-wrap .modal-wrap .modal-inner .ham-menu .close-btn {
  position: fixed;
  left: 3vw;
  bottom: 3vw;
  top: auto;
  height: 16.4vw;
  width: 17.8666vw;
  z-index: 1;
  opacity: 0;
  transition: 0.3s all ease 480ms;
}

.modal-out-wrap .modal-wrap .modal-inner .ham-menu .close-btn img {
  width: 100%;
}

#menu .js-show-popup {
  display: block;
  position: fixed;
  left: 3vw;
  bottom: 3vw;
  height: 16.4vw;
  width: 17.8666vw;
  z-index: 1000;
  opacity: 0;
  transition: all ease 0.3s;
}

#menu .fixmenu {
  opacity: 1;
}

#menu .fixmenu.opened {
  opacity: 1;
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

#menu img {
  width: 100%;
}

.bottom #menu .js-show-popup {
  opacity: 0;
  transition: all ease 0.3s;
}

.bottom #menu .js-show-popup.opend {
  z-index: -5;
}

@media screen and (orientation: landscape) {
  .modal-out-wrap .modal-wrap .modal-inner .ham-menu {
    padding: 3.0666vw 0 4.133vw;
  }
  .modal-out-wrap .modal-wrap .modal-inner .ham-menu li a {
    width: 17vw;
  }
  .modal-out-wrap .modal-wrap .modal-inner .ham-menu .close-btn {
    width: 10.666vw;
    height: 9.4vw;
  }
  #menu {
    height: 9.4vw;
    width: 10.8666vw;
  }
}

#ncommon-purchase.is-right-middle {
  bottom: 5px;
  margin-top: -30px;
  right: 5px;
}
