.p-news_in {
  margin-bottom: 13px;
}
@media screen and (min-width: 901px) {
  .p-news_in {
    margin-bottom: 65px;
  }
}

.p-news_in__contents {
  position: relative;
  z-index: 2;
}
.p-news_in__contents-link {
  margin-top: 36px;
  opacity: 0;
  filter: blur(10px);
  transform: translateY(10px);
  transition: transform 1s var(--ease-out) 0.2s, opacity 1s var(--ease-out) 0.2s, filter 1.5s var(--ease-out) 0.2s;
}
.is-load .p-news_in__contents-link {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
}
@media screen and (min-width: 901px) {
  .p-news_in__contents-link {
    margin-top: 51px;
  }
}
.p-news_in__contents-link a {
  display: flex;
  align-items: center;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transition: transform 0.5s var(--ease-out);
}
@media (hover: hover) {
  .p-news_in__contents-link a:hover {
    transform: translateX(-8px);
  }
  .p-news_in__contents-link a:hover .p-news_in__contents-link-icon svg {
    animation: arrowRight 1s var(--ease-out);
  }
}
@media screen and (min-width: 901px) {
  .p-news_in__contents-link a {
    gap: 8px;
  }
}
.p-news_in__contents-link-icon {
  width: 15px;
  height: 15px;
  transform: rotate(180deg);
}
@media screen and (min-width: 901px) {
  .p-news_in__contents-link-icon {
    width: 20px;
    height: 20px;
  }
}
.p-news_in__contents-link-icon svg {
  display: block;
  fill: var(--color-ocher);
}
.p-news_in__contents-link-text {
  font-family: var(--font-en);
  font-size: 1.5rem;
  color: var(--color-ocher);
}
@media screen and (min-width: 901px) {
  .p-news_in__contents-link-text {
    font-size: 2rem;
  }
}
.p-news_in__contents-list {
  width: 86%;
  margin: 3px auto 0;
}
@media screen and (min-width: 901px) {
  .p-news_in__contents-list {
    margin: 10px auto 0;
  }
}
.p-news_in__contents-item {
  opacity: 0;
  filter: blur(10px);
  transform: translateX(-20px);
  transition: transform 1s var(--ease-out), opacity 1s var(--ease-out), filter 1.5s var(--ease-out);
}
.p-news_in__contents-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-news_in__contents-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-news_in__contents-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-news_in__contents-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-news_in__contents-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-news_in__contents-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-news_in__contents-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-news_in__contents-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-news_in__contents-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-news_in__contents-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.is-load .p-news_in__contents-item {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
}
.p-news_in__contents-item:first-of-type {
  border-top: 0;
}
.p-news_in__post {
  width: 86%;
  margin: 22px auto 0;
  opacity: 0;
  filter: blur(10px);
  transform: translateY(8px);
  transition: transform 1s var(--ease-out) 0.3s, opacity 1s var(--ease-out) 0.3s, filter 1.5s var(--ease-out) 0.3s;
}
.is-load .p-news_in__post {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
@media screen and (min-width: 901px) {
  .p-news_in__post {
    margin: 35px auto 0;
  }
}
.p-news_in__post-head {
  padding-bottom: 26px;
  border-bottom: 1px solid var(--color-ocher);
}
@media screen and (min-width: 901px) {
  .p-news_in__post-head {
    padding-bottom: 36px;
  }
}
.p-news_in__post-head-date {
  font-family: var(--font-en);
  font-size: 1.5rem;
  color: var(--color-ocher);
}
@media screen and (min-width: 901px) {
  .p-news_in__post-head-date {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.p-news_in__post-head-title {
  margin-top: 6px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: var(--color-brown);
}
@media screen and (min-width: 901px) {
  .p-news_in__post-head-title {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.p-news_in__post-detail {
  padding: 25px 0 45px;
  font-size: 1.3rem;
  line-height: 1.75;
  border-bottom: 1px solid var(--color-ocher);
}
@media screen and (min-width: 901px) {
  .p-news_in__post-detail {
    padding: 30px 0 60px;
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
.p-news_in__post-detail img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.p-news_in__post-detail iframe {
  width: 100%;
  display: block;
  height: auto !important;
  aspect-ratio: 16/9;
}
.p-news_in__post-detail span,
.p-news_in__post-detail strong,
.p-news_in__post-detail u {
  vertical-align: baseline;
}
.p-news_in__post-detail a {
  color: var(--color-ocher);
  transition: opacity 0.5s var(--ease-out);
  text-decoration: underline;
}
@media (hover: hover) {
  .p-news_in__post-detail a:hover {
    opacity: 0.5;
  }
}

.p-news_in__pagination {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(10px);
  transition: transform 1s var(--ease-out) 0.2s, opacity 1s var(--ease-out) 0.2s, filter 1.5s var(--ease-out) 0.2s;
}
.is-load .p-news_in__pagination {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
}