
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400");

@charset "UTF-8";
/*============================================================*/
/* PCc”¨a?oa?￢SCSS
/*============================================================*/
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);
}

/*============================================================*/
/*    CSS ANIMATION*/
/*============================================================n*/
/*easing*/
@-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 fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@-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 purupuru {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate(-4%, -3%) skew(5deg, 0deg);
            transform: scale(1, 1.06) translate(-4%, -3%) skew(5deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate(4%, 3%) skew(-5deg, 0deg);
            transform: scale(1, 0.94) translate(4%, 3%) skew(-5deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate(1%, -1%) skew(-2deg, 0deg);
            transform: scale(1, 1.03) translate(1%, -1%) skew(-2deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-1%, 1%) skew(2deg, 0deg);
            transform: scale(1, 0.97) translate(-1%, 1%) skew(2deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate(-4%, -3%) skew(5deg, 0deg);
            transform: scale(1, 1.06) translate(-4%, -3%) skew(5deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate(4%, 3%) skew(-5deg, 0deg);
            transform: scale(1, 0.94) translate(4%, 3%) skew(-5deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate(1%, -1%) skew(-2deg, 0deg);
            transform: scale(1, 1.03) translate(1%, -1%) skew(-2deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-1%, 1%) skew(2deg, 0deg);
            transform: scale(1, 0.97) translate(-1%, 1%) skew(2deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

@-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 body {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@-webkit-keyframes samusMove {
  0% {
    -webkit-transform: scale(0.1, 1.1) translate3d(-50%, -85vh, 0);
            transform: scale(0.1, 1.1) translate3d(-50%, -85vh, 0);
    opacity: 1;
  }
  100% {
    top: 12vh;
    -webkit-transform: scale(1, 1) translate3d(-50%, -25vh, 0);
            transform: scale(1, 1) translate3d(-50%, -25vh, 0);
    opacity: 0;
  }
}

@keyframes samusMove {
  0% {
    -webkit-transform: scale(0.1, 1.1) translate3d(-50%, -85vh, 0);
            transform: scale(0.1, 1.1) translate3d(-50%, -85vh, 0);
    opacity: 1;
  }
  100% {
    top: 12vh;
    -webkit-transform: scale(1, 1) translate3d(-50%, -25vh, 0);
            transform: scale(1, 1) translate3d(-50%, -25vh, 0);
    opacity: 0;
  }
}

@-webkit-keyframes samusStop {
  0% {
    top: 0vh;
    -webkit-transform: scale(0.1, 1.1) translate3d(-50%, -80vh, 0);
            transform: scale(0.1, 1.1) translate3d(-50%, -80vh, 0);
    opacity: 0;
  }
  100% {
    top: 15vh;
    -webkit-transform: scale(1, 1) translate3d(-50%, 0, 0);
            transform: scale(1, 1) translate3d(-50%, 0, 0);
    opacity: 1;
  }
}

@keyframes samusStop {
  0% {
    top: 0vh;
    -webkit-transform: scale(0.1, 1.1) translate3d(-50%, -80vh, 0);
            transform: scale(0.1, 1.1) translate3d(-50%, -80vh, 0);
    opacity: 0;
  }
  100% {
    top: 15vh;
    -webkit-transform: scale(1, 1) translate3d(-50%, 0, 0);
            transform: scale(1, 1) translate3d(-50%, 0, 0);
    opacity: 1;
  }
}

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

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

@-webkit-keyframes fadeMain {
  0% {
    -webkit-transform: scale(1.1, 0);
            transform: scale(1.1, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadeMain {
  0% {
    -webkit-transform: scale(1.1, 0);
            transform: scale(1.1, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes fadeMain {
  0% {
    -webkit-transform: scale(1.1, 0);
            transform: scale(1.1, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadeMain {
  0% {
    -webkit-transform: scale(1.1, 0);
            transform: scale(1.1, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes introBg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes introBg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-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 ttlVertical {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0.05, 1);
            transform: scale(0.05, 1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes ttlVertical {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0.05, 1);
            transform: scale(0.05, 1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

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

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

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

@keyframes fadeHead {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes growEye {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

@keyframes growEye {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes btnMovie {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes btnMovie {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes grown {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}

@keyframes grown {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}

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

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

@-webkit-keyframes box {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes box {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes marqueeScroll {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  99%,
  to {
    -webkit-transform: translateY(1362px);
            transform: translateY(1362px);
  }
}

@keyframes marqueeScroll {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  99%,
  to {
    -webkit-transform: translateY(1362px);
            transform: translateY(1362px);
  }
}

@-webkit-keyframes history {
  from {
    background-position: 0 0;
  }
  99%,
  to {
    background-position: -5810px 0;
  }
}

@keyframes history {
  from {
    background-position: 0 0;
  }
  99%,
  to {
    background-position: -5810px 0;
  }
}

@-webkit-keyframes pagedown {
  from {
    -webkit-transform: translateY(160px);
            transform: translateY(160px);
    opacity: 0;
  }
  99%,
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes pagedown {
  from {
    -webkit-transform: translateY(160px);
            transform: translateY(160px);
    opacity: 0;
  }
  99%,
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

@-webkit-keyframes left-menu {
  from {
    -webkit-transform: translateX(-25vw);
            transform: translateX(-25vw);
    opacity: 0;
  }
  99%,
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes left-menu {
  from {
    -webkit-transform: translateX(-25vw);
            transform: translateX(-25vw);
    opacity: 0;
  }
  99%,
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes infoUP {
  0% {
    -webkit-transform: translateY(110px);
            transform: translateY(110px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes infoUP {
  0% {
    -webkit-transform: translateY(110px);
            transform: translateY(110px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes release {
  from {
    -webkit-transform: translateY(320px);
            transform: translateY(320px);
    opacity: 0;
  }
  99%,
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes release {
  from {
    -webkit-transform: translateY(320px);
            transform: translateY(320px);
    opacity: 0;
  }
  99%,
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

@-webkit-keyframes movie {
  from {
    -webkit-transform: translateX(25vw);
            transform: translateX(25vw);
    opacity: 0;
  }
  99%,
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes movie {
  from {
    -webkit-transform: translateX(25vw);
            transform: translateX(25vw);
    opacity: 0;
  }
  99%,
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes swiperLeft {
  from {
    opacity: 1;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    position: relative;
    z-index: 2;
  }
  99%,
  to {
    opacity: 0.8;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    -webkit-transform: scale(0.7) translate(115%);
            transform: scale(0.7) translate(115%);
    position: relative;
    z-index: -1;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@keyframes swiperLeft {
  from {
    opacity: 1;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    position: relative;
    z-index: 2;
  }
  99%,
  to {
    opacity: 0.8;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    -webkit-transform: scale(0.7) translate(115%);
            transform: scale(0.7) translate(115%);
    position: relative;
    z-index: -1;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@-webkit-keyframes swiperRight {
  from {
    opacity: 1;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    position: relative;
    z-index: 2;
  }
  99%,
  to {
    opacity: 0.8;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    -webkit-transform: scale(0.7) translate(-115%);
            transform: scale(0.7) translate(-115%);
    position: relative;
    z-index: -1;
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

@keyframes swiperRight {
  from {
    opacity: 1;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    position: relative;
    z-index: 2;
  }
  99%,
  to {
    opacity: 0.8;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    -webkit-transform: scale(0.7) translate(-115%);
            transform: scale(0.7) translate(-115%);
    position: relative;
    z-index: -1;
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

@-webkit-keyframes footerUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-127px);
            transform: translateY(-127px);
  }
}

@keyframes footerUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-127px);
            transform: translateY(-127px);
  }
}

.loaded .page {
  -webkit-animation-name: body;
  animation-name: body;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -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;
}

.loaded .page .main-samus .move {
  -webkit-animation-name: samusMove;
  animation-name: samusMove;
  -webkit-animation-duration: 220ms;
  animation-duration: 220ms;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
  -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;
}

.loaded .page .main-samus .stop {
  -webkit-animation-name: samusStop;
  animation-name: samusStop;
  -webkit-animation-duration: 90ms;
  animation-duration: 90ms;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
  -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;
}

.loaded .page .main-title h1 {
  -webkit-animation-name: ttlMain;
  animation-name: ttlMain;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
  -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;
}

.loaded .page .main-title p {
  -webkit-animation-name: fadeMain;
  animation-name: fadeMain;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
  -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;
}

.loaded .page .main-title .btn-wrap {
  -webkit-animation-name: fadeMain;
  animation-name: fadeMain;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
  -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;
}

.loaded .page .left-menu .item li:nth-child(1) {
  -webkit-animation-name: left-menu;
  animation-name: left-menu;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-delay: 3.15s;
  animation-delay: 3.15s;
  -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;
}

.loaded .page .left-menu .item li:nth-child(2) {
  -webkit-animation-name: left-menu;
  animation-name: left-menu;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
  -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;
}

.loaded .page .left-menu .item li:nth-child(3) {
  -webkit-animation-name: left-menu;
  animation-name: left-menu;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-delay: 3.25s;
  animation-delay: 3.25s;
  -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;
}

.loaded .page .left-menu .item li:nth-child(4) {
  -webkit-animation-name: left-menu;
  animation-name: left-menu;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
  -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;
}

.loaded .page .left-menu .item li:nth-child(5) {
  -webkit-animation-name: left-menu;
  animation-name: left-menu;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-delay: 3.35s;
  animation-delay: 3.35s;
  -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;
}

.loaded .page .left-menu .item li:nth-child(1) span {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-delay: 4.25s;
  animation-delay: 4.25s;
  -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;
}

.loaded .page .left-menu .item li:nth-child(2) span {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-delay: 4.45s;
  animation-delay: 4.45s;
  -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;
}

.loaded .page .left-menu .item li:nth-child(3) span {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-delay: 4.65s;
  animation-delay: 4.65s;
  -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;
}

.loaded .page .left-menu .item li:nth-child(4) span {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-delay: 4.85s;
  animation-delay: 4.85s;
  -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;
}

.loaded .page .left-menu .item li:nth-child(5) span {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-delay: 5.05s;
  animation-delay: 5.05s;
  -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;
}

.loaded .page .release .releasedate {
  -webkit-animation-name: release;
  animation-name: release;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
  -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;
}

.loaded .page .right-menu {
  -webkit-animation-name: movie;
  animation-name: movie;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s;
  -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;
}

.loaded .page .btn-movie01 {
  -webkit-animation-name: btnMovie;
  animation-name: btnMovie;
  -webkit-animation-duration: 1200ms;
  animation-duration: 1200ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
  -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;
}

.loaded .page .btn-movie01:before {
  -webkit-animation-name: grown;
  animation-name: grown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.loaded .page .btn-movie01:hover:before {
  -webkit-animation-name: hoverGrow;
  animation-name: hoverGrow;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -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;
}

.loaded .page .sc-info {
  -webkit-animation-name: infoUP;
  animation-name: infoUP;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -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;
}

.loaded .page .header .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: 400ms;
  animation-delay: 400ms;
  -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;
}

.loaded .header .shuffle-text {
  -webkit-animation-name: fadeOth;
  animation-name: fadeOth;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -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: forwards;
  animation-fill-mode: forwards;
}

.ie.loaded .page .main-title .btn-wrap {
  -webkit-animation: none !important;
          animation: none !important;
}

.ie.loaded .page .left-menu .item li:nth-child(1) {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important;
}

.ie.loaded .page .left-menu .item li:nth-child(2) {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important;
}

.ie.loaded .page .left-menu .item li:nth-child(3) {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important;
}

.ie.loaded .page .left-menu .item li:nth-child(4) {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important;
}

.ie.loaded .page .left-menu .item li:nth-child(5) {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important;
}

.ie.loaded .page .left-menu .item li:nth-child(1) span {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important;
}

.ie.loaded .page .left-menu .item li:nth-child(2) span {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important;
}

.ie.loaded .page .left-menu .item li:nth-child(3) span {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important;
}

.ie.loaded .page .left-menu .item li:nth-child(4) span {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important;
}

.ie.loaded .page .left-menu .item li:nth-child(5) span {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important;
}

.ie.loaded .page .release .releasedate {
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.ie.loaded .page .right-menu {
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
          transform: translateX(0) !important;
  opacity: 1;
}

.ie.loaded .page .btn-movie01 {
  -webkit-animation: none !important;
          animation: none !important;
}

.ie.loaded .page .btn-movie01:before {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.ie.loaded .page .btn-movie01:hover:before {
  -webkit-animation: none !important;
          animation: none !important;
}

.ie.loaded .page .sc-info {
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.ie.loaded .header .shuffle-text {
  -webkit-animation-name: fadeOth;
  animation-name: fadeOth;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -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: forwards;
  animation-fill-mode: forwards;
}

.ie.loaded .main-wrap .sc-main .sc-intro-bg .left-menu .left-menu-inner .item li {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.ie.loaded .main-wrap .sc-main .sc-intro-bg .left-menu .left-menu-inner .item li span {
  opacity: 1;
}

.ie.loaded .main-wrap .sc-main .sc-intro-bg .right-menu {
  opacity: 1 !important;
}

#animated.sc-movie .sumus-bg .eye {
  -webkit-animation-name: fadeOth;
  animation-name: fadeOth;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
  -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;
}

#animated.sc-movie .sumus-bg .eye#eyeGrow {
  -webkit-animation-name: growEye;
  animation-name: growEye;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

#animated.sc-movie .sumus-bg .bg {
  -webkit-animation-name: fadeHead;
  animation-name: fadeHead;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  -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;
}

#animated.sc-movie .shuffle-text {
  -webkit-animation-name: fadeOth;
  animation-name: fadeOth;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
  -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;
}

#animated.sc-movie .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: 1200ms;
  animation-delay: 1200ms;
  -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;
}

#animated.sc-movie .btn-movie02 {
  -webkit-animation-name: btnMovie;
  animation-name: btnMovie;
  -webkit-animation-duration: 1200ms;
  animation-duration: 1200ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
  -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;
}

#animated.sc-movie .btn-movie02:before {
  -webkit-animation-name: grown;
  animation-name: grown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#animated.sc-movie .btn-movie02:hover:before {
  -webkit-animation-name: hoverGrow;
  animation-name: hoverGrow;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -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;
}

#animated.sc-slide {
  -webkit-animation-name: fadeOth;
  animation-name: fadeOth;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -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;
}

#animated.sc-products .bg-products {
  -webkit-animation-name: introBg;
  animation-name: introBg;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -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;
}

#animated.sc-products .shuffle-text {
  -webkit-animation-name: fadeOth;
  animation-name: fadeOth;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
  -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;
}

#animated.sc-products .ttl {
  -webkit-animation-name: ttlVertical;
  animation-name: ttlVertical;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
  -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;
}

#animated.sc-products #animated .ttl-wrap h3 {
  -webkit-animation-name: fadeMain;
  animation-name: fadeMain;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -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;
}

#animated.sc-products #animated .box .box-inner {
  -webkit-animation-name: box;
  animation-name: box;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -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;
}

#animated.sc-products #animated .box .box-inner > div {
  -webkit-animation-name: fadeOth;
  animation-name: fadeOth;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -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;
}

@-webkit-keyframes ani1-line1 {
  0% {
    top: 3px;
    left: 16px;
    opacity: 0;
  }
  70% {
    top: 3px;
    left: 16px;
    opacity: 0;
  }
  85% {
    top: 3px;
    left: 130px;
    opacity: 1;
  }
  100% {
    top: 3px;
    left: 256px;
  }
}

@keyframes ani1-line1 {
  0% {
    top: 3px;
    left: 16px;
    opacity: 0;
  }
  70% {
    top: 3px;
    left: 16px;
    opacity: 0;
  }
  85% {
    top: 3px;
    left: 130px;
    opacity: 1;
  }
  100% {
    top: 3px;
    left: 256px;
  }
}

@-webkit-keyframes ani1-line2 {
  0% {
    top: 40px;
    left: 244px;
    opacity: 0;
  }
  70% {
    top: 40px;
    left: 244px;
    opacity: 0;
  }
  85% {
    top: px;
    left: 130px;
    opacity: 1;
  }
  100% {
    top: 40px;
    left: 16px;
    opacity: 0;
  }
}

@keyframes ani1-line2 {
  0% {
    top: 40px;
    left: 244px;
    opacity: 0;
  }
  70% {
    top: 40px;
    left: 244px;
    opacity: 0;
  }
  85% {
    top: px;
    left: 130px;
    opacity: 1;
  }
  100% {
    top: 40px;
    left: 16px;
    opacity: 0;
  }
}

@-webkit-keyframes ani1-line3 {
  0% {
    top: 4px;
    left: 266px;
    opacity: 0;
  }
  92% {
    top: 4px;
    left: 266px;
    opacity: 0;
  }
  96% {
    top: 11px;
    left: 266px;
    opacity: 1;
  }
  100% {
    top: 25px;
    left: 266px;
    opacity: 0;
  }
}

@keyframes ani1-line3 {
  0% {
    top: 4px;
    left: 266px;
    opacity: 0;
  }
  92% {
    top: 4px;
    left: 266px;
    opacity: 0;
  }
  96% {
    top: 11px;
    left: 266px;
    opacity: 1;
  }
  100% {
    top: 25px;
    left: 266px;
    opacity: 0;
  }
}

@-webkit-keyframes ani1-line4 {
  0% {
    top: 37px;
    left: 3px;
    opacity: 0;
  }
  92% {
    top: 37px;
    left: 3px;
    opacity: 0;
  }
  96% {
    top: 30px;
    left: 3px;
    opacity: 1;
  }
  100% {
    top: 16px;
    left: 3px;
    opacity: 0;
  }
}

@keyframes ani1-line4 {
  0% {
    top: 37px;
    left: 3px;
    opacity: 0;
  }
  92% {
    top: 37px;
    left: 3px;
    opacity: 0;
  }
  96% {
    top: 30px;
    left: 3px;
    opacity: 1;
  }
  100% {
    top: 16px;
    left: 3px;
    opacity: 0;
  }
}

.ani1 {
  width: 272px;
  height: 46px;
  position: absolute;
  top: 0;
  left: 0;
}

.ani1 .line1 {
  width: 12px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 16px;
  opacity: 0;
  -webkit-animation-name: ani1-line1;
  animation-name: ani1-line1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ani1 .line2 {
  width: 12px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 40px;
  left: 244px;
  opacity: 0;
  -webkit-animation-name: ani1-line2;
  animation-name: ani1-line2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ani1 .line3 {
  width: 3px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 266px;
  opacity: 0;
  -webkit-animation-name: ani1-line3;
  animation-name: ani1-line3;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ani1 .line4 {
  width: 3px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 37px;
  left: 3px;
  opacity: 0;
  -webkit-animation-name: ani1-line4;
  animation-name: ani1-line4;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes ani2-line1 {
  0% {
    top: 3px;
    left: 16px;
    opacity: 0;
  }
  70% {
    top: 3px;
    left: 16px;
    opacity: 0;
  }
  85% {
    top: 3px;
    left: 200px;
    opacity: 1;
  }
  100% {
    top: 3px;
    left: 394px;
  }
}

@keyframes ani2-line1 {
  0% {
    top: 3px;
    left: 16px;
    opacity: 0;
  }
  70% {
    top: 3px;
    left: 16px;
    opacity: 0;
  }
  85% {
    top: 3px;
    left: 200px;
    opacity: 1;
  }
  100% {
    top: 3px;
    left: 394px;
  }
}

@-webkit-keyframes ani2-line2 {
  0% {
    top: 40px;
    left: 380px;
    opacity: 0;
  }
  70% {
    top: 40px;
    left: 380px;
    opacity: 0;
  }
  85% {
    top: px;
    left: 200px;
    opacity: 1;
  }
  100% {
    top: 40px;
    left: 0;
    opacity: 0;
  }
}

@keyframes ani2-line2 {
  0% {
    top: 40px;
    left: 380px;
    opacity: 0;
  }
  70% {
    top: 40px;
    left: 380px;
    opacity: 0;
  }
  85% {
    top: px;
    left: 200px;
    opacity: 1;
  }
  100% {
    top: 40px;
    left: 0;
    opacity: 0;
  }
}

@-webkit-keyframes ani2-line3 {
  0% {
    top: 4px;
    opacity: 0;
  }
  92% {
    top: 4px;
    opacity: 0;
  }
  96% {
    top: 11px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}

@keyframes ani2-line3 {
  0% {
    top: 4px;
    opacity: 0;
  }
  92% {
    top: 4px;
    opacity: 0;
  }
  96% {
    top: 11px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}

@-webkit-keyframes ani2-line4 {
  0% {
    top: 37px;
    left: 3px;
    opacity: 0;
  }
  92% {
    top: 37px;
    left: 3px;
    opacity: 0;
  }
  96% {
    top: 30px;
    left: 3px;
    opacity: 1;
  }
  100% {
    top: 16px;
    left: 3px;
    opacity: 0;
  }
}

@keyframes ani2-line4 {
  0% {
    top: 37px;
    left: 3px;
    opacity: 0;
  }
  92% {
    top: 37px;
    left: 3px;
    opacity: 0;
  }
  96% {
    top: 30px;
    left: 3px;
    opacity: 1;
  }
  100% {
    top: 16px;
    left: 3px;
    opacity: 0;
  }
}

.ani2 {
  width: 410px;
  height: 46px;
  position: absolute;
  top: 0;
  left: 0;
}

.ani2 .line1 {
  width: 12px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 16px;
  opacity: 0;
  -webkit-animation-name: ani2-line1;
  animation-name: ani2-line1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ani2 .line2 {
  width: 12px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 40px;
  left: 380px;
  opacity: 0;
  -webkit-animation-name: ani2-line2;
  animation-name: ani2-line2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ani2 .line3 {
  width: 3px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 404px;
  opacity: 0;
  -webkit-animation-name: ani2-line3;
  animation-name: ani2-line3;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ani2 .line4 {
  width: 3px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 37px;
  left: 3px;
  opacity: 0;
  -webkit-animation-name: ani2-line4;
  animation-name: ani2-line4;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes ani3-line1 {
  0% {
    top: 3px;
    left: 16px;
    opacity: 0;
  }
  70% {
    top: 3px;
    left: 16px;
    opacity: 0;
  }
  85% {
    top: 3px;
    left: 198px;
    opacity: 1;
  }
  100% {
    top: 3px;
    left: 324px;
  }
}

@keyframes ani3-line1 {
  0% {
    top: 3px;
    left: 16px;
    opacity: 0;
  }
  70% {
    top: 3px;
    left: 16px;
    opacity: 0;
  }
  85% {
    top: 3px;
    left: 198px;
    opacity: 1;
  }
  100% {
    top: 3px;
    left: 324px;
  }
}

@-webkit-keyframes ani3-line2 {
  0% {
    top: 40px;
    left: 312px;
    opacity: 0;
  }
  70% {
    top: 40px;
    left: 312px;
    opacity: 0;
  }
  85% {
    top: px;
    left: 198px;
    opacity: 1;
  }
  100% {
    top: 40px;
    left: 16px;
    opacity: 0;
  }
}

@keyframes ani3-line2 {
  0% {
    top: 40px;
    left: 312px;
    opacity: 0;
  }
  70% {
    top: 40px;
    left: 312px;
    opacity: 0;
  }
  85% {
    top: px;
    left: 198px;
    opacity: 1;
  }
  100% {
    top: 40px;
    left: 16px;
    opacity: 0;
  }
}

@-webkit-keyframes ani3-line3 {
  0% {
    top: 4px;
    opacity: 0;
  }
  92% {
    top: 4px;
    opacity: 0;
  }
  96% {
    top: 11px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}

@keyframes ani3-line3 {
  0% {
    top: 4px;
    opacity: 0;
  }
  92% {
    top: 4px;
    opacity: 0;
  }
  96% {
    top: 11px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}

@-webkit-keyframes ani3-line4 {
  0% {
    top: 37px;
    left: 3px;
    opacity: 0;
  }
  92% {
    top: 37px;
    left: 3px;
    opacity: 0;
  }
  96% {
    top: 30px;
    left: 3px;
    opacity: 1;
  }
  100% {
    top: 16px;
    left: 3px;
    opacity: 0;
  }
}

@keyframes ani3-line4 {
  0% {
    top: 37px;
    left: 3px;
    opacity: 0;
  }
  92% {
    top: 37px;
    left: 3px;
    opacity: 0;
  }
  96% {
    top: 30px;
    left: 3px;
    opacity: 1;
  }
  100% {
    top: 16px;
    left: 3px;
    opacity: 0;
  }
}

.ani3 {
  width: 340px;
  height: 46px;
  position: absolute;
  top: 0;
  left: 0;
}

.ani3 .line1 {
  width: 12px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 16px;
  opacity: 0;
  -webkit-animation-name: ani3-line1;
  animation-name: ani3-line1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ani3 .line2 {
  width: 12px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 40px;
  left: 312px;
  opacity: 0;
  -webkit-animation-name: ani3-line2;
  animation-name: ani3-line2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ani3 .line3 {
  width: 3px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 335px;
  opacity: 0;
  -webkit-animation-name: ani3-line3;
  animation-name: ani3-line3;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ani3 .line4 {
  width: 3px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 37px;
  left: 3px;
  opacity: 0;
  -webkit-animation-name: ani3-line4;
  animation-name: ani3-line4;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes ani4-line1 {
  0% {
    top: 3px;
    left: 16px;
    opacity: 0;
  }
  70% {
    top: 3px;
    left: 16px;
    opacity: 0;
  }
  85% {
    top: 3px;
    left: 65px;
    opacity: 1;
  }
  100% {
    top: 3px;
    left: 191px;
  }
}

@keyframes ani4-line1 {
  0% {
    top: 3px;
    left: 16px;
    opacity: 0;
  }
  70% {
    top: 3px;
    left: 16px;
    opacity: 0;
  }
  85% {
    top: 3px;
    left: 65px;
    opacity: 1;
  }
  100% {
    top: 3px;
    left: 191px;
  }
}

@-webkit-keyframes ani4-line2 {
  0% {
    top: 32px;
    left: 170px;
    opacity: 0;
  }
  70% {
    top: 32px;
    left: 170px;
    opacity: 0;
  }
  85% {
    top: 32px;
    left: 130px;
    opacity: 1;
  }
  100% {
    top: 32px;
    left: 16px;
    opacity: 0;
  }
}

@keyframes ani4-line2 {
  0% {
    top: 32px;
    left: 170px;
    opacity: 0;
  }
  70% {
    top: 32px;
    left: 170px;
    opacity: 0;
  }
  85% {
    top: 32px;
    left: 130px;
    opacity: 1;
  }
  100% {
    top: 32px;
    left: 16px;
    opacity: 0;
  }
}

@-webkit-keyframes ani4-line3 {
  0% {
    top: 4px;
    left: 185px;
    opacity: 0;
  }
  92% {
    top: 4px;
    left: 185px;
    opacity: 0;
  }
  96% {
    top: 10px;
    left: 185px;
    opacity: 1;
  }
  100% {
    top: 24px;
    left: 185px;
    opacity: 0;
  }
}

@keyframes ani4-line3 {
  0% {
    top: 4px;
    left: 185px;
    opacity: 0;
  }
  92% {
    top: 4px;
    left: 185px;
    opacity: 0;
  }
  96% {
    top: 10px;
    left: 185px;
    opacity: 1;
  }
  100% {
    top: 24px;
    left: 185px;
    opacity: 0;
  }
}

@-webkit-keyframes ani4-line4 {
  0% {
    top: 30px;
    left: 3px;
    opacity: 0;
  }
  92% {
    top: 30px;
    left: 3px;
    opacity: 0;
  }
  96% {
    top: 28px;
    left: 3px;
    opacity: 1;
  }
  100% {
    top: 16px;
    left: 3px;
    opacity: 0;
  }
}

@keyframes ani4-line4 {
  0% {
    top: 30px;
    left: 3px;
    opacity: 0;
  }
  92% {
    top: 30px;
    left: 3px;
    opacity: 0;
  }
  96% {
    top: 28px;
    left: 3px;
    opacity: 1;
  }
  100% {
    top: 16px;
    left: 3px;
    opacity: 0;
  }
}

.ani4 {
  height: 38px;
  left: 0;
  position: absolute;
  top: 0;
  width: 191px;
}

.ani4 .line1 {
  width: 12px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 16px;
  opacity: 0;
  -webkit-animation-name: ani4-line1;
  animation-name: ani4-line1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ani4 .line2 {
  width: 12px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 32px;
  left: 170px;
  opacity: 0;
  -webkit-animation-name: ani4-line2;
  animation-name: ani4-line2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ani4 .line3 {
  width: 3px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 185px;
  opacity: 0;
  -webkit-animation-name: ani4-line3;
  animation-name: ani4-line3;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ani4 .line4 {
  width: 3px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 3px;
  opacity: 0;
  -webkit-animation-name: ani4-line4;
  animation-name: ani4-line4;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes ani5-line1 {
  0% {
    top: 2px;
    left: 16px;
    opacity: 0;
  }
  70% {
    top: 2px;
    left: 16px;
    opacity: 0;
  }
  85% {
    top: 2px;
    left: 400px;
    opacity: 1;
  }
  100% {
    top: 2px;
    left: 552px;
  }
}

@keyframes ani5-line1 {
  0% {
    top: 2px;
    left: 16px;
    opacity: 0;
  }
  70% {
    top: 2px;
    left: 16px;
    opacity: 0;
  }
  85% {
    top: 2px;
    left: 400px;
    opacity: 1;
  }
  100% {
    top: 2px;
    left: 552px;
  }
}

@-webkit-keyframes ani5-line2 {
  0% {
    top: 69px;
    left: 540px;
    opacity: 0;
  }
  70% {
    top: 69px;
    left: 540px;
    opacity: 0;
  }
  85% {
    top: 69px;
    left: 198px;
    opacity: 1;
  }
  100% {
    top: 69px;
    left: 3px;
    opacity: 0;
  }
}

@keyframes ani5-line2 {
  0% {
    top: 69px;
    left: 540px;
    opacity: 0;
  }
  70% {
    top: 69px;
    left: 540px;
    opacity: 0;
  }
  85% {
    top: 69px;
    left: 198px;
    opacity: 1;
  }
  100% {
    top: 69px;
    left: 3px;
    opacity: 0;
  }
}

@-webkit-keyframes ani5-line3 {
  0% {
    top: 3px;
    opacity: 0;
  }
  92% {
    top: 3px;
    opacity: 0;
  }
  96% {
    top: 24px;
    opacity: 1;
  }
  100% {
    top: 53px;
    opacity: 0;
  }
}

@keyframes ani5-line3 {
  0% {
    top: 3px;
    opacity: 0;
  }
  92% {
    top: 3px;
    opacity: 0;
  }
  96% {
    top: 24px;
    opacity: 1;
  }
  100% {
    top: 53px;
    opacity: 0;
  }
}

@-webkit-keyframes ani5-line4 {
  0% {
    top: 65px;
    opacity: 0;
  }
  92% {
    top: 65px;
    opacity: 0;
  }
  96% {
    top: 44px;
    opacity: 1;
  }
  100% {
    top: 14px;
    opacity: 0;
  }
}

@keyframes ani5-line4 {
  0% {
    top: 65px;
    opacity: 0;
  }
  92% {
    top: 65px;
    opacity: 0;
  }
  96% {
    top: 44px;
    opacity: 1;
  }
  100% {
    top: 14px;
    opacity: 0;
  }
}

.ani5 {
  width: 568px;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
}

.ani5 .line1 {
  width: 12px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 16px;
  opacity: 0;
  -webkit-animation-name: ani5-line1;
  animation-name: ani5-line1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ani5 .line2 {
  width: 12px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 69px;
  left: 540px;
  opacity: 0;
  -webkit-animation-name: ani5-line2;
  animation-name: ani5-line2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ani5 .line3 {
  width: 3px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 563px;
  opacity: 0;
  -webkit-animation-name: ani5-line3;
  animation-name: ani5-line3;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ani5 .line4 {
  width: 3px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 65px;
  left: 2px;
  opacity: 0;
  -webkit-animation-name: ani5-line4;
  animation-name: ani5-line4;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes actionRight {
  0% {
    -webkit-transform: translate3d(120px, 0, 0);
            transform: translate3d(120px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes actionRight {
  0% {
    -webkit-transform: translate3d(120px, 0, 0);
            transform: translate3d(120px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes actionCenter {
  0% {
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes actionCenter {
  0% {
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes actionLeft {
  0% {
    -webkit-transform: translate3d(-120px, 0, 0);
            transform: translate3d(-120px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes actionLeft {
  0% {
    -webkit-transform: translate3d(-120px, 0, 0);
            transform: translate3d(-120px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes actionRightFlow {
  0% {
    -webkit-transform: translate3d(120px, -120px, 0);
            transform: translate3d(120px, -120px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes actionRightFlow {
  0% {
    -webkit-transform: translate3d(120px, -120px, 0);
            transform: translate3d(120px, -120px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes actionLeftFlow {
  0% {
    -webkit-transform: translate3d(-120px, 280px, 0);
            transform: translate3d(-120px, 280px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes actionLeftFlow {
  0% {
    -webkit-transform: translate3d(-120px, 280px, 0);
            transform: translate3d(-120px, 280px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  transition-property: -webkit-transform,height;
  transition-property: transform,height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: #000000;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  -webkit-filter: blur(50px);
          filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: #000000;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*--------------------------------------------
//MARK : BASIC
---------------------------------------------*/
@font-face {
  font-family: 'A9AJ';
  font-style: normal;
  src: url("../fonts/a9aj.woff2") format("woff2"), url("../fonts/a9aj.woff") format("woff"), url("../fonts/a9aj.otf") format("opentype");
}

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: 960px;
  width: 100%;
}

body.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

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;
  opacity: 0;
  padding-bottom: 200px;
}

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

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

.page section .inner .n-3ds-logo {
  position: absolute;
  width: 162px;
  height: 32px;
  right: 15px;
  top: 15px;
  z-index: 1;
}

.page section .inner .n-3ds-logo img {
  width: 100%;
}

.header {
  height: 400px;
  position: relative;
  text-align: center;
  height: 400px;
  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;
  z-index: 1;
}

.header .box {
  width: 100%;
  position: absolute;
  left: 0;
  top: -12px;
}

.header .box .logo {
  width: 250px;
}

.header .box .logo img {
  width: 100%;
  height: auto;
}

.header .box .n-3ds-logo {
  position: absolute;
  right: 20px;
  top: 30px;
  width: 168px;
}

.header .box .n-3ds-logo img {
  width: 100%;
}

.header .ttl-wrap {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%;
}

.header .ttl-wrap .ttl {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.header .ttl-wrap .ttl img {
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}

.header .bg-space {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-animation: grow 60s linear 10ms infinite;
          animation: grow 60s linear 10ms infinite;
  transition: all 0.2s ease-in-out;
}

.header .bg-space img {
  width: 110%;
  position: relative;
}

.header .bg-space.none {
  -webkit-animation: none;
          animation: none;
}

.header .bg-space.none img {
  width: 100%;
  height: auto;
  left: 0;
}

.btn-wrap .arrow {
  display: inline-block;
  position: relative;
}

.btn-wrap .arrow:before {
  content: "";
  background: url(../img/btn-arrow.png) top center no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 37px;
  top: 50%;
  margin-top: -9px;
  display: block;
  transition: all ease 0.2s;
}

.btn-wrap .arrow:hover:before {
  right: 34px;
}

.page.bottom footer {
  bottom: -130px;
  transition: all ease 0.3s;
}

.page.bottom .pagetop {
  bottom: 20px;
  opacity: 1;
}

.page.bottom .pagetop.stop-marquee .pagetop-inner:before {
  opacity: 0;
}

footer {
  position: fixed;
  bottom: -178px;
  width: 100%;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition: all ease 0.6s;
  z-index: 1000;
}

footer.footermove {
  -webkit-animation-name: footerUp;
  animation-name: footerUp;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -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;
}

.footer {
  width: 100%;
  margin-top: -2.8%;
  position: relative;
  z-index: 1;
}

.footer .inner {
  background: url(../img/footer-line.png) no-repeat;
  min-width: 960px;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-position: 3px -50px;
}

.footer .inner:before {
  content: "";
  background: red;
  background: url(../img/footer-line-left.png) top center repeat-x;
  background-position: center -50px;
  display: block;
  width: 100%;
  height: 224px;
  position: absolute;
  left: -100%;
  top: 0;
  margin-left: 3px;
}

.footer .inner:after {
  content: "";
  background: #ECFF00;
  background: url(../img/footer-line-right.png) top center repeat-x;
  background-position: center -50px;
  display: block;
  width: 100%;
  height: 224px;
  position: absolute;
  right: -100%;
  top: 0;
  margin-right: 3px;
}

.footer .inner .footer-nav ul {
  width: 100%;
  height: 140px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .inner .footer-nav ul li {
  opacity: 0.9;
  padding: 0px 0 15px;
  transition: all ease 0.3s;
  position: relative;
  top: -10px;
}

.footer .inner .footer-nav ul li:first-child {
  padding: 0px 0 5px;
}

.footer .inner .footer-nav ul li:nth-child(2) a {
  position: relative;
  z-index: 2;
}

.footer .inner .footer-nav ul li:nth-child(2) a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/footer-nav01-ov.png);
  background-repeat: no-repeat;
  opacity: 0;
  transition: all ease 0.3s;
}

.footer .inner .footer-nav ul li:nth-child(2) a img {
  transition: all ease 0.3s;
}

.footer .inner .footer-nav ul li:nth-child(2) a:hover:before {
  opacity: 1;
}

.footer .inner .footer-nav ul li:nth-child(2) a:hover img {
  opacity: 0;
}

.footer .inner .footer-nav ul li:nth-child(2).current a:before {
  opacity: 1;
}

.footer .inner .footer-nav ul li:nth-child(2).current:after {
  -webkit-transform: translate3d(-25px, -50%, 0);
          transform: translate3d(-25px, -50%, 0);
  opacity: 1;
}

.footer .inner .footer-nav ul li:nth-child(2).current:before {
  -webkit-transform: translate3d(-25px, -50%, 0);
          transform: translate3d(-25px, -50%, 0);
  opacity: 0;
}

.footer .inner .footer-nav ul li:nth-child(2).current img {
  opacity: 0;
}

.footer .inner .footer-nav ul li:nth-child(3) a {
  position: relative;
  z-index: 2;
}

.footer .inner .footer-nav ul li:nth-child(3) a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/footer-nav02-ov.png);
  background-repeat: no-repeat;
  opacity: 0;
  transition: all ease 0.3s;
}

.footer .inner .footer-nav ul li:nth-child(3) a img {
  transition: all ease 0.3s;
}

.footer .inner .footer-nav ul li:nth-child(3) a:hover:before {
  opacity: 1;
}

.footer .inner .footer-nav ul li:nth-child(3) a:hover img {
  opacity: 0;
}

.footer .inner .footer-nav ul li:nth-child(3).current a:before {
  opacity: 1;
}

.footer .inner .footer-nav ul li:nth-child(3).current:after {
  -webkit-transform: translate3d(-25px, -50%, 0);
          transform: translate3d(-25px, -50%, 0);
  opacity: 1;
}

.footer .inner .footer-nav ul li:nth-child(3).current:before {
  -webkit-transform: translate3d(-25px, -50%, 0);
          transform: translate3d(-25px, -50%, 0);
  opacity: 0;
}

.footer .inner .footer-nav ul li:nth-child(3).current img {
  opacity: 0;
}

.footer .inner .footer-nav ul li:nth-child(4) a {
  position: relative;
  z-index: 2;
}

.footer .inner .footer-nav ul li:nth-child(4) a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/footer-nav03-ov.png);
  background-repeat: no-repeat;
  opacity: 0;
  transition: all ease 0.3s;
}

.footer .inner .footer-nav ul li:nth-child(4) a img {
  transition: all ease 0.3s;
}

.footer .inner .footer-nav ul li:nth-child(4) a:hover:before {
  opacity: 1;
}

.footer .inner .footer-nav ul li:nth-child(4) a:hover img {
  opacity: 0;
}

.footer .inner .footer-nav ul li:nth-child(4).current a:before {
  opacity: 1;
}

.footer .inner .footer-nav ul li:nth-child(4).current:after {
  -webkit-transform: translate3d(-25px, -50%, 0);
          transform: translate3d(-25px, -50%, 0);
  opacity: 1;
}

.footer .inner .footer-nav ul li:nth-child(4).current:before {
  -webkit-transform: translate3d(-25px, -50%, 0);
          transform: translate3d(-25px, -50%, 0);
  opacity: 0;
}

.footer .inner .footer-nav ul li:nth-child(4).current img {
  opacity: 0;
}

.footer .inner .footer-nav ul li:nth-child(5) a {
  position: relative;
  z-index: 2;
}

.footer .inner .footer-nav ul li:nth-child(5) a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/footer-nav04-ov.png);
  background-repeat: no-repeat;
  opacity: 0;
  transition: all ease 0.3s;
}

.footer .inner .footer-nav ul li:nth-child(5) a img {
  transition: all ease 0.3s;
}

.footer .inner .footer-nav ul li:nth-child(5) a:hover:before {
  opacity: 1;
}

.footer .inner .footer-nav ul li:nth-child(5) a:hover img {
  opacity: 0;
}

.footer .inner .footer-nav ul li:nth-child(5).current a:before {
  opacity: 1;
}

.footer .inner .footer-nav ul li:nth-child(5).current:after {
  -webkit-transform: translate3d(-25px, -50%, 0);
          transform: translate3d(-25px, -50%, 0);
  opacity: 1;
}

.footer .inner .footer-nav ul li:nth-child(5).current:before {
  -webkit-transform: translate3d(-25px, -50%, 0);
          transform: translate3d(-25px, -50%, 0);
  opacity: 0;
}

.footer .inner .footer-nav ul li:nth-child(5).current img {
  opacity: 0;
}

.footer .inner .footer-nav ul li:nth-child(6) a {
  position: relative;
  z-index: 2;
}

.footer .inner .footer-nav ul li:nth-child(6) a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/footer-nav05-ov.png);
  background-repeat: no-repeat;
  opacity: 0;
  transition: all ease 0.3s;
}

.footer .inner .footer-nav ul li:nth-child(6) a img {
  transition: all ease 0.3s;
}

.footer .inner .footer-nav ul li:nth-child(6) a:hover:before {
  opacity: 1;
}

.footer .inner .footer-nav ul li:nth-child(6) a:hover img {
  opacity: 0;
}

.footer .inner .footer-nav ul li:nth-child(6).current a:before {
  opacity: 1;
}

.footer .inner .footer-nav ul li:nth-child(6).current:after {
  -webkit-transform: translate3d(-25px, -50%, 0);
          transform: translate3d(-25px, -50%, 0);
  opacity: 1;
}

.footer .inner .footer-nav ul li:nth-child(6).current:before {
  -webkit-transform: translate3d(-25px, -50%, 0);
          transform: translate3d(-25px, -50%, 0);
  opacity: 0;
}

.footer .inner .footer-nav ul li:nth-child(6).current img {
  opacity: 0;
}

.footer .inner .footer-nav ul li:before {
  content: "";
  background: url(../img/footer-nav-icon.png) top center no-repeat;
  width: 94px;
  height: 113px;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transition: all ease 0.3s;
  -webkit-transform: translate3d(-30px, -50%, 0);
          transform: translate3d(-30px, -50%, 0);
  z-index: 1;
}

.footer .inner .footer-nav ul li:after {
  content: "";
  background: url(../img/footer-nav-icon-hv.png) top center no-repeat;
  width: 94px;
  height: 113px;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transition: all ease 0.3s;
  -webkit-transform: translate3d(-30px, -50%, 0);
          transform: translate3d(-30px, -50%, 0);
  opacity: 0;
}

.footer .inner .footer-nav ul li:first-child {
  padding-left: 50px;
}

.footer .inner .footer-nav ul li:first-child:before, .footer .inner .footer-nav ul li:first-child:after {
  display: none;
}

.footer .inner .footer-nav ul li:last-child {
  padding-right: 50px;
  padding-top: 60px;
}

.footer .inner .footer-nav ul li:last-child:after, .footer .inner .footer-nav ul li:last-child:before {
  display: none;
}

.footer .inner .footer-nav ul li:last-child a {
  position: relative;
}

.footer .inner .footer-nav ul li:last-child a:before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/img-pagetop-arrow.png) top center no-repeat;
  width: 39px;
  height: 31px;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.15;
  transition: all ease 0.3s;
}

.footer .inner .footer-nav ul li:last-child a:hover:before {
  opacity: 1;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.6" /><feFuncG type="linear" slope="1.6" /><feFuncB type="linear" slope="1.6" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(160%);
          filter: brightness(160%);
}

.footer .inner .footer-nav ul li:first-child, .footer .inner .footer-nav ul li:hover {
  opacity: 1;
}

.footer .inner .footer-nav ul li:first-child:after, .footer .inner .footer-nav ul li:hover:after {
  -webkit-transform: translate3d(-25px, -50%, 0);
          transform: translate3d(-25px, -50%, 0);
  opacity: 1;
}

.footer .inner .footer-nav ul li:first-child:before, .footer .inner .footer-nav ul li:hover:before {
  -webkit-transform: translate3d(-25px, -50%, 0);
          transform: translate3d(-25px, -50%, 0);
  opacity: 0;
}

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

.footer-link {
  height: 53px;
  overflow: hidden;
  position: relative;
  padding-bottom: 4px;
  margin-top: -40px;
}

.footer-link ul:first-child {
  float: left;
  text-align: left;
}

.footer-link ul:first-child li {
  display: inline-block;
  position: relative;
}

.footer-link ul:first-child li:before {
  content: "";
  background: url(../img/img-footer-arrow.png) top center no-repeat;
  width: 13px;
  height: 9px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -1px;
  display: block;
  transition: all ease 0.2s;
}

.footer-link ul:first-child li:hover:before {
  left: 17px;
}

.footer-link .center {
  display: block;
  left: 50%;
  margin-left: -46px;
  position: absolute;
  top: 26px;
}

.footer-link ul:last-child {
  float: right;
  text-align: right;
  padding: 22px;
}

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

.pagetop {
  position: absolute;
  right: 5px;
  bottom: 0px;
  transition: all ease 0.6s;
  opacity: 0;
}

.pagetop.fadeout {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -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;
}

.pagetop .pagetop-inner {
  position: relative;
  overflow: hidden;
}

.pagetop .pagetop-inner:hover:before {
  opacity: 1 !important;
}

.pagetop .pagetop-inner:before {
  content: "";
  background: url(../img/pagetop-inner.png) top center no-repeat;
  width: 46px;
  height: 210px;
  position: absolute;
  z-index: -1;
  -webkit-animation: marquee 1.6s steps(16) infinite;
          animation: marquee 1.6s steps(16) infinite;
  opacity: 1;
  transition: all ease 0.6s;
}

.shape {
  height: 0;
  width: 0;
}

.clip-box {
  display: inline-block;
  padding-top: 21px;
  text-align: center;
  width: 442px;
}

.clip-box .mask {
  -webkit-clip-path: url(#svgPath);
  clip-path: url(#svgPath);
}

.clip-box.bg01 {
  background: url("../img/clip-bg01.png") no-repeat;
}

#animation_container {
  position: absolute;
  top: 0;
  left: 0;
}

.toppage {
  overflow: hidden;
  min-height: 768px;
}

.toppage .page {
  padding-bottom: 0;
}

.toppage .main-wrap {
  min-height: 600px;
}

.toppage .main-wrap .sc-main {
  position: relative;
  z-index: 1;
}

.toppage .main-wrap .sc-main .inner {
  max-width: 100%;
}

.toppage .main-wrap .sc-main .sc-intro-bg {
  position: relative;
}

.toppage .main-wrap .sc-main .sc-intro-bg .bg-space {
  height: 100vh;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-animation: grow 60s linear 10ms infinite;
          animation: grow 60s linear 10ms infinite;
  transition: all 0.2s ease-in-out;
}

.toppage .main-wrap .sc-main .sc-intro-bg .bg-space img {
  width: 100%;
  position: relative;
}

.toppage .main-wrap .sc-main .sc-intro-bg .main-wrap {
  width: 100%;
  height: 100vh;
  padding-bottom: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  js-display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  transition: all ease 0.3s;
}

.toppage .main-wrap .sc-main .sc-intro-bg .main-samus {
  width: 46%;
  height: 100vh;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.toppage .main-wrap .sc-main .sc-intro-bg .main-samus img {
  width: 64%;
  position: absolute;
  top: 12vh;
  left: 50%;
}

.toppage .main-wrap .sc-main .sc-intro-bg .main-samus img.stop {
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0.1, 1.1) translate3d(-50%, -80vh, 0);
          transform: scale(0.1, 1.1) translate3d(-50%, -80vh, 0);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.toppage .main-wrap .sc-main .sc-intro-bg .main-samus img.move {
  opacity: 1;
  -webkit-transform: scale(0.1, 1.1) translate3d(-50%, -100vh, 0);
          transform: scale(0.1, 1.1) translate3d(-50%, -100vh, 0);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  z-index: 1;
}

.toppage .main-wrap .sc-main .sc-intro-bg .main-title {
  box-sizing: border-box;
  left: 50%;
  height: calc(100vh - 142px);
  max-width: 1180px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50vw;
  transition: all ease 0.3s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.toppage .main-wrap .sc-main .sc-intro-bg .main-title img {
  max-width: 85%;
  height: auto;
}

.toppage .main-wrap .sc-main .sc-intro-bg .main-title .logo {
  position: absolute;
  bottom: 0;
  display: inline-block;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  width: 100%;
}

.toppage .main-wrap .sc-main .sc-intro-bg .main-title p {
  bottom: 2vw;
  display: inline-block;
  position: relative;
  -webkit-transform: scale(1.1, 0);
      -ms-transform: scale(1.1, 0);
          transform: scale(1.1, 0);
  opacity: 0;
}

.toppage .main-wrap .sc-main .sc-intro-bg .main-title .btn-wrap {
  position: relative;
  top: -100px;
  -webkit-transform: scale(1.1, 0);
      -ms-transform: scale(1.1, 0);
          transform: scale(1.1, 0);
  opacity: 0;
}

.toppage .main-wrap .sc-main .sc-intro-bg .main-title .btn-wrap .arrow:hover:before {
  top: 58%;
  transition: all 300ms ease;
}

.toppage .main-wrap .sc-main .sc-intro-bg .main-title .btn-wrap .arrow:before {
  background: url(../img/btn-arrow02.png) top center no-repeat;
  right: 32px;
  top: 54%;
  transition: all 300ms ease;
}

.toppage .main-wrap .sc-main .sc-intro-bg .main-title .btn-wrap a {
  transition: all 300ms ease;
}

.toppage .main-wrap .sc-main .sc-intro-bg .main-title .btn-wrap a:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.6" /><feFuncG type="linear" slope="1.6" /><feFuncB type="linear" slope="1.6" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(160%);
          filter: brightness(160%);
}

.toppage .main-wrap .sc-main .sc-intro-bg .left-menu {
  position: absolute;
  min-height: 720px;
  top: 0;
  padding-top: 40px;
  left: 4vw;
  height: 100vh;
}

.toppage .main-wrap .sc-main .sc-intro-bg .left-menu img {
  max-width: 100%;
  height: auto;
}

.toppage .main-wrap .sc-main .sc-intro-bg .left-menu .left-menu-inner {
  width: 25vw;
  max-width: 280px;
  min-width: 230px;
  overflow: hidden;
}

.toppage .main-wrap .sc-main .sc-intro-bg .left-menu .left-menu-inner .item li {
  transition: all ease 0.3s;
  -webkit-transform: translateX(-25vw);
      -ms-transform: translateX(-25vw);
          transform: translateX(-25vw);
  margin-bottom: 0.842vw;
  position: relative;
  left: 0;
}

.toppage .main-wrap .sc-main .sc-intro-bg .left-menu .left-menu-inner .item li a {
  display: block;
  transition: all ease 0.3s;
}

.toppage .main-wrap .sc-main .sc-intro-bg .left-menu .left-menu-inner .item li a:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.6" /><feFuncG type="linear" slope="1.6" /><feFuncB type="linear" slope="1.6" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(160%);
          filter: brightness(160%);
}

.toppage .main-wrap .sc-main .sc-intro-bg .left-menu .left-menu-inner .item li span {
  opacity: 0;
}

.toppage .main-wrap .sc-main .sc-intro-bg .left-menu .left-menu-inner .item li:hover {
  left: 10px;
}

.toppage .main-wrap .sc-main .sc-intro-bg .release {
  bottom: 0;
  left: 2vw;
  position: absolute;
}

.toppage .main-wrap .sc-main .sc-intro-bg .release .release-inner {
  height: 100%;
  min-height: 600px;
  position: relative;
}

.toppage .main-wrap .sc-main .sc-intro-bg .release .release-inner .releasedate {
  transition: all ease 0.3s;
  position: absolute;
  bottom: 130px;
  left: 0;
  -webkit-transform: translateY(320px);
      -ms-transform: translateY(320px);
          transform: translateY(320px);
}

.toppage .main-wrap .sc-main .sc-intro-bg .release .release-inner .releasedate .btn-wrap {
  position: absolute;
  right: 42px;
  top: 89px;
}

.toppage .main-wrap .sc-main .sc-intro-bg .release .release-inner .releasedate .btn-wrap .arrow3 {
  display: inline-block;
  position: relative;
}

.toppage .main-wrap .sc-main .sc-intro-bg .release .release-inner .releasedate .btn-wrap .arrow3:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.8" /><feFuncG type="linear" slope="1.8" /><feFuncB type="linear" slope="1.8" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(180%);
          filter: brightness(180%);
}

.toppage .main-wrap .sc-main .sc-intro-bg .release .release-inner .releasedate .btn-wrap .arrow3:hover:before {
  right: 34px;
}

.toppage .main-wrap .sc-main .sc-intro-bg .release .release-inner .releasedate .btn-wrap .arrow3:before {
  content: "";
  background: url(../img/img-release-arrow.png) top center no-repeat;
  width: 19px;
  height: 19px;
  position: absolute;
  right: 37px;
  top: 50%;
  margin-top: -10px;
  display: block;
  transition: all ease 0.2s;
}

.toppage .main-wrap .sc-main .sc-intro-bg .right-menu {
  position: absolute;
  padding-top: 40px;
  height: 100vh;
  right: 0;
  top: 0;
  max-width: 299px;
  width: 25.8887vw;
  transition: all ease 0.3s;
  -webkit-transform: translateX(25vw);
      -ms-transform: translateX(25vw);
          transform: translateX(25vw);
  opacity: 0;
}

.toppage .main-wrap .sc-main .sc-intro-bg .right-menu .right-menu-inner {
  position: relative;
  height: 100%;
  min-height: 500px;
}

.toppage .main-wrap .sc-main .sc-intro-bg .right-menu .right-menu-inner .btn-wrap {
  bottom: 160px;
  position: absolute;
  width: 100%;
}

.toppage .main-wrap .sc-main .sc-intro-bg .right-menu .right-menu-inner .btn-wrap .btn-movie {
  width: 100%;
  height: 101px;
  display: table;
  transition: all 300ms ease;
}

.toppage .main-wrap .sc-main .sc-intro-bg .right-menu .right-menu-inner .btn-wrap .btn-movie a {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
  position: relative;
  transition: all ease 0.3s;
}

.toppage .main-wrap .sc-main .sc-intro-bg .right-menu .right-menu-inner .btn-wrap .btn-movie a:before {
  content: "";
  background: url("../img/btn-play.png") top left no-repeat;
  height: 57px;
  width: 54px;
  display: block;
  position: absolute;
  right: 4vw;
  transition: all ease 0.3s;
}

.toppage .main-wrap .sc-main .sc-intro-bg .right-menu .right-menu-inner .btn-wrap .btn-movie a:hover:before {
  right: 3.6vw;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.8" /><feFuncG type="linear" slope="1.8" /><feFuncB type="linear" slope="1.8" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(180%);
          filter: brightness(180%);
  opacity: 1;
}

.toppage .main-wrap .sc-main .sc-intro-bg .right-menu .right-menu-inner .btn-wrap .btn-movie a img {
  display: block;
  margin-top: 6px;
}

.toppage .main-wrap .sc-main .sc-intro-bg .right-menu .right-menu-inner .btn-wrap .btn-movie.btn-movie01 {
  background: url("../img/btn-movie01-3.png") top left no-repeat;
  position: relative;
}

.toppage .main-wrap .sc-main .sc-intro-bg .right-menu .right-menu-inner .btn-wrap .btn-movie.btn-movie01:before {
  content: '';
  background: url("../img/img-grow.png") no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 47px;
  height: 46px;
}

.toppage .main-wrap .sc-main .sc-intro-bg .right-menu .right-menu-inner .update {
  display: block;
  margin: 0px 0 5px 40px;
}

.toppage .main-wrap .sc-main .sc-intro-bg .right-menu .right-menu-inner .update img {
  position: relative;
}

.toppage .main-wrap .sc-info {
  position: fixed;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  -webkit-transform: translateY(110px);
      -ms-transform: translateY(110px);
          transform: translateY(110px);
  overflow: hidden;
}

.toppage .main-wrap .sc-info .sc-info-inner {
  background: url("../img/info-line-bg.png") center center repeat-x;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  width: 100%;
  position: relative;
}

.toppage .main-wrap .sc-info .sc-info-inner:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 198px;
  height: 13px;
  background: url("../img/info-line-right.png") right top no-repeat;
}

.toppage .main-wrap .sc-info .sc-info-inner .ttl {
  transition: all ease 0.3s;
  background: url("../img/info-line.png") left center no-repeat;
  min-width: 320px;
  width: 320px;
}

.toppage .main-wrap .sc-info .sc-info-inner .bx-wrapper {
  margin-top: -3px;
}

.toppage .main-wrap .sc-info .sc-info-inner dl {
  width: 100%;
  display: table;
  vertical-align: middle;
  position: relative;
  table-layout: fixed;
}

.toppage .main-wrap .sc-info .sc-info-inner dl dt {
  display: table-cell;
  color: #dddddd;
  font-size: 18px;
  letter-spacing: 0.064em;
  vertical-align: middle;
  font-weight: bold;
}

.toppage .main-wrap .sc-info .sc-info-inner dl dt.txt {
  max-width: 843px;
  width: 61.713%;
}

.toppage .main-wrap .sc-info .sc-info-inner dl dt.txt p {
  padding-left: 13px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 30px;
  height: 30px;
}

.toppage .main-wrap .sc-info .sc-info-inner dl dt.txt a {
  color: #FFFFFF;
  display: block;
  position: relative;
  opacity: 0.8;
  transition: all ease 0.3s;
  padding-left: 5px;
}

.toppage .main-wrap .sc-info .sc-info-inner dl dt.txt a br {
  display: none;
}

.toppage .main-wrap .sc-info .sc-info-inner dl dt.txt a:before {
  content: "";
  background: url("../img/ico-arrow.png") center left no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  top: -1px;
  left: -25px;
  bottom: 0;
  margin: auto;
  position: absolute;
  transition: all ease 0.3s;
}

.toppage .main-wrap .sc-info .sc-info-inner dl dt.txt a:hover {
  text-decoration: none;
  opacity: 1;
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.9);
}

.toppage .main-wrap .sc-info .sc-info-inner dl dt.txt a:hover:before {
  left: -20px;
}

.toppage .main-wrap .sc-info .sc-info-inner dl dt.txt .bx-next {
  text-indent: -9999px;
  background: url(../img/icn-next.png) no-repeat center center;
  width: 48px;
  height: 29px;
  padding: 0;
  margin-left: 10px;
}

.toppage .main-wrap .sc-info .sc-info-inner dl dt.txt .bx-next:before {
  display: none;
}

.toppage .main-wrap .sc-info .sc-info-inner dl dd {
  display: table-cell;
  color: #dddddd;
  font-size: 18px;
  letter-spacing: 0.064em;
  vertical-align: middle;
  font-weight: bold;
}

.toppage .main-wrap .sc-info .sc-info-inner dl dd.date {
  max-width: 206px;
  width: 15.0805%;
  padding-right: 3.953%;
  text-align: right;
}

.toppage .footer {
  margin: 0;
  background: #000000;
  overflow: hidden;
}

.toppage .footer .footer-link {
  margin: -10px 0 0;
}

#popUpMovie .inner-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: -webkit-flex;
  -js-display: -ms-flexbox;
  -js-display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100vh - 80px);
}

#popUpMovie .inner-area .tab-cts {
  width: 860px;
  font-size: 0;
  text-align: center;
  margin-bottom: 40px;
}

#popUpMovie .inner-area .tab {
  text-align: center;
  font-size: 0;
}

#popUpMovie .inner-area .tab li {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  position: relative;
  border: 3px solid #fff;
  transition: all 300ms ease;
  cursor: pointer;
}

#popUpMovie .inner-area .tab li:hover img {
  opacity: 0.7;
  transition: all 300ms ease;
}

#popUpMovie .inner-area .tab li.show-tab {
  border: 3px solid #ce1600;
  transition: all 300ms ease;
}

#popUpMovie .inner-area .tab li:before {
  content: '';
  width: 100px;
  height: 60px;
  background: url(../img/btn-thumb.png) no-repeat center center;
  background-size: 70%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}

#popUpMovie .inner-area .tab li img {
  width: 100%;
  transition: all 300ms ease;
}

.modal-out-wrap {
  background: rgba(0, 0, 0, 0.83) none repeat scroll 0 0;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 100003;
  width: 100%;
  height: 100vh;
  display: none;
  pointer-events: auto;
  visibility: visible;
  overflow-y: scroll;
  overflow-x: hidden;
}

.modal-out-wrap.no-scroll {
  overflow: hidden;
}

.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;
  opacity: 1 !important;
  transition: all ease 300ms;
}

.modal-out-wrap.show .close-btn {
  opacity: 1 !important;
  -webkit-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
          transform: translateX(0) !important;
  transition: all ease 300ms;
}

.modal-out-wrap .modal-wrap {
  min-width: 850px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  transition: all ease 0.3s;
}

.modal-out-wrap .modal-wrap .modal-inner {
  position: relative;
}

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

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

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

.modal-out-wrap .modal-wrap .modal-inner .modal-box.modal-box02 .txt-metoroid {
  position: absolute;
  top: 0.5vw;
  left: 1vw;
}

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

.modal-out-wrap .modal-wrap .modal-inner .modal-box.modal-box02 .txt-about {
  width: 40%;
  position: absolute;
  top: 0;
  height: 100vh;
  transition: all ease 0.3s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: -webkit-flex;
  -js-display: -ms-flexbox;
  -js-display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 7.1%;
}

@media screen and (max-width: 1366px) {
  .modal-out-wrap .modal-wrap .modal-inner .modal-box.modal-box02 .txt-about {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.modal-out-wrap .modal-wrap .modal-inner .modal-box.modal-box02 .txt-about span {
  display: block;
}

.modal-out-wrap .modal-wrap .modal-inner .modal-box.modal-box02 .txt-about span img {
  width: 68%;
}

.modal-out-wrap .modal-wrap .modal-inner .close-btn {
  height: 57px;
  position: absolute;
  right: 0;
  top: 1vw;
  width: 60px;
  z-index: 1;
  opacity: 0;
  transition: 0.3s all ease 480ms;
  -webkit-transform: translateX(120px);
      -ms-transform: translateX(120px);
          transform: translateX(120px);
}

.modal-out-wrap.min .txt-about {
  width: 32% !important;
}

.swiper-container .swiper-slide {
  transition: all ease 0.9s;
  opacity: 1;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  position: relative;
  z-index: 2;
  padding-top: 20px;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  /* Center slide text vertically */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.swiper-container .swiper-slide.swiper-slide-active {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

/*============================================================*/
/* introduction.scss
/*============================================================*/
#introduction.loaded .sc-intro .bg-box {
  -webkit-animation-name: introBg;
  animation-name: introBg;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
  -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;
}

#introduction.loaded .sc-intro .bg-intro01 {
  -webkit-animation-name: panel;
  animation-name: panel;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
  -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;
}

#introduction.loaded .sc-intro .bg-intro02 {
  -webkit-animation-name: panel;
  animation-name: panel;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
  -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;
}

#introduction.loaded .sc-intro .bg-intro03 {
  -webkit-animation-name: panel;
  animation-name: panel;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
  -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;
}

#introduction.loaded .sc-intro .bg-intro04 {
  -webkit-animation-name: panel;
  animation-name: panel;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  -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;
}

#introduction.loaded .sc-intro .bg-intro05 {
  -webkit-animation-name: panel;
  animation-name: panel;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
  -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;
}

#introduction.loaded .sc-intro .bg-intro06 {
  -webkit-animation-name: panel;
  animation-name: panel;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
  -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;
}

#introduction.loaded .sc-intro .bg-intro07 {
  -webkit-animation-name: panel;
  animation-name: panel;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
  -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;
}

#introduction.loaded .sc-intro .bg-intro08 {
  -webkit-animation-name: panel;
  animation-name: panel;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
  -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;
}

#introduction.loaded .sc-intro .bg-intro09 {
  -webkit-animation-name: panel;
  animation-name: panel;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms;
  -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;
}

#introduction.loaded .sc-intro .bg-intro10 {
  -webkit-animation-name: panel;
  animation-name: panel;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
  -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;
}

#introduction #animated.bg-intro-inner, #introduction #animated.sc-sr388 {
  -webkit-animation-name: btnMovie;
  animation-name: btnMovie;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -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;
}

#introduction #animated.samus {
  -webkit-animation-name: actionRight;
  animation-name: actionRight;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -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;
}

#introduction #animated.title-box {
  -webkit-animation-name: btnMovie;
  animation-name: btnMovie;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -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;
}

#introduction #animated.metroid {
  -webkit-animation-name: actionLeft;
  animation-name: actionLeft;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -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;
}

#introduction #animated.metroid-left {
  -webkit-animation-name: actionLeft;
  animation-name: actionLeft;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -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;
}

#introduction #animated.metroid-right {
  -webkit-animation-name: actionRight;
  animation-name: actionRight;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -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;
}

#introduction .main-wrap {
  background: url("../introduction/img/bg-page-introduction.jpg") no-repeat;
  background-position: center top;
}

#introduction .main-wrap .header .ttl-wrap {
  margin-top: -230px;
}

#introduction .main-wrap .header .ttl-wrap .ttl-wrap-inner {
  display: block;
  width: 674px;
  margin: 0 auto;
  text-align: left;
}

#introduction .main-wrap .header .ttl-wrap .ttl-wrap-inner .shuffle-text {
  position: relative;
  top: 37px;
}

#introduction .main-wrap .sc-intro {
  position: relative;
  margin-top: 10vw;
  z-index: 3;
}

#introduction .main-wrap .sc-intro .bg-box {
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  z-index: 1;
}

#introduction .main-wrap .sc-intro .bg-box img {
  margin-top: 300px;
}

#introduction .main-wrap .sc-intro .bg-intro {
  position: relative;
  height: 870px;
  margin-top: -17vw;
}

#introduction .main-wrap .sc-intro .bg-intro .bg-intro-inner {
  max-width: 1160px;
  text-align: left;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
}

#introduction .main-wrap .sc-intro .bg-intro .bg-intro-inner img {
  margin: 80px 0 0 -60px;
}

#introduction .main-wrap .sc-intro .bg-intro ul {
  min-width: 1500px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 0;
}

#introduction .main-wrap .sc-intro .bg-intro ul li {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0 2px;
  width: 145px;
  -webkit-transform: scale(0.3, 1) skewY(45deg) translateY(120px);
      -ms-transform: scale(0.3, 1) skewY(45deg) translateY(120px);
          transform: scale(0.3, 1) skewY(45deg) translateY(120px);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  opacity: 0;
}

#introduction .main-wrap .sc-intro .bg-intro ul li img {
  max-width: 100%;
  height: auto;
}

#introduction .main-wrap .sc-intro .bg-intro ul .bg-intro01 {
  top: 46px;
}

#introduction .main-wrap .sc-intro .bg-intro ul .bg-intro02 {
  top: 0;
}

#introduction .main-wrap .sc-intro .bg-intro ul .bg-intro03 {
  top: 120px;
}

#introduction .main-wrap .sc-intro .bg-intro ul .bg-intro04 {
  top: 23px;
}

#introduction .main-wrap .sc-intro .bg-intro ul .bg-intro05 {
  top: 76px;
}

#introduction .main-wrap .sc-intro .bg-intro ul .bg-intro06 {
  top: 46px;
}

#introduction .main-wrap .sc-intro .bg-intro ul .bg-intro07 {
  top: 0;
}

#introduction .main-wrap .sc-intro .bg-intro ul .bg-intro08 {
  top: 120px;
}

#introduction .main-wrap .sc-intro .bg-intro ul .bg-intro09 {
  top: 23px;
}

#introduction .main-wrap .sc-intro .bg-intro ul .bg-intro10 {
  top: 76px;
}

#introduction .main-wrap .sc-samus {
  height: 863px;
  margin-top: -130px;
  position: relative;
}

#introduction .main-wrap .sc-samus .title-box {
  width: 100%;
  height: 226px;
  position: absolute;
  top: 0;
  bottom: 90px;
  margin: auto 0;
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
}

#introduction .main-wrap .sc-samus .title-box .title {
  display: block;
  margin: 0 0 50px 10%;
  position: relative;
  z-index: 100;
}

#introduction .main-wrap .sc-samus .title-box .text {
  display: block;
  margin-left: 10%;
  position: relative;
  z-index: 100;
}

#introduction .main-wrap .sc-samus .title-box .sub-title {
  display: block;
  position: absolute;
  left: 0;
  top: 85px;
  z-index: 100;
}

#introduction .main-wrap .sc-samus .title-box .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #f0640a;
  position: absolute;
  top: 105px;
  z-index: 10;
}

#introduction .main-wrap .sc-samus .samus {
  width: 85%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translate3d(120px, 0, 0);
          transform: translate3d(120px, 0, 0);
}

#introduction .main-wrap .sc-metroid {
  height: 1300px;
  margin-bottom: -580px;
  background: url(../introduction/img/bg-metroid.png) no-repeat left top;
  position: relative;
  top: -220px;
}

#introduction .main-wrap .sc-metroid .metroid {
  width: 30%;
  min-width: 420px;
  clear: both;
  position: absolute;
  right: 50%;
  top: 0;
  bottom: 185px;
  margin: auto 0;
  z-index: 100;
  opacity: 0;
  -webkit-transform: translate3d(-120px, 0, 0);
          transform: translate3d(-120px, 0, 0);
}

#introduction .main-wrap .sc-metroid .metroid-left {
  position: absolute;
  right: 62%;
  top: 0;
  bottom: -240px;
  margin: auto 0;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translate3d(0, 60px, 0);
          transform: translate3d(0, 60px, 0);
}

#introduction .main-wrap .sc-metroid .metroid-right {
  position: absolute;
  left: 43%;
  top: 0;
  bottom: -250px;
  margin: auto 0;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate3d(120px, 0, 0);
          transform: translate3d(120px, 0, 0);
}

#introduction .main-wrap .sc-metroid .title-box {
  width: 100%;
  height: 302px;
  position: absolute;
  top: -100px;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
  opacity: 0;
}

#introduction .main-wrap .sc-metroid .title-box .title {
  margin: 0 0 50px 53%;
  position: relative;
  z-index: 100;
}

#introduction .main-wrap .sc-metroid .title-box .text {
  margin: -100px 0 0 53%;
  position: relative;
  z-index: 100;
}

#introduction .main-wrap .sc-metroid .title-box .sub-title {
  position: absolute;
  right: 0;
  top: 75px;
  z-index: 100;
}

#introduction .main-wrap .sc-metroid .title-box .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #b9316e;
  position: absolute;
  top: 94px;
  z-index: 10;
}

#introduction .main-wrap .sc-slide {
  margin-top: -130px;
  position: relative;
  z-index: 100;
}

#introduction .main-wrap .sc-sr388 {
  margin-top: -100px;
  padding: 250px 0 40px;
  background: url(../introduction/img/bg-sr-388-left.png) no-repeat top left;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
}

#introduction .main-wrap .sc-sr388 > img {
  display: block;
  margin: 0 auto;
}

#introduction .main-wrap .sc-sr388 .title {
  margin-bottom: 100px;
}

#introduction .main-wrap .sc-sr388 .sub-title {
  position: absolute;
  top: 345px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
}

#introduction .main-wrap .sc-sr388 .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #fac040;
  position: absolute;
  top: 366px;
  z-index: 10;
}

#introduction .main-wrap .sc-sr388 .text {
  margin: 80px auto 20px;
}

#introduction .main-wrap .sc-sr388 .metroid-right {
  width: 27%;
  position: absolute;
  right: 0;
  top: 30px;
  bottom: 0;
  margin: auto 0;
  z-index: 100;
  opacity: 0;
  -webkit-transform: translate3d(120px, 0, 0);
          transform: translate3d(120px, 0, 0);
}

#introduction .main-wrap .sc-sr388 a {
  display: block;
  width: 568px;
  margin: 0 auto;
  transition: all 300ms ease;
}

#introduction .main-wrap .sc-sr388 a:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.8" /><feFuncG type="linear" slope="1.8" /><feFuncB type="linear" slope="1.8" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(180%);
          filter: brightness(180%);
  transition: all 300ms ease;
}

#introduction .main-wrap .sc-sr388 a .ani1 {
  width: 564px;
  height: 70px;
}

@media screen and (max-width: 1084px) {
  #introduction .main-wrap .sc-samus .samus {
    right: -7%;
  }
}

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

#history.loaded .side .ttl-wrap {
  -webkit-animation-name: btnMovie;
  animation-name: btnMovie;
  -webkit-animation-duration: 1200ms;
  animation-duration: 1200ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -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;
}

#history.loaded .side:after {
  -webkit-animation-name: btnMovie;
  animation-name: btnMovie;
  -webkit-animation-duration: 1200ms;
  animation-duration: 1200ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -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;
}

#history.loaded .scr-first .row {
  -webkit-animation-name: btnMovie;
  animation-name: btnMovie;
  -webkit-animation-duration: 1200ms;
  animation-duration: 1200ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -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;
}

#history .header {
  height: 430px;
}

#history .header .shuffle-text {
  left: 50%;
  position: absolute;
  top: -65px;
  margin-left: -268px;
}

#history .header .ttl-wrap {
  margin-top: -145px;
}

#history .header .ttl-wrap .ttl img {
  top: -80px;
}

#history .main-wrap .sc-history {
  position: relative;
  z-index: 1;
  margin-top: -65px;
}

#history .main-wrap .sc-history .flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#history .main-wrap .sc-history .side {
  width: 155px;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
}

#history .main-wrap .sc-history .side:before {
  content: "";
  height: 100%;
  max-width: 70px;
  width: auto;
  background: url(../history/img/img-arrow.png) no-repeat;
  background-position: 0 0;
  -webkit-animation: 1.5s steps(83) 0s normal none infinite running history;
          animation: 1.5s steps(83) 0s normal none infinite running history;
  display: block;
  margin: 40px auto;
}

#history .main-wrap .sc-history .side .ttl-wrap {
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -62px;
}

#history .main-wrap .sc-history .main-content {
  max-width: 920px;
  width: 100%;
}

#history .main-wrap .sc-history .main-content .chronology .box {
  margin-bottom: 5.263vw;
  position: relative;
}

#history .main-wrap .sc-history .main-content .chronology .box:nth-child(2) {
  margin: 10.263vw 0 10.263vw;
}

#history .main-wrap .sc-history .main-content .chronology .box:last-child {
  margin-bottom: 2.263vw;
}

#history .main-wrap .sc-history .main-content .chronology .box .frame {
  position: absolute;
  left: 0;
  top: -3vw;
  width: 1024px;
}

#history .main-wrap .sc-history .main-content .chronology .box .frame img {
  width: 100%;
  height: auto;
}

#history .main-wrap .sc-history .main-content .chronology .box .col:last-child {
  padding-left: 20px;
}

#history .main-wrap .sc-special {
  width: 100%;
  background: url(../history/img/bg-history06.png);
  background-size: cover;
  padding: 58px 0;
  position: relative;
  z-index: 2;
}

#history .main-wrap .sc-special .inner {
  padding: 0 30px;
}

#history .main-wrap .sc-special .btn-wrap {
  margin-top: 50px;
  transition: all 200ms;
}

#history .main-wrap .sc-special .btn-wrap .arrow:before {
  background: url(../history/img/btn-arrow-history.png) center top no-repeat;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  right: 108px;
  transition: all 200ms;
}

#history .main-wrap .sc-special .btn-wrap a {
  transition: all 300ms ease;
}

#history .main-wrap .sc-special .btn-wrap .ani3 {
  top: -4px;
  left: -4px;
}

#history .main-wrap .sc-special .btn-wrap .ani3 .line1, #history .main-wrap .sc-special .btn-wrap .ani3 .line2, #history .main-wrap .sc-special .btn-wrap .ani3 .line3, #history .main-wrap .sc-special .btn-wrap .ani3 .line4 {
  background: #ff533f;
  height: 5px;
  border-radius: 5px;
}

#history .main-wrap .sc-special .btn-wrap:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.6" /><feFuncG type="linear" slope="1.6" /><feFuncB type="linear" slope="1.6" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(160%);
          filter: brightness(160%);
}

#history .main-wrap .sc-special .btn-wrap:hover .arrow:before {
  right: 103px;
}

#history .main-wrap .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

#history .main-wrap .row img {
  transition: all ease 0.3s;
  width: 100%;
}

#history .main-wrap .row .col.txt {
  padding-left: 40px;
  text-align: center;
}

#history .main-wrap .scr-spy.side:before {
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
}

#history .main-wrap .scr-spy.side .ttl-wrap {
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
}

#history .main-wrap .scr-spy .row,
#history .main-wrap .scr-spy .frame {
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
}

#history .main-wrap #animated .row {
  -webkit-animation-name: btnMovie;
  animation-name: btnMovie;
  -webkit-animation-duration: 1200ms;
  animation-duration: 1200ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -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;
}

#history .main-wrap #animated .frame {
  -webkit-animation-name: btnMovie;
  animation-name: btnMovie;
  -webkit-animation-duration: 1200ms;
  animation-duration: 1200ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -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;
}

@media screen and (max-width: 1290px) {
  #history .chronology .col img {
    display: inline-block;
    text-align: center;
    width: 90%;
  }
  #history .main-wrap .sc-history .main-content .chronology .box .frame {
    width: auto;
  }
  #history .main-wrap .sc-history .side:after {
    background-size: 37.6%;
    height: 1400px;
  }
}

@media screen and (max-width: 1084px) {
  #history .main-wrap .sc-history .side:after {
    background-size: 43.5% !important;
    height: 1400px;
  }
}

@media screen and (max-width: 960px) {
  #history .main-wrap .sc-history .main-content .chronology .box .frame {
    width: 100%;
    top: -5vw;
  }
  #history .main-wrap .sc-special .row {
    width: 100%;
  }
  #history .main-wrap .sc-special .row .col img {
    width: 100%;
  }
  #history .main-wrap .sc-history .side:after {
    background-size: 37% !important;
    height: 1280px !important;
    background-position: top;
  }
  #history .main-wrap .row .col.txt {
    padding-left: 30px;
  }
}

/*============================================================*/
/* system.scss
/*============================================================*/
#system.loaded .scroll-img01 {
  -webkit-animation-name: btnMovie;
  animation-name: btnMovie;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
  -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;
}

#system #animated.movie-wrap {
  -webkit-animation-name: btnMovie;
  animation-name: btnMovie;
  -webkit-animation-duration: 1200ms;
  animation-duration: 1200ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -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;
}

#system #animated.scroll-img02 {
  -webkit-animation-name: btnMovie;
  animation-name: btnMovie;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -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;
}

#system #animated.system03 {
  -webkit-animation-name: btnMovie;
  animation-name: btnMovie;
  -webkit-animation-duration: 1200ms;
  animation-duration: 1200ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -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;
}

#system #animated.scroll-img03 {
  -webkit-animation-name: actionLeft;
  animation-name: actionLeft;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
  -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;
}

#system .page {
  background: url("../system/img/bg.png") no-repeat;
  background-size: cover;
}

#system .page .header .shuffle-text {
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -280px;
}

#system .page .header .ttl-wrap {
  margin-top: -287px;
}

#system .page .content {
  position: relative;
}

#system .page .content > img:first-child {
  width: 100%;
  display: block;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
}

#system .page .content .movie-wrap {
  background: url("../system/img/bg-movie-01.png");
  width: 100%;
  padding: 30px 0;
  position: absolute;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
}

#system .page .content .movie-wrap .movie-inner {
  max-width: 1400px;
  min-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#system .page .content .movie-wrap .movie-inner .video-content {
  max-width: 414px;
  width: 100%;
  text-align: center;
  z-index: 2;
}

#system .page .content .movie-wrap .movie-inner .video-content:before {
  content: none;
}

#system .page .content .movie-wrap .movie-inner .video-content > img {
  width: 350px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#system .page .content .movie-wrap .movie-inner .video-content video {
  width: 350px;
  border-radius: 30px;
}

#system .page .content .movie-wrap .movie-inner .video-content .play-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  cursor: pointer;
}

#system .page .content .movie-wrap .movie-inner .video-content .play-btn img {
  width: 57px;
  height: 54px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#system .page .content .movie-wrap .movie-inner .video-content.playing .playbtn {
  z-index: -1 !important;
}

#system .page .content .movie-wrap .movie-inner .video-content.playing:before {
  opacity: 0;
}

#system .page .system01 {
  margin-top: -270px;
}

#system .page .system01 .movie-number {
  max-width: 414px;
  width: 33.333%;
}

#system .page .system01 .movie-number img {
  width: 100%;
  height: auto;
}

#system .page .system01 .movie-text {
  width: 33.333%;
  right: 10%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

#system .page .system01 .movie-line {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 10;
}

#system .page .system01 .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #b9316e;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

#system .page .system02 .movie-number {
  width: 33.333%;
  margin-left: -90px;
}

#system .page .system02 .movie-text {
  max-width: 342px;
  width: 33.3333%;
}

#system .page .system02 .movie-text img {
  margin-top: 8px;
  height: auto;
}

#system .page .system02 .movie-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 10;
}

#system .page .system02 .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #f0640a;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

#system .page .system03 {
  min-width: 960px;
  padding: 100px 0 0;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  /* 装飾 */
}

#system .page .system03 .system03-inner {
  position: relative;
}

#system .page .system03 .system03-inner .sams {
  position: relative;
  z-index: 2;
}

#system .page .system03 .system03-inner .sams img {
  width: 116%;
  margin-left: -45.5%;
  height: auto;
  opacity: 0;
  -webkit-transform: translate3d(-120px, 0, 0);
          transform: translate3d(-120px, 0, 0);
}

#system .page .system03 .system03-inner .item {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
}

#system .page .system03 .system03-inner .item .movie-text {
  position: absolute;
  right: 2vw;
  top: 9vw;
  z-index: 10;
}

#system .page .system03 .system03-inner .item .movie-number {
  display: block;
  margin: 0 auto;
  position: absolute;
  right: 27vw;
  top: -10px;
}

#system .page .system03 .slide {
  width: 805px;
  height: 192px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#system .page .system03 .slide .video-content {
  min-width: 320px;
  width: 100%;
  height: 192px;
  text-align: center;
  z-index: 2;
}

#system .page .system03 .slide .video-content:before {
  content: none;
}

#system .page .system03 .slide .video-content .play-btn2 {
  width: 100%;
  height: 189px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  cursor: pointer;
}

#system .page .system03 .slide .video-content .play-btn2 img {
  width: 57px;
  height: 54px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#system .page .system03 .slide .video-content > img {
  position: absolute;
}

#system .page .system03 .slide .video-content:after {
  content: url("../system/img/movie-flame-03.png");
  position: absolute;
  top: 0;
  left: 0;
}

#system .page .system03 .slide .video-content video {
  width: 320px;
  border-radius: 30px 0px 0px 30px;
}

#system .page .system03 .container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 15px;
  position: relative;
  z-index: 3;
  margin-top: -26vw;
}

#system .page .system03 .container .system-next-btn2, #system .page .system03 .container .system-prev-btn2 {
  position: absolute;
  top: 0;
  z-index: 53;
}

#system .page .system03 .container .system-next-btn2 {
  margin-right: -805px;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  width: 805px;
  height: 192px;
  display: block;
}

#system .page .system03 .container .system-prev-btn2 {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -805px;
  width: 805px;
  height: 192px;
  display: block;
}

#system .page .system03 .slide_all {
  width: 805px;
  margin: 0 auto;
  height: 192px;
  position: relative;
}

#system .page .system03 .slide_wrap {
  width: 2415px;
  position: absolute;
  left: 50%;
  margin-left: -1249px;
}

#system .page .system03 .slide_body {
  width: 100%;
}

#system .page .system03 .slide img {
  vertical-align: bottom;
}

#system .page .system03 .slide-btn {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 53px;
  border-top: 1px #684A8E solid;
}

#system .page .system03 .slide-btn .system-next-btn a,
#system .page .system03 .slide-btn .system-prev-btn a {
  width: 90px;
  height: 52px;
  display: block;
}

#system .page .system03 .slide-btn .system-next-btn a {
  background: url("../system/img/slider-next.png") no-repeat;
  position: relative;
}

#system .page .system03 .slide-btn .system-next-btn a:before {
  content: "";
  display: block;
  width: 22px;
  height: 29px;
  background: url("../system/img/slider-next-arrow.png") no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

#system .page .system03 .slide-btn .system-next-btn a:hover:before {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  transition: all 300ms ease;
}

#system .page .system03 .slide-btn .system-prev-btn a {
  background: url("../system/img/slider-prev.png") no-repeat;
  position: relative;
}

#system .page .system03 .slide-btn .system-prev-btn a:before {
  content: "";
  display: block;
  width: 22px;
  height: 29px;
  background: url("../system/img/slider-prev-arrow.png") no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

#system .page .system03 .slide-btn .system-prev-btn a:hover:before {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  transition: all 300ms ease;
}

#system .page .system03 .bx-controls-direction, #system .page .system03 .bx-pager {
  text-align: center;
  height: 84px;
}

#system .page .system03 .bx-controls-direction a, #system .page .system03 .bx-pager-item {
  display: inline-block;
}

#system .page .system03 .bx-pager-item a {
  position: relative;
  height: 84px;
  width: 87px;
  display: block;
  text-indent: -9999px;
}

#system .page .system03 .bx-pager-item a.active {
  background: url("../system/img/slider-active.png") left top;
}

#system .page .system03 .bx-pager-item a:before, #system .page .system03 .bx-pager-item a:after {
  content: "";
  display: block;
  height: 84px;
  width: 87px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease 0.3s;
}

#system .page .system03 .bx-pager-item:nth-child(1) a:before {
  background: url("../system/img/slider-pager-01.png") left top;
}

#system .page .system03 .bx-pager-item:nth-child(1) a:after {
  opacity: 0;
  background: url("../system/img/slider-pager-01-on.png") left top;
}

#system .page .system03 .bx-pager-item:nth-child(1) a.active:before {
  opacity: 0;
}

#system .page .system03 .bx-pager-item:nth-child(1) a.active:after {
  opacity: 1;
}

#system .page .system03 .bx-pager-item:nth-child(1) a:hover {
  background: url("../system/img/slider-pager-01-on.png") left top;
}

#system .page .system03 .bx-pager-item:nth-child(2) a:before {
  background: url("../system/img/slider-pager-02.png") left top;
}

#system .page .system03 .bx-pager-item:nth-child(2) a:after {
  opacity: 0;
  background: url("../system/img/slider-pager-02-on.png") left top;
}

#system .page .system03 .bx-pager-item:nth-child(2) a.active:before {
  opacity: 0;
}

#system .page .system03 .bx-pager-item:nth-child(2) a.active:after {
  opacity: 1;
}

#system .page .system03 .bx-pager-item:nth-child(2) a:hover {
  background: url("../system/img/slider-pager-02-on.png") left top;
}

#system .page .system03 .bx-pager-item:nth-child(3) a:before {
  background: url("../system/img/slider-pager-03.png") left top;
}

#system .page .system03 .bx-pager-item:nth-child(3) a:after {
  opacity: 0;
  background: url("../system/img/slider-pager-03-on.png") left top;
}

#system .page .system03 .bx-pager-item:nth-child(3) a.active:before {
  opacity: 0;
}

#system .page .system03 .bx-pager-item:nth-child(3) a.active:after {
  opacity: 1;
}

#system .page .system03 .bx-pager-item:nth-child(3) a:hover {
  background: url("../system/img/slider-pager-03-on.png") left top;
}

#system .page .system03 .bx-pager-item:nth-child(4) a:before {
  background: url("../system/img/slider-pager-04.png") left top;
}

#system .page .system03 .bx-pager-item:nth-child(4) a:after {
  opacity: 0;
  background: url("../system/img/slider-pager-04-on.png") left top;
}

#system .page .system03 .bx-pager-item:nth-child(4) a.active:before {
  opacity: 0;
}

#system .page .system03 .bx-pager-item:nth-child(4) a.active:after {
  opacity: 1;
}

#system .page .system03 .bx-pager-item:nth-child(4) a:hover {
  background: url("../system/img/slider-pager-04-on.png") left top;
}

#system .page .system03 .bx-controls-direction a {
  text-decoration: none;
  color: #000;
  padding: 0 5px;
}

#system .page .system03 .bx-controls {
  position: absolute;
  bottom: -131px;
  z-index: 100;
  width: 600px;
  left: 80px;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 1084px) {
  #system .page .system03 .container {
    margin-top: -18vw;
  }
  #system .page .system03 .system03-inner .item .movie-text {
    top: 7vw !important;
  }
  #system .page .system03 .system03-inner .item .movie-text img {
    width: 1450px;
  }
}

@media screen and (max-width: 1265px) {
  #system .page .system02 .movie-number img {
    min-width: 440px;
    width: 100%;
    height: auto;
  }
  #system .page .system03 .system03-inner .sams {
    top: 35px;
  }
  #system .page .system03 .system03-inner .sams img {
    margin-left: -55.5%;
  }
  #system .page .system03 .system03-inner .item .movie-text {
    top: 9.5vw;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1700px) {
  #system .page .system03 .system03-inner .item .movie-text {
    right: 10vw;
  }
}

@media screen and (max-width: 1084px) {
  #system .page .system03 .system03-inner .item .movie-text {
    right: 2vw;
  }
}

/*============================================================*/
/* products.scss
/*============================================================*/
#products {
  background: #000 url(../products/img/kv-products.png) no-repeat center;
  background-position: top center;
  background-size: cover;
  overflow-x: hidden;
  min-height: 768px;
}

#products.loaded .software .box .box-inner {
  -webkit-animation-name: box;
  animation-name: box;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
  -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;
}

#products.loaded .software .box .box-inner > div {
  -webkit-animation-name: fadeOth;
  animation-name: fadeOth;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  -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;
}

#products .header {
  height: 380px;
}

#products .header .ttl-wrap {
  margin-top: -167px;
}

#products .header .shuffle-text {
  left: 50%;
  margin-left: -333px;
  position: absolute;
  top: -30px;
}

#products .main-wrap .pagedown {
  width: 46px;
  position: absolute;
  left: 0.5%;
  bottom: 20px;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(160px);
      -ms-transform: translateY(160px);
          transform: translateY(160px);
}

#products .main-wrap .pagedown .pagedown-inner {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 87.3%, 50% 100%, 0 87.3%, 0 0);
          clip-path: polygon(50% 0%, 100% 0, 100% 87.3%, 50% 100%, 0 87.3%, 0 0);
}

#products .main-wrap .pagedown .pagedown-inner:hover:before {
  opacity: 1;
}

#products .main-wrap .pagedown .pagedown-inner:before {
  content: "";
  background: url(../img/scroll-inner.png) bottom center no-repeat;
  width: 46px;
  height: 105px;
  position: absolute;
  z-index: -1;
  -webkit-animation: marqueeScroll 0.8s steps(8) infinite;
          animation: marqueeScroll 0.8s steps(8) infinite;
  opacity: 0.6;
  transition: all ease 0.6s;
}

#products .main-wrap .sc-intro {
  position: relative;
  margin-top: 10.5vw;
  margin-bottom: 5vw;
  z-index: 3;
}

#products .main-wrap .sc-intro .bg-box {
  width: 100%;
  position: absolute;
  top: -10.5vw;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  z-index: 1;
}

#products .main-wrap .sc-intro .bg-box img {
  width: 100%;
}

#products .main-wrap .sc-intro .sc-intro-box {
  position: absolute;
  width: 84%;
  right: 10.3vw;
}

#products .main-wrap .sc-intro .sc-intro-box .ttl-wrap img {
  max-width: 100%;
  height: auto;
}

#products .main-wrap .sc-intro .sc-intro-box .ttl-wrap span {
  max-width: 1126px;
  min-width: 960px;
  padding-left: 4%;
  width: 100%;
}

#products .main-wrap .sc-intro .sc-intro-box .ttl-wrap .ttl {
  margin-top: -40px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
}

#products .main-wrap .sc-intro .sc-intro-box .item {
  max-width: 1126px;
  min-width: 960px;
  padding-left: 4%;
  width: 100%;
}

#products .main-wrap .sc-intro .sc-intro-box .item > p {
  margin-bottom: 30px;
  opacity: 0;
}

#products .main-wrap .sc-intro .sc-intro-box .item .btn-wrap {
  display: inline-block;
  margin-left: 4%;
  opacity: 0;
}

#products .main-wrap .sc-intro .sc-intro-box .item .btn-wrap a {
  transition: all 300ms ease;
}

#products .main-wrap .sc-intro .sc-intro-box .item .btn-wrap a:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.6" /><feFuncG type="linear" slope="1.6" /><feFuncB type="linear" slope="1.6" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(160%);
          filter: brightness(160%);
}

#products .main-wrap .sc-intro .bg-intro {
  float: right;
  position: relative;
  z-index: -1;
  top: -10.5vw;
  width: 57.5%;
}

#products .main-wrap .sc-intro .bg-intro ul {
  padding-bottom: 50px;
}

#products .main-wrap .sc-intro .bg-intro ul li {
  float: left;
  position: relative;
  padding: 0 4px;
  width: 20%;
  -webkit-transform: scale(0.3, 1) skewY(45deg) translateY(120px);
      -ms-transform: scale(0.3, 1) skewY(45deg) translateY(120px);
          transform: scale(0.3, 1) skewY(45deg) translateY(120px);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  opacity: 0;
}

#products .main-wrap .sc-intro .bg-intro ul li img {
  max-width: 100%;
  height: auto;
}

#products .main-wrap .sc-intro .bg-intro ul .bg-intro01 {
  top: 46px;
}

#products .main-wrap .sc-intro .bg-intro ul .bg-intro02 {
  top: 0;
}

#products .main-wrap .sc-intro .bg-intro ul .bg-intro03 {
  top: 120px;
}

#products .main-wrap .sc-intro .bg-intro ul .bg-intro04 {
  top: 23px;
}

#products .main-wrap .sc-intro .bg-intro ul .bg-intro05 {
  top: 76px;
}

#products .main-wrap .sc-movie {
  margin-bottom: 15vw;
}

#products .main-wrap .sc-movie .sumus-bg {
  position: relative;
  top: -10.5vw;
  z-index: -1;
}

#products .main-wrap .sc-movie .sumus-bg img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#products .main-wrap .sc-movie .sumus-bg img.eye {
  z-index: 1;
  opacity: 0;
}

#products .main-wrap .sc-movie .sumus-bg img.bg {
  opacity: 0.2;
}

#products .main-wrap .sc-movie .ttl-wrap {
  float: right;
  position: relative;
  right: -2.8vw;
  top: 10vw;
}

#products .main-wrap .sc-movie .ttl-wrap .ttl {
  margin-left: -47px;
  margin-top: -40px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
}

#products .main-wrap .sc-movie .ttl-wrap span {
  max-width: 766px;
  width: 100%;
  display: block;
}

#products .main-wrap .sc-movie .ttl-wrap .btn-wrap .btn-movie {
  width: 659px;
  height: 136px;
  display: table;
  margin-bottom: 15px;
  transition: all 300ms ease;
}

#products .main-wrap .sc-movie .ttl-wrap .btn-wrap .btn-movie a {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
  position: relative;
  transition: all ease 0.3s;
}

#products .main-wrap .sc-movie .ttl-wrap .btn-wrap .btn-movie a:before {
  content: "";
  background: url("../img/btn-play.png") top left no-repeat;
  height: 57px;
  width: 54px;
  display: block;
  position: absolute;
  right: 125px;
  top: 50%;
  margin-top: -28px;
  transition: all ease 0.3s;
}

#products .main-wrap .sc-movie .ttl-wrap .btn-wrap .btn-movie a:hover:before {
  right: 120px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.8" /><feFuncG type="linear" slope="1.8" /><feFuncB type="linear" slope="1.8" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(180%);
          filter: brightness(180%);
  opacity: 1;
}

#products .main-wrap .sc-movie .ttl-wrap .btn-wrap .btn-movie a img {
  display: block;
  margin-bottom: 10px;
}

#products .main-wrap .sc-movie .ttl-wrap .btn-wrap .btn-movie.btn-movie01 {
  background: url("../img/btn-movie01.png") top left no-repeat;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  position: relative;
}

#products .main-wrap .sc-movie .ttl-wrap .btn-wrap .btn-movie.btn-movie01:before {
  content: '';
  background: url("../img/img-grow.png") no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 47px;
  height: 46px;
}

#products .main-wrap .sc-movie .ttl-wrap .btn-wrap .btn-movie.btn-movie02 {
  background: url("../img/btn-movie02.png") top left no-repeat;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  position: relative;
}

#products .main-wrap .sc-movie .ttl-wrap .btn-wrap .btn-movie.btn-movie02:before {
  content: '';
  background: url("../img/img-grow.png") no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 47px;
  height: 46px;
}

#products .main-wrap .bx-wrapper {
  position: relative;
  z-index: 2;
}

#products .main-wrap .sc-slide {
  width: 100%;
  position: relative;
  z-index: 2;
  opacity: 0;
}

#products .main-wrap .sc-products {
  position: relative;
  z-index: 1;
  margin-top: -20px;
}

#products .main-wrap .sc-products > .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#products .main-wrap .sc-products > .inner .main-content {
  max-width: 1018px;
  width: 100%;
  margin: 0 auto;
}

#products .main-wrap .sc-products > .inner .main-content .box-inner:after, #products .main-wrap .sc-products > .inner .main-content .box-inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 52px;
  z-index: -1;
}

#products .main-wrap .sc-products > .inner .main-content .box-inner:before {
  top: 0;
  background: url("../products/img/img-contentline-top2.png") top center no-repeat;
}

#products .main-wrap .sc-products > .inner .main-content .box-inner:after {
  bottom: 0;
  background: url("../products/img/img-contentline-bottom2.png") bottom center no-repeat;
}

#products .main-wrap .sc-products > .inner .main-content > div > .box {
  height: 0;
  width: 0;
  overflow: hidden;
  text-align: center;
  position: relative;
  transition: all ease 1s;
  margin: 0 auto;
}

#products .main-wrap .sc-products > .inner .main-content > div > .box.over-w {
  width: 100%;
  height: 1px;
}

#products .main-wrap .sc-products > .inner .main-content .software {
  height: 510px;
  margin-bottom: 100px;
}

#products .main-wrap .sc-products > .inner .main-content .software h3 {
  opacity: 0;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

#products .main-wrap .sc-products > .inner .main-content .software .box-inner {
  height: 510px;
  background: url("../products/img/bg-software-content.png") top center no-repeat;
  opacity: 0;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#products .main-wrap .sc-products > .inner .main-content .software .box-inner:before {
  top: 0;
  background: url("../products/img/img-contentline-top.png") top center no-repeat;
}

#products .main-wrap .sc-products > .inner .main-content .software .box-inner:after {
  bottom: 0;
  background: url("../products/img/img-contentline-bottom.png") bottom center no-repeat;
}

#products .main-wrap .sc-products > .inner .main-content .software .box-inner > div {
  opacity: 0;
}

#products .main-wrap .sc-products > .inner .main-content .software .box-inner .spedition {
  margin-top: 40px;
  position: relative;
  display: inline-block;
}

#products .main-wrap .sc-products > .inner .main-content .software .box-inner .item {
  width: 62.3%;
  padding-left: 100px;
  text-align: left;
}

#products .main-wrap .sc-products > .inner .main-content .software .box-inner .item:nth-child(1) {
  padding-top: 92px;
  width: 37.7%;
  padding-left: 0;
  position: relative;
  text-align: center;
}

#products .main-wrap .sc-products > .inner .main-content .software .box-inner .item:nth-child(1) h4 {
  margin-bottom: 20px;
}

#products .main-wrap .sc-products > .inner .main-content .software .box-inner .item:nth-child(1) ul {
  text-align: right;
  margin-right: 22px;
  position: absolute;
  top: 96px;
  right: 50px;
}

#products .main-wrap .sc-products > .inner .main-content .software .box-inner .item:nth-child(1) ul li {
  display: inline-block;
}

#products .main-wrap .sc-products > .inner .main-content .software .box-inner .item:nth-child(1) ul li:first-child {
  position: relative;
  top: -1px;
  padding-right: 2px;
}

#products .main-wrap .sc-products > .inner .main-content .software .box-inner .item:nth-child(1) .btn-wrap {
  margin-top: 15px;
}

#products .main-wrap .sc-products > .inner .main-content .software .box-inner .item:nth-child(1) .btn-wrap a {
  transition: all 300ms ease;
}

#products .main-wrap .sc-products > .inner .main-content .software .box-inner .item:nth-child(1) .btn-wrap a:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.6" /><feFuncG type="linear" slope="1.6" /><feFuncB type="linear" slope="1.6" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(160%);
          filter: brightness(160%);
}

#products .main-wrap .sc-products > .inner .main-content .software .box.over-h {
  height: 510px;
}

#products .main-wrap .sc-products > .inner .main-content .store {
  height: 705px;
  margin-bottom: 100px;
}

#products .main-wrap .sc-products > .inner .main-content .store h3 {
  opacity: 0;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

#products .main-wrap .sc-products > .inner .main-content .store .box {
  height: 802px;
}

#products .main-wrap .sc-products > .inner .main-content .store .box .box-inner {
  height: 705px;
  background: url("../products/img/bg-store-content.png") top center no-repeat;
  opacity: 0;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

#products .main-wrap .sc-products > .inner .main-content .store .box .box-inner > div {
  opacity: 0;
}

#products .main-wrap .sc-products > .inner .main-content .store .box.over-h {
  height: 705px;
}

#products .main-wrap .sc-products > .inner .main-content .store .box .cts-line {
  height: 9px;
}

#products .main-wrap .sc-products > .inner .main-content .store .box .item {
  padding: 46px 0 0 0;
  position: relative;
}

#products .main-wrap .sc-products > .inner .main-content .store .box .item:nth-last-child(2):before {
  content: "";
  position: absolute;
  background: url("../products/img/img-contentline.png") bottom center no-repeat;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0px;
  display: block;
  height: 9px;
  width: 842px;
}

#products .main-wrap .sc-products > .inner .main-content .store .box .item .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  width: 100%;
}

#products .main-wrap .sc-products > .inner .main-content .store .box .item .row .col:first-child {
  padding: 0 0 0 2%;
  position: relative;
}

#products .main-wrap .sc-products > .inner .main-content .store .box .item .row .col.col01 {
  text-align: center;
}

#products .main-wrap .sc-products > .inner .main-content .store .box .item .row .col.col02 {
  position: relative;
  text-align: center !important;
  text-align: left;
}

#products .main-wrap .sc-products > .inner .main-content .store .box .item .row .col.col02 .tit {
  margin-bottom: 10px;
}

#products .main-wrap .sc-products > .inner .main-content .store .box .item .row .col.col02 .tit span {
  display: block;
  text-align: left;
  padding-left: 0px;
}

#products .main-wrap .sc-products > .inner .main-content .store .box .item .row .col.col02 .abs {
  position: absolute;
  bottom: 94px;
  left: 0px;
  margin: 0;
  z-index: 1;
}

#products .main-wrap .sc-products > .inner .main-content .store .box .item .row .col.col02 .abs + .btn-wrap {
  margin-top: 60px;
}

#products .main-wrap .sc-products > .inner .main-content .store .box .item .row .col .btn-wrap {
  position: relative;
  text-align: center;
  display: inline-block;
  margin-top: 10px;
}

#products .main-wrap .sc-products > .inner .main-content .store .box .item .row .col .btn-wrap a {
  transition: all 300ms ease;
}

#products .main-wrap .sc-products > .inner .main-content .store .box .item .row .col .btn-wrap a:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.6" /><feFuncG type="linear" slope="1.6" /><feFuncB type="linear" slope="1.6" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(160%);
          filter: brightness(160%);
}

#products .main-wrap .sc-products > .inner .main-content .store .box .item .row .col .btn-wrap .arrow2 img {
  margin-left: 7px;
}

#products .main-wrap .sc-products > .inner .main-content .store .box .item .row .col .btn-wrap .arrow2:before {
  content: "";
  background: url("../img/ico-arrow.png") top center no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: -4px;
  top: -5px;
  transition: all ease 0.3s;
}

#products .main-wrap .sc-products > .inner .main-content .store .box .item .row .col .btn-wrap .arrow2:hover:before {
  left: -1px;
}

#products .main-wrap .sc-products > .inner .main-content .amiibo {
  height: 715px;
  margin-bottom: 100px;
}

#products .main-wrap .sc-products > .inner .main-content .amiibo h3 {
  opacity: 0;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

#products .main-wrap .sc-products > .inner .main-content .amiibo .box {
  height: 715px;
}

#products .main-wrap .sc-products > .inner .main-content .amiibo .box .box-inner {
  background: url("../products/img/bg-amiibo-content.png") top center no-repeat;
  opacity: 0;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

#products .main-wrap .sc-products > .inner .main-content .amiibo .box .box-inner > div {
  opacity: 0;
}

#products .main-wrap .sc-products > .inner .main-content .amiibo .box.over-h {
  height: 715px;
}

#products .main-wrap .sc-products > .inner .main-content .amiibo .box .item {
  padding: 5%;
}

#products .main-wrap .sc-products > .inner .main-content .amiibo .box .item .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  width: 100%;
}

#products .main-wrap .sc-products > .inner .main-content .amiibo .box .item .row:last-child {
  margin: -10px 0 -24px;
}

#products .main-wrap .sc-products > .inner .main-content .amiibo .box .item .row.nowrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0;
}

#products .main-wrap .sc-products > .inner .main-content .amiibo .box .item .row.nowrap .col {
  width: 100%;
  text-align: center;
}

#products .main-wrap .sc-products > .inner .main-content .amiibo .box .item .row.nowrap .btn-wrap {
  text-align: center;
}

#products .main-wrap .sc-products > .inner .main-content .amiibo .box .item .row.nowrap .btn-wrap a {
  transition: all 300ms ease;
}

#products .main-wrap .sc-products > .inner .main-content .amiibo .box .item .row.nowrap .btn-wrap a:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.6" /><feFuncG type="linear" slope="1.6" /><feFuncB type="linear" slope="1.6" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(160%);
          filter: brightness(160%);
}

#products .main-wrap .sc-products > .inner .main-content .amiibo .box .item .row .col {
  padding: 0;
}

#products .main-wrap .sc-products > .inner .main-content .amiibo .box .item .row .col.col01 {
  text-align: center;
}

#products .main-wrap .sc-products > .inner .main-content .amiibo .box .item .row .col.col02 {
  text-align: left;
}

#products .main-wrap .sc-products > .inner .main-content .amiibo .box .item .row .col > a {
  display: block;
}

#products .main-wrap .sc-products > .inner .main-content .amiibo .box .item .row .col > a:hover {
  opacity: 0.6;
  transition: all 600ms ease;
}

#products .main-wrap .sc-products > .inner .main-content .amiibo .box .item .row .col > a img {
  width: 100%;
  height: auto;
}

#products .main-wrap .sc-products > .inner .main-content .amiibo .box .item .row .col .btn-wrap {
  text-align: center;
  margin-top: 18px;
}

#products .main-wrap .sc-products > .inner .main-content .amiibo .box .item .row .col .btn-wrap .arrow2:before {
  content: "";
  background: url("../img/txt-arrow.png") top center no-repeat;
  width: 15px;
  height: 20px;
  display: inline-block;
  position: relative;
  left: 0;
  transition: all ease 0.3s;
}

#products .main-wrap .sc-products > .inner .main-content .amiibo .box .item .row .col .btn-wrap .arrow2:hover:before {
  left: 3px;
}

#products .main-wrap .sc-products > .inner .main-content .amiibo .box .item .row .col p {
  margin-bottom: 20px;
}

/*============================================================*/
/* action.scss
/*============================================================*/
#action {
  background: #000 url(../action/img/bg.png) no-repeat center;
  background-position: top center;
  background-size: cover;
}

#action.loaded .sc-01 {
  -webkit-animation-name: btnMovie;
  animation-name: btnMovie;
  -webkit-animation-duration: 1200ms;
  animation-duration: 1200ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -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;
}

#action.loaded .sc-01 .img01 {
  -webkit-animation-name: actionRightFlow;
  animation-name: actionRightFlow;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  -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;
}

#action header {
  margin-bottom: 20px;
}

#action .ttl-wrap {
  text-align: center;
  max-width: 1160px;
}

#action .ttl-wrap .shuffle-text {
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -142px;
}

#action .ttl-wrap h2 {
  margin-bottom: 10px;
  text-align: center;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

#action .ttl-wrap p {
  text-align: center;
  margin-top: 130px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

#action.loaded .ttl-wrap h2 {
  -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: 400ms;
  animation-delay: 400ms;
  -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;
}

#action.loaded .ttl-wrap p {
  -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: 400ms;
  animation-delay: 400ms;
  -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;
}

#action.loaded .ttl-wrap .shuffle-text {
  -webkit-animation-name: fadeOth;
  animation-name: fadeOth;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
  -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;
}

#action .sc-action {
  position: relative;
  z-index: 1;
}

#action .sc-area {
  width: 100%;
  height: 333px;
  background: url(../action/img/bg-stripes.png) repeat-x center center;
  margin-bottom: 82px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
}

#action .sc-area .link-modal {
  height: 333px;
  z-index: 4;
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  transition: all 300ms ease;
}

#action .sc-area .link-modal.active {
  opacity: 1;
  transition: all 300ms ease;
}

#action .sc-area .link-modal:after {
  width: 140%;
  height: 333px;
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  content: '';
  position: absolute;
  top: 0;
  left: -40%;
  z-index: -1;
  -webkit-transform: skewX(-24deg);
      -ms-transform: skewX(-24deg);
          transform: skewX(-24deg);
}

#action .sc-area .link-modal .cate {
  font-size: 0;
  margin-top: 16px;
}

#action .sc-area .link-modal .cate h5 {
  display: inline-block;
  vertical-align: top;
  margin-top: -16px;
}

#action .sc-area .link-modal .cate div {
  display: inline-block;
  vertical-align: top;
}

#action .sc-area .link-modal .cate div a {
  display: inline-block;
  vertical-align: middle;
  background: url(../action/img/ico-list.png) no-repeat left center;
  padding-left: 24px;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: all 300ms ease;
}

#action .sc-area .link-modal .cate div a:hover {
  background: url(../action/img/ico-list.png) no-repeat 5px center;
  transition: all 300ms ease;
}

#action .sc-area .movie-box {
  width: 318px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

#action .sc-area .movie-box .btn-list {
  position: absolute;
  top: -40px;
  right: -15px;
  cursor: pointer;
}

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

#action .sc-area .movie-box ul li {
  width: 318px;
  height: 191px;
}

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

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

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

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

#action .sc-area .movie-box ul li.li001 h5 {
  bottom: -31px;
  left: -6px;
}

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

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

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

#action .sc-area .movie-box ul li.li003 h5 {
  bottom: -31px;
  left: -4px;
}

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

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

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

#action .sc-area .movie-box ul li.li005 h5 {
  bottom: -31px;
  left: -29px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#action .sc-area .movie-box ul li.li019 p {
  bottom: -115px;
  left: -45px;
}

#action .sc-area .movie-box .bx-prev {
  width: 14px;
  height: 26px;
  position: absolute;
  top: 84px;
  left: -26px;
  background: url(../action/img/arrow-l.png) no-repeat center center;
  transition: all 300ms ease;
}

#action .sc-area .movie-box .bx-prev:hover {
  -webkit-transform: translateX(-3px);
      -ms-transform: translateX(-3px);
          transform: translateX(-3px);
  transition: all 300ms ease;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.6" /><feFuncG type="linear" slope="1.6" /><feFuncB type="linear" slope="1.6" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(160%);
          filter: brightness(160%);
}

#action .sc-area .movie-box .bx-next {
  width: 14px;
  height: 26px;
  position: absolute;
  top: 84px;
  right: -26px;
  background: url(../action/img/arrow-r.png) no-repeat center center;
  transition: all 300ms ease;
}

#action .sc-area .movie-box .bx-next:hover {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
  transition: all 300ms ease;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.6" /><feFuncG type="linear" slope="1.6" /><feFuncB type="linear" slope="1.6" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(160%);
          filter: brightness(160%);
}

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

#action .sc-area .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-area .movie-box .bx-pager div a.active {
  background: #4e7aa8;
}

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

#action .sc-01:before {
  content: '';
  width: 414px;
  height: 224px;
  background: url(../action/img/num01.png) no-repeat center center;
  position: absolute;
  top: -112px;
  left: 0;
  right: 0;
  margin: auto;
}

#action .sc-01:after {
  width: 380px;
  height: 93px;
  content: '';
  background: url(../action/img/bg-black.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 430px;
}

#action .sc-01 .link-modal {
  width: 850px;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-850px, 0, 0);
          transform: translate3d(-850px, 0, 0);
}

#action .sc-01 .link-modal .cate div {
  width: 360px;
}

#action .sc-01 .link-modal .cate div a {
  width: 132px;
}

#action .sc-01 .link-modal .cate div.cate02 {
  width: 200px;
}

#action .sc-01 .link-modal.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#action .sc-01 .link-modal .close {
  position: absolute;
  top: 10px;
  right: -20px;
  cursor: pointer;
}

#action .sc-01 h3 {
  width: 450px;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

#action .sc-01 h3 span {
  padding-top: 25px;
  vertical-align: middle;
  display: inline-block;
}

#action .sc-01 h3 b {
  padding-top: 40px;
  vertical-align: middle;
  display: inline-block;
}

#action .sc-01 .movie-box {
  margin-top: -6px;
}

#action .sc-01 .img01 {
  position: absolute;
  top: -373px;
  right: 0;
  opacity: 0;
  -webkit-transform: translate3d(120px, -120px, 0);
          transform: translate3d(120px, -120px, 0);
}

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

#action .sc-02:before {
  content: '';
  width: 555px;
  height: 197px;
  background: url(../action/img/num02.png) no-repeat center center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#action .sc-02 .link-modal {
  width: 590px;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(850px, 0, 0);
          transform: translate3d(850px, 0, 0);
}

#action .sc-02 .link-modal:after {
  -webkit-transform: skewX(24deg);
      -ms-transform: skewX(24deg);
          transform: skewX(24deg);
  right: -40%;
  left: auto;
}

#action .sc-02 .link-modal .cate div {
  width: 170px;
}

#action .sc-02 .link-modal .cate div.cate04 {
  width: 120px;
}

#action .sc-02 .link-modal.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#action .sc-02 .link-modal .close {
  position: absolute;
  top: 10px;
  left: 0;
  cursor: pointer;
}

#action .sc-02 h3 {
  width: 586px;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

#action .sc-02 h3 span {
  padding-top: 25px;
  vertical-align: middle;
  display: inline-block;
}

#action .sc-02 h3 b {
  padding-top: 40px;
  vertical-align: middle;
  display: inline-block;
}

#action .sc-02 .movie-box {
  position: absolute;
  right: 73px;
  top: 43px;
}

#action .sc-02 .img02 {
  width: 378px;
  height: 386px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -34px;
  opacity: 0;
  -webkit-transform: translate3d(0, 60px, 0);
          transform: translate3d(0, 60px, 0);
}

#action .sc-03 {
  position: relative;
  text-align: right;
  z-index: 1;
  background: transparent;
}

#action .sc-03:before {
  content: '';
  width: 559px;
  height: 195px;
  background: url(../action/img/num03.png) no-repeat center center;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}

#action .sc-03 .link-modal {
  width: 500px;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(850px, 0, 0);
          transform: translate3d(850px, 0, 0);
}

#action .sc-03 .link-modal:after {
  -webkit-transform: skewX(24deg);
      -ms-transform: skewX(24deg);
          transform: skewX(24deg);
  right: -40%;
  left: auto;
}

#action .sc-03 .link-modal .cate div {
  width: 170px;
  text-align: left;
}

#action .sc-03 .link-modal.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#action .sc-03 .link-modal .close {
  position: absolute;
  top: 10px;
  left: 0;
  cursor: pointer;
}

#action .sc-03 h3 {
  width: 400px;
  height: 333px;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 50px;
}

#action .sc-03 h3 span {
  position: absolute;
  top: -19px;
  left: 0;
}

#action .sc-03 h3 b {
  position: absolute;
  top: 31px;
  left: -17px;
}

#action .sc-03 .movie-box {
  margin-top: -27px;
}

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

#action .sc-0304:before {
  content: '';
  width: 100%;
  height: 333px;
  background: url(../action/img/bg-stripes.png) repeat-x center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#action .sc-0304:after {
  content: '';
  width: 100%;
  height: 333px;
  background: url(../action/img/bg-stripes.png) repeat-x center center;
  position: absolute;
  top: 415px;
  left: 0;
  z-index: -1;
}

#action .img03 {
  width: 609px;
  height: 985px;
  margin: auto;
  position: absolute;
  top: -66px;
  left: 0;
  opacity: 0;
  -webkit-transform: translate3d(-120px, 280px, 0);
          transform: translate3d(-120px, 280px, 0);
}

#action .sc-04 {
  position: relative;
  text-align: right;
  background: transparent;
}

#action .sc-04:before {
  content: '';
  width: 559px;
  height: 195px;
  background: url(../action/img/num04.png) no-repeat center center;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}

#action .sc-04 .link-modal {
  width: 500px;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(850px, 0, 0);
          transform: translate3d(850px, 0, 0);
}

#action .sc-04 .link-modal:after {
  -webkit-transform: skewX(24deg);
      -ms-transform: skewX(24deg);
          transform: skewX(24deg);
  right: -40%;
  left: auto;
}

#action .sc-04 .link-modal .cate div {
  width: 170px;
  text-align: left;
}

#action .sc-04 .link-modal.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#action .sc-04 .link-modal .close {
  position: absolute;
  top: 10px;
  left: 0;
  cursor: pointer;
}

#action .sc-04 h3 {
  width: 400px;
  height: 333px;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 50px;
}

#action .sc-04 h3 span {
  position: absolute;
  top: -19px;
  left: 0;
}

#action .sc-04 h3 b {
  position: absolute;
  top: 31px;
  left: -17px;
}

#action .sc-04 .movie-box {
  margin-top: -27px;
}

#action #animated.sc-area {
  -webkit-animation-name: btnMovie;
  animation-name: btnMovie;
  -webkit-animation-duration: 1200ms;
  animation-duration: 1200ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -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;
}

#action #animated.sc-area .img02 {
  -webkit-animation-name: actionCenter;
  animation-name: actionCenter;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
  -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;
}

#action #animated .img03 {
  -webkit-animation-name: actionLeftFlow;
  animation-name: actionLeftFlow;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
  -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;
}

@media screen and (max-width: 1433px) {
  #action .sc-02 .img02 {
    top: 120px;
  }
  #action .sc-02 .img02 img {
    width: 280px;
  }
}

@media screen and (max-width: 1200px) {
  #action .sc-01 .img01 {
    top: -228px;
  }
  #action .sc-01 .img01 img {
    width: 1080px;
  }
}

@media screen and (max-width: 1140px) {
  #action .sc-0304 .img03 {
    top: 0;
    left: -30px;
  }
  #action .sc-0304 .img03 img {
    width: 463px;
  }
}

.video-content {
  width: 350px;
  height: 211px;
  position: relative;
}

.video-content input {
  border: medium none;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0;
}

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

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

.video-content:before {
  opacity: 1;
  transition: all ease 0.3s;
  background: url("../img/playbtn.png") no-repeat;
  content: "";
  width: 57px;
  height: 54px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.video-content:hover:before {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.6" /><feFuncG type="linear" slope="1.6" /><feFuncB type="linear" slope="1.6" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(160%);
          filter: brightness(160%);
  -webkit-transform: translate3d(-30%, -50%, 0);
          transform: translate3d(-30%, -50%, 0);
}

.video-content.playing .playbtn {
  z-index: -1 !important;
}

.video-content.playing:before {
  opacity: 0;
}

.shuffle-text {
  opacity: 0;
  font-family: 'A9AJ';
  color: #ff8400;
  letter-spacing: 0.8em;
  font-size: 10px;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  display: block;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
}

.shuffle-text.shu03 {
  white-space: nowrap;
  -webkit-transform: rotate(90deg) scale(0.7);
      -ms-transform: rotate(90deg) scale(0.7);
          transform: rotate(90deg) scale(0.7);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  top: 150px;
  left: -25px;
}

.ipad {
  width: 1300px;
  overflow-x: hidden;
}

.ipad .toppage .main-wrap .sc-main .sc-intro-bg .release .release-inner .releasedate {
  bottom: 160px;
}

.ipad .toppage .main-wrap .sc-main .sc-intro-bg .right-menu .right-menu-inner .btn-wrap {
  bottom: 200px;
}

.ipad .ipad-none {
  display: none;
}

.ipad .ipad-show {
  display: inline-block;
}

.ipad .sc-main {
  height: auto !important;
}

.ipad .sc-main .sc-intro-bg .main-title {
  padding-top: 10vw;
}

.ipad .modal-wrap {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (orientation: portrait) {
  .ipad .toppage .main-wrap .sc-main .sc-intro-bg .main-samus {
    height: 70vh;
  }
  .ipad .toppage .main-wrap .sc-main .sc-intro-bg .left-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 960px) {
  .footer .inner {
    background-position: center -50px;
  }
  .footer .inner:before, .footer .inner:after {
    opacity: 0;
  }
  .footer .inner .footer-nav ul li:nth-child(2) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1084px) {
  .modal-wrap {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pagetop {
    display: none;
  }
  .footer-nav ul li:first-child {
    display: none;
  }
}

@media screen and (max-width: 1110px) {
  .footer .inner .footer-nav ul li:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1360px) {
  .toppage .main-wrap .sc-info .ttl {
    background-position: -40px;
    margin-left: -40px;
    margin-right: -40px;
  }
  .toppage .main-wrap .sc-info dl dt.txt {
    width: auto;
  }
  .toppage .main-wrap .sc-info dl dt.txt a {
    line-height: 1.2;
    font-size: 14px;
    padding-left: 10px;
  }
  .toppage .main-wrap .sc-info dl dt.txt a br {
    display: block !important;
  }
  .toppage .main-wrap .sc-info dl dd {
    padding-right: 25%;
  }
  .toppage .main-wrap .sc-info .sc-info-inner .ttl {
    background-position: -40px;
  }
  .footer .inner {
    background-position: center -50px;
  }
  .footer .inner:before, .footer .inner:after {
    opacity: 0;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
  .toppage .main-wrap .sc-movie {
    margin-bottom: 20vw;
  }
}

@media screen and (min-width: 1501px) and (max-width: 1700px) {
  .toppage .main-wrap .sc-movie {
    margin-bottom: 25vw;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1900px) {
  .toppage .main-wrap .sc-movie {
    margin-bottom: 30vw;
  }
}

@media screen and (min-width: 1901px) and (max-width: 2100px) {
  .toppage .main-wrap .sc-movie {
    margin-bottom: 35vw;
  }
}

@media screen and (min-width: 2101px) and (max-width: 2300px) {
  .toppage .main-wrap .sc-movie {
    margin-bottom: 40vw;
  }
}

@media screen and (min-width: 2301px) {
  .toppage .main-wrap .sc-movie {
    margin-bottom: 45vw;
  }
}

@media screen and (max-width: 1084px) {
  .toppage .sc-bottom {
    position: relative;
    top: -124px;
    margin-bottom: 0;
    z-index: -1;
  }
}

@media screen and (min-width: 1800px) {
  .toppage .main-wrap .sc-main .sc-intro-bg .bg-space {
    top: -15vh;
  }
}

@media screen and (min-width: 700px) {
  .releasedate p img {
    width: 330px;
  }
  .toppage .main-wrap .sc-main .sc-intro-bg .release .release-inner .releasedate .btn-wrap {
    right: 27px;
  }
}

#narrow {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#narrow .sc-main .sc-intro-bg .left-menu li {
  margin-bottom: 0.642vw;
}

#narrow .sc-main .sc-intro-bg .left-menu li a > img {
  max-width: 80%;
}

#narrow .sc-main .sc-intro-bg .main-title .logo {
  width: 90%;
  left: 5%;
  text-align: center;
}

#narrow .sc-main .sc-intro-bg .main-samus {
  margin: -97px auto 0;
}

@media screen and (max-height: 630px) {
  .sc-main .sc-intro-bg .left-menu {
    padding-top: 20px;
  }
  .sc-main .sc-intro-bg .left-menu li {
    margin-bottom: 0;
  }
  .sc-main .sc-intro-bg .left-menu li a > img {
    max-width: 70%;
  }
}

.ie11 .toppage .main-wrap .sc-info .sc-info-inner dl dt.txt a:before {
  top: -8px;
}

.ie11 .toppage .main-wrap .sc-info .sc-info-inner dl dt.txt .bx-next {
  top: -3px;
}

.ie {
  /************アニメーションキャンセル************/
}

.ie .main-wrap .sc-main .sc-intro-bg .bg-space,
.ie .header .bg-space {
  -webkit-animation: none !important;
          animation: none !important;
}
