@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-info__list {
  display: flex;
  flex-wrap: wrap;
  transform: translateY(35px);
  opacity: 0;
}
.l-section.is-active .p-info__list {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
.p-info__list-item {
  width: 32.7%;
  margin-right: 0.95%;
  margin-bottom: 3.6%;
}
@media screen and (max-width: 959px) {
  .p-info__list-item {
    margin-bottom: 4.4%;
    width: 49.5%;
  }
  .p-info__list-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .p-info__list-item:nth-child(3n) {
    margin-right: 0;
  }
}
.p-info__list-inner {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
}
@media (hover: hover) {
  .p-info__list-inner:hover .p-info__list-thumb img {
    transform: scale(1.08);
  }
}
.p-info__list-ttl {
  line-height: 1.6;
  font-weight: 700;
  font-size: min(26px, 2vw);
  letter-spacing: 2px;
  margin-bottom: 3px;
}
@media screen and (max-width: 959px) {
  .p-info__list-ttl {
    line-height: 1.4;
    font-size: 11px;
    letter-spacing: 0.8px;
    margin-bottom: 0;
  }
}
.p-info__list-category {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.p-info__list-category-ttl {
  font-size: min(21px, 1.6153846154vw);
}
@media screen and (max-width: 959px) {
  .p-info__list-category-ttl {
    font-size: 8px;
  }
}
.p-info__list-category-date {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(20px, 1.5384615385vw);
  letter-spacing: 1px;
  font-weight: 300;
}
@media screen and (max-width: 959px) {
  .p-info__list-category-date {
    font-size: 8px;
    letter-spacing: 0.5px;
  }
}
.p-info__list-thumb {
  width: 100%;
  padding-top: 46.5%;
  position: relative;
  margin-bottom: 6px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-info__list-thumb {
    margin-bottom: 2px;
    padding-top: 39.5%;
  }
}
.p-info__list-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-info__pager {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 16px;
  position: relative;
  transform: translateY(35px);
  opacity: 0;
}
.l-section.is-active .p-info__pager {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.6s;
}
@media screen and (max-width: 959px) {
  .p-info__pager {
    margin-top: 11px;
  }
}
.p-info__category {
  padding-top: 19px;
  margin-bottom: 50px;
  transform: translateY(35px);
  opacity: 0;
}
.l-section.is-active .p-info__category {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 959px) {
  .p-info__category {
    padding-top: 3px;
    margin-bottom: 9px;
  }
}
.p-info__back {
  margin-top: 93px;
}
@media screen and (max-width: 959px) {
  .p-info__back {
    padding-bottom: 19px;
    margin-top: 52px;
  }
}

.p-info_detail__head {
  transform: translateY(35px);
  opacity: 0;
}
.l-section.is-active .p-info_detail__head {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-info_detail__head-category {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .p-info_detail__head-category {
    font-size: 10px;
  }
}
.p-info_detail__head-ttl {
  position: relative;
  margin-top: -7px;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (max-width: 959px) {
  .p-info_detail__head-ttl {
    font-size: 20px;
  }
}
.p-info_detail__head-date {
  text-align: right;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-weight: 300;
  font-size: 21px;
  letter-spacing: 1px;
  margin-top: 3px;
}
@media screen and (max-width: 959px) {
  .p-info_detail__head-date {
    margin-top: 0;
    font-size: 10px;
  }
}
.p-info_detail__content {
  transform: translateY(35px);
  opacity: 0;
}
.l-section.is-active .p-info_detail__content {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.p-info_detail__text {
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 2;
}
@media screen and (max-width: 959px) {
  .p-info_detail__text {
    line-height: 1.6;
    font-size: 12px;
    letter-spacing: 1px;
  }
}
.p-info_detail__text p {
  margin-bottom: 2rem;
}
@media screen and (max-width: 959px) {
  .p-info_detail__text p {
    margin-bottom: 1rem;
  }
}
.p-info_detail__text a {
  background-color: #222222;
  color: #fff;
  text-decoration: none;
  padding: 2px 8px 3px;
  transition: background 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-info_detail__text a:hover {
    background-color: #545454;
  }
}
@media screen and (max-width: 959px) {
  .p-info_detail__text a {
    padding: 1px 5px 2px;
  }
}
.p-info_detail__text h2 {
  font-size: 26px;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .p-info_detail__text h2 {
    font-size: 16px;
  }
}
.p-info_detail__text img {
  width: auto;
  height: auto;
  margin: 0 auto;
  max-width: 88%;
}
@media screen and (max-width: 959px) {
  .p-info_detail__text img {
    max-width: 100%;
  }
}
.p-info_detail__text iframe {
  width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 960px) {
  .p-info_detail__text iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 959px) {
  .p-info_detail__text iframe {
    height: 51.73vw !important;
  }
}