.is-in.is-load .l-wrap{
  opacity: 1;
}
.is-in.is-load .p-episode__content{
  opacity: 1;
  transform: translateY(0);
}
.l-wrap {
  overflow: hidden;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-episode__content{
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}

.p-episode {
  width: 83.4%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 0 0;
}

@media screen and (max-width: 767px) {
  .p-episode {
    width: 89%;
    padding: 120px 0 0;
  }
}

.p-episode__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 86px;
}

.p-episode__title::before {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-40%, -54%);
          transform: translate(-40%, -54%);
  background: url(../img/story/story_ttl_deco.png) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .p-episode__title {
    margin: 0 auto 43px;
  }
}

@media screen and (max-width: 767px) {
  .p-episode__title::before {
    width: 68px;
    height: 78px;
    left: 50%;
    -webkit-transform: translate(-50%, -54%);
            transform: translate(-50%, -54%);
  }
}

/************************************************************************/
.p-episode_tab {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  font-family: var(--font-en);
}

@media screen and (max-width: 767px) {
  .p-episode_tab {
    width: 100%;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 18px;
  }
}

.p-episode_tab li {
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  .p-episode_tab li:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-episode_tab li {
    margin: 0 7px;
    margin-bottom: 8px;
  }
}

.p-episode_tab li.is-current a {
  color: var(--color-gold);
  pointer-events: none;
}

.p-episode_title {
  text-align: center;
  width: 80%;
  margin: 60px auto 0;
}

@media screen and (min-width: 768px) {
  .p-episode_title {
    min-width: 800px;
  }
}

@media screen and (max-width: 767px) {
  .p-episode_title {
    width: 86%;
    margin: 30px auto 0;
  }
}

.p-episode_title-no {
  font-size: 35px;
}

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

.p-episode_title-no span {
  font-size: 30px;
  vertical-align: baseline;
  margin-left: 2px;
}

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

.p-episode_title-text {
  position: relative;
  font-size: 24px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--color-gold);
}

@media screen and (max-width: 767px) {
  .p-episode_title-text {
    font-size: 15px;
    margin-top: 10px;
    padding-top: 10px;
  }
}

.p-episode_title-text::before {
  content: "";
  display: block;
  width: 24px;
  height: 6px;
  position: absolute;
  top: -7px;
  right: 0;
  -webkit-transform: translate(100%, 50%);
          transform: translate(100%, 50%);
  background: url(../img/common/line_deco-y.png) no-repeat center/contain;
}

.p-episode_title-text::after {
  content: "";
  display: block;
  width: 24px;
  height: 6px;
  position: absolute;
  top: -7px;
  left: 0;
  -webkit-transform: translate(-100%, 50%) rotate(180deg);
          transform: translate(-100%, 50%) rotate(180deg);
  background: url(../img/common/line_deco-y.png) no-repeat center/contain;
}

.p-episode_image {
  width: 80%;
  margin: 50px auto 0;
}

@media screen and (min-width: 768px) {
  .p-episode_image {
    min-width: 800px;
  }
}

@media screen and (max-width: 767px) {
  .p-episode_image {
    width: 100%;
    margin: 35px auto 0;
  }
}

.p-story__img-swiper .swiper-slide {
  position: relative;
  border: var(--color-gold) solid 3px;
  margin-bottom: 15px;
}

.p-story__img-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 2px solid var(--color-gold);
}

@media screen and (max-width: 767px) {
  .p-story__img-swiper .swiper-slide {
    border: var(--color-gold) solid 2px;
    margin-bottom: 8px;
  }
  .p-story__img-swiper .swiper-slide::before {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    border: 1px solid var(--color-gold);
  }
}

.p-story__img-swiper .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  z-index: 0;
}

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

.p-story__img-swiper .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  width: 25%;
  height: auto;
  margin: 0 5px !important;
}

@media screen and (max-width: 767px) {
  .p-story__img-swiper .swiper-pagination-bullet {
    margin: 0 2px !important;
  }
}

.p-story__img-swiper .swiper-pagination-bullet img {
  border: var(--color-gold) solid 1px;
}

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

.p-episode_contents {
  position: relative;
  padding: 0 0 100px;
}

.p-episode_contents::before {
  content: "";
  background: url(../img/common/bg_02.jpg) repeat center/contain;
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-episode_contents::before {
    top: -120px;
    left: -100%;
    width: 300%;
    height: calc(100% + 120px);
  }
}

@media screen and (max-width: 767px) {
  .p-episode_contents {
    padding: 0 0 60px;
  }
  .p-episode_contents::before {
    top: -45px;
    left: -10%;
    width: 120%;
    height: calc(100% + 45px);
  }
}

.p-episode_story {
  width: 80%;
  margin: 70px auto 0;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #1a2647;
}

@media screen and (min-width: 768px) {
  .p-episode_story {
    min-width: 800px;
  }
}

@media screen and (max-width: 767px) {
  .p-episode_story {
    margin: 30px auto 0;
    width: 100%;
    font-size: 1.2rem;
    letter-spacing: 0.07em;
  }
}

.p-episode_movie {
  position: relative;
  width: 58%;
  margin: 60px auto 0;
}

@media screen and (min-width: 768px) {
  .p-episode_movie {
    min-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .p-episode_movie {
    width: calc(100% - 5px);
    margin: 35px auto 0;
  }
}

.p-episode_movie::before {
  content: "";
  position: absolute;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  border: 2px solid #1a2647;
}

@media screen and (max-width: 767px) {
  .p-episode_movie::before {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border: 1px solid #1a2647;
  }
}

.p-episode_movie .thumbnail {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.p-episode_movie .thumbnail::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  z-index: 1;
  -webkit-transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  pointer-events: none;
}

.p-episode_movie .thumbnail::after {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/movie/btn_play.png) no-repeat center/contain;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 1;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-episode_movie .thumbnail::after {
    width: 80px;
    height: 80px;
  }
}

.p-episode_movie .thumbnail-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (min-width: 768px) {
  .p-episode_movie .thumbnail:hover::before {
    opacity: 0;
  }
  .p-episode_movie .thumbnail:hover .thumbnail-item {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
    -webkit-transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  }
}
/*# sourceMappingURL=episode.css.map */