/* テレ公演再演祭り */

body {
  background-color: black;
  max-width: 1000px;
  margin: 0 auto;
}

a:hover {
  cursor: pointer;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.upper,
.lower {
  position: relative;
}

.buttons {
  position: absolute;
}

.button-chumon {
  bottom: 5%;
  right: 59%;
}
.button-gold {
  bottom: 5%;
  left: 60%;
}
.button-chumon2 {
  bottom: 5%;
  left: 37%;
}

.logo {
  margin-bottom: 50px;
}

/* 1001px未満 */
@media screen and (max-width: 1000px) {
  .buttons {
    width: calc(258 / 1001 * 100vw * 1.0);
  }
  .logo {
    width: calc(194 / 1001 * 100vw * 1.0);
  }
}
