.l-in__header {
  z-index: 1;
}

@media not all and (max-width: 900px) {
  .p-story_nav {
    margin-bottom: 20px;
    margin-left: 3.8%;
  }
}
@media screen and (max-width: 900px) {
  .p-story_nav {
    margin-bottom: 13px;
  }
}
.p-story_nav__list {
  display: flex;
  flex-wrap: wrap;
}
.p-story_nav__list li {
  position: relative;
  width: 39px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/story/bullet_heart_off.png) center center no-repeat;
  background-size: contain;
}
.p-story_nav__list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/story/bullet_heart_on.png) center center no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.1, 0.92, 0.79, 0.97);
}
.p-story_nav__list li.active::before {
  opacity: 1;
}
.p-story_nav__list li + li {
  margin-left: 24px;
}
@media screen and (max-width: 900px) {
  .p-story_nav__list li + li {
    margin-left: 17px;
  }
}
@media screen and (max-width: 900px) {
  .p-story_nav__list li {
    width: 26.5px;
    height: 23.5px;
  }
}
.p-story_nav__list li span {
  display: block;
  z-index: 1;
  color: #ffffff;
  font-family: din-2014, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  pointer-events: none;
}
.p-story_nav__list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-story_scene {
  width: 100vw;
  margin: 0 calc(-50vw + 50%) 37px;
}
@media screen and (max-width: 900px) {
  .p-story_scene {
    margin-bottom: 31px;
  }
}
.p-story_scene__slide {
  position: relative;
}
.is-nonSlide .p-story_scene__list {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .is-nonSlide .p-story_scene__list {
    width: 88%;
  }
}
.p-story_scene__img {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-story_scene__img .p-in-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-story_scene__num {
  position: absolute;
  bottom: 0;
  left: 14.7%;
  width: 17.2%;
}
@media screen and (max-width: 900px) {
  .p-story_scene__num {
    left: 6.9%;
    width: 28%;
  }
}

.p-story_data__ttl {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 35px;
      line-height: 1.3;
}
@media screen and (max-width: 900px) {
  .p-story_data__ttl {
    font-size: 20px;
  }
}
.p-story_data__desc {
  font-size: 14px;
  line-height: 2.15;
}
.p-story_data__staff {
  margin-top: 37px;
}
@media screen and (max-width: 900px) {
  .p-story_data__staff {
    margin-top: 32px;
  }
}
.p-story_data__staff-ttl {
  width: 84px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E8343D;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .p-story_data__staff-ttl {
    margin-bottom: 14px;
  }
}
.p-story_data__staff-ttl span {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 24px;
}
.p-story_data__staff-list .p-in-item {
  display: flex;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 900px) {
  .p-story_data__staff-list .p-in-item {
    line-height: 2;
    font-size: 12.5px;
  }
}
.p-story_data__staff-list .p-in-item + .p-in-item {
  margin-top: 6px;
}
@media screen and (max-width: 900px) {
  .p-story_data__staff-list .p-in-item + .p-in-item {
    margin-top: 2px;
  }
}
.p-story_data__staff-list .p-in-item dt {
  min-width: 150px;
  margin-right: 10px;
}
@media screen and (max-width: 900px) {
  .p-story_data__staff-list .p-in-item dt {
    margin-right: 5px;
    min-width: 120px;
  }
}

rt {
  line-height: 1;
  vertical-align: bottom;
}