@media screen and (max-width: 899px) {
  .l-wrap.--in {
    padding: 90px 0 0;
  }
}

.p-info__title {
  width: 882px;
  margin-bottom: 50px;
}
@media screen and (max-width: 899px) {
  .p-info__title {
    width: 100%;
    margin-bottom: 37px;
  }
}

.p-info__logo {
  width: 665px;
  margin: 0 auto 40px;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.6s var(--ease-bound) 0.1s, opacity 0.6s var(--ease-main) 0.1s;
}
.is-load .p-info__logo {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .p-info__logo {
    width: 80%;
    margin: 0 auto 22px;
  }
}

.p-info__date {
  width: 502px;
  margin: 0 auto 80px;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.6s var(--ease-bound) 0.1s, opacity 0.6s var(--ease-main) 0.1s;
}
.is-load .p-info__date {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .p-info__date {
    width: 73%;
    margin: 0 auto 40px;
  }
}

.p-info__about {
  margin-bottom: 80px;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.6s var(--ease-bound) 0.1s, opacity 0.6s var(--ease-main) 0.1s;
}
.is-load .p-info__about {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .p-info__about {
    margin-bottom: 50px;
  }
}
.p-info__about-list-item {
  text-align: center;
}
.p-info__about-list-item .p-in-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 3px 12px 6px;
  font-size: 1.5rem;
  border-radius: 50rem;
  letter-spacing: 0.05em;
  color: var(--color-white);
  background-color: var(--color-pink01);
}
@media screen and (max-width: 899px) {
  .p-info__about-list-item .p-in-head {
    padding: 3px 10px 5px;
    font-size: 1.2rem;
  }
}
.p-info__about-list-item .p-in-text {
  margin-top: 18px;
  color: var(--color-pink01);
  font-size: 1.7rem;
}
@media screen and (max-width: 899px) {
  .p-info__about-list-item .p-in-text {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 899px) {
  .p-info__contents {
    width: 97%;
  }
}
.p-info__contents-date {
  width: 88%;
  margin: 0 auto 100px;
  padding: 46px 30px 54px;
  border: 6px solid var(--color-purple);
  background-color: var(--color-yellow);
  border-radius: 28px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-info__contents-date {
    width: 100%;
    margin: 0 auto 50px;
    padding: 30px 10px 32px;
    border: 3px solid var(--color-purple);
    border-radius: 20px;
  }
}
.p-info__contents-date-deco .p-in-item {
  width: 20px;
  position: absolute;
}
@media screen and (max-width: 899px) {
  .p-info__contents-date-deco .p-in-item {
    width: 12px;
  }
}
.p-info__contents-date-deco .p-in-item:nth-of-type(1) {
  top: 12px;
  left: 12px;
}
@media screen and (max-width: 899px) {
  .p-info__contents-date-deco .p-in-item:nth-of-type(1) {
    top: 10px;
    left: 10px;
  }
}
.p-info__contents-date-deco .p-in-item:nth-of-type(2) {
  top: 12px;
  right: 12px;
}
@media screen and (max-width: 899px) {
  .p-info__contents-date-deco .p-in-item:nth-of-type(2) {
    top: 10px;
    right: 10px;
  }
}
.p-info__contents-date-deco .p-in-item:nth-of-type(3) {
  bottom: 12px;
  left: 12px;
  transform: rotate(33deg);
}
@media screen and (max-width: 899px) {
  .p-info__contents-date-deco .p-in-item:nth-of-type(3) {
    bottom: 10px;
    left: 10px;
  }
}
.p-info__contents-date-deco .p-in-item:nth-of-type(4) {
  bottom: 12px;
  right: 12px;
  transform: rotate(33deg);
}
@media screen and (max-width: 899px) {
  .p-info__contents-date-deco .p-in-item:nth-of-type(4) {
    bottom: 10px;
    right: 10px;
  }
}
.p-info__contents-date-deco .p-in-item svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--color-pink01);
}
.p-info__contents-date-title {
  margin-bottom: 28px;
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-info__contents-date-title {
    margin-bottom: 13px;
    font-size: 1.6rem;
  }
}
.p-info__contents-date-detail {
  margin-bottom: 31px;
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-info__contents-date-detail {
    margin-bottom: 17px;
    font-size: 1.5rem;
  }
}
.p-info__contents-date-detail .u-small {
  vertical-align: baseline;
  font-size: 2.5rem;
}
@media screen and (max-width: 899px) {
  .p-info__contents-date-detail .u-small {
    font-size: 1.5rem;
  }
}
.p-info__contents-date-link {
  width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-info__contents-date-link {
    width: 80%;
  }
}
.p-info__contents-image {
  margin-bottom: 100px;
}
@media screen and (max-width: 899px) {
  .p-info__contents-image {
    margin-bottom: 50px;
  }
}
.p-info__contents-image .p-in-item {
  margin-bottom: 40px;
}
@media screen and (max-width: 899px) {
  .p-info__contents-image .p-in-item {
    margin-bottom: 20px;
  }
}
.p-info__contents-image .p-in-item:last-of-type {
  margin-bottom: 0;
}
.p-info__contents-image .p-in-item img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.p-info__contents-link {
  width: 340px;
  margin: 40px auto 0;
}
@media screen and (max-width: 899px) {
  .p-info__contents-link {
    width: 75%;
  }
}