@charset "UTF-8";
.p-stamp {
  --main_color: var(--color-blue);
  --main_bg: var(--color-blue-dark);
  display: block;
  position: relative;
  padding: 5.8rem 0 5.6rem;
}
@media only screen and (max-width:960px) {
  .p-stamp {
    padding: 4.8rem 0;
  }
}
.p-stamp__lead {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-stamp__lead {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.p-stamp__topimg {
  max-width: 900px;
  margin: 4.7rem auto;
}
@media only screen and (min-width:961px) {
  .p-stamp__topimg {
    max-width: 700px;
  }
}
@media only screen and (max-width:960px) {
  .p-stamp__topimg {
    margin: 3rem auto;
  }
}
.p-stamp_content_cap {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.11rem;
  color: var(--color-blue);
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width:960px) {
  .p-stamp_content_cap {
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
    line-height: 1.2;
  }
}
.p-stamp_content_lead {
  display: block;
  position: relative;
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width:960px) {
  .p-stamp_content_lead {
    font-size: 1.3rem;
    text-align: left;
  }
}
.p-stamp_content__link {
  margin: auto;
}
@media only screen and (min-width:961px) {
  .p-stamp_content__link {
    max-width: 500px;
  }
}
.p-stamp_content__header_mainimg {
  margin: 6rem auto 0;
}
@media only screen and (max-width:960px) {
  .p-stamp_content__header_mainimg {
    margin-top: 3rem;
  }
}
.p-stamp_content__header_detail {
  display: block;
  position: relative;
  padding: 2.4rem 0;
}
@media only screen and (min-width:961px) {
  .p-stamp_content__header_detail {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 23rem 0.8rem 1fr;
    grid-template-columns: 23rem 1fr;
    gap: 0.8rem;
  }
}
.p-stamp_content__header_detail::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-brown-border);
  pointer-events: none;
}
.p-stamp_content__header_detail-cap {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-blue);
}
@media only screen and (max-width:960px) {
  .p-stamp_content__header_detail-cap {
    font-size: 1.3rem;
  }
}
.p-stamp_content__header_detail-txt {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
}
@media only screen and (max-width:960px) {
  .p-stamp_content__header_detail-txt {
    font-size: 1.3rem;
  }
}
.p-stamp_content__header_detail-txt .c-btn {
  margin-top: 1.5rem;
}
@media only screen and (min-width:961px) {
  .p-stamp_content__header_detail-txt .c-btn {
    min-width: unset;
  }
}
@media only screen and (max-width:960px) {
  .p-stamp_content__header_detail-txt .c-btn {
    margin-top: 1rem;
  }
}
.p-stamp_content__header_attlist {
  width: 100%;
  display: block;
  position: relative;
  margin: 1.6rem auto 0;
  font-size: 1.3rem;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.55;
}
@media only screen and (max-width:960px) {
  .p-stamp_content__header_attlist {
    margin-top: 2.4rem;
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.p-stamp_content__header_attlist__item {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.p-stamp_content__info {
  position: relative;
}
.p-stamp_content__info::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid var(--color-brown-border);
  pointer-events: none;
}

.is-load .p-in_title__main-word:nth-child(11) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}