<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.p-top-bottom-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.p-top-bottom-bg::before, .p-top-bottom-bg::after {
  content: "";
  display: block;
  height: var(--jsTopBgHeight);
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.p-top-bottom-bg::before {
  z-index: 0;
  width: 100%;
  /* background: url("../../img/body-pattern_sp.png") repeat-y top center/100% auto; */
  mix-blend-mode: soft-light;
}
.p-top-bottom-bg::after {
  content: "";
  display: block;
  z-index: -1;
  width: 100%;
  /* background: linear-gradient(0deg, #0071C8 calc(100% - 30rem), rgba(255, 255, 255, 0) 100%); */
}

.p-top-head {
      margin-top: 2.6rem;

}

.p-top-race-info {
  text-align: center;
  margin-bottom: 4rem;
  margin-inline: auto;
  width: 32.8rem;
}

.p-top-main-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  filter: drop-shadow(0px 0px 1.3482rem #FFF) drop-shadow(0px 0px 1.3482rem #FFF);
  /* margin-bottom: 4rem; */
      margin-bottom: 2.8rem;

}

.p-top-main-heading__logo {
      width: 19.9rem;
  display: block;
}

.p-top-main-heading__text {
  text-align: center;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.04em;
  display: none;
}

@media (min-width: 769px) {
  .p-top-bottom-bg::before {
    width: max(100%, 160rem);
    /* background-image: url("../../img/body-pattern.png"); */
  }
  .p-top-head {
    margin-top: 6.2rem;
  }
  .p-top-race-info {
    width: 36.5rem;
    margin-bottom: 7rem;
    width: min(80.9rem, 100% - var(--sidePaddingPc1) * 2);
  }
  .p-top-main-heading {
    gap: 2rem;
    flex-direction: row;
    justify-content: center;
    filter: drop-shadow(0px 0px 2.4685rem #FFF) drop-shadow(0px 0px 2.4685rem #FFF);
    margin-bottom: 2.5rem;
  }
  .p-top-main-heading__logo {
    width: 32.1rem;
  }
  .p-top-main-heading__text {
    font-size: 6rem;
  }
}</pre></body></html>