.p-episode {
  width: 1000px;
  margin: 80px auto;
}

@media screen and (max-width: 900px) {
  .p-episode {
    width: 90%;
  }
}

.p-episode__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}

.p-episode__tab li {
  position: relative;
  border: solid 2px #fff;
  line-height: 1em;
  border-radius: 10px;
  padding: 8px 15px;
  margin-left: 10px;
  font-size: 20px;
}

.p-episode__tab li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-episode__tab li:first-child {
  margin-left: 0;
}

.p-episode__tab li.is-current {
  background: #fff;
  color: #5da288;
}

@media screen and (max-width: 900px) {
  .p-episode__tab li {
    font-size: 15px;
    padding: 6px 10px;
    border-radius: 5px;
    margin: 0 2px 4px;
  }
}

@media screen and (max-width: 900px) {
  .p-episode__tab {
    margin-bottom: 40px;
  }
}

.p-episod__img-swiper {
  margin-bottom: 30px;
}

.swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .swiper-slide {
    border-radius: 12px;
  }
}

.p-episode__no {
  font-size: 35px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .p-episode__no {
    font-size: 25px;
  }
}

.p-episode__text {
  margin-top: 20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .p-episode__text {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 13px;
  }
}

.p-episode__ep-list {
  margin-top: 80px;
}

@media screen and (max-width: 900px) {
  .p-episode__ep-list {
    margin-top: 50px;
  }
}

.p-episode__ep-item {
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  .p-episode__ep-item {
    margin-top: 30px;
  }
}

.p-episode__ep-item:first-child {
  margin-top: 0;
}

.p-episode__ep-item .ep-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .p-episode__ep-item .ep-title {
    display: block;
    margin-bottom: 10px;
  }
}

.p-episode__ep-item .ep-no {
  background: #fff;
  color: #5da288;
  display: inline-block;
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 10px;
  margin-right: 20px;
}

@media screen and (max-width: 900px) {
  .p-episode__ep-item .ep-no {
    font-size: 15px;
    padding: 6px 15px;
  }
}

.p-episode__ep-item .ep-title_txt {
  font-size: 22px;
  padding-top: 10px;
}

@media screen and (max-width: 900px) {
  .p-episode__ep-item .ep-title_txt {
    font-size: 16px;
    padding-top: 5px;
  }
}

.p-episode__ep-item .ep-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 900px) {
  .p-episode__ep-item .ep-desc {
    display: block;
  }
}

.p-episode__ep-item .ep-desc .ep_img {
  width: 38%;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .p-episode__ep-item .ep-desc .ep_img {
    width: 100%;
  }
}

.p-episode__ep-item .ep-desc .ep_txt {
  width: 60%;
  margin-left: 2%;
}

@media screen and (max-width: 900px) {
  .p-episode__ep-item .ep-desc .ep_txt {
    width: 100%;
    margin: 10px 0 0 0;
    font-size: 13px;
  }
}

.p-story__img-swiper .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  width: 80%;
  margin: 20px auto 0;
}

@media screen and (max-width: 900px) {
  .p-story__img-swiper .swiper-pagination {
    margin-top: 10px;
    width: 100%;
  }
}

.p-story__img-swiper .swiper-pagination-bullets {
  font-size: 0;
  letter-spacing: -.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-story__img-swiper .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  width: 24%;
  height: auto;
  margin: 0 0.5% !important;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .p-story__img-swiper .swiper-pagination-bullet {
    border-radius: 5px;
  }
}

.p-story__img-swiper .swiper-pagination-bullet::before {
  content: "";
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  mix-blend-mode: multiply;
}

.p-story__img-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
/*# sourceMappingURL=episode.css.map */