@charset "utf-8";

#introduction { padding-top: 150px; margin-top: -150px; }
#news,#schedule,#cast,#goods,#guidance,#topics { padding-top: 90px; margin-top: -90px; }
#staff { padding-top: 50px; margin-top: -50px; }
#presale,#ticket { padding-top: 80px; margin-top: -80px; }
#tokyo { padding-top: 50px; margin-top: -50px; }
#osaka { padding-top: 50px; margin-top: -50px; }
#spot_mov { padding-top: 50px; margin-top: -50px; }

*{ box-sizing: border-box; }

header{
  background-color: rgba(255,255,255,0.00);
	background-image: linear-gradient(to bottom, rgba(127,29,90,0.50) 35%, rgba(75,9,50,0.75) 100%);
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 90px;
  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;
}
.imglogo{
  height: 70px;
  position: fixed;
  top: 8px;
  left: 12px;
  z-index: 10000;
}
.div_menu {
  width: 80%;
  height: 50px;
  position: fixed;
  top: 18px;
  right: 23px;
  z-index: 9999;
  font-family: 'Oleo Script', cursive;
  transform: rotate(.03deg);
  font-size: 23px;
	letter-spacing: 0px;
  -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;
}
ul.menu li a:hover{
  text-decoration: none;
  transition: .3s;
  color: #F3D62C;
}
ul.menu{
  width: 100%;
  display: -webkit-flex;
  display: flex;
	justify-content: flex-end;
}
ul.menu > li{
  margin: 0 12px;
	position: relative;
}
ul.menu > li > a{
  color: #FEFFDD;
}
ul.menu > li > ul{
  display: none;
	padding-top: 12px;
}
ul.menu li:hover a + ul{
	position: absolute;
  display: block;
	left: calc(( 150px - 100% ) / -2 );
	width: 150px;
  z-index : 9999;
}
ul.menu > li > ul > li > a{
  width: 100%;
  background-color: rgba(41,14,31,0.70);
  border-top: 1px solid #9E6371;
  z-index: 9999;
  color: #F1ECCC;
  font-size: 14px;
	padding: 15px 25px;
}

ul li.coming{
  display: block;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 10px;
  color: #D2CFCF;
}
