h1 {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  h1 {
    max-width: 712px;
  }
}

section.sec-movie {
  background: #f5f5f5;
  padding: 15% 0;
}
@media screen and (min-width: 768px) {
  section.sec-movie {
    padding: 120px 0;
  }
}
section.sec-movie div.sec-movie-inner {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-movie div.sec-movie-inner {
    max-width: 1100px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-movie ul {
    display: flex;
    flex-wrap: wrap;
  }
}
section.sec-movie ul li {
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  section.sec-movie ul li {
    width: 33.3333333333%;
    margin-bottom: 170px;
    position: relative;
  }
  section.sec-movie ul li::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -70px;
    left: 0;
    background: #dadada;
  }
  section.sec-movie ul li.border-none::after {
    content: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  section.sec-movie ul li:nth-of-type(3n-1) div.li-inner {
    margin: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  section.sec-movie ul li:nth-of-type(3n) div.li-inner {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 768px) {
  section.sec-movie ul li div.li-inner {
    width: 95%;
  }
}
section.sec-movie ul li div.li-inner div.video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
section.sec-movie ul li div.li-inner div.video-wrap:hover iframe {
  pointer-events: fill;
}
section.sec-movie ul li div.li-inner div.video-wrap iframe {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
section.sec-movie ul li div.li-inner p {
  margin-top: 3%;
}/*# sourceMappingURL=movie.css.map */