@charset "UTF-8";
.wrap-event {
  margin: 0 auto 75px;
  text-align: center;
  width: 1100px;
}

.fixed-bnr {
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 50;
}
.fixed-bnr a {
  transition: all 1s;
  position: absolute;
  right: -262px;
}
.fixed-bnr a:hover {
  right: 0;
}

.iframe-header {
  display: block;
  margin-bottom: 30px;
}
.iframe-event {
  display: block;
  margin-bottom: 50px;
}
