/*******************************

movie CSS

**********************************/

.movie .inner {
  max-width: 800px;
}
.movie .comm {
  line-height: 2.1;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}
.movie .block {
  clear: both;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #000;
}
.movie .block:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.movie .mv_ttl {
  width: 100%;
  font-size: 2.4rem;
  color: #002c76;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

@media all and (max-width: 600px) {
  .movie .mv_ttl {
    font-size: 1.8rem;
  }
}

.movie .movie-wr {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56%;
}

.movie .movie-wr iframe,
.movie .movie-wr video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.movie .movie_caption {
  line-height: 2.1;
  letter-spacing: 0.05em;
  margin-top: 20px;
  display: flex;
}

.movie .movie_caption img {
  max-width: 300px;
  width: 40%;
  margin-right: 20px;
}

@media all and (max-width: 600px) {
  .movie .movie_caption {
    display: block;
  }

  .movie .movie_caption img {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin: 10px;
  }
}
