.simplebar-track.simplebar-horizontal {
  display: none;
}
.simplebar-track.simplebar-vertical {
  height: 100%;
  top: 0;
  width: 14px;
  right: 0;
  border-left: 1px solid var(--color-navy03);
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar {
  width: 26%;
  margin: 0 auto;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0;
  opacity: 1;
  background-color: var(--color-blue01);
}

.p-kv {
  width: 100%;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-kv {
    padding: 0;
    padding-top: 173%;
  }
}

.p-kv__bg {
  width: 100%;
  opacity: 0;
  transform: scale(1.05);
  transition: transform 3s var(--ease-main), opacity 0.4s var(--ease-main);
}
.is-load .p-kv__bg {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 899px) {
  .p-kv__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
}
.p-kv__bg img {
  width: 100%;
}

.p-kv__deco-item {
  width: 12.7%;
  max-width: 250px;
  position: absolute;
  opacity: 0;
  transition: transform 0.6s var(--ease-main) 0.6s, opacity 0.6s var(--ease-main) 0.6s;
}
.is-load .p-kv__deco-item {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .p-kv__deco-item {
    width: 23.6%;
  }
}
.p-kv__deco-item:nth-of-type(1) {
  top: 12.2%;
  left: 0;
  transform: translateX(-20px);
  transition-delay: 0.6s;
}
.is-load .p-kv__deco-item:nth-of-type(1) {
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .p-kv__deco-item:nth-of-type(1) {
    top: 52.4%;
  }
}
.p-kv__deco-item:nth-of-type(2) {
  bottom: 14.5%;
  right: 0;
  transform: translateX(20px);
  transition-delay: 0.8s;
}
.is-load .p-kv__deco-item:nth-of-type(2) {
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .p-kv__deco-item:nth-of-type(2) {
    bottom: auto;
    top: 29.8%;
  }
}
.p-kv__deco-item img {
  width: 100%;
}

.p-kv__character-item {
  width: 48.6%;
  position: absolute;
  right: 12.6%;
  top: 58.4%;
  transform: translateY(-50%);
}
.p-kv__character-item img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  opacity: 0;
  transform: scale(0.5);
  transition: transform 0.4s var(--ease-bound) 0.4s, opacity 0.6s var(--ease-main) 0.4s;
}
.is-load .p-kv__character-item img {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 899px) {
  .p-kv__character-item {
    width: 91.7%;
    right: auto;
    left: 48.8%;
    top: 31.5%;
    transform: translateX(-50%);
  }
}

.p-kv__title {
  width: 52.1%;
  position: absolute;
  left: 2.1%;
  bottom: 21.5%;
  z-index: 1;
  transition: transform 0.2s var(--ease-main) 1.7s, -webkit-clip-path 0.4s var(--ease-in) 0.4s;
  transition: clip-path 0.4s var(--ease-in) 0.4s, transform 0.2s var(--ease-main) 1.7s;
  transition: clip-path 0.4s var(--ease-in) 0.4s, transform 0.2s var(--ease-main) 1.7s, -webkit-clip-path 0.4s var(--ease-in) 0.4s;
  transform-origin: left;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  z-index: 2;
}
.is-load .p-kv__title {
  transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-kv__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-navy01);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-mask: url(../img/txt_ttl_jp.png) no-repeat center/contain;
  mask: url(../img/txt_ttl_jp.png) no-repeat center/contain;
  transition: -webkit-clip-path 0.6s var(--ease-main) 0.8s;
  transition: clip-path 0.6s var(--ease-main) 0.8s;
  transition: clip-path 0.6s var(--ease-main) 0.8s, -webkit-clip-path 0.6s var(--ease-main) 0.8s;
}
[data-lang=en] .p-kv__title::before {
  -webkit-mask: url(../img/txt_ttl_en.png) no-repeat center/contain;
  mask: url(../img/txt_ttl_en.png) no-repeat center/contain;
}
[data-lang=ch] .p-kv__title::before {
  -webkit-mask: url(../img/txt_ttl_ch.png) no-repeat center/contain;
  mask: url(../img/txt_ttl_ch.png) no-repeat center/contain;
}
.is-load .p-kv__title::before {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.p-kv__title img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.is-load .p-kv__title {
  opacity: 1;
  transform: translateX(0);
}
[data-lang=en] .p-kv__title {
  bottom: 16.7%;
}
@media screen and (max-width: 899px) {
  [data-lang=en] .p-kv__title {
    width: 80.7%;
    bottom: auto;
    top: 8.8%;
    left: 1.3%;
  }
}
[data-lang=ch] .p-kv__title {
  bottom: 20%;
}
@media screen and (max-width: 899px) {
  [data-lang=ch] .p-kv__title {
    width: 80.7%;
    bottom: auto;
    top: 9.5%;
    left: 4.3%;
  }
}
@media screen and (max-width: 899px) {
  .p-kv__title {
    width: 81.1%;
    left: 3.8%;
    bottom: auto;
    top: 9.8%;
  }
}

.p-kv__date {
  width: 57.2%;
  position: absolute;
  left: 2%;
  bottom: 8.5%;
  transition: transform 0.2s var(--ease-main) 1.75s, -webkit-clip-path 0.4s var(--ease-in) 0.5s;
  transition: clip-path 0.4s var(--ease-in) 0.5s, transform 0.2s var(--ease-main) 1.75s;
  transition: clip-path 0.4s var(--ease-in) 0.5s, transform 0.2s var(--ease-main) 1.75s, -webkit-clip-path 0.4s var(--ease-in) 0.5s;
  transform-origin: left;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  z-index: 2;
}
.is-load .p-kv__date {
  transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-kv__date::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-navy01);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.6s var(--ease-main) 0.9s;
  transition: clip-path 0.6s var(--ease-main) 0.9s;
  transition: clip-path 0.6s var(--ease-main) 0.9s, -webkit-clip-path 0.6s var(--ease-main) 0.9s;
  -webkit-mask: url(../img/txt_date_jp_pc.png) no-repeat center/contain;
  mask: url(../img/txt_date_jp_pc.png) no-repeat center/contain;
}
[data-lang=en] .p-kv__date::before {
  -webkit-mask: url(../img/txt_date_en_pc.png) no-repeat center/contain;
  mask: url(../img/txt_date_en_pc.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  [data-lang=en] .p-kv__date::before {
    -webkit-mask: url(../img/txt_date_en_sp.png) no-repeat center/contain;
    mask: url(../img/txt_date_en_sp.png) no-repeat center/contain;
  }
}
[data-lang=ch] .p-kv__date::before {
  -webkit-mask: url(../img/txt_date_ch_pc.png) no-repeat center/contain;
  mask: url(../img/txt_date_ch_pc.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  [data-lang=ch] .p-kv__date::before {
    -webkit-mask: url(../img/txt_date_ch_sp.png) no-repeat center/contain;
    mask: url(../img/txt_date_ch_sp.png) no-repeat center/contain;
  }
}
@media screen and (max-width: 899px) {
  .p-kv__date::before {
    -webkit-mask: url(../img/txt_date_jp_sp.png) no-repeat center/contain;
    mask: url(../img/txt_date_jp_sp.png) no-repeat center/contain;
  }
}
.is-load .p-kv__date::before {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
[data-lang=en] .p-kv__date {
  bottom: 9.3%;
}
.p-kv__date img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 899px) {
  .p-kv__date {
    width: 100%;
    left: 0;
    bottom: 7.8%;
  }
}

.p-kv__copy {
  font-size: 1.4rem;
  color: var(--color-navy01);
  position: absolute;
  right: 26px;
  bottom: 30px;
  opacity: 0;
  transform: translateX(10px);
  transition: transform 0.4s var(--ease-bound) 1s, opacity 0.6s var(--ease-main) 1s;
}
.is-load .p-kv__copy {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .p-kv__copy {
    font-size: 1.1rem;
    right: 3%;
    bottom: 2.2%;
  }
}

.p-kv__mater {
  width: 43px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  opacity: 0;
  transform: translateX(-10px);
  transition: transform 0.4s var(--ease-bound) 1s, opacity 0.6s var(--ease-main) 1s;
}
.is-load .p-kv__mater {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .p-kv__mater {
    width: 43px;
    position: absolute;
    left: 6%;
    bottom: 2.2%;
  }
}

.p-news {
  background-color: var(--color-navy01);
}

.p-news__inner {
  display: flex;
}
@media screen and (max-width: 899px) {
  .p-news__inner {
    display: block;
    padding: 47px 0 50px;
  }
}

.p-news__title {
  padding: 25px 54px 25px 26px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .p-news__title {
    min-height: 180px;
  }
}
@media screen and (max-width: 899px) {
  .p-news__title {
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.p-news__title-text {
  font-size: 5.9rem;
  font-family: var(--font-en-zen);
  font-weight: 400;
  padding-right: 73px;
  position: relative;
  opacity: 0;
  transform: translateX(20px);
  transition: transform 0.5s var(--ease-main), opacity 0.5s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .p-news__title-text {
    transform: translateY(10px);
  }
}
.p-scroll.is-active .p-news__title-text {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .p-news__title-text {
    padding: 0 30px;
    text-align: center;
    font-size: 3.5rem;
  }
}
.p-news__title-text::before {
  content: "";
  display: block;
  width: 64px;
  height: 42px;
  position: absolute;
  right: 0;
  top: 46%;
  transform: translateY(-50%);
  background-color: var(--color-white);
  -webkit-mask: url(../img/deco_ttl.svg) no-repeat center/contain;
  mask: url(../img/deco_ttl.svg) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-news__title-text::before {
    width: 38px;
    height: 28px;
    transition: opacity 0.6s var(--ease-main) 0.3s, transform 0.6s var(--ease-main) 0.3s;
    opacity: 0;
    transform: translate(calc(47% + 10px), -48%);
  }
  .p-scroll.is-active .p-news__title-text::before {
    opacity: 1;
    transform: translate(47%, -48%);
  }
}
@media screen and (max-width: 899px) {
  .p-news__title-text::after {
    content: "";
    display: block;
    width: 38px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 46%;
    background-color: var(--color-white);
    -webkit-mask: url(../img/deco_ttl.svg) no-repeat center/contain;
    mask: url(../img/deco_ttl.svg) no-repeat center/contain;
    transition: opacity 0.6s var(--ease-main) 0.3s, transform 0.6s var(--ease-main) 0.3s;
    opacity: 0;
    transform: translate(calc(-47% - 10px), -48%) rotateY(180deg);
  }
  .p-scroll.is-active .p-news__title-text::after {
    opacity: 1;
    transform: translate(-47%, -48%) rotateY(180deg);
  }
}
.p-news__title-deco {
  font-family: var(--font-en-chakra);
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 1.15;
  color: var(--color-blue01);
  position: absolute;
  bottom: 26px;
  left: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.5s var(--ease-main) 0.1s, opacity 0.5s var(--ease-main) 0.1s;
}
.p-scroll.is-active .p-news__title-deco {
  opacity: 1;
  transform: translateX(0);
}

.p-news__contents {
  flex: 1;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-news__contents {
    margin: 24px auto 0;
    opacity: 0;
    transform: translateY(10px);
    transition: transform 0.5s var(--ease-main) 0.1s, opacity 0.5s var(--ease-main) 0.1s;
  }
  .p-scroll.is-active .p-news__contents {
    opacity: 1;
    transform: translateX(0);
  }
}
.p-news__contents-inner {
  width: 100%;
  max-height: 319px;
}
@media screen and (max-width: 899px) {
  .p-news__contents-inner {
    max-height: 250px;
    border: 1px solid var(--color-navy03);
  }
}
.p-news__contents-item {
  width: 100%;
  border-bottom: 1px solid var(--color-navy03);
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-main) 0.1s;
  opacity: 0;
  position: relative;
}
.simplebar-scrollable-y .p-news__contents-item {
  width: calc(100% - 14px);
}
.p-scroll.is-active .p-news__contents-item {
  opacity: 1;
}
.p-news__contents-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-news__contents-item:nth-of-type(1) .p-news__contents-item-num {
  transition-delay: 0.2s;
}
.p-news__contents-item:nth-of-type(1) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-news__contents-item:nth-of-type(1) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-news__contents-item:nth-of-type(1) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-news__contents-item:nth-of-type(1) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-news__contents-item:nth-of-type(1) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-news__contents-item:nth-of-type(1) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-news__contents-item:nth-of-type(1) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-news__contents-item:nth-of-type(1) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-news__contents-item:nth-of-type(1) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(9) {
  transition-delay: 1s;
}
.p-news__contents-item:nth-of-type(1) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-news__contents-item:nth-of-type(1) .p-news__contents-item-detail-date .p-in-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-news__contents-item:nth-of-type(1) .p-news__contents-item-detail-date .p-in-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-news__contents-item:nth-of-type(1) .p-news__contents-item-detail-date .p-in-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-news__contents-item:nth-of-type(1) .p-news__contents-item-detail-date .p-in-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-news__contents-item:nth-of-type(1) .p-news__contents-item-detail-date .p-in-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-news__contents-item:nth-of-type(1) .p-news__contents-item-detail-date .p-in-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-news__contents-item:nth-of-type(1) .p-news__contents-item-detail-date .p-in-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-news__contents-item:nth-of-type(1) .p-news__contents-item-detail-date .p-in-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-news__contents-item:nth-of-type(1) .p-news__contents-item-detail-date .p-in-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-news__contents-item:nth-of-type(1) .p-news__contents-item-detail-date .p-in-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-news__contents-item:nth-of-type(1) .p-news__contents-item-detail-title {
  transition-delay: 0.2s;
}
.p-news__contents-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-news__contents-item:nth-of-type(2) .p-news__contents-item-num {
  transition-delay: 0.3s;
}
.p-news__contents-item:nth-of-type(2) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-news__contents-item:nth-of-type(2) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-news__contents-item:nth-of-type(2) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-news__contents-item:nth-of-type(2) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-news__contents-item:nth-of-type(2) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-news__contents-item:nth-of-type(2) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-news__contents-item:nth-of-type(2) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-news__contents-item:nth-of-type(2) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-news__contents-item:nth-of-type(2) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(9) {
  transition-delay: 1s;
}
.p-news__contents-item:nth-of-type(2) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-news__contents-item:nth-of-type(2) .p-news__contents-item-detail-date .p-in-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-news__contents-item:nth-of-type(2) .p-news__contents-item-detail-date .p-in-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-news__contents-item:nth-of-type(2) .p-news__contents-item-detail-date .p-in-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-news__contents-item:nth-of-type(2) .p-news__contents-item-detail-date .p-in-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-news__contents-item:nth-of-type(2) .p-news__contents-item-detail-date .p-in-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-news__contents-item:nth-of-type(2) .p-news__contents-item-detail-date .p-in-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-news__contents-item:nth-of-type(2) .p-news__contents-item-detail-date .p-in-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-news__contents-item:nth-of-type(2) .p-news__contents-item-detail-date .p-in-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-news__contents-item:nth-of-type(2) .p-news__contents-item-detail-date .p-in-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-news__contents-item:nth-of-type(2) .p-news__contents-item-detail-date .p-in-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-news__contents-item:nth-of-type(2) .p-news__contents-item-detail-title {
  transition-delay: 0.3s;
}
.p-news__contents-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-news__contents-item:nth-of-type(3) .p-news__contents-item-num {
  transition-delay: 0.4s;
}
.p-news__contents-item:nth-of-type(3) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-news__contents-item:nth-of-type(3) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-news__contents-item:nth-of-type(3) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-news__contents-item:nth-of-type(3) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-news__contents-item:nth-of-type(3) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-news__contents-item:nth-of-type(3) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-news__contents-item:nth-of-type(3) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-news__contents-item:nth-of-type(3) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-news__contents-item:nth-of-type(3) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(9) {
  transition-delay: 1s;
}
.p-news__contents-item:nth-of-type(3) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-news__contents-item:nth-of-type(3) .p-news__contents-item-detail-date .p-in-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-news__contents-item:nth-of-type(3) .p-news__contents-item-detail-date .p-in-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-news__contents-item:nth-of-type(3) .p-news__contents-item-detail-date .p-in-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-news__contents-item:nth-of-type(3) .p-news__contents-item-detail-date .p-in-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-news__contents-item:nth-of-type(3) .p-news__contents-item-detail-date .p-in-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-news__contents-item:nth-of-type(3) .p-news__contents-item-detail-date .p-in-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-news__contents-item:nth-of-type(3) .p-news__contents-item-detail-date .p-in-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-news__contents-item:nth-of-type(3) .p-news__contents-item-detail-date .p-in-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-news__contents-item:nth-of-type(3) .p-news__contents-item-detail-date .p-in-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-news__contents-item:nth-of-type(3) .p-news__contents-item-detail-date .p-in-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-news__contents-item:nth-of-type(3) .p-news__contents-item-detail-title {
  transition-delay: 0.4s;
}
.p-news__contents-item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-news__contents-item:nth-of-type(4) .p-news__contents-item-num {
  transition-delay: 0.5s;
}
.p-news__contents-item:nth-of-type(4) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-news__contents-item:nth-of-type(4) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-news__contents-item:nth-of-type(4) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-news__contents-item:nth-of-type(4) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-news__contents-item:nth-of-type(4) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-news__contents-item:nth-of-type(4) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-news__contents-item:nth-of-type(4) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-news__contents-item:nth-of-type(4) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-news__contents-item:nth-of-type(4) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(9) {
  transition-delay: 1s;
}
.p-news__contents-item:nth-of-type(4) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-news__contents-item:nth-of-type(4) .p-news__contents-item-detail-date .p-in-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-news__contents-item:nth-of-type(4) .p-news__contents-item-detail-date .p-in-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-news__contents-item:nth-of-type(4) .p-news__contents-item-detail-date .p-in-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-news__contents-item:nth-of-type(4) .p-news__contents-item-detail-date .p-in-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-news__contents-item:nth-of-type(4) .p-news__contents-item-detail-date .p-in-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-news__contents-item:nth-of-type(4) .p-news__contents-item-detail-date .p-in-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-news__contents-item:nth-of-type(4) .p-news__contents-item-detail-date .p-in-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-news__contents-item:nth-of-type(4) .p-news__contents-item-detail-date .p-in-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-news__contents-item:nth-of-type(4) .p-news__contents-item-detail-date .p-in-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-news__contents-item:nth-of-type(4) .p-news__contents-item-detail-date .p-in-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-news__contents-item:nth-of-type(4) .p-news__contents-item-detail-title {
  transition-delay: 0.5s;
}
.p-news__contents-item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-news__contents-item:nth-of-type(5) .p-news__contents-item-num {
  transition-delay: 0.6s;
}
.p-news__contents-item:nth-of-type(5) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-news__contents-item:nth-of-type(5) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-news__contents-item:nth-of-type(5) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-news__contents-item:nth-of-type(5) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-news__contents-item:nth-of-type(5) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-news__contents-item:nth-of-type(5) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-news__contents-item:nth-of-type(5) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-news__contents-item:nth-of-type(5) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-news__contents-item:nth-of-type(5) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(9) {
  transition-delay: 1s;
}
.p-news__contents-item:nth-of-type(5) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-news__contents-item:nth-of-type(5) .p-news__contents-item-detail-date .p-in-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-news__contents-item:nth-of-type(5) .p-news__contents-item-detail-date .p-in-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-news__contents-item:nth-of-type(5) .p-news__contents-item-detail-date .p-in-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-news__contents-item:nth-of-type(5) .p-news__contents-item-detail-date .p-in-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-news__contents-item:nth-of-type(5) .p-news__contents-item-detail-date .p-in-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-news__contents-item:nth-of-type(5) .p-news__contents-item-detail-date .p-in-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-news__contents-item:nth-of-type(5) .p-news__contents-item-detail-date .p-in-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-news__contents-item:nth-of-type(5) .p-news__contents-item-detail-date .p-in-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-news__contents-item:nth-of-type(5) .p-news__contents-item-detail-date .p-in-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-news__contents-item:nth-of-type(5) .p-news__contents-item-detail-date .p-in-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-news__contents-item:nth-of-type(5) .p-news__contents-item-detail-title {
  transition-delay: 0.6s;
}
.p-news__contents-item:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-news__contents-item:nth-of-type(6) .p-news__contents-item-num {
  transition-delay: 0.7s;
}
.p-news__contents-item:nth-of-type(6) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-news__contents-item:nth-of-type(6) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-news__contents-item:nth-of-type(6) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-news__contents-item:nth-of-type(6) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-news__contents-item:nth-of-type(6) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-news__contents-item:nth-of-type(6) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-news__contents-item:nth-of-type(6) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-news__contents-item:nth-of-type(6) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-news__contents-item:nth-of-type(6) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(9) {
  transition-delay: 1s;
}
.p-news__contents-item:nth-of-type(6) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-news__contents-item:nth-of-type(6) .p-news__contents-item-detail-date .p-in-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-news__contents-item:nth-of-type(6) .p-news__contents-item-detail-date .p-in-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-news__contents-item:nth-of-type(6) .p-news__contents-item-detail-date .p-in-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-news__contents-item:nth-of-type(6) .p-news__contents-item-detail-date .p-in-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-news__contents-item:nth-of-type(6) .p-news__contents-item-detail-date .p-in-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-news__contents-item:nth-of-type(6) .p-news__contents-item-detail-date .p-in-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-news__contents-item:nth-of-type(6) .p-news__contents-item-detail-date .p-in-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-news__contents-item:nth-of-type(6) .p-news__contents-item-detail-date .p-in-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-news__contents-item:nth-of-type(6) .p-news__contents-item-detail-date .p-in-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-news__contents-item:nth-of-type(6) .p-news__contents-item-detail-date .p-in-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-news__contents-item:nth-of-type(6) .p-news__contents-item-detail-title {
  transition-delay: 0.7s;
}
.p-news__contents-item:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-news__contents-item:nth-of-type(7) .p-news__contents-item-num {
  transition-delay: 0.8s;
}
.p-news__contents-item:nth-of-type(7) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-news__contents-item:nth-of-type(7) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-news__contents-item:nth-of-type(7) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-news__contents-item:nth-of-type(7) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-news__contents-item:nth-of-type(7) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-news__contents-item:nth-of-type(7) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-news__contents-item:nth-of-type(7) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-news__contents-item:nth-of-type(7) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-news__contents-item:nth-of-type(7) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(9) {
  transition-delay: 1s;
}
.p-news__contents-item:nth-of-type(7) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-news__contents-item:nth-of-type(7) .p-news__contents-item-detail-date .p-in-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-news__contents-item:nth-of-type(7) .p-news__contents-item-detail-date .p-in-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-news__contents-item:nth-of-type(7) .p-news__contents-item-detail-date .p-in-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-news__contents-item:nth-of-type(7) .p-news__contents-item-detail-date .p-in-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-news__contents-item:nth-of-type(7) .p-news__contents-item-detail-date .p-in-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-news__contents-item:nth-of-type(7) .p-news__contents-item-detail-date .p-in-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-news__contents-item:nth-of-type(7) .p-news__contents-item-detail-date .p-in-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-news__contents-item:nth-of-type(7) .p-news__contents-item-detail-date .p-in-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-news__contents-item:nth-of-type(7) .p-news__contents-item-detail-date .p-in-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-news__contents-item:nth-of-type(7) .p-news__contents-item-detail-date .p-in-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-news__contents-item:nth-of-type(7) .p-news__contents-item-detail-title {
  transition-delay: 0.8s;
}
.p-news__contents-item:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-news__contents-item:nth-of-type(8) .p-news__contents-item-num {
  transition-delay: 0.9s;
}
.p-news__contents-item:nth-of-type(8) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-news__contents-item:nth-of-type(8) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-news__contents-item:nth-of-type(8) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-news__contents-item:nth-of-type(8) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-news__contents-item:nth-of-type(8) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-news__contents-item:nth-of-type(8) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-news__contents-item:nth-of-type(8) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-news__contents-item:nth-of-type(8) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-news__contents-item:nth-of-type(8) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(9) {
  transition-delay: 1s;
}
.p-news__contents-item:nth-of-type(8) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-news__contents-item:nth-of-type(8) .p-news__contents-item-detail-date .p-in-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-news__contents-item:nth-of-type(8) .p-news__contents-item-detail-date .p-in-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-news__contents-item:nth-of-type(8) .p-news__contents-item-detail-date .p-in-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-news__contents-item:nth-of-type(8) .p-news__contents-item-detail-date .p-in-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-news__contents-item:nth-of-type(8) .p-news__contents-item-detail-date .p-in-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-news__contents-item:nth-of-type(8) .p-news__contents-item-detail-date .p-in-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-news__contents-item:nth-of-type(8) .p-news__contents-item-detail-date .p-in-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-news__contents-item:nth-of-type(8) .p-news__contents-item-detail-date .p-in-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-news__contents-item:nth-of-type(8) .p-news__contents-item-detail-date .p-in-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-news__contents-item:nth-of-type(8) .p-news__contents-item-detail-date .p-in-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-news__contents-item:nth-of-type(8) .p-news__contents-item-detail-title {
  transition-delay: 0.9s;
}
.p-news__contents-item:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-news__contents-item:nth-of-type(9) .p-news__contents-item-num {
  transition-delay: 1s;
}
.p-news__contents-item:nth-of-type(9) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-news__contents-item:nth-of-type(9) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-news__contents-item:nth-of-type(9) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-news__contents-item:nth-of-type(9) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-news__contents-item:nth-of-type(9) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-news__contents-item:nth-of-type(9) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-news__contents-item:nth-of-type(9) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-news__contents-item:nth-of-type(9) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-news__contents-item:nth-of-type(9) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(9) {
  transition-delay: 1s;
}
.p-news__contents-item:nth-of-type(9) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-news__contents-item:nth-of-type(9) .p-news__contents-item-detail-date .p-in-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-news__contents-item:nth-of-type(9) .p-news__contents-item-detail-date .p-in-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-news__contents-item:nth-of-type(9) .p-news__contents-item-detail-date .p-in-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-news__contents-item:nth-of-type(9) .p-news__contents-item-detail-date .p-in-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-news__contents-item:nth-of-type(9) .p-news__contents-item-detail-date .p-in-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-news__contents-item:nth-of-type(9) .p-news__contents-item-detail-date .p-in-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-news__contents-item:nth-of-type(9) .p-news__contents-item-detail-date .p-in-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-news__contents-item:nth-of-type(9) .p-news__contents-item-detail-date .p-in-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-news__contents-item:nth-of-type(9) .p-news__contents-item-detail-date .p-in-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-news__contents-item:nth-of-type(9) .p-news__contents-item-detail-date .p-in-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-news__contents-item:nth-of-type(9) .p-news__contents-item-detail-title {
  transition-delay: 1s;
}
.p-news__contents-item:nth-of-type(10) {
  transition-delay: 1s;
}
.p-news__contents-item:nth-of-type(10) .p-news__contents-item-num {
  transition-delay: 1.1s;
}
.p-news__contents-item:nth-of-type(10) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-news__contents-item:nth-of-type(10) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-news__contents-item:nth-of-type(10) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-news__contents-item:nth-of-type(10) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-news__contents-item:nth-of-type(10) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-news__contents-item:nth-of-type(10) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-news__contents-item:nth-of-type(10) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-news__contents-item:nth-of-type(10) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-news__contents-item:nth-of-type(10) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(9) {
  transition-delay: 1s;
}
.p-news__contents-item:nth-of-type(10) .p-news__contents-item-detail-date .p-in-dot:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-news__contents-item:nth-of-type(10) .p-news__contents-item-detail-date .p-in-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-news__contents-item:nth-of-type(10) .p-news__contents-item-detail-date .p-in-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-news__contents-item:nth-of-type(10) .p-news__contents-item-detail-date .p-in-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-news__contents-item:nth-of-type(10) .p-news__contents-item-detail-date .p-in-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-news__contents-item:nth-of-type(10) .p-news__contents-item-detail-date .p-in-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-news__contents-item:nth-of-type(10) .p-news__contents-item-detail-date .p-in-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-news__contents-item:nth-of-type(10) .p-news__contents-item-detail-date .p-in-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-news__contents-item:nth-of-type(10) .p-news__contents-item-detail-date .p-in-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-news__contents-item:nth-of-type(10) .p-news__contents-item-detail-date .p-in-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-news__contents-item:nth-of-type(10) .p-news__contents-item-detail-date .p-in-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-news__contents-item:nth-of-type(10) .p-news__contents-item-detail-title {
  transition-delay: 1.1s;
}
@media screen and (max-width: 899px) {
  .p-news__contents-item {
    border-bottom: 0;
  }
  .simplebar-scrollable-y .p-news__contents-item {
    width: calc(100% - 16px);
  }
  .p-news__contents-item + .p-news__contents-item {
    border-top: 1px solid var(--color-navy03);
  }
}
.p-news__contents-item-link {
  display: flex;
  gap: 40px;
  color: var(--color-white);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .p-news__contents-item-link {
    min-height: 80px;
  }
}
@media screen and (max-width: 899px) {
  .p-news__contents-item-link {
    gap: 20px;
  }
}
@media (hover: hover) {
  .p-news__contents-item a:hover .p-news__contents-item-num .p-in-text {
    color: var(--color-pink01);
  }
  .p-news__contents-item a:hover .p-news__contents-item-detail-title .p-in-text {
    color: var(--color-pink01);
  }
}
.p-news__contents-item-num {
  display: grid;
  place-items: center;
  width: 60px;
  font-size: 3rem;
  font-family: var(--font-en-chakra);
  background-color: var(--color-navy02);
}
.p-news__contents-item-num .p-in-text {
  transition: color 0.5s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .p-news__contents-item-num {
    width: 30px;
    font-size: 1.5rem;
  }
}
.p-news__contents-item-detail {
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 1;
  padding: 18px 0 17px;
}
@media screen and (max-width: 899px) {
  .p-news__contents-item-detail {
    display: block;
    padding: 21px 0 17px;
  }
}
.p-news__contents-item-detail-date {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  font-size: 1.8rem;
}
@media screen and (max-width: 899px) {
  .p-news__contents-item-detail-date {
    gap: 2px;
  }
}
.p-news__contents-item-detail-date .p-in-dot {
  margin-bottom: 5px;
  font-size: 2.2rem;
  opacity: 0;
  transition: opacity 0.6s var(--ease-main) 0.3s;
}
.p-scroll.is-active .p-news__contents-item-detail-date .p-in-dot {
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-news__contents-item-detail-date .p-in-dot {
    margin-bottom: 1px;
    font-size: 1.6rem;
  }
}
.p-news__contents-item-detail-date .p-in-item {
  padding: 0 2px;
  font-family: var(--font-en-chakra);
  color: var(--color-pink01);
  font-size: 3.5rem;
  background-color: var(--color-navy02);
  transition: transform 0.6s var(--ease-bound);
  transform: rotateX(270deg);
}
.p-scroll.is-active .p-news__contents-item-detail-date .p-in-item {
  transform: rotateX(0);
}
@media screen and (max-width: 899px) {
  .p-news__contents-item-detail-date .p-in-item {
    padding: 0 2px;
    font-size: 2.1rem;
  }
}
.p-news__contents-item-detail-title {
  padding-right: 45px;
  font-size: 1.3rem;
  line-height: 1.7;
  transform: translateX(10px);
  opacity: 0;
  transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-main);
  position: relative;
  z-index: 2;
}
.p-news__contents-item-detail-title .p-in-text {
  transition: color 0.5s var(--ease-main);
}
.p-scroll.is-active .p-news__contents-item-detail-title {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .p-news__contents-item-detail-title {
    margin-top: 8px;
    padding-right: 14px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}

.p-sns {
  padding: min(3%, 60px) 0 min(12.8%, 256px);
  background-color: var(--color-blue01);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-sns {
    padding: 5% 0 19%;
  }
}

.p-sns__deco-item {
  width: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-main);
}
.p-scroll.is-active .p-sns__deco-item {
  opacity: 1;
  transform: translateY(0);
}
.p-sns__deco-item:nth-of-type(1) {
  top: 0;
  left: 0;
  transform: translateX(-10px);
}
.p-sns__deco-item:nth-of-type(2) {
  bottom: 0;
  right: 0;
  transform: translateX(10px);
}

.p-sns__bg-item {
  width: 100%;
  position: absolute;
  top: 42.7%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: -webkit-clip-path 0.6s var(--ease-in);
  transition: clip-path 0.6s var(--ease-in);
  transition: clip-path 0.6s var(--ease-in), -webkit-clip-path 0.6s var(--ease-in);
}
.p-scroll.is-active .p-sns__bg-item {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.p-sns__title {
  transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-main);
  transform: translateY(10px);
  opacity: 0;
}
.p-scroll.is-active .p-sns__title {
  opacity: 1;
  transform: translateY(0);
}

.p-sns__contents {
  margin-top: 86px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 899px) {
  .p-sns__contents {
    margin-top: 28px;
  }
}
.p-sns__contents-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0 20px;
}
@media screen and (max-width: 899px) {
  .p-sns__contents-list {
    display: block;
    padding: 0;
  }
}
.p-sns__contents-item {
  width: 340px;
  transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-main);
  transform: translateY(10px);
  opacity: 0;
}
.p-sns__contents-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-sns__contents-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-sns__contents-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-sns__contents-item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-sns__contents-item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-sns__contents-item:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-sns__contents-item:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-sns__contents-item:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-sns__contents-item:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-sns__contents-item:nth-of-type(10) {
  transition-delay: 1s;
}
.p-scroll.is-active .p-sns__contents-item {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-sns__contents-item {
    width: 78%;
    max-width: 300px;
    margin: 0 auto;
  }
  .p-sns__contents-item + .p-sns__contents-item {
    margin-top: 10px;
  }
}
.p-sns__contents-item-icon svg {
  fill: var(--color-white);
}
.p-about {
  background-color: var(--color-navy01);
  position: relative;
}
.p-about::before, .p-about::after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  background: url(../img/deco_check_single.png) repeat-x left bottom/auto 60px;
}
@media screen and (max-width: 899px) {
  .p-about::before, .p-about::after {
    height: 20px;
    background: url(../img/deco_check_single.png) repeat-x left bottom/auto 30px;
  }
}
.p-about::before {
  top: 0;
  transform: translateY(-100%);
}
.p-about::after {
  bottom: 0;
  transform: translateY(100%);
}

.p-about__deco {
  width: 100%;
  height: 100%;
  max-width: 2000px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 899px) {
  .p-about__deco {
    max-width: 500px;
  }
}
.p-about__deco-item {
  position: absolute;
  z-index: 1;
}
.p-about__deco-item img {
  width: 100%;
}
.p-about__deco-item:nth-of-type(1) {
  width: 29.7%;
  left: 5.1%;
  top: -16.5%;
}
.p-about__deco-item:nth-of-type(1) img {
  transform: scale(0.5) translateX(30px);
  opacity: 0;
  transition: transform 0.5s var(--ease-bound) 0.2s, opacity 0.5s var(--ease-bound) 0.2s;
  transform-origin: right;
}
.p-scroll.is-active .p-about__deco-item:nth-of-type(1) img {
  transform: scale(1);
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .p-about__deco-item:nth-of-type(1) {
    left: 1.1%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 899px) {
  .p-about__deco-item:nth-of-type(1) {
    width: 41.8%;
    max-width: 180px;
    left: 0;
    top: 0;
    transform: translate(0%, -19%) rotate(16deg);
  }
}
.p-about__deco-item:nth-of-type(2) {
  width: 16.7%;
  right: 15.8%;
  top: 1.3%;
}
.p-about__deco-item:nth-of-type(2) img {
  transform: scale(0.5) translateX(-30px);
  opacity: 0;
  transition: transform 0.5s var(--ease-bound) 0.35s, opacity 0.5s var(--ease-bound) 0.35s;
  transform-origin: left;
}
.p-scroll.is-active .p-about__deco-item:nth-of-type(2) img {
  transform: scale(1);
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-about__deco-item:nth-of-type(2) img {
    transition-delay: 0.5s;
  }
}
@media screen and (max-width: 1200px) {
  .p-about__deco-item:nth-of-type(2) {
    right: 8.8%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 899px) {
  .p-about__deco-item:nth-of-type(2) {
    width: 22.6%;
    max-width: 98px;
    right: 0;
    top: auto;
    bottom: 0;
    transform: translate(-15%, 19%);
  }
}
.p-about__deco-item:nth-of-type(3) {
  width: 15.8%;
  right: 5.9%;
  bottom: -11%;
}
.p-about__deco-item:nth-of-type(3) img {
  transform: scale(0.5) translateX(-30px);
  opacity: 0;
  transition: transform 0.5s var(--ease-bound) 0.5s, opacity 0.5s var(--ease-bound) 0.5s;
  transform-origin: left;
}
.p-scroll.is-active .p-about__deco-item:nth-of-type(3) img {
  transform: scale(1);
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-about__deco-item:nth-of-type(3) img {
    transition-delay: 0.35s;
  }
}
@media screen and (max-width: 1200px) {
  .p-about__deco-item:nth-of-type(3) {
    right: 2%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 899px) {
  .p-about__deco-item:nth-of-type(3) {
    width: 22.7%;
    max-width: 98px;
    right: 0;
    bottom: auto;
    top: 0;
    transform: translate(-3%, -19%);
  }
}

.p-about__inner {
  padding: min(3%, 62px) 0 min(6.1%, 124px);
  position: relative;
}
.p-about__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_about_pc.jpg) no-repeat center/cover;
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  transition: -webkit-clip-path 0.5s var(--ease-in);
  transition: clip-path 0.5s var(--ease-in);
  transition: clip-path 0.5s var(--ease-in), -webkit-clip-path 0.5s var(--ease-in);
}
.p-scroll.is-active .p-about__inner::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 899px) {
  .p-about__inner::before {
    background: url(../img/bg_about_sp.jpg) no-repeat center/cover;
  }
}
@media screen and (max-width: 899px) {
  .p-about__inner {
    padding: 5% 0 14%;
  }
}

.p-about__title {
  margin-bottom: 45px;
  color: var(--color-blue01);
  position: relative;
  z-index: 1;
  transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-main);
  transform: translateY(10px);
  opacity: 0;
}
.p-scroll.is-active .p-about__title {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-about__title {
    margin-bottom: 59px;
  }
}

.p-about__contents {
  text-align: center;
}
.p-about__contents-title {
  padding: 4px 24px 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 700;
  background: var(--color-grad-head);
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-main) 0.1s;
  transform: translateY(10px);
  opacity: 0;
}
.p-scroll.is-active .p-about__contents-title {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-about__contents-title {
    padding: 3px 24px 3px;
    font-size: 2rem;
  }
  [data-lang=en] .p-about__contents-title {
    position: relative;
    z-index: 3;
  }
  [data-lang=ch] .p-about__contents-title {
    position: relative;
    z-index: 3;
  }
}
.p-about__contents-detail {
  margin-top: 24px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 899px) {
  .p-about__contents-detail {
    margin-top: 16px;
  }
}
.p-about__contents-detail-head {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.6;
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-main) 0.2s;
  transform: translateY(10px);
  opacity: 0;
}
.p-scroll.is-active .p-about__contents-detail-head {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-about__contents-detail-head {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.p-about__contents-detail-head .u-pink {
  vertical-align: baseline;
  color: var(--color-pink01);
}
.p-about__contents-detail-text {
  margin-top: 42px;
  font-size: 1.7rem;
  letter-spacing: 0.07em;
  line-height: 2.12;
}
@media screen and (max-width: 899px) {
  .p-about__contents-detail-text {
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 2.16;
  }
}
.p-about__contents-detail-text p {
  margin-top: 42px;
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-main) 0.1s;
  transform: translateY(10px);
  opacity: 0;
}
.p-about__contents-detail-text p:nth-of-type(1) {
  transition-delay: 0.3s;
}
.p-about__contents-detail-text p:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-about__contents-detail-text p:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-about__contents-detail-text p:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-about__contents-detail-text p:nth-of-type(5) {
  transition-delay: 0.7s;
}
.p-scroll.is-active .p-about__contents-detail-text p {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-about__contents-detail-text p {
    width: 90%;
    margin: 16px auto 0;
  }
}
@media screen and (max-width: 899px) {
  .p-about__contents-detail-text p.is-large {
    font-size: 1.3rem;
  }
}
.p-about__contents-detail-text p strong {
  font-size: 2.7rem;
  letter-spacing: 0.07em;
  color: var(--color-pink01);
}
@media screen and (max-width: 899px) {
  .p-about__contents-detail-text p strong {
    font-size: 2rem;
    line-height: 1.7;
  }
}
.p-about__contents-detail-text p:first-of-type {
  margin-top: 0;
}
.p-about__contents-detail-text p:last-of-type {
  margin-top: 36px;
}
@media screen and (max-width: 899px) {
  .p-about__contents-detail-text p:last-of-type {
    margin-top: 18px;
  }
}

.p-schedule {
  padding: 134px 0 100px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-schedule {
    padding: 77px 0 60px;
  }
}

.p-schedule__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 7.8rem;
  font-family: var(--font-en-zen);
  color: transparent;
  background: var(--color-grad-deco);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
  transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-main);
  transform: translateY(10px);
  opacity: 0;
}
.p-scroll.is-active .p-schedule__title {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-schedule__title {
    padding: 0;
    font-size: 3.7rem;
    letter-spacing: -0.04em;
  }
}
.p-schedule__title h2 {
  font-weight: 400;
}
.p-schedule__title h2::before, .p-schedule__title h2::after {
  content: "";
  display: block;
  width: 87px;
  height: 56px;
  position: absolute;
  top: 46%;
  -webkit-mask: url(../img/deco_ttl.svg) no-repeat center/contain;
  mask: url(../img/deco_ttl.svg) no-repeat center/contain;
  transition: opacity 0.6s var(--ease-main) 0.3s, transform 0.6s var(--ease-main) 0.3s;
  opacity: 0;
}
.p-scroll.is-active .p-schedule__title h2::before, .p-scroll.is-active .p-schedule__title h2::after {
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-schedule__title h2::before, .p-schedule__title h2::after {
    width: 40px;
    height: 26px;
  }
}
.p-schedule__title h2::before {
  right: -6px;
  background-color: var(--color-pink02);
  transform: translate(calc(100% - 5px), -50%);
}
.p-scroll.is-active .p-schedule__title h2::before {
  transform: translate(100%, -50%);
}
@media screen and (max-width: 899px) {
  .p-schedule__title h2::before {
    right: -8px;
  }
}
.p-schedule__title h2::after {
  left: -9px;
  transform: translate(calc(-100% + 5px), -50%) rotateY(180deg);
  background-color: var(--color-blue02);
}
.p-scroll.is-active .p-schedule__title h2::after {
  transform: translate(-100%, -50%) rotateY(180deg);
}
@media screen and (max-width: 899px) {
  .p-schedule__title h2::after {
    left: -8px;
  }
}

.p-schedule__contents {
  width: 73.6%;
  max-width: 1500px;
  margin: 46px auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents {
    width: 89.6%;
    margin: 33px auto 0;
  }
}
.p-schedule__contents-list {
  width: 97.1%;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-list {
    width: 100%;
  }
}
.p-schedule__contents-item {
  display: flex;
  gap: 40px;
  color: var(--color-white);
  background-color: var(--color-navy01);
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-main) 0.1s;
  transform: translateX(10px);
  opacity: 0;
}
.p-scroll.is-active .p-schedule__contents-item {
  opacity: 1;
  transform: translateX(0);
}
.p-schedule__contents-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-schedule__contents-item:nth-of-type(1) .p-schedule__contents-item-num {
  transition-delay: 0.2s;
}
.p-schedule__contents-item:nth-of-type(1) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-schedule__contents-item:nth-of-type(1) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-schedule__contents-item:nth-of-type(1) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-schedule__contents-item:nth-of-type(1) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-schedule__contents-item:nth-of-type(1) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-schedule__contents-item:nth-of-type(1) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-schedule__contents-item:nth-of-type(1) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-schedule__contents-item:nth-of-type(1) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-schedule__contents-item:nth-of-type(1) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(9) {
  transition-delay: 1s;
}
.p-schedule__contents-item:nth-of-type(1) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-schedule__contents-item:nth-of-type(1) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-schedule__contents-item:nth-of-type(1) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-schedule__contents-item:nth-of-type(1) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-schedule__contents-item:nth-of-type(1) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-schedule__contents-item:nth-of-type(1) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-schedule__contents-item:nth-of-type(1) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-schedule__contents-item:nth-of-type(1) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-schedule__contents-item:nth-of-type(1) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-schedule__contents-item:nth-of-type(1) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-schedule__contents-item:nth-of-type(1) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-schedule__contents-item:nth-of-type(1) .p-schedule__contents-item-detail-title {
  transition-delay: 0.2s;
}
.p-schedule__contents-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-schedule__contents-item:nth-of-type(2) .p-schedule__contents-item-num {
  transition-delay: 0.3s;
}
.p-schedule__contents-item:nth-of-type(2) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-schedule__contents-item:nth-of-type(2) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-schedule__contents-item:nth-of-type(2) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-schedule__contents-item:nth-of-type(2) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-schedule__contents-item:nth-of-type(2) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-schedule__contents-item:nth-of-type(2) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-schedule__contents-item:nth-of-type(2) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-schedule__contents-item:nth-of-type(2) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-schedule__contents-item:nth-of-type(2) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(9) {
  transition-delay: 1s;
}
.p-schedule__contents-item:nth-of-type(2) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-schedule__contents-item:nth-of-type(2) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-schedule__contents-item:nth-of-type(2) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-schedule__contents-item:nth-of-type(2) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-schedule__contents-item:nth-of-type(2) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-schedule__contents-item:nth-of-type(2) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-schedule__contents-item:nth-of-type(2) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-schedule__contents-item:nth-of-type(2) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-schedule__contents-item:nth-of-type(2) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-schedule__contents-item:nth-of-type(2) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-schedule__contents-item:nth-of-type(2) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-schedule__contents-item:nth-of-type(2) .p-schedule__contents-item-detail-title {
  transition-delay: 0.3s;
}
.p-schedule__contents-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-schedule__contents-item:nth-of-type(3) .p-schedule__contents-item-num {
  transition-delay: 0.4s;
}
.p-schedule__contents-item:nth-of-type(3) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-schedule__contents-item:nth-of-type(3) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-schedule__contents-item:nth-of-type(3) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-schedule__contents-item:nth-of-type(3) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-schedule__contents-item:nth-of-type(3) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-schedule__contents-item:nth-of-type(3) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-schedule__contents-item:nth-of-type(3) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-schedule__contents-item:nth-of-type(3) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-schedule__contents-item:nth-of-type(3) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(9) {
  transition-delay: 1s;
}
.p-schedule__contents-item:nth-of-type(3) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-schedule__contents-item:nth-of-type(3) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-schedule__contents-item:nth-of-type(3) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-schedule__contents-item:nth-of-type(3) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-schedule__contents-item:nth-of-type(3) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-schedule__contents-item:nth-of-type(3) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-schedule__contents-item:nth-of-type(3) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-schedule__contents-item:nth-of-type(3) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-schedule__contents-item:nth-of-type(3) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-schedule__contents-item:nth-of-type(3) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-schedule__contents-item:nth-of-type(3) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-schedule__contents-item:nth-of-type(3) .p-schedule__contents-item-detail-title {
  transition-delay: 0.4s;
}
.p-schedule__contents-item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-schedule__contents-item:nth-of-type(4) .p-schedule__contents-item-num {
  transition-delay: 0.5s;
}
.p-schedule__contents-item:nth-of-type(4) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-schedule__contents-item:nth-of-type(4) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-schedule__contents-item:nth-of-type(4) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-schedule__contents-item:nth-of-type(4) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-schedule__contents-item:nth-of-type(4) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-schedule__contents-item:nth-of-type(4) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-schedule__contents-item:nth-of-type(4) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-schedule__contents-item:nth-of-type(4) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-schedule__contents-item:nth-of-type(4) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(9) {
  transition-delay: 1s;
}
.p-schedule__contents-item:nth-of-type(4) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-schedule__contents-item:nth-of-type(4) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-schedule__contents-item:nth-of-type(4) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-schedule__contents-item:nth-of-type(4) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-schedule__contents-item:nth-of-type(4) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-schedule__contents-item:nth-of-type(4) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-schedule__contents-item:nth-of-type(4) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-schedule__contents-item:nth-of-type(4) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-schedule__contents-item:nth-of-type(4) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-schedule__contents-item:nth-of-type(4) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-schedule__contents-item:nth-of-type(4) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-schedule__contents-item:nth-of-type(4) .p-schedule__contents-item-detail-title {
  transition-delay: 0.5s;
}
.p-schedule__contents-item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-schedule__contents-item:nth-of-type(5) .p-schedule__contents-item-num {
  transition-delay: 0.6s;
}
.p-schedule__contents-item:nth-of-type(5) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-schedule__contents-item:nth-of-type(5) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-schedule__contents-item:nth-of-type(5) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-schedule__contents-item:nth-of-type(5) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-schedule__contents-item:nth-of-type(5) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-schedule__contents-item:nth-of-type(5) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-schedule__contents-item:nth-of-type(5) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-schedule__contents-item:nth-of-type(5) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-schedule__contents-item:nth-of-type(5) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(9) {
  transition-delay: 1s;
}
.p-schedule__contents-item:nth-of-type(5) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-schedule__contents-item:nth-of-type(5) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-schedule__contents-item:nth-of-type(5) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-schedule__contents-item:nth-of-type(5) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-schedule__contents-item:nth-of-type(5) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-schedule__contents-item:nth-of-type(5) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-schedule__contents-item:nth-of-type(5) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-schedule__contents-item:nth-of-type(5) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-schedule__contents-item:nth-of-type(5) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-schedule__contents-item:nth-of-type(5) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-schedule__contents-item:nth-of-type(5) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-schedule__contents-item:nth-of-type(5) .p-schedule__contents-item-detail-title {
  transition-delay: 0.6s;
}
.p-schedule__contents-item:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-schedule__contents-item:nth-of-type(6) .p-schedule__contents-item-num {
  transition-delay: 0.7s;
}
.p-schedule__contents-item:nth-of-type(6) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-schedule__contents-item:nth-of-type(6) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-schedule__contents-item:nth-of-type(6) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-schedule__contents-item:nth-of-type(6) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-schedule__contents-item:nth-of-type(6) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-schedule__contents-item:nth-of-type(6) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-schedule__contents-item:nth-of-type(6) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-schedule__contents-item:nth-of-type(6) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-schedule__contents-item:nth-of-type(6) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(9) {
  transition-delay: 1s;
}
.p-schedule__contents-item:nth-of-type(6) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-schedule__contents-item:nth-of-type(6) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-schedule__contents-item:nth-of-type(6) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-schedule__contents-item:nth-of-type(6) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-schedule__contents-item:nth-of-type(6) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-schedule__contents-item:nth-of-type(6) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-schedule__contents-item:nth-of-type(6) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-schedule__contents-item:nth-of-type(6) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-schedule__contents-item:nth-of-type(6) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-schedule__contents-item:nth-of-type(6) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-schedule__contents-item:nth-of-type(6) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-schedule__contents-item:nth-of-type(6) .p-schedule__contents-item-detail-title {
  transition-delay: 0.7s;
}
.p-schedule__contents-item:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-schedule__contents-item:nth-of-type(7) .p-schedule__contents-item-num {
  transition-delay: 0.8s;
}
.p-schedule__contents-item:nth-of-type(7) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-schedule__contents-item:nth-of-type(7) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-schedule__contents-item:nth-of-type(7) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-schedule__contents-item:nth-of-type(7) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-schedule__contents-item:nth-of-type(7) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-schedule__contents-item:nth-of-type(7) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-schedule__contents-item:nth-of-type(7) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-schedule__contents-item:nth-of-type(7) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-schedule__contents-item:nth-of-type(7) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(9) {
  transition-delay: 1s;
}
.p-schedule__contents-item:nth-of-type(7) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-schedule__contents-item:nth-of-type(7) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-schedule__contents-item:nth-of-type(7) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-schedule__contents-item:nth-of-type(7) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-schedule__contents-item:nth-of-type(7) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-schedule__contents-item:nth-of-type(7) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-schedule__contents-item:nth-of-type(7) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-schedule__contents-item:nth-of-type(7) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-schedule__contents-item:nth-of-type(7) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-schedule__contents-item:nth-of-type(7) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-schedule__contents-item:nth-of-type(7) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-schedule__contents-item:nth-of-type(7) .p-schedule__contents-item-detail-title {
  transition-delay: 0.8s;
}
.p-schedule__contents-item:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-schedule__contents-item:nth-of-type(8) .p-schedule__contents-item-num {
  transition-delay: 0.9s;
}
.p-schedule__contents-item:nth-of-type(8) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-schedule__contents-item:nth-of-type(8) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-schedule__contents-item:nth-of-type(8) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-schedule__contents-item:nth-of-type(8) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-schedule__contents-item:nth-of-type(8) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-schedule__contents-item:nth-of-type(8) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-schedule__contents-item:nth-of-type(8) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-schedule__contents-item:nth-of-type(8) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-schedule__contents-item:nth-of-type(8) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(9) {
  transition-delay: 1s;
}
.p-schedule__contents-item:nth-of-type(8) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-schedule__contents-item:nth-of-type(8) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-schedule__contents-item:nth-of-type(8) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-schedule__contents-item:nth-of-type(8) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-schedule__contents-item:nth-of-type(8) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-schedule__contents-item:nth-of-type(8) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-schedule__contents-item:nth-of-type(8) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-schedule__contents-item:nth-of-type(8) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-schedule__contents-item:nth-of-type(8) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-schedule__contents-item:nth-of-type(8) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-schedule__contents-item:nth-of-type(8) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-schedule__contents-item:nth-of-type(8) .p-schedule__contents-item-detail-title {
  transition-delay: 0.9s;
}
.p-schedule__contents-item:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-schedule__contents-item:nth-of-type(9) .p-schedule__contents-item-num {
  transition-delay: 1s;
}
.p-schedule__contents-item:nth-of-type(9) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-schedule__contents-item:nth-of-type(9) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-schedule__contents-item:nth-of-type(9) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-schedule__contents-item:nth-of-type(9) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-schedule__contents-item:nth-of-type(9) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-schedule__contents-item:nth-of-type(9) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-schedule__contents-item:nth-of-type(9) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-schedule__contents-item:nth-of-type(9) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-schedule__contents-item:nth-of-type(9) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(9) {
  transition-delay: 1s;
}
.p-schedule__contents-item:nth-of-type(9) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-schedule__contents-item:nth-of-type(9) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-schedule__contents-item:nth-of-type(9) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-schedule__contents-item:nth-of-type(9) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-schedule__contents-item:nth-of-type(9) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-schedule__contents-item:nth-of-type(9) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-schedule__contents-item:nth-of-type(9) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-schedule__contents-item:nth-of-type(9) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-schedule__contents-item:nth-of-type(9) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-schedule__contents-item:nth-of-type(9) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-schedule__contents-item:nth-of-type(9) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-schedule__contents-item:nth-of-type(9) .p-schedule__contents-item-detail-title {
  transition-delay: 1s;
}
.p-schedule__contents-item:nth-of-type(10) {
  transition-delay: 1s;
}
.p-schedule__contents-item:nth-of-type(10) .p-schedule__contents-item-num {
  transition-delay: 1.1s;
}
.p-schedule__contents-item:nth-of-type(10) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-schedule__contents-item:nth-of-type(10) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-schedule__contents-item:nth-of-type(10) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-schedule__contents-item:nth-of-type(10) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-schedule__contents-item:nth-of-type(10) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-schedule__contents-item:nth-of-type(10) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-schedule__contents-item:nth-of-type(10) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-schedule__contents-item:nth-of-type(10) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-schedule__contents-item:nth-of-type(10) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(9) {
  transition-delay: 1s;
}
.p-schedule__contents-item:nth-of-type(10) .p-schedule__contents-item-detail-date .p-in-dot:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-schedule__contents-item:nth-of-type(10) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-schedule__contents-item:nth-of-type(10) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-schedule__contents-item:nth-of-type(10) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-schedule__contents-item:nth-of-type(10) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-schedule__contents-item:nth-of-type(10) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-schedule__contents-item:nth-of-type(10) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-schedule__contents-item:nth-of-type(10) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-schedule__contents-item:nth-of-type(10) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-schedule__contents-item:nth-of-type(10) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-schedule__contents-item:nth-of-type(10) .p-schedule__contents-item-detail-date .p-in-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-schedule__contents-item:nth-of-type(10) .p-schedule__contents-item-detail-title {
  transition-delay: 1.1s;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-item {
    gap: 20px;
  }
}
.p-schedule__contents-item + .p-schedule__contents-item {
  margin-top: 4px;
}
.p-schedule__contents-item-num {
  display: grid;
  place-items: center;
  width: 60px;
  padding: 25px;
  font-size: 3rem;
  font-family: var(--font-en-chakra);
  background-color: var(--color-navy02);
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-item-num {
    width: 30px;
    padding: 0;
    font-size: 1.5rem;
  }
}
.p-schedule__contents-item-detail {
  display: flex;
  align-items: center;
  gap: 34px;
  flex: 1;
  padding: 20px 0;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-item-detail {
    display: block;
    padding: 21px 0 19px;
  }
}
.p-schedule__contents-item-detail-date {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  font-size: 1.8rem;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-item-detail-date {
    gap: 2px;
  }
}
.p-schedule__contents-item-detail-date .p-in-dot {
  margin-bottom: 5px;
  font-size: 2.2rem;
  opacity: 0;
  transition: opacity 0.6s var(--ease-main) 0.3s;
}
.p-scroll.is-active .p-schedule__contents-item-detail-date .p-in-dot {
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-item-detail-date .p-in-dot {
    margin-bottom: 1px;
    font-size: 1.6rem;
  }
}
.p-schedule__contents-item-detail-date .p-in-item {
  padding: 0 2px;
  font-family: var(--font-en-chakra);
  color: var(--color-pink01);
  font-size: 3.5rem;
  background-color: var(--color-navy02);
  transition: transform 0.6s var(--ease-bound);
  transform: rotateX(270deg);
}
.p-scroll.is-active .p-schedule__contents-item-detail-date .p-in-item {
  transform: rotateX(0);
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-item-detail-date .p-in-item {
    padding: 0 2px;
    font-size: 2.1rem;
  }
}
.p-schedule__contents-item-detail-date .p-in-item.--space {
  margin-right: 10px;
}
.p-schedule__contents-item-detail-title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  transform: translateX(10px);
  opacity: 0;
  transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-main);
}
.p-scroll.is-active .p-schedule__contents-item-detail-title {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-item-detail-title {
    margin-top: 8px;
    padding-right: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.12em;
  }
}

.p-schedule__image {
  width: 170px;
  position: absolute;
  right: 5.5%;
  bottom: 0;
  transform: translateY(3.4%);
  z-index: 2;
}
.p-schedule__image img {
  width: 100%;
  transition: opacity 0.4s var(--ease-main) 0.3s, transform 0.4s var(--ease-bound) 0.3s;
  opacity: 0;
  transform: translateX(30px) rotate(30deg);
  transform-origin: bottom;
}
.p-scroll.is-active .p-schedule__image img {
  opacity: 1;
  transform: rotate(0);
}
@media screen and (max-width: 899px) {
  .p-schedule__image {
    width: 22.8%;
    max-width: 85px;
    transform: translate(6%, -43%);
  }
}

.p-photo {
  position: relative;
  padding-top: 53px;
}
@media screen and (max-width: 899px) {
  .p-photo {
    padding-top: 58px;
  }
}

.p-photo__bg {
  width: 100%;
  height: 79.2%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-blue01);
}
@media screen and (max-width: 899px) {
  .p-photo__bg {
    height: 80%;
  }
}
.p-photo__bg-item {
  width: 100%;
  position: absolute;
}
.p-photo__bg-item:nth-of-type(1) {
  top: 0;
  left: 0;
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-main) 0.2s;
  transform: translateX(-10px);
  opacity: 0;
}
.p-scroll.is-active .p-photo__bg-item:nth-of-type(1) {
  opacity: 1;
  transform: translateX(0);
}
.p-photo__bg-item:nth-of-type(2) {
  bottom: 0;
  right: 0;
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-main) 0.2s;
  transform: translateX(10px);
  opacity: 0;
}
.p-scroll.is-active .p-photo__bg-item:nth-of-type(2) {
  opacity: 1;
  transform: translateX(0);
}

.p-photo__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 5.2rem;
  font-family: var(--font-en-zen);
  color: var(--color-white);
  position: relative;
  transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-main);
  transform: translateY(10px);
  opacity: 0;
}
.p-scroll.is-active .p-photo__title {
  opacity: 1;
  transform: translateY(0);
}
.p-photo__title strong {
  vertical-align: baseline;
}
@media screen and (max-width: 899px) {
  .p-photo__title {
    text-align: center;
    font-size: 2.6rem;
    line-height: 0.95;
  }
  .p-photo__title strong {
    display: block;
    font-size: 3.4rem;
    letter-spacing: 0.08em;
  }
}
.p-photo__title small {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: var(--font-main);
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-main) 0.1s;
  transform: translateY(10px);
  opacity: 0;
}
.p-scroll.is-active .p-photo__title small {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-photo__title small {
    margin-top: 4px;
    text-align: center;
    font-size: 1.2rem;
  }
}
.p-photo__title h2 {
  font-weight: 400;
  position: relative;
}
.p-photo__title h2::before, .p-photo__title h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 38px;
  position: absolute;
  top: 50%;
  -webkit-mask: url(../img/deco_ttl.svg) no-repeat center/contain;
  mask: url(../img/deco_ttl.svg) no-repeat center/contain;
  background-color: var(--color-white);
  transition: opacity 0.6s var(--ease-main) 0.3s, transform 0.6s var(--ease-main) 0.3s;
  opacity: 0;
}
.p-scroll.is-active .p-photo__title h2::before, .p-scroll.is-active .p-photo__title h2::after {
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-photo__title h2::before, .p-photo__title h2::after {
    width: 40px;
    height: 30px;
  }
}
.p-photo__title h2::before {
  right: -8px;
  transform: translate(calc(100% - 5px), -50%);
}
.p-scroll.is-active .p-photo__title h2::before {
  transform: translate(100%, -50%);
}
.p-photo__title h2::after {
  left: -8px;
  transform: translate(calc(-100% + 5px), -50%) rotateY(180deg);
}
.p-scroll.is-active .p-photo__title h2::after {
  transform: translate(-100%, -50%) rotateY(180deg);
}

.p-photo__contents {
  margin-top: 40px;
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-main) 0.2s;
  transform: translateY(10px);
  opacity: 0;
}
.p-scroll.is-active .p-photo__contents {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-photo__contents {
    margin-top: 21px;
  }
}
.p-photo__contents-inner {
  pointer-events: none;
}
.p-photo__contents-list {
  transition-timing-function: linear !important;
}
.p-photo__contents-item {
  width: 28.6%;
  -webkit-mask: url(../img/msk_photo.png) no-repeat center/contain;
  mask: url(../img/msk_photo.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-photo__contents-item {
    width: 53.6%;
  }
}
.p-photo__contents-item:nth-of-type(even) {
  margin-top: 2.85%;
}
@media screen and (max-width: 899px) {
  .p-photo__contents-item:nth-of-type(even) {
    margin-top: 5.35%;
  }
}