@charset "utf-8";
.fixed{
  position: fixed;
  top: 0;
  width: 100%;
  z-index : 999;
}
#top{
  width : 100%;
  height : 0px;
  top : 0px;
  position : absolute;
}
#introduction{
  padding-top : 90px;
  margin-top : -90px;
}
#news{
  padding-top : 90px;
  margin-top : -90px;
}
#schedule{
  padding-top : 90px;
  margin-top : -90px;
}
#players{
  padding-top : 90px;
  margin-top : -90px;
}
#ticket{
  padding-top : 90px;
  margin-top : -90px;
}
#ppv{
  padding-top : 90px;
  margin-top : -90px;
}
#twitch{
  padding-top : 90px;
  margin-top : -90px;
}
#goods{
  padding-top : 90px;
  margin-top : -90px;
}
#guidance{
  padding-top : 90px;
  margin-top : -90px;
}
a:link.white{
  color : #ffffff;
  font-weight : bold;
}
a:visited.white{
  color : #ffffff;
  font-weight : bold;
}
a:active.white{
  text-decoration : underline;
  color : #ffffff;
  font-weight : bold;
}
a:hover.white{
  text-decoration : underline;
  color : #ffffff;
  font-weight : bold;
}
#page-top{
  position: fixed;
  bottom : 15px;
  right : 15px;
  font-size : 100%;
  z-index : 1001;
}
#bnr1{
  position: fixed;
  bottom : 125px;
  left : 15px;
  font-size : 100%;
  z-index : 1001;
  background-color : black;
}
#bnr2{
  position: fixed;
  bottom : 15px;
  left : 15px;
  font-size : 100%;
  z-index : 1001;
  background-color : black;
}
#icon1{
  position: fixed;
  bottom : 85px;
  right : 15px;
  font-size : 100%;
  z-index : 1001;
}
#page-top a{
  background : none 0% 0% / auto auto repeat scroll padding-box border-box;
  text-decoration: none;
  color : black;
  width : 60px;
  padding: 0px 0;
  display: block;
}
#icon1 a{
  background : none 0% 0% / auto auto repeat scroll padding-box border-box;
  text-decoration: none;
  color : black;
  width : 60px;
  padding: 0px 0;
  display: block;
}
#bnr1 a{
  background : none 0% 0% / auto auto repeat scroll padding-box border-box;
  text-decoration: none;
  color : black;
  width : 300px;
  padding: 0px 0;
  display: block;
}
#bnr2 a{
  background : none 0% 0% / auto auto repeat scroll padding-box border-box;
  text-decoration: none;
  color : black;
  width : 300px;
  padding: 0px 0;
  display: block;
}
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}