@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-special_report {
  padding-top: 65px;
}
@media screen and (max-width: 899px) {
  .p-special_report {
    padding-top: 0;
  }
}
.p-special_report__head {
  text-align: center;
  margin-bottom: 54px;
}
@media screen and (max-width: 899px) {
  .p-special_report__head {
    margin-top: 0;
    margin-bottom: 28px;
  }
}
.p-special_report__head-ttl {
  line-height: 1.6;
  margin-bottom: 5px;
}
.p-special_report__head-ttl .p-in_name {
  font-size: 25px;
  letter-spacing: 4px;
  transform: translateY(18px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-active .p-special_report__head-ttl .p-in_name {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
@media screen and (max-width: 899px) {
  .p-special_report__head-ttl .p-in_name {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
.p-special_report__head-ttl .p-in_ttl {
  font-size: 45px;
  letter-spacing: 5px;
  transform: translateY(18px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-active .p-special_report__head-ttl .p-in_ttl {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.45s;
}
@media screen and (max-width: 899px) {
  .p-special_report__head-ttl .p-in_ttl {
    font-size: 22px;
    letter-spacing: 2.5px;
  }
}
.p-special_report__head-caption {
  font-size: 25px;
  letter-spacing: 3.5px;
  line-height: 1.6;
  transform: translateY(18px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-active .p-special_report__head-caption {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
@media screen and (max-width: 899px) {
  .p-special_report__head-caption {
    font-size: 12px;
    letter-spacing: 2.5px;
  }
}
.p-special_report__headthumb {
  margin: 0 auto;
  width: 90%;
  max-width: 780px;
  margin-right: 13%;
  position: relative;
  overflow: hidden;
  transform: translateY(25px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-active .p-special_report__headthumb {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.p-special_report__headthumb img {
  transform: scale(1.1);
}
.is-active .p-special_report__headthumb img {
  transform: scale(1);
  transition-delay: 0.8s;
  transition: transform 5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 899px) {
  .p-special_report__headthumb {
    margin: 0 auto;
    width: 100%;
  }
}
.p-special_report__contents {
  margin-top: 70px;
}
@media screen and (max-width: 899px) {
  .p-special_report__contents {
    margin-top: 65px;
  }
}

.p-special_report__box {
  position: relative;
  transform: translateY(18px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-special_report__box.is-active {
  opacity: 1;
  transform: translateY(0);
}
.p-special_report__box + .p-special_report__box {
  margin-top: 99px;
}
@media screen and (max-width: 899px) {
  .p-special_report__box + .p-special_report__box {
    margin-top: 50px;
  }
}
.p-special_report__box-ttl {
  font-weight: 600;
  font-size: 23px;
  font-size: min(23px, 2.2vw);
  letter-spacing: 3.8px;
  position: relative;
  padding-left: 21px;
  line-height: 1.8;
  margin-bottom: 42px;
}
@media screen and (max-width: 899px) {
  .p-special_report__box-ttl {
    font-size: 17px;
    font-size: min(17px, 4.6vw);
    padding-left: 12px;
    letter-spacing: 1.8px;
    line-height: 1.7;
    margin-bottom: 24px;
  }
}
.p-special_report__box-ttl::before {
  content: "";
  width: 4px;
  height: calc(100% - 15px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
}
.p-special_report__box-cap {
  margin-bottom: 45px;
}
@media screen and (max-width: 899px) {
  .p-special_report__box-cap {
    margin-bottom: 25px;
  }
}
.p-special_report__box-cap-thumb {
  width: 47%;
  margin-top: 9px;
  margin-left: 3%;
}
@media screen and (min-width: 900px) {
  .p-special_report__box-cap-thumb {
    float: right;
  }
}
@media screen and (max-width: 899px) {
  .p-special_report__box-cap-thumb {
    margin: 26px auto 0;
    width: 100%;
  }
}
.p-special_report__box-cap-thumb2 {
  width: 50%;
  margin-top: 15px;
}
@media screen and (max-width: 899px) {
  .p-special_report__box-cap-thumb2 {
    width: 100%;
    margin: 10px auto 0;
  }
}
.p-special_report__box-cap-lead {
  font-size: 16px;
  font-size: min(16px, 1.6vw);
  line-height: 2.4;
  letter-spacing: 2px;
}
@media screen and (max-width: 899px) {
  .p-special_report__box-cap-lead {
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: 2.5px;
  }
}
@media screen and (max-width: 899px) {
  .p-special_report__box-item {
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-special_report__box-item-lead {
  font-size: 16px;
  font-size: min(16px, 1.6vw);
  line-height: 2.4;
  letter-spacing: 2px;
}
@media screen and (max-width: 899px) {
  .p-special_report__box-item-lead {
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: 2.5px;
  }
}
@media screen and (min-width: 900px) {
  .p-special_report__box-item-thumb {
    float: right;
    width: 47%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 899px) {
  .p-special_report__box-item-thumb {
    margin: 10px auto 0;
    width: 100%;
  }
}
.p-special_report__box-item + .p-special_report__box-item {
  margin-top: 38px;
}
@media screen and (max-width: 899px) {
  .p-special_report__box-item + .p-special_report__box-item {
    margin-top: 23px;
  }
}