.subpage-ttl .scroll-txt::before, .subpage-ttl .scroll-txt::after {
  content: "MOVIE GALLERY MOVIE GALLERY MOVIE GALLERY ";
  animation: ticker 180s linear infinite;
}
@media (min-width: 769px) {
  .subpage-ttl .ttl .main {
    line-height: 1;
  }
}

.subpage-contents {
  padding: 50px 20px 80px;
}

.cmn-block-ttl {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .cmn-block-ttl {
    margin-bottom: 40px;
  }
}

.movie-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media (min-width: 769px) {
  .movie-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 56px;
  }
}
.movie-list .thumbnail {
  position: relative;
}
.movie-list .thumbnail::before {
  content: "";
  background: #000;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  opacity: 0.8;
}
.movie-list .thumbnail::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 22.5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 2px;
}
.movie-list .thumbnail img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.movie-list .title {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.45454545;
}
@media (min-width: 769px) {
  .movie-list .title {
    font-size: 14px;
    line-height: 1.71428571;
  }
}

.mfp-wrap {
  opacity: 0;
  transition: opacity 0.4s;
}
.mfp-wrap.mfp-ready {
  opacity: 1;
}

.mfp-bg {
  background: #000;
}

.mfp-container {
  padding: 0;
}
.mfp-container .mfp-content {
  padding: 0 20px;
}
@media (min-width: 769px) {
  .mfp-container .mfp-content {
    padding: 60px 90px;
    max-width: 1080px;
  }
}
.mfp-container .mfp-close {
  z-index: 999;
  position: absolute;
  top: -50px;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  background: url(../images/common/icon-close.svg) center/100% no-repeat;
}
@media (min-width: 769px) {
  .mfp-container .mfp-close {
    width: 40px;
    height: 40px;
    top: -60px;
    right: -90px;
  }
}
.mfp-container .movie-wrap {
  position: relative;
}
.mfp-container .movie-wrap iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=map/movie.css.map */