@charset "utf-8";
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,img,small,strong,b,dl,dt,dd,ol,ul,li,
form,label,legend,table,tbody,tfoot,thead,tr,th,td,footer,header,menu,nav,section,video {
  margin:0; padding:0; border:0; outline:0; vertical-align:bottom; background:transparent;
}
body { line-height:1; -webkit-text-size-adjust: 100%;}
ul li { list-style:none;}
a { margin:0; padding:0; color: #666; text-decoration: none; vertical-align:baseline;}
a:hover {
  -webkit-filter:brightness(110%);
  -moz-filter:brightness(110%);
  -ms-filter:brightness(110%);
  filter: brightness(110%);
}
table { border-spacing:0;}
/* ===================================================================================
  resetここまで
=================================================================================== */

.inner{
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

header{
  background: url("../img/header_bg.jpg")no-repeat top center;
  height: 80px;
}
.header_wrap {
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.tel_wrap{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
}
.header_btn{
  margin-left: 20px;
}

.go_to_event{
  background: url("../img/go_to_bg.jpg")no-repeat top center;
  height: 98px;
}

.go_to_btn{
  position: absolute;
  top: 20px;
  right: 80px;
}

.fv { 
  background: url("../img/fv_bg.jpg")no-repeat top center;
  height: 1520px;
}

.highlights { 
  background: url("../img/highlights_bg.jpg")no-repeat top center;
  height: 1959px;
}
.highlights03{
  margin-left: -25px;
}

.story_movie { 
  background: url("../img/story_movie_bg.jpg")no-repeat top center;
  height: 1200px;
}
.movie_area{
  position: relative;
}
.movie{
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.schedule { 
  background: url("../img/schedule_bg.jpg")no-repeat top center;
  height: 1200px;
}
.schedule_tit{
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.schedule01,.schedule02{
  margin-left: -25px;
}
.schedule_details_area{
  position: relative;
}
.schedule_details_txt{
  position: absolute;
  top: 9px;
  left: 507px;
}
.schedule_btn_area{
  background: url("../img/schedule_btn_bg.png")no-repeat top center;
  height: 150px;
  display:flex;
  justify-content: center;
  align-items: center;
}
.schedule_details_btn{
  margin-right: 30px;
}
.schedule_btn{
  -webkit-filter:drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.8));
  -moz-filter:drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.8));
  -ms-filter:drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.8));
  filter:ddrop-shadow(4px 4px 4px rgba(0, 0, 0, 0.8));
}

footer{
  background-color: #000;
  height: 80px;
}
.footer_wrap {
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 40px;
}
.footer_btn{
  margin-left: 20px;
}
.sns_wrap{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.footer_sns_icon_wrap{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.footer_sns_icon_wrap li{
  margin-left: 10px;
}

/*吸着*/
.right_fix {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 40px;
}