#header,
.hero {
  display: none !important;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

button {
  color: #000;
  background: transparent;
  border: none;
}

/* header ------------------------------------------------------*/
.new-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-block: 21px;
  background: var(--white);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  @media (max-width: 1000px) {
    padding-block: 12px 5px;
  }
}
.new-header__inner {
  display: grid;
  grid-template-columns: 269px 1fr;
  align-items: center;
  padding-inline: 28px;
  @media (max-width: 999.98px) {
    padding-inline: 20px;
  }
}
.new-header__logo {
  width: calc(42px + 180px);
  height: auto;
  transition: opacity 0.3s ease;
  @media (any-hover: hover) {
    &:hover {
      opacity: 0.7;
    }
  }
  img {
    width: 42px;
    height: 42px;
  }
}
.new-header__nav {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 32px;
  @media (max-width: 1139.98px) {
    display: none;
  }
}
.new-header__list {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.new-header__list li {
  position: relative;
  padding-bottom: 4px;
}

.new-header__list li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.new-header__list li:hover::after {
  transform: scaleX(1);
}

.new-header__list {
  li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 200% */
    padding-inline: 4px;
    transition: opacity 0.3s ease;
    @media (any-hover: hover) {
      &:hover {
        opacity: 0.7;
      }
    }
  }
}

.new-header__btn {
  padding: 15px 30px 15px 30px;
  border-radius: 36px;
  background: linear-gradient(
              90deg,
              #F1A167 0%,
              #FFC401 50%,
              #F1A167 100%
            );
            background-size: 200% 100%;
            background-position: 0 0;
            color: #fff;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            border: none;

  font-size: 16.667px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 120% */
  transition: background-position 0.4s ease, opacity 0.3s ease;
  @media (any-hover: hover) {
    &:hover {
      background-position: 100% 0;
      opacity: 0.8;
    }
  }
}

.drawer__icon {
  display: none;
  @media (max-width: 1139.98px) {
    cursor: pointer;
    display: flex;
    z-index: 102;
    position: fixed;
    top: 30px;
    right: 20px;
    width: 25px;
    height: 19px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  @media (max-width: 999.98px) {
    top: 22px;
  }
}

.drawer__icon--bar {
  width: 100%;
  height: 3px;
  background: #2a2c47;
  transition: all 0.3s ease;
}

.drawer__icon.js-show {
  .drawer__icon--bar:nth-of-type(1) {
    rotate: 45deg;
    translate: 0 8px;
    background: var(--white);
  }
  .drawer__icon--bar:nth-of-type(2) {
    display: none;
  }
  .drawer__icon--bar:nth-of-type(3) {
    rotate: -45deg;
    translate: 0 -8px;
    background: var(--white);
  }
}

.drawer {
  z-index: 101;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: var(--accent);
  overflow-y: scroll;
  translate: 101%;
  transition: translate 0.5s ease;

  &.js-show {
    translate: 0;
  }
}

.drawer__body {
  width: 100%;
  height: fit-content;
  padding-block: 80px 100px;
  text-align: center;
}

.drawer__list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  li a {
    color: var(--white);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 200% */
    padding-inline: 4px;
    transition: opacity 0.3s ease;
    @media (any-hover: hover) {
      &:hover {
        opacity: 0.7;
      }
    }
  }
}

.drawer__btn {
  margin-block-start: 40px;
  display: inline-block;
  padding: 6px 30px;
  background: var(--white);
  border-radius: 36px;
  color: var(--accent);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 200% */
  transition: all 0.3s ease;
  width: fit-content;
  margin-inline: auto;
  path {
    fill: var(--accent);
    transition: fill 0.3s ease;
  }
  @media (any-hover: hover) {
    &:hover {
      background: var(--accent);
      color: var(--white);
      border: 1px solid var(--white);
      path {
        fill: var(--white);
      }
    }
  }
}

/* fv ----------------------------------------------------*/
.fv {
  padding-block: 201px 53px;
  background: #fdfdfd;
  background-image: url(../img/fv-background-pc.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  @media (max-width: 1220px) {
    padding-block: 135px 53px;
    background-position: top center;
  }
  @media (max-width: 499px) {
    padding-block: 77px 17px;
    background-image: url(../img/fv-background-sp.webp);
  }
}

.fv__inner {
  width: min(calc(1160px + 40px * 2), 100%);
  padding-inline: 40px;
  margin-inline: auto;
  position: relative;
  @media (max-width: 1220px) {
    text-align: center;
  }
  @media (max-width: 499px) {
    text-align: start;
    padding-inline: 20px;
  }
  @media (max-width: 374px) {
    padding-inline: 10px;
  }
}

.fv__content-wrapper {
  width: 656px;
  @media (max-width: 1220px) {
    width: 100%;
  }
}

.fv__title {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 10px;
  overflow: hidden;
  @media (max-width: 767.98px) {
    font-size: 26px;
    line-height: normal;
  }
  @media (max-width: 499px) {
    font-size: 20px;
  }
  @media (max-width: 385px) {
    font-size: 16px;
  }
}

.animation__mask {
  display: block;
}

.animation__text {
  display: inline-block;
  transform: translateY(110%);
  opacity: 0;
  animation: slideUp 0.8s ease forwards;
}

.animation__text.line1 {
  animation-delay: 0.2s;
}
.animation__text.line2 {
  animation-delay: 0.9s;
}

@keyframes slideUp {
  0% {
    transform: translateY(110%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.fv__title-highlight {
  position: relative;
  display: inline-block;
}

.fv__title-highlight::before {
  content: "";
  position: absolute;
  left: -2px;
  right: 0;
  top: -6px;
  height: 10px;
  background: radial-gradient(
      circle,
      var(--primary) calc(10px / 2),
      transparent calc(10px / 2 + 0.5px)
    )
    left center / calc(10px + 30.5px) 10px repeat-x;
  pointer-events: none;
  @media (max-width: 767.98px) {
    top: -4px;
    height: 5px;
    background: radial-gradient(
        circle,
        var(--primary) calc(5px / 2),
        transparent calc(5px / 2 + 0.25px)
      )
      left center / calc(5px + 21px) 5px repeat-x;
  }
  @media (max-width: 499px) {
    background: radial-gradient(
        circle,
        var(--primary) calc(5px / 2),
        transparent calc(5px / 2 + 0.25px)
      )
      left center / calc(5px + 14.8px) 5px repeat-x;
  }
}

.fv__title-num {
  font-size: 48px;
  @media (max-width: 767.98px) {
    font-size: 24px;
  }
  @media (max-width: 499px) {
    font-size: 20px;
  }
}

.fv__lead {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-block-start: 54px;
  @media (max-width: 1219.98px) {
    margin-block-start: -19px;
  }
  @media (max-width: 767.98px) {
    font-size: 14px;
    line-height: 22.08px;
  }
  @media (max-width: 385px) {
    font-size: 11px;
  }

  img {
    display: inline-block;
    margin-inline: 4px;
    width: 20px;
    height: auto;
    @media (max-width: 767.98px) {
      width: 13.8px;
    }
  }
}

.fv__lead-em {
  color: var(--primary);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 114.286% */
  @media (max-width: 767.98px) {
    font-size: 19.32px;
    line-height: 22px; /* 113.872% */
  }
}

.fv__points {
  margin-block-start: 14px;
  display: flex;
  column-gap: 24px;
  @media (max-width: 1220px) {
    justify-content: center;
    margin-block-start: 27px;
    column-gap: 16px;
  }
  @media (max-width: 385px) {
    column-gap: 8px;
  }
}

.fv__point-svg {
  position: relative;
  width: fit-content;
  @media (max-width: 767.98px) {
  }
}

.animated__fadeIn {
  opacity: 0;
  translate: 0 40px;
  transition: opacity 0.5s ease, translate 0.5s ease;
  &.js-show {
    opacity: 1;
    translate: 0 0;
  }
}

.fv__point-svg__circle {
  @media (max-width: 767.98px) {
    width: 100px;
    height: auto;
    aspect-ratio: 1;
  }
  @media (max-width: 385px) {
    width: 90px;
  }
}

.fv__point-svg__text {
  position: absolute;
  top: calc(50% + 25px);
  left: 50%;
  translate: -50% -50%;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  white-space: nowrap;
  
  @media (max-width: 767.98px) {
    font-size: 13px;
    line-height: 18px;
    top: calc(50% + 11px);
    &.--mt {
      margin-top: 3px;
    }
  }
}

.fv__cta {
  margin-block-start: 27px;
  width: 434px;
  @media (max-width: 1220px) {
    margin-inline: auto;
    width: 100%;
  }
  @media (max-width: 499px) {
    margin-block-start: 7px;
    text-align: center;
  }
}

.fv__cta-caption {
  color: var(--primary);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 187.5% */
  @media (max-width: 499px) {
    font-size: 12px;
    line-height: 22.535px; /* 187.788% */
  }
}

.animation-pop {
  animation: pop 3s ease-out infinite;
  opacity: 1;
}
@keyframes pop {
  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }
  50%,
  70% {
    transform: scale(0.95);
  }
}

.fv__button {
  padding: 20px 30px 20px 30px;
  border-radius: 36px;
  background: linear-gradient(
              90deg,
              #F1A167 0%,
              #FFC401 50%,
              #F1A167 100%
            );
  background-size: 200% 100%;
  background-position: 0 0;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: none;
  transition: background-position 0.4s ease, opacity 0.3s ease;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-top: 3px;
  @media (max-width: 1219.98px) {
    max-width: 500px;
    margin-inline: auto;
  }
  @media (max-width: 499px) {
    padding: 16px 15px;
    font-size: 18px;
    line-height: 22.535px; /* 125.192% */
  }
  @media (max-width: 350px) {
    font-size: 16px;
  }
  @media (any-hover: hover) {
    &:hover {
      background-position: 100% 0;
      opacity: 0.8;
    }
  }
}

.fv__button-icon {
  width: 12px;
  height: 22px;
  @media (max-width: 499px) {
    width: 9px;
    height: 17px;
  }
}

.fv__note {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 214.286% */
  margin-top: 7px;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  @media (max-width: 499px) {
    font-size: 11px;
    margin-top: 0;
  }
  @media (max-width: 374px) {
    font-size: 9px;
  }
}
.fv__note::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: var(--accent);
  scale: 0;
  transform-origin: right center;
  transition: scale 0.5s ease;
}

.fv__cta .fv__button:hover ~ .fv__note::after {
  scale: 1;
  transform-origin: left center;
}

.fv__visual {
  position: absolute;
  top: 0;
  right: -36px;
  @media (max-width: 1220px) {
    position: static;
  }
  @media (max-width: 499px) {
    /* margin-top: -41px;
    margin-left: -18px; */
  }
  @media (max-width: 374px) {
    /* margin-left: -50px; */
  }
}

.fv__visual-img {
  width: 645px;
  aspect-ratio: 645 / 488;
  margin-inline: auto;
  @media (max-width: 767.98px) {
    width: 450px;
  }
  @media (max-width: 498.98px) {
    width: 300px;
    margin-block-start: 25px;
  }
  img {
    width: 100%;
    height: 100%;
  }
}

.fv__rating {
  position: absolute;
  top: -28px;
  right: 91px;
  @media (max-width: 1220px) {
    top: unset;
    bottom: 1px;
    right: 0;
  }
}

.fv__rating-flame {
  position: relative;
  width: 150px;
  height: auto;
  @media (max-width: 767.98px) {
    width: 79px;
  }
}

.fv__rating-flame-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 150 / 173;
  @media (max-width: 767.98px) {
    aspect-ratio: 79 / 91;
  }
}

.fv__rating-label-wrapper {
  position: absolute;
  top: 49px;
  left: 50%;
  translate: -50%;
  @media (max-width: 767.98px) {
    top: 18px;
  }
}

.fv__rating-label {
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  @media (max-width: 767.98px) {
    font-size: 12px;
  }
}

.fv__rating-value {
  text-align: center;
  font-family: "Crimson Text";
  font-size: 74px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  margin-top: -16px;
  padding-left: 4px;
  @media (max-width: 767.98px) {
    margin-top: -12px;
    margin-left: 7px;
    font-size: 39px;
  }
}

.fv__rating-unit {
  text-align: center;
  font-family: "Crimson Text";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  @media (max-width: 767.98px) {
    font-size: 15px;
  }
}
