@charset "UTF-8";
/*main color*/
/*addcolor*/
/* spacing */
/*mixin*/
.p-sr-bgGry {
  background-color: #F3F4F6;
}

.p-sr-fontBul {
  color: #054d91;
  font-style: normal;
}

.p-sr-secTtl {
  display: table;
  margin-inline: auto;
  font-family: "MFW-PShinGoPr6N-Bold", "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: clamp(20px, 15.1851851852px + 1.2345679012vw, 30px);
  letter-spacing: 0.025em;
  background-color: #fff;
  border-top: solid 2.5px #231f20;
  border-bottom: solid 2.5px #231f20;
  padding: 0 clamp(10px, 5.1851851852px + 1.2345679012vw, 20px);
}

.p-sr-img {
  position: relative;
}
.p-sr-img__cap {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  color: #fff;
  font-size: 10px;
  padding: 0 8px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.p-sr-img__cap.mod--left {
  text-align: left;
}
@media (max-width: 768px) {
  .p-sr-img__cap.mod--left {
    text-align: right;
  }
}

.p-stamprally {
  --bu: clampCalc(4px, 8px);
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .p-stamprally .p-sr-inner-sp {
    width: 90% !important;
    margin-inline: auto !important;
  }
}
@media (max-width: 768px) {
  .p-stamprally .p-sr-inner-sp-full {
    width: 100% !important;
  }
}
.p-stamprally .p-sr-floatingBtn {
  position: fixed;
  right: 0;
  bottom: 5vh;
  z-index: 99;
  transform: translateX(5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-stamprally .p-sr-floatingBtn:hover {
    transform: translateX(0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-stamprally .p-sr-floatingBtn:hover {
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .p-stamprally .p-sr-floatingBtn {
    bottom: 15px;
  }
}
@media (max-width: 1200px) {
  .p-stamprally .p-sr-floatingBtn.mod--not-simpleHeader {
    bottom: calc(5vh + 70px);
  }
}
.p-stamprally .p-sr-floatingBtn.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.p-stamprally .p-sr-font-ttl {
  font-family: "A P-OTF Shin Go Pr6N", sans-serif;
}
.p-stamprally .p-sr-font-sub {
  font-family: "Noto Sans JP", sans-serif;
}
.p-stamprally .p-sr-header-simple {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 960px) {
  .p-stamprally .p-sr-header-simple {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.p-stamprally .p-sr-header-simple .header-simple__logo {
  padding: 10px clamp(10px, 7.5925925926px + 0.6172839506vw, 15px);
  width: 190px;
}
@media (max-width: 960px) {
  .p-stamprally .p-sr-header-simple .header-simple__logo {
    flex: 1;
  }
}
.p-stamprally .p-sr-header-simple .header-simple__logo img {
  max-width: 190px;
}
@media (max-width: 960px) {
  .p-stamprally .p-sr-header-simple .header-simple__logo img {
    margin-block: auto;
    display: block;
  }
}
.p-stamprally .p-sr-header-simple .header-simple__area {
  display: inline;
  border-radius: 0 50px 50px 0;
  background-color: #F3F4F6;
  padding: 0.4em 1em;
}
@media (max-width: 960px) {
  .p-stamprally .p-sr-header-simple .header-simple__area {
    flex: 1;
    padding: 0.4em 1em;
    border-radius: 40px 0 0 40px;
    display: grid;
    place-items: center;
  }
}
.p-stamprally .p-sr-header-simple .header-simple__area span {
  color: #054d91;
  font-size: clamp(14px, 13.037037037px + 0.2469135802vw, 16px);
}
@media (max-width: 960px) {
  .p-stamprally .p-sr-header-simple .header-simple__area span {
    font-size: 12px;
  }
}
.p-stamprally .p-sr-header-simple .header-simple__area span {
  letter-spacing: 0.1em;
  font-family: "MFW-UDShinGoPr6N-DeBold", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.p-stamprally .p-sr-main {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.p-stamprally .p-sr-footer-WH .footer-wrap {
  border-top: 1px solid rgba(102, 102, 102, 0.5);
  padding-block: clamp(40px, 25.5555555556px + 3.7037037037vw, 70px);
  background: #fff;
}
.p-stamprally .p-sr-footer-WH .footer-wrap .footer__main {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .p-stamprally .p-sr-footer-WH .footer-wrap .footer__main {
    grid-template-columns: auto;
    gap: 15px;
  }
}
.p-stamprally .p-sr-footer-WH .footer-wrap .footer__main a {
  display: block;
  width: 200px;
  height: auto;
}
.p-stamprally .p-sr-footer-WH .footer-wrap .footer__main a img {
  vertical-align: top;
}
.p-stamprally .p-sr-footer-WH .footer-wrap .footer__main p {
  font-size: clamp(14px, 13.037037037px + 0.2469135802vw, 16px);
  line-height: 1.4;
}
.p-stamprally .p-sr-footer-WH .footer-wrap .footer__copyright {
  display: block;
  font-size: clamp(10px, 9.037037037px + 0.2469135802vw, 12px);
  line-height: 1;
  margin-top: 30px;
}
.p-stamprally .mv {
  background: url("https://hokkaido-heim.com/assets/img/stamprally/mv_bg.jpg") center center/cover no-repeat;
  height: 400px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media (max-width: 960px) {
  .p-stamprally .mv {
    height: auto;
    background-position: top center;
    flex-direction: column;
  }
}
.p-stamprally .mv .mv__fv-wrap {
  container-type: inline-size;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
.p-stamprally .mv .mv__fv {
  position: relative;
  flex-shrink: 0;
  width: clamp(600px, 148px + 47.0833333333vw, 713px);
  margin-top: 5px;
  margin-bottom: clamp(-180px, -300px + 12.5vw, -150px);
}
@media (max-width: 1200px) {
  .p-stamprally .mv .mv__fv {
    margin-left: -5vw;
  }
}
@media (max-width: 960px) {
  .p-stamprally .mv .mv__fv {
    margin-bottom: -130px;
    margin-left: unset;
  }
}
@media (max-width: 768px) {
  .p-stamprally .mv .mv__fv {
    width: clamp(400px, 0px + 114.2857142857vw, 480px);
    margin-bottom: clamp(-105px, -15px + -21.4285714286vw, -90px);
  }
}
.p-stamprally .mv .mv__fv > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-stamprally .mv .mv__fv > * img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-stamprally .mv .mv__fv {
  /* ── z-index ── */
}
.p-stamprally .mv .mv__fv .fv-bg {
  position: relative;
  z-index: 1;
}
.p-stamprally .mv .mv__fv .fv-deco {
  z-index: 2;
}
.p-stamprally .mv .mv__fv .fv-label {
  z-index: 3;
}
.p-stamprally .mv .mv__fv .fv-title {
  z-index: 4;
}
.p-stamprally .mv .mv__fv .fv-date {
  z-index: 5;
}
.p-stamprally .mv .mv__fv .fv-badge {
  z-index: 6;
}
.p-stamprally .mv .mv__fv {
  /* ── 초기 상태 & 등장 애니메이션 ── */
}
.p-stamprally .mv .mv__fv .fv-date,
.p-stamprally .mv .mv__fv .fv-label {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease-out forwards;
}
.p-stamprally .mv .mv__fv {
  /* ── 등장 순서: deco → label → title → date → badge ── */
}
.p-stamprally .mv .mv__fv .fv-deco {
  opacity: 0;
  transform: translateY(0);
  animation: fadeInUp 0.8s linear 0s forwards, swayDeco 2.5s linear 2s infinite;
  transform-origin: center center;
}
.p-stamprally .mv .mv__fv .fv-label {
  animation-delay: 0.8s;
}
.p-stamprally .mv .mv__fv .fv-title {
  opacity: 0;
  transform: scale(1.1);
  animation: stampIn 0.5s ease-out 1.2s forwards;
  transform-origin: center center;
}
.p-stamprally .mv .mv__fv .fv-date {
  animation-delay: 1.7s;
}
.p-stamprally .mv .mv__fv .fv-badge {
  opacity: 0;
  transform: scale(1.1);
  animation: stampIn 0.5s ease-out 2s forwards;
  transform-origin: 85% 60%;
}
.p-stamprally .mv .mv__ttl {
  position: relative;
  z-index: 10;
  flex-shrink: 0;
  width: clamp(400px, 0px + 41.6666666667vw, 500px);
}
@media (max-width: 960px) {
  .p-stamprally .mv .mv__ttl {
    width: min(90%, 500px);
    margin-inline: auto;
  }
}
.p-stamprally .mv .mv__ttl .ttl-wrap {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 25px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .p-stamprally .mv .mv__ttl .ttl-wrap {
    background-color: white;
    border-radius: 25px 25px 0 0;
  }
}
.p-stamprally .mv .mv__ttl .ttl-wrap .ttl-top {
  padding: 30px;
}
.p-stamprally .mv .mv__ttl .ttl-wrap .ttl-top.mod--pd-nrw {
  padding-block: 25px 15px;
}
@media (max-width: 960px) {
  .p-stamprally .mv .mv__ttl .ttl-wrap .ttl-top {
    padding: 16px 5% 10px;
  }
}
.p-stamprally .mv .mv__ttl .ttl-wrap .ttl-btm {
  border-top: 2px solid #231f20;
  display: grid;
  grid-template-columns: 3fr 6fr;
}
@media (max-width: 1200px) {
  .p-stamprally .mv .mv__ttl .ttl-wrap .ttl-btm {
    grid-template-columns: 3fr 5fr;
  }
}
@media (max-width: 960px) {
  .p-stamprally .mv .mv__ttl .ttl-wrap .ttl-btm {
    display: none;
  }
}
.p-stamprally .mv .mv__ttl .ttl-wrap .ttl-btm.mod--withImg {
  grid-template-columns: 3fr 5fr;
}
.p-stamprally .mv .mv__ttl .ttl-wrap .ttl-btm .btmL {
  align-self: flex-end;
  width: 100%;
}
.p-stamprally .mv .mv__ttl .ttl-wrap .ttl-btm .btmL img {
  width: inherit;
}
@media (max-width: 960px) {
  .p-stamprally .mv .mv__ttl .ttl-wrap .ttl-btm .btmL.mod--withImg {
    display: none;
  }
}
.p-stamprally .mv .mv__ttl .ttl-wrap .ttl-btm .btmR {
  width: 100%;
}
.p-stamprally .mv .mv__ttl .ttl-wrap .ttl-btm .btmR .btmR-link {
  padding: 15px 12px 15px 0;
}
.p-stamprally .mv .mv__ttl .ttl-wrap .ttl-btm .btmR .btmR-link .p-sr-btn:not(.mod--pink) span {
  font-size: clamp(16px, -8px + 2.5vw, 22px);
}
.p-stamprally .mv .mv__ttl .ttl-link {
  height: 60px;
  margin-top: 12px;
}
.p-stamprally .mv .mv__ttl .ttl-link .p-sr-btn {
  height: 100%;
}
@media (max-width: 960px) {
  .p-stamprally .mv .mv__ttl .ttl-link {
    display: none;
  }
}
.p-stamprally .p-sr-point-sp {
  display: none;
  padding: 10px 5%;
  border-block: 2px solid #231f20;
}
@media (max-width: 960px) {
  .p-stamprally .p-sr-point-sp {
    display: block;
  }
}
.p-stamprally .p-sr-link-sp {
  background: #F3F4F6;
  display: none;
}
@media (max-width: 960px) {
  .p-stamprally .p-sr-link-sp {
    display: block;
  }
}
.p-stamprally .p-sr-link-sp .link-sp__wrap {
  margin-inline: auto;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-stamprally .p-sr-link-sp .link-sp__wrap {
    width: 90%;
  }
}
.p-stamprally .p-sr-link-sp .link-sp__wrap .btmL {
  flex-grow: 0;
  align-self: flex-end;
  width: clamp(125px, 105.5555555556px + 4.6296296296vw, 150px);
}
@media (max-width: 768px) {
  .p-stamprally .p-sr-link-sp .link-sp__wrap .btmL {
    width: clamp(110px, 62px + 15vw, 125px);
  }
}
.p-stamprally .p-sr-link-sp .link-sp__wrap .btmL img {
  width: inherit;
}
.p-stamprally .p-sr-link-sp .link-sp__wrap .btmR {
  display: flex;
  align-items: center;
  width: 400px;
}
.p-stamprally .p-sr-link-sp .link-sp__wrap .btmR .p-sr-btn {
  height: clamp(50px, 42.2222222222px + 1.8518518519vw, 60px);
  container-type: inline-size;
}
.p-stamprally .p-sr-link-sp .link-sp__wrap .btmR .p-sr-btn span {
  font-size: min(9cqw, clamp(16px, 13.1111111111px + 0.7407407407vw, 22px));
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-stamprally .p-sr-link-sp .link-sp__wrap .btmR {
    flex-grow: 1;
    width: 100%;
    justify-content: flex-end;
  }
}
.p-stamprally[data-page-type=line] .p-sr-link-sp .link-sp__wrap .btmR .p-sr-btn span {
  font-size: min(7cqw, clamp(16px, 13.1111111111px + 0.7407407407vw, 22px));
}
.p-stamprally .p-sr-section {
  position: relative;
  margin-top: 60px;
  padding: 80px 5% 40px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .p-stamprally .p-sr-section {
    border-radius: 0;
  }
}
.p-stamprally .p-sr-section .section__ttl {
  width: 300px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
}
.p-stamprally .p-sr-section .section__body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.p-stamprally .p-sr-section .section__body.mod--spot {
  gap: 30px;
}
.p-stamprally .info {
  position: relative;
  padding: 40px 5%;
  background: linear-gradient(to bottom right, #f8ac70, #f05b72);
  margin-block: 20px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .p-stamprally .info {
    border-radius: 0;
  }
}
.p-stamprally .info.mod--sp-br {
  border-radius: 15px;
}
.p-stamprally .info-wrap {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.p-stamprally .list {
  margin-top: 60px;
  padding-block: 60px;
}
.p-stamprally .list .list__ttl {
  position: relative;
}
.p-stamprally .list .list__ttl .ttl-start {
  position: absolute;
  left: 50%;
  top: 0;
  width: 120px;
  transform: translate(-50%, -100%);
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .p-stamprally .list .list__ttl .ttl-start {
    display: none;
  }
}
.p-stamprally .list .list__ttl .ttl-main {
  position: relative;
  margin-top: 10px;
  width: clamp(220px, 200.7407407407px + 4.9382716049vw, 260px);
  margin-inline: auto;
  max-width: 56%;
}
.p-stamprally .list .list__ttl .ttl-deco {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(calc(-1 * (100% + 20px)), -50%);
}
@media (max-width: 768px) {
  .p-stamprally .list .list__ttl .ttl-deco {
    transform: unset;
    top: 0;
    left: 50%;
    width: 300px;
    transform: translate(-50%, -100%);
    padding-bottom: 10px;
  }
}
.p-stamprally .list .list__ttl .ttl-stamp {
  width: clamp(57px, 49.7777777778px + 1.8518518519vw, 72px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(calc(100% + 14px), -50%);
}
@media (max-width: 768px) {
  .p-stamprally .list .list__ttl .ttl-stamp {
    transform: translate(calc(100% + 12px), -50%);
  }
}
.p-stamprally .list .list__ttl .ttl-stamp__wrap {
  opacity: 0;
  transform: scale(1.2);
  transform-origin: center center;
}
.p-stamprally .list .list__ttl .ttl-stamp__wrap.is-anime {
  animation: stampBig 0.5s ease-out forwards;
}
.p-stamprally .list .areaMenu {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 5.1851851852px + 1.2345679012vw, 20px);
}
@media (max-width: 960px) {
  .p-stamprally .list .areaMenu {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media (max-width: 960px) {
  .p-stamprally .list .areaMenu li:first-child {
    grid-column: 1/-1;
  }
}
.p-stamprally .list .areaMenu li.is-active a, .p-stamprally .list .areaMenu li.is-active button {
  background-color: #054d91;
  color: #fff;
}
.p-stamprally .list .areaMenu li a, .p-stamprally .list .areaMenu li button {
  font-family: "MFW-UDShinGoPr6N-DeBold", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 11.1111111111px + 0.7407407407vw, 20px);
  display: block;
  width: 100%;
  background-color: #fff;
  text-align: center;
  color: #054d91;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-block: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-stamprally .list .areaMenu li a:hover, .p-stamprally .list .areaMenu li button:hover {
    background-color: #054d91;
    color: #fff;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-stamprally .list .areaMenu li a:hover, .p-stamprally .list .areaMenu li button:hover {
    background-color: #054d91;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .p-stamprally .list .area__wrap {
    width: 100%;
  }
}
.p-stamprally .list .area__ttl {
  font-family: "MFW-UDShinGoPr6N-DeBold", "Noto Sans JP", sans-serif;
  color: #054d91;
  font-size: clamp(20px, 19.037037037px + 0.2469135802vw, 22px);
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
.p-stamprally .list .area__inner {
  background-color: #ffffff;
  padding-block: 50px;
  margin-top: 50px;
}
.p-stamprally .list .area__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 960px) {
  .p-stamprally .list .area__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .p-stamprally .list .area__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.p-stamprally .list .area__list .area__item.mod--empty {
  grid-column: 1/-1;
  text-align: center;
}
.p-stamprally .list .area__list .area__item {
  height: 100%;
  background-color: #F3F4F6;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 15px;
}
.p-stamprally .list .area__list .area__item .area__img {
  margin-top: auto;
}
.p-stamprally .list .area__list .area__item .area__img img {
  aspect-ratio: 310/169;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-stamprally .list .area__list .area__item .area__city {
  font-size: clamp(12px, 11.037037037px + 0.2469135802vw, 14px);
  color: #ffffff;
  background-color: #054d91;
  padding: 0.3em 1em;
  line-height: 1;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border-radius: 20px;
  display: inline-block;
}
.p-stamprally .list .area__list .area__item .area__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}
.p-stamprally .list .area__list .area__item .c-main-btn {
  height: 44px;
}
.p-stamprally .list .area__list .area__item .c-main-btn span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
@media (hover: hover) and (pointer: fine) {
  .p-stamprally .list .area__list .area__item .c-main-btn:hover i {
    transform: translateX(5px);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-stamprally .list .area__list .area__item .c-main-btn:hover i {
    transform: translateX(5px);
  }
}
.p-stamprally .list .area__list .area__item .c-main-btn.mod--main {
  background: linear-gradient(to bottom, #0b6fa4, #002b7f);
  border: none;
}
.p-stamprally .list .area__list .area__item .c-main-btn.mod--sub {
  background-color: #fff;
  border-color: #054d91;
}
.p-stamprally .list .area__list .area__item .c-main-btn.mod--sub span {
  color: #054d91;
}
.p-stamprally .next {
  border-radius: 0;
  background: linear-gradient(to bottom right, #f8ac70, #f05b72);
}
.p-stamprally .next .next__ttl {
  width: clamp(150px, 136.5185185185px + 3.4567901235vw, 178px);
  margin-inline: auto;
  transform: translateY(-30%);
}
.p-stamprally .next .next__stamp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transform: translateX(1%);
}
@media (max-width: 768px) {
  .p-stamprally .next .next__stamp {
    transform: translateX(2%);
  }
}
.p-stamprally .spot {
  background: linear-gradient(to bottom right, #f8ac70, #f05b72);
}
.p-stamprally .spot .spot__body {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: clamp(25px, 12.962962963px + 3.0864197531vw, 50px);
}
@media (max-width: 768px) {
  .p-stamprally .spot .spot__body {
    flex-direction: column;
  }
}
.p-stamprally .spot .spot__body > * {
  position: relative;
}
.p-stamprally .spot .spot__body .body-start .start-ttl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateY(-20%);
  width: 100%;
}
.p-stamprally .spot .spot__body .body-start .start-stamp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
@media (max-width: 768px) {
  .p-stamprally .spot .spot__body .body-start .start-stamp {
    transform: translateX(-3%);
  }
}
.p-stamprally .spot .spot__body .body-start .body-next {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 3;
  transform: translateX(50%);
}
@media (max-width: 768px) {
  .p-stamprally .spot .spot__body .body-start .body-next {
    right: unset;
    top: unset;
    left: 0;
    bottom: 0;
    transform: translateY(76%);
    height: unset;
    width: 100%;
  }
}
.p-stamprally .spot .spot__body .body-start .body-next img {
  height: 100%;
}
@media (max-width: 768px) {
  .p-stamprally .spot .spot__body .body-start .body-next img {
    height: auto;
  }
}
.p-stamprally .spot .spot__body .body-main {
  position: relative;
}
.p-stamprally .spot .spot__body .body-main .main-stamp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transform: translateX(2%);
}
.p-stamprally .how {
  background: linear-gradient(to bottom right, #e5f05c, #8cc63f);
  padding-inline: 1%;
}
@media (max-width: 768px) {
  .p-stamprally .how {
    padding-inline: 5%;
  }
}
.p-stamprally .how .how__main {
  position: relative;
}
.p-stamprally .how .how__main picture,
.p-stamprally .how .how__main img {
  display: block;
  width: 100%;
}
.p-stamprally .how .how__main .how__qr-link {
  position: absolute;
  display: block;
  top: 3%;
  left: 4%;
  width: 23%;
  height: 37%;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-stamprally .how .how__main .how__qr-link {
    top: 1%;
    left: 3%;
    width: 28%;
    height: 23%;
  }
}
.p-stamprally .how .how__main .how__list-link {
  position: absolute;
  display: block;
  top: 3%;
  left: 32%;
  width: 23%;
  height: 37%;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-stamprally .how .how__main .how__list-link {
    top: 1%;
    left: 32%;
    width: 52%;
    height: 23%;
  }
}
.p-stamprally .how .u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.p-stamprally .how__cap {
  display: block;
  font-size: clamp(12px, 11.037037037px + 0.2469135802vw, 14px);
  font-weight: 700;
  text-align: right;
}
.p-stamprally .how__cap span {
  border-bottom: 1px solid #8cc63f;
}
.p-stamprally .how__cap i {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #8cc63f;
  vertical-align: middle;
  margin-right: 0.3em;
}
.p-stamprally .caption {
  margin-block: clamp(50px, 45.1851851852px + 1.2345679012vw, 60px);
}
.p-stamprally .caption.mod--border {
  border: 1px solid #666666;
  padding: clamp(20px, 15.1851851852px + 1.2345679012vw, 30px) 5%;
}
.p-stamprally .caption.mod--max-height {
  overflow-y: scroll;
  max-height: 300px;
}
.p-stamprally .p-sr-btn-block {
  display: grid;
  margin-block: clamp(10px, 2.7777777778px + 1.8518518519vw, 25px);
  place-items: center;
}
.p-stamprally .p-sr-btn-block.mod--wide {
  padding-bottom: clamp(10px, 5.1851851852px + 1.2345679012vw, 20px);
}
.p-stamprally .p-sr-btn {
  display: inline-flex;
  align-items: center;
  width: min(100%, 500px);
  height: clamp(50px, 38.4444444444px + 2.962962963vw, 74px);
  border-radius: 37px;
  background: linear-gradient(to bottom, #0b6fa4, #002b7f);
  padding: 0 clamp(14px, 12.0740740741px + 0.4938271605vw, 18px) 0 clamp(12px, 0.4444444444px + 2.962962963vw, 36px);
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .p-stamprally .p-sr-btn:hover .btn__arrow {
    transform: scale(1.05);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-stamprally .p-sr-btn:hover .btn__arrow {
    transform: scale(1.05);
  }
}
.p-stamprally .p-sr-btn .btn__label {
  flex: 1;
  color: #fff;
  font-size: clamp(16px, 13.1111111111px + 0.7407407407vw, 22px);
  font-weight: 600;
  text-align: center;
  text-shadow: 0 0 3px #8cc63f;
  font-family: "A P-OTF Shin Go Pr6N", sans-serif;
}
.p-stamprally .p-sr-btn .btn__arrow {
  --size: 40px;
  --size: clamp(24px, 16.2962962963px + 1.975308642vw, 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: linear-gradient(to bottom, #fff56d, #8cc63f);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.p-stamprally .p-sr-btn .btn__arrow::after {
  content: "";
  display: block;
  width: calc(var(--size) * 0.35);
  height: calc(var(--size) * 0.35);
  border-right: 3px solid #002b7f;
  border-bottom: 3px solid #002b7f;
  transform: rotate(45deg);
  margin-top: calc(var(--size) * -0.1);
}
.p-stamprally .p-sr-btn .btn__arrow.mod--top::after {
  border: none;
  border-left: 3px solid #002b7f;
  border-top: 3px solid #002b7f;
  margin-top: calc(var(--size) * 0.1);
}
.p-stamprally .p-sr-btn.mod--floating {
  width: clamp(195px, 130px + 16.6666666667vw, 330px);
  height: clamp(44px, 29.5555555556px + 3.7037037037vw, 74px);
  border-radius: 37px 0 0 37px;
  padding: 0 clamp(14px, 9.1851851852px + 1.2345679012vw, 24px) 0 clamp(12px, 9.1111111111px + 0.7407407407vw, 18px);
}
.p-stamprally .p-sr-btn.mod--floating .btn__label {
  font-size: 24px;
  font-size: clamp(14px, 9.1851851852px + 1.2345679012vw, 24px);
  white-space: nowrap;
}
.p-stamprally .p-sr-btn.mod--pink {
  background: linear-gradient(to bottom, #f05b72, #de425a);
}
.p-stamprally .p-sr-btn.mod--pink .btn__label {
  font-size: clamp(20px, 17.5925925926px + 0.6172839506vw, 25px);
  text-shadow: none;
}
.p-stamprally .p-sr-btn.mod--pink .btn__arrow {
  background: #fff;
}
.p-stamprally .p-sr-btn.mod--pink .btn__arrow::after {
  border-color: #f05b72;
  transform: rotate(-45deg);
  margin-top: 0;
  margin-left: -4px;
}
.p-stamprally .problem {
  position: relative;
  margin-top: 60px;
  padding: 50px 0 25px;
}
.p-stamprally .problem__ttl {
  margin-top: -78px;
}
.p-stamprally .problem__ttl .deco {
  display: block;
  margin-inline: auto;
  max-width: 426px;
}
.p-stamprally .problem__ttl .ttl {
  max-width: 524px;
  margin: clamp(8px, 5.5925925926px + 0.6172839506vw, 13px) auto clamp(20px, 15.1851851852px + 1.2345679012vw, 30px);
}
.p-stamprally .problem__main {
  margin-inline: auto;
  max-width: 960px;
}
.p-stamprally .solution {
  position: relative;
  padding-bottom: 18px;
}
@media (max-width: 768px) {
  .p-stamprally .solution {
    padding-bottom: 0;
  }
}
.p-stamprally .solution__ttl {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: min(90%, 722px);
}
.p-stamprally .solution__bg {
  height: 500px;
}
@media (max-width: 768px) {
  .p-stamprally .solution__bg {
    height: clamp(375px, -22.2222222222px + 101.8518518519vw, 1200px);
  }
}
.p-stamprally .solution__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-stamprally .solution__deco {
  position: absolute;
}
.p-stamprally .solution__deco.mod--left {
  left: 0;
  bottom: 18px;
  width: min(32%, 368px);
}
@media (max-width: 768px) {
  .p-stamprally .solution__deco.mod--left {
    display: none;
  }
}
.p-stamprally .solution__deco.mod--right {
  right: 0;
  bottom: 0;
  width: min(56%, 628px);
}
@media (max-width: 768px) {
  .p-stamprally .solution__deco.mod--right {
    width: min(95%, 680px);
  }
}
.p-stamprally .visit {
  padding: clamp(32px, 8.8888888889px + 5.9259259259vw, 80px) 0 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 12.0740740741px + 0.4938271605vw, 18px);
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 0.025em;
}
.p-stamprally .visit__ttl {
  max-width: 570px;
  margin-inline: auto;
  margin-bottom: clamp(40px, 32.7777777778px + 1.8518518519vw, 55px);
}
.p-stamprally .visit__content {
  display: flex;
  flex-direction: column;
  gap: clamp(50px, 12.4444444444px + 9.6296296296vw, 128px);
}
.p-stamprally .visit .item {
  display: flex;
  flex-direction: column;
  gap: 46px;
}
@media (max-width: 768px) {
  .p-stamprally .visit .item {
    gap: 32px;
  }
}
.p-stamprally .visit .item__main {
  display: flex;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .p-stamprally .visit .item__main {
    display: block;
    border-radius: 15px;
  }
}
.p-stamprally .visit .item__main.mod--reverse {
  flex-direction: row-reverse;
}
.p-stamprally .visit .item__main .txtBox {
  flex-basis: 52.6%;
  position: relative;
  padding: clamp(24px, 6.6666666667px + 4.4444444444vw, 60px) clamp(20px, 0.7407407407px + 4.9382716049vw, 60px) clamp(16px, 4.4444444444px + 2.962962963vw, 40px);
}
.p-stamprally .visit .item__main .imgBox {
  flex-basis: 47.4%;
  height: auto;
}
.p-stamprally .visit .item__main .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-stamprally .visit .item .itemTtl {
  position: relative;
  font-family: "MFW-UDShinGoPr6N-DeBold", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 14.6296296296px + 0.8641975309vw, 25px);
  line-height: 1.28;
  color: #231f20;
  padding-bottom: clamp(10px, 9.037037037px + 0.2469135802vw, 12px);
  margin-bottom: clamp(8px, 6.0740740741px + 0.4938271605vw, 12px);
}
.p-stamprally .visit .item .itemTtl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #054d91;
  border-radius: 3px;
}
.p-stamprally .visit .item .itemNum {
  position: absolute;
  top: -30px;
  right: clamp(20px, 0.7407407407px + 4.9382716049vw, 60px);
  width: auto;
  height: clamp(38px, 25px + 3.3333333333vw, 65px);
}
@media (max-width: 768px) {
  .p-stamprally .visit .item .itemNum {
    top: -20px;
  }
}
.p-stamprally .visit .item .itemNum img {
  height: 100%;
}
.p-stamprally .visit .item .itemNum.mod--left {
  right: auto;
  left: clamp(20px, 0.7407407407px + 4.9382716049vw, 60px);
}
@media (max-width: 768px) {
  .p-stamprally .visit .item .itemNum.mod--left {
    left: auto;
    right: clamp(20px, 0.7407407407px + 4.9382716049vw, 60px);
  }
}
.p-stamprally .visit .point {
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 18px;
}
@media (max-width: 768px) {
  .p-stamprally .visit .point {
    border-radius: 15px;
  }
}
.p-stamprally .visit .point__head {
  position: relative;
  padding: 40px 20px 12px 120px;
  background-color: #054d91;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 768px) {
  .p-stamprally .visit .point__head {
    padding: 20px 20px 8px 100px;
    border-radius: 15px 15px 0 0;
  }
}
.p-stamprally .visit .point__body {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 156px;
  gap: 18px;
  padding: 20px 20px 20px clamp(10px, -14.0740740741px + 6.1728395062vw, 60px);
}
@media (max-width: 768px) {
  .p-stamprally .visit .point__body {
    grid-template-columns: minmax(0, 1fr) 130px;
    padding: 16px 20px;
  }
}
@media (max-width: 440px) {
  .p-stamprally .visit .point__body {
    display: block;
  }
  .p-stamprally .visit .point__body .conTxt::before {
    content: "";
    display: block;
    float: right;
    width: 122px;
    height: 80px;
  }
}
.p-stamprally .visit .point .pointTtl {
  font-family: "MFW-PShinGoPr6N-Bold", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 13.1111111111px + 0.7407407407vw, 22px);
  line-height: 1.32;
  color: #fff;
}
.p-stamprally .visit .point .pointIcon {
  position: absolute;
  left: 16px;
  bottom: 0;
  width: 88px;
}
@media (max-width: 768px) {
  .p-stamprally .visit .point .pointIcon {
    left: 6px;
    width: 80px;
  }
}
.p-stamprally .visit .point .pointLabel {
  position: absolute;
  top: -20px;
  left: 100px;
  width: auto;
  height: clamp(30px, 21.3333333333px + 2.2222222222vw, 48px);
}
.p-stamprally .visit .point .pointLabel img {
  height: 100%;
}
@media (max-width: 768px) {
  .p-stamprally .visit .point .pointLabel {
    top: -18px;
    left: 90px;
  }
}
.p-stamprally .visit .point .pointLabel img {
  width: 100%;
  display: block;
}
.p-stamprally .visit .point .pointImg {
  height: 100%;
}
.p-stamprally .visit .point .pointImg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  display: block;
}
@media (max-width: 440px) {
  .p-stamprally .visit .point .pointImg {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 120px;
    height: auto;
  }
}
.p-stamprally .visit .point.mod--wide {
  text-align: center;
}
.p-stamprally .visit .point.mod--wide .point__head {
  padding: 40px 20px 12px;
}
@media (max-width: 768px) {
  .p-stamprally .visit .point.mod--wide .point__head {
    padding: 24px 20px 8px;
  }
}
.p-stamprally .visit .point.mod--wide .point__head .pointLabel {
  left: 50%;
  transform: translateX(-50%);
}
.p-stamprally .visit .point.mod--wide .point__body {
  position: relative;
  display: block;
  padding: 0px 20px 16px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-stamprally .visit .point.mod--wide .point__body {
    padding: 20px 20px 10px;
  }
}
.p-stamprally .visit .point.mod--wide .point__body .conTxt {
  position: absolute;
  top: 42%;
  left: 48%;
  transform: translate(-50%, -50%);
  width: calc(100% - 360px);
  z-index: 10;
}
@media (max-width: 768px) {
  .p-stamprally .visit .point.mod--wide .point__body .conTxt {
    position: static;
    transform: none;
    width: 100%;
  }
  .p-stamprally .visit .point.mod--wide .point__body .conTxt::before {
    display: none;
  }
}
.p-stamprally .visit .point.mod--wide .point__body .pointIllust {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: clamp(148px, 137.4074074074px + 2.7160493827vw, 170px);
}
.p-stamprally .visit .point.mod--wide .point__body .pointIllust img {
  width: auto;
  height: 100%;
}
@media (max-width: 768px) {
  .p-stamprally .visit .point.mod--wide .point__body .pointIllust {
    justify-content: center;
  }
}
@media (max-width: 440px) {
  .p-stamprally .visit .point.mod--wide .point__body .pointIllust {
    height: auto;
  }
  .p-stamprally .visit .point.mod--wide .point__body .pointIllust img {
    width: 100%;
    height: auto;
  }
}
.p-stamprally .modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
@media (max-width: 768px) {
  .p-stamprally .modal {
    overflow-y: auto;
  }
}
.p-stamprally .modal {
  -webkit-overflow-scrolling: touch;
}
.p-stamprally .modal.js-open {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .p-stamprally .modal.js-open {
    padding: 0;
    align-items: stretch;
  }
}
.p-stamprally .modal .modal__overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
  pointer-events: auto;
}
.p-stamprally .modal .modal__close {
  position: fixed;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  z-index: 2;
}
.p-stamprally .modal .modal__close::before, .p-stamprally .modal .modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background: #054d91;
  border-radius: 1px;
}
.p-stamprally .modal .modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-stamprally .modal .modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-stamprally .modal .modal__content {
  overflow-y: auto;
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: 100svh;
  z-index: 1;
  display: grid;
  place-items: center;
}
@media (max-width: 768px) {
  .p-stamprally .modal .modal__content {
    overflow-y: unset;
    height: -moz-max-content;
    height: max-content;
    margin-block: 50px 150px;
  }
}
.p-stamprally .modal .modal__inner {
  padding-block: clamp(24px, 16.2962962963px + 1.975308642vw, 40px);
  background: #fff;
}
.p-stamprally .modal .modal__ttl-wrap {
  text-align: center;
  margin-bottom: clamp(16px, 12.1481481481px + 0.987654321vw, 24px);
  padding-inline: 5vw;
}
.p-stamprally .modal .modal__ttl-wrap .ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-stamprally .modal .modal__ttl-wrap .modal__area {
  display: inline-block;
  background: #054d91;
  color: #fff;
  font-size: clamp(16px, 14.0740740741px + 0.4938271605vw, 20px);
  padding: 0.3em 1em;
  line-height: 1;
  border-radius: 20px;
  margin-bottom: 8px;
  font-family: "MFW-UDShinGoPr6N-DeBold", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-stamprally .modal .modal__ttl-wrap .modal__area {
    padding: 0.4em 1em;
  }
}
.p-stamprally .modal .modal__ttl-wrap .modal__name {
  font-size: clamp(30px, 25.1851851852px + 1.2345679012vw, 40px);
  font-family: "MFW-UDShinGoPr6N-DeBold", "Noto Sans JP", sans-serif;
  font-weight: 600;
  display: inline-block;
  color: #054d91;
  border-block: 3px solid #054d91;
  padding-block: 0.1em 0.2em;
  line-height: 1.2;
  margin-top: 10px;
}
.p-stamprally .modal .modal__ttl-wrap .modal__lead {
  font-size: clamp(14px, 13.037037037px + 0.2469135802vw, 16px);
  line-height: 1.8;
  margin-block: 1.3em;
}
@media (max-width: 768px) {
  .p-stamprally .modal .modal__ttl-wrap .modal__lead {
    text-align: left;
  }
}
.p-stamprally .modal .modal__slide {
  display: grid;
  grid-template-columns: 65% 1fr;
  gap: 20px;
  padding: 30px 5vw;
  background-color: #F3F4F6;
}
@media (max-width: 768px) {
  .p-stamprally .modal .modal__slide {
    grid-template-columns: auto;
  }
}
.p-stamprally .modal .modal__slide .js-modal-slide {
  overflow-x: hidden;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.p-stamprally .modal .modal__slide .js-modal-slide .swiper-wrapper {
  height: auto;
}
.p-stamprally .modal .modal__slide .js-modal-slide .swiper-wrapper .swiper-slide {
  border: 1px solid #d5d5d5;
}
@media (max-width: 768px) {
  .p-stamprally .modal .modal__slide .js-modal-slide .swiper-wrapper .swiper-slide {
    border: none;
  }
}
.p-stamprally .modal .modal__slide .js-modal-slide .swiper-wrapper .swiper-slide .prop-pic {
  background: #d5d5d5;
}
.p-stamprally .modal .modal__slide .js-modal-slide .swiper-wrapper .swiper-slide .prop-pic img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-stamprally .modal .modal__slide .js-modal-slide .swiper-wrapper .swiper-slide .prop-pic .prop-caption {
  display: block;
  width: 100%;
  background: #d5d5d5;
  padding: 3px 3px 2px 7px;
  font-size: clamp(10px, 9.037037037px + 0.2469135802vw, 12px);
}
.p-stamprally .modal .modal__slide .js-modal-slide .swiper-button {
  width: 60px;
  height: 60px;
  position: absolute;
  top: auto;
  left: auto;
}
@media (max-width: 768px) {
  .p-stamprally .modal .modal__slide .js-modal-slide .swiper-button {
    width: 44px;
    height: 44px;
  }
}
.p-stamprally .modal .modal__slide .js-modal-slide .swiper-button::after {
  display: none;
}
.p-stamprally .modal .modal__slide .js-modal-slide .swiper-button-prev {
  background: url(https://hokkaido-heim.com/assets/img/nextstep_exhibitdetail/slidearw_prev.jpg) center/cover no-repeat;
  right: 62px;
  bottom: 1px;
}
@media (max-width: 768px) {
  .p-stamprally .modal .modal__slide .js-modal-slide .swiper-button-prev {
    right: 45px;
    bottom: 0;
  }
}
.p-stamprally .modal .modal__slide .js-modal-slide .swiper-button-next {
  background: url(https://hokkaido-heim.com/assets/img/nextstep_exhibitdetail/slidearw_next.jpg) center/cover no-repeat;
  right: 1px;
  bottom: 1px;
}
@media (max-width: 768px) {
  .p-stamprally .modal .modal__slide .js-modal-slide .swiper-button-next {
    right: 0;
    bottom: 0;
  }
}
.p-stamprally .modal .modal__slide .js-modal-thumbs .swiper-wrapper {
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
@media (max-width: 1200px) {
  .p-stamprally .modal .modal__slide .js-modal-thumbs .swiper-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}
.p-stamprally .modal .modal__slide .js-modal-thumbs .swiper-wrapper .swiper-slide {
  cursor: pointer;
  background: linear-gradient(to bottom right, #e5f05c, #8cc63f);
  width: 100% !important;
  margin-right: 0 !important;
}
.p-stamprally .modal .modal__slide .js-modal-thumbs .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-stamprally .modal .modal__slide .js-modal-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
  transform: scale(0.85);
}
.p-stamprally .modal .modal__map {
  padding-top: clamp(25px, 22.5925925926px + 0.6172839506vw, 30px);
  display: grid;
  grid-template-columns: 4fr 6fr;
  gap: clamp(20px, 18.0740740741px + 0.4938271605vw, 24px);
  padding-inline: 5vw;
}
@media (max-width: 960px) {
  .p-stamprally .modal .modal__map {
    grid-template-columns: auto;
  }
}
@media (max-width: 768px) {
  .p-stamprally .modal .modal__map {
    padding-bottom: clamp(24px, 16.2962962963px + 1.975308642vw, 40px);
  }
}
.p-stamprally .modal .modal__map .desc {
  font-size: clamp(14px, 13.037037037px + 0.2469135802vw, 16px);
  line-height: 1.8;
  border-radius: 20px;
  border: 2px solid #231f20;
  padding: 5% 30px;
}
.p-stamprally .modal .modal__map .desc .add {
  font-weight: 700;
}
.p-stamprally .modal .modal__map .desc hr {
  height: 2px;
  background-color: #054d91;
  width: 100%;
  display: block;
  border-radius: 10px;
  margin-block: 0.5em;
}
.p-stamprally .modal .modal__map .desc .data .tel-link {
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-stamprally .modal .modal__map .desc .data .tel-link {
    pointer-events: initial;
  }
}
.p-stamprally .modal .modal__map .gmap iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  .p-stamprally .modal .modal__map .gmap iframe {
    aspect-ratio: 16/9;
    height: auto;
  }
}
.p-stamprally .border {
  height: 5px;
  margin-top: 50px;
}
.p-stamprally .formTtl {
  padding-top: 20px;
  max-width: min(90%, 600px);
  margin-inline: auto;
  transform: translateY(50%);
}
.p-stamprally .formTtl.mod--line {
  width: clamp(220px, 194px + 6.6666666667vw, 274px);
}
.p-stamprally {
  /* ── アニメーション関連 ── */
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes swayDeco {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes stampIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  60% {
    opacity: 1;
    transform: scale(0.95);
  }
  80% {
    transform: scale(1.03);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes stampBig {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  60% {
    opacity: 1;
    transform: scale(0.95);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.p-stamprally .p-sr-anime-fade-up {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.p-stamprally .p-sr-anime-fade-up.is-anime {
  opacity: 1;
  transform: translateY(0px);
}
.p-stamprally .p-sr-anime-fade-R {
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(-10px);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.p-stamprally .p-sr-anime-fade-R.is-anime {
  opacity: 1;
  transform: translateX(0px);
}
.p-stamprally .p-sr-anime-fade-L {
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(10px);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.p-stamprally .p-sr-anime-fade-L.is-anime {
  opacity: 1;
  transform: translateX(0px);
}
.p-stamprally .p-sr-anime-fade {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.p-stamprally .p-sr-anime-fade.is-anime {
  opacity: 1;
}
.p-stamprally .p-sr-anime-stamp {
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.1);
  transform-origin: center center;
}
.p-stamprally .p-sr-anime-stamp.is-anime {
  animation: stampIn 0.5s ease-out forwards;
}
.p-stamprally .p-sr-anime-popup {
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0.8);
  transform-origin: center center;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.p-stamprally .p-sr-anime-popup.is-anime {
  transform: scale(1);
  opacity: 1;
}/*# sourceMappingURL=stamprally.css.map */