body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.l-header .m-countdown--wrapper {
  background-image: url("/2026/common/img/countdown/bg_countdown_en.png");
}
.is-text-asterisk::before {
  content: "*";
}

.l-header__drone .text {
  font-size: min(1.2vw, 1rem);
}
.l-header__drone .text .sub {
  margin-top: 0.125em;
}
@media (min-width: 992px) {
  .l-header__drone {
    width: 30%;
    max-width: 390px;
  }
}
@media (max-width: 991.98px) {
  .l-header .l-header__data--sp {
    font-size: 1.375rem;
  }
  .l-header .l-header__countdown {
    margin-top: 0;
  }
  .l-header__drone .text {
    display: inline-block;
    font-size: min(3.7vw, 1rem);
  }
  .l-header__drone .text .main {
    max-width: none;
  }
  .l-header__drone .text .sub {
    max-width: none;
    padding-left: 0;
  }
}
