.p-top-movie__inner {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .p-top-movie__inner {
    grid-template-columns: 1fr 1fr;
    width: 96%;
    margin: 0 auto;
  }
}
.p-top-movie__wrap {
  aspect-ratio: 16/9;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p-top-movie__wrap iframe {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.p-top-movie__caption {
  margin-top: 1em;
  font-size: 20px;
}

.p-numanzu__bnr-wrap {
  max-width: 355px;
}
@media screen and (min-width: 768px) {
  .p-numanzu__bnr-wrap {
    max-width: 100%;
  }
}/*# sourceMappingURL=new-style.css.map */