@media not all and (max-width: 960px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
.p-in_story {
  position: relative;
  padding-top: 196px;
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .p-in_story {
    padding-top: 119px;
    padding-bottom: 92px;
  }
}
.p-in_story__ttl {
  position: relative;
  width: 74%;
  margin: 0 auto 64px;
  transform: translateY(30px);
  opacity: 0;
  filter: blur(5px);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1), filter 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-start .p-in_story__ttl {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}
@media screen and (max-width: 960px) {
  .p-in_story__ttl {
    width: 100%;
    margin-bottom: 51px;
  }
}
.p-in_story__container {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-in_story__container {
    width: 89.3333333333%;
  }
}
.p-in_story__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 57px;
  transform: translateY(30px);
  opacity: 0;
  filter: blur(5px);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, filter 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
.is-start .p-in_story__nav {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}
@media screen and (max-width: 960px) {
  .p-in_story__nav {
    gap: 10px;
    margin-bottom: 49px;
  }
}
.p-in_story__nav-item {
  width: 56px;
  height: 56px;
  border: 1px solid var(--color-pink);
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-in_story__nav-item {
    width: 45px;
    height: 45px;
  }
}
.p-in_story__nav-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-pink);
}
@media not all and (max-width: 960px) {
  .p-in_story__nav-link:hover {
    transition: color 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    color: var(--color-white);
  }
  .p-in_story__nav-link:hover::after {
    opacity: 1;
  }
  .p-in_story__nav-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(230, 46, 139, 0.5) 0%, rgba(234, 96, 158, 0.5) 100%);
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
.p-in_story__nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #e72f87, #ef6aa1);
  border-radius: 50%;
  opacity: 0;
}
.is-current .p-in_story__nav-link {
  color: var(--color-white);
}
.is-current .p-in_story__nav-link::before {
  opacity: 1;
}
.p-in_story__nav-link .p-in-txt {
  position: relative;
  display: block;
  font-size: 15px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-in_story__nav-link .p-in-txt {
    font-size: 12px;
  }
}
.p-in_story__contents {
  transform: translateY(30px);
  opacity: 0;
  filter: blur(5px);
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, opacity 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, filter 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
.is-start .p-in_story__contents {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}
.p-in_story__cap {
  margin-bottom: 22px;
  text-align: center;
  color: var(--color-pink);
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 960px) {
  .p-in_story__cap {
    margin-bottom: 14px;
  }
}
.p-in_story__catch {
  margin-bottom: 37px;
  text-align: center;
  color: var(--color-pink);
  font-size: 40px;
  line-height: 1.17;
}
@media screen and (max-width: 960px) {
  .p-in_story__catch {
    margin-bottom: 26px;
    font-size: 22px;
    line-height: 1.35;
  }
}
.p-in_story__img {
  position: relative;
  overflow: hidden;
}
.p-in_story__img-list {
  position: relative;
  width: 100%;
  display: flex;
}
.p-in_story__img-item {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  opacity: 0;
}
.p-in_story__img-item.swiper-slide-active {
  opacity: 1;
}
.p-in_story__thumb {
  position: relative;
  margin-top: 20px;
}
.p-in_story__thumb-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
}
@media screen and (max-width: 960px) {
  .p-in_story__thumb-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-in_story__thumb-item {
  position: relative;
  cursor: pointer;
}
@media not all and (max-width: 960px) {
  .p-in_story__thumb-item {
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
  }
  .p-in_story__thumb-item:hover {
    opacity: 0.8;
  }
  .p-in_story__thumb-item:hover img {
    transform: scale(1.1);
  }
  .p-in_story__thumb-item img {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
.p-in_story__thumb-item .p-in-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(230, 46, 139, 0.5) 0%, rgba(234, 96, 158, 0.5) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  font-family: var(--font-en);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-in_story__thumb-item.is-current .p-in-txt {
  opacity: 1;
}
.p-in_story__desc {
  margin-top: 53px;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-in_story__desc {
    margin-top: 44px;
    font-size: 13px;
  }
}
.p-in_story__foot {
  margin-top: 51px;
}
@media not all and (max-width: 960px) {
  .p-in_story__foot {
    display: flex;
    gap: 40px;
  }
}
@media screen and (max-width: 960px) {
  .p-in_story__foot {
    margin-top: 45px;
  }
}
@media not all and (max-width: 960px) {
  .p-in_story__block {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 960px) {
  .p-in_story__block + .p-in_story__block {
    margin-top: 46px;
  }
}
.p-in_story__block-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  color: var(--color-pink);
  font-family: var(--font-en);
  font-size: 20px;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 960px) {
  .p-in_story__block-ttl {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.p-in_story__block-ttl .p-in-line {
  flex-grow: 1;
  height: 1px;
  background: var(--color-pink);
}
.p-in_story__block-ttl .p-in-ttl {
  display: block;
  flex-shrink: 0;
  padding: 0 30px;
}
@media screen and (max-width: 960px) {
  .p-in_story__block-ttl .p-in-ttl {
    padding: 0 15px;
  }
}
.p-in_story__staff-item {
  display: flex;
  letter-spacing: 0.08rem;
  line-height: 1.5;
}
.p-in_story__staff-item + .p-in_story__staff-item {
  margin-top: 5px;
}
@media screen and (max-width: 960px) {
  .p-in_story__staff-item + .p-in_story__staff-item {
    margin-top: 4px;
  }
}
.p-in_story__staff-role {
  box-sizing: border-box;
  flex-shrink: 0;
  min-width: 100px;
  padding-right: 15px;
}
@media screen and (max-width: 960px) {
  .p-in_story__staff-role {
    min-width: 80px;
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  .p-in_story__staff-name {
    font-size: 12px;
  }
}
.p-in_story__movie {
  position: relative;
  cursor: pointer;
}
.p-in_story__movie::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(230, 46, 139, 0.5) 0%, rgba(234, 96, 158, 0.5) 100%);
}
.p-in_story__movie-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-in_story__movie-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-in_story__movie-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 53%;
  height: auto;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-in_story__movie-btn {
    width: 45%;
  }
}
.p-in_story__movie-btn .p-in-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.37, 0, 0.63, 1);
}
@media not all and (max-width: 960px) {
  .p-in_story__movie:hover .p-in_story__movie-btn .p-in-txt {
    transform: rotateY(360deg);
  }
}