@charset "UTF-8";

/* CSS Document */
body {
  font-family: "Hiragino Kaku Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-size: 16px !important;
  line-height: 1 !important;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

.voice-kv{
  display: flex;
  align-items: center;
  /* height: 400px; */
  aspect-ratio: 1366/400;
  width: 100vw;
  background-size: contain;
  padding: 0;
}
.voice-jp-kv{
  background-image: url(../../images/voice-jp-kv.png);
}
.voice-world-kv{
  background-image: url(../../images/voice-world-kv.png);
}

.voice-kv h2{
  color: white;
  text-align: center;
  font-size: 18px;
  line-height: 56px;
  font-weight: 800;
  margin: auto;
  height: auto;
}
.voice-kv h2 span{
  font-size: 32px;
  line-height: 36px;
  font-weight: 800;
}
.container{
  background-color: #f3f4f5;
}
.movie-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 1146px;
  margin: 40px auto;
}
.movie-container .movie-item{
  display: flex;
  flex-wrap: wrap;
  width: 33%;
  justify-content: center;
}
.movie-container::after{
  content:"";
  display: block;
  width:33%;
}
.movie-item a {
    width: 100%;
    max-width: 400px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 12px;
}
.movie-item a img {
    padding: 0;
    width: 100%;
}
.movie-item a .txt-block {
    display: flex;
    justify-content: start;
    flex-direction: column;
    width: 100%;
    text-align: start;
    color: #505157;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 0px 32px;
}
.movie-item a .txt-block .movie-detail {
      font-size: 12px;
      line-height: 18px;
}

@media screen and (max-width: 1024px) {

  .voice-kv h2{
    color: white;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    font-weight: 800;
    margin: auto;
    height: auto;
  }
  .voice-kv h2 span{
    font-size: 24px;
  }

  .movie-container{
    display: flex;
    width: 100vw;
    margin: 0 auto;
  }
  .movie-container .movie-item{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .movie-item a {
    width: max(320px,80%);
    text-decoration: none;
  }
  .movie-item a img{
    padding: 0;
    width: 100%;
  }
}