.p-movie_inner {
  padding: 80px 0 160px;
}

@media screen and (max-width: 768px) {
  .p-movie_inner {
    padding: 45px 0 70px;
  }
}

@media screen and (min-width: 769px) {
  .p-movie_list {
    font-size: 0;
    letter-spacing: -0.4em;
  }
}

@media screen and (min-width: 769px) {
  .p-movie_list__item {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 48px;
    width: 48.5%;
    max-width: 420px;
  }
  .p-movie_list__item:nth-child(even) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-movie_list__item {
    margin-bottom: 28px;
  }
}

.p-movie_list__title {
  margin-top: 14px;
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 1.4em;
}

@media screen and (max-width: 768px) {
  .p-movie_list__title {
    font-size: 14px;
  }
}
