@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;
}
#artist{
  padding-top : 90px;
  margin-top : -90px;
}
#staff{
  padding-top : 90px;
  margin-top : -90px;
}
#guidance{
  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;
  background-color : #ffffff;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  width : 60px;
}
#icon1{
  position: fixed;
  bottom : 90px;
  right: 20px;
  border-width : 0px;
  border-style : none;
  z-index : 11;
  background-color : white;
  width : 60px;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}
