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

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*背景をメインカラーに*/
.bg {
  background: #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;
}

/*インラインブロック*/
.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 load-ball {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes load-ball {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*オープニングの背景*/
@keyframes sc-opening-bg {
  0% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes sc-opening-bg {
  0% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*オープニングのナビ1*/
@keyframes sc-down {
  0% {
    -webkit-transform: translate3d(0, -400px, 0);
    transform: translate3d(0, -400px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

/*オープニングのナビ2*/
@keyframes sc-up {
  0% {
    -webkit-transform: translate3d(0, 400px, 0);
    transform: translate3d(0, 400px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes sc-up {
  0% {
    -webkit-transform: translate3d(0, 400px, 0);
    transform: translate3d(0, 400px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/*トップカテゴリーの壁1*/
@keyframes wall-down {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes wall-down {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/*トップカテゴリーの壁2*/
@keyframes wall-up {
  0% {
    -webkit-transform: translate3d(0, 20%, 0) scale(1.06);
    transform: translate3d(0, 20%, 0) scale(1.06);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@-webkit-keyframes wall-up {
  0% {
    -webkit-transform: translate3d(0, 20%, 0) scale(1.06);
    transform: translate3d(0, 20%, 0) scale(1.06);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

/*キャラクターフェードイン*/
@keyframes fadeUps {
  0% {
    -webkit-transform: scale(0.6) translateY(20px);
    transform: scale(0.6) translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeUps {
  0% {
    -webkit-transform: scale(0.6) translateY(20px);
    transform: scale(0.6) translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

/*トップカテゴリーのアイコン*/
@keyframes wall-icon {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.18);
    transform: scale(1.18);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes wall-icon {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.18);
    transform: scale(1.18);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

/*スライドフェードイン*/
@keyframes fade-in {
  0% {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    display: block;
    opacity: 1;
  }
}

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

/*スライドフェードインボトム*/
@keyframes fade-in2 {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

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

/*スライド矢印*/
@keyframes up-arrow {
  0% {
    border-width: 0 0 0 0;
    opacity: 0;
  }
  30% {
    border-width: 0 2px 3.5px 2px;
    opacity: 1;
  }
  100% {
    border-width: 0 6.5px 16px 6.5px;
    opacity: 1;
  }
}

@-webkit-keyframes up-arrow {
  0% {
    border-width: 0 0 0 0;
    opacity: 0;
  }
  30% {
    border-width: 0 2px 3.5px 2px;
    opacity: 1;
  }
  100% {
    border-width: 0 6.5px 16px 6.5px;
    opacity: 1;
  }
}

/*スライドダウン*/
@keyframes down-arrow {
  0% {
    -webkit-transform: translate3D(0, -28px, 0);
    transform: translate3D(0, -28px, 0);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate3D(0, -28px, 0);
    transform: translate3D(0, -28px, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
}

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

/*矢印*/
@keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  25% {
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@-webkit-keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  25% {
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

/*跳ねる*/
@keyframes scale {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

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

/*animate.cssから*/
.animated {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  opacity: 0;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animate-fadeIn {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.53, 0.06, 0.2, 1.35);
  animation-timing-function: cubic-bezier(0.53, 0.06, 0.2, 1.35);
}

@keyframes subCharaL {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7) translate3d(-130%, 360px, 0) rotate(-45deg);
    transform: scale(0.7) translate3d(-130%, 360px, 0) rotate(-45deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes subCharaL {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7) translate3d(-130%, 360px, 0) rotate(-45deg);
    transform: scale(0.7) translate3d(-130%, 360px, 0) rotate(-45deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.subCharaL {
  opacity: 0;
  -webkit-animation-name: subCharaL;
  animation-name: subCharaL;
}

@keyframes subCharaR {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7) translate3d(130%, 360px, 0) rotate(45deg);
    transform: scale(0.7) translate3d(130%, 360px, 0) rotate(45deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes subCharaR {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7) translate3d(130%, 360px, 0) rotate(45deg);
    transform: scale(0.7) translate3d(130%, 360px, 0) rotate(45deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.subCharaR {
  opacity: 0;
  -webkit-animation-name: subCharaR;
  animation-name: subCharaR;
}

/*右移動*/
@keyframes movingR {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 100% center;
  }
}

@-webkit-keyframes movingR {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 100% center;
  }
}

/*左移動*/
@keyframes movingL {
  0% {
    background-position: 100% center;
  }
  100% {
    background-position: 0 center;
  }
}

@-webkit-keyframes movingL {
  0% {
    background-position: 100% center;
  }
  100% {
    background-position: 0 center;
  }
}

.movingR {
  -webkit-animation-name: movingR;
  animation-name: movingR;
  animation-duration: 24s;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.movingL {
  -webkit-animation-name: movingL;
  animation-name: movingL;
  animation-duration: 24s;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

html.fp-enabled, .fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent;
}

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}

.fp-section {
  position: relative;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
  height: 100%;
  display: block;
}

.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
  display: inline-block;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip {
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav.fp-show-active a.active + .fp-tooltip {
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/*--------------------------------------------
//MARK : BASIC
---------------------------------------------*/
html.no-scroll {
  overflow: hidden !important;
}

html.no-scroll body#top-page {
  overflow: hidden !important;
}

body {
  background-color: #fff;
  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;
}

body#top-page {
  overflow-x: auto !important;
}

body.fixed {
  width: 100%;
  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;
}

/*--------------------------------------------
//MARK : TOP/OPENING
---------------------------------------------*/
.load-wrap {
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
}

.load-wrap .load-box {
  width: 200px;
  height: 400px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.load-wrap .load-img {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50px;
  left: 0;
  margin: auto;
  background-size: 56px 56px;
}

.load-wrap .load-img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.load-wrap .load-img img.load-img01 {
  z-index: 5;
}

.load-wrap .load-img img.load-img02 {
  z-index: 4;
}

.load-wrap .load-img img.load-img03 {
  z-index: 3;
}

.load-wrap .load-img img.load-img04 {
  z-index: 2;
}

.load-wrap .load-img img.load-img05 {
  z-index: 1;
}

.load-wrap .load-txt {
  width: 164px;
  height: 19px;
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.load-skip {
  border: 3px solid #fff;
  display: block;
  width: 120px;
  font-size: 0;
  text-align: center;
  padding: 10px 0;
  border-radius: 70px;
  transition: all 300ms ease;
  position: fixed;
  z-index: 8888;
  bottom: 30px;
  right: 30px;
}

#moveObj {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 4;
  width: 100%;
  height: 88%;
  height: calc(100% - 40px);
  overflow: hidden;
}

#moveObj > li {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.sc-opening {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.sc-opening-bg {
  width: 100%;
  height: 89%;
  height: calc(100% - 40px);
  background: #000 url(../images/top/bg-opening.png) no-repeat center center;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
      transform-origin: center center;
  -webkit-animation-name: sc-opening-bg;
  animation-name: sc-opening-bg;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.sc-opening-slides {
  width: 100%;
  height: 89%;
  height: calc(100% - 40px);
  position: absolute;
  top: 40px;
  left: 0;
  overflow: hidden;
}

.sc-opening-slides > div {
  position: absolute;
  z-index: 3;
  opacity: 0;
  height: 100%;
}

.sc-opening-slides > div img {
  height: 80%;
  margin-top: 10%;
}

.sc-opening-slides > p {
  width: 100%;
  height: 233px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0;
  z-index: 2;
  opacity: 0;
  text-align: center;
}

.sc-opening-slides > p img {
  height: 233px;
}

.sc-opening-slides .sc-opening-slides-label-r {
  width: 0;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -233px;
  margin: auto;
  z-index: 1;
}

.sc-opening-slides .sc-opening-slides-label-r.label-soccer {
  background: #d42417;
}

.sc-opening-slides .sc-opening-slides-label {
  width: 0;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: -233px;
  margin: auto;
  z-index: 1;
}

.sc-opening-slides .sc-opening-slides-label.label-soccer {
  right: 0;
  background: #d42417;
}

.sc-opening-slides .sc-opening-slides-label.label-golf {
  left: 0;
  background: #46ae31;
}

.sc-opening-slides .sc-opening-slides-label.label-baseball {
  right: 0;
  background: #0064d3;
}

.sc-opening-slides .sc-opening-slides-label.label-tennis {
  left: 0;
  background: #ffc801;
}

.sc-opening-slides .sc-opening-slides-label.label-horse {
  right: 0;
  background: #f06e00;
}

.sc-opening .op-logo {
  width: 800px;
  height: 400px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  opacity: 0;
  text-align: center;
}

.sc-opening .op-logo img {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: -20px;
}

.sc-opening .main-visual {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/top/top-bg-color.jpg) no-repeat center center;
  background-size: cover;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  opacity: 0;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
      transform: scale(2);
}

.main-chara {
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 4;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  opacity: 0;
}

.main-chara img {
  width: auto;
  height: 100%;
}

.main-catch {
  position: absolute;
  top: 20%;
  right: 0;
  margin: auto;
  left: 0;
  z-index: 5;
  opacity: 0;
  text-align: center;
}

.main-catch img {
  height: 100%;
}

.main-logo {
  position: absolute;
  bottom: 16%;
  right: 0;
  margin: auto;
  left: 0;
  z-index: 6;
  opacity: 0;
  text-align: center;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
      transform: scale(0.4);
}

.main-logo img {
  height: 100%;
}

.scroll-btn {
  width: 48px;
  position: absolute;
  bottom: 7%;
  right: 0;
  margin: auto;
  left: 0;
  z-index: 5;
  opacity: 0;
  text-align: center;
}

.scroll-btn img {
  width: 100%;
}

.scroll-btn.show-arrow {
  -webkit-animation-name: arrow;
  animation-name: arrow;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.sc-nav {
  width: 100%;
  height: 100vh;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.1) inset;
}

.sc-nav h1 {
  position: absolute;
  top: 30px;
  left: 30px;
  opacity: 0;
}

.sc-nav h1.showNav {
  -webkit-animation-name: sc-down;
  animation-name: sc-down;
  -webkit-animation-duration: 320ms;
  animation-duration: 320ms;
  -webkit-animation-timing-function: cubic-bezier(0.53, 0.06, 0.2, 1.35);
  animation-timing-function: cubic-bezier(0.53, 0.06, 0.2, 1.35);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.sc-nav h2 {
  width: 180px;
  position: absolute;
  top: 70px;
  right: 30px;
  opacity: 0;
  z-index: 6;
}

.sc-nav h2 img {
  width: 100%;
  height: auto;
}

.sc-nav h2.showNav {
  -webkit-animation-name: sc-down;
  animation-name: sc-down;
  -webkit-animation-duration: 320ms;
  animation-duration: 320ms;
  -webkit-animation-timing-function: cubic-bezier(0.53, 0.06, 0.2, 1.35);
  animation-timing-function: cubic-bezier(0.53, 0.06, 0.2, 1.35);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.sc-nav nav ul li {
  position: absolute;
}

.sc-nav-desc {
  bottom: 30px;
  left: 30px;
  opacity: 0;
}

.sc-nav-desc-pack {
  width: 266px;
  height: 100px;
  background: url(../images/top/img-pack.png) no-repeat center center;
  position: relative;
}

.sc-nav-desc-pack img {
  position: absolute;
  width: 50px;
  top: 10px;
  left: 10px;
}

.sc-nav-desc-release {
  margin-bottom: -54px;
}

.sc-nav-desc-release .release-table tr td {
  vertical-align: top;
}

.sc-nav-desc-release .release-table tr td a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.sc-nav-desc-release .release-table tr td.i-package {
  padding-right: 5px;
}

.sc-nav-desc-release .release-table tr td.i-release {
  padding: 15px 0 0 5px;
}

.sc-nav-desc-release .release-table tr td.i-release img {
  position: relative;
  top: -35px;
  left: -23px;
}

.sc-nav-desc-release .release-table tr td .ico-link {
  margin-left: 5px;
}

.sc-nav-desc-release .release-table tr td .ico-link li {
  position: relative;
  display: inline-block;
}

.sc-nav-desc-link {
  margin-bottom: 20px;
  position: relative;
}

.sc-nav-desc-link a {
  border: 1px solid #fff;
  border-radius: 6px;
  display: inline-block;
  padding: 8px 12px;
}

.sc-nav-desc-link a:hover img {
  opacity: 0.7;
}

.sc-nav-desc-link a img {
  transition: all 200ms ease;
}

.sc-nav-desc-link a:first-child {
  margin-right: 10px;
}

.sc-nav-desc-link a.disable {
  cursor: default;
}

.sc-nav-desc-link a.disable:hover img {
  opacity: 1;
}

.sc-nav-desc p {
  font-size: 0;
}

.sc-nav-desc p:first-child {
  margin-bottom: 5px;
}

.sc-nav-desc.showNav {
  -webkit-animation-name: sc-up;
  animation-name: sc-up;
  -webkit-animation-duration: 320ms;
  animation-duration: 320ms;
  -webkit-animation-timing-function: cubic-bezier(0.53, 0.06, 0.2, 1.35);
  animation-timing-function: cubic-bezier(0.53, 0.06, 0.2, 1.35);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.sc-nav-amiibo {
  width: 177px;
  height: 182px;
  bottom: 350px;
  right: 30px;
  opacity: 0;
  position: relative;
}

.sc-nav-amiibo a img {
  transition: all 200ms ease;
}

.sc-nav-amiibo a img:first-child {
  bottom: -5px;
}

.sc-nav-amiibo a:hover img:first-child {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
      transform: scale(1.09);
}

.sc-nav-amiibo img {
  position: absolute;
  bottom: -70px;
  left: 35px;
}

.sc-nav-amiibo img:first-child {
  width: 167px;
  left: 10px;
  bottom: 12px;
}

.sc-nav-amiibo.showNav {
  -webkit-animation-name: sc-up;
  animation-name: sc-up;
  -webkit-animation-duration: 320ms;
  animation-duration: 320ms;
  -webkit-animation-timing-function: cubic-bezier(0.53, 0.06, 0.2, 1.35);
  animation-timing-function: cubic-bezier(0.53, 0.06, 0.2, 1.35);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.sc-nav-new {
  width: 270px;
  height: 160px;
  bottom: 195px;
  right: 30px;
  opacity: 0;
  position: relative;
  -webkit-transform: translate3d(0, 400px, 0);
          transform: translate3d(0, 400px, 0);
}

.sc-nav-new a img {
  transition: all 200ms ease;
}

.sc-nav-new a:hover img {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
      transform: scale(1.09);
}

.sc-nav-new img {
  width: 100%;
}

.sc-nav-new.showNav {
  -webkit-animation-name: sc-up;
  animation-name: sc-up;
  -webkit-animation-duration: 320ms;
  animation-duration: 320ms;
  -webkit-animation-timing-function: cubic-bezier(0.53, 0.06, 0.2, 1.35);
  animation-timing-function: cubic-bezier(0.53, 0.06, 0.2, 1.35);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.bg-golf {
  background: #46ae31;
  right: 0;
  left: auto;
}

.bg-soccer {
  background: #d42417;
}

.bg-baseball {
  background: #0064d3;
}

.bg-tennis {
  background: #ffc801;
  right: 0;
  left: auto;
}

.bg-horse {
  background: #f06e00;
}

.bg-amiibo {
  background: #707070;
}

.opning-movie-txt {
  text-align: center;
  position: relative;
  bottom: -37px;
}

.opning-movie-txt img {
  width: auto;
}

.sc-nav-sns {
  bottom: 30px;
  right: 30px;
  width: 90px;
  height: 32px;
  text-align: right;
  opacity: 0;
}

.sc-nav-sns .sns-list {
  font-size: 0;
}

.sc-nav-sns .sns-list li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 10px;
}

.sc-nav-sns .sns-list li a {
  transition: all 200ms ease;
}

.sc-nav-sns .sns-list li a:hover {
  opacity: 0.8;
}

.sc-nav-sns .sns-list li a img {
  width: 32px;
}

.sc-nav-sns.showNav {
  -webkit-animation-name: sc-up;
  animation-name: sc-up;
  -webkit-animation-duration: 320ms;
  animation-duration: 320ms;
  -webkit-animation-timing-function: cubic-bezier(0.53, 0.06, 0.2, 1.35);
  animation-timing-function: cubic-bezier(0.53, 0.06, 0.2, 1.35);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

/*--------------------------------------------
//MARK : TOP/GAME CATEGORY
---------------------------------------------*/
.sc-sports {
  width: 100%;
  background: #000;
}

.sc-sports nav {
  height: calc(100% - 90px);
  height: -webkit-calc(100% - 90px);
}

.sc-sports nav.minNav {
  height: calc(100% - 50px);
  height: -webkit-calc(100% - 50px);
}

.sc-sports nav ul {
  display: table;
  width: 100%;
  font-size: 0;
}

.sc-sports nav ul li {
  width: 20%;
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  background: #000;
  cursor: pointer;
  transition: all 600ms ease;
}

.sc-sports nav ul li .cate-img {
  width: 400%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 300ms ease;
}

.sc-sports nav ul li span {
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  display: block;
  text-align: center;
}

.sc-sports nav ul li span small {
  display: block;
  text-align: center;
  margin: 10px 0;
}

.sc-sports nav ul li span small.jp img {
  height: 11px;
}

.sc-sports nav ul li span small img {
  height: 16px;
}

.sc-sports nav ul li span > img {
  width: 26%;
  max-width: 90px;
}

.sc-sports nav ul li a {
  width: 100%;
  height: 100%;
  display: block;
}

.sc-sports nav ul li .wall-in {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.sc-sports nav ul li .wall {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.sc-sports nav ul li.bg-yoshi.active,
.sc-sports nav ul li.bg-yoshi .wall {
  background: #46ae31;
}

.sc-sports nav ul li.bg-yoshi .cate-img {
  -webkit-transform-origin: 14% 29%;
  -ms-transform-origin: 14% 29%;
      transform-origin: 14% 29%;
}

.sc-sports nav ul li.bg-koopa.active,
.sc-sports nav ul li.bg-koopa .wall {
  background: #0064d3;
}

.sc-sports nav ul li.bg-koopa .cate-img {
  -webkit-transform-origin: center 35%;
  -ms-transform-origin: center 35%;
      transform-origin: center 35%;
}

.sc-sports nav ul li.bg-mario.active,
.sc-sports nav ul li.bg-mario .wall {
  background: #d42417;
}

.sc-sports nav ul li.bg-mario .cate-img {
  -webkit-transform-origin: center 32%;
  -ms-transform-origin: center 32%;
      transform-origin: center 32%;
}

.sc-sports nav ul li.bg-peach.active,
.sc-sports nav ul li.bg-peach .wall {
  background: #ffc801;
}

.sc-sports nav ul li.bg-peach .cate-img {
  -webkit-transform-origin: center 19%;
  -ms-transform-origin: center 19%;
      transform-origin: center 19%;
}

.sc-sports nav ul li.bg-daisy .cate-img {
  width: 740%;
  -webkit-transform-origin: center 10%;
  -ms-transform-origin: center 10%;
      transform-origin: center 10%;
}

.sc-sports nav ul li.bg-daisy.active,
.sc-sports nav ul li.bg-daisy .wall {
  background: #f06e00;
}

.sc-sports nav ul li:nth-child(even):before {
  top: 0;
}

.sc-sports nav ul li:nth-child(odd):before {
  bottom: 0;
}

.sc-sports nav ul li.active span {
  -webkit-animation-name: wall-icon;
  animation-name: wall-icon;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: cubic-bezier(0.16, 0.78, 0.37, 0.94);
  animation-timing-function: cubic-bezier(0.16, 0.78, 0.37, 0.94);
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.sc-sports.active .bg-yoshi a {
  -webkit-animation-name: fadeUps;
  animation-name: fadeUps;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -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: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.sc-sports.active .bg-yoshi:after {
  -webkit-animation-name: wall-down;
  animation-name: wall-down;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -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: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.sc-sports.active .bg-koopa a {
  -webkit-animation-name: fadeUps;
  animation-name: fadeUps;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -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: 0.76s;
  animation-delay: 0.76s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.sc-sports.active .bg-koopa:after {
  -webkit-animation-name: wall-down;
  animation-name: wall-down;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -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: 0.96s;
  animation-delay: 0.96s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.sc-sports.active .bg-mario a {
  -webkit-animation-name: fadeUps;
  animation-name: fadeUps;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -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: 0.68s;
  animation-delay: 0.68s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.sc-sports.active .bg-mario:after {
  -webkit-animation-name: wall-down;
  animation-name: wall-down;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -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: 0.88s;
  animation-delay: 0.88s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.sc-sports.active .bg-peach a {
  -webkit-animation-name: fadeUps;
  animation-name: fadeUps;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -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: 0.64s;
  animation-delay: 0.64s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.sc-sports.active .bg-peach:after {
  -webkit-animation-name: wall-down;
  animation-name: wall-down;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -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: 0.84s;
  animation-delay: 0.84s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.sc-sports.active .bg-daisy a {
  -webkit-animation-name: fadeUps;
  animation-name: fadeUps;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -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: 0.72s;
  animation-delay: 0.72s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.sc-sports.active .bg-daisy:after {
  -webkit-animation-name: wall-down;
  animation-name: wall-down;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -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: 0.92s;
  animation-delay: 0.92s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.sc-sports .sub-nav {
  width: 100%;
  height: 90px;
  letter-spacing: -0.4em;
}

.sc-sports .sub-nav.minNav {
  height: 50px;
}

.sc-sports .sub-nav.minNav a {
  position: relative;
}

.sc-sports .sub-nav.minNav a img {
  -webkit-transform: translate3d(0, -32px, 0);
  transform: translate3d(0, -32px, 0);
  width: 200px;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
}

.sc-sports .sub-nav a {
  width: 50%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background: #1a1a1a;
  transition: all 300ms ease;
}

.sc-sports .sub-nav a.new {
  position: relative;
}

.sc-sports .sub-nav a:hover {
  background: #222222;
}

.sc-sports .sub-nav a img {
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
  position: relative;
  z-index: 1;
}

.sc-sports .sub-nav a:first-child {
  background: #3a3a3a;
}

.sc-sports .sub-nav a:first-child:hover {
  background: #555555;
}

.sc-sports .sub-nav a:first-child img {
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

/*--------------------------------------------
//MARK : ゲームページ
---------------------------------------------*/
/*ゲームページ共通*/
#game-page {
  width: 100%;
  height: 100vh;
  /*サッカー*/
  /*テニス*/
  /*野球*/
  /*ゴルフ*/
  /*乗馬*/
}

#game-page .load-img, #game-page .load-box {
  position: fixed;
}

#game-page .page {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 230px 0 0;
  background: #000;
}

#game-page.soccer .page {
  background: url(../images/soccer/bg-soccer.png) repeat-y right top;
  background-size: 100% auto;
}

#game-page.soccer .bg-left {
  background: #d42417;
}

#game-page.soccer .sc-slide-nav a.active {
  background: #d42417;
}

#game-page.soccer .chara01 {
  max-width: 1100px;
  width: 170%;
  margin: -100px 0 0 -40%;
  position: relative;
  bottom: -1100px;
  right: -130%;
}

#game-page.soccer .chara01 img {
  width: 100%;
}

#game-page.soccer .chara02 {
  max-width: 1200px;
  width: 170%;
  margin: -100px 0 0 -44%;
}

#game-page.soccer .chara02 img {
  width: 100%;
}

#game-page.soccer .game-catch {
  bottom: -100px;
  right: -100px;
  -webkit-transform: rotate(-10deg) translateY(-160px) scale(0.6);
  -ms-transform: rotate(-10deg) translateY(-160px) scale(0.6);
      transform: rotate(-10deg) translateY(-160px) scale(0.6);
}

#game-page.soccer .game-catch img {
  width: 110%;
  max-width: 751px;
}

#game-page.soccer .nrw-img, #game-page.soccer .nrw-img-animate {
  background: #D42417;
  background: rgba(212, 36, 23, 0.3);
}

#game-page.soccer .nrw-img span, #game-page.soccer .nrw-img-animate span {
  background: url(../images/soccer/bg-img-soccer.png) no-repeat left center;
}

#game-page.soccer .nrw-img-animate span {
  top: 133px;
}

#game-page.soccer .f-nav li.active:after {
  background: #d42417;
}

#game-page.tennis .page {
  background: url(../images/tennis/bg-tennis.png) repeat-y left top;
  background-size: 100% auto;
}

#game-page.tennis .bg-right {
  background: #ffc801;
}

#game-page.tennis .sc-slide-nav a.active {
  background: #ffc801;
}

#game-page.tennis .chara01 {
  max-width: 1100px;
  width: 180%;
  margin: -100px 0 0 -35%;
  position: relative;
  top: -1100px;
  left: -200%;
  z-index: 1;
}

#game-page.tennis .chara01 img {
  width: 100%;
}

#game-page.tennis .chara02 {
  max-width: 1200px;
  width: 150%;
  margin: -400px 0 0 -10%;
}

#game-page.tennis .chara02 img {
  width: 100%;
}

#game-page.tennis .game-catch {
  top: 0;
  right: -120px;
  text-align: right;
}

#game-page.tennis .nrw-img, #game-page.tennis .nrw-img-animate {
  top: -620px;
  background: #FFC801;
  background: rgba(255, 200, 1, 0.3);
}

#game-page.tennis .nrw-img span, #game-page.tennis .nrw-img-animate span {
  left: 50%;
  background: url(../images/tennis/bg-img-tennis.png) no-repeat;
}

#game-page.tennis .nrw-img-animate {
  width: 108%;
}

#game-page.tennis .nrw-img-animate span {
  top: 184px;
}

#game-page.tennis .f-nav li.active:after {
  background: #ffc801;
}

#game-page.baseball .page {
  background: url(../images/baseball/bg-baseball.png) repeat-y right top;
  background-size: 100% auto;
}

#game-page.baseball .bg-left {
  background: #0064d3;
}

#game-page.baseball .sc-slide-nav a.active {
  background: #0064d3;
}

#game-page.baseball .chara01 {
  max-width: 1123px;
  width: 170%;
  margin: -100px 0 0 -30%;
  position: relative;
  bottom: -1100px;
  right: -130%;
}

#game-page.baseball .chara01 img {
  width: 100%;
}

#game-page.baseball .chara02 {
  max-width: 907px;
  width: 130%;
  margin: 0 0 0 -15%;
}

#game-page.baseball .chara02 img {
  width: 100%;
  max-width: 907px;
}

#game-page.baseball .game-catch {
  bottom: -100px;
  right: -100px;
  text-align: center;
  -webkit-transform: rotate(-10deg) translateY(-160px) scale(0.6);
  -ms-transform: rotate(-10deg) translateY(-160px) scale(0.6);
      transform: rotate(-10deg) translateY(-160px) scale(0.6);
}

#game-page.baseball .game-catch img {
  width: 94%;
  max-width: 567px;
}

#game-page.baseball .nrw-img, #game-page.baseball .nrw-img-animate {
  background: #0064D3;
  background: rgba(0, 100, 211, 0.3);
}

#game-page.baseball .nrw-img span, #game-page.baseball .nrw-img-animate span {
  background: url(../images/baseball/bg-img-baseball.png) no-repeat left center;
  background-position: 40% 40%;
}

#game-page.baseball .f-nav li.active:after {
  background: #0064d3;
}

#game-page.golf .page {
  background: url(../images/golf/bg-golf.png) repeat-y left top;
  background-size: 100% auto;
}

#game-page.golf .bg-right {
  background: #46ae31;
}

#game-page.golf .sc-slide-nav a.active {
  background: #46ae31;
}

#game-page.golf .chara01 {
  max-width: 1800px;
  width: 160%;
  margin: -60px 0 0 0;
  position: relative;
  top: -1100px;
  left: -200%;
}

#game-page.golf .chara01 img {
  width: 100%;
}

#game-page.golf .chara02 {
  max-width: 1200px;
  width: 120%;
  margin: 120px 0 0 -10%;
}

#game-page.golf .chara02 img {
  width: 100%;
}

#game-page.golf .game-catch {
  top: 200px;
  right: -120px;
  text-align: left;
  -webkit-transform: translateY(-160px) scale(0.6);
  -ms-transform: translateY(-160px) scale(0.6);
      transform: translateY(-160px) scale(0.6);
}

#game-page.golf .nrw-img, #game-page.golf .nrw-img-animate {
  top: 20px;
  background: #46AE31;
  background: rgba(70, 174, 49, 0.3);
}

#game-page.golf .nrw-img span, #game-page.golf .nrw-img-animate span {
  left: 50%;
  background: url(../images/golf/bg-img-golf.png) no-repeat right center;
  background-position: 30% 23%;
}

#game-page.golf .nrw-img-animate {
  width: 108%;
}

#game-page.golf .nrw-img-animate span {
  top: 145px;
}

#game-page.golf .f-nav li.active:after {
  background: #46ae31;
}

#game-page.golf .pos-txt-r {
  text-align: right;
}

#game-page.horse .page {
  background: url(../images/horse/bg-horse.png) repeat-y right top;
  background-size: 100% auto;
}

#game-page.horse .bg-left {
  background: #f06e00;
}

#game-page.horse .sc-slide-nav a.active {
  background: #f06e00;
}

#game-page.horse .sc-slide-nav.horse-irregular a:nth-child(1) {
  background-position: center 11px;
}

#game-page.horse .sc-slide-nav.horse-irregular a:nth-child(1).active {
  background: url(../images/horse/btn-horse-02-01-on.png) no-repeat center 11px #fff;
}

#game-page.horse .sc-slide-nav.horse-irregular a:nth-child(1).active img {
  opacity: 0;
}

#game-page.horse .sc-slide-nav.horse-irregular a:nth-child(2) {
  background-position: center 11px;
}

#game-page.horse .sc-slide-nav.horse-irregular a:nth-child(2).active {
  background: url(../images/horse/btn-horse-02-02-on.png) no-repeat center 11px #fff;
}

#game-page.horse .sc-slide-nav.horse-irregular a:nth-child(2).active img {
  opacity: 0;
}

#game-page.horse .chara01 {
  max-width: 1100px;
  width: 170%;
  margin: -130px 0 0 -10%;
  position: relative;
  bottom: -1100px;
  right: -200%;
}

#game-page.horse .chara01 img {
  width: 100%;
}

#game-page.horse .chara02 {
  max-width: 901px;
  width: 170%;
  margin: -10px 0 0 -9%;
}

#game-page.horse .chara02 img {
  width: 100%;
}

#game-page.horse .game-catch {
  bottom: -200px;
  right: -100px;
  -webkit-transform: translateY(-160px) scale(0.6);
  -ms-transform: translateY(-160px) scale(0.6);
      transform: translateY(-160px) scale(0.6);
}

#game-page.horse .nrw-img, #game-page.horse .nrw-img-animate {
  background: #F06E00;
  background: rgba(240, 110, 0, 0.3);
  top: -190px;
}

#game-page.horse .nrw-img span, #game-page.horse .nrw-img-animate span {
  background: url(../images/horse/bg-img-horse.png) no-repeat left center;
  background-position: 80% 20%;
}

#game-page.horse .nrw-img-animate span {
  top: 189px;
}

#game-page.horse .f-nav li.active:after {
  background: #f06e00;
}

#game-page.horse.wii-u .sc-pos.pos05 {
  margin: -340px auto 0;
}

.bg-left {
  width: 0;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-right {
  width: 0;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
}

.page-inner {
  width: 100%;
  position: relative;
  *zoom: 1;
}

.page-inner:after {
  content: "";
  display: table;
  clear: both;
}

.page-inner:before {
  content: "";
  display: table;
}

.page-inner-l, .page-inner-r {
  width: 50%;
  float: left;
}

.page-inner .z-index-3 {
  position: relative;
  z-index: 3;
}

.page-inner .last-bottom {
  clear: both;
  height: 300px;
}

.chara01, .chara02 {
  z-index: 1;
}

.game-ttl {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  opacity: 0;
  top: -60px;
}

.game-ttl img {
  display: block;
  margin: 0 auto;
}

.game-ttl img:first-child {
  margin-bottom: 60px;
}

.game-catch {
  position: relative;
  opacity: 0;
}

.game-nav {
  width: 100%;
  height: 200px;
  position: absolute;
  z-index: 10;
  opacity: 0;
  min-width: 960px;
}

.game-nav.showNav {
  -webkit-animation-name: sc-down;
  animation-name: sc-down;
  -webkit-animation-duration: 320ms;
  animation-duration: 320ms;
  -webkit-animation-timing-function: cubic-bezier(0.53, 0.06, 0.2, 1.35);
  animation-timing-function: cubic-bezier(0.53, 0.06, 0.2, 1.35);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.game-nav h1 {
  position: absolute;
  top: 30px;
  left: 30px;
}

.game-nav p {
  width: 180px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.game-nav p img {
  width: 100%;
}

.sc-window {
  width: 480px;
  margin: 0 auto;
  border: 8px solid #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  background: #fff;
  overflow: hidden;
  font-size: 0;
  position: relative;
  box-sizing: border-box;
}

.sc-window .thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.sc-window .thumb img {
  border-radius: 0;
}

.sc-window.youtube {
  height: 277px;
}

.sc-window.youtube iframe {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.sc-window img {
  width: 100%;
  border-radius: 6px;
}

.sc-window.window-mini {
  width: 386px;
  margin-top: -29px;
}

.sc-slide p {
  transition: all 300ms ease;
  display: none;
  opacity: 0;
}

.sc-slide p b {
  width: 480px;
  display: block;
  margin: 0 auto 30px;
}

.sc-slide p b img {
  max-width: 480px;
}

.sc-slide p .thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.sc-slide p .thumb img {
  border-radius: 0;
}

.sc-slide p span {
  display: block;
  opacity: 1;
  position: relative;
}

.sc-slide p.active {
  display: block;
  opacity: 1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}

.sc-slide p iframe {
  width: 100%;
  height: 100%;
}

.sc-slide-nav {
  width: 480px;
  margin: 0 auto 30px;
  font-size: 0;
  text-align: center;
}

.sc-slide-nav a {
  display: inline-block;
  vertical-align: middle;
  border: 3px solid #fff;
  margin-right: 15px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
  position: relative;
}

.sc-slide-nav a.active:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  border-width: 0 6.5px 16px 6.5px;
  border-color: transparent transparent #ffffff transparent;
  bottom: 50px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translate3D(0, 14px, 0);
  -ms-transform: translate3D(0, 14px, 0);
      transform: translate3D(0, 14px, 0);
  opacity: 0;
  -webkit-animation-name: up-arrow;
  animation-name: up-arrow;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.sc-slide-nav a:last-child {
  margin-right: 0;
}

.sc-slide-nav a:hover {
  opacity: 0.7;
}

.sc-slide-bottom {
  width: 480px;
  margin: 0px auto 80px;
}

.sc-slide-bottom p {
  opacity: 0;
  display: none;
}

.sc-slide-bottom p.active {
  display: block;
  opacity: 1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-in2;
          animation-name: fade-in2;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in2;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in2;
}

.sc-pos {
  width: 480px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.sc-pos.pos01 {
  margin: 0 auto 200px;
}

.sc-pos.pos02 {
  margin: -260px auto 0;
}

.sc-pos.pos03 {
  margin: -160px auto 0;
}

.sc-pos.pos04 {
  margin: -180px auto 0;
}

.sc-pos.pos05 {
  margin: -380px auto 0;
}

.sc-pos.pos06 {
  margin: 0 auto 460px;
}

.nrw-img {
  overflow: hidden;
  position: relative;
  height: 280px;
  min-width: 960px;
  transition: all 200ms ease;
  -webkit-transform: skewY(15deg);
  -ms-transform: skewY(15deg);
      transform: skewY(15deg);
}

.nrw-img span {
  width: 50%;
  -webkit-transform: skewY(-15deg);
  -ms-transform: skewY(-15deg);
      transform: skewY(-15deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.nrw-img-animate {
  width: 109.6%;
  overflow: hidden;
  position: relative;
  height: 320px;
  min-width: 960px;
  margin-left: -4%;
  transition: all 200ms ease;
  opacity: 0;
}

.nrw-img-animate span {
  width: 50%;
  height: 597px !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.catch-img {
  position: relative;
  top: 600px;
  opacity: 0;
}

/*アコーディオン*/
.acd-menu {
  width: 550px;
  margin: 0 auto;
  padding: 55px 35px;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #494343;
  border: 1px solid rgba(73, 67, 67, 0.8);
  border-radius: 20px;
  position: relative;
}

.acd-menu h3 {
  margin-bottom: 40px;
}

.acd-menu dl {
  margin-bottom: -28px;
}

.acd-menu dl dt {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -js-display: -webkit-flex;
  -js-display: -ms-flexbox;
  -js-display: flex;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  padding: 0 64px 0 0;
  transition: all 300ms ease;
  cursor: pointer;
}

.acd-menu dl dt span {
  height: 28px;
  margin-right: 16px;
}

.acd-menu dl dt small {
  width: 100%;
  position: relative;
}

.acd-menu dl dd .youtube {
  margin-bottom: 30px;
}

.acd-menu-toggle {
  width: 100%;
  height: 48px;
  background: url(../images/tgl-icn-01.png) no-repeat right center;
  background-size: 48px auto;
  -webkit-transform: translate3d(0, -67px, 0);
  transform: translate3d(0, -67px, 0);
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}

.acd-menu-toggle.bar {
  background: url(../images/tgl-icn-02.png) no-repeat right center;
  background-size: 48px auto;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
  margin-bottom: 20px;
  cursor: pointer;
}

.acd-menu-toggle.bar:after {
  content: '';
  height: 1px;
  width: calc(100% - 64px);
  background: #b5b5b3;
  position: absolute;
  top: 24px;
  left: 0;
}

footer {
  position: fixed;
  width: 100%;
  height: 155px;
  bottom: 0;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
      transform: translateY(200px);
  transition: all 300ms ease;
}

footer.f-fixed {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
      transform: translateY(0px);
  z-index: 3;
}

footer.f-harf {
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
      transform: translateY(80px);
  z-index: 3;
}

footer .f-nav {
  background: #373737;
}

footer .f-nav ul {
  font-size: 0;
  text-align: center;
  min-width: 960px;
  margin: 0 auto;
}

footer .f-nav ul li {
  display: inline-block;
  vertical-align: bottom;
  margin: -20px 0 0 20px;
  padding-bottom: 50px;
  position: relative;
}

footer .f-nav ul li:first-child {
  margin: -20px 0 0 0;
}

footer .f-nav ul li a img {
  transition: all 200ms ease;
}

footer .f-nav ul li a:hover img {
  -webkit-transform: scale(1.06) translateY(-5px);
  -ms-transform: scale(1.06) translateY(-5px);
      transform: scale(1.06) translateY(-5px);
}

footer .f-nav ul li.active:after {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

footer .footer-in {
  width: 100%;
  height: 80px;
  background: #222222;
  font-size: 0;
  padding: 0 30px;
  position: relative;
}

footer .footer-in ul {
  text-align: center;
}

footer .footer-in ul li {
  display: inline-block;
  vertical-align: middle;
  line-height: 80px;
  margin-right: 30px;
}

footer .footer-in ul li:last-child {
  margin-right: 0px;
}

footer .footer-in ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

footer .footer-in ul li a:hover {
  text-decoration: underline;
}

footer .footer-in ul:first-child {
  width: 200px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: left;
  padding-left: 30px;
}

.animate-fadeInUp {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.53, 0.06, 0.2, 1.35);
  animation-timing-function: cubic-bezier(0.53, 0.06, 0.2, 1.35);
}

.animate-subCharaL {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.53, 0.06, 0.2, 1.35);
  animation-timing-function: cubic-bezier(0.53, 0.06, 0.2, 1.35);
  -webkit-transform: scale(0.7) translate3d(-130%, 360px, 0) rotate(-60deg);
  transform: scale(0.7) translate3d(-130%, 360px, 0) rotate(-60deg);
}

/*--------------------------------------------
//PAGE : AMIIBO
---------------------------------------------*/
#amiibo-page .page {
  position: relative;
  overflow: hidden;
}

#amiibo-page .page .page-inner {
  padding-bottom: 0;
}

#amiibo-page .page footer {
  position: relative;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
      transform: translateY(0px);
}

#amiibo-page .page h2 {
  text-align: center;
  margin: 120px auto 100px;
  opacity: 0;
  transition: translateY(-30px);
  transition: all 600ms ease;
}

#amiibo-page .page h2.visible {
  opacity: 1;
  transition: translateY(0);
}

#amiibo-page .page p {
  position: absolute;
  top: 120px;
  right: 30px;
}

#amiibo-page .page p.amiibo-count {
  opacity: 0;
  transition: translateY(-30px);
  transition: all 600ms ease;
}

#amiibo-page .page p.amiibo-count.visible {
  opacity: 1;
  transition: translateY(0);
}

#amiibo-page .page p.amiibo-count img:first-child {
  position: absolute;
  top: 0;
  left: 85px;
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.btn-amiibo {
  border: 3px solid #8a8a8a;
  display: block;
  width: 230px;
  font-size: 0;
  text-align: center;
  margin: 10px auto 150px;
  padding: 20px 0;
  border-radius: 30px;
  opacity: 0;
  transition: all 300ms ease;
  transition: translateY(-30px);
}

.btn-amiibo.visible {
  opacity: 1;
  transition: translateY(0);
}

.btn-amiibo:hover {
  background: #8a8a8a;
}

#amiibo-page {
  background: #000 url(../images/amiibo/bg-amiibo.png) no-repeat center center;
  background-size: cover;
}

#amiibo-page .f-nav li.active:after {
  background: #707070;
}

/*アミーボカード*/
.amiibo-slide {
  overflow: hidden;
  padding: 20px 0 20px;
}

.amiibo-slide ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -js-display: -webkit-flex;
  -js-display: -ms-flexbox;
  -js-display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 510px;
  font-size: 0;
  position: relative;
  -webkit-transform: translateY(28px);
      -ms-transform: translateY(28px);
          transform: translateY(28px);
}

.amiibo-slide ul li {
  width: 96px;
  padding: 5px;
  position: relative;
}

.amiibo-slide ul li a {
  cursor: default;
}

.amiibo-slide ul li a img {
  width: 100%;
}

.amiibo-slide ul li.has-img a {
  cursor: pointer;
}

.amiibo-slide ul .ie-ul {
  display: inline-block;
}

.amiibo-slide ul.ie-parent-ul {
  width: 2880px;
  display: block;
}

.amiibo-slide ul.ie-parent-ul .ie-ul {
  width: auto;
  display: inline-block;
}

.amiibo-slide ul.wiiu-parent-ul {
  display: block;
}

.amiibo-slide ul.wiiu-parent-ul li {
  display: inline-block;
}

.wii-u .amiibo-slide {
  overflow: hidden;
  padding: 20px;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.wii-u .amiibo-slide ul {
  height: auto;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  padding: 50px 0;
}

.wii-u .amiibo-slide ul .ie-ul {
  padding: 0;
  width: auto;
  display: inline-block;
}

.wii-u .amiibo-slide ul .ie-ul li {
  display: block;
  width: 96px;
  padding: 5px;
  box-sizing: border-box;
  opacity: 1;
}

/*スクロールバー*/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 50px 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
  box-sizing: content-box;
}

.scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
  cursor: default;
}

.scrollbar-external_wrapper {
  height: 510px !important;
  position: relative;
}

.scrollbar-external {
  height: 510px !important;
  overflow: auto;
}

.external-scroll_x {
  cursor: pointer;
  display: none;
  position: absolute;
  opacity: 0;
  transition: all 1200ms ease;
}

.external-scroll_x.visible {
  opacity: 1;
}

.external-scroll_x.scroll-scrollx_visible {
  display: block;
  height: 5px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 320px;
}

.external-scroll_x.scroll-scrollx_visible:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #717171;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

.external-scroll_x div {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

.external-scroll_x .scroll-bar {
  background: #fff;
  width: 60px;
  z-index: 12;
}

/*モーダルスライダー*/
.overlay, .overlay-video {
  width: 102%;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 40px;
  left: 0;
  z-index: 20;
  display: none;
  background: #000000;
  background: rgba(0, 0, 0, 0.77);
}

.overlay .slide-bgs, .overlay-video .slide-bgs {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
}

.overlay-in, .overlay-video-in {
  width: 98%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}

.overlay .modal-bg, .overlay .modal-bg-video, .overlay-video .modal-bg, .overlay-video .modal-bg-video {
  width: 100%;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
}

.overlay .modal-bg img, .overlay .modal-bg-video img, .overlay-video .modal-bg img, .overlay-video .modal-bg-video img {
  height: 100%;
}

.overlay .modal-bg.slide-bg01 img, .overlay .modal-bg-video.slide-bg01 img, .overlay-video .modal-bg.slide-bg01 img, .overlay-video .modal-bg-video.slide-bg01 img {
  height: 130%;
  margin: -27% -30% 0 0;
}

.overlay .modal-bg.slide-bg02 img, .overlay .modal-bg-video.slide-bg02 img, .overlay-video .modal-bg.slide-bg02 img, .overlay-video .modal-bg-video.slide-bg02 img {
  height: 110%;
  margin: -7% -17% 0 0;
}

.overlay .modal-bg.slide-bg03 img, .overlay .modal-bg-video.slide-bg03 img, .overlay-video .modal-bg.slide-bg03 img, .overlay-video .modal-bg-video.slide-bg03 img {
  height: 148%;
  margin: -14% -40% 0 -10%;
}

.overlay-cts, .overlay-cts-video, .overlay-video-cts, .overlay-video-cts-video {
  width: 940px;
  height: 490px;
  position: absolute;
  top: -120px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.overlay-cts.short, .overlay-cts-video.short, .overlay-video-cts.short, .overlay-video-cts-video.short {
  margin: 120px auto 0;
  padding: 30px 0;
}

.overlay-cts ul li, .overlay-cts-video ul li, .overlay-video-cts ul li, .overlay-video-cts-video ul li {
  width: 100%;
  padding: 39px 44px;
  background: #2B3654;
  background: rgba(43, 54, 84, 0.88);
  border: 1px solid #3e517b;
  border-radius: 20px;
  font-size: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
}

.overlay-cts ul li > div, .overlay-cts-video ul li > div, .overlay-video-cts ul li > div, .overlay-video-cts-video ul li > div {
  display: inline-block;
  vertical-align: middle;
}

.overlay-cts ul li > div:first-child, .overlay-cts-video ul li > div:first-child, .overlay-video-cts ul li > div:first-child, .overlay-video-cts-video ul li > div:first-child {
  margin-right: 20px;
}

.overlay-cts ul li > div h4, .overlay-cts ul li > div p, .overlay-cts-video ul li > div h4, .overlay-cts-video ul li > div p, .overlay-video-cts ul li > div h4, .overlay-video-cts ul li > div p, .overlay-video-cts-video ul li > div h4, .overlay-video-cts-video ul li > div p {
  text-align: left;
}

.overlay-cts ul li > div p.bdr, .overlay-cts-video ul li > div p.bdr, .overlay-video-cts ul li > div p.bdr, .overlay-video-cts-video ul li > div p.bdr {
  border: 8px solid #fff;
  border-radius: 10px;
}

.overlay-cts ul li.slide-01 h4, .overlay-cts-video ul li.slide-01 h4, .overlay-video-cts ul li.slide-01 h4, .overlay-video-cts-video ul li.slide-01 h4 {
  margin: 40px 0 50px;
}

.overlay-cts ul li.slide-02 h4, .overlay-cts-video ul li.slide-02 h4, .overlay-video-cts ul li.slide-02 h4, .overlay-video-cts-video ul li.slide-02 h4 {
  margin: 70px 0 50px;
}

.overlay-cts ul li.slide-03 h4, .overlay-cts-video ul li.slide-03 h4, .overlay-video-cts ul li.slide-03 h4, .overlay-video-cts-video ul li.slide-03 h4 {
  margin: 40px 0 50px;
}

.overlay-cts ul li .slide-01-in span, .overlay-cts ul li .slide-01-in a, .overlay-cts-video ul li .slide-01-in span, .overlay-cts-video ul li .slide-01-in a, .overlay-video-cts ul li .slide-01-in span, .overlay-video-cts ul li .slide-01-in a, .overlay-video-cts-video ul li .slide-01-in span, .overlay-video-cts-video ul li .slide-01-in a {
  display: inline-block;
  vertical-align: middle;
}

.overlay-cts ul li .slide-01-in a, .overlay-cts-video ul li .slide-01-in a, .overlay-video-cts ul li .slide-01-in a, .overlay-video-cts-video ul li .slide-01-in a {
  background: #FFDF09;
  font-size: 0;
  text-align: center;
  padding: 14px 28px;
  border-radius: 30px;
  margin-left: 30px;
  transition: all 200ms ease;
}

.overlay-cts ul li .slide-01-in a:hover, .overlay-cts-video ul li .slide-01-in a:hover, .overlay-video-cts ul li .slide-01-in a:hover, .overlay-video-cts-video ul li .slide-01-in a:hover {
  opacity: 0.8;
}

.overlay-cts .movie-wrap .movie-title, .overlay-cts-video .movie-wrap .movie-title, .overlay-video-cts .movie-wrap .movie-title, .overlay-video-cts-video .movie-wrap .movie-title {
  text-align: center;
  margin-bottom: 50px;
}

.overlay-cts .movie-wrap .movie-sub-title, .overlay-cts-video .movie-wrap .movie-sub-title, .overlay-video-cts .movie-wrap .movie-sub-title, .overlay-video-cts-video .movie-wrap .movie-sub-title {
  text-align: center;
  margin-bottom: 30px;
}

.overlay-cts .movie-wrap .movie-box, .overlay-cts-video .movie-wrap .movie-box, .overlay-video-cts .movie-wrap .movie-box, .overlay-video-cts-video .movie-wrap .movie-box {
  width: 660px;
  margin: 0 auto;
  border: 8px solid #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  background: #fff;
  overflow: hidden;
  font-size: 0;
}

.overlay-video {
  top: 0;
  z-index: 10201;
}

/*bxSlider*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

.bx-next {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  right: -80px;
  font-size: 0;
  background: url(../images/amiibo/arw-r.png) no-repeat center center;
}

.bx-prev {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: -80px;
  font-size: 0;
  background: url(../images/amiibo/arw-l.png) no-repeat center center;
}

.modal-pager {
  width: 100%;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0;
  text-align: center;
}

.modal-pager a, .modal-pager span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
}

.modal-pager a[data-slide-index="0"] {
  width: 125px;
  height: 19px;
  background: url(../images/amiibo/nav-amiibo-starcharacter.png) no-repeat;
}

.modal-pager a[data-slide-index="0"].active {
  background: url(../images/amiibo/nav-amiibo-starcharacter-on.png) no-repeat;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}

.modal-pager a[data-slide-index="1"] {
  width: 210px;
  height: 19px;
  background: url(../images/amiibo/nav-amiibo-superstar.png) no-repeat;
}

.modal-pager a[data-slide-index="1"].active {
  background: url(../images/amiibo/nav-amiibo-superstar-on.png) no-repeat;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}

.modal-pager a[data-slide-index="2"] {
  width: 125px;
  height: 18px;
  background: url(../images/amiibo/nav-amiibo-collection.png) no-repeat;
}

.modal-pager a[data-slide-index="2"].active {
  background: url(../images/amiibo/nav-amiibo-collection-on.png) no-repeat;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}

.btn-close, .btn-close-video {
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: -140px;
  left: 0;
  right: 0;
  margin: 0 auto 20px;
  cursor: pointer;
}

.btn-close img, .btn-close-video img {
  width: 100%;
}

.movie-overlay .btn-close-video {
  bottom: -140px;
}

.floating-wrap span {
  border: 1px solid #f2f2f2;
  z-index: -1;
  position: absolute;
}

.floating-wrap span.ft01 {
  width: 400px;
  height: 300px;
  opacity: 0.1;
  bottom: 20%;
  left: 20%;
  opacity: 0;
}

.floating-wrap span.ft02 {
  width: 200px;
  height: 120px;
  opacity: 0.1;
  left: 50%;
  bottom: 30%;
  opacity: 0;
}

.floating-wrap span.ft03 {
  width: 600px;
  height: 400px;
  opacity: 0.1;
  top: 20%;
  right: 40%;
  opacity: 0;
}

@media screen and (max-width: 1140px) {
  .page-inner {
    width: 100%;
    min-width: 960px;
    margin: 0 auto;
  }
  .page-inner-l .acd-menu {
    margin-right: -55px;
  }
  .page-inner-r .acd-menu {
    margin-left: -55px;
  }
  #game-page.soccer .chara01 {
    margin: -100px 0 0 -34%;
  }
  #game-page.soccer .chara02 {
    margin: -100px 0 0 -70%;
  }
  #game-page.baseball .chara01 {
    margin: -100px 0 0 -22%;
  }
  #game-page.baseball .chara02 {
    margin: 0 0 0 -30%;
  }
  #game-page.golf .chara01 {
    margin: -60px 0 0 -180px;
  }
  #game-page.tennis .nrw-img, #game-page.tennis .nrw-img-animate {
    top: -420px;
  }
  #game-page.tennis .chara01 {
    margin: -100px 0 0 -49%;
  }
  #game-page.tennis .chara02 {
    margin: -300px 0 0 -4%;
  }
}

@media screen and (max-width: 1070px) {
  .page-inner-l .acd-menu {
    margin-right: -74px;
  }
  .page-inner-l .sc-window {
    width: 460px;
  }
  .page-inner-l .sc-window img {
    width: 460px;
  }
  .page-inner-l .sc-slide-bottom {
    width: 460px;
  }
  .page-inner-l .sc-pos {
    width: 460px;
  }
  .page-inner-r .acd-menu {
    margin-left: -74px;
  }
  .page-inner-r .sc-window {
    width: 460px;
  }
  .page-inner-r .sc-window img {
    width: 460px;
  }
  .page-inner-r .sc-slide-bottom {
    width: 460px;
  }
  .page-inner-r .sc-pos {
    width: 460px;
  }
}

@media (min-width: 1070px) and (max-width: 1140px) {
  .page-inner-l .acd-menu {
    margin-right: -6%;
  }
  .page-inner-r .acd-menu {
    margin-left: -6%;
  }
}

.show {
  opacity: 1 !important;
}

.view_wu {
  display: none;
}

/*アミーボビデオ*/
.sc-amiibo {
  width: 425px;
  height: 441px;
  position: relative;
  margin: -20px 0;
}

.sc-amiibo .cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.sc-amiibo .cover img {
  width: 425px;
  height: 441px;
}

.sc-amiibo video {
  width: 266px;
  position: absolute;
  top: 40px;
  left: 79px;
  display: block;
}

.sc-amiibo .view_wu {
  width: 266px;
  position: absolute;
  top: 40px;
  left: 79px;
  display: block;
}

#movie .overlay-cts-video {
  top: -100px;
}

.movie-tab > div {
  display: none;
}

.movie-tab > div.show-tab-child {
  display: block;
  opacity: 1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}

.movie-tab > div span {
  width: 660px;
  margin: 0 auto;
  border: 8px solid #fff;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  font-size: 0;
  display: block;
}

.movie-tab-thumbs {
  width: 620px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  overflow: hidden;
  padding-top: 36px;
}

.movie-tab-thumbs > div {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.movie-tab-thumbs > div.new:after {
  content: '';
  width: 42px;
  height: 42px;
  background: url(../images/top/icn-new.png) no-repeat center center;
  background-size: cover;
  top: -12px;
  left: 0;
  position: absolute;
}

.movie-tab-thumbs > div span img {
  width: 100%;
}

.movie-tab-thumbs > div p {
  margin-top: 20px;
}

.movie-tab-thumbs > div p img {
  height: 12px;
}

.movie-tab-thumbs > div.show-tab:before {
  content: '';
  width: 0;
  height: 0;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  border-style: solid;
  opacity: 0;
  border-width: 20px 7px 0 7px;
  -webkit-animation-name: down-arrow;
  animation-name: down-arrow;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border-color: #ffffff transparent transparent transparent;
}

@media screen and (max-width: 1030px) {
  footer .f-nav ul li {
    margin: -20px 0 0 11px;
  }
}

@media screen and (orientation: portrait) {
  .i-pad .sc-sports nav ul li .cate-img {
    top: 15%;
  }
  .i-pad .main-chara img {
    margin-left: -20%;
  }
}

/*VIDEO TAGS*/
video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
  /* Adjust as needed */
}

video::-webkit-media-controls-fullscreen-button {
  display: none;
}

/*IE11*/
@media all and (-ms-high-contrast: none) {
  body#top-page {
    overflow-x: hidden !important;
  }
}
