@charset "UTF-8";
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;
}

*, *:before, *: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);
}

@-webkit-keyframes sc-opening-bg {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sc-opening-bg {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(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;
  }
}

@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-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;
  }
}

@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 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);
  }
}

@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-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 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-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 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 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-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 up-arrow {
  0% {
    -webkit-transform: translate3D(0, 14px, 0);
            transform: translate3D(0, 14px, 0);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate3D(0, 14px, 0);
            transform: translate3D(0, 14px, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
            transform: translate3D(0, 0, 0);
    opacity: 1;
  }
}

@keyframes up-arrow {
  0% {
    -webkit-transform: translate3D(0, 14px, 0);
            transform: translate3D(0, 14px, 0);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate3D(0, 14px, 0);
            transform: translate3D(0, 14px, 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, -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;
  }
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*オープニングアニメーション*/
.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: 15%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.sc-opening-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000 url(../../images/top/bg-opening.png) no-repeat center center;
  background-size: cover;
  -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%;
  position: relative;
}

.sc-opening-slides > div {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 20%;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(1.6);
      -ms-transform: scale(1.6);
          transform: scale(1.6);
}

.sc-opening-slides-mario {
  top: 0;
  right: 0;
}

.sc-opening-slides-mario img,
.sc-opening-slides-yoshi img,
.sc-opening-slides-koopa img,
.sc-opening-slides-peach img,
.sc-opening-slides-daisy img {
  width: 150%;
  margin: -25% 0 0 -15%;
  position: relative;
}
.sc-opening-slides-peach img {
  width: 150%;
  margin: -35% 0 0 -15%;
  position: relative;
}

.sc-opening-slides-label {
  position: absolute;
  width: 0;
  height: 80px;
  bottom: 0;
  z-index: 1;
}

.sc-opening-slides-label.label-soccer {
  background: #d42417;
  left: 0;
}

.sc-opening-slides-label.label-golf {
  background: #46ae31;
  right: 0;
}

.sc-opening-slides-label.label-baseball {
  background: #0064d3;
  left: 0;
}

.sc-opening-slides-label.label-tennis {
  background: #ffc801;
  right: 0;
}

.sc-opening-slides-label.label-horse {
  background: #f06e00;
  left: 0;
}

.sc-opening-slides p {
  position: absolute;
  width: 100%;
  height: 30px;
  position: absolute;
  top: -20%;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  text-align: center;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  opacity: 0;
}

.sc-opening-slides p img {
  height: 100%;
  width: auto;
}

.op-logo {
  width: 80%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
}

.main-visual {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/top/top-bg-color.jpg) no-repeat center center;
  background-size: cover;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
      transform: scale(2);
}

.main-chara {
  width: 110%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: -15%;
  bottom: 0;
  left: -5%;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
}

.main-chara img {
  width: 100%;
  height: auto;
}

.main-catch {
  width: 80%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  bottom: 8%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transform: scale(0.3) translateY(-20px);
  -ms-transform: scale(0.3) translateY(-20px);
  transform: scale(0.3) translateY(-20px);
}

.main-logo {
   width: 55%;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   position: absolute;
   z-index: 1;
   top: 0;
   bottom: -45%;
   left: 0;
   right: 0;
   margin: auto;
   opacity: 0;
   -webkit-transform: scale(0) translateY(30px);
   -ms-transform: scale(0) translateY(30px);
   transform: scale(0) translateY(30px);
}

.scroll-btn {
  width: 36px;
  position: absolute;
  bottom: 20px;
  right: 0;
  margin: auto;
  left: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  z-index: 5;
  opacity: 0;
  text-align: center;
  -webkit-animation-name: arrow;
  animation-name: arrow;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -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;
}

/* TOP */
body {
  width: 100%;
}
body.fixed {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

body section.cover {
  overflow: hidden;
  position: relative;
}

body section.cover .logo-3ds {
  width: 30%;
  position: absolute;
  right: 3%;
  top: 10px;
  z-index: 3;
}

body section.cover .cover-wrap {
  position: absolute;
  bottom: 4%;
  left: 0;
  right: 0;
  margin: auto;
}

body section.cover .cover-wrap div {
  margin: auto;
}

body section.cover .cover-wrap div.logo {
  width: 50%;
  margin-bottom: 40px;
}

body section.cover .cover-wrap div.tit-copy {
  width: 70%;
  margin-bottom: 80px;
}

body section.cover .cover-wrap div.icn-scroll {
  width: 10%;
}

body section.intro {
  background: #000;
  padding: 30px 20px;
  position: relative;
}
body section.intro .op-intro span {
  width: 52px;
  position: absolute;
  left: 3%;
  top: 45px;
}
body section.intro .op-intro span img {
  width: 52px;
}

body section.intro .movie {
  margin-bottom: 40px;
}

body section.intro .movie span {
  border: 5px solid #fff;
  border-radius: 12px;
  display: block;
}

body section.intro .movie img {
   border-radius: 7px;
}

body section.intro .release-info {
  letter-spacing: -0.4em;
  padding: 0;
  box-sizing: border-box;
  font-size: 0;
}

body section.intro .release-info .release {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  margin-top: 5%;
}

body section.intro .release-info .txt {
  width: 60%;
  display: inline-block;
}

body section.intro .release-info .txt .txt-release {
  margin-bottom: 10px;
}

body section.intro .release-info .txt .txt-pkdl {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 8px 12px;
  margin-bottom: 5px;
  text-align: center;
}

body section.intro .release-info .txt .txt-info {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 8px 12px;
  margin-bottom: 5px;
  text-align: center;
}

body section.intro .release-info .txt .txt-info img {
  width: 30%;
}

body section.category ul li {
  position: relative;
}

body section.category ul li .btn-txt {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 5%;
  width: 25%;
  margin: auto;
  display: table;
  vertical-align: middle;
}
body section.category ul li .btn-txt img {
  display: table-cell;
}

body section.category ul li .amiibo {
  width: 152px;
}

/*body section.category ul li.amiibo:after {
  content: '';
  width: 61px;
  height: 54px;
  background: url(../img/img-new-corner.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}*/

body section.category ul li .icn-right {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 18px;
  height: 30px;
  margin: auto;
}

body section.category ul li:nth-child(2) .btn-txt {
  width: 30%;
}

body section.category ul li:nth-child(4) .btn-txt {
  width: 18%;
}

body section img {
  width: 100%;
}

body footer {
  position: relative;
}

body footer .footer-wrap {
  background: #333;
  padding: 20px 3% 20px;
  letter-spacing: -0.4em;
  font-size: 0;
}

body footer .footer-wrap .sns {
  text-align: center;
  margin-bottom: 20px;
}

body footer .footer-wrap .sns .tw {
  width: 8%;
  display: inline-block;
  margin-right: 8px;
}

body footer .footer-wrap .sns .fb {
  width: 8%;
  display: inline-block;
  margin-left: 8px;
}

body footer .footer-wrap .btn-home {
  width: 34%;
  margin-right: 5%;
  display: inline-block;
}

body footer .footer-wrap .btn-3ds {
  width: 54%;
  display: inline-block;
  margin-left: 6%;
}

body footer .copy {
  background: #434343;
  padding: 20px 0;
  font-size: 0;
}

body footer .copy .copy-wrap {
  width: 94%;
  margin: auto;
}

body footer img {
  width: 100%;
}

.bg-color {
  -webkit-transform: rotate(15deg) !important;
      -ms-transform: rotate(15deg) !important;
          transform: rotate(15deg) !important;
}

.bg-color .inner {
  -webkit-transform: rotate(-15deg) !important;
      -ms-transform: rotate(-15deg) !important;
          transform: rotate(-15deg) !important;
}

.slant {
  -webkit-transform: rotate(-15deg) !important;
      -ms-transform: rotate(-15deg) !important;
          transform: rotate(-15deg) !important;
}

.slant .inner {
  -webkit-transform: rotate(15deg) !important;
      -ms-transform: rotate(15deg) !important;
          transform: rotate(15deg) !important;
}

/* soccer */
div.soccer .rule1 .bg-color .inner {
  left: -9% !important;
}

div.soccer .rule1 .bg-color .inner .img-chara {
  -webkit-transform: rotate(-35deg) !important;
      -ms-transform: rotate(-35deg) !important;
          transform: rotate(-35deg) !important;
  width: 100% !important;
  position: relative;
  left: 4%;
}

div.soccer .rule2 {
  position: relative;
  top: 288px;
  height: 1950px;
}

div.soccer .rule2 .bg-color .inner {
  left: 16.5% !important;
}

div.soccer .rule3 .bg-color {
  top: 790px !important;
}

.contents {
  position: relative;
  overflow: hidden;
  /* section END*/
  /* footer END*/
}

.contents section .content-wrap {
  position: relative;
}

.contents section .content-wrap .bg-color {
  background: #d42417;
  height: 930px;
  width: 1260px;
  position: relative;
  top: -114px;
  left: -15%;
}

.contents section .content-wrap .bg-color .inner {
  position: absolute;
  width: 78%;
  top: 12%;
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.contents section .content-wrap .bg-color .inner .logo-3ds {
  width: 30%;
  margin: auto;
  margin-right: 5%;
  margin-bottom: 100px;
  margin-top: 1%;
}

.contents section .content-wrap .bg-color .inner img {
  width: 100%;
}

.contents section .content-wrap .bg-color .inner img.br {
  border-radius: 20px;
}

.contents section .content-wrap .bg-color .inner img.bd {
  border: 12px solid #fff;
}

.contents section .content-wrap .bg-color .inner .title {
  width: 40%;
  position: absolute;
  left: 3%;
  top: 15%;
  z-index: 10;
}

.contents section .content-wrap .bg-color .inner .img-chara {
  width: 85%;
  margin: auto;
  margin-right: 0;
}

.contents section .content-wrap .bg-color .inner .catch {
  margin-bottom: 80px;
  width: 95%;
  position: relative;
  left: 2.5%;
}

.contents section .content-wrap .bg-color .inner .img-area {
  width: 80%;
  position: relative;
  margin: auto;
  margin-bottom: 120px;
}

.contents section .content-wrap .bg-color .inner .txt-01 {
  margin-bottom: 80px;
  padding: 0 40px;
  width: 90%;
  margin: auto;
}

.contents .rule2 {
  height: 1500px;
}

.contents .rule2 .bg-color {
  background: #d42417;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  height: 1388px !important;
  width: 1450px !important;
  position: relative;
  left: -23% !important;
}

.contents .rule2 .bg-color .inner {
  position: absolute;
  width: 61.5% !important;
  top: -9% !important;
  left: 18%;
}

.contents .rule2 .bg-color .inner .bx-title {
  width: 75%;
  margin: 0 auto 8%;
}

.contents .rule2 .bg-color .inner .bx-title2 {
  width: 60%;
  margin: 0 auto 8%;
}

.contents .rule2 .bg-color .inner .bx-img {
  margin-bottom: 120px;
}

.contents .rule2 .bg-color .inner .sc-slide-nav {
  margin-bottom: 140px;
  position: relative;
  top: -63px;
}

.contents .rule2 .bg-color .inner .sc-slide-nav a {
  width: 38%;
  display: inline-block;
  vertical-align: bottom;
  border: 5px solid #fff;
  padding: 18px 70px;
  text-align: center;
  border-radius: 102px;
  position: relative;
  left: 11%;
}

.contents .rule2 .bg-color .inner .sc-slide-nav a.active {
  background: #d42417;
}

.contents .rule2 .bg-color .inner .sc-slide-nav a.active:before {
  content: '';
  width: 0;
  height: 0;
  z-index: -1;
  border-style: solid;
  position: absolute;
  border-width: 0 20px 50px 20px;
  border-color: transparent transparent #d42417 transparent;
  top: 160px;
  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: 300ms;
  animation-duration: 300ms;
  -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;
}

.contents .rule2 .bg-color .inner .sc-slide-nav a.pd40 {
  padding: 40px;
}

.contents .rule2 .bg-color .inner .sc-slide-nav a.over-position {
  position: absolute;
  left: 53%;
  top: -66%;
}

.contents .rule2 .bg-color .inner .sc-slide-nav a.over-position:before {
  top: 147px !important;
}

.contents .rule2 .bg-color .inner .under {
  position: relative;
  top: 184px;
}

.contents .rule2 .bg-color .inner .under a {
  width: 38%;
  display: inline-block;
  vertical-align: bottom;
  border: 5px solid #fff;
  margin-right: 15px;
  padding: 18px 70px;
  text-align: center;
  border-radius: 102px;
  position: relative;
  left: 11%;
}

.contents .rule2 .bg-color .inner .under a.active:before {
  border-width: 50px 20px 0 20px;
  border-color: #d42417 transparent transparent transparent;
  top: -93px;
}

.contents .rule2 .bg-color .inner .under a.over-position:before {
  top: -109px !important;
}

.contents .rule2 .bg-color .inner .sc-slide .stit {
  width: 60%;
  margin: auto;
  margin-bottom: 60px;
}

.contents .rule2 .bg-color .inner .sc-slide .slide {
  transition: all 300ms ease;
  display: none;
  opacity: 0;
}

.contents .rule2 .bg-color .inner .sc-slide .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;
}

.contents .rule2 .bg-color .inner .sc-slide .icn-left {
  width: 4%;
  position: absolute;
  left: -1%;
  top: 34%;
}

.contents .rule2 .bg-color .inner .sc-slide .icn-right {
  width: 4%;
  position: absolute;
  right: -1%;
  top: 34%;
}

.contents .rule2 .bg-color .inner .sc-slide-bottom p {
  opacity: 0;
  display: none;
}

.contents .rule2 .bg-color .inner .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;
}

.contents .rule3 {
  position: relative;
}

.contents .rule3 .acd-menu {
  position: relative;
  top: 60px;
  margin: 0 auto;
  padding: 130px 50px 40px;
  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;
  width: 90%;
}

.contents .rule3 .acd-menu dl {
  margin-bottom: 50px;
}

.contents .rule3 .acd-menu dl dt div {
  width: 85%;
}

.contents .rule3 .acd-menu dl dd .img-area {
  margin: 60px 0;
}

.contents .rule3 .acd-menu dl dd .img-area img.br {
  border-radius: 20px;
}

.contents .rule3 .acd-menu dl dd .img-area img.bd {
  border: 12px solid #fff;
}

.contents .rule3 .acd-menu dl dd .sc-pos {
  margin-bottom: 100px;
}

.contents .rule3 .acd-menu h3 {
  width: 80%;
  margin: auto;
  margin-bottom: 80px;
}

.contents .rule3 .acd-menu .acd-menu-toggle {
  width: 90px;
  height: 90px;
  background: url(../img/tgl-icn-01.png) no-repeat right center;
  background-size: 80px auto;
  -webkit-transform: translate3d(0, -67px, 0);
  transform: translate3d(0, -67px, 0);
  position: relative;
  z-index: 1;
  left: 90%;
  transition: all 300ms ease;
}

.contents .rule3 .acd-menu .acd-menu-toggle.bar {
  background: url(../../images/tgl-icn-02.png) no-repeat right center;
  background-size: 80px auto;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
  margin-bottom: 20px;
  cursor: pointer;
}

.contents .rule3 .acd-menu .acd-menu-toggle.bar:after {
  content: '';
  height: 1px;
  background: #b5b5b3;
  position: absolute;
  top: 42px;
  left: -703px;
  width: 664px;
}

.contents .rule3 .bottom-bg {
  z-index: 0;
  top: 1140px;
  position: relative;
  left: 151px;
  width: 2000px !important;
  height: 900px !important;
  background: #d42417;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  position: relative;
  top: 880px;
  left: -28%;
}

.contents footer {
  position: relative;
  top: 160px;
  margin-bottom: 160px;
}

.contents footer .img-chara02 {
  position: absolute;
  bottom: 95%;
}

.contents footer .f-nav {
  background: #000;
  padding: 60px 0 40px;
}

.contents footer .f-nav .logo {
  margin: auto;
  position: absolute;
  top: -44px;
  width: 150px;
  height: 100px;
  right: 0;
  left: 0;
  z-index: 1;
}

.contents footer .f-nav ul {
  text-align: center;
  position: relative;
  z-index: 3;
}

.contents footer .f-nav ul li {
  display: inline-block;
  vertical-align: middle;
  width: 12%;
  padding: 0;
  margin: 7px;
  position: relative;
  z-index:9999;
}

.contents footer .f-nav ul li.baseball {
  width: 18%;
}

.contents footer .f-nav ul li.soccer {
  width: 12%;
}

.contents footer .f-nav ul li.horse {
  width: 15%;
}

.contents footer .f-nav ul li.movie {
  width: 13%;
}

.contents footer .f-nav ul li.amiibo {
  width: 22%;
}

div.soccer {
  background: url(../img/soccer/bg-sp-soccer.png) center top;
  background-size: 100%;
}

div.baseball {
  background: url(../img/baseball/bg-sp-baseball.jpg) center top;
  background-size: 100%;
}

div.baseball section .content-wrap .bg-color {
  background: #0064d3;
}

div.baseball section .content-wrap .bg-color .inner .title {
  width: 48% !important;
  top: 17%;
}

div.baseball section .content-wrap .bg-color .inner .img-chara {
  width: 120%;
  position: relative;
  top: -50px;
  left: 13%;
}

div.baseball section .content-wrap .bg-color .inner .catch {
  width: 90%;
  margin: 0 auto 80px;
  left: 0;
}

div.baseball section .content-wrap .bg-color .inner .sc-slide-nav {
  top: -48px;
}

div.baseball section .content-wrap .bg-color .inner .sc-slide-nav a.active {
  background: #0064d3 !important;
}

div.baseball section .content-wrap .bg-color .inner .sc-slide-nav a.active:before {
  border-width: 0 20px 50px 20px;
  top: 168px;
  border-color: transparent transparent #0064d3 transparent !important;
}

div.baseball section .content-wrap .bg-color .inner .sc-slide-nav a.active.over-position:before {
  top: 124px !important;
}

div.baseball section .content-wrap .bg-color .inner .under {
  top: 182px;
}

div.baseball section .content-wrap .bg-color .inner .under a.active {
  background: #0064d3 !important;
}

div.baseball section .content-wrap .bg-color .inner .under a.active:before {
  border-width: 50px 20px 0 20px;
  top: -81px;
  border-color: #0064d3 transparent transparent transparent !important;
}

div.baseball section .content-wrap .bg-color .inner .under a.active.over-position:before {
  top: -123px !important;
}

div.baseball section .content-wrap .bg-color .inner .img-chara02 {
  right: 12%;
}

div.baseball section .content-wrap .bg-color .inner .icn-left {
  top: 28.5% !important;
}

div.baseball section .content-wrap .bg-color .inner .icn-right {
  top: 28.5% !important;
}

div.baseball section.rule1 {
  height: 3200px;
}

div.baseball section.rule1 .inner {
  left: -9% !important;
}

div.baseball section.rule2 {
  height: 1800px !important;
}

div.baseball section.rule2 .bg-color {
  height: 1670px !important;
  width: 1480px !important;
  left: -25% !important;
}

div.baseball section.rule2 .inner {
  left: 18.5% !important;
}

div.baseball section.rule2 .inner .bx-title {
  width: 50% !important;
}

div.baseball section.rule3 .bg-color {
  background: #0064d3;
}

div.baseball footer {
  top: 260px;
  margin-bottom: 260px;
}

div.baseball footer .img-chara02 {
  width: 75%;
  left: -6%;
  top: -76%;
}

div.golf {
  background: url(../img/golf/bg-sp-golf.png) center top;
  background-size: 100%;
}

div.golf section .content-wrap .bg-color {
  background: #46ae31;
  left: -14%;
}

div.golf section .content-wrap .bg-color .inner .sc-slide-nav a.active {
  background: #46ae31 !important;
}

div.golf section .content-wrap .bg-color .inner .sc-slide-nav a.active:before {
  border-width: 0 20px 50px 20px;
  border-color: transparent transparent #46ae31 transparent !important;
}

div.golf section .content-wrap .bg-color .inner .under {
  top: 212px;
}

div.golf section .content-wrap .bg-color .inner .under a.active {
  background: #46ae31 !important;
}

div.golf section .content-wrap .bg-color .inner .under a.active:before {
  border-width: 50px 20px 0 20px;
  top: -76px;
  border-color: #46ae31 transparent transparent transparent !important;
}

div.golf section .content-wrap .bg-color .inner .img-chara {
  margin-left: 9%;
  position: relative;
  top: -67px;
  -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

div.golf section .content-wrap .bg-color .inner .title {
  width: 30%;
  position: absolute;
  top: 19% !important;
  left: 66% !important;
}

div.golf section .content-wrap .bg-color .inner .bx-pager .over {
  top: -100px;
  margin-right: 4%;
}

div.golf section .content-wrap .bg-color .inner .icn-left {
  top: 36.5% !important;
}

div.golf section .content-wrap .bg-color .inner .icn-right {
  top: 36.5% !important;
}

div.golf section .content-wrap .bg-color .first {
  left: 27%;
}

div.golf section.rule1 {
  height: 2800px;
}

div.golf section.rule1 .inner {
  left: 27% !important;
}

div.golf section.rule2 {
  height: 2030px;
}

div.golf section.rule2 .bg-color {
  height: 1830px !important;
  width: 1600px !important;
  left: -28% !important;
}

div.golf section.rule2 .inner {
  left: 17.5% !important;
}

div.golf section.rule3 .bg-color {
  background: #46ae31;
}

div.golf .img-chara02 {
  right: -21%;
  width: 78%;
  bottom: 87%;
  -webkit-transform: rotate(-24deg);
      -ms-transform: rotate(-24deg);
          transform: rotate(-24deg);
}

div.tennis {
  background: url(../img/tennis/bg-sp-tennis.png) center top;
  background-size: 100%;
}

div.tennis section .content-wrap .bg-color {
  background: #ffc801;
  left: -14%;
}

div.tennis section .content-wrap .bg-color .inner .logo-3ds {
  margin-bottom: 0;
}

div.tennis section .content-wrap .bg-color .inner .title {
  width: 36%;
  position: absolute;
  top: 19% !important;
  left: 58% !important;
}

div.tennis section .content-wrap .bg-color .inner .img-chara {
  position: relative;
  left: -11%;
  top: -6px;
  width: 90%;
  -webkit-transform: rotate(7deg);
      -ms-transform: rotate(7deg);
          transform: rotate(7deg);
}

div.tennis section .content-wrap .bg-color .inner .catch {
  position: relative;
  top: -200px;
  margin-bottom: 0;
}

div.tennis section .content-wrap .bg-color .inner .img-area {
  top: -100px;
  margin-bottom: 0;
}

div.tennis section .content-wrap .bg-color .inner .bx-pager .over {
  top: -100px;
  margin-right: 4%;
}

div.tennis section .content-wrap .bg-color .inner .sc-slide-nav a.active {
  background: #ffc801 !important;
}

div.tennis section .content-wrap .bg-color .inner .sc-slide-nav a.active:before {
  border-width: 0 20px 50px 20px;
  top: 158px;
  border-color: transparent transparent #ffc801 transparent !important;
}

div.tennis section .content-wrap .bg-color .inner .sc-slide-nav a.second:before {
  top: 174px;
}

div.tennis section .content-wrap .bg-color .inner .under {
  top: 250px;
}

div.tennis section .content-wrap .bg-color .inner .under a.active {
  background: #ffc801 !important;
}

div.tennis section .content-wrap .bg-color .inner .under a.active:before {
  border-width: 50px 20px 0 20px;
  top: -105px;
  border-color: #ffc801 transparent transparent transparent !important;
}

div.tennis section .content-wrap .bg-color .inner .under a.second:before {
  top: -88px;
}

div.tennis section .content-wrap .bg-color .inner .img-chara02 {
  right: -7%;
  bottom: -9%;
  width: 90%;
}

div.tennis section.rule1 {
  height: 2900px;
}

div.tennis section.rule1 .inner {
  left: 29.5% !important;
}

div.tennis section.rule2 {
  height: 1800px !important;
}

div.tennis section.rule2 .bg-color {
  height: 1447px !important;
}

div.tennis section.rule2 .inner {
  left: 18% !important;
}

div.tennis section.rule3 .bg-color {
  background: #ffc801 !important;
}

div.tennis section.rule3 .inner {
  left: 18% !important;
}

div.tennis section.rule3 .acd-menu {
  top: -60px;
}

div.tennis footer .img-chara02 {
  width: 90%;
  left: 12%;
  top: -76%;
}

div.horse {
  background: url(../img/horse/bg-sp-horse.png) center top;
  background-size: 100%;
}

div.horse section .content-wrap .bg-color {
  background: #f06e00;
}

div.horse section .content-wrap .bg-color .inner .sc-slide-nav {
  top: -8px;
}

div.horse section .content-wrap .bg-color .inner .sc-slide-nav a.active {
  background: #f06e00 !important;
}

div.horse section .content-wrap .bg-color .inner .sc-slide-nav a.active:before {
  border-width: 0 20px 50px 20px;
  top: 141px;
  border-color: transparent transparent #f06e00 transparent !important;
}

div.horse section .content-wrap .bg-color .inner .sc-slide-nav a.over-position:before {
  top: 127px !important;
}

div.horse section .content-wrap .bg-color .inner .sc-slide-nav a.third:before {
  top: 108px !important;
}

div.horse section .content-wrap .bg-color .inner .sc-slide div {
  top: 36.5% !important;
}

div.horse section .content-wrap .bg-color .inner .under {
  top: 200px !important;
  top: 250px;
}

div.horse section .content-wrap .bg-color .inner .under a.active {
  background: #f06e00 !important;
}

div.horse section .content-wrap .bg-color .inner .under a.active:before {
  border-width: 50px 20px 0 20px;
  top: -80px;
  border-color: #f06e00 transparent transparent transparent !important;
}

div.horse section .content-wrap .bg-color .inner .under a.over-position:before {
  top: -91px !important;
}

div.horse section .content-wrap .bg-color .inner .under a.third:before {
  top: -113px !important;
}

div.horse section .content-wrap .bg-color .inner .img-chara02 {
  right: -7%;
  bottom: -9%;
  width: 100%;
}

div.horse section .content-wrap .bg-color .inner .catch {
  width: 70%;
  position: absolute;
  top: 37%;
  left: 14%;
}

div.horse section .content-wrap .bg-color .inner .title {
  width: 44%;
  position: absolute;
  top: 15% !important;
  left: 3% !important;
}

div.horse section .content-wrap .bg-color .inner .img-chara {
  width: 100%;
  position: relative;
  top: -100px;
  right: -20%;
}

div.horse section .content-wrap .bg-color .inner .img-area {
  margin-top: 100px;
}

div.horse section .content-wrap .bg-color .first {
  left: 33%;
}

div.horse section .content-wrap .slide-wrap2 .sc-slide-nav {
  top: -27px !important;
}

div.horse section .content-wrap .slide-wrap2 .sc-slide-nav a.active.over-position {
  top: -142% !important;
}

div.horse section.rule1 {
  height: 3100px;
}

div.horse section.rule1 .inner {
  left: -9% !important;
}

div.horse section.rule2 {
  height: 3650px !important;
}

div.horse section.rule2 .slide-wrap {
  height: 2000px;
}

div.horse section.rule2 .slide-wrap .bg-color {
  height: 1328px !important;
}

div.horse section.rule2 .slide-wrap .bg-color .inner {
  left: 18% !important;
}

div.horse section.rule2 .slide-wrap .bg-color .inner .layout-three a {
  width: 30%;
  left: 0;
}

div.horse section.rule2 .slide-wrap .bg-color .inner .layout-three a:nth-child(2) {
  left: 35%;
  top: -99%;
}

div.horse section.rule2 .slide-wrap .bg-color .inner .layout-three a:nth-child(3) {
  left: 70%;
  position: absolute;
  top: -184%;
}

div.horse section.rule3 .bg-color {
  background: #f06e00 !important;
  top: 640px;
}

div.horse section.rule3 .inner {
  left: 32.5% !important;
}

div.horse footer .img-chara02 {
  position: absolute;
  bottom: 90%;
  right: -27%;
  width: 115%;
}

#amiibo-page {
  background: url(../img/amiibo/bg-sp-amiibo.png) no-repeat center center;
  background-size: cover;
}

.body-fixed {
  position: fixed;
}

.amiibo .amiibo-title {
  text-align: center;
  width: 60%;
  margin: 0 auto 50px;
}

.amiibo .amiibo-title img {
  width: 100%;
}

.amiibo .amiibo-top-txt {
  width: 70%;
  margin: 40px auto;
}

.amiibo .amiibo-top-txt img {
  width: 100%;
}

.amiibo .logo-3ds {
  width: 30%;
  margin: auto;
  margin-right: 15px;
  margin-bottom: 50px;
  padding-top: 20px;
}

.amiibo .logo-3ds img {
  width: 100%;
}

.amiibo .amiibo-slide {
  overflow: hidden;
}

.amiibo .amiibo-slide ul {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 402px;
  font-size: 0;
  position: relative;
}

.amiibo .amiibo-slide ul li {
  /*width: 96px;*/
  width: 92.5px;
  padding: 5px;
  position: relative;
  transition: all 300ms ease;
}

.amiibo .amiibo-slide ul li.hilight {
  z-index: 1;
}

.amiibo .amiibo-slide ul li p img {
  width: 100%;
}

.amiibo .scroll-wrapper {
  overflow: hidden !important;
  position: relative;
}

.amiibo .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;
}

.amiibo .scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.amiibo .scroll-element {
  display: none;
  box-sizing: content-box;
}

.amiibo .scroll-element div {
  box-sizing: content-box;
}

.amiibo .scroll-element.scroll-x.scroll-scrollx_visible, .amiibo .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.amiibo .scroll-element .scroll-bar, .amiibo .scroll-element .scroll-arrow {
  cursor: default;
}

.amiibo .scrollbar-external_wrapper {
  height: 510px !important;
  position: relative;
}

.amiibo .scrollbar-external {
  height: 510px;
  overflow: auto;
}

.amiibo .external-scroll_x {
  cursor: pointer;
  display: none;
  position: absolute;
}

.amiibo .external-scroll_x.scroll-scrollx_visible {
  display: block;
  height: 10px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 320px;
}

.amiibo .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: 0;
}

.amiibo .external-scroll_x div {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

.amiibo .external-scroll_x .scroll-bar {
  background: #fff;
  width: 60px;
  z-index: 12;
}

.amiibo .overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  background: #000000;
  background: rgba(0, 0, 0, 0.85);
  overflow-y: scroll;
}

.amiibo .overlay .modal-bg {
  width: 100%;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%) rotate(45deg);
      -ms-transform: translateX(100%) rotate(45deg);
          transform: translateX(100%) rotate(45deg);
}

.amiibo .overlay .modal-bg.slide-bg03 {
  text-align: center;
}

.amiibo .overlay .modal-bg.slide-bg03 img {
  margin: -10% 0 0 -10%;
}

.amiibo .overlay .modal-bg img {
  height: 100%;
  margin: -10% -10% 0 0;
}

.amiibo .overlay-cts {
  width: 90%;
  left: 0;
  position: relative;
  margin: 110px auto;
  -webkit-transform: translateY(90px);
      -ms-transform: translateY(90px);
          transform: translateY(90px);
  opacity: 0;
}

.amiibo .overlay-cts ul li {
  width: 100%;
  padding: 35px 20px 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: -webkit-flex;
  -js-display: -ms-flexbox;
  -js-display: flex;
  font-size: 0;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  box-sizing: border-box;
  background: #2B3654;
  background: rgba(43, 54, 84, 0.88);
  border: 1px solid #3e517b;
  border-radius: 20px;
}

.amiibo .overlay-cts ul li > div {
  display: block;
}

.amiibo .overlay-cts ul li > div h4, .amiibo .overlay-cts ul li > div p {
  text-align: left;
}

.amiibo .overlay-cts ul li > div h4 img {
  width: 100%;
}

.amiibo .overlay-cts ul li > div p.txt {
  width: 80%;
  margin: 0 auto 40px;
}

.amiibo .overlay-cts ul li > div p.txt img {
  width: 100%;
}

.amiibo .overlay-cts ul li > div p.txt.txt-circle {
  width: 60%;
}

.amiibo .overlay-cts ul li > div p.txt.txt-wide {
  width: 100%;
}
.amiibo .overlay-cts ul li > div p img.gif-movie{
  width: 69%;
  display: block;
  margin: 0 auto 0;
  padding-top: 5%;
}

.amiibo .overlay-cts ul li > div p.bdr {
  border: 8px solid #fff;
  border-radius: 10px;
  margin-bottom: 35px;
}

.amiibo .overlay-cts ul li.slide-01 h4 {
  margin: 20px auto 50px;
  width: 70%;
}

.amiibo .overlay-cts ul li.slide-01 a {
  background: #FFDF09;
  font-size: 0;
  text-align: center;
  padding: 14px 28px;
  border-radius: 30px;
  margin-left: 30px;
  display: block;
  margin: 0 auto 20px;
}
.amiibo .overlay-cts ul li.slide-01 a img {
  width: auto;
  display: inline;
}

.amiibo .overlay-cts ul li.slide-02 h4 {
  margin: 20px auto 50px;
  width: 80%;
}

.amiibo .overlay-cts ul li.slide-03 h4 {
  margin: 20px auto 50px;
  width: 90%;
}

.amiibo .overlay-cts ul li.slide-03 p.txt.txt-wide {
  width: 90%;
}

.amiibo .bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.amiibo .bx-wrapper img {
  width: 100%;
  display: block;
}

.amiibo .bxslider {
  margin: 0;
  padding: 0;
}

.amiibo ul.bxslider {
  list-style: none;
}

.amiibo .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

.amiibo .bx-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 50px;
}

.amiibo .bx-controls .bx-controls-direction {
  width: 100%;
  height: 50px;
}

.amiibo .bx-controls .bx-controls-direction .bx-next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: -18px;
  font-size: 0;
  background: url(../img/amiibo/arw-l.png) no-repeat center center;
  background-size: 30px auto;
}

.amiibo .bx-controls .bx-controls-direction .bx-prev {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: -18px;
  font-size: 0;
  background: url(../img/amiibo/arw-r.png) no-repeat center center;
  background-size: 30px auto;
}

.amiibo .modal-pager {
  width: 100%;
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0;
  text-align: center;
}

.amiibo .modal-pager a {
  width: 26%;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}

.amiibo .modal-pager a[data-slide-index="0"] {
  background: url(../img/amiibo/nav-amiibo-starcharacter.png) no-repeat;
  background-size: 100% auto;
  margin: 0 4% 0 0;
}

.amiibo .modal-pager a[data-slide-index="0"].active {
  background: url(../img/amiibo/nav-amiibo-starcharacter-on.png) no-repeat;
  background-size: 100% auto;
  -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;
}

.amiibo .modal-pager a[data-slide-index="1"] {
  margin: -10px 4% 0;
  background: url(../img/amiibo/nav-amiibo-superstar.png) no-repeat;
  background-size: 100% auto;
}

.amiibo .modal-pager a[data-slide-index="1"].active {
  background: url(../img/amiibo/nav-amiibo-superstar-on.png) no-repeat;
  background-size: 100% auto;
  -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;
}

.amiibo .modal-pager a[data-slide-index="2"] {
  margin: 0 0 0 4%;
  background: url(../img/amiibo/nav-amiibo-collection.png) no-repeat;
  background-size: 100% auto;
}

.amiibo .modal-pager a[data-slide-index="2"].active {
  background: url(../img/amiibo/nav-amiibo-collection-on.png) no-repeat;
  background-size: 100% auto;
  -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;
}

.amiibo .btn-close {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  cursor: pointer;
  display: block;
  bottom: -80px;
  margin-left: -18px;
}

.amiibo .contents footer {
  position: relative;
  top: 0;
  margin-bottom: 0;
}

.amiibo .btn-close img {
  width: 100%;
}

.amiibo .btn-amiibo {
  border: 3px solid #fff;
  display: block;
  width: 240px;
  font-size: 0;
  text-align: center;
  margin: 60px auto;
  padding: 20px 0;
  border-radius: 30px;
  transition: all 300ms ease;
  position: relative;
}

.amiibo .btn-amiibo:before, .amiibo .btn-amiibo:after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background: #fff;
  position: absolute;
  right: 20px;
}

.amiibo .btn-amiibo:before {
  top: 22px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.amiibo .btn-amiibo:after {
  top: 31px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ハンバーガーメニュー */
.modalOpen {
  position: fixed;
  bottom: 3%;
  left: 3%;
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
}

/* モーダルウィンドウのスタイル */
.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  z-index: 11;
}

/* オーバーレイのスタイル */
.overLay {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100vh;
  z-index: 10;
}

/* モーダルウィンドウの中身のスタイル */
.modal .inner {
  width: 100%;
  position: relative;
  z-index: 11;
  text-align: center;
  padding: 30px 0;
}

.modal .inner .logo {
  width: 50%;
  display: inline-block;
}

.modal .inner .logo img {
  width: 100%;
}

.modal .inner ul {
  width: 84%;
  position: relative;
  text-align: center;
  font-size: 10px;
  margin: 0 auto 10%;
  font-size: 0;
  letter-spacing: 0;
}

.modal .inner li {
  width: 33.33%;
  width: calc( 100% / 3 );
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0 3%;
}

.modal .inner li.golf img {
  width: 62% !important;
}

.modal .inner li.baseball img {
  width: 96% !important;
}

.modal .inner li.tennis img {
  width: 59% !important;
}

.modal .inner li.soccer img {
  width: 67% !important;
}

.modal .inner li.horse img {
  width: 77% !important;
}

.modal .inner li.movie img {
  width: 68% !important;
}

.modal .inner li.amiibo img {
  width: 96% !important;
}

.modal-wrap {
  position: absolute;
  width: 100%;
  top: 110%;
  left: 0;
  right: 0;
}

.modalClose {
  font-size: 50px;
  color: #fff;
}

/*ここからサッカーページ*/
#game-page.soccer header.c-soccer{
  padding: 6% 3% 0;
}

#game-page.soccer header .title{
  transform: translateY(240px);
}
#game-page.soccer .txt-01 {
    width: 89%;
    margin: auto;
}

#game-page.soccer .img-chara {
  -webkit-transform: translateY(30%) rotate(-40deg);
      -ms-transform: translateY(30%) rotate(-40deg);
          transform: translateY(30%) rotate(-40deg);
  width: 120%;
  position: relative;
  margin: -20% 0 0 -9%;
}

#game-page.soccer header:before {
  background: #d42417;
}

#game-page.soccer section.sec1 {
  margin-bottom: 40%;
}

#game-page.soccer .sc-slide-nav.upper {
  -webkit-transform: translateY(-185%);
      -ms-transform: translateY(-185%);
          transform: translateY(-185%);
}

#game-page.soccer .sc-slide-nav.upper a.up01 {
  -webkit-transform: translateY(53%);
      -ms-transform: translateY(53%);
          transform: translateY(53%);
}

#game-page.soccer .sc-slide-nav.upper a.up01 img {
  width: 74px;
}

#game-page.soccer .sc-slide-nav.upper a.up02 {
  padding: 19px 20px;
}

#game-page.soccer .sc-slide-nav.upper a.up02 img {
  width: 100px;
}

#game-page.soccer .sc-slide-nav.under {
  -webkit-transform: translateY(125%);
      -ms-transform: translateY(125%);
          transform: translateY(125%);
}

#game-page.soccer .sc-slide-nav.under a.down01 {
  -webkit-transform: translateY(53%);
      -ms-transform: translateY(53%);
          transform: translateY(53%);
}

#game-page.soccer .sc-slide-nav.under a.down01 img {
  width: 74px;
}

#game-page.soccer .sc-slide-nav.under a.down02 {
  padding: 19px 20px;
}

#game-page.soccer .sc-slide-nav.under a.down02 img {
  width: 100px;
}

#game-page.soccer .sc-slide-nav a.active {
  background: #d42417;
}

#game-page.soccer .last-cts:after {
  background: #d42417;
}
#game-page.soccer .txt-soccer-03 {
  width: 91%;
}

/*ここからベースボールページ*/

#game-page.baseball header .title{
  transform: translateY(240px);
}

#game-page.baseball header:before {
  background: #0064d3;
}

#game-page.baseball section.sec1 {
  margin-bottom: 35%;
}

#game-page.baseball .img-chara {
  -webkit-transform: translateY(32%) rotate(11deg);
      -ms-transform: translateY(32%) rotate(11deg);
          transform: translateY(32%) rotate(11deg);
  width: 130%;
  position: relative;
  margin: -20% 0 0 13%;
}

#game-page.baseball .txt-01{
  width:75%;
  margin: auto;
}
#game-page.baseball .txt-baseball-03 {
  width: 88%;
}
/*#game-page.baseball .circle {
  top: 48.3%;
}*/

#game-page.baseball .bx-prev,#game-page.baseball .bx-next{
  top:22.5%;
}


#game-page.baseball .sc-slide-nav.upper {
  -webkit-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
          transform: translateY(-200%);
}

#game-page.baseball .sc-slide-nav.upper a.up01 {
  -webkit-transform: translateY(53%);
      -ms-transform: translateY(53%);
          transform: translateY(53%);
          padding: 15px 25px;
}

#game-page.baseball .sc-slide-nav.upper a.up01 img {
  width: 74px;
}

#game-page.baseball .sc-slide-nav.upper a.up02 {
  padding: 15px 25px;
}

#game-page.baseball .sc-slide-nav.upper a.up02 img {
  width: 88px;
}

#game-page.baseball .sc-slide-nav.under {
  -webkit-transform: translateY(160%);
      -ms-transform: translateY(160%);
          transform: translateY(160%);
}

#game-page.baseball .sc-slide-nav.under a.down01 {
  -webkit-transform: translateY(53%);
      -ms-transform: translateY(53%);
          transform: translateY(53%);
          padding: 15px 25px;
}

#game-page.baseball .sc-slide-nav.under a.down01 img {
  width: 74px;
}

#game-page.baseball .sc-slide-nav.under a.down02 {
  padding: 15px 25px;
}

#game-page.baseball .sc-slide-nav.under a.down02 img {
  width: 88px;
}

#game-page.baseball .sc-slide-nav a.active {
  background: #0064d3;
}

#game-page.baseball .last-cts:after {
  background: #0064d3;
  margin-top:77px;
}
#game-page.baseball .sc-slide-nav a.active:before{
  border-color: transparent transparent #0064d3 transparent;
  top:60px;
}
#game-page.baseball .sc-slide-nav.under a.active:before {
  border-color: #0064d3 transparent transparent transparent;
  top:-66px;
}
#game-page.baseball .acd-menu{
  margin-top:42%;
}
#game-page.baseball .last-cts .img-chara02{
  left: -8%;
  width: 90%;
}
#game-page.baseball .last-cts{
  margin-bottom: -470px;
}

/*ここからゴルフページ*/
#game-page.golf .img-chara {
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  width: 100%;
  position: relative;
  margin: -20% 0 0 2%;
}

#game-page.golf header:before {
  background: #46ae31;
}

#game-page.golf .title {
  text-align: right;
}

#game-page.golf section.sec1 {
  margin-bottom: 40%;
}
#game-page.golf .txt-01 {
    width: 89%;
    margin: auto;
}

#game-page.golf .sc-slide-nav a.active:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #46ae31 rgba(0, 0, 0, 0);
}

#game-page.golf .sc-slide-nav.under a.active:before {
  border-color: #46ae31 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

#game-page.golf .sc-slide-nav.upper {
  -webkit-transform: translateY(-185%);
      -ms-transform: translateY(-185%);
          transform: translateY(-185%);
}

#game-page.golf .sc-slide-nav.upper a.up02 {
  -webkit-transform: translateY(53%);
      -ms-transform: translateY(53%);
          transform: translateY(53%);
}

#game-page.golf .sc-slide-nav.upper a.up01 img {
  width: 88px;
}

#game-page.golf .sc-slide-nav.upper a.up02 img {
  width: 90px;
}

#game-page.golf .txt-golf-03 {
  width: 80%;
}

/*#game-page.golf .circle {
  top: 62%;
}*/

#game-page.golf .sc-slide-nav.under {
  -webkit-transform: translateY(125%);
      -ms-transform: translateY(125%);
          transform: translateY(125%);
}

#game-page.golf .sc-slide-nav.under a.down02 {
  -webkit-transform: translateY(53%);
      -ms-transform: translateY(53%);
          transform: translateY(53%);
}

#game-page.golf .sc-slide-nav.under a.down01 img {
  width: 88px;
}

#game-page.golf .sc-slide-nav.under a.down02 img {
  width: 90px;
}

#game-page.golf .sc-slide-nav a.active {
  background: #46ae31;
}

#game-page.golf .last-cts:after {
  background: #46ae31;
  -webkit-transform: skewY(12deg);
  -ms-transform: skewY(12deg);
  transform: skewY(12deg);
}

#game-page.golf .bx-prev,#game-page.golf .bx-next{
  top:40%;
}

/*ここからテニスページ*/
#game-page.tennis .img-chara {
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
    width: 100%;
    position: relative;
    margin: -35% 0px 0 -3%;
}

#game-page.tennis .img-chara img {
    transform: rotate(9deg);
    width: 106%;
}

#game-page.tennis .catch {
    margin-top: 10%;
    z-index: 1;
    position: relative;
}

#game-page.tennis header:before {
}

#game-page.tennis .title {
  text-align: right;
}

#game-page.tennis .txt-01 {
    width: 75%;
    margin: auto;
}
#game-page.tennis section.sec1 {
  margin-bottom: 40%;
}

#game-page.tennis .sc-slide-nav a.active:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffc801 rgba(0, 0, 0, 0);
  top: 56px;
}

#game-page.tennis .sc-slide-nav.under a.active:before {
  border-color: #ffc801 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  top: -56px;
}

#game-page.tennis .sc-slide-nav.upper {
  -webkit-transform: translateY(-185%);
      -ms-transform: translateY(-185%);
          transform: translateY(-185%);
}

#game-page.tennis .sc-slide-nav.upper a.up02 {
  -webkit-transform: translateY(53%);
      -ms-transform: translateY(53%);
          transform: translateY(53%);
}

#game-page.tennis .sc-slide-nav.upper a.up01 img {
    width: 92px;
}

#game-page.tennis .txt-tennis-03 {
  width: 93%;
}

/*#game-page.tennis .circle {
  top: 55.4%;
}*/

#game-page.tennis .sc-slide-nav.upper a.up02 img {
    width: 67px;
}
#game-page.tennis .last-cts .img-chara02 {
    margin: 0 -12% 0px 10%;
}
#game-page.tennis .last-cts .img-chara02 img {
    transform: rotate(1deg);
}
#game-page.tennis .sc-slide-nav.under {
  -webkit-transform: translateY(125%);
      -ms-transform: translateY(125%);
          transform: translateY(125%);
}

#game-page.tennis .sc-slide-nav.under a.down02 {
  -webkit-transform: translateY(53%);
      -ms-transform: translateY(53%);
          transform: translateY(53%);
}

#game-page.tennis .sc-slide-nav.under a.down01 img {
  width: 92px;
}

#game-page.tennis .sc-slide-nav.under a.down02 img {
  width: 74px;
}

#game-page.tennis .sc-slide-nav a.active {
  background: #ffc801;
}

#game-page.tennis .last-cts:after {
  background: #ffc801;
  -webkit-transform: skewY(12deg);
  -ms-transform: skewY(12deg);
  transform: skewY(12deg);
}

/*ここから乗馬ページ*/

#game-page.horse header{
      margin-top: -40%;
}

#game-page.horse header .title{
  transform: translateY(256px);
  height:82px;
}

#game-page.horse header:before {
  background: #f06e00;
}

#game-page.horse section.sec1 {
  margin-bottom: 35%;
}

#game-page.horse .img-chara {
  -webkit-transform: translateY(30%) rotate(11deg);
      -ms-transform: translateY(30%) rotate(11deg);
          transform: translateY(30%) rotate(11deg);
  width: 120%;
  position: relative;
  margin: -33% 0 0 10%;
}


#game-page.horse .txt-01{
  width:72%;
  margin: auto;
}
#game-page.horse .catch{
  width: 66%;
  margin: auto;
  margin-top: 13%;
  margin-left: 9%;
  margin-bottom: 9%;
}

#game-page.horse .img-area{
  width:82%;
}



#game-page.horse .sc-slide-nav.upper {
  width: 120%;
  margin-left: -10%;
  -webkit-transform: translateY(-181%);
  -ms-transform: translateY(-181%);
  transform: translateY(-181%);
}

#game-page.horse .sc-slide-nav.upper a.up01 {
  -webkit-transform: translateY(53%);
      -ms-transform: translateY(53%);
          transform: translateY(53%);
          padding: 12px 15px;
}

#game-page.horse .sc-slide-nav.upper a.up01 img {
  width: 50px;
}

#game-page.horse .sc-slide-nav.upper a.up02 {
  padding: 7px 15px;
}

#game-page.horse .sc-slide-nav.upper a.up02 img {
  width: 63px;
}

#game-page.horse .sc-slide-nav.upper a.up03 {
  -webkit-transform: translateY(-66%);
      -ms-transform: translateY(-66%);
          transform: translateY(-66%);
          padding: 10px 20px;
}

.#game-page.horse .txt-horse-03 {
  width: 78%;
}
.#game-page.horse .txt-horse-04 {
  width: 83%;
}

#game-page.horse .sc-slide-nav.upper a.up03 {
  padding: 11px 15px;
}

#game-page.horse .sc-slide-nav.upper a.up03 img {
  width: 55px;
}

#game-page.horse .sc-slide-nav.under {
  width: 120%;
  margin-left: -10%;
  -webkit-transform: translateY(189%);
      -ms-transform: translateY(189%);
          transform: translateY(189%);
}

#game-page.horse .sc-slide-nav.under a.down01 {
  -webkit-transform: translateY(53%);
      -ms-transform: translateY(53%);
          transform: translateY(53%);
          padding: 12px 15px;
}

#game-page.horse .sc-slide-nav.under a.down01 img {
  width: 50px;
}

#game-page.horse .sc-slide-nav.under a.down02 {
  padding: 7px 15px;
}

#game-page.horse .sc-slide-nav.under a.down02 img {
  width: 63px;
}

#game-page.horse .sc-slide-nav.under a.down03 {
  -webkit-transform: translateY(-56%);
      -ms-transform: translateY(-56%);
          transform: translateY(-56%);
  padding: 11px 15px;
}

#game-page.horse .sc-slide-nav.under a.down03 img {
  width: 55px;
}
#game-page.horse .sc-slide-nav a.active {
  background: #f06e00;
}

#game-page.horse .last-cts:after {
  background: #f06e00;
    position: relative;
    top: -115px;
    z-index: 0;
}
#game-page.horse .sc-slide-nav a.active:before{
  border-color: transparent transparent #f06e00 transparent;
  top:53px;
}
#game-page.horse .sc-slide-nav a.active.up02:before{
  border-color: transparent transparent #f06e00 transparent;
  top:58px;
}

#game-page.horse .sc-slide-nav a.active.up03:before{
  border-color: transparent transparent #f06e00 transparent;
  top:62px;
}

#game-page.horse .sc-slide-nav.under a.active:before {
  border-color: #f06e00 transparent transparent transparent;
  top:-66px;
}

#game-page.horse .sc-slide-nav.under a.active.down02:before {
  top:-63px;
}

#game-page.horse .sc-slide-nav.under a.active.down03:before {
  top:-68px;
}

#game-page.horse .acd-menu{
  margin-top:42%;
}
#game-page.horse .last-cts .img-chara02{
  left: 14%;
  top: -29px;
  width: 111%;
  transform: rotate(-9deg);
  margin-top:21px;
}
#game-page.horse .last-cts{
  margin-bottom: -470px;
}
#game-page.horse section.th-layout{
  margin-bottom:250px;
}

#game-page.horse .bx-pager2.upper{
  transform: translateY(-203%);
}

#game-page.horse .bx-pager2.upper a.up01 img, #game-page.horse .bx-pager2.under a.down01 img{
  width: 135px;
}

#game-page.horse .bx-pager2.upper a.up02{
  transform: translateY(-30%);
}

#game-page.horse .bx-pager2.upper a.up02 img,#game-page.horse .bx-pager2.under a.down02 img{
  width: 100px;
}

#game-page.horse .bx-pager2.upper a.up02.active.up02:before{
  top:62px;
}

#game-page.horse .bx-pager2.under{
  transform: translateY(166%);
}

#game-page.horse .bx-pager2.under a.active.down02:before{
  top:-68px;
}

#game-page.horse .bx-prev,#game-page.horse .bx-next{
  top:35%;
}

#game-page.horse .txt-horse-05{
  width: 84%;
}

#game-page.horse .slider2 .circle {
  top: 57.5%;
}

#game-page.horse .txt-horse-03 img {
  width: 78%;
}

#game-page.horse .txt-horse-04 img {
  width: 84%;
}

/*ここからゲームページ共通*/
#game-page header {
  position: relative;
  margin-top: -36%;
}

#game-page header:before {
  content: '';
  width: 100%;
  height: 300px;
  display: block;
  position: absolute;
  top: -298px;
  left: 0;
  z-index: -1;
}

#game-page header .img-chara img {
  width: 100%;
}

#game-page header .title {
  height: 50px;
  position: relative;
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  z-index: 1;
}

#game-page header .title img {
  height: 100%;
}

#game-page .logo-3ds {
  width: 30%;
  margin: auto;
  margin-right: 15px;
  margin-bottom: 50px;
  padding-top: 20px;
  z-index: 1;
  position: relative;
}

#game-page .logo-3ds img {
  width: 100%;
}

#game-page .catch {
  margin-top: 30%;
  margin-bottom: 40px;
}

#game-page section {
  padding: 3%;
}

#game-page .img-area {
  width: 90%;
  position: relative;
  margin: auto;
  margin-bottom: 30px;
}

#game-page .img-area span {
  border: 5px solid #fff;
  border-radius: 12px;
  display: block;
}

#game-page .img-area span img, #game-page .img-area span video {
  width: 100%;
  border-radius: 10px;
}

#game-page .bx-title {
  text-align: center;
  margin-bottom: 30px;
}

#game-page .bx-title img {
  height: 18px;
  width: auto;
}

#game-page .bx-wrapper {
  position: relative;
}

#game-page .bxslider, #game-page .bxslider2 {
  padding: 0 10px;
}

#game-page .bxslider li, #game-page .bxslider2 li {
  padding: 0 10px;
}

#game-page .bxslider .bx-img, #game-page .bxslider2 .bx-img {
  border: 5px solid #fff;
  border-radius: 12px;
}

#game-page .bxslider .under{
  width: 80%;
  margin: auto;
  margin-top: 1px;
}

#game-page .bxslider .bx-img img, #game-page .bxslider2 .bx-img img {
  border-radius: 7px;
}
#game-page .bxslider .bx-img-mini {
  width: 80%;
  margin:1px auto 0;
}
#game-page .bxslider .bx-txt, #game-page .bxslider2 .bx-txt {
  text-align: center;
  margin: 40px auto 0;
}

#game-page .sc-slide-nav {
  width: 100%;
  position: relative;
  text-align: center;
}

#game-page .sc-slide-nav.under a.active:before {
  border-color: #d42417 transparent transparent transparent;
  border-width: 50px 20px 0 20px;
  top: -57px;
}

#game-page .sc-slide-nav a {
  display: inline-block;
  padding: 10px 20px;
  vertical-align: middle;
  border: 3px solid #fff;
  text-align: center;
  border-radius: 40px;
  position: relative;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

#game-page .sc-slide-nav a.active:before {
  content: '';
  width: 0;
  height: 0;
  z-index: -1;
  border-style: solid;
  position: absolute;
  border-width: 0 20px 50px 20px;
  border-color: transparent transparent #d42417 transparent;
  top: 65px;
  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: 300ms;
  animation-duration: 300ms;
  -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;
}

#game-page .sc-slide-nav.under a.active:before {
  -webkit-transform: translate3D(0,24px, 0);
  -ms-transform: translate3D(0,24px, 0);
  transform: translate3D(0,24px, 0);
  opacity: 0;
  -webkit-animation-name: down-arrow;
  animation-name: down-arrow;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -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;
}

#game-page .txt01 {
  width: 90%;
  position: relative;
  margin: 0 auto;
}

#game-page .sc-slide-nav a img:before {
  content: '';
  width: 0;
  height: 0;
  z-index: -1;
  border-style: solid;
  position: absolute;
  border-width: 0 20px 50px 20px;
  border-color: transparent transparent #d42417 transparent;
  top: 160px;
  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: 300ms;
  animation-duration: 300ms;
  -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;
}

#game-page .bx-prev {
  width: 12px;
  background: url(../img/icn-left.png) no-repeat center center;
  background-size: contain;
  font-size: 0;
  height: 30px;
  display: block;
  position: absolute;
  top: 30%;
  left: -12px;
}

#game-page .bx-next {
  width: 12px;
  background: url(../img/icn-right.png) no-repeat center center;
  background-size: contain;
  font-size: 0;
  height: 30px;
  display: block;
  position: absolute;
  top: 30%;
  right: -12px;
}

#game-page .slider2 .bx-prev, #game-page .slider2 .bx-next{
  top:32%;
}

#game-page .slider2 .bx-title img{
  height:50px;
}

#game-page .circle,#game-page .circle2 {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  margin-top: 7%;
  top:0;
  transition: all 100ms ease;
  opacity: 1;

}
#game-page .circle.moving,#game-page .circle2.moving {
  opacity: 0;
}
#game-page .circle .bx-pager a , #game-page .circle2 .bx-pager2 a{
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 30px;
  margin: 0 3px;
  width: 12px;
  height: 12px;
}

#game-page .circle .bx-pager a.active , #game-page .circle2 .bx-pager2 a.active{
  background: #fff;
}


#game-page .acd-menu {
  position: relative;
  margin: 36% auto 0;
  padding: 40px 20px;
  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;
}

#game-page .acd-menu dl {
  margin-bottom: 10px;
}

#game-page .acd-menu dl dt {
  z-index: 2;
  position: relative;
}

#game-page .acd-menu dl dt div {
  width: 85%;
}

#game-page .acd-menu dl dd .img-area {
  width: 100%;
  margin: 20px 0;
}

#game-page .acd-menu dl dd .img-area img.br {
  border-radius: 20px;
}

#game-page .acd-menu dl dd .img-area img.bd {
  border: 6px solid #fff;
}

#game-page .acd-menu dl dd .sc-pos {
  margin: 0 auto 40px;
}

#game-page .acd-menu h3 {
  margin-bottom: 40px;
  text-align: center;
}

#game-page .acd-menu h3 img {
  width: auto;
  height: 20px;
}

#game-page .acd-menu .acd-menu-toggle {
  width: 100%;
  height: 30px;
  background: url(../img/tgl-icn-01.png) no-repeat right center;
  background-size: 30px 30px;
  -webkit-transform: translate3d(0, -23px, 0);
  transform: translate3d(0, -23px, 0);
  position: relative;
  z-index: 1;
  left: 0;
  transition: all 300ms ease;
}

#game-page .acd-menu .acd-menu-toggle.bar {
  width: 100%;
  height: 30px;
  left: 0;
  background: url(../../images/tgl-icn-02.png) no-repeat right center;
  background-size: 30px 30px;
  -webkit-transform: translate3d(0, -23px, 0);
          transform: translate3d(0, -23px, 0);
  margin-bottom: 20px;
  cursor: pointer;
}

#game-page .acd-menu .acd-menu-toggle.bar:after {
  content: '';
  height: 1px;
  background: #b5b5b3;
  position: absolute;
  top: 14px;
  left: 0;
  width: calc(100% - 42px);
}

#game-page .bottom-bg {
  z-index: 0;
  top: 1140px;
  position: relative;
  left: 151px;
  width: 2000px !important;
  height: 900px !important;
  background: #d42417;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  position: relative;
  top: 880px;
  left: -28%;
}

#game-page .last-cts {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 30px 0 -390px;
}

#game-page .last-cts .img-chara02 {
  position: relative;
  z-index: 1;
  margin-bottom: -30%;
}

#game-page .last-cts:after {
  content: '';
  width: 100%;
  height: 300px;
  display: block;
  -webkit-transform: skewY(-12deg);
      -ms-transform: skewY(-12deg);
          transform: skewY(-12deg);
  z-index: -1;
}

.skew-l {
  -webkit-transform: skewY(-12deg);
      -ms-transform: skewY(-12deg);
          transform: skewY(-12deg);
}

.skew-l .clear {
  padding: 0 3%;
  -webkit-transform: skewY(12deg);
      -ms-transform: skewY(12deg);
          transform: skewY(12deg);
}

.skew-r {
  -webkit-transform: skewY(12deg);
      -ms-transform: skewY(12deg);
          transform: skewY(12deg);
}

.skew-r .clear {
  padding: 0 3%;
  -webkit-transform: skewY(-12deg);
      -ms-transform: skewY(-12deg);
          transform: skewY(-12deg);
}

.c-soccer {
  background: #d42417;
}
.c-baseball {
  background: #0064d3;
}
.c-golf {
  background: #46ae31;
}
.c-tennis {
  background: #ffc801;
}
.c-horse {
  background: #f06e00;
}

/*ナビゲーション*/
.open-modal {
  width: 58px;
  height: 58px;
  position: fixed;
  bottom: 10px;
  left: 3%;
  z-index: 12;
  border-radius: 29px;
  border: 2px solid #434343;
  background: #000;
  display: none;
  transition: all 200ms ease;
}
.modal-icon,
.modal-icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.modal-icon {
  position: absolute;
  width: 18px;
  height: 16px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.modal-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.modal-icon span:nth-of-type(1) {
  top: 0;
}
.modal-icon span:nth-of-type(2) {
  top: 7px;
}
.modal-icon span:nth-of-type(3) {
  bottom: 0;
}
.modal-icon.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.modal-icon.active span:nth-of-type(2) {
  opacity: 0;
}
.modal-icon.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}
.release table td {
  vertical-align: middle;
  text-align: left;
}
.i-package img,
.i-soft img,
.i-amiibo img,
.i-cero img
 {
  width: auto;
}
.i-soft img,
.i-amiibo img
 {
  height: 69%;
  padding-left: 5px;
  margin-top: 3px;
}
.i-cero img {
  width: 87%;
  padding-left: 5px;
  margin-top: 3px;
}

.i-package img {
  height: 84%;
}
.i-soft img {
  margin-top: 0;
}

.overlay, .overlay-video {
  width: 102%;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 0;
  left: 0;
  z-index: 10200;
  display: none;
  background: #000;
  background: rgba(0, 0, 0, 0.77);
}
.overlay-cts, .overlay-cts-video, .overlay-video-cts, .overlay-video-cts-video {
  width: 80%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -2%;
  margin: auto;
}
.overlay-cts-video {
  transform: scale(0);
  opacity: 0;
}
.btn-close, .btn-close-video {
  width: 32px;
  height: 32px;
  bottom: -10%;
  left: 0;
  right: 0;
  margin: 20px auto;
  cursor: pointer;
  display: block;
  position: fixed;
}
.btn-close, .btn-close-video img {
  width: 100%;
}
.movie-wrap .movie-title {
  margin-bottom: 30px;
  text-align: center;
}
.movie-wrap .movie-title img {
  width: 64%;
  max-width: 242px;
}
.movie-box .movie-sub-title {
  text-align: center;
  position: relative;
}
.movie-box .movie-sub-title.new:after {
  content: '';
  width: 32px;
  height: 32px;
  background: url(../../images/top/icn-new.png) no-repeat center center;
  background-size: cover;
  top: -8px;
  right: -12px;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
}
.movie-box .movie-sub-title img {
  width: 56%;
  max-width: 247px;
  margin-bottom: 14px;
}
.movie-box li {
  margin-bottom: 30px;
}
.movie-box li a {
  border: 5px solid #fff;
  border-radius: 12px;
  display: block;
}
.movie-box li img {
  width: 100%;
  border-radius: 7px;
}
.op-intro {
  text-align: center;
  margin-bottom: 20px;
}
.op-intro img {
  width: 26%;
  max-width: 247px;
}

.movie-box .youtube {
  position: relative;
  width: 100%;
  padding-top: 54.25%;
}
.movie-box .youtube .onclick {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.movie-box .youtube iframe {
  border-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie-box .videos {
  border: 5px solid #fff;
  border-radius: 12px;
}
.movie-box .videos iframe,
.movie-box .videos video, {
  border-radius: 4px;
}

/*競技ページ アコーディオン内の文字サイズ個別調整*/
.horse .sec1 .txt-01{
  width:80%;
}
#game-page .acd-menu dl:nth-child(2) .sc-pos{
  width: 77%;
}
#game-page .acd-menu dl:nth-child(3) .sc-pos{
  width: 93%;
}
#game-page .acd-menu dl:last-child .sc-pos{
  width: 83%;
}

/*動画調整*/
.sc-video {
  font-size: 0;
  border: 5px solid #fff;
  border-radius: 12px;
  background: #fff;
}
/*.sc-video .thumb {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  z-index: 1;
}
.sc-video .thumb img {
  border-radius: 0;
}*/
.sc-video video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/*アミーボ*/
.sc-amiibo {
  position: relative;
}
.sc-amiibo .cover {
  position: absolute;
  top: 0;
  left: 0;
}

/*スキップボタン*/
.load-skip {
  border: 2px solid #fff;
  display: block;
  width: 90px;
  font-size: 0;
  text-align: center;
  padding: 10px 0;
  border-radius: 70px;
  position: fixed;
  z-index: 8888;
  top: 94px;
  right: 3%;
  opacity: 0;
}
.load-skip img {
  width: 38px;
}

/*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-panel {
  opacity: 0;
}
.control video::-webkit-media-controls-panel {
  opacity: 1;
}

/*iPhone 5 以下サイズ */
@media screen and (max-width: 320px) {
.amiibo .amiibo-slide ul li {
    width: 80px;
  }
}

#movie .movie-box .movie-sub-title img {
  height: 12px;
  width: auto;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
}
#movie {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#movie .overlay-in-video {
  position: relative;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#movie .overlay-cts-video {
  -webkit-overflow-scrolling: touch;
}

#movie .btn-close-video {
  position: static;
}

/*android*/
#amiibo-scrollbar::-webkit-scrollbar
{
        overflow:hidden;
        width:5px;
        background:#eee;

        -webkit-border-radius:3px;
        border-radius:3px;
}
        #amiibo-scrollbar::-webkit-scrollbar:horizontal
        {
                height:5px;
        }
#amiibo-scrollbar::-webkit-scrollbar-button
{
       display:none;
}
#amiibo-scrollbar::-webkit-scrollbar-piece
{
        background:#eee;
}
        #amiibo-scrollbar::-webkit-scrollbar-piece:start
        {
                background:#eee;
        }
#amiibo-scrollbar::-webkit-scrollbar-thumb
{
        overflow:hidden;
        -webkit-border-radius:3px;
        border-radius:3px;

        background:#333;
}
#amiibo-scrollbar::-webkit-scrollbar-corner
{
        overflow:hidden;
        -webkit-border-radius:3px;
        border-radius:3px;

        background:#333;
}