.p-in_story__inner {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 127px 0 93px;
}
@media screen and (max-width: 767px) {
  .p-in_story__inner {
    display: block;
    padding: 88px 0 52px;
  }
}

.p-in_story__title {
  width: 100%;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-in_story__title {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    text-align: center;
  }
}
.p-in_story__contents {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-in_story__contents {
    width: 89.7%;
    margin: 0 auto;
  }
}
.p-in_story__contents-nav {
  width: 80%;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .p-in_story__contents-nav {
    width: 100%;
    margin: 49px auto 0;
  }
}
.p-in_story__contents-nav-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.p-in_story__contents-nav-list-item {
  width: 70px;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .p-in_story__contents-nav-list-item {
    margin: 0 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-in_story__contents-nav-list-item {
    width: 17.7%;
    margin-right: 2.8%;
    margin-bottom: 3%;
  }
  .p-in_story__contents-nav-list-item:nth-of-type(5n) {
    margin-right: 0;
  }
}
.p-in_story__contents-nav-list-item.is-current .p-in-link {
  background-color: #c80000;
  pointer-events: none;
}
.p-in_story__contents-nav-list-item .p-in-link {
  display: block;
  text-decoration: none;
  padding: 18% 2% 19%;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #a8821c;
  transition: background-color 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-in_story__contents-nav-list-item .p-in-link {
    padding: 24% 2% 23%;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-in_story__contents-nav-list-item .p-in-link:hover {
    background-color: #c80000;
  }
}
.p-in_article {
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .p-in_article {
    margin: 20px auto 0;
  }
}

.p-in_article__inner {
  padding: 66px 98px 120px;
}
@media screen and (max-width: 767px) {
  .p-in_article__inner {
    padding: 47px 21px 62px;
  }
}

.p-in_story__head {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-in_story__head {
    margin-bottom: 24px;
  }
}
.p-in_story__head-ep {
  margin-bottom: 25px;
  font-size: 18px;
  letter-spacing: 0.22em;
  color: #c80000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-in_story__head-ep {
    margin-bottom: 13px;
    font-size: 15px;
    letter-spacing: 0.15em;
  }
}
.p-in_story__head-title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-in_story__head-title {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.p-in_story__image {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-in_story__image {
    margin-bottom: 14px;
  }
}
.p-in_story__image-inner {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-in_story__image-inner {
    margin-bottom: 6px;
  }
}
.p-in_story__image-list-item .p-in-image img {
  margin: 0;
}
.p-in_story__image-pagination .p-in-list {
  display: flex;
  align-items: center;
}
.p-in_story__image-pagination .p-in-list-item {
  width: 18%;
  margin-right: 2.45%;
  margin-bottom: 2.45%;
  cursor: pointer;
  position: relative;
  outline-offset: -5px;
  outline: 1px solid transparent;
  transition: outline-color 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 768px) {
  .p-in_story__image-pagination .p-in-list-item:hover {
    outline-color: #cdb576;
  }
  .p-in_story__image-pagination .p-in-list-item:hover .p-in-deco {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-in_story__image-pagination .p-in-list-item {
    outline-offset: -2px;
  }
}
.p-in_story__image-pagination .p-in-list-item.is-current {
  outline-color: #cdb576;
}
.p-in_story__image-pagination .p-in-list-item.is-current .p-in-deco {
  opacity: 1;
}
.p-in_story__image-pagination .p-in-list-item:nth-of-type(5) {
  margin-right: 0;
}
.p-in_story__image-pagination .p-in-list-item .p-in-deco {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-in_story__image-pagination .p-in-list-item .p-in-deco::before, .p-in_story__image-pagination .p-in-list-item .p-in-deco::after {
  content: "";
  display: block;
  width: 20%;
  padding-top: 20%;
  position: absolute;
  top: 5px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-in_story__image-pagination .p-in-list-item .p-in-deco::before, .p-in_story__image-pagination .p-in-list-item .p-in-deco::after {
    width: 25%;
    padding-top: 25%;
    top: 2px;
  }
}
.p-in_story__image-pagination .p-in-list-item .p-in-deco::before {
  left: 5px;
  background: url(../img/frame_deco_tl.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-in_story__image-pagination .p-in-list-item .p-in-deco::before {
    left: 2px;
  }
}
.p-in_story__image-pagination .p-in-list-item .p-in-deco::after {
  right: 5px;
  background: url(../img/frame_deco_tr.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-in_story__image-pagination .p-in-list-item .p-in-deco::after {
    right: 2px;
  }
}
.p-in_story__image-pagination .p-in-list-item .p-in-deco-inner::before, .p-in_story__image-pagination .p-in-list-item .p-in-deco-inner::after {
  content: "";
  display: block;
  width: 20%;
  padding-top: 20%;
  position: absolute;
  bottom: 5px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-in_story__image-pagination .p-in-list-item .p-in-deco-inner::before, .p-in_story__image-pagination .p-in-list-item .p-in-deco-inner::after {
    width: 25%;
    padding-top: 25%;
    bottom: 2px;
  }
}
.p-in_story__image-pagination .p-in-list-item .p-in-deco-inner::before {
  left: 5px;
  background: url(../img/frame_deco_bl.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-in_story__image-pagination .p-in-list-item .p-in-deco-inner::before {
    left: 2px;
  }
}
.p-in_story__image-pagination .p-in-list-item .p-in-deco-inner::after {
  right: 5px;
  background: url(../img/frame_deco_br.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-in_story__image-pagination .p-in-list-item .p-in-deco-inner::after {
    right: 2px;
  }
}
.p-in_story__image-pagination .p-in-list-item img {
  margin: 0;
}

.p-in_story__detail {
  margin-bottom: 59px;
}
@media screen and (max-width: 767px) {
  .p-in_story__detail {
    width: 94%;
    margin: 0 auto 38px;
  }
}
.p-in_story__detail p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-in_story__detail p {
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: 0.06em;
  }
}

.p-in_story__btm {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-in_story__btm {
    display: block;
  }
}
.p-in_story__btm-block {
  width: 46.2%;
}
@media screen and (min-width: 768px) {
  .p-in_story__btm-block {
    margin-right: 7.5%;
  }
  .p-in_story__btm-block:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-in_story__btm-block {
    width: 94%;
    margin: 0 auto;
  }
  .p-in_story__btm-block + .p-in_story__btm-block {
    margin-top: 46px;
  }
}
.p-in_story__btm-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 26px;
  position: relative;
}
.p-in_story__btm-head::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background-color: #a8821c;
}
@media screen and (max-width: 767px) {
  .p-in_story__btm-head {
    margin-bottom: 18px;
  }
}
.p-in_story__btm-head .p-in-text {
  color: #a8821c;
  margin-right: 10px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-in_story__btm-head .p-in-text {
    font-size: 13px;
  }
}
.p-in_story__btm-detail-list-item {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-in_story__btm-detail-list-item {
    margin-bottom: 5px;
    font-size: 13px;
  }
}
.p-in_story__btm-detail-list-item:last-of-type {
  margin-bottom: 0;
}
.p-in_story__btm-movie {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-in_story__btm-movie:hover .p-in_story__btm-movie-bg {
    transform: scale(1.05);
  }
  .p-in_story__btm-movie:hover .p-in_story__btm-movie-bg::before {
    opacity: 0;
  }
  .p-in_story__btm-movie:hover .p-in_story__btm-movie-icon {
    transform: translate(-50%, -50%) scale(0.9);
  }
}
.p-in_story__btm-movie-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-in_story__btm-movie-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-in_story__btm-movie-bg-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-in_story__btm-movie-icon {
  width: 23%;
  padding-top: 23%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  background: url(../img/ic_play.svg) center center/contain no-repeat;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}