@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;
}
#comment{
  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;
}
#cast{
  padding-top : 90px;
  margin-top : -90px;
}
#page-top{
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-width : 0px;
  border-style : none;
  z-index : 11;
  width : 60px;
}
#icon1{
  position: fixed;
  bottom : 90px;
  right: 20px;
  border-width : 0px;
  border-style : none;
  z-index : 11;
  width : 60px;
}
#bnr1{
  position: fixed;
  bottom : 20px;
  border-width : 0px;
  border-style : none;
  z-index : 11;
  width : 300px;
  left : 20px;
  background-color : white;
}
