@media screen and (max-width: 768px) {
  .contents_lead {
    font-size: 14px;
  }
  .contents_grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: transparent;
    padding: 0;
    margin-bottom: 60px;
    + .contents_grid {
      margin-top: 0;
    }
  }
  .contents_grid_item1 {
    order: 1;
  }
  .contents_grid_item2 {
    order: 3;
    display: grid;
    place-items: center;
    margin-bottom: 0;
  }
  .contents_grid_item3 {
    order: 2;
  }
  .swiper {
    max-width: 100%;
  }
  .contents_desc {
    width: calc(100% - 32px);
    font-size: 14px;
  }
  .contents_picture_img {
    width: 100%;
    height: auto;
  }

  .movies_contents {
    grid-template-columns: initial;
  }
  .movies_item_anchor_role {
    font-size: 14px;
    font-weight: normal;
  }
  .movies_item_anchor_text {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .movies_item_anchor_place {
    display: none;
  }
  .movies_grid_item2 {
    grid-row: 3;
    grid-column: 1;
    display: grid;
    place-items: center;
    margin: 40px auto 20px;
  }
  .movies_grid_item3 {
    grid-column: 1;
  }
  .movies_list {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
  }
  .link_read_all {
    .movies & {
      display: block;
      margin-left: auto;
    }
  }
}
