.l-main {
  margin-top: 95px;
}

@media screen and (max-width: 768px) {
  .l-main {
    margin-top: 0;
  }
}
.p-sec01 {
  padding-top: 155px;
  padding-bottom: 140px;
  background-image: url(../images/bg_intro.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-sec01 {
    padding-top: 15.4rem;
    padding-bottom: 9rem;
    background-image: url(../images/episode/summary/bg@2x.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.p-sec01__title {
  margin-bottom: 97px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-sec01__title {
    margin-bottom: 8rem;
  }
  .p-sec01__title img {
    width: 23.7rem;
  }
}
.p-sec01__list {
  background: rgba(0, 0, 0, 0.8);
  padding: 70px 80px 90px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 50px;
}
@media screen and (max-width: 768px) {
  .p-sec01__list {
    grid-template-columns: repeat(2, 1fr);
    padding: 2.5rem;
    gap: 6rem 3rem;
  }
}
.p-sec01__list li button {
  display: block;
}
.p-sec01__list li button .image {
  position: relative;
}
.p-sec01__list li button .play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 45px;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-sec01__list li button .play {
    width: 5.2rem;
  }
}
.p-sec01__list li .date {
  color: #ff4e8e;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 10px;
}
@media screen and (max-width: 768px) {
  .p-sec01__list li .date {
    font-size: 2.6rem;
    margin: 1.5rem 0 1rem;
  }
}
.p-sec01__list li .title {
  color: white;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-sec01__list li .title {
    font-size: 2.6rem;
  }
}
.p-sec01__btn {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-sec01__btn {
    margin-top: 8.3rem;
  }
}

.p-movie-modal {
  display: none;
  z-index: 999999;
  position: absolute;
}

.p-movie-modal__bg {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.p-movie-modal__inner {
  z-index: 99999;
  position: fixed;
  top: 50%;
  left: 50%;
  aspect-ratio: 16/9;
  width: 70%;
  transform: translate(-50%, -50%);
  background: #000;
}

.p-movie-modal__inner iframe {
  z-index: 10;
  position: relative;
  width: 100%;
  height: 100%;
}

.p-movie-modal__inner .close {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  padding: 5px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 72px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .p-movie-modal__inner {
    width: 90%;
  }
  .p-movie-modal__inner .close {
    font-size: 6rem;
  }
}/*# sourceMappingURL=movie.css.map */