.p-story__title {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 899px) {
  .p-story__title {
    padding-bottom: 15px !important;
  }
}

.p-story__contents {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.7s var(--ease-out) 0.4s, transform 0.7s var(--ease-out) 0.4s;
}
.is-load .p-story__contents {
  opacity: 1;
  transform: translateY(0);
}
.p-story__contents-season {
  margin-bottom: 28px;
}
@media screen and (max-width: 899px) {
  .p-story__contents-season {
    margin-bottom: 23px;
  }
}
.p-story__contents-season-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-story__contents-season-list-item {
  width: 165px;
  font-weight: 700;
  font-family: var(--font-en-sans);
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-right: 10px;
}
@media screen and (max-width: 899px) {
  .p-story__contents-season-list-item {
    width: 33%;
    font-size: 1.3rem;
    margin-right: 6px;
  }
}
.p-story__contents-season-list-item:last-of-type {
  margin-right: 0;
}
.p-story__contents-season-list-item:nth-of-type(2) a {
  pointer-events: none;
  background-color: var(--color-pink01);
  color: var(--color-white);
}
.p-story__contents-season-list-item a {
  display: block;
  padding: 20px 10px 17px;
  color: var(--color-pink01);
  border-radius: 50rem;
  border: 2px solid var(--color-pink01);
  transition: background-color 0.6s var(--ease-out), color 0.6s var(--ease-out);
}
@media screen and (min-width: 900px) {
  .p-story__contents-season-list-item a:hover {
    color: var(--color-white);
    background-color: var(--color-pink01);
  }
}
@media screen and (max-width: 899px) {
  .p-story__contents-season-list-item a {
    padding: 10px 9px 9px;
    border: 1px solid var(--color-pink01);
  }
}
.p-story__contents .p-story__nav {
  margin-bottom: 10px;
}
.p-story__contents .p-story__nav-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.p-story__contents .p-story__nav-list-item {
  width: 62px;
  height: 62px;
  margin-right: 10px;
}
@media screen and (max-width: 899px) {
  .p-story__contents .p-story__nav-list-item {
    width: 12%;
    height: 0;
    padding-top: 12%;
    margin-right: 5px;
    position: relative;
  }
}
.p-story__contents .p-story__nav-list-item:last-of-type {
  margin-right: 0;
}
.p-story__contents .p-story__nav-list-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 50rem;
  font-family: var(--font-en-sans);
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--color-pink01);
  box-sizing: border-box;
  border: 2px solid var(--color-pink01);
  transition: background-color 0.6s var(--ease-out), color 0.6s var(--ease-out);
}
@media screen and (max-width: 899px) {
  .p-story__contents .p-story__nav-list-item a {
    font-size: 1.2rem;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid var(--color-pink01);
  }
}
@media screen and (min-width: 900px) {
  .p-story__contents .p-story__nav-list-item a:hover {
    color: var(--color-white);
    background-color: var(--color-pink01);
  }
}
.p-story__contents .p-story__nav-list-item a .p-in-text {
  position: relative;
  top: 2px;
}
.p-story__contents .p-story__nav-list-item.is-current a {
  background-color: var(--color-pink01);
  color: var(--color-white);
}
.p-story__contents .p-story__main {
  margin-bottom: 10px;
  padding: 100px 63px;
  background-color: var(--color-white);
}
@media screen and (max-width: 899px) {
  .p-story__contents .p-story__main {
    padding: 65px 15px;
  }
}
.p-story__contents .p-story__main-head {
  margin-bottom: 39px;
  padding-bottom: 42px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-story__contents .p-story__main-head {
    margin-bottom: 18px;
    padding-bottom: 32px;
  }
}
.p-story__contents .p-story__main-head::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
  background: linear-gradient(to right, var(--color-gray) 8px, transparent 8px) repeat-X left bottom/10px 1px;
}
.p-story__contents .p-story__main-head .p-in-num {
  margin-bottom: 10px;
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  font-family: var(--font-en-sans);
  color: var(--color-pink01);
}
@media screen and (max-width: 899px) {
  .p-story__contents .p-story__main-head .p-in-num {
    margin-bottom: 6px;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
}
.p-story__contents .p-story__main-head .p-in-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-story__contents .p-story__main-head .p-in-title {
    font-size: 1.7rem;
  }
}
.p-story__contents .p-story__main-image {
  margin-bottom: 40px;
}
@media screen and (max-width: 899px) {
  .p-story__contents .p-story__main-image {
    margin-bottom: 30px;
  }
}
.p-story__contents .p-story__main-image-inner {
  margin-bottom: 11px;
}
@media screen and (max-width: 899px) {
  .p-story__contents .p-story__main-image-inner {
    margin-bottom: 8px;
  }
}
.p-story__contents .p-story__main-image-pagination .p-in-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.p-story__contents .p-story__main-image-pagination .p-in-list-item {
  width: 19%;
  margin-right: 1.25%;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-story__contents .p-story__main-image-pagination .p-in-list-item:hover::before {
    opacity: 0.5;
  }
}
.p-story__contents .p-story__main-image-pagination .p-in-list-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-pink01);
  opacity: 0;
  transition: opacity 0.5s var(--ease-out);
}
.p-story__contents .p-story__main-image-pagination .p-in-list-item.is-current::before {
  opacity: 0.5;
}
.p-story__contents .p-story__main-image-pagination .p-in-list-item:nth-of-type(5n) {
  margin-right: 0;
}
.p-story__contents .p-story__main-image-pagination .p-in-list-item:last-of-type {
  margin-right: 0;
}
.p-story__contents .p-story__main-image-pagination .p-in-list-item .p-in-image {
  width: 100%;
}
.p-story__contents .p-story__main-detail-block {
  margin-bottom: 38px;
}
.p-story__contents .p-story__main-detail-block:last-of-type {
  margin-bottom: 0;
}
.p-story__contents .p-story__main-detail-block .p-in-head {
  margin-bottom: 20px;
  padding-bottom: 16px;
  font-size: 2rem;
  color: var(--color-pink01);
  font-weight: 700;
  font-family: var(--font-en-sans);
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-story__contents .p-story__main-detail-block .p-in-head {
    margin-bottom: 14px;
    padding-bottom: 12px;
    font-size: 1.6rem;
  }
}
.p-story__contents .p-story__main-detail-block .p-in-head::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
  background: linear-gradient(to right, var(--color-gray) 8px, transparent 8px) repeat-X left bottom/10px 1px;
}
.p-story__contents .p-story__main-detail-block .p-in-main p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 899px) {
  .p-story__contents .p-story__main-detail-block .p-in-main p {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.p-story__contents .p-story__main-detail-block .p-in-main ul li {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 899px) {
  .p-story__contents .p-story__main-detail-block .p-in-main ul li {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.p-story__contents .p-story__main-detail-block .p-in-main ul li .p-in-role {
  width: 86px;
}
@media screen and (max-width: 899px) {
  .p-story__contents .p-story__main-detail-block .p-in-main ul li .p-in-role {
    width: 60px;
  }
}
.p-story__contents .p-story__main-detail-block .p-in-main ul li .p-in-name {
  flex: 1;
  padding-left: 27px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-story__contents .p-story__main-detail-block .p-in-main ul li .p-in-name {
    padding-left: 18px;
  }
}
.p-story__contents .p-story__main-detail-block .p-in-main ul li .p-in-name::before {
  content: ":";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-story__contents .p-story__main-detail-block .p-in-main .p-in-movie {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  cursor: pointer;
}
.p-story__contents .p-story__main-detail-block .p-in-main .p-in-movie::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-pink01);
  opacity: 0;
  transition: opacity 0.5s var(--ease-out);
  z-index: 1;
}
.p-story__contents .p-story__main-detail-block .p-in-main .p-in-movie::after {
  content: "";
  display: block;
  width: 63px;
  height: 63px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: url(../img/movie_icon.svg) no-repeat center/contain;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .p-story__contents .p-story__main-detail-block .p-in-main .p-in-movie::after {
    width: 45px;
    height: 45px;
    right: 10px;
    bottom: 12px;
  }
}
@media screen and (min-width: 900px) {
  .p-story__contents .p-story__main-detail-block .p-in-main .p-in-movie:hover::before {
    opacity: 0.5;
  }
}
.p-story__contents .p-story__main-detail-block .p-in-main .p-in-movie .p-in-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-story__contents .p-story__main-detail-block .p-in-main .p-in-movie .p-in-image-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}