@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.p-news.is-active .is-no {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.p-news .is-no {
  text-align: center;
  margin-top: 22px;
  transform: translateY(25px);
  opacity: 0;
}
.p-news__list {
  margin-top: 22px;
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .p-news__list {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.p-news__list-item + .p-news__list-item {
  border-top: 1px solid #dbd8d2;
}
.p-news__list-item:last-of-type {
  border-bottom: 1px solid #dbd8d2;
}
.p-news__list-inner {
  text-decoration: none;
  display: block;
  padding: 15px 0;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .p-news__list-inner {
    padding: 25px 0;
  }
}
@media (hover: hover) {
  .p-news__list-inner:hover {
    opacity: 0.7;
  }
  .p-news__list-inner:hover .p-news__list-ttl {
    color: #b08a3e;
  }
}
.p-news__list-date {
  display: flex;
  align-items: center;
  height: 100%;
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-weight: 700;
  color: #b08a3e;
  margin-bottom: 4px;
}
.p-news__list-date .p-in_year {
  font-size: 1rem;
  writing-mode: vertical-lr;
  flex-shrink: 0;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .p-news__list-date .p-in_year {
    font-size: 1.5rem;
  }
}
.p-news__list-date .p-in_date {
  font-size: 2.7rem;
}
@media screen and (min-width: 768px) {
  .p-news__list-date .p-in_date {
    font-size: 3.7rem;
  }
}
.p-news__list-ttl {
  font-size: 1.35rem;
  line-height: 1.8;
  color: #000;
  transition: color 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .p-news__list-ttl {
    font-size: 1.6rem;
  }
}
.p-news__pager {
  margin-top: 34px;
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .p-news__pager {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-news__pager {
    margin-top: 24px;
  }
}
.p-news__back {
  border-top: 1px solid #dbd8d2;
  padding-top: 25px;
  margin-top: 66px;
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .p-news__back {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.6s;
}
@media screen and (min-width: 768px) {
  .p-news__back {
    padding-top: 35px;
    margin-top: 76px;
  }
}

.p-news_detail {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-news_detail {
    margin-top: 30px;
  }
}
.p-news_detail__head {
  border-bottom: 1px solid #dbd8d2;
  padding-bottom: 20px;
  margin-bottom: 18px;
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .p-news_detail__head {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (min-width: 768px) {
  .p-news_detail__head {
    padding-bottom: 30px;
    margin-bottom: 28px;
  }
}
.p-news_detail__head-date {
  display: flex;
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-weight: 700;
  color: #b08a3e;
  margin-top: 23px;
  margin-bottom: 4px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-news_detail__head-date {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.p-news_detail__head-date .p-in_year {
  writing-mode: vertical-lr;
  font-size: 10px;
  flex-shrink: 0;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .p-news_detail__head-date .p-in_year {
    font-size: 15px;
  }
}
.p-news_detail__head-date .p-in_date {
  font-size: 27px;
}
@media screen and (min-width: 768px) {
  .p-news_detail__head-date .p-in_date {
    font-size: 35px;
  }
}
.p-news_detail__head-ttl {
  line-height: 1.55;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-news_detail__head-ttl {
    font-size: 20px;
  }
}
.p-news_detail__content {
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .p-news_detail__content {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
.p-news_detail__content-text {
  font-size: 1.4rem;
  line-height: 1.65;
}
@media screen and (min-width: 768px) {
  .p-news_detail__content-text {
    font-size: 1.6rem;
  }
}
.p-news_detail__content-text a {
  color: #ec1a34;
}
@media (hover: hover) {
  .p-news_detail__content-text a:hover {
    text-decoration: none;
  }
}
.p-news_detail__content-text img {
  width: auto !important;
  height: auto !important;
}
.p-news_detail__content-text iframe {
  width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .p-news_detail__content-text iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 767px) {
  .p-news_detail__content-text iframe {
    height: 45vw !important;
  }
}