.only_us {
  display: block;
}

.rating {
  width: 150px;
}

.dlc-btn a {
  width: 170px;
}

.header-info-day span {
  font-size: clamp(0.75rem, 0.716rem + 0.17vw, 0.875rem);
  letter-spacing: 0.1em;
}

.tab-button p {
  font-size: clamp(1rem, 0.966rem + 0.17vw, 1.125rem);
}

.rating-top-box {
  position: absolute;
  top: 80px;
  left: 10px;
}

.system-text_center .rating {
  padding-top: 3%;
}

@media screen and (max-width: 700px) {
  .rating-top-box {
    position: static;
    padding-top: 5%;
  }
  .sp-rating-top-box {
    width: 95%;
    max-width: 300px;
    margin: 0 auto;
    display: flex;
  }
  .header-info-movie {
    max-width: 100px;
    margin-top: 0%;
    flex: 1;
  }
}
.header-info-catch {
  letter-spacing: 0.05em;
  right: 3%;
  font-size: clamp(1.25rem, -0.106rem + 6.78vw, 6.25rem);
}

@media screen and (max-width: 700px) {
  .header-info-catch {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 100px;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .header-info-cont {
    padding-top: calc(60px + 20%);
  }
}/*# sourceMappingURL=usOnly.css.map */