.p-event {
  color: #263741;
}

.p-event__container {
  position: relative;
  width: 1000px;
  margin: auto;
}
@media (max-width: 47.9375em) {
  .p-event__container {
    width: 100%;
    padding: 0 20px;
  }
}

.p-event__head {
  position: relative;
  width: 1000px;
  margin-inline: auto;
  padding-top: 117px;
  padding-bottom: 40px;
}
@media (max-width: 47.9375em) {
  .p-event__head {
    width: 100%;
    padding-top: 22.9333333333%;
    padding-bottom: 29.3333333333%;
  }
}

.p-event__head-chara {
  position: absolute;
  top: 0;
}

.p-event__head-chara--left {
  left: 0;
  margin-top: 142px;
  margin-left: -88px;
  width: 286px;
}
@media (max-width: 47.9375em) {
  .p-event__head-chara--left {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-left: 1.3333333333%;
    margin-bottom: -18.9333333333%;
    width: 95.7333333333%;
    z-index: 1;
  }
}

.p-event__head-chara--right {
  right: 0;
  margin-top: 104px;
  margin-right: -85px;
  width: 339px;
}
@media (max-width: 47.9375em) {
  .p-event__head-chara--right {
    display: none;
  }
}

.p-event__heading {
  width: 602px;
  margin-inline: auto;
}
@media (max-width: 47.9375em) {
  .p-event__heading {
    width: 80.2666666667%;
  }
}

.p-event__head-text {
  margin-top: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8888888889;
  letter-spacing: 0.02em;
}
@media (max-width: 47.9375em) {
  .p-event__head-text {
    font-size: 1.2rem;
    margin-top: 4.5333333333%;
    letter-spacing: 0.02em;
  }
}

.p-event__special {
  padding: 90px 0 130px;
  background-image: url("/assets/images/pages/event/event_bg.png");
  background-position: top 26px left calc(50% + 26px);
  background-repeat: repeat;
}
@media (max-width: 47.9375em) {
  .p-event__special {
    padding: 13.3333333333% 0 19.7333333333%;
    background-position: top 2.6666666667% left 40.8%;
    background-size: 14.6666666667%;
  }
}

.p-event__special-main {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 0 114px;
  text-align: center;
}
@media (max-width: 47.9375em) {
  .p-event__special-main {
    border-radius: 10px;
    padding: 8.3582089552% 0 35.8208955224%;
  }
}

.p-event__special-head {
  display: flex;
  gap: 65px;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 47.9375em) {
  .p-event__special-head {
    flex-wrap: wrap;
    gap: 9.552238806%;
  }
}

.p-event__special-obj {
  width: 186px;
}
@media (max-width: 47.9375em) {
  .p-event__special-obj {
    order: 1;
    width: 39.4029850746%;
  }
}

.p-event__special-heading {
  margin-top: 39px;
}
@media (max-width: 47.9375em) {
  .p-event__special-heading {
    order: 3;
    width: 75.671641791%;
    margin-top: 6.5671641791%;
  }
}

.p-event__special-text {
  margin-top: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.1111111111;
  letter-spacing: 0.02em;
}
@media (max-width: 47.9375em) {
  .p-event__special-text {
    margin-top: 8.9552238806%;
    font-size: 1.2rem;
  }
}

.p-event__special-block {
  margin-top: 76px;
}
@media (max-width: 47.9375em) {
  .p-event__special-block {
    margin-top: 18.5074626866%;
  }
}
.p-event__special-block .p-event__special-text {
  margin-top: 30px;
}
@media (max-width: 47.9375em) {
  .p-event__special-block .p-event__special-text {
    margin-top: 7.1641791045%;
  }
}
.p-event__special-block + .p-event__special-block {
  margin-top: 102px;
}
@media (max-width: 47.9375em) {
  .p-event__special-block + .p-event__special-block {
    margin-top: 20.8955223881%;
  }
}

@media (max-width: 47.9375em) {
  .p-event__special-subheading {
    width: calc(var(--w-sp) / 670 * 100%);
    margin-inline: auto;
  }
}

.p-event__special-img {
  width: 867px;
  margin: 25px auto 0;
}
@media (max-width: 47.9375em) {
  .p-event__special-img {
    width: 106.5671641791%;
    margin-top: 5.9701492537%;
    margin-inline: -3.8805970149%;
  }
}

.p-event__special-comingsoon {
  margin-top: 120px;
}
@media (max-width: 47.9375em) {
  .p-event__special-comingsoon {
    width: 62.2388059701%;
    margin: 25.0746268657% auto 0;
  }
}

.p-event__head-charas .p-event__head-chara {
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 0.4s;
}
.p-event__head-charas.is-active .p-event__head-chara {
  opacity: 1;
}

.p-event__anime-area {
  transform: translate(0, 15px);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
.p-event__anime-area.is-active {
  transform: translate(0, 0);
  opacity: 1;
}