@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}
@layer page {
  .lp-arrow {
    background-image: url("../img/icon_arrow.svg");
    width: 2rem;
    height: 2rem;
  }
  @media screen and (max-width: 767px) {
    .lp-arrow {
      width: 5.8666666667vw;
      height: 5.8666666667vw;
    }
  }
  .lp-mv {
    position: relative;
    background: url("../img/mv.jpg") 0 0/cover no-repeat;
    text-align: center;
    margin: 0 1.875rem;
    padding-bottom: 1.875rem;
    border-radius: 1.875rem;
  }
  @media screen and (max-width: 767px) {
    .lp-mv {
      margin: 5.7333333333vw 2.6666666667vw 0 2.6666666667vw;
      padding-bottom: 8.8vw;
      border-radius: 4vw;
      background-image: url("../img/mv_sp.jpg");
    }
  }
  .lp-mv::before, .lp-mv::after {
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    background: url("../img/mv_l.png") 0 0/contain no-repeat;
    width: 16.875rem;
    height: 13rem;
    z-index: 2;
  }
  .lp-mv::before {
    left: 0.625rem;
    bottom: -3.125rem;
  }
  @media screen and (max-width: 767px) {
    .lp-mv::before {
      left: 2.6666666667vw;
      width: 28.9333333333vw;
      height: 22.2666666667vw;
      bottom: -5.3333333333vw;
    }
  }
  .lp-mv::after {
    background-image: url("../img/mv_r.png");
    width: 17.375rem;
    height: 9.5625rem;
    right: 2.0625rem;
    bottom: -4.5rem;
  }
  @media screen and (max-width: 767px) {
    .lp-mv::after {
      right: 2.6666666667vw;
      width: 37.0666666667vw;
      height: 21.6vw;
      bottom: -10.6666666667vw;
    }
  }
  .lp-mv__ttl {
    pointer-events: none;
    margin-left: auto;
    margin-right: auto;
  }
  @media screen and (min-width: 768px) {
    .lp-mv__ttl {
      transform: translateY(-2.5rem);
      width: 60.9375rem;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-mv__ttl {
      transform: translateY(-5.3333333333vw);
      width: 100%;
    }
  }
  .lp-mv__btn {
    margin-top: 2.5rem;
    transition: 0.25s filter;
  }
  @media screen and (min-width: 768px) {
    .lp-mv__btn {
      width: 42.625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-mv__btn {
      width: 90.9333333333vw;
    }
  }
  @media (hover: hover) {
    .lp-mv__btn:hover {
      filter: brightness(130%);
    }
  }
  .lp-about__box {
    margin-top: 5rem;
    padding-top: 8rem;
    padding-bottom: 6.875rem;
    background: url("../img/about_bg.webp") 0 0/cover no-repeat;
    color: var(--accent);
  }
  @media screen and (max-width: 767px) {
    .lp-about__box {
      margin-top: 14.6666666667vw;
      padding-top: 12vw;
      padding-bottom: 12.6666666667vw;
    }
  }
  .lp-about__hdr {
    margin-bottom: 3.125rem;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .lp-about__hdr {
      margin-bottom: 4.6666666667vw;
    }
  }
  .lp-about__ttl {
    font-weight: 900;
    font-size: 3rem;
  }
  @media screen and (max-width: 767px) {
    .lp-about__ttl {
      font-size: 6.4vw;
    }
  }
  .lp-about__text {
    position: relative;
    width: 48.125rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    font-weight: bold;
    font-size: 1.125rem;
  }
  @media screen and (max-width: 767px) {
    .lp-about__text {
      font-size: 3.4666666667vw;
    }
  }
  .lp-about__text::after {
    pointer-events: none;
    content: "";
    display: block;
    background: url("../img/about_img_0.png") 0 0/contain no-repeat;
  }
  @media screen and (min-width: 768px) {
    .lp-about__text::after {
      position: absolute;
      left: 50%;
      top: 0;
      translate: -50% 0;
      width: 77.5625rem;
      height: 12.125rem;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-about__text::after {
      background-image: url("../img/about_img_0_sp.png");
      width: 74.1333333333vw;
      height: 18vw;
      margin: 1.3333333333vw auto 0 auto;
    }
  }
  .lp-about__photo {
    margin-left: auto;
    margin-right: auto;
    width: 75rem;
    max-width: 100%;
    margin-top: 5rem;
  }
  @media screen and (max-width: 767px) {
    .lp-about__photo {
      margin-top: 4.6666666667vw;
    }
  }
  .lp-about__photo img {
    border-radius: 1.875rem;
  }
  .lp-info {
    margin-top: 7.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 46.25rem;
    max-width: 100%;
    font-size: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 3.75rem;
  }
  @media screen and (max-width: 767px) {
    .lp-info {
      gap: 6.6666666667vw;
      margin-top: 10.6666666667vw;
      padding-left: 4.6666666667vw;
      padding-right: 4.6666666667vw;
    }
  }
  @media screen and (min-width: 768px) {
    .lp-info__unit {
      display: grid;
      grid-template-columns: 10.75rem 1fr;
      gap: 2.5rem;
      align-items: flex-start;
    }
  }
  .lp-info__ttl {
    border: 1px solid #707070;
    border-radius: 100rem;
    text-align: center;
    padding: 0.5rem;
  }
  @media screen and (max-width: 767px) {
    .lp-info__ttl {
      font-size: 3.7333333333vw;
    }
  }
  @media screen and (min-width: 768px) {
    .lp-info__body {
      padding-top: 0.3em;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-info__body {
      font-size: 3.4666666667vw;
    }
  }
  @media screen and (min-width: 768px) {
    .lp-info__values {
      margin-left: 3rem;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-info__values {
      margin-top: 4vw;
      text-align: center;
    }
  }
  .lp-info__price {
    width: 100%;
  }
  @media screen and (max-width: 767px) {
    .lp-info__price {
      margin-top: 5.3333333333vw;
    }
  }
  .lp-info__price th, .lp-info__price td {
    padding: 0.375rem 2.5rem;
  }
  @media screen and (max-width: 767px) {
    .lp-info__price th, .lp-info__price td {
      padding: 1.6vw 5.3333333333vw;
    }
  }
  .lp-info__price th {
    font-weight: normal;
  }
  .lp-info__price thead th {
    background: #F7F7F7;
    text-align: right;
  }
  .lp-info__price thead th:first-child {
    background: transparent;
  }
  .lp-info__price thead th:nth-child(2) {
    border-radius: 5rem 0 0 5rem;
  }
  .lp-info__price thead th:last-child {
    border-radius: 0 5rem 5rem 0;
  }
  .lp-info__price tbody td {
    text-align: right;
    font-weight: bold;
  }
  .lp-info__price tbody tr:nth-child(even) * {
    background: #F7F7F7;
  }
  .lp-info__price tbody tr:nth-child(even) th {
    border-radius: 5rem 0 0 5rem;
  }
  .lp-info__price tbody tr:nth-child(even) td:last-child {
    border-radius: 0 5rem 5rem 0;
  }
  .lp-info__note {
    font-size: 1.125rem;
    margin-top: 0.4em;
  }
  @media screen and (min-width: 768px) {
    .lp-info__note {
      padding-left: 2.875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-info__note {
      font-size: 3.4666666667vw;
    }
  }
  .lp-contest2 {
    margin-top: 5.625rem;
    padding-top: 3.75rem;
    background: url("../img/contest_bg2.webp") 50% 0%/auto 100% no-repeat;
    height: 26.875rem;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .lp-contest2 {
      margin-top: 12vw;
      background: url("../img/contest_bg2_sp.webp") 50% 0%/100% auto no-repeat;
      padding-left: var(--sp-pad);
      height: 69.6vw;
    }
  }
  .lp-contest2__ttl {
    color: #0062FF;
    font-size: 2.25rem;
    font-weight: bold;
  }
  @media screen and (max-width: 767px) {
    .lp-contest2__ttl {
      margin-top: -7.4666666667vw;
      text-align: left;
      font-size: 6.1333333333vw;
      line-height: 1.3;
    }
  }
  .lp-contest2__ttl span {
    font-size: 1.875rem;
  }
  @media screen and (max-width: 767px) {
    .lp-contest2__ttl span {
      display: block;
      font-size: 4.5333333333vw;
    }
  }
  .lp-contest2__text {
    font-weight: 600;
    font-size: 1.875rem;
    margin-top: 1.25rem;
    color: #0062FF;
  }
  @media screen and (max-width: 767px) {
    .lp-contest2__text {
      font-size: 4vw;
    }
  }
  .lp-contest2__text b {
    display: inline-block;
    padding: 0.625rem 1.25rem 0.625rem 1.25rem;
    background: #0062FF;
    color: #fff;
    font-size: 2.125rem;
    border-radius: 0.625rem;
    margin-right: 0.625rem;
    font-weight: 500;
  }
  @media screen and (max-width: 767px) {
    .lp-contest2__text b {
      padding: 1.3333333333vw 2.6666666667vw;
      font-size: 4.5333333333vw;
    }
  }
  .lp-contest2__note {
    margin-top: 1rem;
    font-size: 1.25rem;
    color: #0062FF;
  }
  @media screen and (max-width: 767px) {
    .lp-contest2__note {
      margin-top: 1.3333333333vw;
      font-size: 2.6666666667vw;
    }
  }
  .lp-announcement {
    margin-top: 2.8125rem;
    text-align: center;
  }
  .lp-announcement__ttl {
    padding-top: 4.375rem;
    background: url("../img/announcement_icon.png") 50% 0%/4.625rem auto no-repeat;
    margin-bottom: 2.5rem;
    color: #0A39D2;
    font-weight: bold;
    font-size: 3rem;
  }
  @media screen and (max-width: 767px) {
    .lp-announcement__ttl {
      margin-bottom: 2.6666666667vw;
      padding-top: 12vw;
      background-size: 10.6666666667vw auto;
      font-size: 6.4vw;
    }
  }
  .lp-announcement__list > li {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
  .lp-announcement__list > li a {
    overflow: hidden;
    display: block;
    text-indent: -999px;
    position: absolute;
    background-color: #fff;
    opacity: 0;
    transition: 0.25s opacity;
  }
  @media (hover: hover) {
    .lp-announcement__list > li a:hover {
      opacity: 0.2;
    }
  }
  .lp-announcement__list > li a.is-photo {
    width: 24.375rem;
    height: 30.375rem;
    left: 0;
    top: 1.625rem;
  }
  @media screen and (max-width: 767px) {
    .lp-announcement__list > li a.is-photo {
      top: 7.4666666667vw;
      left: 5.3333333333vw;
      width: 52vw;
      height: 64.8vw;
    }
  }
  .lp-announcement__list > li a.is-name {
    width: 18.75rem;
    height: 4.25rem;
    top: 14.375rem;
    border-radius: 1000px;
  }
  @media screen and (max-width: 767px) {
    .lp-announcement__list > li a.is-name {
      width: 40vw;
      height: 9.0666666667vw;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-announcement__list > li:nth-child(1) {
      padding-left: 5.3333333333vw;
    }
  }
  @media screen and (min-width: 768px) {
    .lp-announcement__list > li:nth-child(1) a.is-name {
      right: 6rem;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-announcement__list > li:nth-child(1) a.is-name {
      top: 75.3333333333vw;
      left: 12.2666666667vw;
    }
  }
  @media screen and (min-width: 768px) {
    .lp-announcement__list > li:nth-child(2) {
      margin-top: 1.875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-announcement__list > li:nth-child(2) {
      padding-right: 5.3333333333vw;
    }
  }
  .lp-announcement__list > li:nth-child(2) a.is-photo {
    left: inherit;
    right: 0;
    top: 2.8125rem;
    width: 29.0625rem;
    height: 29.125rem;
  }
  @media screen and (max-width: 767px) {
    .lp-announcement__list > li:nth-child(2) a.is-photo {
      right: 5.3333333333vw;
      top: 16vw;
      width: 52vw;
      height: 52vw;
    }
  }
  .lp-announcement__list > li:nth-child(2) a.is-name {
    top: 13.75rem;
    left: 6.375rem;
  }
  @media screen and (max-width: 767px) {
    .lp-announcement__list > li:nth-child(2) a.is-name {
      top: 70.6666666667vw;
      left: 49.3333333333vw;
    }
  }
  @media screen and (min-width: 768px) {
    .lp-announcement__list > li:nth-child(3) {
      margin-top: 3.125rem;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-announcement__list > li:nth-child(3) {
      padding-left: 5.3333333333vw;
    }
  }
  .lp-announcement__list > li:nth-child(3) a.is-photo {
    top: 1.5625rem;
    width: 30.3125rem;
    height: 29.75rem;
  }
  @media screen and (max-width: 767px) {
    .lp-announcement__list > li:nth-child(3) a.is-photo {
      top: 12vw;
      width: 52vw;
      height: 52vw;
    }
  }
  .lp-announcement__list > li:nth-child(3) a.is-name {
    top: 13.125rem;
  }
  @media screen and (min-width: 768px) {
    .lp-announcement__list > li:nth-child(3) a.is-name {
      right: 5.875rem;
      width: 19.375rem;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-announcement__list > li:nth-child(3) a.is-name {
      top: 67.3333333333vw;
      left: 11.7333333333vw;
    }
  }
  @media screen and (min-width: 768px) {
    .lp-announcement__list img {
      width: calc(var(--my-width) / 32 * 1rem);
    }
  }
  .lp-contest {
    padding-top: 10rem;
    background: url("../img/contest_bg.webp") 0 6.25rem/100% auto no-repeat;
  }
  @media screen and (max-width: 767px) {
    .lp-contest {
      padding-top: 16.6666666667vw;
      overflow: hidden;
      background-image: url("../img/bg_sp.webp");
      background-repeat: repeat-y;
      background-size: 200% auto;
      background-position: 0 8vw;
    }
  }
  .lp-contest__inner {
    width: 62.5rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .lp-contest__ttl {
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .lp-contest__ttl {
      margin-bottom: 7.4666666667vw;
    }
  }
  .lp-contest__ttl-img {
    position: relative;
    z-index: 2;
  }
  @media screen and (min-width: 768px) {
    .lp-contest__ttl-img {
      width: 50.625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-contest__ttl-img {
      width: 87.2vw;
    }
  }
  @media screen and (min-width: 768px) {
    .lp-contest__photo {
      position: absolute;
      width: 22.125rem;
      right: -7.1875rem;
      top: -4.375rem;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-contest__photo {
      width: 32vw;
      transform: translateX(4.5333333333vw);
    }
  }
  .lp-contest__text {
    line-height: 1.7777777778;
    font-size: 1.125rem;
    font-weight: bold;
  }
  @media screen and (min-width: 768px) {
    .lp-contest__text {
      margin: 2.5rem 0 0 2.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-contest__text {
      line-height: 1.5384615385;
      font-size: 3.4666666667vw;
      text-align: center;
    }
  }
  .lp-hash {
    position: relative;
    margin-top: 3.125rem;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .lp-hash {
      margin-top: 3.3333333333vw;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-end;
    }
  }
  .lp-hash::after {
    pointer-events: none;
    content: "";
    display: block;
    background: url("../img/hash_img.png") 0 0/contain no-repeat;
  }
  @media screen and (min-width: 768px) {
    .lp-hash::after {
      position: absolute;
      left: 50%;
      top: 3.125rem;
      translate: -50% 0;
      width: 75rem;
      height: 25.3125rem;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-hash::after {
      background-image: url("../img/hash_img_sp.png");
      width: 90.4vw;
      height: 17.3333333333vw;
      margin: 5.3333333333vw auto 0 auto;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-hash__box {
      padding-bottom: 2.6666666667vw;
    }
  }
  .lp-hash__ttl {
    font-weight: 900;
    font-size: 2.375rem;
    color: #0062FF;
    line-height: 1.2631578947;
  }
  @media screen and (max-width: 767px) {
    .lp-hash__ttl {
      font-size: 5.0666666667vw;
      text-align: left;
    }
  }
  .lp-hash__text {
    font-weight: 600;
    font-size: 3rem;
    background: #0062FF;
    color: #fff;
    margin: 1.25rem auto 0 auto;
    border-radius: 1.5625rem;
    padding: 1.875rem 0 2.125rem 0;
    text-align: center;
    line-height: 1.1;
  }
  @media screen and (min-width: 768px) {
    .lp-hash__text {
      width: 36.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-hash__text {
      margin: 2.6666666667vw 0 0 0;
      font-size: 5.0666666667vw;
      border-radius: 3.3333333333vw;
      padding: 4vw 0 4.5333333333vw 0;
      width: 62.5333333333vw;
    }
  }
  .lp-hash__range {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.875rem;
    background: #fff;
    margin-top: 1.875rem;
    padding: 1.625rem 3.125rem;
    font-size: 1.375rem;
    border-radius: 6.25rem;
  }
  @media screen and (max-width: 767px) {
    .lp-hash__range {
      justify-content: center;
      width: 100%;
      gap: 2.6666666667vw;
      margin-top: 1.3333333333vw;
      padding: 2.6666666667vw 5.3333333333vw;
      font-size: 2.9333333333vw;
    }
  }
  .lp-hash__range dd {
    font-weight: bold;
  }
  .lp-present {
    margin-top: 7.5rem;
    padding-bottom: 6.25rem;
  }
  @media screen and (max-width: 767px) {
    .lp-present {
      margin-top: 8.6666666667vw;
      padding-bottom: 15.3333333333vw;
    }
  }
  .lp-present__ttl {
    margin-bottom: 3.125rem;
    text-align: center;
    font-weight: 900;
    font-size: 2.375rem;
    color: #0062FF;
    line-height: 1.2631578947;
  }
  @media screen and (max-width: 767px) {
    .lp-present__ttl {
      margin-bottom: 5.3333333333vw;
      font-size: 5.0666666667vw;
    }
  }
  .lp-present__ttl small {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: normal;
  }
  @media screen and (min-width: 768px) {
    .lp-present__ttl small {
      margin-left: 0.625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-present__ttl small {
      font-size: 80%;
    }
  }
  .lp-present__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  @media screen and (min-width: 768px) {
    .lp-present__list {
      justify-content: space-between;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-present__list {
      flex-direction: column;
      gap: 6.6666666667vw;
    }
  }
  @media screen and (min-width: 768px) {
    .lp-present__list > li {
      width: 18.75rem;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-present__list > li {
      margin: 0 auto;
      width: 71.3333333333vw;
      transform: translateX(-2vw);
    }
  }
  .lp-present__list figcaption {
    font-weight: bold;
    text-align: center;
  }
  @media screen and (min-width: 768px) {
    .lp-present__list figcaption {
      margin-top: 1.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-present__list figcaption {
      margin-top: 2.6666666667vw;
      font-size: 4vw;
    }
  }
  @media screen and (min-width: 768px) {
    .lp-present__info dd {
      font-size: 1.25rem;
    }
  }
  .lp-present__wlink {
    margin-top: 0.8em;
    font-size: 1.125rem;
  }
  @media screen and (max-width: 767px) {
    .lp-present__wlink {
      font-size: 3.7333333333vw;
      font-weight: normal;
    }
  }
  .lp-present__wlink a {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.625rem;
  }
  @media (hover: hover) {
    .lp-present__wlink a {
      transition: 0.25s color;
    }
    .lp-present__wlink a:hover {
      color: var(--accent);
    }
  }
  .lp-term {
    margin-top: 3.75rem;
    border-radius: 1.625rem;
    background: #fff;
    padding: 2.5rem;
  }
  @media screen and (max-width: 767px) {
    .lp-term {
      border-radius: 3.4666666667vw;
      margin-top: 10.6666666667vw;
      padding: 5.3333333333vw;
    }
  }
  .lp-term__inner {
    height: 17.5rem;
    overflow: auto;
  }
  @media screen and (max-width: 767px) {
    .lp-term__inner {
      height: 40vw;
    }
  }
  .lp-term__inner a {
    text-decoration: underline;
  }
  .lp-term__ttl {
    font-weight: bold;
    margin-bottom: 1.5625rem;
  }
  @media screen and (min-width: 768px) {
    .lp-term__ttl {
      font-size: 1.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-term__ttl {
      margin-bottom: 2.6666666667vw;
    }
  }
  .lp-term__text {
    margin-bottom: 2em;
  }
  @media screen and (max-width: 767px) {
    .lp-term__text {
      margin-bottom: 2.6666666667vw;
    }
  }
  .lp-term__sttl {
    margin-top: 2em;
  }
  @media screen and (max-width: 767px) {
    .lp-term__sttl {
      margin-top: 2.6666666667vw;
    }
  }
  .lp-term ul li {
    position: relative;
    padding-left: 1em;
  }
  .lp-term ul li::before {
    content: "";
    width: 0.25rem;
    height: 0.25rem;
    background: #000;
    border-radius: 100rem;
    position: absolute;
    left: 0.2em;
    top: 0.9em;
  }
  .lp-access {
    padding-top: 7.5rem;
  }
  @media screen and (max-width: 767px) {
    .lp-access {
      padding-top: 18.6666666667vw;
    }
  }
  .lp-access__inner {
    width: 67.5rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .lp-access__hdr {
    margin-bottom: 3.125rem;
  }
  @media screen and (max-width: 767px) {
    .lp-access__hdr {
      text-align: center;
      margin-bottom: 5.3333333333vw;
    }
  }
  @media screen and (min-width: 768px) {
    .lp-access__ttl {
      width: 26.875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-access__ttl {
      width: 44.2666666667vw;
      margin: 0 auto;
    }
  }
  .lp-access__addr {
    font-weight: bold;
    font-size: 1.125rem;
  }
  @media screen and (max-width: 767px) {
    .lp-access__addr {
      font-size: 3.4666666667vw;
      text-align: center;
    }
  }
  .lp-access__list {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }
  @media screen and (max-width: 767px) {
    .lp-access__list {
      gap: 6.6666666667vw;
    }
  }
  @media screen and (min-width: 768px) {
    .lp-access__list > li {
      display: grid;
      grid-template-columns: 10.75rem 1fr;
      gap: 0.9375rem;
      align-items: center;
    }
  }
  .lp-access__sttl {
    border: 1px solid #707070;
    border-radius: 100rem;
    text-align: center;
    padding: 0.5rem 1.25rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  @media screen and (max-width: 767px) {
    .lp-access__sttl {
      width: 74.1333333333vw;
      margin: 0 auto;
      justify-content: center;
      gap: 0.6666666667vw;
    }
  }
  .lp-access__sttl span {
    display: block;
    width: 5em;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .lp-access__sttl.is-car span {
      margin-left: -5.3333333333vw;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-access__sttl.is-p span {
      margin-left: -2.6666666667vw;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-access__cont {
      margin-top: 4vw;
      font-size: 3.4666666667vw;
      text-align: center;
    }
  }
  .lp-access__map {
    margin-top: 3.75rem;
  }
  .lp-access__map iframe {
    width: 100%;
    height: auto;
  }
  @media screen and (min-width: 768px) {
    .lp-access__map iframe {
      height: 32.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-access__map iframe {
      aspect-ratio: 750/520;
    }
  }
  @media screen and (min-width: 768px) {
    .lp-benefits {
      background: url("../img/benefits_bg.jpg") calc(50% + 26.875rem) 0/36.125rem auto no-repeat;
      min-height: 58.75rem;
    }
  }
  @media screen and (min-width: 768px) {
    .lp-benefits__inner {
      width: 68.75rem;
      margin: 6.875rem auto 0 auto;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-benefits__inner {
      margin-top: 14.6666666667vw;
    }
  }
  .lp-benefits__ttl {
    margin-bottom: 1.875rem;
    font-weight: 900;
    font-size: 2.25rem;
    color: #0A39D1;
    line-height: 1.2777777778;
  }
  @media screen and (max-width: 767px) {
    .lp-benefits__ttl {
      font-size: 5.0666666667vw;
      line-height: 1.5333333333;
      text-align: center;
    }
  }
  .lp-benefits__content {
    width: 47.75rem;
    margin-top: 1.5625rem;
  }
  @media screen and (max-width: 767px) {
    .lp-benefits__content {
      width: 100%;
    }
  }
  .lp-benefits__note {
    margin-top: 3.125rem;
    width: 40.3125rem;
  }
  @media screen and (max-width: 767px) {
    .lp-benefits__note {
      position: relative;
      z-index: 2;
      width: auto;
      margin-top: 2.5rem;
      margin-left: 0.75rem;
      margin-right: 0.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .lp-benefits__img {
      margin-top: -5.3333333333vw;
      padding: 0 1.3333333333vw;
    }
  }
  .lp-period {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
  }
  @media screen and (max-width: 767px) {
    .lp-period {
      justify-content: center;
      gap: 1.3333333333vw;
    }
  }
  .lp-period dt {
    color: #0A39D1;
    font-size: 1.25rem;
    font-weight: 500;
  }
  @media screen and (max-width: 767px) {
    .lp-period dt {
      font-size: 3.7333333333vw;
    }
  }
  .lp-period dd {
    background-color: #0A39D1;
    color: #fff;
    font-size: 1.5625rem;
    border-radius: 100px;
    font-weight: bold;
    padding: 0.375rem 1.875rem;
    letter-spacing: 0.02em;
  }
  @media screen and (max-width: 767px) {
    .lp-period dd {
      padding: 2.2666666667vw 5.0666666667vw 2.6666666667vw 5.0666666667vw;
      font-size: 4.2666666667vw;
    }
  }
  .lp-period dd span {
    line-height: 1.2;
    font-size: 2.375rem;
  }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .lp-period dd span {
      font-size: 5.6vw;
    }
  }
  .lp-move {
    aspect-ratio: 560/315;
    width: 50rem;
    margin: 3.125rem auto 0 auto;
  }
  @media screen and (max-width: 767px) {
    .lp-move {
      width: 90%;
    }
  }
  .lp-move iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}