@charset "UTF-8";
body{
  background: #692800;
}
.hero{
  background: url(../img/common/bg_grid_yerrow.png) 0 0;
}
.hero_body{
  width: 100%;
  height: 560px;
  overflow: hidden;
  position: relative;
}
.hero_img{
  width: 1280px;
  height: 560px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -640px;
  z-index: 1;
}
.hero_img:before{
  content: "";
  width: 1280px;
  height: 560px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -640px;
  display: block;
  z-index: 2;
}


.hero_img img{
  width: 1280px;
  height: 560px;
}

.logo3ds{
  width: 230px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  text-align: center;
  background: url(../img/top/bg_3DS_logo.png) 0 0 no-repeat;
}

.logo3ds img{
    margin-top: 24px;
}

@media screen and (min-width: 1281px) {
  .hero_body{
    width: 100%;
    max-width: 1740px;
    height: auto;
    margin: 0 auto;
  }
  .hero_img{
    width: 100%;
    max-width: 1740px;
    height: auto;
    margin: 0 auto;
    position: static;
    left: auto;
    top: auto;
  }
  .hero_img:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin-left:0;
  }
  .hero_img img{
    width: 100%;
    max-width: 1740px;
    height: auto;
  }
  .hero_hard{
  }
}

.info{
  width: 100%;
  background: url(../img/common/bg_chara_yerrow.png) 0 0;
  padding: 0 0 28px 0;
  position: relative;
  z-index: 20;
}

.topnav{
  width: 960px;
  height: 100px;
  margin: 0 auto 25px auto;
  position: relative;
}
.topnav_logo{
  position: absolute;
  left: 14px;
  top: -112px;
}




/*------------------------------------------------------------
  gnav
------------------------------------------------------------*/
.top_gnav{
  position: absolute;
  left: 247px;
  top: 17px;
}
.top_gnav_item{
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 0;
}

.top_gnav_item a{
  display: block;
  width: 168px;
  height: 84px;
}
.top_gnav_item span{
  display: block;
  width: 168px;
  height: 84px;
  background-image: url(../img/common/gnav_sprite.png);
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.news_wrapper {
    width: 960px;
    height: 52px;
    margin: 24px auto 25px auto;
    background: url(../img/top/news_bg.png) 0 0 no-repeat;
}

.news_body {
    width: 810px;
    margin-left: 150px;
}

.no-touchevents .news_body a:hover{ text-decoration: underline;}

.news_text {
    width: 600px;
    float: left;
}

.news_update {
    width: 210px;
    float: right;
}

.news_body a {
    color: #000;
    font-size: 13px;
    line-height: 50px;
    text-decoration: none;
}


.news_update a:before {
    content: "";
    width: 11px;
    height: 11px;
    background: url(../img/top/ico_update.png) 0 0 no-repeat;
    vertical-align: middle;
    display: inline-block;
    margin: -1px 8px 0 0;
}

.info_body {
    width: 960px;
    margin: 0 auto;
    height: 168px;
    background: url(../img/top/info_bg.png) 0 0 no-repeat;
    position: relative;
}

.info_detail a {
    width: 158px;
    height: 35px;
}

.info_detail span {
    width: 158px;
    height: 35px;
    display: block;
    background-image: url(../img/top/top_sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.no-touchevents .info_detail a:hover span{ background-position: 0 -40px;}

.info_difference a {
    width: 216px;
    height: 35px;
}

.info_difference span {
    width: 216px;
    height: 35px;
    display: block;
    background-image: url(../img/top/top_sprite_2.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.no-touchevents .info_difference a:hover span{ background-position: 0 -35px;}

.info_pkg {
    position: absolute;
    left: 40px;
    top: 25px;
}

.info_icon {
    position: absolute;
    left: 188px;
    top: 25px;
}

.info_cero {
    position: absolute;
    left: 186px;
    top: 105px;
}

.info_date {
    position: absolute;
    left: 294px;
    top: 26px;
}

.info_price {
    position: absolute;
    left: 294px;
    top: 71px;
}

.info_type {
    position: absolute;
    left: 294px;
    top: 108px;
}

.info_detail {
    position: absolute;
    left: 462px;
    top: 108px;
}

.info_difference{
    position: absolute;
    left: 704px;
    top: 25px;
}


.info_wiiu {
    position: absolute;
    left: 704px;
    top: 69px;
}


.info_guide {
    position: absolute;
    left: 704px;
    top: 111px;
}




.footer{
  width: 100%;
  background: #692800;
}
.footer_body{
  width: 960px;
  height: 56px;
  margin: 0 auto;
  position: relative;
}
.footer_nintendo {
  position: absolute;
  left: 526px;
  top: 19px;
}
.footer_3ds {
  position: absolute;
  left: 670px;
  top: 19px;
}
.footer_tw {
  position: absolute;
  left: 869px;
  top: 10px;
}
.footer_fb {
  position: absolute;
  left: 915px;
  top: 10px;
}
.footer_fb span,
.footer_tw span{
  width: 36px;
  height: 39px;
  display: block;
  background-image: url(../img/top/top_sprite.png);
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.footer_fb span{background-position: -194px 0;}
.footer_tw span{background-position: -158px 0;}
.no-touchevents .footer_fb a:hover span{background-position: -194px -39px;}
.no-touchevents .footer_tw a:hover span{background-position: -158px -39px;}

.footer_copyright {
  position: absolute;
  left: 0px;
  top: 19px;
}

/* ----------------------------
   eshop バナー
---------------------------- */
.bnr-eshop-sale{
 width: 100%;
 background: url(../img/top/bnr_eshop_bg.png);
 position: relative;
 z-index: 10;
}
.bnr-eshop-sale::before{
 content: "";
 display: block;
 width: 100%;
 height: 2px;
 background: #FFF;
 left: 0;
 bottom: 0;
 position: absolute;
}
.bnr-eshop-sale a{
 display: block;
 max-width: 960px;
 margin: 0 auto;
 width: 70%;
}
.bnr-eshop-sale a img{
 max-width: 960px;
 width: 100%;
 height: auto;
}
.no-touchevents .bnr-eshop-sale a{
 -webkit-transition: opacity 0.15s linear;
 transition: opacity 0.15s linear;
}
.no-touchevents .bnr-eshop-sale a:hover{
 opacity: 0.85;
}
