.story__content {
  clip-path: inset(0 100% 0 0);
  margin-top: 9.11vw;
  transition: all 0.5s 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (min-width: 835px) {
  .story__content {
    display: flex;
    margin-bottom: 146px;
    margin-top: 60px;
  }
}
.-ready .story__content {
  clip-path: inset(0 0 0 0);
}

.story__content__images {
  margin-bottom: 8.85vw;
}
@media (min-width: 835px) {
  .story__content__images {
    margin-bottom: 0;
    margin-right: 40px;
    width: 65.6%;
  }
}

.story__content__subbox {
  color: #fff;
  margin: 0 8.33vw;
}
@media (min-width: 835px) {
  .story__content__subbox {
    margin: 0;
    width: 31.2%;
  }
}
.story__content__subbox .story__arasuji {
  font-size: 0.875rem;
  margin-bottom: 7.81vw;
}
@media (min-width: 835px) {
  .story__content__subbox .story__arasuji {
    margin-bottom: 40px;
  }
}
.story__content__subbox .story__caststaff {
  font-size: 0.9375rem;
  display: grid;
  gap: 3.64vw 0;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 9.76vw;
}
@media (min-width: 835px) {
  .story__content__subbox .story__caststaff {
    gap: 24px 0;
    margin-bottom: 45px;
  }
}
.story__content__subbox .story__caststaff li .role {
  font-size: 0.75rem;
  color: #949494;
}
@media (min-width: 835px) {
  .story__content__subbox .story__caststaff li .role {
    font-size: 0.8125rem;
  }
}

.movie__item {
  cursor: pointer;
  margin-bottom: 11.45vw;
  min-width: 320px;
  position: relative;
}
@media (min-width: 835px) {
  .movie__item {
    margin-bottom: 0;
    min-width: initial;
  }
}
@media (min-width: 835px) {
  .movie__item:hover .thumb::before {
    opacity: 0;
  }
}
@media (min-width: 835px) {
  .movie__item:hover .ttl,
.movie__item:hover .date {
    opacity: 0.7;
  }
}
.movie__item__txt {
  font-size: 0.75rem;
  color: #949494;
  margin-bottom: 3.9vw;
}
@media (min-width: 835px) {
  .movie__item__txt {
    font-size: 0.8125rem;
    margin-bottom: 14px;
  }
}
.movie__item .thumb {
  aspect-ratio: 16/9;
  clip-path: inset(0 100% 0 0);
  position: relative;
  transition: all 0.5s 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.-ready .movie__item .thumb {
  clip-path: inset(0 0 0 0);
}
.movie__item .thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.movie__item .thumb:before {
  background: #000;
  content: "";
  height: 100%;
  opacity: 0.3;
  transition: opacity 0.3s 0s ease;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.movie__item .thumb:after {
  background: url(/tv/assets/img/page/movie/play.png) no-repeat 0 0/100%;
  content: "";
  height: min(12.5vw, 60px);
  transform: translate(-50%, -50%);
  width: min(12.5vw, 60px);
  position: absolute;
  top: 50%;
  left: 50%;
}
.movie__item .ttl {
  transition: all 0.3s ease;
  font-size: 0.8125rem;
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
}
@media (min-width: 835px) {
  .movie__item .ttl {
    font-size: 0.875rem;
    margin-top: 16px;
  }
}
.movie__item .date {
  transition: all 0.3s ease;
  font-size: 0.9375rem;
  color: #959595;
}
@media (min-width: 835px) {
  .movie__item .date {
    font-size: 1rem;
  }
}

.story__navs {
  font-size: 1.125rem;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 3.64vw 4.16vw;
  margin: 0 8.33vw;
}
@media (min-width: 835px) {
  .story__navs {
    font-size: 1.25rem;
    margin: 18px 0 44px;
    gap: 0 30px;
  }
}
.story__navs__item {
  text-align: center;
  width: auto;
}
.story__navs__item:hover {
  color: #fff000;
}
.story__navs .-active {
  border-bottom: solid 2px #fff000;
}

.thumbnail {
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 835px) {
  .thumbnail {
    width: 100%;
  }
}
@media (min-width: 835px) {
  .thumbnail.-fixed {
    position: fixed;
    left: calc(3.43vw + 40px);
    bottom: 1.66vw;
  }
}
.thumbnail a {
  position: relative;
  display: block;
}
.thumbnail a::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.thumbnail img {
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.thumbnail .swiper-wrapper {
  display: flex;
}
.thumbnail .swiper-slide {
  flex-shrink: 0;
}
.thumbnail .swiper-slide a {
  display: block;
}
.thumbnail .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.thumbnail .swiper-pagination span {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  height: 2.08vw;
  margin: 0 1.56vw;
  transition: background 0.4s;
  width: 2.08vw;
}
@media (min-width: 835px) {
  .thumbnail .swiper-pagination span {
    height: 8px;
    margin: 0 5px;
    width: 8px;
  }
}
.thumbnail .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #fff;
}

.thumbnail__cont {
  margin-bottom: 2.6vw;
}
@media (min-width: 835px) {
  .thumbnail__cont {
    margin-bottom: 10px;
  }
}

.slider__sub .swiper-slide {
  cursor: pointer;
  min-width: 25%;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.slider__sub .swiper-slide-thumb-active {
  border: solid 2px #fff000;
  box-sizing: border-box;
  opacity: 1;
}

.story__title {
  background: #fff000;
  margin-top: 7.81vw;
}
@media (min-width: 835px) {
  .story__title {
    margin-top: 44px;
  }
}

.story__title__inner {
  clip-path: inset(0 100% 0 0);
  display: flex;
  justify-content: space-between;
  min-height: 90px;
  transition: all 0.5s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (min-width: 835px) {
  .story__title__inner {
    min-height: 78px;
  }
}
.-ready .story__title__inner {
  clip-path: inset(0 0 0 0);
}

.story__title__back,
.story__title__next {
  position: relative;
  width: 2.6vw;
}
@media (min-width: 835px) {
  .story__title__back,
.story__title__next {
    width: 20px;
  }
}
.story__title__back:before,
.story__title__next:before {
  border-top: 2px solid #000;
  content: "";
  height: 2.6vw;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  width: 2.6vw;
}
@media (min-width: 835px) {
  .story__title__back:before,
.story__title__next:before {
    border-top: 5px solid #000;
    height: 20px;
    width: 20px;
  }
}
.story__title__back.-disable,
.story__title__next.-disable {
  opacity: 0.2;
  pointer-events: none;
}

.story__title__back {
  margin: 0 3.9vw 0 5.2vw;
}
@media (min-width: 835px) {
  .story__title__back {
    margin: 0 50px 0 0;
  }
}
.story__title__back:before {
  border-left: 2px solid #000;
  transform: translate(0, -50%) rotate(-45deg);
}
@media (min-width: 835px) {
  .story__title__back:before {
    border-left: 5px solid #000;
  }
}

.story__title__next {
  margin: 0 5.2vw 0 3.9vw;
}
@media (min-width: 835px) {
  .story__title__next {
    margin: 0 0 0 50px;
  }
}
.story__title__next:before {
  border-right: 2px solid #000;
  transform: translate(0, -50%) rotate(45deg);
}
@media (min-width: 835px) {
  .story__title__next:before {
    border-right: 5px solid #000;
  }
}

.story__title__content {
  display: flex;
  width: 100%;
}
.story__title__content__number {
  font-size: 1.875rem;
  align-items: center;
  background: #000;
  color: #fff000;
  display: flex;
  font-weight: bold;
  justify-content: center;
  min-width: 16.66vw;
}
@media (min-width: 835px) {
  .story__title__content__number {
    min-width: 80px;
  }
}
.story__title__content__number p {
  align-items: center;
  display: flex;
}
.story__title__content__number__sharp {
  font-size: 1.25rem;
}
.story__title__content__text {
  font-size: 1.0625rem;
  align-items: center;
  display: flex;
  font-weight: 900;
  padding: 5.72vw 0 5.72vw 6.25vw;
}
@media (min-width: 835px) {
  .story__title__content__text {
    font-size: 1.5rem;
    padding: 26px 0 26px 40px;
  }
}