.l-in__header {
  margin-bottom: 71px;
}
@media screen and (max-width: 959px) {
  .l-in__header {
    margin-bottom: 28px;
  }
}

.p-selection {
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}
.p-selection__list {
  padding-top: 4px;
  padding-bottom: 98px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px dotted #ba6b43;
  transform: translateY(25px);
  opacity: 0;
}
.is-load .p-selection__list {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.6s;
}
@media screen and (max-width: 959px) {
  .p-selection__list {
    border-bottom: 1px dotted #ba6b43;
    padding-bottom: 30px;
    padding-top: 0;
  }
}
.p-selection__list-item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 4.2%;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-selection__list-item {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 8.5%;
  }
  .p-selection__list-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .p-selection__list-item:nth-child(3n) {
    margin-right: 0;
  }
}
.p-selection__list-item-inner {
  text-decoration: none;
}
@media (hover: hover) {
  .p-selection__list-item-inner:hover .p-selection__list-thumb-img img {
    transform: scale(1.1);
  }
}
.p-selection__list-thumb {
  border: 1px solid #212325;
  background-color: #fff;
  padding: 3px;
}
.p-selection__list-thumb img {
  width: 100%;
}
.p-selection__list-thumb-img {
  overflow: hidden;
}
.p-selection__list-thumb-img img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-selection__list-headData {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .p-selection__list-headData {
    margin-top: 10px;
  }
}
.p-selection__list-headData-story {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.p-selection__list-headData-story .p-in_term {
  background-color: #ba6b43;
  display: block;
  vertical-align: baseline;
  color: #fff;
  border-radius: 100px;
  padding: 5px 5px 6px;
  min-width: 56px;
  height: 26px;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  flex-shrink: 0;
}
@media screen and (max-width: 959px) {
  .p-selection__list-headData-story .p-in_term {
    padding: 4px 5px 5px;
    font-size: 10px;
    min-width: 50px;
    height: 18px;
  }
}
.p-selection__list-headData-story .p-in_story {
  color: #212325;
  font-weight: 700;
  font-size: 14px;
  margin-left: 10px;
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .p-selection__list-headData-story .p-in_story {
    margin-left: 7px;
    font-size: 12px;
  }
}
.p-selection__list-headData-selector {
  border: 2px solid #ba6b43;
  height: 100%;
  color: #ba6b43;
  padding: 4px 11px;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 700;
  border-radius: 100px;
  max-width: 215px;
}
@media screen and (max-width: 959px) {
  .p-selection__list-headData-selector {
    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #ba6b43;
    padding: 4px 8px;
    font-size: 10px;
    letter-spacing: 0.5px;
    margin-top: 8px;
  }
}
.p-selection__list-footData {
  margin-top: 10px;
  line-height: 1.5;
  color: #212325;
}
@media screen and (max-width: 959px) {
  .p-selection__list-footData {
    margin-top: 7px;
  }
}
.p-selection__list-footData-title {
  font-weight: 700;
  font-size: 19px;
}
@media screen and (max-width: 959px) {
  .p-selection__list-footData-title {
    font-size: 13px;
  }
}
.p-selection__list-footData-onair {
  font-size: 14px;
  letter-spacing: 0.3px;
  margin-top: 0px;
}
@media screen and (max-width: 959px) {
  .p-selection__list-footData-onair {
    font-size: 11px;
    margin-top: 3px;
  }
}
.p-selection__foot {
  border-top: 2px dotted #ba6b43;
  padding-top: 60px;
  margin-top: 11px;
}
@media screen and (max-width: 959px) {
  .p-selection__foot {
    border-top: 1px dotted #ba6b43;
    padding-top: 50px;
    padding-bottom: 62px;
  }
}

.p-selection_detail {
  position: relative;
  padding-top: 6px;
}
@media screen and (max-width: 959px) {
  .p-selection_detail {
    padding-top: 4px;
  }
}
.p-selection_detail::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ba6b43;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: scaleX(0);
}
.is-load .p-selection_detail::before {
  transform: scaleX(1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
.p-selection_detail__inner {
  border: 1px solid #ba6b43;
  transform: translateY(20px);
  opacity: 0;
}
.is-load .p-selection_detail__inner {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
.p-selection_detail__head {
  border-bottom: 2px dotted #ba6b43;
}
@media screen and (max-width: 959px) {
  .p-selection_detail__head {
    border-bottom: 1px dotted #ba6b43;
  }
}
.p-selection_detail__head-inner {
  display: flex;
  align-items: center;
  padding: 49px 49px;
}
@media screen and (max-width: 959px) {
  .p-selection_detail__head-inner {
    padding: 20px 20px;
  }
}
.p-selection_detail__head-thumb {
  border: 1px solid #212325;
  flex-shrink: 0;
  width: 20%;
  height: 100%;
  position: relative;
  background-color: #fff;
  padding: 3px;
  border-radius: 15px;
  margin-right: 4%;
}
@media screen and (max-width: 959px) {
  .p-selection_detail__head-thumb {
    border-radius: 8px;
    width: 34%;
    margin-right: 6%;
  }
}
.p-selection_detail__head-thumb-img {
  padding-top: 100%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-selection_detail__head-thumb-img {
    border-radius: 8px;
  }
}
.p-selection_detail__head-thumb-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-selection_detail__head-main {
  flex-grow: 1;
  word-break: break-all;
  line-height: 1.5;
}
.p-selection_detail__head-label {
  background-color: #ba6b43;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding: 6px 17px 8px;
  letter-spacing: 0.5px;
  font-weight: 600;
  border-radius: 100px;
}
@media screen and (max-width: 959px) {
  .p-selection_detail__head-label {
    font-size: 10px;
    padding: 5px 14px 5px;
  }
}
.p-selection_detail__head-name {
  margin-top: 11px;
  font-size: 27px;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .p-selection_detail__head-name {
    margin-top: 7px;
    font-size: 20px;
  }
}
.p-selection_detail__head-sub {
  margin-top: 2px;
  font-size: 15px;
}
@media screen and (max-width: 959px) {
  .p-selection_detail__head-sub {
    margin-top: 1px;
    font-size: 11px;
  }
}
.p-selection_detail__content {
  padding: 50px 0 52px;
}
@media screen and (max-width: 959px) {
  .p-selection_detail__content {
    padding: 29px 0 34px;
  }
}
.p-selection_detail__content + .p-selection_detail__content {
  border-top: 2px dotted #ba6b43;
}
@media screen and (max-width: 959px) {
  .p-selection_detail__content + .p-selection_detail__content {
    border-top: 1px dotted #ba6b43;
  }
}
.p-selection_detail__story {
  margin: 0 auto;
  width: 72.8%;
}
@media screen and (max-width: 959px) {
  .p-selection_detail__story {
    width: 87.8%;
  }
}
.p-selection_detail__story-head {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 35px;
}
@media screen and (max-width: 959px) {
  .p-selection_detail__story-head {
    margin-bottom: 21px;
  }
}
.p-selection_detail__story-head-ep {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .p-selection_detail__story-head-ep {
    margin-bottom: 7px;
  }
}
.p-selection_detail__story-head-ep .p-in_term {
  background-color: #ba6b43;
  color: #fff;
  font-weight: 700;
  padding: 6px 10px 7px;
  font-size: 17px;
  min-width: 80px;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 100px;
}
@media screen and (max-width: 959px) {
  .p-selection_detail__story-head-ep .p-in_term {
    padding: 4px 5px 5px;
    font-size: 12px;
    min-width: 60px;
    margin-right: 8px;
  }
}
.p-selection_detail__story-head-ep .p-in_story {
  height: 100%;
  font-size: 21px;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .p-selection_detail__story-head-ep .p-in_story {
    letter-spacing: 1px;
    font-size: 15px;
  }
}
.p-selection_detail__story-head-ttl {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 4px;
}
@media screen and (max-width: 959px) {
  .p-selection_detail__story-head-ttl {
    margin-bottom: 0px;
    font-size: 24px;
  }
}
.p-selection_detail__story-head-onair {
  font-size: 18px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 959px) {
  .p-selection_detail__story-head-onair {
    font-size: 13px;
  }
}
.p-selection_detail__story-foot {
  margin-top: 34px;
  line-height: 1.75;
}
@media screen and (max-width: 959px) {
  .p-selection_detail__story-foot {
    margin-top: 20px;
  }
}
.p-selection_detail__story-credit {
  font-size: 14px;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 959px) {
  .p-selection_detail__story-credit {
    font-size: 11px;
  }
}
.p-selection_detail__story-text {
  margin-top: 17px;
}
@media screen and (max-width: 959px) {
  .p-selection_detail__story-text {
    margin-top: 10px;
    font-size: 13px;
  }
}
.p-selection_detail__movie {
  text-align: center;
}
.p-selection_detail__movie-ttl {
  font-weight: 700;
  font-size: 32px;
  background: linear-gradient(transparent 60%, rgba(253, 229, 56, 0.5) 0%);
  display: inline;
  padding: 0 1px 0px;
  vertical-align: baseline;
}
@media screen and (max-width: 959px) {
  .p-selection_detail__movie-ttl {
    font-size: 16px;
  }
}
.p-selection_detail__movie-item {
  margin-top: 44px;
  width: 100%;
  padding: 3px;
  border: 1px solid #212325;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .p-selection_detail__movie-item {
    padding: 2px;
    margin-top: 24px;
  }
}
.p-selection_detail__movie-box {
  padding-top: 56.25%;
  position: relative;
}
.p-selection_detail__movie-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.episode_swiper {
  overflow: hidden;
}
.episode_swiper .swiper-wrapper {
  height: auto;
}
.episode_swiper .episode_thumb {
  width: 100%;
  border: 1px solid #212325;
  padding: 3px;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .episode_swiper .episode_thumb {
    padding: 2px;
  }
}
.episode_swiper .episode_thumb__img {
  position: relative;
  overflow: hidden;
}
.episode_swiper .episode_thumb__img img {
  transform: scale(1.15);
  transition: transform 10s cubic-bezier(0.61, 1, 0.88, 1);
}
.episode_swiper .swiper-slide.swiper-slide-active .episode_thumb__img img, .episode_swiper .swiper-slide.swiper-slide-duplicate-active .episode_thumb__img img {
  transform: scale(1);
}

.episode_pager {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 13px;
}
@media screen and (max-width: 959px) {
  .episode_pager {
    gap: 5px;
    margin-top: 5px;
  }
}
.episode_pager__item {
  cursor: pointer;
  overflow: hidden;
  padding: 3px;
  background-color: #fff;
  border: 1px solid #212325;
}
@media screen and (max-width: 959px) {
  .episode_pager__item {
    padding: 2px;
  }
}
.episode_pager__item-thumb {
  position: relative;
}
.episode_pager__item-thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #8fb7c0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-current .episode_pager__item-thumb::before {
  opacity: 0.4;
}

.p-selection_other {
  position: relative;
  margin-top: 100px;
  padding-top: 5px;
}
@media screen and (max-width: 959px) {
  .p-selection_other {
    margin-top: 50px;
  }
}
.p-selection_other.is-active::before {
  transform: scaleX(1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-selection_other::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ba6b43;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: scaleX(0);
}
.p-selection_other .p-selection__list {
  border: none;
  padding-bottom: 0;
}
.p-selection_other__ttl {
  border-top: 2px dotted #ba6b43;
  text-align: center;
  padding: 47px 0 46px;
  transform: translateY(20px);
  opacity: 0;
}
@media screen and (max-width: 959px) {
  .p-selection_other__ttl {
    padding: 35px 0 37px;
  }
}
.p-selection_other.is-active .p-selection_other__ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.1s;
}
.p-selection_other__ttl-text {
  font-weight: 700;
  font-size: 22px;
  background: linear-gradient(transparent 56%, rgba(253, 229, 56, 0.5) 0%);
  display: inline;
  letter-spacing: 1px;
  padding: 0 0px 4px;
  vertical-align: baseline;
}
@media screen and (max-width: 959px) {
  .p-selection_other__ttl-text {
    letter-spacing: 0.5px;
    font-size: 14px;
  }
}
.p-selection_other__content {
  transform: translateY(20px);
  opacity: 0;
}
.p-selection_other.is-active .p-selection_other__content {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.35s;
}