@-webkit-keyframes kf-car {
  0%, 49%, 100% {
    translate: 0;
  }
  50%, 99% {
    translate: 0 -0.1rem;
  }
}
@keyframes kf-car {
  0%, 49%, 100% {
    translate: 0;
  }
  50%, 99% {
    translate: 0 -0.1rem;
  }
}
/*------------------------------------------------
.u-hero
------------------------------------------------*/
.u-hero .u-hero__in {
  position: relative;
  aspect-ratio: 375/230;
}
.u-hero .u-hero__in::before {
  content: "";
  position: absolute;
  top: 16rem;
  right: 0;
  width: 100%;
  aspect-ratio: 375/180;
  background-color: #ffffff;
  clip-path: polygon(0% 40%, 100% 2%, 100% 25%, 0% 100%);
}
.u-hero .u-hero__bgimg {
  position: absolute;
  top: 0.3rem;
  right: -0.9rem;
  width: 17.3rem;
}
.u-hero .u-hero__ttl {
  position: absolute;
  top: 5rem;
  left: 1.6rem;
  width: 23rem;
}
.u-hero .u-hero__car {
  position: absolute;
  top: 10.5rem;
  right: 0;
  width: 14.2rem;
  -webkit-animation: kf-car 1.5s infinite forwards linear;
          animation: kf-car 1.5s infinite forwards linear;
}
.u-hero .u-hero__txt {
  position: relative;
  margin-top: 1rem;
  font-size: 1.6rem;
  font-size: max(1.6rem, 10px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
}
.u-hero .u-hero__small {
  margin-top: 1rem;
  font-size: 1.1rem;
  font-size: max(1.1rem, 10px);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.02em;
  text-align: center;
}
.u-hero .u-hero-pagelink {
  margin-top: 3rem;
}
.u-hero .u-hero-pagelink .m-pagelink__link {
  width: 16rem;
}
.u-hero .u-hero-pagelink .m-pagelink__link[href="#osaka"] {
  --pagelinkColor: #e74291;
}
.u-hero .u-hero-pagelink .m-pagelink__link[href="#kobe"] {
  --pagelinkColor: #00abeb;
}

/*------------------------------------------------
.u-pagelink
------------------------------------------------*/
.u-pagelink {
  margin-top: 6rem;
}
.u-pagelink .m-pagelink__link .ico_svg {
  rotate: -90deg;
}