.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: top;
}
@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: contain;
    background-repeat: no-repeat;
    background-position: top;
  }
}
.p-sec01__title {
  margin-bottom: 84px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-sec01__title {
    margin-bottom: 10.5rem;
  }
  .p-sec01__title img {
    width: 28.8rem;
  }
}
.p-sec01__bg {
  background: rgba(0, 0, 0, 0.8);
  padding: 70px 80px 90px;
}
@media screen and (max-width: 768px) {
  .p-sec01__bg {
    padding: 5rem 3rem 10rem;
  }
}
.p-sec01__date {
  color: #ff4e8e;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-sec01__date {
    font-size: 2.6rem;
  }
}
.p-sec01__stitle {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: white;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .p-sec01__stitle {
    font-size: 3.2rem;
    margin: 3rem 0;
  }
}
.p-sec01 .swiper-slide img {
  width: 100%;
}
.p-sec01 .swiper-button-prev, .p-sec01 .swiper-button-next {
  width: 99px;
  height: 113px;
  margin: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-sec01 .swiper-button-prev, .p-sec01 .swiper-button-next {
    width: 8.2rem;
    height: 10.2rem;
  }
}
.p-sec01 .swiper-button-prev:after, .p-sec01 .swiper-button-next:after {
  content: none;
}
.p-sec01 .swiper-button-prev {
  left: -1rem;
}
.p-sec01 .swiper-button-next {
  right: -1rem;
}
.p-sec01__thumb {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-sec01__thumb {
    margin-top: 2rem;
    gap: 2rem;
  }
}
.p-sec01__thumb button {
  padding: 2px;
  position: relative;
  background: #000;
}
.p-sec01__thumb button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgb(82, 35, 117) 0%, rgb(136, 30, 94) 53%, rgb(189, 25, 70) 100%);
  opacity: 0;
  transition: 0.3s ease;
}
.p-sec01__thumb button img {
  width: 100%;
  transform: scale(1);
  opacity: 0.6;
}
.p-sec01__thumb button.is-active img {
  opacity: 1;
}
.p-sec01__thumb button.is-active:before {
  opacity: 1;
}
.p-sec01__thumb button:hover {
  opacity: 0.7;
}
.p-sec01__detail {
  font-size: 16px;
  line-height: 1.75;
  color: white;
  letter-spacing: 0.08em;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-sec01__detail {
    font-size: 2.6rem;
    margin-top: 4rem;
  }
}
.p-sec02 {
  padding: 90px 0 230px;
  background: url(../images/special/mainbg.jpg);
}
@media screen and (max-width: 768px) {
  .p-sec02 {
    padding: 9.5rem 0 10rem;
  }
}
.p-sec02__title {
  text-align: center;
  margin-bottom: 98px;
}
@media screen and (max-width: 768px) {
  .p-sec02__title {
    margin-bottom: 9.5rem;
  }
  .p-sec02__title img {
    width: 37.5rem;
  }
}
.p-sec02__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 0;
}
@media screen and (max-width: 768px) {
  .p-sec02__list {
    gap: 5rem 3rem;
  }
}
.p-sec02__list li a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-sec02__list li a {
    display: block;
  }
}
.p-sec02__list li a:hover .textarea p {
  color: #ff4e8e;
}
.p-sec02__list li a .thumb {
  margin-right: 20px;
  width: 193px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-sec02__list li a .thumb {
    width: auto;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.p-sec02__list li a .thumb img {
  transform: scale(1);
  width: 100%;
}
.p-sec02__list li a .textarea p {
  color: white;
  font-size: 20px;
  line-height: 1.8;
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-sec02__list li a .textarea p {
    font-size: 2.6rem;
  }
}
.p-sec02__btn {
  text-align: center;
  margin-top: 105px;
}
@media screen and (max-width: 768px) {
  .p-sec02__btn {
    margin-top: 8.3rem;
  }
}
.p-cast-next__title {
    margin: 90px 0 50px 0;
    text-align: center;
}
@media screen and (max-width: 768px) {
  .p-cast-next__title .title1 {
    width: 20.2rem;
  }
}
.p-sec01__bg .youtube {
    display: inline;
}
.p-sec01__bg iframe {
    margin: 0 auto;
    display: block;
}
@media screen and (max-width: 768px) {
  .p-sec01__bg .youtube {
      width: 100%;
      position: relative;
      padding-top: 56.25%;
      display: block;
  }
  .p-sec01__bg iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
}/*# sourceMappingURL=episode_summary.css.map */