ul {
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  outline: none;
}

#gaCol {
  height: 0;
  overflow: hidden;
}

footer {
  padding-bottom: 5px;
}
footer #logo-bne {
  padding: 10px 0;
}

.hoverOpa {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.hoverOpa:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

body::before {
  background: url("../images/spec/bg_spec.jpg") top center no-repeat;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  content: "";
  z-index: -1;
}

#mainCol div.submenu ul {
  width: 94%;
  margin: 3% auto 0;
}
#mainCol div.submenu ul li {
  float: left;
  padding-right: 2%;
  padding-bottom: 1%;
  width: 32%;
}
#mainCol div.submenu ul li:nth-child(3n) {
  padding-right: 0;
}
#mainCol .btnPsStore {
  display: block;
  width: 64%;
  margin: 0 0 3% 18%;
}

/*limited*/
body.dlc_dxedtion .line {
  margin-top: -7%;
}
body.dlc_dxedtion .dldetail {
  width: 40%;
  margin: 0 auto;
}

/*limited*/
body.limited div.sound {
  background-color: rgba(0, 0, 0, 0.6);
  width: 94%;
  text-align: left;
  color: #fff;
  margin: 0 auto;
}
body.limited div.sound table {
  width: 100%;
  border: 1px solid #373737;
}
body.limited div.sound table tr {
  border-bottom: 1px solid #373737;
}
body.limited div.sound table tr th {
  padding: 0.5rem 0;
  text-align: center;
}
body.limited div.sound table tr td {
  padding: 0.5rem 0;
  padding-left: 2rem;
}
body.limited div.sound table tr td.secRow {
  border-left: 1px solid #373737;
}
body.limited div.sound table tr td.play {
  position: relative;
}
body.limited div.sound table tr td.play:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  left: 8px;
  background: url("../../images/spec/limited/icon_play.png") top left no-repeat;
  background-size: 100%;
}
body.limited div.sound table tr td div {
  color: #f2e2b8;
  cursor: pointer;
  display: block;
}
body.limited div.sound table tr td div:hover {
  color: #fff;
}
body.limited .dldetail {
  width: 40%;
  margin: 0 auto;
}

/*index*/
body.index ul.btnCol {
  width: 94%;
  margin: 5% auto;
}
body.index ul.btnCol li.advance a, body.index ul.btnCol li.limited a, body.index ul.btnCol li.reservation a, body.index ul.btnCol li.special-edition01 a, body.index ul.btnCol li.special-edition02 a, body.index ul.btnCol li.shop a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 28%;
  background: url(../../images/spec/index/btn_spec01.png) bottom left no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}
body.index ul.btnCol li.limited a {
  background: url("../../images/spec/index/btn_spec02.png") bottom left no-repeat;
  background-size: 100%;
}
body.index ul.btnCol li.reservation a {
  background: url("../../images/spec/index/btn_spec03.png") bottom left no-repeat;
  background-size: 100%;
}
body.index ul.btnCol li.special-edition01 a {
  background: url("../../images/spec/index/btn_spec04.png") bottom left no-repeat;
  background-size: 100%;
}
body.index ul.btnCol li.special-edition02 a {
  background: url("../../images/spec/index/btn_spec05.png") bottom left no-repeat;
  background-size: 100%;
}
body.index ul.btnCol li.shop a {
  background: url("../../images/spec/index/btn_spec06.png") bottom left no-repeat;
  background-size: 100%;
}
body.index .tab_area {
  width: 94%;
  margin: 0 auto;
}
body.index .tab_area li {
  margin: 2% 0 0;
  cursor: pointer;
}
body.index .specBox {
  width: 94%;
  margin: 2% auto 0;
  padding-bottom: 2%;
  overflow-x: auto;
}
body.index .specBox::-webkit-scrollbar {
  height: 10px;
}
body.index .specBox::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #eee;
}
body.index .specBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #666;
}
body.index .specBox::-webkit-scrollbar-track-piece {
  background: none;
}
body.index .specBox .box01.hide {
  display: none;
}
body.index .specBox .box01 {
  color: #fff;
  font-size: 10px;
  line-height: 1.5em;
}
body.index .specBox .box01 table {
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.8);
  border-top: 1px solid rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.8);
}
body.index .specBox .box01 table a:hover {
  color: #fff;
}
body.index .specBox .box01 table span {
  font-size: 9px;
}
body.index .specBox .box01 table thead {
  background: rgba(172, 146, 80, 0.4);
}
body.index .specBox .box01 table thead tr {
  border-bottom: 1px solid black;
}
body.index .specBox .box01 table thead th {
  background: #786431;
  padding: 5px;
  border-left: 1px solid black;
  text-align: center;
  white-space: nowrap;
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  z-index: 2;
}
body.index .specBox .box01 table tbody th {
  background: #786431;
  padding: 5px;
  border-left: 1px solid black;
  border-top: 1px solid black;
  text-align: center;
  white-space: nowrap;
  position: sticky;
  position: -webkit-sticky;
  left: 0;
}
body.index .specBox .box01 table tbody tr {
  border-bottom: 1px solid #373737;
}
body.index .specBox .box01 table tbody td {
  padding: 5px;
  border-left: 1px solid #373737;
  white-space: nowrap;
}
body.index .specBox .box01 table tr {
  border-left: 1px solid black;
}
body.index .specBox .box01 table td {
  padding: 5px;
  border-left: 1px solid black;
  text-align: center;
  white-space: nowrap;
}
body.index ul.cap {
  font-size: 12px;
  color: #fff;
  text-align: left;
  width: 90%;
  margin: 5% auto;
  line-height: 1.6;
  text-indent: -1rem;
  padding-left: 1rem;
}

body.specialEd {
  /*  h3#dengeki{
      padding-top: 15%;
      margin-top: 0;
    }*/
}
body.specialEd ul.btnShopCol {
  margin: 5% 0;
}
body.specialEd ul.btnShopCol li {
  display: inline-block;
  width: 45%;
}

/*shop*/
body.shop #mainCol h3 {
  margin: 4% 0;
}
body.shop #mainCol .shoplist > li {
  position: relative;
  background: url(../../images/spec/shop/bg_item.png) center top no-repeat;
  background-size: 100%;
  width: 90%;
  height: 0;
  padding-top: 105%;
  margin: 0 auto 5%;
}
body.shop #mainCol .shoplist > li h4, body.shop #mainCol .shoplist > li .itemName, body.shop #mainCol .shoplist > li .itemImg, body.shop #mainCol .shoplist > li span, body.shop #mainCol .shoplist > li a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
body.shop #mainCol .shoplist > li h4 {
  width: 100%;
  margin-top: 3.5%;
}
body.shop #mainCol .shoplist > li .itemName {
  margin-top: 19%;
}
body.shop #mainCol .shoplist > li .itemImg {
  width: 86%;
  margin: 35% 0 0 7%;
}
body.shop #mainCol .shoplist > li > span, body.shop #mainCol .shoplist > li a {
  width: 88%;
  margin: 93% 0 0 6%;
}
body.shop #mainCol .shoplist > li.blank {
  background: url(../../images/spec/shop/bg_item_blank.png) center top no-repeat;
  background-size: 100%;
  padding-top: 87.5%;
}
body.shop #mainCol .shoplist > li.blank span, body.shop #mainCol .shoplist > li.blank a {
  display: none;
}
body.shop #mainCol .shoplist > li.stamp {
  background: none;
  height: auto;
  padding-top: 0;
  padding-bottom: 0.5%;
}
body.shop #mainCol .shoplist > li.stamp h4 {
  position: inherit;
  margin: 0;
}
body.shop #mainCol .shoplist > li.bigCol {
  background: url(../../images/spec/shop/bg_item02.png) center top no-repeat;
  background-size: 100%;
  position: relative;
}
body.shop #mainCol .shoplist > li.bigCol .itemImg {
  width: 86%;
  margin: 34% 0 0 7%;
}
body.shop #mainCol .shoplist > li.bigCol ul {
  width: 96%;
  margin: 0 2% 0;
  text-align: center;
  position: absolute;
  top: 68%;
}
body.shop #mainCol .shoplist > li.bigCol ul li {
  width: 42%;
  display: inline-block;
  margin-bottom: 3%;
}
body.shop #mainCol .shoplist > li.bigCol ul li a {
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
}
body.shop #mainCol .shoplist > li.bigCol ul li a img {
  width: 100%;
}
body.shop #mainCol #pssCol {
  position: relative;
  width: 90%;
  padding-bottom: 1%;
  margin: 0 auto;
}
body.shop #mainCol #pssCol span {
  position: absolute;
  width: 82%;
  bottom: 0;
  left: 9%;
  margin-bottom: 10%;
}
body.shop #mainCol p {
  width: 90%;
  margin: 3% auto 0;
  text-align: left;
}

.season img {
  display: block;
}
.season #mainCol .btnPsStore {
  margin-bottom: 0;
}

.dlBtn {
  width: 95%;
  margin: 0 auto;
}
.dlBtn li {
  width: 32%;
  display: inline-block;
  margin-bottom: 2%;
}
