@keyframes iteCurtainInLR {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.special__content.eventreport {
  position: relative;
}

.eventreport__mv {
  position: relative;
}
@media (max-width: 834px) {
  .eventreport__mv {
    margin: 0 -30px min(13.8vw, 53px);
    width: calc(100% + 60px);
  }
}
@media (min-width: 835px) {
  .eventreport__mv {
    margin-bottom: 76px;
  }
}

.eventreport__mv__texts {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(0 100% 0 0);
}
.-ready .eventreport__mv__texts {
  animation: iteCurtainInLR 0.8s 0s forwards;
}

.special__content.eventreport {
  color: #fff;
}
@media (max-width: 834px) {
  .special__content.eventreport {
    font-size: 0.875rem;
    line-height: 2;
  }
}
@media (min-width: 835px) {
  .special__content.eventreport {
    font-size: 1rem;
    line-height: 2.25;
  }
}
@media (max-width: 834px) {
  .special__content.eventreport p {
    margin-top: min(6.25vw, 24px);
  }
  .special__content.eventreport p:first-child {
    margin-top: 0;
  }
}
@media (min-width: 835px) {
  .special__content.eventreport p {
    margin-top: 32px;
  }
  .special__content.eventreport p:first-child {
    margin-top: 0;
  }
}
.special__content.eventreport em {
  font-style: normal;
  font-weight: 900;
}
.special__content.eventreport img {
  display: block;
  height: auto;
  width: 100%;
}
.special__content.eventreport a {
  text-decoration: underline;
}
@media (min-width: 835px) {
  .special__content.eventreport a:hover {
    text-decoration: none;
  }
}

@media (max-width: 834px) {
  .eventreport__section {
    margin-top: min(13.8vw, 53px);
  }
}
@media (min-width: 835px) {
  .eventreport__section {
    margin-top: 94px;
  }
}
@media (max-width: 834px) {
  .eventreport__section + .eventreport__section {
    margin-top: min(11.45vw, 44px);
  }
}
@media (min-width: 835px) {
  .eventreport__section + .eventreport__section {
    margin-top: 88px;
  }
}

.eventreport__head {
  background-color: #C45AFF;
  background-image: url("/omnibus/assets/img/page/special/eventreport/deco_label.svg");
  background-repeat: no-repeat;
  color: #000;
  font-feature-settings: "palt";
  font-weight: 900;
  letter-spacing: 0.03em;
}
.eventreport__head em {
  color: #fff000;
}
@media (max-width: 834px) {
  .eventreport__head em {
    font-size: 1.3125rem;
    line-height: 1.2380952381;
  }
}
@media (min-width: 835px) {
  .eventreport__head em {
    font-size: 1.8125rem;
    line-height: 1.0344827586;
  }
}
@media (max-width: 834px) {
  .eventreport__head {
    font-size: 1.125rem;
    background-position: right min(1.3vw, 5px) bottom min(1.3vw, 5px);
    background-size: min(26.56vw, 102px) auto;
    line-height: 1.4444444444;
    margin-bottom: min(6.38vw, 25px);
    padding: min(3.9vw, 15px) min(2.6vw, 10px) min(4.42vw, 17px) min(3.9vw, 15px);
  }
}
@media (min-width: 835px) {
  .eventreport__head {
    font-size: 1.5625rem;
    background-position: right 5px bottom 5px;
    background-size: 122px auto;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 22px 30px 26px;
  }
}

@media (max-width: 834px) {
  .eventreport__ph {
    margin-top: min(2.73vw, 10px);
  }
}
@media (min-width: 835px) {
  .eventreport__ph {
    margin-top: 24px;
  }
}