.p-cf {
  width: 66.5%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 78px 0 304px;
  color: var(--color-black);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-out) 0.2s, transform 0.7s var(--ease-out) 0.2s;
}
@media screen and (min-width: 900px) {
  .p-cf {
    min-width: 800px;
  }
}
@media screen and (max-width: 899px) {
  .p-cf {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 42px 0 94px;
  }
}
.is-load .p-cf {
  opacity: 1;
  transform: translateY(0);
}

.p-cf_deco {
  width: 245px;
  height: 252px;
  left: 35px;
  bottom: 28px;
  transform: translateY(-100%);
}
@media screen and (max-width: 899px) {
  .p-cf_deco {
    width: 88px;
    height: 94px;
    left: 16px;
    bottom: 51px;
  }
}

.p-cf__title {
  margin-bottom: 40px;
  font-size: 5rem;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-cf__title {
    margin-bottom: 24px;
    font-size: 3.2rem;
  }
}
.p-cf__title small {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 899px) {
  .p-cf__title small {
    font-size: 1.5rem;
  }
}

.p-cf__head-logo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.p-cf__head-logo-image {
  width: 300px;
}
@media screen and (max-width: 899px) {
  .p-cf__head-logo-image {
    width: 200px;
  }
}
.p-cf__head-logo-text {
  margin-bottom: 3px;
  margin-left: 8px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .p-cf__head-logo-text {
    font-size: 1.6rem;
  }
}
.p-cf__head .p-cf__head-date {
  margin-top: 8px;
  font-size: 3.5rem;
  color: var(--color-orange);
  text-align: center;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (max-width: 899px) {
  .p-cf__head .p-cf__head-date {
    font-size: 2rem;
  }
}
.p-cf__head .p-cf__head-sub {
  margin-top: 1em;
  font-size: 2.4rem;
  color: var(--color-black);
  text-align: center;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (max-width: 899px) {
  .p-cf__head .p-cf__head-sub {
    font-size: 1.4rem;
  }
}

.p-cf__detail {
  margin-top: 60px;
  border: 2px solid var(--color-orange);
  padding: 40px 20px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 899px) {
  .p-cf__detail {
    margin-top: 40px;
    padding: 15px 10px;
    font-size: 1.4rem;
  }
}

.p-cf__link {
  margin-top: 40px;
}
@media screen and (max-width: 899px) {
  .p-cf__link {
    margin-top: 22px;
  }
}
.p-cf__link-lead {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 899px) {
  .p-cf__link-lead {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.p-cf__link-btn {
  width: 450px;
  margin: 18px auto 0;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-cf__link-btn {
    width: 280px;
    margin: 15px auto 0;
  }
}
.p-cf__link-btn .p-in-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.p-cf__link-btn .p-in-text {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 899px) {
  .p-cf__link-btn .p-in-text {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
  }
}

.p-cf__image {
  margin-top: 60px;
}
@media screen and (max-width: 899px) {
  .p-cf__image {
    margin-top: 40px;
  }
}
.p-cf__image-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 899px) {
  .p-cf__image-list {
    display: block;
  }
}
.p-cf__image-item {
  width: calc(33% - 10.7px);
}
.p-cf__image-item img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-cf__image-item {
    width: 100%;
  }
  .p-cf__image-item + .p-cf__image-item {
    margin-top: 18px;
  }
}

.p-cf__thanks {
  margin-top: 120px;
}
@media screen and (max-width: 899px) {
  .p-cf__thanks {
    margin-top: 80px;
  }
}
.p-cf__thanks-head {
  width: 100%;
  padding: 20px;
  background-color: var(--color-orange);
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-cf__thanks-head {
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.p-cf__thanks-detail {
  width: 90%;
  margin: 20px auto 0;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 899px) {
  .p-cf__thanks-detail {
    margin: 10px auto 0;
    font-size: 1.4rem;
  }
}