@charset "UTF-8";

/* ==================================================================
CSS information
style info :INDEX用
================================================================== */


#gnavi { background: url(../_common/img/gnavi_bg_top.png) top center no-repeat; background-size: 100%;}
/* --------------------------------------------------------
#mainvisual
-------------------------------------------------------- */
#mainvisual { width: 100%; height: auto; position: relative;}
#mainvisual img { width: 100%; height:auto;}


#mainvisual h1 { width: 100%; height: auto; position: absolute; top: 9.9085%; padding: 0 10.9375%; text-align: center; z-index: 10000;}
#bnr { position: absolute; right: 4.6875%; bottom: 3.0487%; width: 31.5625%;}

#infobox { background: #311304; padding: 30px 0;}
#infobox img { width: 100%; height:auto;}
#infobox .bnr01 { width: 50%; margin-top: 0px; float: left; margin-bottom: 20px;}
#infobox .bnr03 { width: 50%; margin-top: 0px; float: left; margin-bottom: 20px;}

.btn_movie { position: relative; width: 90.625%; margin: 0 auto; clear:both;}
.btn_movie img { width: 100%; height:auto;}
.btn_movie p { position: absolute; width: 43%; top: 24%;}
.btn_movie .v1 { left: 5%;}
.btn_movie .v2 { right: 5%;}


#spec_wrap { background: #2d1407; padding: 25px 0;}
#spec { width: 100%; margin:0 auto; text-align: center; position: relative; }

#spec .btn_detail { text-align: center; padding-top: 15px;}
#spec .btn_support { text-align: center; padding-top: 15px;}
#spec .btn_guide { text-align: center; padding-top: 5px; border-bottom: 1px solid #000; padding-bottom: 5px;  }
#spec .btn_theme { text-align: center; padding-top: 8px; border-top: 1px solid #602b10;  }
#spec .btn_twitter { text-align: center; padding-top: 1px;}

/* ----------------------------
   eshop バナー
---------------------------- */
.bnr-eshop-sale{
  min-width: 640px;
  width: 100%;
  background: url(../_img/index/bnr_eshop_bg.png);
  -webkit-background-size: 34px;
          background-size: 34px;
  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;
  width: 640px;
  margin: 0 auto;
}
.bnr-eshop-sale a img,
.bnr-eshop-sale span img{
  width: 640px;
  width: 100%;
  height: auto;
}
