html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

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;
}

img {
  width: 100%;
}

body {
  position: relative;
  background: #000;
  font-family: Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
  width: 100%;
  height: 100%;
}
body a {
  text-decoration: underline;
  outline: none;
}
body a:link {
  color: #fff;
}
body a:visited {
  color: #fff;
}
body a:hover {
  color: #fff;
}
body a:active {
  color: #fff;
}
body header {
  height: 50px;
  background: #000;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
body header #gNav {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}
body header #gNav ul#mainNav {
  padding-top: 10%;
  width: 100%;
  height: 150%;
}
body header #gNav ul#mainNav li {
  width: 100%;
  margin: 0 auto;
  padding-top: 12%;
}
body header #gNav li#scNav, body header #gNav li#sysNav, body header #gNav li#miNav, body header #gNav li#specialNav {
  display: none;
  padding-top: 0 !important;
}
body header #gNav li#scNav ul, body header #gNav li#sysNav ul, body header #gNav li#miNav ul, body header #gNav li#specialNav ul {
  margin-top: 3%;
  border-top: 3px solid rgba(60, 0, 0, 0.47);
}
body header #gNav li#scNav ul li, body header #gNav li#sysNav ul li, body header #gNav li#miNav ul li, body header #gNav li#specialNav ul li {
  padding: 7% 0;
  background: rgba(128, 61, 61, 0.4);
}
body header .btnMenu {
  position: absolute;
  z-index: 9999;
  right: 10px;
  top: 9px;
}
body header .btnMenu .menu-trigger,
body header .btnMenu .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
body header .btnMenu .menu-trigger {
  position: relative;
  width: 38px;
  height: 32px;
}
body header .btnMenu .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}
body header .btnMenu .menu-trigger span:nth-of-type(1) {
  top: 0;
}
body header .btnMenu .menu-trigger span:nth-of-type(2) {
  top: 14px;
}
body header .btnMenu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
body header .btnMenu .menu-trigger.active span:nth-of-type(1) {
  width: 45%;
  -webkit-transform: translate3d(2px, 7px, 0) rotate(45deg);
  transform: translate3d(2px, 7px, 0) rotate(45deg);
}
body header .btnMenu .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translate3d(-1px, 0, 0) rotate(-45deg);
  transform: translate3d(-1px, 0, 0) rotate(-45deg);
}
body header .btnMenu .menu-trigger.active span:nth-of-type(3) {
  width: 45%;
  -webkit-transform: translate3d(17px, -6px, 0) rotate(45deg);
  transform: translate3d(17px, -6px, 0) rotate(45deg);
}
body #wrapCol {
  margin-top: 50px;
}
body #wrapCol #mainCol {
  background: rgba(0, 0, 0, 0.6);
  border-top: 3px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-bottom: 10%;
}
body #wrapCol #mainCol h3 {
  width: 100%;
}
body #wrapCol #pageTop {
  margin: 5% auto;
  width: 94%;
  background: rgba(0, 0, 0, 0.6);
}
body footer {
  background-color: #141414;
  color: #fff;
  overflow: hidden;
  z-index: 9;
  position: absolute;
  width: 100%;
}
body footer .linkCol {
  background-color: #343434;
  padding: 1% 0;
  margin-bottom: 3.5%;
}
body footer .linkCol p {
  text-align: center;
  margin-bottom: 0.5%;
  font-weight: bold;
  color: #ffffff;
  font-size: 1.5vw;
}
body footer .linkCol ul {
  display: block;
  letter-spacing: -.40em;
  text-align: center;
}
body footer .linkCol ul li {
  display: inline-block;
  margin-right: 1%;
  letter-spacing: normal;
  vertical-align: top;
}
body footer .linkCol ul li:hover {
  opacity: 0.6;
}
body footer .linkCol ul li:nth-of-type(2) {
  margin-top: -0.3%;
}
body footer .linkCol ul li:last-child {
  margin-right: 0;
}
body footer .snsCol ul {
  display: block;
  letter-spacing: -.40em;
  text-align: center;
  margin: 1.8% 0;
}
body footer .snsCol ul li {
  display: inline-block;
  margin-right: 1%;
  letter-spacing: normal;
}
body footer .snsCol ul li:nth-of-type(2) {
  font-size: 0;
}
body footer .snsCol ul li:last-child {
  margin-right: 0;
}
body footer .snsCol img {
  display: block;
}
body footer .footerInner {
  margin: 5% auto 2%;
  width: 95%;
  position: relative;
}
body footer .footerInner p {
  margin-bottom: 0;
}
body footer .footerInner p.copylight {
  width: 50%;
  float: left;
  margin-top: 1%;
  margin-bottom: 0;
}
body footer .footerInner ul.logoBandai {
  float: right;
}
body footer .copyrCol {
  position: relative;
  display: block;
  z-index: 50;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
body footer .copyrCol span {
  font-size: 80%;
  color: rgba(255, 255, 255, 0.4);
}
body footer .copyrCol p.txt_service {
  width: 90%;
  margin: 2% auto;
  font-size: 80%;
  line-height: 1.4;
}
body footer .copyrCol p.txt_service a {
  color: #ffea00;
}
body footer .slogCol {
  display: block;
  width: 10%;
  margin: 0 auto;
}
body footer .slogCol img {
  position: relative;
  display: block;
}
body footer .slogCol .logoue4 {
  text-align: center;
  margin: 0 auto 2%;
  width: 70.38%;
  height: auto;
}
body footer .bne_footer a {
  color: #333 !important;
}

.rmCol {
  display: none;
}
