@keyframes rotate_loop {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loop_x {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrollAnime {
  0% {
    transform: translateY(-100%);
  }
  40% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
.p-news {
  padding: 43px 0 162px;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 33px 0 96px;
  }
}
.is-load .p-news .l-section__ttl-bg-item {
  animation-duration: 10s;
}
.p-news__ttl {
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .p-news__ttl {
    margin-bottom: 49px;
  }
}
.p-news__list {
  transform: translateY(30px);
  opacity: 0;
}
.l-section.is-active .p-news__list {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    padding: 0 5%;
  }
}
.p-news__list-item + .p-news__list-item {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-news__list-item + .p-news__list-item {
    margin-top: 18px;
  }
}
.p-news__list-item a {
  position: relative;
  display: block;
  text-decoration: none;
}
@media (hover: hover) {
  .p-news__list-item a:hover .p-news__list-ttl {
    color: #b20000;
  }
}
.p-news__list-date {
  color: #fff;
  background-color: #b20000;
  width: 140px;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "Red Rose", system-ui;
}
@media screen and (max-width: 767px) {
  .p-news__list-date {
    width: 110px;
    top: 0;
    font-size: 12px;
    padding: 4px 0 4px;
    transform: translateY(-15%);
  }
}
.p-news__list-content {
  padding: 28px 75px 28px 114px;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .p-news__list-content {
    margin-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__list-content {
    padding: 26px 28px 18px 28px;
  }
}
.p-news__list-ttl {
  line-height: 1.4;
  color: #fff;
  transition: color 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .p-news__list-ttl {
    line-height: 1.8;
    font-size: 13px;
  }
}
.p-news__more {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-news__more {
    margin-top: 25px;
  }
}
.p-news__footer {
  margin-top: 65px;
  transform: translateY(30px);
  opacity: 0;
}
.l-section.is-active .p-news__footer {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-news__footer {
    margin-top: 29px;
  }
}

@media screen and (max-width: 767px) {
  .p-news_detail {
    padding: 0 5%;
  }
}
.p-news_detail__head {
  position: relative;
  margin-bottom: 16px;
  transform: translateY(30px);
  opacity: 0;
}
.l-section.is-active .p-news_detail__head {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.2s;
}
.p-news_detail__head-date {
  position: absolute;
  top: 27px;
  left: 0;
  background-color: #b20000;
  color: #fff;
  width: 140px;
  text-align: center;
  font-family: "Red Rose", system-ui;
  padding: 4px 0 5px;
}
@media screen and (max-width: 767px) {
  .p-news_detail__head-date {
    top: -7px;
    width: 110px;
    padding: 4px 0 3px;
    font-size: 13px;
  }
}
.p-news_detail__head-content {
  color: #fff;
  padding: 20px 114px 23px;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .p-news_detail__head-content {
    margin-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-news_detail__head-content {
    line-height: 1.7;
    padding: 20px 26px 12px;
  }
}
.p-news_detail__head-ttl {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .p-news_detail__head-ttl {
    font-size: 16px;
  }
}
.p-news_detail__content {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 37px 75px 65px;
  line-height: 1.8;
  transform: translateY(30px);
  opacity: 0;
}
.l-section.is-active .p-news_detail__content {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-news_detail__content {
    padding: 30px 27px 41px;
    font-size: 13px;
  }
}
.p-news_detail__content a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .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: 768px) {
  .p-news_detail__content img {
    max-width: 750px;
  }
}
.p-news_detail__content iframe {
  width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .p-news_detail__content iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 767px) {
  .p-news_detail__content iframe {
    height: 51.73vw !important;
  }
}