@charset "UTF-8";
@media only screen and (min-width: 768px), print {
  .forSp {
    display: none !important;
  }
  .forTab {
    display: none !important;
  }
}
@media only screen and (max-width: 767.9px), print {
  .forPc {
    display: none !important;
  }
  .forTab {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023.9px), print {
  .forTab {
    display: initial !important;
  }
}
.p-movieList__movie {
  aspect-ratio: 343/193.66;
  border-radius: 8px;
  overflow: hidden;
}
.p-movieList__title {
  margin-top: calc(8 / 375 * 100vw);
  color: #333333;
  font-size: calc(14 / 375 * 100vw);
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (min-width: 768px), print {
  .p-movieList__title {
    margin-top: 8px;
    font-size: 14px;
  }
}