@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;
}
#staff{
  padding-top : 90px;
  margin-top : -90px;
}
#ticket{
  padding-top : 90px;
  margin-top : -90px;
}
#page-top{
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-width : 0px;
  border-style : none;
  z-index : 11;
}
#page-top a{
  background-attachment : scroll;
  width : 50px;
  display: block;
  border-width : 0px;
  border-style : none;
  background-color : rgba(0, 0, 0, 0.6);
}
#xicon1 a{
  position: fixed;
  right : 20px;
  font-size : 100%;
  z-index : 100000000;
  bottom : 20px;
  background-color : black;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 60px;
}
