.l-jumpToPage_notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 90rem;
  padding: calc(6.4rem + var(--ajust)) 1.6rem 16rem;
}

@media screen and (max-width: 76.8rem) {
  .l-jumpToPage_notice {
    padding: calc(4.8rem + var(--ajust)) 0 12rem;
  }
}

.l-jumpToPage_noticeTitle {
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 180%;
  text-align: center;
}

@media screen and (max-width: 76.8rem) {
  .l-jumpToPage_noticeTitle {
    font-size: 1.8rem;
  }
}

.l-jumpToPage_noticeText {
  font-size: 1.8rem;
  line-height: 180%;
  text-align: center;
  margin-top: 0.5em;
}

@media screen and (max-width: 76.8rem) {
  .l-jumpToPage_noticeText {
    font-size: 1.6rem;
  }
}

.l-jumpToPage_destination {
  display: flex;
  justify-content: center;
  margin: 2.4rem auto 0;
  padding: 0.5em 2.5em 0.8em;
  border-radius: 0.8rem;
  background: #edf2f9;
}

@media screen and (max-width: 768px) {
  .l-jumpToPage_destination {
    padding: 0.5em 1.5em 0.8em;
  }
}

.l-jumpToPage_destinationLink {
  display: block;
  font-size: 1.6rem;
  line-height: 1.8;
  word-break: break-all;
  text-decoration: underline;
}

.l-jumpToPage_actions {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 4.8rem;
}

@media screen and (max-width: 76.8rem) {
  .l-jumpToPage_actions {
    gap: 0.8rem;
    width: 100%;
    margin-top: 4rem;
  }
}

.l-jumpToPage_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20rem;
  padding: 1.8rem 2.4rem;
  border-radius: 100em;
  border: 0.1rem solid #fa7172;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-indent: 0.2em;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

@media screen and (max-width: 76.8rem) {
  .l-jumpToPage_btn {
    flex: 1;
    width: 100%;
    min-width: auto;
    font-size: 1.6rem;
  }
}

.l-jumpToPage_btn:hover {
  opacity: 0.85;
}

.l-jumpToPage_btn.-external {
  letter-spacing: 0.75em;
  text-indent: 0.75em;
  background: #fa7172;
  color: #fff;
}

.l-jumpToPage_btn.-back {
  background: #fff;
  color: #fa7172;
}