@charset "utf-8";
*{
  box-sizing: border-box;
}
ul,li{
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li a{
  display: block;
  color : #ffffff;
  text-align: center;
  padding-top : 15px;
  padding-bottom : 10px;
  text-decoration : none;
}
ul.menu li a:hover{
  text-decoration: none;
  color : #ffffff;
  transition: .3s;
  background-color : rgba(0, 0, 0, 0.8);
}
ul.menu{
  width : 100%;
  display: flex;
}
ul.menu > li{
  width : 20%;
}
ul.menu > li > a{
  border-right : 1px solid #666666;
  color : white;
}
ul.menu > li > ul{
  display: none;
}
ul.menu li:hover a + ul{
  display: block;
  z-index : 999999;
}
ul.menu > li > ul > li > a{
  width: 100%;
  background-color : rgba(0, 0, 0, 0.6);
  border-top: 1px solid #fff;
  z-index : 999999;
  color : white;
}
#top{
  width : 100%;
  height : 0px;
  top : 0px;
  position : absolute;
}
#schedule{
  padding-top : 80px;
  margin-top : -80px;
}
#news{
  padding-top : 80px;
  margin-top : -80px;
}
#producer{
  padding-top : 80px;
  margin-top : -80px;
}
#contents{
  padding-top : 80px;
  margin-top : -80px;
}
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: 20px;
  right: 20px;
  font-size : 100%;
  z-index : 10000;
}
#xicon1{
  position: fixed;
  right : 20px;
  font-size : 100%;
  z-index : 10000;
  bottom : 90px;
}
#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;
  text-align: center;
  display: block;
}
#xicon1 a{
  background : none 0% 0% / auto auto repeat scroll padding-box border-box;
  color : black;
  width : 60px;
  padding: 0px 0;
  text-align: center;
  display: block;
}
header{
  width : 100%;
  height : 90px;
  position : fixed;
  top : 0px;
  z-index : 998;
  background-image : linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  color : white;
}
.imglogo{
  width : 50px;
  height : 49px;
  position : fixed;
  top : 20px;
  left : 20px;
  z-index : 1000;
}
.div_menu{
  width : 95%;
  height : 80px;
  position : fixed;
  z-index : 999;
  padding-top : 15px;
  padding-bottom : 15px;
  font-size : 120%;
  left : 5%;
}

