@charset "utf-8";

body {
  background-color: #823084;
}

a:hover {
  cursor: pointer;
  filter: alpha(opacity=80);
  opacity:0.8;
}

.container {
  margin: 0 auto;
  padding: 0;
}

.area-contents {
  text-align: center;
}

.top-pc {
  margin: 0 auto;

  display: block;
}
.top-sp {
  display: none;
}

.catchcopy {
  margin-top: 30px;
}
.story {
  margin-top: 30px;
}
.notrookie {
  margin-top: 30px;
}
.information {
  margin-top: 30px;
}

.schedule {
  margin-top: 30px;
}
.frame-schedule {
  position: relative;
}
.button-ticket {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;

  bottom: 6%;
}
.goods {
  margin-top: 30px;
}
.map {
  margin-top: 30px;
}
.frame-map {
  position: relative;
}
.button-map {
  position: absolute;
  left: 61%;
  bottom: 8%;
}

.faq {
  margin-top: 30px;
}

.frame-logo {
  position: relative;
}
.logo {
  position: absolute;
  left: 58%;
  bottom: 20%;
}


/* 1200px未満 */
@media screen and (max-width: 1199px) {
  .top-pc {
    display: none;
  }
  .top-sp {
    display: block;
  }
}


/* 1000px未満 */
@media screen and (max-width: 999px) {
  .button-ticket {
    width: calc(359 / 1000 * 100vw);
  }
  .button-map {
    width: calc(251 / 1000 * 100vw);
  }
  .logo {
    width: calc(263 / 1000 * 100vw);
  }
}
