.point-renewal,
.point-renewal *,
.point-renewal *::before,
.point-renewal *::after {
  box-sizing: border-box;
}

html,
body.point-renewal-page {
  margin: 0;
  min-height: 100%;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

body.point-renewal-page {
  min-height: 100vh;
  overflow-x: hidden;
}

.mv {
  position: relative;
  width: 100vw;
  aspect-ratio: 1920 / 945;
  margin: 0 auto;
  overflow: hidden;
  background: #ffd535;
  isolation: isolate;
}

.mv__bg,
.mv__item {
  position: absolute;
  display: block;
  user-select: none;
  pointer-events: none;
}

.mv__bg {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.mv__item {
  z-index: 2;
  opacity: 0;
  filter: drop-shadow(0 10px 10px rgba(91, 57, 0, .16));
  transform: translate3d(0, 24px, 0) scale(.98);
  will-change: transform, opacity;
}

.is-visible .mv__item {
  animation: floatIn .9s cubic-bezier(.18, .82, .24, 1) forwards,
    gentleFloat 4.8s ease-in-out infinite;
}

.mv__title {
  left: 3.1%;
  top: 4.6%;
  width: 50%;
  animation-delay: .18s, 1.2s;
  transform-origin: 35% 55%;
}

.mv__points {
  left: 24%;
  top: 38%;
  width: 49%;
  z-index: 3;
  animation-delay: .48s, 1.5s;
  transform-origin: 50% 58%;
}

.mv__badge {
  right: -1%;
  top: 58.7%;
  width: 23%;
  z-index: 4;
  animation-delay: .78s, 1.8s;
  transform-origin: center;
}

.cta {
  display: flex;
  justify-content: center;
  padding: clamp(28px, 4vw, 58px) 20px clamp(42px, 5vw, 72px);
  background: #fff;
}

.cta__button {
  position: relative;
  display: flex;
  align-items: center;
  width: min(84vw, 960px);
  min-height: clamp(86px, 10vw, 138px);
  padding: 18px clamp(74px, 8vw, 120px) 18px clamp(148px, 17vw, 242px);
  color: #fff;
  text-decoration: none;
  border: 5px solid #f6b315;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .82) 0%, rgba(255, 255, 255, .18) 36%, rgba(255, 255, 255, 0) 37%),
    linear-gradient(180deg, #9bf387 0%, #18c84f 48%, #02a83e 100%);
  box-shadow:
    inset 0 3px 0 rgba(255, 255, 255, .65),
    inset 0 -5px 0 rgba(0, 115, 38, .3),
    0 4px 0 #ba8200,
    0 10px 18px rgba(0, 120, 42, .24);
  transition: transform .2s ease, filter .2s ease;
}

.cta__button::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 2px solid rgba(255, 255, 255, .78);
  border-radius: inherit;
  pointer-events: none;
}

.cta__button:hover {
  transform: translateY(-3px);
  filter: brightness(1.04);
}

.cta__button:active {
  transform: translateY(1px);
}

.cta__badge {
  position: absolute;
  left: clamp(-18px, -2vw, -6px);
  top: 50%;
  width: clamp(142px, 20vw, 234px);
  transform: translateY(-50%);
  filter: drop-shadow(0 0 10px rgba(255, 62, 117, .45));
  pointer-events: none;
}

.cta__text {
  position: relative;
  z-index: 1;
  flex: 1;
  text-align: center;
  font-size: clamp(31px, 4.7vw, 61px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow:
    0 3px 0 rgba(0, 88, 25, .4),
    0 0 4px rgba(0, 80, 22, .25);
  white-space: nowrap;
}

.cta__arrow {
  position: absolute;
  right: clamp(22px, 3vw, 42px);
  top: 50%;
  display: grid;
  place-items: center;
  width: clamp(52px, 7vw, 84px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  color: #11b844;
  font-size: clamp(32px, 4.6vw, 58px);
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
  box-shadow: inset 0 0 0 2px rgba(0, 144, 47, .12);
}

.members {
  display: flex;
  justify-content: center;
  padding: 0;
  background: #fff;
}

.members__panel {
  position: relative;
  width: min(100vw, 1124px);
  aspect-ratio: 1124 / 1008;
  overflow: visible;
  isolation: isolate;
}

.members__bg,
.members__item {
  position: absolute;
  display: block;
  user-select: none;
  pointer-events: none;
}

.members__bg {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}

.members__item {
  z-index: 2;
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(.72);
  filter: drop-shadow(0 12px 0 rgba(255, 218, 45, .85));
  will-change: transform, opacity;
}

.is-visible .members__item {
  animation: popOut .82s cubic-bezier(.17, .95, .28, 1.25) forwards;
}

.members__ten {
  left: 11%;
  top: 18%;
  width: 78%;
  animation-delay: .08s;
  transform-origin: 44% 58%;
}

.members__area {
  left: 4.4%;
  bottom: 6.4%;
  width: 91.2%;
  filter: drop-shadow(0 11px 0 rgba(187, 129, 196, .42));
  animation-delay: .56s;
  transform-origin: 50% 45%;
}

@keyframes popOut {
  0% {
    opacity: 0;
    transform: translate3d(0, 36px, 0) scale(.7) rotate(-1deg);
  }

  62% {
    opacity: 1;
    transform: translate3d(0, -8px, 0) scale(1.08) rotate(.6deg);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0);
  }
}

.benefits {
  display: flex;
  justify-content: center;
  padding: 0;
  background: #fff;
}

.benefits__panel {
  position: relative;
  width: min(100vw, 1124px);
  aspect-ratio: 1124 / 1164;
  overflow: hidden;
  isolation: isolate;
  background: #d9f2fb;
}

.benefits__bg,
.benefits__item {
  position: absolute;
  display: block;
  user-select: none;
  pointer-events: none;
}

.benefits__bg {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.benefits__item {
  z-index: 2;
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(.78);
  will-change: transform, opacity;
}

.is-visible .benefits__item {
  animation: popOut .82s cubic-bezier(.17, .95, .28, 1.18) forwards;
}

.benefits__headline {
  left: 3%;
  top: 10.2%;
  width: 93.4%;
  filter: drop-shadow(0 8px 0 rgba(255, 231, 65, .75));
  animation-delay: .1s;
  transform-origin: 50% 52%;
}

.benefits__campaign {
  left: 3.4%;
  bottom: 2.2%;
  width: 93.2%;
  filter: drop-shadow(0 8px 0 rgba(255, 255, 255, .7));
  animation-delay: .32s;
  transform-origin: 50% 50%;
}

.features {
  display: flex;
  justify-content: center;
  padding: 0;
  background: #fff;
}

.features__panel {
  position: relative;
  width: min(100vw, 1124px);
  aspect-ratio: 1129 / 2704;
  overflow: hidden;
  isolation: isolate;
  background: #dff6fc;
}

.features__bg,
.features__item {
  position: absolute;
  display: block;
  user-select: none;
  pointer-events: none;
}

.features__bg {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.features__item {
  z-index: 2;
  opacity: 0;
  transform: translate3d(0, 28px, 0) scale(.86);
  will-change: transform, opacity;
}

.is-visible .features__item {
  animation: popOut .72s cubic-bezier(.17, .95, .28, 1.12) forwards;
}

.features__card {
  width: 38%;
}

.features__card--1 {
  left: 8.5%;
  top: 1.7%;
  animation-delay: .06s;
}

.features__card--2 {
  right: 8.5%;
  top: 1.7%;
  animation-delay: .13s;
}

.features__card--3 {
  left: 8.5%;
  top: 30%;
  animation-delay: .2s;
}

.features__card--4 {
  right: 8.5%;
  top: 30%;
  animation-delay: .27s;
}

.features__card--5 {
  left: 8.5%;
  top: 58.2%;
  animation-delay: .34s;
}

.features__card--6 {
  right: 8.5%;
  top: 58.2%;
  animation-delay: .41s;
}

.features__message {
  left: 6.5%;
  bottom: 5.6%;
  width: 87%;
  filter: drop-shadow(0 8px 0 rgba(255, 210, 0, .7));
  animation-delay: .52s;
  transform-origin: center;
}

.return-rate {
  display: flex;
  justify-content: center;
  padding: 0;
  background: #fff;
}

.return-rate__panel {
  width: min(100vw, 1124px);
  background: #fff;
  overflow: hidden;
}

.return-rate__hero,
.return-rate__example {
  position: relative;
  width: 100%;
}

.return-rate__hero-bg,
.return-rate__example-img,
.return-rate__rank-img {
  display: block;
  width: 100%;
  user-select: none;
  pointer-events: none;
}

.return-rate__rank {
  position: relative;
  width: 94.8%;
  margin: clamp(12px, 2vw, 24px) auto 0;
  opacity: 0;
  transform: translate3d(0, 26px, 0) scale(.94);
}

.is-visible .return-rate__rank {
  animation: popOut .7s cubic-bezier(.17, .95, .28, 1.12) forwards;
}

.return-rate__rank:nth-of-type(1) {
  animation-delay: .08s;
}

.return-rate__rank:nth-of-type(2) {
  animation-delay: .18s;
}

.return-rate__rank:nth-of-type(3) {
  animation-delay: .28s;
}

.return-rate__example {
  width: 95.8%;
  margin: clamp(34px, 5vw, 62px) auto 0;
  opacity: 0;
  transform: translate3d(0, 26px, 0) scale(.96);
  animation-delay: .38s;
}

.is-visible .return-rate__example {
  animation: popOut .78s cubic-bezier(.17, .95, .28, 1.12) forwards;
}

.rank-guide {
  display: flex;
  justify-content: center;
  padding: clamp(24px, 3vw, 42px) 0 0;
  background: #fff;
}

.rank-guide__panel {
  position: relative;
  width: min(100vw, 1127px);
  aspect-ratio: 1127 / 2278;
  overflow: hidden;
  isolation: isolate;
  background: #d9fbf6;
}

.rank-guide__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}

.rank-guide__content {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.rank-guide__item {
  position: absolute;
  display: block;
  user-select: none;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(0, 30px, 0) scale(.94);
  will-change: transform, opacity;
}

.is-visible .rank-guide__item {
  animation: popOut .78s cubic-bezier(.17, .95, .28, 1.12) forwards;
}

.is-visible .rank-guide__button {
  animation: popOutCentered .78s cubic-bezier(.17, .95, .28, 1.12) forwards;
}

.rank-guide__main {
  left: .8%;
  top: 18.8%;
  width: 98.4%;
  animation-delay: .08s;
}

.rank-guide__condition {
  left: 2.6%;
  top: 61.8%;
  width: 94.8%;
  animation-delay: .24s;
}

.rank-guide__notes {
  left: 3.7%;
  top: 82.3%;
  width: 92.6%;
  animation-delay: .5s;
}

.rank-guide__button {
  position: absolute;
  left: 50%;
  top: 74.8%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(82%, 880px);
  min-height: clamp(72px, 7.7vw, 104px);
  padding: 12px clamp(72px, 6.8vw, 98px) 12px clamp(28px, 4vw, 46px);
  color: #3b1800;
  text-align: center;
  text-decoration: none;
  font-size: clamp(22px, 2.65vw, 34px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
  white-space: nowrap;
  border: 5px solid #fff;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .86) 0%, rgba(255, 255, 255, .28) 35%, rgba(255, 255, 255, 0) 36%),
    linear-gradient(180deg, #ffd96a 0%, #ffae19 48%, #f08300 100%);
  box-shadow:
    0 0 0 4px #d58a00,
    inset 0 3px 0 rgba(255, 255, 255, .78),
    inset 0 -7px 0 rgba(174, 82, 0, .28),
    0 7px 0 #a86400,
    0 13px 24px rgba(150, 74, 0, .32),
    0 0 16px rgba(255, 247, 174, .8);
  text-shadow:
    0 2px 0 rgba(255, 255, 255, .72),
    0 0 7px rgba(255, 255, 255, .9);
  opacity: 0;
  transform: translate3d(-50%, 28px, 0) scale(.94);
  transition: transform .2s ease, filter .2s ease;
  animation-delay: .38s;
}

.rank-guide__button::after {
  content: "";
  position: absolute;
  right: clamp(18px, 2.4vw, 32px);
  top: 50%;
  width: clamp(40px, 4.9vw, 64px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
  box-shadow:
    inset 0 0 0 2px rgba(177, 99, 0, .18),
    0 2px 5px rgba(126, 66, 0, .2);
}

.rank-guide__button::before {
  content: "";
  position: absolute;
  right: clamp(33px, 3.65vw, 55px);
  top: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: clamp(10px, 1.2vw, 16px) solid transparent;
  border-bottom: clamp(10px, 1.2vw, 16px) solid transparent;
  border-left: clamp(15px, 1.75vw, 24px) solid #f08c00;
  transform: translate(50%, -50%);
}

.rank-guide__button:hover {
  filter: brightness(1.04);
  transform: translate3d(-50%, 24px, 0) scale(.96);
}

.rank-guide__button:active {
  filter: brightness(.98);
}

.rank-detail {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 42px);
  background: rgba(0, 0, 0, .72);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
}

.rank-detail.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.rank-detail__inner {
  position: relative;
  width: min(100%, 941px);
  max-height: 92vh;
  padding: clamp(10px, 2vw, 16px);
  overflow: auto;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .38);
  transform: translate3d(0, 18px, 0) scale(.96);
}

.rank-detail.is-open .rank-detail__inner {
  animation: detailReveal .32s cubic-bezier(.18, .82, .24, 1) forwards;
}

.rank-detail__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.rank-detail__close {
  position: sticky;
  top: 0;
  left: 100%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  margin: 0 0 8px auto;
  padding: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  border: 0;
  border-radius: 50%;
  background: #f04b73;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .24);
  cursor: pointer;
}

@keyframes detailReveal {
  to {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.quick-register {
  display: flex;
  justify-content: center;
  /* padding: 0 0 clamp(44px, 6vw, 82px); */
  background: #fff;
}

.quick-register__panel {
  position: relative;
  width: min(100vw, 1129px);
  aspect-ratio: 1129 / 2052;
  overflow: hidden;
  isolation: isolate;
  background: #ff3f68;
}

.quick-register__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(0, 30px, 0) scale(.98);
  will-change: transform, opacity;
}

.quick-register__button,
.quick-register__label {
  position: absolute;
  left: 50%;
  z-index: 2;
  opacity: 0;
  will-change: transform, opacity;
}

.quick-register__label {
  top: 85.4%;
  z-index: 4;
  display: grid;
  place-items: center;
  min-width: 31%;
  min-height: clamp(48px, 5.5vw, 70px);
  padding: 8px clamp(20px, 3.2vw, 38px);
  color: #ee2e65;
  font-size: clamp(25px, 3.8vw, 46px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  border: 4px solid #fff;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .9) 44%, #fff3b3 100%);
  box-shadow:
    0 0 0 3px rgba(239, 169, 0, .72),
    0 8px 14px rgba(129, 80, 0, .24);
  text-shadow:
    0 2px 0 rgba(255, 255, 255, .95),
    0 0 7px rgba(255, 255, 255, .7);
  transform: translate3d(-50%, 22px, 0) scale(.92);
}

.quick-register__label::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  width: 0;
  height: 0;
  border-left: clamp(11px, 1.4vw, 18px) solid transparent;
  border-right: clamp(11px, 1.4vw, 18px) solid transparent;
  border-top: clamp(17px, 2vw, 27px) solid #fff3b3;
  transform: translateX(-50%);
  filter: drop-shadow(0 5px 3px rgba(129, 80, 0, .18));
}

.quick-register__button {
  top: 88.8%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(69%, 760px);
  min-height: clamp(82px, 9.8vw, 126px);
  padding: 16px clamp(86px, 8vw, 118px) 16px clamp(34px, 5vw, 58px);
  color: #fff;
  text-decoration: none;
  font-size: clamp(32px, 5vw, 62px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  border: 5px solid #e0b100;
  border-radius: 999px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 24%, rgba(255, 255, 255, .95) 0 4px, transparent 5px),
    radial-gradient(circle at 84% 74%, rgba(255, 255, 255, .9) 0 4px, transparent 5px),
    linear-gradient(180deg, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, .18) 36%, rgba(255, 255, 255, 0) 37%),
    linear-gradient(180deg, #90f66f 0%, #20c938 48%, #078f28 100%);
  box-shadow:
    inset 0 3px 0 rgba(255, 255, 255, .65),
    inset 0 -7px 0 rgba(0, 91, 24, .34),
    0 7px 0 #05601f,
    0 12px 22px rgba(0, 97, 28, .32);
  text-shadow:
    0 4px 0 rgba(0, 86, 23, .46),
    0 0 5px rgba(0, 75, 24, .3);
  transform: translate3d(-50%, 28px, 0) scale(.94);
  transition: filter .2s ease, transform .2s ease;
}

.quick-register__button::before {
  content: "";
  position: absolute;
  top: -35%;
  bottom: -35%;
  left: -32%;
  z-index: 0;
  width: 24%;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, .15) 28%, rgba(255, 255, 255, .95) 50%, rgba(255, 255, 255, .15) 72%, transparent 100%);
  transform: translateX(-160%) skewX(-18deg);
  pointer-events: none;
}

.quick-register__button::after {
  content: "";
  position: absolute;
  right: clamp(28px, 3.6vw, 46px);
  top: 50%;
  width: clamp(18px, 2.1vw, 28px);
  height: clamp(18px, 2.1vw, 28px);
  border-top: clamp(6px, .7vw, 9px) solid #fff;
  border-right: clamp(6px, .7vw, 9px) solid #fff;
  transform: translateY(-50%) rotate(45deg);
  filter: drop-shadow(0 2px 0 rgba(0, 90, 24, .45));
}

.quick-register__button>span {
  position: relative;
  z-index: 1;
}

.quick-register__button:hover {
  filter: brightness(1.05);
  transform: translate3d(-50%, 0, 0) scale(1.04);
  animation-play-state: paused;
}

.quick-register__button:hover::before {
  animation-duration: 1.15s;
}

.is-visible .quick-register__bg {
  animation: floatIn .74s cubic-bezier(.18, .82, .24, 1) forwards;
}

.is-visible .quick-register__label {
  animation: popOutCentered .7s cubic-bezier(.17, .95, .28, 1.12) .22s forwards;
}

.is-visible .quick-register__button {
  animation:
    popOutCentered .78s cubic-bezier(.17, .95, .28, 1.12) .34s forwards,
    ctaPulse 2.2s ease-in-out 1.25s infinite;
}

.is-visible .quick-register__button::before {
  animation: ctaShine 2.7s ease-in-out 1.55s infinite;
}

.is-visible .quick-register__button::after {
  animation: ctaArrowNudge 1.15s ease-in-out 1.45s infinite;
}

.banner-list {
  display: flex;
  justify-content: center;
  padding: clamp(30px, 4vw, 54px) 0 clamp(46px, 6vw, 82px);
  background: #fff;
}

.banner-list__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100vw, 760px);
  gap: clamp(14px, 2.4vw, 24px);
}

.banner-list__item {
  display: block;
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 26px, 0) scale(.96);
  filter: drop-shadow(0 8px 14px rgba(78, 52, 0, .16));
  will-change: transform, opacity;
}

.banner-list__image {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  pointer-events: none;
}

.is-visible .banner-list__item {
  animation: bannerFadeUp .64s cubic-bezier(.18, .82, .24, 1) forwards;
}

.is-visible .banner-list__item:nth-child(1) {
  animation-delay: .08s;
}

.is-visible .banner-list__item:nth-child(2) {
  animation-delay: .2s;
}

.is-visible .banner-list__item:nth-child(3) {
  animation-delay: .32s;
}

.site-footer {
  display: flex;
  justify-content: center;
  padding: 10px 16px;
  background: #0a77c0;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

@keyframes floatIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 28px, 0) scale(.96);
  }

  62% {
    opacity: 1;
    transform: translate3d(0, -6px, 0) scale(1.015);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes popOutCentered {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 36px, 0) scale(.7) rotate(-1deg);
  }

  62% {
    opacity: 1;
    transform: translate3d(-50%, -8px, 0) scale(1.08) rotate(.6deg);
  }

  100% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0) scale(1) rotate(0);
  }
}

@keyframes ctaPulse {

  0%,
  100% {
    transform: translate3d(-50%, 0, 0) scale(1);
    box-shadow:
      inset 0 3px 0 rgba(255, 255, 255, .65),
      inset 0 -7px 0 rgba(0, 91, 24, .34),
      0 7px 0 #05601f,
      0 12px 22px rgba(0, 97, 28, .32);
  }

  45% {
    transform: translate3d(-50%, -3px, 0) scale(1.035);
    box-shadow:
      inset 0 3px 0 rgba(255, 255, 255, .7),
      inset 0 -7px 0 rgba(0, 91, 24, .28),
      0 9px 0 #05601f,
      0 18px 30px rgba(0, 97, 28, .42),
      0 0 18px rgba(172, 255, 119, .7);
  }

  60% {
    transform: translate3d(-50%, 1px, 0) scale(.99);
  }
}

@keyframes ctaShine {
  0% {
    transform: translateX(-160%) skewX(-18deg);
  }

  42%,
  100% {
    transform: translateX(620%) skewX(-18deg);
  }
}

@keyframes ctaArrowNudge {

  0%,
  100% {
    transform: translateY(-50%) rotate(45deg);
  }

  50% {
    transform: translate(7px, -50%) rotate(45deg);
  }
}

@keyframes bannerFadeUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 26px, 0) scale(.98);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes gentleFloat {

  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -8px;
  }
}

@media (max-width: 720px) {
  .mv__title {
    left: 3.2%;
    top: 3.4%;
    width: 50%;
  }

  .mv__points {
    left: 22%;
    top: 39%;
    width: 50%;
  }

  .mv__badge {
    right: -1%;
    top: 55%;
    width: 25%;
  }

  .cta {
    padding: 26px 12px 44px;
  }

  .cta__button {
    width: min(94vw, 520px);
    min-height: 76px;
    padding: 12px 58px 12px 112px;
    border-width: 3px;
  }

  .cta__badge {
    left: -12px;
    width: 122px;
  }

  .cta__text {
    font-size: clamp(22px, 7vw, 34px);
  }

  .cta__arrow {
    right: 17px;
    width: 44px;
    font-size: 30px;
  }

  .members {
    padding: 0;
  }

  .members__panel {
    width: 100vw;
  }

  .members__ten {
    left: 9%;
    top: 18%;
    width: 82%;
  }

  .members__area {
    left: 4%;
    bottom: 5.8%;
    width: 92%;
  }

  .benefits {
    padding: 0;
  }

  .benefits__panel {
    width: 100vw;
  }

  .benefits__headline {
    left: 2.5%;
    top: 10.8%;
    width: 95%;
  }

  .benefits__campaign {
    left: 2.6%;
    bottom: 2%;
    width: 94.8%;
  }

  .features {
    padding: 0;
  }

  .features__panel {
    width: 100vw;
  }

  .features__card {
    width: 40%;
  }

  .features__card--1,
  .features__card--3,
  .features__card--5 {
    left: 6.5%;
  }

  .features__card--2,
  .features__card--4,
  .features__card--6 {
    right: 6.5%;
  }

  .features__message {
    left: 5%;
    bottom: 5.4%;
    width: 90%;
  }

  .return-rate {
    padding: 0;
  }

  .return-rate__rank {
    width: 96%;
    margin-top: 12px;
  }

  .return-rate__example {
    width: 97%;
    margin-top: 34px;
  }

  .rank-guide {
    padding-top: 22px;
    padding-bottom: 0;
  }

  .rank-guide__panel {
    width: 100vw;
  }

  .rank-guide__main {
    left: .5%;
    top: 18.9%;
    width: 99%;
  }

  .rank-guide__condition {
    left: 2.25%;
    top: 61.8%;
    width: 95.5%;
  }

  .rank-guide__button {
    width: 88%;
    top: 74.7%;
    min-height: 66px;
    padding: 10px 60px 10px 18px;
    border-width: 4px;
    border-radius: 15px;
    font-size: clamp(18px, 4.8vw, 25px);
    white-space: normal;
  }

  .rank-guide__notes {
    left: 3%;
    top: 82.3%;
    width: 94%;
  }

  .quick-register {
    padding-bottom: 46px;
  }

  .quick-register__panel {
    width: 100vw;
  }

  .quick-register__label {
    top: 84.9%;
    min-width: 39%;
    min-height: 43px;
    border-width: 3px;
    font-size: clamp(20px, 6.4vw, 31px);
  }

  .quick-register__button {
    top: 88.7%;
    width: 76%;
    min-height: 70px;
    padding: 12px 68px 12px 24px;
    font-size: clamp(29px, 8vw, 42px);
    border-width: 4px;
  }

  .banner-list {
    padding-top: 0px;
    padding-bottom: 48px;
  }

  .banner-list__inner {
    width: 100vw;
    gap: 12px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .mv__item {
    opacity: 1;
    animation: none;
    transform: none;
  }

  .cta__button {
    transition: none;
  }

  .members__item {
    opacity: 1;
    animation: none;
    transform: none;
  }

  .benefits__item {
    opacity: 1;
    animation: none;
    transform: none;
  }

  .features__item {
    opacity: 1;
    animation: none;
    transform: none;
  }

  .return-rate__rank,
  .return-rate__example,
  .rank-guide__item {
    opacity: 1;
    animation: none;
    transform: none;
  }

  .rank-guide__button {
    opacity: 1;
    animation: none;
    transform: translateX(-50%);
  }

  .quick-register__bg {
    opacity: 1;
    animation: none;
    transform: none;
  }

  .quick-register__label,
  .quick-register__button {
    opacity: 1;
    animation: none;
    transform: translateX(-50%);
  }

  .banner-list__item {
    opacity: 1;
    animation: none;
    transform: none;
  }

  .quick-register__button::before,
  .quick-register__button::after {
    animation: none;
  }
}

/* ========================================
   旧ナビゲーション復活用
======================================== */
#fp_member,
#about_fp,
#rank,
#use_fp,
#fp_join,
#fp_plus {
  scroll-margin-top: 0px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ========================================
   右下追従バナー3枚
======================================== */
.floating-banners {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  display: flex;
  flex-direction: column;
  gap: 7px;

  width: clamp(220px, 18vw, 290px);

  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease;
}

.floating-banners__link {
  display: block;
  width: 100%;
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

.floating-banners__link img {
  display: block;
  width: 100%;
  height: auto;
}

.floating-banners__link:hover {
  transform: translateX(-4px) scale(1.02);
  filter: brightness(1.05);
}

.floating-banners__link:active {
  transform: scale(0.97);
}

/* SP */
@media (max-width: 720px) {
  .floating-banners {
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    gap: 4px;
    width: min(44vw, 170px);
  }

  /* 最下部では3枚まとめて非表示 */
  .floating-banners.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(20px) scale(0.92);
  }
}

/* ========================================
   PC用 
======================================== */
@media (min-width: 1025px) {
  .mv {
    position: relative;
    width: 90vw;
    aspect-ratio: 1920 / 945;
    margin: 0 auto;
    margin-top: 5rem;
    overflow: hidden;
    background: #ffd535;
    isolation: isolate;
  }
}

/* ========================================
   スマートフォン用 CTAボタン調整
======================================== */
@media (max-width: 480px) {

  /* 上部「今すぐ登録はこちら」 */
  .cta {
    padding: 30px 12px 38px;
  }

  .cta__button {
    width: 100%;
    min-height: 66px;
    padding: 10px 44px 10px 88px;
    border-width: 3px;
  }

  .cta__badge {
    left: -10px;
    width: 100px;
  }

  .cta__text {
    font-size: clamp(18px, 5.5vw, 23px);
    line-height: 1.15;
  }

  .cta__arrow {
    right: 17px;
    width: 34px;
    font-size: 25px;
  }


  /* 下部「無料会員登録」 */
  /* 不要な下余白を削除 */
  .quick-register {
    padding-bottom: 0;
  }

  .quick-register__panel {
    overflow: visible;
  }

  /* 元画像の黄色部分に配置 */
  .quick-register__label {
    top: 84.2%;
    min-width: 33%;
    min-height: 36px;
    padding: 4px 14px;
    border-width: 2px;
    font-size: clamp(17px, 5vw, 22px);
    white-space: nowrap;
  }

  /* 吹き出しの三角を少し小さく */
  .quick-register__label::after {
    border-left-width: 8px;
    border-right-width: 8px;
    border-top-width: 12px;
  }

  /* 緑ボタンも元画像の黄色部分に戻す */
  .quick-register__button {
    top: 88.2%;
    width: 90%;
    min-height: 70px;
    padding: 12px 68px 12px 24px;
    border-width: 4px;
    font-size: clamp(29px, 8vw, 42px);
  }

  .quick-register__button::after {
    right: 24px;
    width: 16px;
    height: 16px;
    border-top-width: 5px;
    border-right-width: 5px;
  }
}

/* ========================================
   SPハンバーガーメニュー開閉アニメーション
======================================== */
@media (max-width: 720px) {
  #toggle>dd {
    display: block !important;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition:
      max-height 0.35s ease,
      opacity 0.25s ease,
      transform 0.35s ease,
      visibility 0s linear 0.35s;
  }

  #toggle>dd.is-open {
    max-height: 600px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    transition:
      max-height 0.35s ease,
      opacity 0.25s ease,
      transform 0.35s ease,
      visibility 0s;
  }
}

@media (prefers-reduced-motion: reduce) {
  #toggle>dd {
    transition: none;
  }
}

/* ========================================
   リニューアル共通ヘッダー
======================================== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.renewal-header,
.renewal-header * {
  box-sizing: border-box;
}

.renewal-header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ececec;
  box-shadow: 0 3px 14px rgba(32, 24, 18, 0.1);
  z-index: 10000;
}

.renewal-header__inner {
  display: flex;
  align-items: center;
  width: min(100%, 1200px);
  min-height: 72px;
  margin: 0 auto;
  padding: 0 24px;
}

.renewal-header__logo {
  display: block;
  flex: 0 0 auto;
  width: clamp(135px, 12vw, 175px);
}

.renewal-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.renewal-nav {
  margin-left: auto;
}

.renewal-nav__list {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.1vw, 32px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.renewal-nav__link {
  position: relative;
  display: block;
  padding: 25px 0 23px;
  color: #222;
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.renewal-nav__link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  height: 2px;
  background: #e60050;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.renewal-nav__link:hover,
.renewal-nav__link:focus-visible {
  color: #e60050;
}

.renewal-nav__link:hover::after,
.renewal-nav__link:focus-visible::after {
  transform: scaleX(1);
}

.renewal-menu-button {
  display: none;
}

/* PC：ヘッダーを固定 */
@media (min-width: 721px) {
  body.point-renewal-page {
    padding-top: 72px;
  }

  .renewal-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }

  .renewal-nav {
    display: block !important;
    max-height: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  /* 旧CSSのPC用 margin-top: 5rem を上書き */
  .point-renewal .mv {
    margin-top: 16px;
  }
}

/* PC幅が狭い場合の調整 */
@media (min-width: 721px) and (max-width: 1100px) {
  .renewal-header__inner {
    padding-right: 14px;
    padding-left: 14px;
  }

  .renewal-header__logo {
    width: 112px;
  }

  .renewal-nav__list {
    gap: 12px;
  }

  .renewal-nav__link {
    font-size: 11px;
  }
}

/* SP：ヘッダーは固定しない */
@media (max-width: 720px) {
  body.point-renewal-page {
    padding-top: 0;
  }

  .renewal-header {
    position: relative;
  }

  .renewal-header__inner {
    flex-wrap: wrap;
    min-height: 64px;
    padding: 0 14px;
  }

  .renewal-header__logo {
    width: clamp(125px, 39vw, 155px);
  }

  .renewal-menu-button {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-left: auto;
    padding: 0;
    color: #e60050;
    font-size: 22px;
    border: 1px solid #f1b5c9;
    border-radius: 50%;
    background: #fff5f8;
    cursor: pointer;
  }

  .renewal-menu-button .fa-times {
    display: none;
  }

  .renewal-menu-button[aria-expanded="true"] .fa-bars {
    display: none;
  }

  .renewal-menu-button[aria-expanded="true"] .fa-times {
    display: inline-block;
  }

  .renewal-nav {
    flex: 0 0 calc(100% + 28px);
    width: calc(100% + 28px);
    max-height: 0;
    margin: 0 -14px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition:
      max-height 0.35s ease,
      opacity 0.25s ease,
      transform 0.35s ease,
      visibility 0s linear 0.35s;
  }

  .renewal-nav.is-open {
    max-height: 480px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition:
      max-height 0.35s ease,
      opacity 0.25s ease,
      transform 0.35s ease,
      visibility 0s;
  }

  .renewal-nav__list {
    display: block;
    padding: 4px 14px 10px;
    background: #fff;
    border-top: 1px solid #eee;
  }

  .renewal-nav__list li {
    border-bottom: 1px solid #eee;
  }

  .renewal-nav__list li:last-child {
    border-bottom: 0;
  }

  .renewal-nav__link {
    padding: 13px 8px;
    color: #333;
    font-size: 14px;
    text-align: center;
  }

  .renewal-nav__link::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {

  .renewal-nav,
  .renewal-nav__link,
  .renewal-nav__link::after {
    transition: none;
  }
}

/* ========================================
   PCヘッダー位置調整
======================================== */
@media (min-width: 721px) {

  /* ロゴを画面左端に配置 */
  .renewal-header__logo {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
  }

  /* ナビゲーションを少し右へ移動 */
  .renewal-header .renewal-nav {
    transform: translateX(100px) !important;
  }
}


/* ========================================
   FUポイントプラス誘導セクション
======================================== */
.plus-promo {
  padding: 70px 20px 54px;
  background: #fff;
}

.plus-promo__inner {
  width: min(100%, 960px);
  margin: 0 auto;
}

.plus-promo__item {
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  transform: translate3d(0, 42px, 0);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(.18, .82, .24, 1);
  will-change: opacity, transform;
}

.plus-promo__item img {
  display: block;
  width: 100%;
  height: auto;
}

/* 一番上のFUポイントプラスバナー */
.plus-promo__item--banner {
  max-width: 720px;
  margin-bottom: 48px;
}

/* FUポイントプラスとは */
.plus-promo__item--about {
  max-width: 900px;
  margin-bottom: 26px;
}

/* 詳しくはコチラ */
.plus-promo__item--detail {
  max-width: 484px;
  margin-bottom: 58px;
}

/* オレンジ色の特典画像 */
.plus-promo__item--benefit {
  width: 100%;
  max-width: none;
}

/* スクロール後の表示 */
.plus-promo.is-visible .plus-promo__item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* 上から順番に表示 */
.plus-promo.is-visible .plus-promo__item:nth-child(1) {
  transition-delay: 0.05s;
}

.plus-promo.is-visible .plus-promo__item:nth-child(2) {
  transition-delay: 0.2s;
}

.plus-promo.is-visible .plus-promo__item:nth-child(3) {
  transition-delay: 0.35s;
}

.plus-promo.is-visible .plus-promo__item:nth-child(4) {
  transition-delay: 0.5s;
}

/* 下部の登録CTAもスクロール表示 */
.plus-register-cta {
  opacity: 0;
  transform: translate3d(0, 36px, 0);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(.18, .82, .24, 1);
}

.plus-register-cta.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* SP調整 */
@media (max-width: 720px) {
  .plus-promo {
    padding: 30px 0px 0px;
  }

  .plus-promo__item--banner {
    width: 100%;
    max-width: none;
    margin-bottom: 48px;
  }

  .plus-promo__item--about {
    margin-bottom: 20px;
  }

  .plus-promo__item--detail {
    width: 72%;
    margin-bottom: 36px;
  }
}

/* アニメーション軽減設定 */
@media (prefers-reduced-motion: reduce) {

  .plus-promo__item,
  .plus-register-cta {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ========================================
   FUポイントプラス誘導 PC幅調整
   SPには適用しない
======================================== */
@media (min-width: 1025px) {

  /* 上の登録セクションと同じ最大幅にする */
  .plus-promo {
    padding-right: 0;
    padding-left: 0;
  }

  .plus-promo__inner {
    width: min(100vw, 1129px);
    max-width: none;
  }

  /* この2枚だけ横幅いっぱいにする */
  .plus-promo__item--banner,
  .plus-promo__item--benefit {
    width: 100%;
    max-width: none;
  }
}

/* ========================================
   PC版 バナー一覧の横幅調整
======================================== */
@media (min-width: 1025px) {

  /* banner2.png・banner3.pngを上のセクションと同じ幅に */
  .banner-list__inner {
    width: min(100vw, 1129px);
    max-width: none;
  }

  .banner-list__item {
    width: 100%;
  }
}


/* ========================================
   「詳しくはコチラ」ホバー・タップ
   PC・SP共通／画像の形は変更しない
======================================== */
.plus-promo__item--detail {
  position: relative;
  overflow: visible;
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
}

/* 前回の光エフェクトを完全に解除 */
.plus-promo__item--detail::after {
  content: none;
  display: none;
}

/*
 * リンク本体ではなく画像だけを動かすことで、
 * スクロール表示アニメーションには干渉させない
 */
.plus-promo__item--detail img {
  transform: translateY(0);
  transition:
    transform 0.08s ease-out,
    filter 0.08s ease-out;
}

/* 前回設定したリンク本体の変形を解除 */
.plus-promo.is-visible .plus-promo__item--detail:hover {
  transform: translate3d(0, 0, 0);
  filter: none;
}

/* PC：マウスを乗せた瞬間に浮く */
.plus-promo.is-visible .plus-promo__item--detail:hover img {
  transform: translateY(-6px);
  filter: drop-shadow(0 9px 12px rgba(150, 95, 0, 0.3));
}

/* SP：押している間だけ浮く */
.plus-promo.is-visible .plus-promo__item--detail:active img {
  transform: translateY(-6px);
  filter: drop-shadow(0 9px 12px rgba(150, 95, 0, 0.3));
}

/* ========================================
   ランク詳細ポップアップ PC位置調整
======================================== */
@media (min-width: 1025px) {
  .rank-detail {
    top: 72px;
    padding: 24px clamp(18px, 4vw, 42px);
  }

  .rank-detail__inner {
    max-height: calc(100vh - 120px);
  }
}

/* ========================================
   SP ランクアップ注意ボタンの重なり修正
======================================== */
@media (max-width: 720px) {
  .rank-guide__button {
    /* 現在の74.7%から少しだけ上へ */
    top: 73.2%;

    width: 84%;

    /* 66px固定をやめてSP幅に合わせる */
    height: clamp(48px, 15vw, 56px);
    margin-top: 4px;
    min-height: 0;

    padding: 4px 42px 4px 12px;

    border-width: 3px;
    border-radius: 12px;

    font-size: clamp(14px, 4.2vw, 17px);
    line-height: 1.15;
    white-space: normal;

    /* 下方向へ広がりすぎていた影も小さくする */
    box-shadow:
      0 0 0 2px #d58a00,
      inset 0 2px 0 rgba(255, 255, 255, 0.78),
      inset 0 -4px 0 rgba(174, 82, 0, 0.28),
      0 4px 0 #a86400,
      0 7px 12px rgba(150, 74, 0, 0.28),
      0 0 10px rgba(255, 247, 174, 0.7);
  }

  /* 右側の白い丸 */
  .rank-guide__button::after {
    right: 9px;
    width: clamp(29px, 9vw, 34px);
  }

  /* 丸の中の三角矢印 */
  .rank-guide__button::before {
    right: clamp(20px, 6.3vw, 24px);
    border-top-width: clamp(7px, 2.2vw, 9px);
    border-bottom-width: clamp(7px, 2.2vw, 9px);
    border-left-width: clamp(10px, 3vw, 13px);
  }
}

/* PCでは改行しない */
.rank-guide__sp-break {
  display: none;
}

/* SPだけ改行する */
@media (max-width: 720px) {
  .rank-guide__sp-break {
    display: block;
  }
}

/* ========================================
   SP：ランク詳細を追従バナーより前面に
======================================== */
@media (max-width: 720px) {
  .rank-detail {
    z-index: 20000;
  }
}