.slide {
  position: relative;
  font-size: 0px; }
  .slide ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .slide li {
    position: absolute;
    top: 0;
    left: 0; }

.forSP_div,
.forSP_img {
  display: none; }

.negamb {
  margin-bottom: -1px; }

#top {
  position: relative; }
  #top .logo_3ds {
    position: absolute;
    top: 0;
    left: 0; }
  #top .set {
    position: relative; }
  #top .amiibo_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%; }
    #top .amiibo_area .amiibo {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 21.4285%; }
  #top .cero {
    position: absolute;
    bottom: 0;
    left: 27.5%;
    width: 7.5%; }
  #top .detail_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 91.25%; }
    #top .detail_area .info_btn {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 58.56%; }
  #top .info_btn2 {
    position: absolute;
    bottom: 15%;
    left: 37.8125%;
    width: 53.125%; }

#story {
  position: relative; }
  #story .story_txt {
    position: relative;
    z-index: 10; }

#action {
  position: relative; }
  #action .stitle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20; }
  #action .btnset {
    position: relative; }
    #action .btnset .base {
      position: relative; }
    #action .btnset .icon_minus,
    #action .btnset .icon_plus {
      position: absolute;
      top: 0;
      right: 0;
      width: 11.25%; }
    #action .btnset #action_chara1 {
      position: absolute;
      top: -10px;
      left: 4.6875%;
      width: 16.71875%;
      z-index: 100; }
    #action .btnset #action_chara2 {
      position: absolute;
      top: -10px;
      right: 17.1875%;
      width: 17.03125%;
      z-index: 100; }
    #action .btnset #action_chara3 {
      position: absolute;
      top: -10px;
      left: 4.3%;
      width: 18.59375%;
      z-index: 100; }
  #action .detail {
    position: relative;
    overflow: hidden;
    height: 0px; }

#support {
  position: relative; }
  #support .stitle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20; }
  #support .btnset {
    position: relative; }
    #support .btnset .base {
      position: relative; }
    #support .btnset .icon_minus,
    #support .btnset .icon_plus {
      position: absolute;
      top: 0;
      right: 0;
      width: 11.25%; }
    #support .btnset #support_chara {
      position: absolute;
      top: -42px;
      left: 2.65625%;
      width: 33.75%;
      z-index: 100; }
  #support .detail {
    position: relative;
    overflow: hidden;
    height: 0px; }
    #support .detail .sprite {
      position: relative; }
      #support .detail .sprite .sprite_wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%; }

#dogrun {
  position: relative; }

#amiibo {
  position: relative;
  background-color: #faefda; }
  #amiibo .set {
    position: relative; }
  #amiibo #amiibo_slide1 {
    background-image: url(../img/index/sec6_amiibo/slide1_1.jpg);
    background-size: 100% 100%; }
  #amiibo .txt {
    position: relative;
    z-index: 10; }
    #amiibo .txt .chara1 {
      margin-top: -54px; }
    #amiibo .txt .chara2 {
      margin-top: -58px; }
  #amiibo .btn2 {
    position: absolute;
    bottom: 0;
    left: 0; }
  #amiibo .btn4 {
    position: absolute;
    top: 0;
    left: 0; }
  #amiibo #pagetop {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 31.5625%; }

/* ----------------------------
   eshop バナー
---------------------------- */
.bnr-eshop-sale{
  width: 100%;
  background: url(../img/index/bnr_eshop_bg.png);
  -webkit-background-size: 20px;
          background-size: 20px;
  position: relative;
  z-index: 10;
}
.bnr-eshop-sale::before{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #FFF;
  left: 0;
  bottom: -2px;
  position: absolute;
}
.bnr-eshop-sale a,
.bnr-eshop-sale span{
  display: block;
  max-width: 375px;
  margin: 0 auto;
}
.bnr-eshop-sale a img,
.bnr-eshop-sale span img{
  max-width: 375px;
  width: 100%;
  height: auto;
}
