@charset "utf-8";
[v-cloak] {
  display: none;
}

.movies__content-bnr, .movies__content, .movies__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.movies__container {
  max-width: 1200px;
  box-sizing: content-box;
  padding: 0px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .movies__container {
    padding: 0px;
  }
}

.movies__thumb {
  box-shadow: 0 4px 8px rgba(32, 1, 2, 0.4);
}
@media screen and (max-width: 768px) {
  .movies__thumb {
    box-shadow: 0 0.5333333333vw 1.0666666667vw rgba(32, 1, 2, 0.4);
  }
}

#str-main {
  background: #d80c18;
}

.linknav__link--tvcm,
.linknav__link--tvcm-topics {
  display: none;
}

.spD {
  display: none;
}
@media screen and (max-width: 768px) {
  .spD {
    display: block;
  }
}

.pcD {
  display: block;
}
@media screen and (max-width: 768px) {
  .pcD {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .movies__container {
    padding-top: 65px;
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 768px) {
  .movies__container {
    padding-top: 8.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
}

.movies__contents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 60px 2.5%;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .movies__contents {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .movies__contents {
    width: 83.3333333333vw;
    margin: 8vw auto 0;
    gap: 5.3333333333vw 4.6666666667vw;
  }
}

@media screen and (min-width: 769px) {
  .movies__content-bnr, .movies__content {
    width: 31.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .movies__content-bnr, .movies__content {
    width: 47.2%;
  }
}
.movies__content-bnr a, .movies__content a {
  display: block;
}
.movies__content-bnr a.gray, .movies__content a.gray {
  position: relative;
}
.movies__content-bnr a.gray::before, .movies__content a.gray::before {
  content: "";
  background-color: rgba(38, 38, 38, 0.5);
  background-image: url(../images/index-bg-movie-thumbnail-line.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}

.movies__thumb {
  display: block;
  position: relative;
  border: 2px solid #fdd100;
  border-image: linear-gradient(to bottom, #fdd100 0%, #fdd100 15%, #fffab5 30%, #fdd100 50%, #fdd100 70%, #fffab5 85%, #fdd100 100%);
  border-image-slice: 1;
}
@media screen and (max-width: 768px) {
  .movies__thumb {
    border: 0.2666666667vw solid #fdd100;
    border-image: linear-gradient(to bottom, #fdd100 0%, #fdd100 15%, #fffab5 30%, #fdd100 50%, #fdd100 70%, #fffab5 85%, #fdd100 100%);
    border-image-slice: 1;
  }
}
.movies__thumb::after {
  content: "";
  background-image: url(../images/index-icon-play.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: absolute;
  width: 17.8947368421%;
  height: 32.2429906542%;
  right: 2.1052631579%;
  bottom: 2.3364485981%;
}
@media screen and (max-width: 768px) {
  .movies__thumb::after {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
    right: 4.7457627119%;
    bottom: 7.8313253012%;
  }
}
.new.movies__thumb::before {
  content: "";
  background-image: url(../images/index-icon-new.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: absolute;
  width: 16.3157894737%;
  height: 28.9719626168%;
  left: 2.1052631579%;
  top: -10.7476635514%;
}
@media screen and (max-width: 768px) {
  .new.movies__thumb::before {
    width: 8.2666666667vw;
    height: 8.2666666667vw;
  }
}
.movies__thumb .movies__thumb__soon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  margin: auto;
  width: 72.5%;
  max-width: 290px;
  height: 13.7777777778%;
}
@media screen and (max-width: 768px) {
  .movies__thumb .movies__thumb__soon {
    width: 31.2vw;
    height: 3.4666666667vw;
  }
}

.movies__name {
  color: #ffffff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
  font-size: 2rem;
  text-align: center;
  text-shadow: 2px 2px 2px rgb(65, 3, 4);
  margin-top: 10px;
  margin-right: -1em;
  margin-left: -1em;
}
@media screen and (max-width: 1200px) {
  .movies__name {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .movies__name {
    font-size: 2.9333333333vw;
    margin-top: 1.3333333333vw;
    letter-spacing: -0.08em;
    margin-left: 0;
    margin-right: 0;
  }
}
.movies__name br.showSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .movies__name br.showSP {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .movies__title {
    width: 29.3333333333vw;
    margin: 0 auto;
  }
}
.movies__box {
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .movies__box {
    margin-top: 8vw;
  }
}
.movies__box:nth-of-type(n+2) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .movies__box:nth-of-type(n+2) {
    margin-top: 13.3333333333vw;
  }
}
.movies__subTitle {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .movies__subTitle {
    width: 77.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .movies__content-bnr {
    width: 100%;
    margin-top: -20px;
  }
}
.movies__thumb__soon {
  display: none;
}
.movies__movie-frame {
  position: relative;
  width: 670px;
  max-width: 80vw;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.movies__movie-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}