@keyframes loop_text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes menu-dot-out {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menu-dot-in {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scrolldown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(0);
  }
  66% {
    transform: translateY(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes glitch_bg {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  4% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.p-news p {
  text-align: center;
  letter-spacing: 2px;
}
.p-news__ttl {
  width: 23%;
  max-width: 264px;
  padding-right: 3%;
}
@media screen and (max-width: 899px) {
  .p-news__ttl {
    width: 100%;
    max-width: none;
    padding-right: 0;
    margin-bottom: 31px;
  }
}
.p-news__list {
  margin-top: 0px;
}
@media screen and (max-width: 899px) {
  .p-news__list {
    margin-top: 0;
  }
}
.p-news__list-item {
  line-height: 1.8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transform: translateY(-18px);
  opacity: 0;
}
.is-active .p-news__list-item:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.2s;
}
.is-active .p-news__list-item:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.33s;
}
.is-active .p-news__list-item:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.46s;
}
.is-active .p-news__list-item:nth-child(4) {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.59s;
}
.is-active .p-news__list-item:nth-child(5) {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.72s;
}
.is-active .p-news__list-item:nth-child(6) {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.85s;
}
.is-active .p-news__list-item:nth-child(7) {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.98s;
}
.is-active .p-news__list-item:nth-child(8) {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 1.11s;
}
.is-active .p-news__list-item:nth-child(9) {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 1.24s;
}
.is-active .p-news__list-item:nth-child(10) {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 1.37s;
}
.p-news__list-inner {
  display: flex;
  align-items: center;
  padding: 18px 0 17px;
  text-decoration: none;
  color: #fff;
  transition: color 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 900px) {
  .p-news__list-inner:hover {
    color: #9fa1c0;
  }
}
@media screen and (max-width: 899px) {
  .p-news__list-inner {
    display: block;
    padding: 18px 0 19px;
  }
}
.p-news__list-date {
  line-height: 1.5;
  width: 33%;
  max-width: 331px;
  min-width: 250px;
  padding-right: 2%;
  font-family: "Outfit", sans-serif;
}
@media screen and (min-width: 900px) {
  .p-news__list-date.is-pc {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 899px) {
  .p-news__list-date.is-sp {
    max-width: none;
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .p-news__list-date {
    min-width: auto;
    margin-bottom: 3px;
  }
}
.p-news__list-date .p-in_year {
  writing-mode: vertical-lr;
  font-size: 15px;
  margin-right: 14px;
  line-height: 1;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 3px;
}
.p-news__list-date .p-in_date {
  font-size: 60px;
  letter-spacing: 6px;
  font-weight: 100;
}
@media screen and (max-width: 899px) {
  .p-news__list-date .p-in_date {
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.5);
  }
}
.p-news__list-detail {
  font-size: 19px;
  letter-spacing: 1px;
}
@media screen and (max-width: 899px) {
  .p-news__list-detail {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.5px;
  }
}
.p-news__footer {
  margin-top: 77px;
  transform: translateY(-18px);
  opacity: 0;
}
.is-active .p-news__footer {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 1s;
}
@media screen and (max-width: 899px) {
  .p-news__footer {
    margin-top: 38px;
  }
}

.p-news_detail__head {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 44px;
  margin-bottom: 43px;
  transform: translateY(-18px);
  opacity: 0;
}
.is-active .p-news_detail__head {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.3s;
}
@media screen and (max-width: 899px) {
  .p-news_detail__head {
    padding-bottom: 24px;
    margin-bottom: 24px;
    display: block;
  }
}
.p-news_detail__head-date {
  flex-shrink: 0;
  display: flex;
  font-family: "Outfit", sans-serif;
  align-items: center;
  margin-right: 5.5%;
}
@media screen and (max-width: 899px) {
  .p-news_detail__head-date {
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 900px) {
  .p-news_detail__head-date.is-pc {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 899px) {
  .p-news_detail__head-date.is-pc {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .p-news_detail__head-date.is-sp {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .p-news_detail__head-date.is-sp {
    max-width: none;
    width: 100%;
    padding-right: 0;
  }
}
.p-news_detail__head-date .p-in_year {
  writing-mode: vertical-lr;
  font-size: 16px;
  margin-right: 12px;
  line-height: 1;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 3px;
}
.p-news_detail__head-date .p-in_date {
  font-size: 60px;
  letter-spacing: 7px;
  font-weight: 100;
}
@media screen and (max-width: 899px) {
  .p-news_detail__head-date .p-in_date {
    font-size: 17px;
    letter-spacing: 2.5px;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.5);
  }
}
.p-news_detail__head-title {
  font-size: 25px;
  letter-spacing: 2px;
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  .p-news_detail__head-title {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.5px;
  }
}
.p-news_detail__content {
  line-height: 1.95;
  font-size: 16px;
  letter-spacing: 2px;
  transform: translateY(-18px);
  opacity: 0;
}
.is-active .p-news_detail__content {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.5s;
}
@media screen and (max-width: 899px) {
  .p-news_detail__content {
    font-size: 12px;
  }
}
.p-news_detail__content a {
  color: #fff;
}
@media screen and (min-width: 900px) {
  .p-news_detail__content a {
    transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-news_detail__content a:hover {
    text-decoration: none;
    color: #9fa1c0;
  }
}
.p-news_detail__content img {
  height: auto !important;
  width: 100% !important;
}
.p-news_detail__content iframe {
  width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 900px) {
  .p-news_detail__content iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 899px) {
  .p-news_detail__content iframe {
    height: 51.73vw !important;
  }
}
.p-news_detail__footer {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 75px;
  margin-top: 62px;
  transform: translateY(-18px);
  opacity: 0;
}
.is-active .p-news_detail__footer {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 1s;
}
@media screen and (max-width: 899px) {
  .p-news_detail__footer {
    padding-top: 39px;
    margin-top: 51px;
  }
}

.c-pagination {
  display: flex;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  position: relative;
  padding: 0 120px;
}
@media screen and (max-width: 899px) {
  .c-pagination {
    padding: 0 19px;
  }
}
.c-pagination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.3;
}
.c-pagination__list-item {
  font-size: 25px;
  width: 53px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 899px) {
  .c-pagination__list-item {
    width: 35px;
    font-size: 17px;
  }
}
.c-pagination__list-item span {
  vertical-align: baseline;
}
.c-pagination__list-item a {
  text-decoration: none;
  color: #fff;
  opacity: 0.5;
  position: relative;
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.c-pagination__list-item a::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scaleX(0);
  background-color: #fff;
  transform-origin: right;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 900px) {
  .c-pagination__list-item a:hover {
    opacity: 0.8;
  }
  .c-pagination__list-item a:hover::after {
    transform: translateY(-50%) scaleX(1);
    transform-origin: left;
  }
}
.c-pagination__nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 21px;
  letter-spacing: 3.8px;
}
.c-pagination__nav-button a {
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 899px) {
  .c-pagination__nav-button a {
    font-size: 0;
    width: 15px;
    height: 15px;
  }
}
.c-pagination__nav-button a::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .c-pagination__nav-button a::before {
    width: 100%;
    height: 100%;
  }
}
.c-pagination__nav-button.-prev {
  left: 0;
}
.c-pagination__nav-button.-prev a {
  padding-left: 37px;
}
@media screen and (max-width: 899px) {
  .c-pagination__nav-button.-prev a {
    padding: 0;
  }
}
.c-pagination__nav-button.-prev a::before {
  left: 0;
  background: url(../img/icon/arrow_l.svg) no-repeat center center;
  background-size: contain;
}
.c-pagination__nav-button.-next {
  right: 0;
}
.c-pagination__nav-button.-next a {
  padding-right: 37px;
}
@media screen and (max-width: 899px) {
  .c-pagination__nav-button.-next a {
    padding: 0;
  }
}
.c-pagination__nav-button.-next a::before {
  right: 0;
  background: url(../img/icon/arrow_r.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 900px) {
  .c-pagination__nav-link:hover .c-pagination__nav-text::after {
    transform: translateY(-50%) scaleX(1);
    transform-origin: left;
  }
}
.c-pagination__nav-text {
  position: relative;
  vertical-align: baseline;
}
.c-pagination__nav-text::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scaleX(0);
  background-color: #fff;
  transform-origin: right;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.c-back {
  display: flex;
  justify-content: center;
  position: relative;
}
.c-back__top {
  font-family: "Outfit", sans-serif;
  font-size: 23px;
  letter-spacing: 4px;
}
@media screen and (max-width: 899px) {
  .c-back__top {
    font-size: 14px;
    letter-spacing: 2.5px;
  }
}
.c-back__top a {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .c-back__top a:hover .c-back__nav-text::after {
    transform: translateY(-50%) scaleX(1);
    transform-origin: left;
  }
}
.c-back__nav {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: "Outfit", sans-serif;
}
.c-back__nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 899px) {
  .c-back__nav a {
    width: 16px;
    height: 16px;
  }
}
.c-back__nav a::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .c-back__nav a::before {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 900px) {
  .c-back__nav a:hover .c-back__nav-text::after {
    transform: translateY(-50%) scaleX(1);
    transform-origin: left;
  }
}
.c-back__nav-item {
  pointer-events: all;
  letter-spacing: 4px;
  font-size: 20px;
}
.c-back__nav-item.-prev {
  left: 0;
}
@media screen and (max-width: 899px) {
  .c-back__nav-item.-prev {
    font-size: 0;
  }
}
.c-back__nav-item.-prev a {
  padding-left: 37px;
}
@media screen and (max-width: 899px) {
  .c-back__nav-item.-prev a {
    padding: 0;
  }
}
.c-back__nav-item.-prev a::before {
  left: 0;
  background: url(../img/icon/arrow_l.svg) no-repeat center center;
  background-size: contain;
}
.c-back__nav-item.-next {
  right: 0;
}
@media screen and (max-width: 899px) {
  .c-back__nav-item.-next {
    font-size: 0;
  }
}
.c-back__nav-item.-next a {
  padding-right: 37px;
}
@media screen and (max-width: 899px) {
  .c-back__nav-item.-next a {
    padding: 0;
  }
}
.c-back__nav-item.-next a::before {
  right: 0;
  background: url(../img/icon/arrow_r.svg) no-repeat center center;
  background-size: contain;
}
.c-back__nav-text {
  position: relative;
}
.c-back__nav-text::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scaleX(0);
  background-color: #fff;
  transform-origin: right;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}