@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp_s-noto.min.css");
.p-story {
  padding-bottom: 55px;
}
@media not all and (max-width: 900px) {
  .p-story {
    padding-bottom: 117px;
  }
}
.p-story__category {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 60px;
  opacity: 0;
  transform: translateX(50px);
}
@media not all and (max-width: 900px) {
  .p-story__category {
    max-width: 480px;
  }
}
@media screen and (max-width: 900px) {
  .p-story__category {
    width: 95%;
    margin-bottom: 20px;
  }
}
body.is-in-play .p-story__category {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s, transform 0.45s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition-delay: 0.2s;
}
.p-story__category-item {
  width: 48.5%;
  margin-right: 3%;
}
.p-story__category-item:nth-of-type(2n) {
  margin-right: 0;
}
@media not all and (max-width: 900px) {
  .p-story__category-item .c-btn {
    height: 50px;
  }
}
.p-story__category-item .c-btn::after {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 0;
  background-color: #e02e2c;
}
.p-story__category-item .c-btn__text {
  font-size: 12px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 700;
  letter-spacing: 1.5px;
}
@media not all and (max-width: 900px) {
  .p-story__category-item .c-btn__text {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.p-story__category-item.is-current {
  pointer-events: none;
}
.p-story__category-item.is-current .c-btn::after {
  width: 100%;
}

.p-story__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .p-story__list {
    padding-top: 12px;
  }
}
.p-story__list-item {
  width: 48%;
  transform: translateX(40px);
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .p-story__list-item {
    margin-bottom: 4%;
  }
  .p-story__list-item:nth-of-type(even) {
    margin-left: 4%;
  }
}
@media not all and (max-width: 900px) {
  .p-story__list-item {
    width: 31.5%;
    margin: 0 2.75% 2.75% 0;
  }
  .p-story__list-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media not all and (max-width: 900px) {
  .p-story__list-item {
    transform: translateX(60px);
  }
}
body.is-in-play .p-story__list-item {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s, transform 0.45s cubic-bezier(0.18, 0.63, 0.19, 0.98);
}
body.is-in-play .p-story__list-item:nth-of-type(1) {
  transition-delay: 0.04s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(1) {
    transition-delay: 0.25s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(2) {
  transition-delay: 0.09s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(2) {
    transition-delay: 0.3s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(3) {
  transition-delay: 0.14s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(3) {
    transition-delay: 0.35s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(4) {
  transition-delay: 0.19s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(4) {
    transition-delay: 0.4s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(5) {
  transition-delay: 0.24s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(5) {
    transition-delay: 0.45s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(6) {
  transition-delay: 0.29s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(6) {
    transition-delay: 0.5s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(7) {
  transition-delay: 0.34s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(7) {
    transition-delay: 0.55s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(8) {
  transition-delay: 0.39s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(8) {
    transition-delay: 0.6s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(9) {
  transition-delay: 0.44s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(9) {
    transition-delay: 0.65s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(10) {
  transition-delay: 0.49s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(10) {
    transition-delay: 0.7s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(11) {
  transition-delay: 0.54s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(11) {
    transition-delay: 0.75s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(12) {
  transition-delay: 0.59s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(12) {
    transition-delay: 0.8s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(13) {
  transition-delay: 0.64s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(13) {
    transition-delay: 0.85s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(14) {
  transition-delay: 0.69s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(14) {
    transition-delay: 0.9s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(15) {
  transition-delay: 0.74s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(15) {
    transition-delay: 0.95s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(16) {
  transition-delay: 0.79s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(16) {
    transition-delay: 1s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(17) {
  transition-delay: 0.84s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(17) {
    transition-delay: 1.05s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(18) {
  transition-delay: 0.89s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(18) {
    transition-delay: 1.1s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(19) {
  transition-delay: 0.94s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(19) {
    transition-delay: 1.15s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(20) {
  transition-delay: 0.99s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(20) {
    transition-delay: 1.2s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(21) {
  transition-delay: 1.04s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(21) {
    transition-delay: 1.25s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(22) {
  transition-delay: 1.09s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(22) {
    transition-delay: 1.3s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(23) {
  transition-delay: 1.14s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(23) {
    transition-delay: 1.35s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(24) {
  transition-delay: 1.19s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(24) {
    transition-delay: 1.4s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(25) {
  transition-delay: 1.24s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(25) {
    transition-delay: 1.45s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(26) {
  transition-delay: 1.29s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(26) {
    transition-delay: 1.5s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(27) {
  transition-delay: 1.34s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(27) {
    transition-delay: 1.55s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(28) {
  transition-delay: 1.39s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(28) {
    transition-delay: 1.6s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(29) {
  transition-delay: 1.44s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(29) {
    transition-delay: 1.65s;
  }
}
body.is-in-play .p-story__list-item:nth-of-type(30) {
  transition-delay: 1.49s;
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__list-item:nth-of-type(30) {
    transition-delay: 1.7s;
  }
}
.p-story__list-link {
  display: block;
  position: relative;
  box-sizing: border-box;
}
.p-story__list-img {
  position: relative;
  overflow: hidden;
}
.p-story__list-img::after {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(224, 46, 44, 0.5);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.6s cubic-bezier(0.18, 0.63, 0.19, 0.98);
}
.p-story__list-img img {
  width: 100%;
  transition: transform cubic-bezier(0.18, 0.63, 0.19, 0.98) 0.6s;
}
@media not all and (max-width: 900px) {
  .p-story__list-link:hover .p-story__list-img::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .p-story__list-link:hover .p-story__list-img img {
    transform: scale(1.1);
  }
}
.p-story__list-text {
  padding: 8px 8px;
  color: #000000;
  font-size: 12px;
  letter-spacing: -0.02em;
  line-height: 1.4;
  background-color: #e02e2c;
}
@media not all and (max-width: 900px) {
  .p-story__list-text {
    padding: 11px 16px 13px;
    font-size: 17px;
    line-height: 1.65;
  }
}

.p-story__article {
  padding: 7px 0 30px;
  opacity: 0;
  transform: translateX(80px);
}
@media not all and (max-width: 900px) {
  .p-story__article {
    padding: 0 0 20px;
    margin-top: -16px;
  }
}
@media screen and (max-width: 900px) {
  .p-story__article {
    transform: translateX(40px);
  }
}
body.is-in-play .p-story__article {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s, transform 0.8s cubic-bezier(0.18, 0.63, 0.19, 0.98);
}
@media not all and (max-width: 900px) {
  body.is-in-play .p-story__article {
    transition: opacity 0.4s, transform 0.8s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  }
}
.p-story__article-ttl {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media not all and (max-width: 900px) {
  .p-story__article-ttl {
    margin-bottom: 33px;
    font-size: 42px;
  }
}
.p-story__article-body {
  line-height: 1.82;
  font-size: 12.5px;
  word-break: break-all;
}
@media not all and (max-width: 900px) {
  .p-story__article-body {
    font-size: 18px;
    line-height: 1.95;
  }
}
.p-story__article-body img {
  display: inline-block;
  width: 48%;
  margin: 0 2% 2% 0;
}
@media not all and (max-width: 900px) {
  .p-story__article-body img {
    width: 31.5%;
    margin: 0 1.83% 1.83% 0;
  }
}
.p-story__article-body iframe {
  max-width: 100% !important;
  display: block;
  position: relative;
}
@supports (aspect-ratio: 16/9) {
  .p-story__article-body iframe {
    height: auto;
    aspect-ratio: 16/9;
  }
}

.p-story__back {
  max-width: 190px;
  margin: 5px auto 0;
}
@media not all and (max-width: 900px) {
  .p-story__back {
    max-width: 210px;
    margin-top: 21px;
  }
}