@keyframes rotate_loop {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bgline_PC {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1400px 0;
  }
}
@keyframes bgline_PC2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1400px 0;
  }
}
@keyframes gray_lineSP {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -400px center;
  }
}
@keyframes card_lineSP {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -450px center;
  }
}
.p-news {
  overflow: hidden;
}
.p-news .l-section__inner {
  width: 100%;
}
.p-news__list {
  margin-top: 40px;
  transform: translateY(25px);
  opacity: 0;
}
.is-in-load .p-news__list {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.6s;
}
.p-news__list-item {
  position: relative;
}
.p-news__list-item::before {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: rgba(84, 77, 79, 0.1);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-news__list-item:last-of-type::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(84, 77, 79, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-news__list-inner {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 16px 28px 19px;
}
@media screen and (min-width: 1001px) {
  .p-news__list-inner {
    padding: 20.8px 36.4px 24.7px;
  }
}
@media (hover: hover) {
  .p-news__list-inner {
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-news__list-inner:hover {
    opacity: 0.6;
  }
}
.p-news__list-date {
  color: #e37f9d;
  font-family: "benton-modern-display-compre", serif;
  font-weight: 400;
  flex-shrink: 0;
  padding-left: 17px;
  position: relative;
  width: 60px;
}
@media screen and (min-width: 1001px) {
  .p-news__list-date {
    width: 78px;
  }
}
.p-news__list-date::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 46%;
  left: 2px;
  transform: translateY(-50%);
  background-color: #e37f9d;
  border-radius: 50%;
}
@media screen and (min-width: 1001px) {
  .p-news__list-date::before {
    width: 5.2px;
    height: 5.2px;
  }
}
.p-news__list-date .p-in_year {
  font-size: 15px;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 1001px) {
  .p-news__list-date .p-in_year {
    font-size: 19.5px;
    letter-spacing: 1.04px;
  }
}
.p-news__list-date .p-in_date {
  font-size: 20px;
}
@media screen and (min-width: 1001px) {
  .p-news__list-date .p-in_date {
    font-size: 26px;
  }
}
.p-news__list-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #544d4f;
  font-size: 12px;
  line-height: 1.75;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .p-news__list-ttl {
    font-size: 15.6px;
  }
}
.p-news__more {
  margin-top: 37px;
}

.p-news_detail {
  margin-top: 40px;
  transform: translateY(25px);
  opacity: 0;
}
.is-in-load .p-news_detail {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.6s;
}
.p-news_detail__head {
  border-bottom: 1px solid rgba(84, 77, 79, 0.1);
  border-top: 1px solid rgba(84, 77, 79, 0.1);
  padding: 22px 31px 25px;
  line-height: 1.7;
}
.p-news_detail__head-date {
  font-family: "benton-modern-display-compre", serif;
  font-weight: 400;
  color: #e37f9d;
  letter-spacing: 0.5px;
  font-size: 15px;
  margin-bottom: 3px;
}
.p-news_detail__head-ttl {
  font-size: 14px;
}
.p-news_detail__content {
  line-height: 1.65;
  font-size: 12.5px;
  padding: 37px 31px 25px;
}
.p-news_detail__content a {
  color: #e37f9d;
}
@media screen and (min-width: 1001px) {
  .p-news_detail__content a:hover {
    text-decoration: none;
  }
}
.p-news_detail__content img {
  height: auto !important;
  width: auto !important;
}
@media screen and (min-width: 1001px) {
  .p-news_detail__content img {
    max-width: 750px;
  }
}
.p-news_detail__content iframe {
  width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 1001px) {
  .p-news_detail__content iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 1000px) {
  .p-news_detail__content iframe {
    height: 51.73vw !important;
  }
}