@charset "utf-8";

/* .p-top-50th-event */
.p-top-50th-event {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

/* .p-top-50th-event__inner */
.p-top-50th-event__inner {
  position: relative;
  isolation: isolate;
  padding: 2.4rem 1.6rem 2.8rem;
}

.p-top-50th-event__inner::before {
  content: "";
  position: absolute;
  inset: -0.4rem;
  z-index: -1;
  pointer-events: none;
  background: url(../images/top/bg_50th_frame.png) no-repeat center / 100% 100%;
}

/* .p-top-50th-event__bn */
.p-top-50th-event__bn {
  margin: 0;
  text-align: center;
}

/* .p-top-50th-event__bn-img */
.p-top-50th-event__bn-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* .p-top-50th-event__button */
.p-top-50th-event__button {
  margin: 1.6rem 0 0;
  text-align: center;
}

/* .p-top-50th-event__button-link */
.p-top-50th-event__button-link {
  display: block;
}

/* .p-top-50th-event__button-img */
.p-top-50th-event__button-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
