.p-in__title {
  width: 32.5rem;
}
@media screen and (max-width: 960px) {
  .p-in__title {
    width: 13rem;
  }
}

.p-story {
  display: block;
  position: relative;
  padding-top: 5rem;
}
@media screen and (max-width: 960px) {
  .p-story {
    padding-top: 3.6rem;
  }
}
.p-story__container {
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-story__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-story__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.4rem;
  }
}
.p-story__list-item {
  display: block;
  position: relative;
}
.p-story__footer {
  width: 100%;
  display: block;
  position: relative;
  margin: 7.6rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-story__footer {
    margin-top: 4rem;
  }
}

.p-story_card {
  display: block;
  position: relative;
  color: var(--color-white);
  background: var(--color-black);
  padding: 0.3rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-story_card {
    transition: background-color 0.5s var(--ease_out);
  }
  .p-story_card:hover {
    background: var(--color-gold);
  }
}
.p-story_card::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
  pointer-events: none;
}
.p-story_card__thumb {
  display: block;
  position: relative;
  z-index: 0;
}
.p-story_card__thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid var(--color-black);
  z-index: 1;
}
.p-story_card__thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--color-white);
  z-index: 1;
}
.p-story_card__thumb-img {
  width: 100%;
  padding-top: 56.25%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-story_card__thumb-img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-story_card__title {
  display: block;
  position: relative;
  padding: 1.2rem 2rem 1.6rem;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-story_card__title {
    font-size: 1.3rem;
    padding: 0.7rem 1.5rem 0.5rem;
  }
}

.p-story_in {
  display: block;
  position: relative;
  padding-top: 5rem;
}
@media screen and (max-width: 960px) {
  .p-story_in {
    padding-top: 2rem;
  }
}
.p-story_in__inner {
  display: block;
  position: relative;
}
.p-story_in__footer {
  display: block;
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 960px) {
  .p-story_in__footer {
    margin-top: 3rem;
  }
}
.p-story_in__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto;
}

.p-story_single {
  display: block;
  position: relative;
}
.p-story_single__header {
  display: block;
  position: relative;
}
.p-story_single__title {
  display: block;
  position: relative;
  font-size: 3rem;
  line-height: 1.8;
  letter-spacing: -0.05rem;
  color: var(--color-gold);
}
@media screen and (max-width: 960px) {
  .p-story_single__title {
    font-size: 1.7rem;
    line-height: 1.6;
  }
}
.p-story_single__inner {
  display: block;
  position: relative;
  padding: 3.5rem 0 6rem;
}
@media screen and (max-width: 960px) {
  .p-story_single__inner {
    padding: 1.6rem 0;
  }
}
.p-story_single__inner::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-gold);
}
.p-story_single__inner::after {
  content: "";
  width: 100%;
  height: 1rem;
  display: block;
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  background: url("../img/point.svg") no-repeat left center/0.8rem auto, url("../img/point.svg") no-repeat right center/0.8rem auto;
  transform: translate(0, 50%);
}
@media screen and (max-width: 960px) {
  .p-story_single__inner::after {
    bottom: 0;
    background-size: 0.4rem auto;
  }
}
.p-story_single__text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-story_single__text {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.p-story_single__text a {
  color: var(--color-gold);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-story_single__text a:hover, .p-story_single__text a:focus-visible {
    text-decoration: none;
  }
}
.p-story_single__text img {
  display: inline-block;
  position: relative;
  width: 31.75%;
  border: 1px solid var(--color-black);
}
@media screen and (min-width: 961px) {
  .p-story_single__text img {
    margin: 0 1.5% 1.5rem 0;
  }
}
@media screen and (max-width: 960px) {
  .p-story_single__text img {
    width: 49%;
    margin: 0 1% 0.5rem 0;
  }
}
.p-story_single__text iframe {
  max-width: 100%;
}
@supports (aspect-ratio: 16/9) {
  .p-story_single__text iframe {
    width: 100%;
    display: block;
    height: auto !important;
    aspect-ratio: 16/9;
  }
}