.movie {
  padding: 16px; /* px固定 */
  margin: 0 auto;
}

.movie__wrapper {
  margin: 0 0 53px;
}

.movie__link-place {
  height: 53px;
}

.movie__lesson {
  display: flex;
  justify-content: space-between;
  background-color: #6495ed;
  padding: 0.4em 0.6em;
  font-size: 1.6rem;
  color: #fff;
}

.movie__notation {
  font-family: "NewWords";
}

.movie__contents {
  margin: 32px 0 0;
}

.movie__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.movie__list-item {
  display: flex;
  height: 145px;
  width: 50%;
}

body.landscape .movie__list-item {
  width: 33.3%;
}

@media (min-width: 1024px) {
  .movie__list-item {
    width: 50%;
  }
}

.movie__list-item:not(:last-of-type) {
  margin: 0 0 16px;
}

.movie__frame {
  width: 100%;
}
