@charset "UTF-8";
.p-episode {
  margin-top: 6.4rem;
  -webkit-transform: translate(-1.2rem, -1rem);
          transform: translate(-1.2rem, -1rem);
  opacity: 0;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .p-episode {
    margin-top: 3.7rem;
    -webkit-transform: translate(-0.8rem, -0.6rem);
            transform: translate(-0.8rem, -0.6rem);
  }
}

.l-section.is-active .p-episode {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.7s var(--ease-out-cubic) 0.25s, -webkit-transform 1.2s var(--ease-out-cubic) 0.25s;
  transition: opacity 0.7s var(--ease-out-cubic) 0.25s, -webkit-transform 1.2s var(--ease-out-cubic) 0.25s;
  transition: transform 1.2s var(--ease-out-cubic) 0.25s, opacity 0.7s var(--ease-out-cubic) 0.25s;
  transition: transform 1.2s var(--ease-out-cubic) 0.25s, opacity 0.7s var(--ease-out-cubic) 0.25s, -webkit-transform 1.2s var(--ease-out-cubic) 0.25s;
}

.l-section--episode .l-section__title {
  width: 19.8rem;
}
@media screen and (max-width: 750px) {
  .l-section--episode .l-section__title {
    width:11.8rem;
  }
}
/**************************************************/
.p-episode_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8rem;
}

.p-episode_tab li {
  font-size: 25px;
  position: relative;
  display: inline-block;
  line-height: 1em;
  margin: 0 8px 10px 8px;
}

@media screen and (max-width: 767px) {
  .p-episode_tab {
    margin-top: 3.8rem;
  }
  .p-episode_tab li {
    font-size: 15px;
    margin: 0 2px 4px 2px;
  }
}

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

.p-episode_tab li.is-current {
  color: var(--color-pink);
}

.p-episode_tab li:hover {
  color: var(--color-gold);
  -webkit-transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}

.p-episode_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  vertical-align: baseline;
  margin-top: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-episode_title {
    margin-top: 35px;
  }
}

.p-episode_title .s_no {
  font-size: 40px;
  line-height: 1;
  color: var(--color-gold);
  white-space: nowrap;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-episode_title .s_no {
    font-size: 24px;
    margin-right: 10px;
  }
}

.p-episode_title .s_title {
  font-size: 34px;
  vertical-align: baseline;
  line-height: 1em;
}

@media screen and (max-width: 767px) {
  .p-episode_title .s_title {
    font-size: 15px;
  }
}

.p-episode_text,
.p-episode_staff,
.p-episode_movie {
  line-height: 1.8;
  position: relative;
  margin-top: 60px;
  padding-left: 200px;
}

.p-episode_text > dt,
.p-episode_staff > dt,
.p-episode_movie > dt {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-black);
  background: var(--color-white);
  border: solid 1px var(--color-gold);
  font-size: 25px;
  line-height: 1em;
  padding: 3px 5px 5px 5px;
}

.p-episode_text > dt::before,
.p-episode_staff > dt::before,
.p-episode_movie > dt::before {
  content: "";
  background: var(--color-gold);
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-episode_text,
  .p-episode_staff,
  .p-episode_movie {
    display: block;
    padding-left: 0;
    margin-top: 35px;
  }
  .p-episode_text > dt,
  .p-episode_staff > dt,
  .p-episode_movie > dt {
    position: relative;
    font-size: 18px;
    width: 100px;
    text-align: center;
    margin: 0 0 15px;
  }
  .p-episode_text dd,
  .p-episode_staff dd,
  .p-episode_movie dd {
    font-size: 13px;
  }
}

.p-episode__img {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-episode__img {
    margin-top: 15px;
  }
}

.p-episode__img-swiper .swiper-wrapper {
  position: relative;
  border: solid 2px var(--color-gold);
}

.p-episode__img-swiper .swiper-wrapper::before {
  content: "";
  background: var(--color-gold);
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-episode__img-swiper .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
}

.p-episode__img-swiper .swiper-pagination-bullets {
  font-size: 0;
  letter-spacing: -.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-episode__img-swiper .swiper-pagination-bullets {
    width: 100%;
  }
}

.p-episode__img-swiper .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  width: 20%;
  margin: 2% 1% 0% 1% !important;
  height: auto;
  border: solid 2px var(--color-gold);
  border-radius: 0;
}

.p-episode__img-swiper .swiper-pagination-bullet::before {
  content: "";
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: var(--color-pink);
  -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;
}

.p-episode__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;
}

.staff_wrap dl {
  display: table;
}

.staff_wrap dl dt {
  display: table-cell;
  width: 6em;
  text-align: justify;
  text-align-last: justify;
  vertical-align: top;
  vertical-align: baseline;
}

.staff_wrap dl dd {
  display: table-cell;
  line-height: 1.5;
  padding-left: 1.4em;
  text-indent: -0.8em;
  vertical-align: baseline;
}

.staff_wrap dl dd::before {
  content: "：";
}

@media screen and (min-width: 768px) {
  .p-episode_movie .p-movie_item {
    width: 70%;
  }
}
/*# sourceMappingURL=episode.css.map */