@charset "utf-8";
#introduction{
  padding-top: 90px;
  margin-top: -90px;
}
#presale{
  padding-top: 90px;
  margin-top: -90px;
}
#osaka{
  padding-top: 90px;
  margin-top: -90px;
}
#tokyo{
  padding-top: 90px;
  margin-top: -90px;
}
#story{
  padding-top: 90px;
  margin-top: -90px;
}
#cast{
  padding-top: 90px;
  margin-top: -90px;
}
#creative{
  padding-top: 90px;
  margin-top: -90px;
}
#schedule{
  padding-top: 90px;
  margin-top: -90px;
}
#news{
  padding-top: 90px;
  margin-top: -90px;
}
#flyer{
  padding-top: 90px;
  margin-top: -90px;
}
#comment{
  padding-top: 90px;
  margin-top: -90px;
}
*{
  box-sizing: border-box;
}
header{
  background-image : linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(27, 48, 46, 0.2) 100%);
  display: -webkit-flex;
  display: flex;
  width: 100%;
  position: fixed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  top: 0px;
  z-index : 9998;
  height : 90px;
}
.imglogo{
  height : 70px;
  position : fixed;
  top : 10px;
  left : 10px;
  z-index : 1000;
}
.div_menu{
  width : 90%;
  height : 50px;
  position : fixed;
  top : 20px;
  right : 15px;
  z-index : 9999;
  font-size : 16px;
  -webkit-text-size-adjust : 100%;
  -moz-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  -o-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}
ul,li{
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li a{
  display: block;
  text-align: center;
  padding-top : 11px;
  padding-bottom : 10px;
  font-weight : normal;
}
ul.menu li a:hover{
  text-decoration: none;
  transition: .3s;
  color : #b0966a;
  font-weight : normal;
}
ul.menu{
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
ul.menu > li{
  margin: 0 18px;
}
ul.menu > li > a{
  border : 0px solid #D8D7A6;
  color : #584732;
  font-weight : normal;
  text-shadow : 0px 0px 3px #ffffff;
}
ul.menu > li > ul{
  display: none;
  padding-top: 10px;
}
ul.menu li:hover a + ul{
  position: absolute;
  display: block;
  z-index : 9999;
}
ul.menu > li > ul > li > a{
  width: 100%;
  background-color : rgba(255, 255, 255, 0.9);
  border-top: 1px solid #D8D7A6;
  z-index : 9999;
  color : black;
  font-size : 14px;
  padding: 15px 25px;
  font-weight : normal;
}
ul li.coming{
  display: block;
  text-align: center;
  padding-top : 11px;
  padding-bottom : 10px;
  color : #D2CFCF;
}
a:link.white{
  color : #ffffff;
}
a:visited.white{
  color : #ffffff;
}
a:active.white{
  text-decoration : underline;
  color : #ffffff;
}
a:hover.white{
  text-decoration : underline;
  color : #ffffff;
}
#page-top{
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size : 100%;
  z-index : 11;
}
#bnr1{
  position: fixed;
  bottom: 20px;
  font-size : 100%;
  z-index : 11;
  left : 0px;
}
#bnr2{
  position: fixed;
  bottom: 20px;
  font-size : 100%;
  z-index : 11;
  left : 0px;
}
#page-top a{
  background : none 0% 0% / auto auto repeat scroll padding-box border-box;
  text-decoration: none;
  color : black;
  width : 50px;
  padding: 0px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#bnr1 a{
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
  text-decoration: none;
  width : 260px;
  padding: 0px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#bnr2 a{
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
  text-decoration: none;
  width : 260px;
  padding: 0px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover{
  text-decoration: none;
  background : none 0% 0% / auto auto repeat scroll padding-box border-box;
}
