@keyframes shake {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes fuyo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fuyo2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll2 {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 0;
  }
  34% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll3 {
  0% {
    opacity: 0;
  }
  34% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll4 {
  0% {
    opacity: 0;
  }
  51% {
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll5 {
  0% {
    opacity: 0;
  }
  68% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes logo {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-6deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes bblFadInOut {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes rotate_loop {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-news__list-item {
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-news__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.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 rgba(0, 0, 0, 0.2);
  padding-top: 28px;
}
@media screen and (max-width: 959px) {
  .p-news__list-item + .p-news__list-item {
    padding-top: 25px;
  }
}
.p-news__list-inner {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding-bottom: 24px;
}
@media (hover: hover) {
  .p-news__list-inner:hover .p-news__list-ttl {
    color: #ff9810;
  }
  .p-news__list-inner:hover .p-news__list-date {
    background-color: #ff9810;
  }
}
@media screen and (max-width: 959px) {
  .p-news__list-inner {
    padding-bottom: 22px;
    display: block;
  }
}
.p-news__list-date {
  background-color: #000;
  color: #fff;
  font-family: "Arvo", serif;
  font-weight: 400;
  height: 100%;
  width: 140px;
  flex-shrink: 0;
  margin-right: 28px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 4px 5px;
  border-radius: 100px;
  overflow: hidden;
  transition: background 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .p-news__list-date {
    width: 130px;
    font-size: 11px;
    padding: 4px 3px 3px;
    margin-bottom: 10px;
  }
}
.p-news__list-ttl {
  line-height: 1.5;
  font-size: 18px;
  color: #000;
  width: calc(100% - 168px);
  transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 960px) {
  .p-news__list-ttl {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media screen and (max-width: 959px) {
  .p-news__list-ttl {
    font-size: 13px;
    line-height: 1.4;
    width: 100%;
  }
}
.p-news__foot {
  margin-top: 43px;
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-news__foot {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
@media screen and (max-width: 959px) {
  .p-news__foot {
    margin-top: 20px;
  }
}
.p-news__foot.-back {
  margin-top: 71px;
}
.is-active .p-news__foot.-back {
  transition-delay: 0.6s;
}
@media screen and (max-width: 959px) {
  .p-news__foot.-back {
    margin-top: 45px;
  }
}
.p-news .none {
  text-align: center;
  font-size: 18px;
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-news .none {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 959px) {
  .p-news .none {
    font-size: 13px;
  }
}

.p-news_detail__head {
  background-color: #ff9810;
  border-radius: 10px;
  padding: 30px 30px 24px;
  margin-bottom: 43px;
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-news_detail__head {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 959px) {
  .p-news_detail__head {
    padding: 20px 21px 18px;
    margin-bottom: 21px;
  }
}
.p-news_detail__head-date {
  background-color: #000;
  color: #fff;
  font-family: "Arvo", serif;
  font-weight: 400;
  line-height: 1;
  border-radius: 100px;
  font-weight: 600;
  padding: 4px 16px 3px;
  font-size: 13px;
  letter-spacing: 2.5px;
  margin-bottom: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 959px) {
  .p-news_detail__head-date {
    padding: 4px 19px 3px;
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 6px;
  }
}
.p-news_detail__head-ttl {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .p-news_detail__head-ttl {
    line-height: 1.4;
    font-size: 14px;
  }
}
.p-news_detail__content {
  line-height: 1.6;
  font-size: 18px;
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-news_detail__content {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
@media screen and (max-width: 959px) {
  .p-news_detail__content {
    line-height: 1.5;
    font-size: 13px;
  }
}
.p-news_detail__content a {
  color: #ff9810;
}
@media (hover: hover) {
  .p-news_detail__content a:hover {
    text-decoration: none;
  }
}
.p-news_detail__content b, .p-news_detail__content span, .p-news_detail__content strong, .p-news_detail__content small, .p-news_detail__content i, .p-news_detail__content u, .p-news_detail__content q {
  vertical-align: baseline;
}
.p-news_detail__content img {
  width: auto !important;
  height: auto !important;
}
.p-news_detail__content iframe {
  width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 960px) {
  .p-news_detail__content iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 959px) {
  .p-news_detail__content iframe {
    height: 51.73vw !important;
  }
}