@charset "UTF-8";

@media screen and (max-width: 1200px) {
  .btn-comp03 {
    background-position: bottom 26px right 10px;
  }
}

@media screen and (max-width: 1024px) {
  .btn-comp03 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 990px) {
  .btn-comp03 {
    background-position: bottom 13px right 6px;
  }
}

@media screen and (min-width: 835px) {
  .movie_panel {
    display: flex;
    justify-content: center;
    column-gap: 8%;
    margin: 50px 0;
  }
  .movie_panel p {
    margin-top: 10px;
  }
  .movie_panel.other_movie p {
    text-align: left;
  }
  .movie_panel div a img {
    width: 1280px;
  }
  .movie_panel > div > div.one_movie a img {
    width: 250px;
  }
  .movie_panel > div > div.ir_movie a img {
    width: 450px;
  }
}

@media screen and (max-width: 834px) {
  .movie_voice_wrap p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .ttl-alto {
    font-size: 17.5px;
    font-size: 1.75rem;
    padding: 14px 10px;
    letter-spacing: 6px;
    margin-bottom: 14px;
  }
  .btn-comp03 {
    height: 70px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.45;
    background-position: bottom 13px right 7px;
    background-size: 14px auto;
  }
}

@media screen and (min-width: 641px) {
  .movie_panel {
    display: flex;
    justify-content: center;
    column-gap: 8%;
    margin: 50px 100px;
  }
  .movie_voice_wrap {
    padding: 30px;
    margin: 80px 9% 20px;
  }
  .movie_voice_wrap p {
    margin-bottom: 10px;
  }
}