@charset "UTF-8";

.c-super-font {
  vertical-align: super;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--color--pale-black);
}

@media screen and (max-width: 768px) {
  .c-super-font {
    font-size: 0.9rem;
  }
}

.c-highlight {
  text-decoration: underline;
  text-decoration-thickness: 0.7em;
  -webkit-text-decoration-color: rgba(246, 188, 81, 0.3);
  text-decoration-color: rgba(246, 188, 81, 0.3);
  text-underline-offset: -0.5em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.c-text-notes {
  color: var(--color--pale-black);
  text-shadow: 0px 0px 13px #fff;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .c-text-notes {
    font-size: 0.9rem;
  }
}

.c-heading-1 {
  color: var(--color--dk-blue, #1f9cb0);
  text-align: center;
  font-family: var(--font--Hiragino-Sans-Rd);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.03em;
}

.c-heading-1::after {
  content: "";
  display: block;
  width: 5.2rem;
  height: 0.5rem;
  margin-top: 2.6rem;
  margin-inline: auto;
  background-color: var(--color--dk-blue);
  border-radius: 999rem;
}

@media screen and (max-width: 768px) {
  .c-heading-1 {
    font-size: 1.8rem;
  }

  .c-heading-1::after {
    height: 0.3rem;
    margin-top: 2rem;
    background-color: var(--color--dk-blue-a50);
  }
}

.c-heading-2 {
  color: var(--color--dk-blue, #1f9cb0);
  text-align: center;
  font-weight: 500;
  line-height: 160%;
  font-family: var(--font--TsukuARdGothic);
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .c-heading-2 {
    font-size: 1.8rem;
  }
}

.c-heading-section-1 {
  text-align: center;
  font-size: 4.9rem;
  font-weight: 500;
  line-height: 160%;
  font-family: var(--font--TsukuARdGothic);
}

.c-heading-section-1 .sm {
  font-size: 1.8rem;
}

.c-heading-section-1 .c-super-font {
  top: -1rem;
  left: 0.5rem;
}

.c-heading-section-1 .u-color--orange {
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .c-heading-section-1 {
    font-size: 3rem;
  }

  .c-heading-section-1 .sm {
    font-size: 1.1rem;
  }
}

.lp2409 .page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-inline: 5rem;
  padding-block: 1.3333333334rem;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.lp2409 .page-header .page-header__logo {
  width: 13.333333334rem;
}

.lp2409 .page-header .page-header__right-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4.3rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp2409 .page-header .page-header__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3rem;
}

.lp2409 .page-header .page-header__page-link {
  color: var(--color--dk-blue);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 100%;
}

.lp2409 .page-header .page-header__btn {
  display: block;
  width: 27.8666666681rem;
  position: relative;
  z-index: 100;
}

.lp2409 .page-header .page-header__ham {
  display: none;
}

.lp2409 .page-header .slider-menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .lp2409 .page-header {
    padding-inline: 2rem;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    height: 6.3rem;
  }

  .lp2409 .page-header .page-header__logo {
    width: 8.2rem;
  }

  .lp2409 .page-header .page-header__right-group {
    gap: 0 2.8rem;
  }

  .lp2409 .page-header .page-header__links {
    display: none;
  }

  .lp2409 .page-header .page-header__btn {
    width: 9.5rem;
    z-index: 1100;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }

  .lp2409 .page-header .page-header__btn.active {
    -webkit-filter: drop-shadow(4px 13px 16px #1f8b9d);
    filter: drop-shadow(4px 13px 16px #1f8b9d);
  }

  .lp2409 .page-header .page-header__ham {
    width: 2.3rem;
    height: 0.8rem;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    z-index: 1100;
    display: block;
  }

  .lp2409 .page-header .page-header__ham:hover {
    opacity: 0.7;
  }

  .lp2409 .page-header .page-header__ham .page-header__ham-line {
    width: 100%;
    height: 0.2rem;
    background-color: var(--color--dk-blue);
    border-radius: 999rem;
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }

  .lp2409 .page-header .page-header__ham .page-header__ham-line:nth-of-type(1) {
    top: 0;
  }

  .lp2409 .page-header .page-header__ham .page-header__ham-line:nth-of-type(2) {
    bottom: 0;
  }

  .lp2409 .page-header .page-header__ham.active .page-header__ham-line {
    width: 120%;
    background-color: var(--color--white);
    left: -10%;
  }

  .lp2409
    .page-header
    .page-header__ham.active
    .page-header__ham-line:nth-of-type(1) {
    top: 0.3rem;
    rotate: 30deg;
  }

  .lp2409
    .page-header
    .page-header__ham.active
    .page-header__ham-line:nth-of-type(2) {
    bottom: unset;
    top: 0.3rem;
    rotate: -30deg;
  }

  .lp2409 .page-header .slider-menu {
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    border-radius: 0px 0px 0px 10px;
    background: rgba(76, 177, 194, 0.9);
    width: 24rem;
    height: 41.2rem;
    padding-block: 10.4rem 5rem;
    translate: 100% 0;
    -webkit-transition: translate 500ms;
    transition: translate 500ms;
    display: block;
  }

  .lp2409 .page-header .slider-menu .slider-menu__inner {
    width: 12.6rem;
    margin-inline: auto;
  }

  .lp2409 .page-header .slider-menu .slider-menu__page-link {
    display: block;
    color: var(--white, #fff);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
  }

  .lp2409 .page-header .slider-menu .slider-menu__page-link:nth-of-type(n + 2) {
    margin-top: 3rem;
  }

  .lp2409 .page-header .slider-menu.active {
    translate: 0 0;
  }
}

.lp2409 .article-header {
  background-image: url(../img/lp2409/bg_fv.webp);
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.lp2409 .article-header .article-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.5rem;
  padding-inline: 12rem 0;
  padding-block: 4.5rem 0;
}

.lp2409 .article-header .article-header__authority {
  width: 76.2rem;
}

.lp2409 .article-header .article-header__copy {
  width: 80rem;
  margin-top: 3rem;
}

.lp2409 .article-header .article-header__price {
  width: 75rem;
  margin-top: 0;
}

.lp2409 .article-header .article-header__buttons {
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.8rem;
}

.lp2409 .article-header .article-header__button-apply {
  display: block;
  width: 36.1rem;
}

.lp2409 .article-header .article-header__button-tel {
  display: block;
  width: 36.1rem;
  top: 1.5rem;
}

.lp2409 .article-header .article-header__notes {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 120%;
  color: var(--color--dk-blue);
  margin-top: 5rem;
}

.lp2409 .article-header .article-header__right-group {
  width: 101.3rem;
  padding-block: 3rem 0;
}

.lp2409 .article-header .article-header__right-group.slick-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 1.5rem;
}

.lp2409 .article-header .article-header__slider-image {
  width: 46.5rem;
}

.pfas-container {
  display: none;
}

.pfas-creative {
  text-align: center;
  padding: 0px;
  font-size: 4.5vw;
  color: #2a99a8;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 999;
}

.pfas-creative .pfas-safe {
  background: linear-gradient(transparent 70%, #fff0bc 70%);
}

.js-modal--benefits-three .modal-benefits__title span {
  position: absolute;
  font-size: 0.4em;
  width: 4vw;
}

.js-modal--benefits-three .modal__list__data {
  font-size: 1.5rem;
}

.js-modal--benefits-three .modal__list__data .yellow-marker {
  background: linear-gradient(transparent 70%, #fff0bc 70%);
}

.js-modal--benefits-three .modal__list__data span:not(.small) {
  position: absolute;
  font-size: 0.5em;
  width: 2vw;
}

.js-modal--benefits-three .modal__list__data .small {
  font-size: 0.8em;
  display: block;
  line-height: 120%;
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .lp2409 .article-header {
    background-image: url(../img/lp2409/sp/bg_fv.webp);
    padding-top: 6.3rem;
    padding-bottom: 0;
      background-repeat: no-repeat;
  background-size: auto 100%; /* 横は自動、縦は100% */
  background-position: center; /* 真ん中に寄せる */
  }

  .lp2409 .article-header .article-header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-inline: 2rem;
    padding-block: 1rem 4rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .lp2409 .article-header .article-header__left-group {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    z-index: 500;
  }

  .lp2409 .article-header .article-header__authority {
    width: 33.5rem;
    margin-top: 2.4rem;
  }

  .lp2409 .article-header .article-header__authority picture {
    display: block;
    width: 23.1rem;
    margin-inline: auto;
  }

  .lp2409 .article-header .article-header__copy {
    width: 33.5rem;
    margin-top: 0;
    z-index: 500;
    margin-bottom: 1rem;
  }

  .lp2409 .article-header .article-header__price {
    width: 33.5rem;
    margin-top: 0;
    margin-left: 0;
  }

  .lp2409 .article-header .article-header__buttons {
    margin-top: 1.6rem;
    display: block;
    width: 33.5rem;
  }

  .lp2409 .article-header .article-header__button-apply {
    width: 27.1rem;
    margin-inline: auto;
  }

  .lp2409 .article-header .article-header__button-tel {
    width: 27.1rem;
    margin-inline: auto;
  }

  .lp2409 .article-header .article-header__notes {
    font-size: 0.9rem;
    margin-top: 4rem;
    width: 33.5rem;
  }

  .lp2409 .article-header .article-header__right-group {
    width: calc(100vw - 2rem);
    padding-block: 2rem 0;
  }

  .lp2409 .article-header .article-header__slider-image {
    width: 15rem;
  }
}

.lp2409 .section-benefits {
  background-color: var(--color--pale-blue);
  position: relative;
  padding-block: 0 7.4rem;
}

.lp2409 .section-benefits .benefits__inner {
  margin-top: -2px;
}

.lp2409 .section-benefits .benefits__title {
  width: 41.6rem;
  margin-inline: auto;
  background-color: var(--color--pale-blue);
}

.lp2409 .section-benefits .benefits__title .benefits__title-bg {
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}

.lp2409 .section-benefits .benefits__banner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 1rem;
  margin-top: 4rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.lp2409 .section-benefits .benefits__banner-wrap::before,
.lp2409 .section-benefits .benefits__banner-wrap::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12rem;
  height: 12rem;
  position: absolute;
  pointer-events: none;
  z-index: 100;
}

.lp2409 .section-benefits .benefits__banner-wrap::before {
  left: -6rem;
  top: 9rem;
  background-image: url(../img/lp2409/icon_panpaka_left.svg);
}

.lp2409 .section-benefits .benefits__banner-wrap::after {
  right: -4rem;
  top: -4.7rem;
  background-image: url(../img/lp2409/icon_panpaka_right.svg);
}

.lp2409 .section-benefits .benefits__banner {
  display: block;
  width: 39.5rem;
}

.lp2409 .section-benefits--02 .benefits__bg {
  translate: 0 calc(-100% + 3px);
}

.lp2409 .section-benefits--02 .article-header__buttons {
  margin-top: 8.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.8rem;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.lp2409 .section-benefits--02 .article-header__button-apply {
  display: block;
  width: 36.1rem;
}

.lp2409 .section-benefits--02 .article-header__button-tel {
  display: block;
  width: 36.1rem;
  top: 1rem;
}

@media screen and (max-width: 768px) {
  .lp2409 .section-benefits {
    padding-block: 0 3.8rem;
  }

  .lp2409 .section-benefits .benefits__title {
    width: 24.2rem;
  }

  .lp2409 .section-benefits .benefits__banner-wrap {
    display: block;
    margin-top: 2rem;
  }

  .lp2409 .section-benefits .benefits__banner-wrap::before,
  .lp2409 .section-benefits .benefits__banner-wrap::after {
    width: 7.8rem;
    height: 7.8rem;
  }

  .lp2409 .section-benefits .benefits__banner-wrap::before {
    left: -1rem;
    top: unset;
    bottom: -3.8rem;
  }

  .lp2409 .section-benefits .benefits__banner-wrap::after {
    right: -1rem;
    top: -3.3rem;
  }

  .lp2409 .section-benefits .benefits__banner {
    width: 33.5rem;
  }

  .lp2409 .section-benefits .benefits__banner:nth-of-type(n + 2) {
    margin-top: 2rem;
  }

  .lp2409 .section-benefits--02 {
    padding-block: 1rem 1.2rem;
    margin-top: 8rem;
  }

  .lp2409 .section-benefits--02 .benefits__inner {
    margin-top: -5rem;
  }

  .lp2409 .section-benefits--02 .article-header__buttons {
    margin-top: 5.8rem;
    display: block;
  }

  .lp2409 .section-benefits--02 .article-header__button-apply {
    width: 27.2rem;
  }

  .lp2409 .section-benefits--02 .article-header__button-tel {
    top: 0;
    margin-top: 1.5rem;
    width: 27.2rem;
  }
}

.lp2409 .section-choice {
  margin-top: -1px;
  background-image: url(../img/lp2409/bg_choice.webp);
  background-size: cover;
}

.lp2409 .section-choice .choice__inner {
  padding-block: 8rem;
}

.lp2409 .section-choice .choice__title {
  width: 66.6rem;
  margin-inline: auto;
}

.lp2409 .section-choice .choice__lead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 100%;
  margin-top: 2.4rem;
}

.lp2409 .section-choice .choice__badge {
  width: 60.2rem;
  margin-inline: auto;
  margin-top: 1.6rem;
}

.lp2409 .section-choice .choice__notes {
  color: var(--color--pale-black);
  text-align: center;
  text-shadow: 0px 0px 13px #fff;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .lp2409 .section-choice {
    background-image: url(../img/lp2409/sp/bg_choice.webp);
  }

  .lp2409 .section-choice .choice__inner {
    padding-block: 4rem;
  }

  .lp2409 .section-choice .choice__title {
    width: 33.4rem;
  }

  .lp2409 .section-choice .choice__lead {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 2rem;
    letter-spacing: 0;
  }

  .lp2409 .section-choice .choice__badge {
    width: 27.8rem;
    margin-top: 0;
  }

  .lp2409 .section-choice .choice__notes {
    text-align: left;
    font-size: 0.9rem;
    margin-top: 2rem;
    width: 33.1rem;
    margin-inline: auto;
  }
}

.lp2409 .section-price {
  padding-block: 0 12rem;
}

.lp2409 .section-price .price-header {
  background-image: url(../img/bg_price.webp);
  background-size: cover;
  height: 55rem;
  padding-block: 3rem 0;
  position: relative;
}

.lp2409 .section-price .price-header .price-header__lead {
  color: var(--color--white, #fff);
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  line-height: 160%;
}

.lp2409 .section-price .price-header .price-header__title {
  color: var(--color--white, #fff);
  text-align: center;
  font-size: 4.5rem;
  font-weight: 500;
  margin-top: 1.6rem;
}

.lp2409 .section-price .price-header .desc {
  color: #fff;
  position: absolute;
  left: 21%;
  bottom: 1%;
  font-size: 1.2rem;
  font-weight: 300;
}

.lp2409 .section-price .section-price-litta {
  background-image: url(../img/lp2409/bg_price-litta-pc.webp);
  background-size: cover;
  margin-inline: auto;
  width: 100%;
  height: 37.9rem;
  padding-block: 5rem 0;
  padding-inline: 2rem 0;
  margin-top: 5rem;
  display: block;
}

.lp2409 .section-price .section-price-litta .price-litta__lead {
  color: var(--color--black, #454a4d);
  font-size: 2rem;
  font-weight: 500;
  line-height: 160%;
}

.lp2409 .section-price .section-price-litta .price-litta__line-2nd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 1rem;
}

.lp2409 .section-price .section-price-litta .price-litta__name {
  color: var(--color--dk-blue, #1f9cb0);
  font-size: 5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  /* 60px */
}

.yukaoki2412 {
  color: var(--color--dk-blue, #1f9cb0);
  font-size: 5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}

.yukaoki2412_1st {
  color: var(--color--dk-blue, #1f9cb0);
  text-shadow: 0 0 15px #b5b1ac;
}

.yukaoki2412_2nd {
  color: #fff;
}

.takujyo2412_2nd {
  color: #454a4d;
}

.lp2409 .section-price .section-price-litta .price-litta__price {
  font-weight: 500;
  line-height: 160%;
}

.lp2409 .section-price .section-price-litta .price-litta__price .sm {
  font-size: 1.3rem;
}

.lp2409 .section-price .section-price-litta .price-litta__price .md {
  font-size: 2.4rem;
}

.lp2409 .section-price .section-price-litta .price-litta__price .lg {
  font-size: 3.8rem;
}

.lp2409 .section-price .section-price-litta .price-litta__button {
  display: block;
  width: 30rem;
  margin-top: 2.6rem;
}

.lp2409 .section-price .section-price-slim-R {
  background-image: url("../img/bg_price-slim-R.webp");
  background-size: cover;
  margin-inline: auto;
  width: 100%;
  height: 37.9rem;
  padding-block: 5.5rem 0;
  padding-inline: 0;
  margin-top: 5rem;
  display: block;
}

.lp2409 .section-price .section-price-slim-R .price-slim-R__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 1rem;
}

.lp2409 .section-price .section-price-slim-R .price-slim-R__lead {
  color: var(--color--black, #454a4d);
  font-size: 2rem;
  font-weight: 500;
  line-height: 160%;
}

.lp2409 .section-price .section-price-slim-R .price-slim-R__line-2nd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 1rem;
}

.lp2409 .section-price .section-price-slim-R .price-slim-R__name {
  color: var(--color--dk-blue, #1f9cb0);
  font-size: 6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.lp2409 .section-price .section-price-slim-R .price-slim-R__price {
  font-weight: 500;
  line-height: 160%;
}

.lp2409 .section-price .section-price-slim-R .price-slim-R__price .sm {
  font-size: 1.3rem;
}

.lp2409 .section-price .section-price-slim-R .price-slim-R__price .md {
  font-size: 2.4rem;
}

.lp2409 .section-price .section-price-slim-R .price-slim-R__price .lg {
  font-size: 3.8rem;
}

.lp2409 .section-price .section-price-slim-R .price-slim-R__button {
  display: block;
  width: 30rem;
  margin-top: 2.6rem;
}

.lp2409 .section-price .section-price-locca {
  background-image: url(../img/lp2409/bg_price-locca-smart.webp);
  background-size: cover;
  margin-inline: auto;
  width: 90rem;
  height: 52.9rem;
  padding-block: 12.9rem 0;
  padding-inline: 0;
  margin-top: 5rem;
  display: block;
}

.lp2409 .section-price .section-price-locca .price-locca__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: 8.7rem 0;
  position: relative;
}

.lp2409 .section-price .section-price-locca .price-locca__icon-new {
  position: absolute;
  left: -4.1rem;
  top: -5.1rem;
  width: 12rem;
}

.lp2409 .section-price .section-price-locca .price-locca__lead-color {
  color: var(--color--dk-blue, #1f9cb0);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
}

.lp2409 .section-price .section-price-locca .price-locca__lead {
  color: var(--color--black, #454a4d);
  font-size: 2rem;
  font-weight: 500;
  line-height: 160%;
}

.lp2409 .section-price .section-price-locca .price-locca__line-2nd {
  margin-top: 1rem;
}

.lp2409 .section-price .section-price-locca .price-locca__name {
  color: var(--color--dk-blue, #1f9cb0);
  font-size: 6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.lp2409 .section-price .section-price-locca .price-locca__price {
  font-weight: 500;
  line-height: 160%;
  margin-top: 1.6rem;
}

.lp2409 .section-price .section-price-locca .price-locca__price .sm {
  font-size: 1.3rem;
}

.lp2409 .section-price .section-price-locca .price-locca__price .md {
  font-size: 2.4rem;
}

.lp2409 .section-price .section-price-locca .price-locca__price .lg {
  font-size: 3.8rem;
}

.lp2409 .section-price .section-price-locca .price-locca__button {
  display: block;
  width: 20.5rem;
  margin-top: 4.6rem;
}

.lp2409 .section-price .section-price__notes {
  margin-inline: auto;
  width: 90rem;
  color: var(--color--pale-black, #6b6b6b);
  text-shadow: 0px 0px 13px #fff;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .lp2409 .section-price {
    padding-block: 0 7rem;
  }

  .lp2409 .section-price .price-header {
    background-image: url(../img/lp2409/sp/bg_price.webp);
    height: 42.9rem;
  }

  .lp2409 .section-price .price-header .price-header__lead {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .lp2409 .section-price .price-header .price-header__lead span {
    color: var(--color--white, #fff);
  }

  .lp2409 .section-price .price-header .price-header__title {
    font-size: 2.2rem;
    font-weight: 500;
    margin-top: 1.4rem;
    line-height: 140%;
  }

  .lp2409 .section-price .price-header .desc {
    color: #333;
    bottom: 1%;
    font-size: 0.9rem;
    font-weight: 400;
    left: 0;
    padding: 0 5%;
  }

  .lp2409 .section-price .section-price-litta {
    background-image: url(../img/bg_price-litta.webp);
    width: 100%;
    height: 35.9rem;
    padding-block: 4.9rem 4rem;
    padding-inline: 3.3rem;
    margin-top: 3rem;
  }

  .lp2409 .section-price .section-price-litta .price-litta__lead {
    font-size: 1.6rem;
  }

  .lp2409 .section-price .section-price-litta .price-litta__line-2nd {
    display: block;
    margin-top: 0;
  }

  .lp2409 .section-price .section-price-litta .price-litta__name {
    font-size: 2.8rem;
    margin-top: 0.5rem;
    line-height: 1.2;
    /* 60px */
  }

  .yukaoki2412 {
    font-size: 2.8rem;
    margin-top: 0.5rem;
    line-height: 1.2;
    /* 60px */
  }

  .lp2409 .section-price .section-price-litta .price-litta__price {
    margin-top: 2rem;
  }

  .lp2409 .section-price .section-price-litta .price-litta__price .sm {
    font-size: 1rem;
  }

  .lp2409 .section-price .section-price-litta .price-litta__price .md {
    font-size: 1.9rem;
  }

  .lp2409 .section-price .section-price-litta .price-litta__price .lg {
    font-size: 3rem;
  }

  .lp2409 .section-price .section-price-litta .price-litta__button {
    width: 14.6rem;
    margin-top: 2rem;
  }

  .lp2409 .section-price .section-price-slim-R {
    background-image: url(../img/bg_price-slim.webp);
    width: 100%;
    height: 35.9rem;
    padding-block: 4.9rem 0;
    padding-inline: 3.3rem 0;
    margin-top: 3rem;
  }

  .lp2409 .section-price .section-price-slim-R .price-slim-R__inner {
    margin-inline: 0;
  }

  .lp2409 .section-price .section-price-slim-R .price-slim-R__lead {
    font-size: 1.6rem;
  }

  .lp2409 .section-price .section-price-slim-R .price-slim-R__line-2nd {
    display: block;
    margin-top: 0;
  }

  .lp2409 .section-price .section-price-slim-R .price-slim-R__name {
    font-size: 3.6rem;
    /* 60px */
    margin-top: 0.5rem;
  }

  .lp2409 .section-price .section-price-slim-R .price-slim-R__price {
    margin-top: 2rem;
  }

  .lp2409 .section-price .section-price-slim-R .price-slim-R__price .sm {
    font-size: 1rem;
  }

  .lp2409 .section-price .section-price-slim-R .price-slim-R__price .md {
    font-size: 1.9rem;
  }

  .lp2409 .section-price .section-price-slim-R .price-slim-R__price .lg {
    font-size: 3rem;
  }

  .lp2409 .section-price .section-price-slim-R .price-slim-R__button {
    width: 14.6rem;
    margin-top: 2rem;
  }

  .lp2409 .section-price .section-price-locca {
    background-image: url(../img/lp2409/sp/bg_price-locca.webp);
    width: 33.5rem;
    padding-block: 4.9rem 0;
    padding-inline: 3.3rem 0;
    margin-top: 3rem;
    height: 46.7rem;
  }

  .lp2409 .section-price .section-price-locca .price-locca__inner {
    margin-inline: 0;
  }

  .lp2409 .section-price .section-price-locca .price-locca__icon-new {
    left: 17.5rem;
    top: 2.4rem;
    width: 7.4rem;
  }

  .lp2409 .section-price .section-price-locca .price-locca__lead {
    font-size: 1.6rem;
  }

  .lp2409 .section-price .section-price-locca .price-locca__line-2nd {
    display: block;
    margin-top: 0;
  }

  .lp2409 .section-price .section-price-locca .price-locca__name {
    font-size: 3.6rem;
    /* 60px */
    margin-top: 0.5rem;
    letter-spacing: 0;
  }

  .lp2409 .section-price .section-price-locca .price-locca__price {
    margin-top: 2rem;
  }

  .lp2409 .section-price .section-price-locca .price-locca__price .sm {
    font-size: 1rem;
  }

  .lp2409 .section-price .section-price-locca .price-locca__price .md {
    font-size: 1.9rem;
  }

  .lp2409 .section-price .section-price-locca .price-locca__price .lg {
    font-size: 3rem;
  }

  .lp2409 .section-price .section-price-locca .price-locca__button {
    width: 14.6rem;
    margin-top: 2rem;
  }

  .lp2409 .section-price .section-price__notes {
    width: 33.5rem;
    font-size: 0.9rem;
    margin-top: 3rem;
  }
}

.lp2409 .section-life {
  background-color: #d2e9ef;
  padding-block: 10rem;
}

.lp2409 .section-life .life__title {
  width: 54.7rem;
  margin-inline: auto;
}

.lp2409 .section-life .life__slider {
  height: 44.4rem;
  width: 100vw;
  margin-top: 5rem;
}

.lp2409 .section-life .life__slider.slick-slider .slick-list {
  height: 44.4rem;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: visible;
}

.lp2409 .section-life .life__slider.slick-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0;
}

.lp2409 .section-life .life__slider.slick-slider .slick-slide {
  -webkit-transition: all 500ms;
  transition: all 500ms;
  scale: 0.7259887006;
  margin-inline: -1rem;
  top: 2rem;
}

.lp2409 .section-life .life__slider.slick-slider .slick-slide + .slick-active {
  top: 8rem;
}

.lp2409
  .section-life
  .life__slider.slick-slider
  .slick-slide
  + .slick-slide
  + .slick-active
  + .slick-active {
  top: 2rem;
}

.lp2409 .section-life .life__slider.slick-slider .slick-center {
  rotate: -5deg;
  top: 0 !important;
  scale: 1;
}

.lp2409
  .section-life
  .life__slider.slick-slider
  .slick-slide
  + .slick-center
  + .slick-active {
  top: 8rem !important;
}

.lp2409
  .section-life
  .life__slider.slick-slider
  .slick-center
  + .slick-active
  + .slick-active {
  top: 2rem;
}

.lp2409 .section-life .life__slider.slick-slider .slick-active + .slick-slide {
  top: 8rem;
}

.lp2409 .section-life .life__item {
  width: 35.4rem;
}

.lp2409 .section-life .life__text--upper {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 120%;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.lp2409 .section-life .life__text--upper::before,
.lp2409 .section-life .life__text--upper::after {
  content: "";
  display: block;
  background-image: url(../img/lp2409/icon_slider_bar_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.1rem;
  height: 2.8rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

.lp2409 .section-life .life__text--upper::before {
  background-image: url(../img/lp2409/icon_slider_bar_left.svg);
  left: -1.6rem;
}

.lp2409 .section-life .life__text--upper::after {
  background-image: url(../img/lp2409/icon_slider_bar_right.svg);
  right: -1.6rem;
}

.lp2409 .section-life .life__image {
  width: 100%;
  margin-top: 2rem;
}

.lp2409 .section-life .life__text-bottom {
  color: var(--color--white, #fff);
  text-align: center;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 160%;
  border-radius: 999rem;
  background: var(--blue, #1f9cb0);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 2rem;
  padding-block: 0.3rem;
  margin-inline: auto;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .lp2409 .section-life {
    padding-block: 3rem 7rem;
  }

  .lp2409 .section-life .life__title {
    width: 19.3rem;
  }

  .lp2409 .section-life .life__slider {
    height: 28.2rem;
    margin-top: 0rem;
  }

  .lp2409 .section-life .life__slider.slick-slider .slick-list {
    height: 28.2rem;
  }

  .lp2409 .section-life .life__slider.slick-slider .slick-slide {
    margin-inline: -0.5rem;
  }

  .lp2409 .section-life .life__slider.slick-slider .slick-center {
    top: 3rem !important;
  }

  .lp2409 .section-life .life__item {
    width: 19.6rem;
  }

  .lp2409 .section-life .life__text--upper {
    font-size: 1.1rem;
  }

  .lp2409 .section-life .life__image {
    margin-top: 1rem;
  }

  .lp2409 .section-life .life__text-bottom {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
}

.lp2409 .section-performance .performance__inner {
  padding-block: 8rem;
  width: 90rem;
  margin-inline: auto;
}

.lp2409 .section-performance .performance__title {
  color: var(--color--dk-blue, #1f9cb0);
  text-align: center;
  font-weight: 500;
  line-height: 100%;
}

.lp2409 .section-performance .performance__title .sm {
  display: block;
  font-size: 2.6rem;
}

.lp2409 .section-performance .performance__title .lg {
  display: block;
  margin-top: 3rem;
  font-size: 3.8rem;
}

.lp2409 .section-performance .performance__image {
  width: 100%;
  margin-top: 5rem;
}

.lp2409 .section-performance .performance__notes {
  color: var(--color--pale-black);
  text-align: center;
  text-shadow: 0px 0px 13px #fff;
  font-size: 1.2rem;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .lp2409 .section-performance .performance__inner {
    padding-block: 4rem;
    width: 33.5rem;
  }

  .lp2409 .section-performance .performance__title .sm {
    font-size: 1.8rem;
  }

  .lp2409 .section-performance .performance__title .lg {
    margin-top: 2rem;
    font-size: 2.6rem;
  }

  .lp2409 .section-performance .performance__image {
    margin-top: 3rem;
  }

  .lp2409 .section-performance .performance__notes {
    text-align: justify;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
  }
}

.lp2409 .section-reason .reason__title {
  width: 100vw;
}

.lp2409 .section-reason .reason-one {
  width: 90rem;
  margin-inline: auto;
  margin-top: 10rem;
}

.lp2409 .section-reason .reason-one::after {
  content: "";
  display: block;
  width: 100%;
  height: 7.8rem;
  background: var(--gradient--light-gray-to-white);
}

.lp2409 .section-reason .reason-one .reason-one__header-image {
  width: 100%;
}

.lp2409 .section-reason .reason-one .reason-one__inner-color {
  background: var(--color--light-gray, #f7f7f7);
}

.lp2409 .section-reason .reason-one .reason-one__title {
  padding-top: 4.9rem;
}

.lp2409 .section-reason .reason-one .reason-one__title .reason-one__title-sub {
  display: block;
  width: 26.2rem;
  margin-inline: auto;
}

.lp2409 .section-reason .reason-one .reason-one__image-price {
  width: 75rem;
  height: 49.2rem;
  margin-inline: auto;
  margin-top: 8.4rem;
}

.lp2409 .section-reason .reason-one .reason-one__image-price::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: calc(100% - 2.4rem);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 2rem;
}

.lp2409
  .section-reason
  .reason-one
  .reason-one__image-price
  .reason-one__price-title {
  color: var(--blue, #1f9cb0);
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  line-height: 160%;
}

.lp2409
  .section-reason
  .reason-one
  .reason-one__image-price
  .reason-one__price-lead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 160%;
  margin-top: 1.6rem;
}

.lp2409
  .section-reason
  .reason-one
  .reason-one__image-price
  .reason-one__price-three-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 4.7rem;
  padding-top: 3.1rem;
  margin-top: 3.5rem;
}

.lp2409
  .section-reason
  .reason-one
  .reason-one__image-price
  .reason-one__price-item {
  width: 18.6rem;
  height: 18.7rem;
  border-radius: 1rem;
  background: var(--color--dk-blue-a20, #1f9cb0);
  position: relative;
}

.lp2409
  .section-reason
  .reason-one
  .reason-one__image-price
  .reason-one__price-item:nth-of-type(n + 2)::before {
  content: "";
  display: block;
  background-image: url(../img/lp2409/icon_plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  left: -1.5rem;
  translate: -100% -50%;
}

.lp2409
  .section-reason
  .reason-one
  .reason-one__image-price
  .reason-one__price-item-icon {
  display: block;
  width: 9.4rem;
  margin-top: -3.1rem;
  margin-inline: auto;
}

.lp2409
  .section-reason
  .reason-one
  .reason-one__image-price
  .reason-one__price-item-text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 120%;
  margin-top: 1.2rem;
  min-height: 4.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp2409
  .section-reason
  .reason-one
  .reason-one__image-price
  .reason-one__price-item-text-note {
  color: var(--blue, #1f9cb0);
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 120%;
  margin-top: 1.4rem;
}

.lp2409
  .section-reason
  .reason-one
  .reason-one__image-price
  .reason-one__price-item-text-bracket {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 130%;
  margin-top: 0.9rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.lp2409
  .section-reason
  .reason-one
  .reason-one__image-price
  .reason-one__price-item-text-bracket::before,
.lp2409
  .section-reason
  .reason-one
  .reason-one__image-price
  .reason-one__price-item-text-bracket::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.6rem;
  height: 3.8rem;
  position: absolute;
  top: 0;
}

.lp2409
  .section-reason
  .reason-one
  .reason-one__image-price
  .reason-one__price-item-text-bracket::before {
  background-image: url(../img/lp2409/icon_bracket_left.svg);
  left: 0;
  translate: -200% 0;
}

.lp2409
  .section-reason
  .reason-one
  .reason-one__image-price
  .reason-one__price-item-text-bracket::after {
  background-image: url(../img/lp2409/icon_bracket_right.svg);
  left: 100%;
  translate: 100% 0;
}

.lp2409 .section-reason .reason-one .reason-one__price-message {
  width: 65.2rem;
  margin-inline: auto;
  border-radius: 1rem;
  border: 0.2rem solid var(--color--dk-blue-a20, #1f9cb0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2.5rem;
  padding-block: 2.2rem;
  margin-top: 3rem;
}

.lp2409
  .section-reason
  .reason-one
  .reason-one__price-message
  .reason-one__price-message-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
  display: inline-block;
}

.lp2409
  .section-reason
  .reason-one
  .reason-one__price-message
  .reason-one__price-message-strong {
  color: var(--color--orange, #f56538);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 160%;
  display: inline-block;
  border-bottom: 0.2rem var(--color--orange) solid;
  padding-left: 2.5rem;
}

.lp2409
  .section-reason
  .reason-one
  .reason-one__price-message
  .reason-one__price-message-strong::before {
  content: "";
  display: block;
  background-image: url(../img/lp2409/icon_checkmark.svg);
  background-size: contain;
  width: 1.5rem;
  background-repeat: no-repeat;
  height: 0.9rem;
  position: absolute;
  left: 0.7rem;
  top: 1.1rem;
}

.lp2409 .section-reason .reason-one .reason-one__image-cost {
  width: 73.3rem;
  margin-inline: auto;
  margin-top: 7.2rem;
}

.lp2409
  .section-reason
  .reason-one
  .reason-one__image-cost
  .reason-one__cost-two-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4.3rem;
  margin-top: 4.4rem;
}

.lp2409
  .section-reason
  .reason-one
  .reason-one__image-cost
  .reason-one__cost-image {
  display: block;
  width: 34.4rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lp2409
  .section-reason
  .reason-one
  .reason-one__image-cost
  .reason-one__cost-text-wrap {
  position: relative;
}

.lp2409
  .section-reason
  .reason-one
  .reason-one__image-cost
  .reason-one__cost-icon-new {
  display: block;
  width: 13rem;
  position: absolute;
  right: 0;
  top: -6.1rem;
}

.lp2409
  .section-reason
  .reason-one
  .reason-one__image-cost
  .reason-one__cost-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0;
}

.lp2409
  .section-reason
  .reason-one
  .reason-one__image-cost
  .reason-one__cost-text-bg {
  color: var(--white, #fff);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.03em;
  border-radius: 1rem;
  background: var(--color--dk-blue-a50);
  margin-top: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-block: 1.6rem;
}

.lp2409
  .section-reason
  .reason-one
  .reason-one__image-cost
  .reason-one__cost-text-note {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 120%;
  margin-top: 2.5rem;
}

.lp2409 .section-reason .reason-one .reason-one__notes {
  margin-top: 4rem;
  width: 73.3rem;
  margin-inline: auto;
}

.lp2409 .section-reason .reason-two {
  width: 90rem;
  margin-inline: auto;
  margin-top: 8rem;
}

.lp2409 .section-reason .reason-two::after {
  content: "";
  display: block;
  width: 100%;
  height: 7.8rem;
  background: var(--gradient--light-gray-to-white);
}

.lp2409 .section-reason .reason-two .reason-two__header-image {
  width: 100%;
}

.lp2409 .section-reason .reason-two .reason-two__inner-color {
  background: var(--color--light-gray, #f7f7f7);
}

.lp2409 .section-reason .reason-two .reason-two__title {
  margin-inline: auto;
  padding-top: 5.2rem;
}

.lp2409 .section-reason .reason-two .reason-two__title .reason-two__title-sub {
  width: 45rem;
  margin-inline: auto;
  display: block;
}

.lp2409 .section-reason .reason-two .reason-two__image-clean {
  width: 75rem;
  margin-inline: auto;
  margin-top: 8.3rem;
  padding-bottom: 5rem;
}

.lp2409 .section-reason .reason-two .reason-two__image-clean::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: calc(100% - 2.4rem);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 2rem;
}

.lp2409
  .section-reason
  .reason-two
  .reason-two__image-clean
  .reason-two__clean-group-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 9.8rem;
  border-radius: 1rem;
  background: var(--color--dk-blue-a20);
  width: 56.4rem;
  height: 10rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-inline: auto;
  margin-top: 5rem;
}

.lp2409
  .section-reason
  .reason-two
  .reason-two__image-clean
  .reason-two__clean-group-bg-text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 160%;
}

.lp2409
  .section-reason
  .reason-two
  .reason-two__image-clean
  .reason-two__clean-group-bg-text:nth-of-type(2)::before {
  content: "";
  display: block;
  background-image: url(../img/lp2409/icon_plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  left: -4.5rem;
  translate: -100% -50%;
}

.lp2409
  .section-reason
  .reason-two
  .reason-two__image-clean
  .reason-two__clean-group-bg-text:nth-of-type(3)::before {
  content: "";
  display: block;
  background-image: url(../img/lp2409/icon_equal.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.6rem;
  height: 0.7rem;
  position: absolute;
  top: 50%;
  left: -4.5rem;
  translate: -100% -50%;
}

.lp2409
  .section-reason
  .reason-two
  .reason-two__image-clean
  .reason-two__clean-two-column {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.3rem;
  width: 56.4rem;
  margin-inline: auto;
}

.lp2409
  .section-reason
  .reason-two
  .reason-two__image-clean
  .reason-two__clean-two-column-text-outer {
  width: 32.2rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../img/lp2409/reason-two__clean-two-column-text-outer_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.lp2409
  .section-reason
  .reason-two
  .reason-two__image-clean
  .reason-two__clean-two-column-text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
}

.lp2409
  .section-reason
  .reason-two
  .reason-two__image-clean
  .reason-two__clean-two-column-image {
  width: 22.9rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lp2409
  .section-reason
  .reason-two
  .reason-two__image-clean
  .reason-two__clean-text-strong {
  margin-top: 2.6rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  line-height: 160%;
}

.lp2409
  .section-reason
  .reason-two
  .reason-two__image-clean
  .reason-two__clean-text-strong::before {
  content: "";
  display: block;
  background-image: url(../img/lp2409/icon_arr_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.1rem;
  height: 1.1rem;
  margin-inline: auto;
  margin-bottom: 1.2rem;
}

.lp2409 .section-reason .reason-two .reason-two__image-clean .c-text-notes {
  width: 56.4rem;
  margin-inline: auto;
  margin-top: 2.5rem;
}

.lp2409 .section-reason .reason-two .reason-two__image-button {
  display: block;
  width: 63.3rem;
  margin-inline: auto;
  margin-top: 4.1rem;
}

.lp2409 .section-reason .reason-two .reason-two__image-button picture.on {
  display: none;
}

.lp2409
  .section-reason
  .reason-two
  .reason-two__image-button.active
  picture.off {
  display: none;
}

.lp2409
  .section-reason
  .reason-two
  .reason-two__image-button.active
  picture.on {
  display: block;
}

.lp2409 .section-reason .reason-two .js-accordion--reason-two-table {
  display: none;
}

.lp2409 .section-reason .reason-two .reason-two__image-table {
  width: 63.3rem;
  margin-inline: auto;
  margin-top: 2.3rem;
  position: relative;
}

.lp2409 .section-reason .reason-two .reason-two__image-table img {
  display: none;
}

.lp2409 .section-reason .reason-two .reason-two__image-table img.active {
  display: block;
}

.lp2409 .section-reason .reason-two .reason-two__switch-table {
  position: absolute;
  top: 0;
  width: 21.1rem;
  height: 5rem;
}

.lp2409
  .section-reason
  .reason-two
  .reason-two__switch-table.js-switch--table-litta {
  left: 0;
}

.lp2409
  .section-reason
  .reason-two
  .reason-two__switch-table.js-switch--table-slim-R {
  left: 21.1rem;
}

.lp2409
  .section-reason
  .reason-two
  .reason-two__switch-table.js-switch--table-locca {
  left: 42.2rem;
}

.lp2409 .section-reason .reason-two .reason-two__image-button-close {
  display: block;
  width: 16.2rem;
  margin-inline: auto;
  margin-top: 2.4rem;
}

.lp2409 .section-reason .reason-two .reason-two__notes {
  margin-top: 2.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.lp2409 .section-reason .reason-two .reason-two__maintenance {
  margin-inline: auto;
  margin-top: 10.9rem;
}

.lp2409
  .section-reason
  .reason-two
  .reason-two__maintenance
  .reason-two__maintenance-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 4.4rem;
  width: 73.3rem;
  margin-inline: auto;
}

.lp2409
  .section-reason
  .reason-two
  .reason-two__maintenance
  .reason-two__maintenance-item:nth-of-type(n + 2) {
  margin-top: 5rem;
}

.lp2409
  .section-reason
  .reason-two
  .reason-two__maintenance
  .reason-two__maintenance-item--02
  .reason-two__maintenance-item-image {
  top: -3rem;
}

.lp2409
  .section-reason
  .reason-two
  .reason-two__maintenance
  .reason-two__maintenance-item--03
  .reason-two__maintenance-item-image {
  top: -7.2rem;
}

.lp2409
  .section-reason
  .reason-two
  .reason-two__maintenance
  .reason-two__maintenance-point {
  position: relative;
  display: inline-block;
  background-color: #8ed1dc;
  /* 水色背景 */
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 30px;
  padding: 4px 10px 4px 40px;
  text-transform: capitalize;
  /* "point 01"を"Point 01"に */
}

/* 白丸 */
.lp2409
  .section-reason
  .reason-two
  .reason-two__maintenance
  .reason-two__maintenance-point::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
}

/* チェックマーク */
.lp2409
  .section-reason
  .reason-two
  .reason-two__maintenance
  .reason-two__maintenance-point::after {
  content: "";
  position: absolute;
  left: 19px;
  /* 白丸の中心あたり */
  top: 50%;
  width: 7px;
  height: 14px;
  border-right: 3px solid #8ed1dc;
  border-bottom: 3px solid #8ed1dc;
  transform: translateY(-60%) rotate(45deg);
}

.lp2409
  .section-reason
  .reason-two
  .reason-two__maintenance
  .reason-two__maintenance-lead {
  color: var(--blue, #1f9cb0);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.003em;
  margin-top: 1.5rem;
}

.lp2409
  .section-reason
  .reason-two
  .reason-two__maintenance
  .reason-two__maintenance-lead
  .c-super-font {
  color: inherit;
}

.lp2409
  .section-reason
  .reason-two
  .reason-two__maintenance
  .reason-two__maintenance-text {
  color: var(--gray, #454a4d);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0;
  margin-top: 1.5rem;
}

.lp2409
  .section-reason
  .reason-two
  .reason-two__maintenance
  .reason-two__maintenance-item-image {
  width: 33.2rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lp2409 .section-reason .reason-two .reason-two__lock {
  margin-inline: auto;
  width: 72.6rem;
  margin-top: 4.4rem;
}

.lp2409
  .section-reason
  .reason-two
  .reason-two__lock
  .reason-two__lock-two-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4.2rem;
  margin-top: 4.4rem;
}

.lp2409 .section-reason .reason-two .reason-two__lock .reason-two__lock-image {
  width: 21.9rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lp2409 .section-reason .reason-two .reason-two__lock .reason-two__lock-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0;
}

.lp2409 .section-reason .reason-three {
  width: 90rem;
  margin-inline: auto;
  margin-top: 8rem;
}

.lp2409 .section-reason .reason-three::after {
  content: "";
  display: block;
  width: 100%;
  height: 7.8rem;
  background: var(--gradient--light-gray-to-white);
}

.lp2409 .section-reason .reason-three .reason-three__header-image {
  width: 100%;
}

.lp2409 .section-reason .reason-three .reason-three__inner-color {
  background: var(--color--light-gray, #f7f7f7);
}

.lp2409 .section-reason .reason-three .reason-three__title {
  margin-inline: auto;
  padding-top: 5.1rem;
}

.lp2409
  .section-reason
  .reason-three
  .reason-three__title
  .reason-three__title-sub {
  display: block;
  width: 28.7rem;
  margin-inline: auto;
}

.lp2409 .section-reason .reason-three .reason-three__lineup {
  margin-top: 8.5rem;
}

.lp2409
  .section-reason
  .reason-three
  .reason-three__lineup
  .reason-three__lineup-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5rem;
  width: 77.2rem;
  margin-inline: auto;
}

.lp2409
  .section-reason
  .reason-three
  .reason-three__lineup
  .reason-three__lineup-item:nth-of-type(n + 1) {
  margin-top: 8.5rem;
}

.lp2409
  .section-reason
  .reason-three
  .reason-three__lineup
  .reason-three__lineup-item:nth-of-type(even)
  .reason-three__lineup-image {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.lp2409
  .section-reason
  .reason-three
  .reason-three__lineup
  .reason-three__lineup-item:nth-of-type(2)
  .reason-three__lineup-text-box {
  padding-top: 6rem;
}

.lp2409
  .section-reason
  .reason-three
  .reason-three__lineup
  .reason-three__lineup-item:nth-of-type(2)
  .reason-three__lineup-text-new {
  width: 11.4rem;
  position: absolute;
  left: -2rem;
  top: 0;
}

.lp2409
  .section-reason
  .reason-three
  .reason-three__lineup
  .reason-three__lineup-image {
  width: 38rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lp2409
  .section-reason
  .reason-three
  .reason-three__lineup
  .reason-three__lineup-text-box {
  padding-top: 0;
}

.lp2409
  .section-reason
  .reason-three
  .reason-three__lineup
  .reason-three__lineup-text-lead {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 160%;
}

.lp2409
  .section-reason
  .reason-three
  .reason-three__lineup
  .reason-three__lineup-text-name {
  color: var(--color--dk-blue);
  font-size: 5rem;
  font-weight: 500;
  line-height: 100%;
  margin-top: 1rem;
}

.lp2409
  .section-reason
  .reason-three
  .reason-three__lineup
  .reason-three__lineup-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 160%;
  margin-top: 1.5rem;
  letter-spacing: 0;
}

.lp2409 .section-reason .reason-three .reason-three__notes {
  margin-top: 8.5rem;
  width: 77.2rem;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .lp2409 .section-reason .reason-one {
    width: 33.5rem;
    margin-top: 4rem;
  }

  .lp2409 .section-reason .reason-one::after {
    height: 3.3rem;
  }

  .lp2409 .section-reason .reason-one .reason-one__inner-color {
    padding-bottom: 5rem;
  }

  .lp2409
    .section-reason
    .reason-one
    .reason-one__title
    .reason-one__title-sub {
    width: 16rem;
  }

  .lp2409 .section-reason .reason-one .reason-one__image-price {
    width: 31.5rem;
    height: auto;
    margin-top: 5rem;
    padding-bottom: 1.4rem;
  }

  .lp2409 .section-reason .reason-one .reason-one__image-price::before {
    height: calc(100% - 1.5rem);
    border-radius: 1.2rem;
  }

  .lp2409
    .section-reason
    .reason-one
    .reason-one__image-price
    .reason-one__price-title {
    font-size: 1.8rem;
  }

  .lp2409
    .section-reason
    .reason-one
    .reason-one__image-price
    .reason-one__price-lead {
    font-size: 1.4rem;
  }

  .lp2409
    .section-reason
    .reason-one
    .reason-one__image-price
    .reason-one__price-three-column {
    gap: 0 1.3rem;
    padding-top: 1.7rem;
    margin-top: 1.6rem;
  }

  .lp2409
    .section-reason
    .reason-one
    .reason-one__image-price
    .reason-one__price-item {
    width: 9rem;
    height: 12rem;
  }

  .lp2409
    .section-reason
    .reason-one
    .reason-one__image-price
    .reason-one__price-item:nth-of-type(n + 2)::before {
    width: 0.7rem;
    height: 0.7rem;
    left: -0.3rem;
  }

  .lp2409
    .section-reason
    .reason-one
    .reason-one__image-price
    .reason-one__price-item-icon {
    width: 5.6rem;
    margin-top: -1.8rem;
  }

  .lp2409
    .section-reason
    .reason-one
    .reason-one__image-price
    .reason-one__price-item-text {
    font-size: 1.5rem;
    margin-top: 0.3rem;
    min-height: 3.6rem;
    letter-spacing: 0;
  }

  .lp2409
    .section-reason
    .reason-one
    .reason-one__image-price
    .reason-one__price-item-text-note {
    font-size: 0.9rem;
    margin-top: 0.7rem;
  }

  .lp2409
    .section-reason
    .reason-one
    .reason-one__image-price
    .reason-one__price-item-text-bracket {
    font-size: 1.2rem;
    margin-top: -0.5rem;
    letter-spacing: 0;
  }

  .lp2409
    .section-reason
    .reason-one
    .reason-one__image-price
    .reason-one__price-item-text-bracket::before,
  .lp2409
    .section-reason
    .reason-one
    .reason-one__image-price
    .reason-one__price-item-text-bracket::after {
    width: 0.5rem;
    height: 3.2rem;
  }

  .lp2409
    .section-reason
    .reason-one
    .reason-one__image-price
    .reason-one__price-item-text-bracket::before {
    left: 0.5rem;
  }

  .lp2409
    .section-reason
    .reason-one
    .reason-one__image-price
    .reason-one__price-item-text-bracket::after {
    left: calc(100% - 0.5rem);
  }

  .lp2409 .section-reason .reason-one .reason-one__price-message {
    width: 29.6rem;
    border-radius: 0.6rem;
    border: 0.12rem solid var(--color--dk-blue-a20, #1f9cb0);
    display: block;
    margin-top: 1.3rem;
    text-align: center;
  }

  .lp2409
    .section-reason
    .reason-one
    .reason-one__price-message
    .reason-one__price-message-text {
    font-size: 1.4rem;
  }

  .lp2409
    .section-reason
    .reason-one
    .reason-one__price-message
    .reason-one__price-message-strong {
    font-size: 1.5rem;
    border-bottom: 0.1rem var(--color--orange) solid;
    margin-top: 0.8rem;
  }

  .lp2409
    .section-reason
    .reason-one
    .reason-one__price-message
    .reason-one__price-message-strong::before {
    height: 0.9rem;
  }

  .lp2409
    .section-reason
    .reason-one
    .reason-one__price-message
    .reason-one__price-message-strong:nth-of-type(3) {
    margin-left: 2.3rem;
  }

  .lp2409 .section-reason .reason-one .reason-one__image-cost {
    width: 31.5rem;
    margin-top: 5rem;
  }

  .lp2409
    .section-reason
    .reason-one
    .reason-one__image-cost
    .reason-one__cost-two-column {
    display: block;
    margin-top: 3rem;
  }

  .lp2409
    .section-reason
    .reason-one
    .reason-one__image-cost
    .reason-one__cost-image {
    width: 31.5rem;
  }

  .lp2409
    .section-reason
    .reason-one
    .reason-one__image-cost
    .reason-one__cost-text-wrap {
    margin-top: 3rem;
  }

  .lp2409
    .section-reason
    .reason-one
    .reason-one__image-cost
    .reason-one__cost-icon-new {
    width: 10.6rem;
    top: 0;
  }

  .lp2409
    .section-reason
    .reason-one
    .reason-one__image-cost
    .reason-one__cost-text {
    font-size: 1.5rem;
  }

  .lp2409
    .section-reason
    .reason-one
    .reason-one__image-cost
    .reason-one__cost-text-bg {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 3rem;
  }

  .lp2409
    .section-reason
    .reason-one
    .reason-one__image-cost
    .reason-one__cost-text-note {
    font-size: 0.9rem;
    position: absolute;
    right: 1rem;
    top: 8.7rem;
  }

  .lp2409 .section-reason .reason-one .reason-one__notes {
    width: 31.5rem;
  }

  .lp2409 .section-reason .reason-two {
    width: 33.5rem;
    margin-top: 4rem;
  }

  .lp2409 .section-reason .reason-two .reason-two__title {
    padding-top: 5rem;
  }

  .lp2409
    .section-reason
    .reason-two
    .reason-two__title
    .reason-two__title-sub {
    width: 27.4rem;
  }

  .lp2409 .section-reason .reason-two .reason-two__image-clean {
    width: 31.5rem;
    margin-top: 5rem;
  }

  .lp2409 .section-reason .reason-two .reason-two__image-clean::before {
    height: calc(100% - 1.6rem);
  }

  .lp2409
    .section-reason
    .reason-two
    .reason-two__image-clean
    .reason-two__clean-group-bg {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
    width: 28.3rem;
    height: 15.3rem;
    margin-top: 2.4rem;
    padding-block: 2.6rem;
    padding-inline: 3.6rem;
  }

  .lp2409
    .section-reason
    .reason-two
    .reason-two__image-clean
    .reason-two__clean-group-bg-text {
    letter-spacing: 0;
  }

  .lp2409
    .section-reason
    .reason-two
    .reason-two__image-clean
    .reason-two__clean-group-bg-text:nth-of-type(1) {
    width: 6.2rem;
  }

  .lp2409
    .section-reason
    .reason-two
    .reason-two__image-clean
    .reason-two__clean-group-bg-text:nth-of-type(2) {
    width: 9.1rem;
  }

  .lp2409
    .section-reason
    .reason-two
    .reason-two__image-clean
    .reason-two__clean-group-bg-text:nth-of-type(2)::before {
    left: -2rem;
  }

  .lp2409
    .section-reason
    .reason-two
    .reason-two__image-clean
    .reason-two__clean-group-bg-text:nth-of-type(3) {
    width: 100%;
  }

  .lp2409
    .section-reason
    .reason-two
    .reason-two__image-clean
    .reason-two__clean-group-bg-text:nth-of-type(3)::before {
    top: 55%;
    left: 2.8rem;
  }

  .lp2409
    .section-reason
    .reason-two
    .reason-two__image-clean
    .reason-two__clean-two-column {
    gap: 0 0.8rem;
    width: 28.3rem;
  }

  .lp2409
    .section-reason
    .reason-two
    .reason-two__image-clean
    .reason-two__clean-two-column-text-outer {
    width: 18.5rem;
    background-image: url(../img/lp2409/sp/reason-two__clean-two-column-text-outer_bg.svg);
  }

  .lp2409
    .section-reason
    .reason-two
    .reason-two__image-clean
    .reason-two__clean-two-column-text {
    font-size: 1.4rem;
    line-height: 140%;
  }

  .lp2409
    .section-reason
    .reason-two
    .reason-two__image-clean
    .reason-two__clean-two-column-text
    .u-color--orange {
    font-size: 1.7rem;
  }

  .lp2409
    .section-reason
    .reason-two
    .reason-two__image-clean
    .reason-two__clean-two-column-image {
    width: 9rem;
  }

  .lp2409
    .section-reason
    .reason-two
    .reason-two__image-clean
    .reason-two__clean-text-strong {
    margin-top: 2.3rem;
    font-size: 2.2rem;
  }

  .lp2409 .section-reason .reason-two .reason-two__image-clean .c-text-notes {
    width: 28.3rem;
  }

  .lp2409 .section-reason .reason-two .reason-two__image-button {
    width: 28.6rem;
    margin-top: 5rem;
  }

  .lp2409 .section-reason .reason-two .reason-two__image-table {
    width: 31rem;
  }

  .lp2409 .section-reason .reason-two .reason-two__image-table picture {
    display: block;
    width: 100%;
  }

  .lp2409 .section-reason .reason-two .reason-two__notes {
    width: 31.5rem;
  }

  .lp2409 .section-reason .reason-two .reason-two__maintenance {
    margin-top: 5rem;
  }

  .lp2409
    .section-reason
    .reason-two
    .reason-two__maintenance
    .reason-two__maintenance-item {
    display: block;
    width: 31.5rem;
    margin-top: 2.5rem;
  }

  .lp2409
    .section-reason
    .reason-two
    .reason-two__maintenance
    .reason-two__maintenance-item:nth-of-type(n + 2) {
    margin-top: 2.5rem;
  }

  .lp2409
    .section-reason
    .reason-two
    .reason-two__maintenance
    .reason-two__maintenance-item--02
    .reason-two__maintenance-item-image {
    top: 0;
  }

  .lp2409
    .section-reason
    .reason-two
    .reason-two__maintenance
    .reason-two__maintenance-item--03
    .reason-two__maintenance-item-image {
    top: 0;
  }

  .lp2409
    .section-reason
    .reason-two
    .reason-two__maintenance
    .reason-two__maintenance-lead {
    line-height: 140%;
  }

  .lp2409
    .section-reason
    .reason-two
    .reason-two__maintenance
    .reason-two__maintenance-text {
    font-size: 1.5rem;
  }

  .lp2409 .section-reason .reason-two .reason-two__maintenance .c-text-notes {
    margin-top: 1rem;
  }

  .lp2409
    .section-reason
    .reason-two
    .reason-two__maintenance
    .reason-two__maintenance-item-image {
    width: 31.5rem;
    margin-top: 2.5rem;
  }

  .lp2409 .section-reason .reason-two .reason-two__lock {
    width: 31.5rem;
    margin-top: 5rem;
  }

  .lp2409
    .section-reason
    .reason-two
    .reason-two__lock
    .reason-two__lock-two-column {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2.5rem;
  }

  .lp2409
    .section-reason
    .reason-two
    .reason-two__lock
    .reason-two__lock-image {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 2.5rem;
  }

  .lp2409 .section-reason .reason-two .reason-two__lock .reason-two__lock-text {
    font-size: 1.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }

  .lp2409 .section-reason .reason-three {
    width: 33.5rem;
    margin-top: 4rem;
  }

  .lp2409 .section-reason .reason-three .reason-three__title {
    padding-top: 5rem;
  }

  .lp2409
    .section-reason
    .reason-three
    .reason-three__title
    .reason-three__title-sub {
    width: 16.9rem;
  }

  .lp2409 .section-reason .reason-three .reason-three__lineup {
    margin-top: 5rem;
  }

  .lp2409
    .section-reason
    .reason-three
    .reason-three__lineup
    .reason-three__lineup-item {
    display: block;
    width: 31.5rem;
  }

  .lp2409
    .section-reason
    .reason-three
    .reason-three__lineup
    .reason-three__lineup-item:nth-of-type(n + 1) {
    margin-top: 4rem;
  }

  .lp2409
    .section-reason
    .reason-three
    .reason-three__lineup
    .reason-three__lineup-item:nth-of-type(2)
    .reason-three__lineup-text-box {
    padding-top: 2rem;
  }

  .lp2409
    .section-reason
    .reason-three
    .reason-three__lineup
    .reason-three__lineup-item:nth-of-type(2)
    .reason-three__lineup-text-new {
    width: 7.3rem;
    left: unset;
    right: 0;
  }

  .lp2409
    .section-reason
    .reason-three
    .reason-three__lineup
    .reason-three__lineup-image {
    width: 100%;
  }

  .lp2409
    .section-reason
    .reason-three
    .reason-three__lineup
    .reason-three__lineup-text-lead {
    font-size: 1.8rem;
  }

  .lp2409
    .section-reason
    .reason-three
    .reason-three__lineup
    .reason-three__lineup-text-name {
    font-size: 3.2rem;
  }

  .lp2409
    .section-reason
    .reason-three
    .reason-three__lineup
    .reason-three__lineup-text {
    font-size: 1.5rem;
  }

  .lp2409 .section-reason .reason-three .reason-three__notes {
    margin-top: 5rem;
    width: 31.5rem;
  }
}

.lp2409 .section-spec {
  background: var(--color--light-blue, #d2e9ef);
  margin-top: 10rem;
  /* ------------------------------------------------ */
  /* section-spec__table
  /* ------------------------------------------------ */
  /* ------------------------------------------------ */
  /* sp
  /* ------------------------------------------------ */
}

.lp2409 .section-spec .spec__inner {
  width: 90rem;
  margin-inline: auto;
  padding-block: 10rem;
}

.lp2409 .section-spec .spec__title {
  color: var(--color--dk-blue, #1f9cb0);
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 150%;
}

.lp2409 .section-spec .spec__title .lg {
  font-size: 3.8rem;
  display: block;
}

.lp2409 .section-spec img {
  padding: 5rem 0;
}

@media screen and (max-width: 768px) {
  .lp2409 .section-spec .spec__inner {
    width: 33.5rem;
    padding-block: 5rem;
  }

  .lp2409 .section-spec .spec__title {
    font-size: 1.8rem;
  }

  .lp2409 .section-spec .spec__title .lg {
    font-size: 2.8rem;
    display: block;
  }
}

.lp2409 .section-voice .voice__inner {
  width: 90rem;
  margin-inline: auto;
  padding-block: 8rem;
}

.lp2409 .section-voice .voice__title {
  color: var(--color--dk-blue, #1f9cb0);
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 150%;
}

.lp2409 .section-voice .voice__title .lg {
  font-size: 3.8rem;
  display: block;
}

.lp2409 .section-voice .voice__slider {
  margin-top: 5rem;
  position: relative;
}

.lp2409 .section-voice .voice__slider::before,
.lp2409 .section-voice .voice__slider::after {
  content: "";
  display: block;
  width: 7.6rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    to(rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    #fff 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  z-index: 100;
}

.lp2409 .section-voice .voice__slider::before {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    to(rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    #fff 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  left: -1px;
}

.lp2409 .section-voice .voice__slider::after {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#fff),
    to(rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    right,
    #fff 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  right: -1px;
}

.lp2409 .section-voice .voice__slider.slick-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 1.3rem;
}

.lp2409 .section-voice .voice__slider.slick-slider .slick-arrow {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.8rem;
  padding-top: 4.8rem;
  z-index: 500;
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.lp2409 .section-voice .voice__slider.slick-slider .slick-arrow--prev {
  background-image: url(../img/lp2409/icon_arrow_prev_slider_voice.svg);
  left: 0;
  translate: 0 -100%;
}

.lp2409 .section-voice .voice__slider.slick-slider .slick-arrow--next {
  background-image: url(../img/lp2409/icon_arrow_next_slider_voice.svg);
  left: 100%;
  translate: -100% -100%;
}

.lp2409 .section-voice .voice__item .img {
  width: 36.5rem;
  border-radius: 1.3rem;
  border: 0.2rem solid var(--color--dk-blue, #1f9cb0);
  background: #fff;
  overflow: hidden;
  padding-block: 2.5rem 3rem;
  padding-inline: 1.2rem;
  display: none;
}

.lp2409 .section-voice .voice__item .img.active {
  display: block;
}

.lp2409 .section-voice .voice__item .img.close {
  height: 66.5rem;
}

.lp2409 .section-voice .voice__item .voice__item-header {
  display: block;
  width: 100%;
  margin-inline: auto;
}

.lp2409 .section-voice .voice__item .voice__item-text {
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: var(--font--Hiragino-Sans-Rd);
  margin-top: 3rem;
}

.lp2409 .section-voice .voice__item .voice__item-text-tag {
  font-size: 1rem;
  line-height: 1.4;
  font-family: var(--font--Hiragino-Sans-Rd);
  margin-top: 3rem;
  color: var(--color--dk-blue);
  letter-spacing: 0;
}

.lp2409 .section-voice .voice__item .voice__item-arrow {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 3rem;
  left: 0;
}

.lp2409 .section-voice .voice__item .voice__item-arrow img {
  width: 2.1rem;
  display: block;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .lp2409 .section-voice .voice__inner {
    width: 100vw;
    padding-block: 4rem;
  }

  .lp2409 .section-voice .voice__title {
    font-size: 1.8rem;
  }

  .lp2409 .section-voice .voice__title .lg {
    font-size: 2.8rem;
  }

  .lp2409 .section-voice .voice__slider {
    margin-top: 3rem;
  }

  .lp2409 .section-voice .voice__slider.slick-slider .slick-track {
    gap: 0 0.5rem;
  }

  .lp2409 .section-voice .voice__slider.slick-slider .slick-arrow {
    width: 3rem;
    padding-top: 3rem;
    top: 21rem;
  }

  .lp2409 .section-voice .voice__slider.slick-slider .slick-arrow--prev {
    left: 1rem;
  }

  .lp2409 .section-voice .voice__slider.slick-slider .slick-arrow--next {
    left: calc(100% - 1rem);
  }

  .lp2409 .section-voice .voice__item .img {
    width: 22rem;
    padding-block: 1rem 3rem;
    padding-inline: 1rem;
  }

  .lp2409 .section-voice .voice__item .img.active {
    display: block;
  }

  .lp2409 .section-voice .voice__item .img.close {
    height: 40rem;
  }

  .lp2409 .section-voice .voice__item .voice__item-header {
    display: block;
    width: 100%;
    margin-inline: auto;
  }

  .lp2409 .section-voice .voice__item .voice__item-text {
    font-size: 1rem;
    margin-top: 1rem;
  }

  .lp2409 .section-voice .voice__item .voice__item-text-tag {
    font-size: 0.8rem;
    margin-top: 1rem;
  }

  .lp2409 .section-voice .voice__item .voice__item-arrow {
    bottom: 1rem;
  }

  .lp2409 .section-voice .voice__item .voice__item-arrow img {
    width: 1.5rem;
  }
}

.lp2409 .section-support {
  background-image: url(../img/lp2409/bg_support.svg);
  margin-top: -1px;
}

.lp2409 .section-support .support__inner {
  width: 90rem;
  margin-inline: auto;
  padding-block: 3rem 10rem;
}

.lp2409 .section-support .support__title {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 150%;
}

.lp2409 .section-support .support__title .lg {
  color: var(--color--dk-blue, #1f9cb0);
  font-size: 3.8rem;
  display: block;
}

.lp2409 .section-support .support__text-free {
  width: 60.7rem;
  margin-inline: auto;
  margin-top: 3rem;
}

.lp2409 .section-support .support__image-free {
  width: 66.1rem;
  margin-inline: auto;
  margin-top: 3rem;
}

.lp2409 .section-support .support__text-broken {
  color: var(--color--dk-blue, #1f9cb0);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
  margin-top: 3rem;
}

.lp2409 .section-support .support__notes {
  margin-top: 3rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lp2409 .section-support {
    background-image: url(../img/lp2409/sp/bg_support.webp);
    background-size: cover;
  }

  .lp2409 .section-support .support__bg {
    margin-top: -1px;
  }

  .lp2409 .section-support .support__inner {
    width: 100vw;
    padding-block: 4rem;
  }

  .lp2409 .section-support .support__title {
    font-size: 1.8rem;
  }

  .lp2409 .section-support .support__title .lg {
    font-size: 2.1rem;
  }

  .lp2409 .section-support .support__text-free {
    width: 31.5rem;
  }

  .lp2409 .section-support .support__image-free {
    width: 31.5rem;
  }
}

.lp2409 .section-faq {
  background: var(--color--light-gray, #f7f7f7);
}

.lp2409 .section-faq .faq__inner {
  width: 73.3rem;
  margin-inline: auto;
  padding-block: 10rem;
}

.lp2409 .section-faq .faq__title {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--color--dk-blue, #1f9cb0);
}

.lp2409 .section-faq .faq__list {
  margin-top: 5rem;
}

.lp2409 .section-faq .faq__item::after {
  content: "";
  display: block;
  background-image: url(../img/lp2409/icon_faq_border.svg);
  background-size: contain;
  width: 100%;
  height: 0.5rem;
  margin-top: 2.5rem;
}

.lp2409 .section-faq .faq__item:nth-of-type(n + 2) {
  margin-top: 2.5rem;
}

.lp2409 .section-faq .faq__question {
  color: var(--color--dk-blue, #1f9cb0);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 200%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.5rem;
  cursor: pointer;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.lp2409 .section-faq .faq__question:hover {
  opacity: 0.7;
}

.lp2409 .section-faq .faq__question::before {
  content: "";
  display: block;
  background-image: url(../img/lp2409/icon_Q.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.7rem;
  height: 3.3rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lp2409 .section-faq .faq__question::after {
  content: "";
  display: block;
  background-image: url(../img/lp2409/icon_faq_button.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: scale 500ms;
  transition: scale 500ms;
}

.lp2409 .section-faq .faq__question.active::after {
  scale: 1 -1;
}

.lp2409 .section-faq .faq__answer-outer {
  display: none;
}

.lp2409 .section-faq .faq__answer {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 200%;
  word-break: break-word;
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.5rem;
}

.lp2409 .section-faq .faq__answer::before {
  content: "";
  display: block;
  background-image: url(../img/lp2409/icon_A.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.7rem;
  height: 3.3rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lp2409 .section-faq .faq__answer .c-text-faq {
  font-size: inherit;
}

.lp2409 .section-faq .faq__answer .c-text-faq .sm {
  font-size: 1.2rem;
}

.lp2409 .section-faq .faq__answer .c-text-notes {
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .lp2409 .section-faq .faq__inner {
    width: 31.5rem;
    padding-block: 4rem;
  }

  .lp2409 .section-faq .faq__title {
    font-size: 2.6rem;
  }

  .lp2409 .section-faq .faq__list {
    margin-top: 3rem;
  }

  .lp2409 .section-faq .faq__item::after {
    background-image: url(../img/lp2409/sp/icon_faq_border.svg);
    margin-top: 1.5rem;
  }

  .lp2409 .section-faq .faq__item:nth-of-type(n + 2) {
    margin-top: 1.5rem;
  }

  .lp2409 .section-faq .faq__question {
    font-size: 1.5rem;
    line-height: 1.7;
    gap: 0 0.8rem;
    padding-right: 4.6rem;
  }

  .lp2409 .section-faq .faq__answer {
    font-size: 1.5rem;
  }

  .lp2409 .section-faq .faq__answer .c-text-faq {
    letter-spacing: 0;
  }

  .lp2409 .section-faq .faq__answer .c-text-faq .sm {
    font-size: 1.5rem;
  }

  .lp2409 .section-faq .faq__answer .c-text-faq .img-table {
    width: 27.1rem;
    display: block;
    overflow: scroll;
  }

  .lp2409 .section-faq .faq__answer .c-text-faq .img-table img {
    width: 68.5rem;
  }

  .lp2409 .section-faq .faq__answer .c-text-notes {
    letter-spacing: 0;
  }
}

.lp2409 .page-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15.1rem;
  -webkit-padding-start: 16.3rem;
  padding-inline-start: 16.3rem;
  padding-block: 2.9rem;
}

.lp2409 .page-footer .page-footer__logo {
  display: block;
  width: 19.7rem;
}

.lp2409 .page-footer .page-footer__link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 10rem;
}

.lp2409 .page-footer .page-footer__link {
  color: var(--color--dk-blue, #1f9cb0);
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}

.lp2409 .page-footer .page-footer__link:nth-of-type(n + 2)::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 3rem;
  border-radius: 999rem;
  background-color: var(--color--dk-blue);
  position: absolute;
  left: -4.9rem;
  top: 50%;
  translate: 0 -50%;
}

@media screen and (max-width: 768px) {
  .lp2409 .page-footer {
    gap: 5rem 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    padding-block: 3rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lp2409 .page-footer .page-footer__logo {
    width: 13.5rem;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .lp2409 .page-footer .page-footer__link-wrap {
    display: block;
    width: 100%;
  }

  .lp2409 .page-footer .page-footer__link {
    font-size: 1.5rem;
    display: block;
  }

  .lp2409 .page-footer .page-footer__link:nth-of-type(n + 2) {
    margin-top: 1.5rem;
  }

  .lp2409 .page-footer .page-footer__link:nth-of-type(n + 2)::before {
    content: unset;
  }
}

.lp2409 .modal-detail {
  overflow: scroll;
  position: fixed;
  inset: 0;
  padding-block: 10rem;
  display: none;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}

.lp2409 .modal-detail .modal__inner {
  background-color: #fff;
  width: 120rem;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 2rem;
  padding-block: 0 10rem;
}

.lp2409 .modal-detail .modal-detail__button-close {
  width: 7rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500;
}

.lp2409 .modal-detail .modal-detail__title {
  margin-top: 7rem;
  color: var(--color--dk-blue, #1f9cb0);
  text-align: center;
  font-size: 3.4rem;
  font-weight: 500;
}

.lp2409 .modal-detail .modal-detail__image-recommend {
  width: 90%;
  margin-inline: auto;
  margin-top: 7rem;
}

.lp2409 .modal-detail .modal-detail__figure-detail {
  width: 90%;
  margin-inline: auto;
  margin-top: 7rem;
}

.lp2409 .modal-detail .modal-detail__group-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 1.5rem;
  margin-top: 7rem;
}

.lp2409 .modal-detail .modal-detail__image-feature {
  width: 30%;
}

.lp2409 .modal-detail .c-text-notes {
  margin-top: 7rem;
  width: 90rem;
  margin-inline: auto;
}

.lp2409 .modal-detail .modal-benefits__banner-close {
  display: block;
  width: 30%;
  margin-inline: auto;
  margin-top: 5.8rem;
}

.lp2409 .modal-detail--locca .modal-detail__group-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7rem 2.3rem;
  margin-top: 7rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lp2409 .modal-detail--locca .modal-detail__image-feature {
  width: 43.8rem;
}

.lp2409 .modal-detail--locca .modal-detail__banner {
  width: 90rem;
  margin-inline: auto;
  margin-top: 7rem;
}

@media screen and (max-width: 768px) {
  .lp2409 .modal-detail {
    padding-block: 7rem;
  }

  .lp2409 .modal-detail .modal__inner {
    width: 33.5rem;
    border-radius: 1rem;
    padding-block: 0 7rem;
  }

  .lp2409 .modal-detail .modal-detail__button-close {
    width: 2.5rem;
  }

  .lp2409 .modal-detail .modal-detail__title {
    margin-top: 5rem;
    font-size: 2.6rem;
  }

  .lp2409 .modal-detail .modal-detail__image-recommend {
    width: 31.5rem;
    margin-top: 5rem;
  }

  .lp2409 .modal-detail .modal-detail__figure-detail {
    width: 31.5rem;
    margin-top: 5rem;
  }

  .lp2409 .modal-detail .modal-detail__group-feature {
    width: 31.5rem;
    margin-top: 5rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-inline: auto;
  }

  .lp2409 .modal-detail .modal-detail__image-feature:nth-of-type(n + 2) {
    margin-top: 5rem;
  }

  .lp2409 .modal-detail .c-text-notes {
    width: auto;
    margin-top: 5rem;
  }

  .lp2409 .modal-detail .modal-benefits__banner-close {
    margin-top: 3rem;
  }

  .lp2409 .modal-detail--locca .modal-detail__group-feature {
    display: block;
    margin-top: 5rem;
    margin-inline: auto;
    width: 29rem;
  }

  .lp2409 .modal-detail--locca .modal-detail__image-feature {
    width: 29rem;
  }

  .lp2409 .modal-detail--locca .modal-detail__banner {
    width: 29rem;
    margin-top: 5rem;
  }
}

.lp2409 .modal-benefits {
  overflow: scroll;
  position: fixed;
  inset: 0;
  padding-block: 10rem;
  display: none;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}

.lp2409 .modal-benefits .modal-benefits__inner {
  background: #e3eff2;
  width: 120rem;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 2rem;
  padding-block: 0 10rem;
}

.lp2409 .modal-benefits .modal-benefits__button-close {
  width: 7rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500;
}

.lp2409 .modal-benefits .modal-benefits__title {
  margin-top: 7rem;
  color: var(--color--dk-blue, #1f9cb0);
  text-align: center;
  font-size: 3.4rem;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}

.lp2409 .modal-benefits .modal-benefits__title:before,
.lp2409 .modal-benefits .modal-benefits__title::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 999rem;
  background-color: var(--color--dk-blue);
  position: absolute;
  top: 50%;
}

.lp2409 .modal-benefits .modal-benefits__title:before {
  translate: -100% -50%;
  left: -9.9rem;
}

.lp2409 .modal-benefits .modal-benefits__title::after {
  translate: 100% -50%;
  right: -9.9rem;
}

.lp2409 .modal-benefits .modal-benefits__image-description {
  margin-inline: auto;
  width: 76.3rem;
  margin-top: 7.9rem;
}

.lp2409 .modal-benefits .modal-benefits__data-list {
  margin-top: 5.8rem;
  width: 86.9rem;
  margin-inline: auto;
}

.lp2409 .modal-benefits .modal-benefits__data-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lp2409 .modal-benefits .modal-benefits__data-item:nth-of-type(n + 2) {
  margin-top: 2rem;
}

.lp2409 .modal-benefits .modal-benefits__data-title {
  color: var(--color--dk-blue, #1f9cb0);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.03em;
  width: 16.6rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lp2409 .modal-benefits .modal-benefits__data-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0;
}

.lp2409 .modal-benefits .modal-benefits__data-text .step {
  color: #61becd;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 7.2rem;
  display: inline-block;
}

.lp2409 .modal-benefits .modal-benefits__banner-close {
  display: block;
  width: 16.2rem;
  margin-inline: auto;
  margin-top: 5.8rem;
}

.lp2409 .modal-benefits--three .modal-benefits__image-add-info {
  margin-inline: auto;
  width: 94.3rem;
  margin-top: 5.3rem;
}

.lp2409 .modal-benefits--three .modal-benefits__data-list {
  width: 94.3rem;
}

@media screen and (max-width: 768px) {
  .lp2409 .modal-benefits .modal-benefits__inner {
    width: 33.5rem;
    border-radius: 1rem;
    padding-block: 0 7rem;
  }

  .lp2409 .modal-benefits .modal-benefits__button-close {
    width: 2.5rem;
  }

  .lp2409 .modal-benefits .modal-benefits__title {
    margin-top: 5.5rem;
    font-size: 1.8rem;
  }

  .lp2409 .modal-benefits .modal-benefits__title:before,
  .lp2409 .modal-benefits .modal-benefits__title::after {
    width: 1.2rem;
    height: 1.2rem;
  }

  .lp2409 .modal-benefits .modal-benefits__title:before {
    left: -2rem;
  }

  .lp2409 .modal-benefits .modal-benefits__title::after {
    right: -2rem;
  }

  .lp2409 .modal-benefits .modal-benefits__image-description {
    width: 29rem;
    margin-top: 3rem;
  }

  .lp2409 .modal-benefits .modal-benefits__data-list {
    width: 29rem;
    margin-top: 3rem;
  }

  .lp2409 .modal-benefits .modal-benefits__data-item {
    display: block;
  }

  .lp2409 .modal-benefits .modal-benefits__data-item:nth-of-type(n + 2) {
    margin-top: 1.5rem;
  }

  .lp2409 .modal-benefits .modal-benefits__data-title {
    font-size: 1.5rem;
  }

  .lp2409 .modal-benefits .modal-benefits__data-text {
    font-size: 1.5rem;
  }

  .lp2409 .modal-benefits .modal-benefits__data-text .step {
    width: 5.2rem;
  }

  .lp2409 .modal-benefits .modal-benefits__data-text .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }

  .lp2409 .modal-benefits .modal-benefits__data-text .wrap .head {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .lp2409 .modal-benefits .modal-benefits__banner-close {
    margin-top: 3rem;
  }

  .lp2409 .modal-benefits--three .modal-benefits__title {
    line-height: 1.1;
  }

  .lp2409 .modal-benefits--three .modal-benefits__image-add-info {
    width: 29rem;
    margin-top: 3rem;
  }

  .lp2409 .modal-benefits--three .modal-benefits__data-list {
    width: 29rem;
  }

  .lp2409 .modal-benefits--three .modal-benefits__data-text .wrap {
    gap: 0 1rem;
  }

  .lp2409 .modal-benefits--three .modal-benefits__data-text .wrap--b {
    gap: 0;
  }
}

.lp2409 .modal {
  overflow: scroll;
  position: fixed;
  inset: 0;
  padding-block: 10rem;
  display: none;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}

.lp2409 .modal .modal-benefits__title {
  color: var(--color--dk-blue, #1f9cb0);
  text-align: center;
  font-size: 3.4rem;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}

.lp2409 .modal .modal-benefits__title:before,
.lp2409 .modal .modal-benefits__title::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 999rem;
  background-color: var(--color--dk-blue);
  position: absolute;
  top: 50%;
}

.lp2409 .modal .modal-benefits__title:before {
  translate: -100% -50%;
  left: -9.9rem;
}

.lp2409 .modal .modal-benefits__title::after {
  translate: 100% -50%;
  right: -9.9rem;
}

.lp2409 .modal__inr {
  background: #e3eff2;
  width: 120rem;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 2rem;
  padding-block: 6rem 7rem;
}

.lp2409 .modal__ttl {
  width: 49.8rem;
  margin-inline: auto;
}

.lp2409 .modal__list {
  margin-top: 5.5rem;
  width: 94.3rem;
  margin-inline: auto;
}

.lp2409 .modal__list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lp2409 .modal__list__item:nth-of-type(n + 2) {
  margin-top: 4.6rem;
}

.lp2409 .modal__list__item--a {
  width: 83rem;
  margin-inline: auto;
}

.lp2409 .modal__list__topic {
  color: var(--color--dk-blue, #1f9cb0);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.03em;
  width: 22rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lp2409 .modal__list__topic--img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 39.9rem;
  margin-left: -2.7rem;
}

.lp2409 .modal__list__data {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0;
}

.lp2409 .modal__list__data span {
  color: #7c7c7c;
}

.lp2409 .modal__list__data--img {
  margin-left: 3.7rem;
  padding-top: 2.3rem;
}

@media screen and (max-width: 768px) {
  .lp2409 .modal .modal-benefits__title {
    font-size: 1.8rem;
  }

  .lp2409 .modal .modal-benefits__title:before,
  .lp2409 .modal .modal-benefits__title::after {
    width: 1.2rem;
    height: 1.2rem;
  }

  .lp2409 .modal .modal-benefits__title:before {
    left: -2rem;
  }

  .lp2409 .modal .modal-benefits__title::after {
    right: -2rem;
  }

  .lp2409 .modal__inr {
    width: 33.5rem;
    border-radius: 1rem;
    padding-block: 5.5rem 7rem;
  }

  .lp2409 .modal__ttl {
    width: 21.4rem;
  }

  .lp2409 .modal__list {
    margin-top: 3rem;
    width: 29rem;
  }

  .lp2409 .modal__list__item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lp2409 .modal__list__item:nth-of-type(n + 2) {
    margin-top: 3rem;
  }

  .lp2409 .modal__list__item--a {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .lp2409 .modal__list__topic {
    width: 100%;
    font-size: 1rem;
  }

  .lp2409 .modal__list__topic--img {
    width: 28.2rem;
    margin-left: 0;
  }

  .lp2409 .modal__list__data {
    font-size: 1rem;
  }

  .lp2409 .modal__list__data--img {
    margin-left: 0;
  }
}

.lp2409 .modal_closeBtn {
  max-width: 20.3rem;
  margin-inline: auto;
  margin-top: 5.5rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  /*! スマートフォン */
}

.lp2409 .modal_closeBtn:hover {
  opacity: 0.7;
}

.lp2409 .modal_closeBtn--corner {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 5.2rem;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .lp2409 .modal_closeBtn {
    width: 16.8rem;
    margin-top: 2rem;
  }

  .lp2409 .modal_closeBtn--corner {
    width: 2.85rem;
    right: -0.1rem;
    top: -0.1rem;
  }
}

.lp2409 .footerCta .footer__cta {
  background-color: #fff0bc;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 900;
}

.lp2409 .footerCta .footer__cta--fixed {
  position: fixed;
}

.lp2409 .footerCta .footer__cta .inner {
  max-width: 92rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-inline: auto;
}

.lp2409 .footerCta .footer__cta__txt--1 {
  width: 33.8rem;
}

.lp2409 .footerCta .footer__cta__txt--2 {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}

.lp2409 .footerCta .footer__cta__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.lp2409 .footerCta .footer__cta__list__item {
  width: 26rem;
}

@media screen and (max-width: 768px) {
  .lp2409 .footerCta .footer__cta {
    padding-top: 1vw;
  }

  .lp2409 .footerCta .footer__cta__inr {
    max-width: 80vw;
    display: unset;
  }

  .lp2409 .footerCta .footer__cta__txt--btn {
    font-size: 4vw;
    text-align: center;
    color: #1f9caf;
    font-weight: 600;
  }

  .lp2409 .footerCta .footer__cta__btn {
    max-width: 80vw;
    margin-inline: auto;
    margin-top: 1vw;
  }
}

.benefits__banner,
.js-open--benefits-one,
.js-open--benefits-one,
.js-open--detail-slim,
.js-open--detail-locca,
.js-open--detail-litta {
  cursor: pointer;
}

.docchi2412 {
  margin: 10rem 0 -50px;
  z-index: 99;
}

.docchi2412 img {
  max-width: 600px;
  margin: 0 auto;
}

.slider_navi2412 {
  display: none;
}

.modal-detail__group-feature2412 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 1.5rem;
  margin-top: 7rem;
}

div.accordion_main_contents {
  width: 90%;
  margin: 0 auto;
}

summary.accordion_loccasmart_btn {
  background: #454a48;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  width: 90%;
  margin: 20px auto 0;
  padding: 1em 0;
  font-size: 150%;
  cursor: pointer;
}

p.accordion_loccasmart_p {
  display: block;
  margin-top: 30px;
}

.no1_2412 {
  width: 80%;
  margin: 0 auto;
}

.flex_pc2412 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: center;
}

.flex_pc2412 div {
  padding: 0 10px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .docchi2412 {
    margin: 6rem 0 -50px;
    z-index: 99;
  }

  .docchi2412 img {
    width: 100%;
    margin: 0 auto;
  }

  .slider_navi2412 {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .modal-detail__group-feature2412 {
    display: block;
    margin-top: 5rem;
    margin-inline: auto;
    width: 100%;
  }

  .no1_2412 {
    width: 90%;
    margin: 0 auto;
  }

  summary.accordion_loccasmart_btn {
    background: #454a48;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    width: 90%;
    margin: 20px auto 0;
    padding: 1em 0;
    font-size: 100%;
  }

  .flex_pc2412 {
    display: block;
    width: 90%;
  }

  .flex_pc2412 div {
    padding: 0;
  }
}

/* //////////////////// ↓↓フローティングバナー↓↓ //////////////////// */
.float-button__wrap {
  display: none;
  /*最初は隠す*/
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 999;
  background-color: #fff0bc;
  padding: 5px 0 10px;
}

.float-button__wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.float-button__wrap a img {
  width: 300px;
  height: auto;
}

.body-in {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .float-button__wrap {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
  }

  .float-button__wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

  .float-button__wrap a img {
    width: 80%;
    height: auto;
  }
}

/* //////////////////// ↑↑フローティングバナー↑↑ //////////////////// */
.campaign-0yen {
  margin: 3.5em auto 0;
  position: relative;
}

.campaign-0yen .campaign-0yen-txt {
  text-align: center;
  font-weight: 600;
  font-size: min(3.5rem, 3.2vw);
  line-height: 1.5;
}

.campaign-0yen .campaign-0yen-txt span {
  font-size: min(6.8rem, 6.2vw);
  background: linear-gradient(transparent 70%, #fff0bc 70%);
}

@media screen and (max-width: 768px) {
  .campaign-0yen .campaign-0yen-txt {
    font-size: 5.3vw;
  }

  .campaign-0yen .campaign-0yen-txt span {
    font-size: 10.2vw;
  }
}

@media screen and (min-width: 768px) {
  .campaign-0yen .campaign-0yen-txt br {
    display: none;
  }
}

.modal .article-header__buttons,
.modal-benefits .article-header__buttons {
  margin: 5rem auto 0;
  width: min(300px, 95%);
}

.modal .article-header__buttons a,
.modal-benefits .article-header__buttons a {
  margin-bottom: 1.5rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .modal .article-header__buttons,
  .modal-benefits .article-header__buttons {
    max-width: 450px;
    margin: 3rem auto 0;
    width: 29rem;
  }

  .modal .article-header__buttons a,
  .modal-benefits .article-header__buttons a {
    margin-bottom: 1.5rem;
    display: block;
  }
}

.modal-tel-reserve p {
  font-size: 2.5rem;
  padding: 60px 90px 0;
}

@media screen and (max-width: 768px) {
  .modal-tel-reserve p {
    font-size: 1.5rem;
    padding: 60px 30px 0;
  }
}

/*////////////////0円セクション///////////////////////*/
.lp2409 .section-price {
  padding-block: 0 6rem;
  background-image: url(../img/lp2409/bg_fv.webp);
  background-repeat: no-repeat;
  background-size: auto 100%; /* 横は自動、縦は100% */
  background-position: center; /* 真ん中に寄せる */
}

.zeoyen-section {
  font-family: var(--font--Hiragino-Sans-Rd);
  padding: 6rem 0 0;
}

.zeoyen-section h2 {
  text-align: center;
  width: 25%;
  max-width: 600px;
  margin: 0 auto;
  font-size: 3.8rem;
  font-weight: 600;
  margin-bottom: 3rem;
  color: #1f9cb0;
}
.zeoyen-section h2 {
  position: relative;
}
.zeoyen-section h2::after {
  position: absolute;
  content: "※3";
  font-size: 12px;
  font-weight: 400;
  top: 0;
  right: -24px;
}
.zeoyen-section .all-in-price {
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #d2e9ef;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 30px 0;
}

.zeoyen-section .all-in-price ul {
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5rem;
}
.zeoyen-section .all-in-price ul li {
  border-radius: 100%;
  background: #fff;
  width: 25%;
  aspect-ratio: 1 / 1; /* 幅:高さ = 1:1 */
  display: flex;
  align-items: center;
  justify-content: center;
}
.zeoyen-section .all-in-price ul li h3 {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  width: 100%;
  margin: 0 3rem;
  color: #1d9bb0;
}
.zeoyen-section ul li h3 .asterisk {
  font-size: 1rem;
}
.zeoyen-section .bottle {
  font-size: 4rem;
  font-weight: 600;
  color: #1d9bb0;
  background: linear-gradient(transparent 70%, #fff0bc 70%);
  text-align: center;
  margin-top: 5rem;
}
/* アイコン */
.zeoyen-section .icon::before {
  display: block;
  margin: 0 auto 1rem;
}
.zeoyen-section .icon-server::before {
  content: "";
  width: 60%;
  aspect-ratio: 1/1;
  background: url(../img/icon-server.webp) no-repeat center center;
  background-size: contain;
}
.zeoyen-section .icon-filter::before {
  content: "";
  width: 60%;
  aspect-ratio: 1/1;
  background: url(../img/icon-filter.webp) no-repeat center center;
  background-size: contain;
}

.zeoyen-section .icon-truck::before {
  content: "";
  width: 60%;
  aspect-ratio: 1/1;
  background: url(../img/icon-truck.webp) no-repeat center center;
  background-size: contain;
}

.zeoyen-section .icon-bottle::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background: url(../img/icon-bottle.webp) no-repeat center center;
  background-size: contain;
  margin-right: 0.5rem;
  vertical-align: middle;
}

/* 全部コミコミ */
.zeoyen-section .all-in-price h3 {
  font-size: 6rem;
  color: #f56538;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zeoyen-section {
    width: 90%;
    margin: 0 auto;
  }
  .zeoyen-section h2 {
    width: 80%;
  }
  .zeoyen-section .all-in-price {
    width: 100%;
    padding: 2rem 0;
  }
  .zeoyen-section .all-in-price h3 {
    line-height: 1.4;
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .zeoyen-section .all-in-price ul {
    flex-direction: column;
    gap: 1rem;
  }
  .zeoyen-section .all-in-price ul li {
    aspect-ratio: unset;
    width: 100%;
    border-radius: 10px;
  }
  .zeoyen-section .all-in-price ul li h3 {
    font-size: 2rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
  }
  .zeoyen-section .icon::before {
    margin: 0;
  }
  /* アイコンのサイズを縮小 */
  .zeoyen-section .icon-server::before,
  .zeoyen-section .icon-filter::before,
  .zeoyen-section .icon-truck::before {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
  }
  .zeoyen-section .bottle {
    font-size: 2.5rem;
    margin-top: 2rem;
  }
}
/* 費用は月額料金だけ！ */
.server-fee {
  padding-top: 3rem;
  text-align: center;
  display: none;
}
.server-fee h3 {
  font-size: 6rem;
  display: inline-block;
  color: #f56538;
  text-align: center;
  font-weight: 600;
  position: relative;
}
.server-fee h3 span {
  font-size: 0.8em;
}
.server-fee h3::after {
  position: absolute;
  content: "※3";
  top: 14px;
  font-size: 12px;
  font-weight: 400;
  right: -20px;
}
.server-fee .server-fee-inner ul {
  display: flex;
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 3rem;
  padding: 1rem;
}
.server-fee .server-fee-inner ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem;
  border-radius: 10px;
  background-color: #fff;
  justify-content: space-between;
  gap: 2rem;
  text-align: center;
}
.server-fee .server-fee-inner ul li img {
  width: 40%;
}
.server-fee .server-fee-inner ul .fee-litta img {
  width: 55%;
}
.server-fee .server-fee-inner ul li h4 {
  font-size: 4rem;
  color: #1d9bb0;
  font-weight: 600;
  line-height: 1.4;
}
.server-fee .server-fee-inner ul li p {
  font-size: 2.5rem;
  color: #333;
  font-weight: 600;
}
.server-fee .server-fee-inner ul li p span {
  font-size: 1rem;
}
/* 費用は月額料金だけ！スマホ */
@media screen and (max-width: 768px) {
  .server-fee h3 {
    font-size: 3rem;
  }
  .server-fee h3 span {
    font-size: 0.7em;
  }
  .server-fee h3::after {
    top: 8px;
    font-size: 12px;
    right: -20px;
  }

  .server-fee .server-fee-inner ul {
    width: 100%;
    margin: 0 auto;
    gap: 1rem;
    padding: 1rem;
    flex-direction: column;
  }
  .server-fee .server-fee-inner ul li {
    flex-direction: row-reverse;
    align-items: center;
    text-align: left;
    justify-content: center;
  }
  .server-fee .server-fee-inner ul .fee-litta img {
    width: 40%;
  }

  .server-fee .server-fee-inner ul li h4 {
    font-size: 2rem;
  }
  .server-fee .server-fee-inner ul li p {
    font-size: 1.5rem;
  }
}
/* キャンペーンセクション */
.zeoyen-section .campaign-zeroyen-section .campaign-heading {
  max-width: 350px;
  margin: 0 auto;
  padding: 8rem 0 1rem;
}

.zeoyen-section .campaign-zeroyen-section {
  width: 80%;
  margin: 0 auto;
  padding: 0 10px;
}

.zeoyen-section .campaign-zeroyen-section .benefits__banner-wrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.zeoyen-section .campaign-zeroyen-section .benefits__banner-wrap span {
  width: 32%;
}

.zeoyen-section .campaign-zeroyen-section .article-header__buttons {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
  justify-content: center;
  margin-top: 8rem;
}

.zeoyen-section .campaign-zeroyen-section .article-header__buttons a {
  width: 30%;
}

.zeoyen-section .desc {
  margin: 1rem auto 0;
  width: 70%;
  max-width: 1200px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #1f9cb0;
  text-align: left;
}

/*////////////////スマホ・タブレット対応///////////////////////*/

@media screen and (max-width: 768px) {
  /* キャンペーンセクション */
  .zeoyen-section .campaign-zeroyen-section {
    width: 90%;
    padding: 0;
  }
  .zeoyen-section .campaign-zeroyen-section .campaign-heading {
    padding: 4rem 0 1rem;
    font-size: 2.4rem;
    max-width: 100%;
  }

  .zeoyen-section .campaign-zeroyen-section .benefits__banner-wrap {
    flex-direction: column;
    gap: 1rem;
  }

  .zeoyen-section .campaign-zeroyen-section .benefits__banner-wrap span {
    width: 100%;
  }

  .zeoyen-section .campaign-zeroyen-section .article-header__buttons {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 4rem;
    width: 80%;
    margin: 4rem auto 0;
  }

  .zeoyen-section .campaign-zeroyen-section .article-header__buttons a {
    width: 100%;
  }

  .zeoyen-section .desc {
    font-size: 0.9rem;
    width: 100%;
    text-align: left;
  }
}

.modal-tel-reserve p {
  font-size: 2.5rem;
  padding: 10rem 90px 0;
}

.modal-tel-reserve p span {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .modal-tel-reserve p {
    font-size: 1.5rem;
    padding: 60px 30px 0;
  }

  .modal-tel-reserve p span {
    font-size: 1rem;
  }
}

.fv202508 {
  display: none;
}

/*//////////////// サーバー詳細モーダルFV //////////////////////*/
.fv-c {
  display: none;
}

.fv202507 {
  background-image: url(../img/lp2409/sp/bg_fv.webp);
  background-size: cover;
  padding-top: 6.3rem;
}

.fv202507 .fv202507-modal {
  position: relative;
}

.fv202507 .fv202507-modal-btn {
  position: absolute;
  bottom: 7%;
  width: 100%;
  padding: 0 9.3%;
  left: 0;
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: flex-end;
}

.fv202507 .fv202507-modal-btn a {
  width: 28%;
}

.fv202507 .fv202507-modal-btn .js-open--benefits-seven {
  height: 39%;
}

.fv202507 .fv202507-modal-btn .js-open--benefits-eight,
.fv202507 .fv202507-modal-btn .js-open--benefits-nine {
  height: 62%;
}

.fv202507 .fv202507-campaign {
  padding: 0 2rem;
}

.fv202507 .article-header__buttons {
  padding: 4rem;
}

.fv202507 .article-header__buttons .article-header__button-apply img {
  margin-bottom: 2rem;
}

.fv202507 .article-header__notes {
  color: #1f9cb0;
  padding: 0 5.3% 2rem;
  font-size: 0.8rem;
}

@media screen and (min-width: 769px) {
  .fv202507 {
    background-image: url(../img/lp2409/bg_fv.webp);
    width: 100%;
    padding-block: 12rem 9rem;
  }

  .fv202507 .container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    gap: 10rem;
    max-width: 100%;
    width: max(90%, 1700px);
    margin: 0 auto;
  }

  .fv202507 .left-group {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fv202507 .left-group .first-month-free {
    width: 55%;
    margin-bottom: 2rem;
  }

  .fv202507 .left-group .ribon {
    width: 110%;
    margin-bottom: 2rem;
  }

  .fv202507 .left-group .price {
    margin-bottom: 3rem;
  }

  .fv202507 .left-group .benefits__banner-wrap250224 {
    gap: 1rem;
  }

  .fv202507 .right-group {
    width: 26%;
  }

  .fv202507 .article-header__buttons {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 2rem;
    width: 100rem;
    margin: 0 auto;
  }

  .fv202507 .article-header__buttons a {
    width: 90%;
  }

  .fv202507 .article-header__buttons .article-header__button-apply img {
    margin-bottom: 0;
  }

  .fv202507 .article-header__notes {
    display: flex;
    width: 100%;
    margin: 3.5rem auto 0;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 120%;
    color: var(--color--dk-blue);
  }

  .fv202507 .fv202507-modal-btn {
    bottom: 12%;
    width: 100%;
    padding: 0 4.3%;
    left: 0;
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: flex-end;
  }

  .fv202507 .fv202507-modal-btn a {
    width: 28%;
  }

  .fv202507 .fv202507-modal-btn .js-open--benefits-seven {
    height: 57%;
  }

  .fv202507 .fv202507-modal-btn .js-open--benefits-eight,
  .fv202507 .fv202507-modal-btn .js-open--benefits-nine {
    height: 88%;
  }

  .fv202507 .article-header__buttons {
    padding: 8rem 4rem 2rem;
  }
}

/*//////////////// サーバー詳細モーダル //////////////////////*/
.server-modal {
  font-family: var(--font--Hiragino-Sans-Rd);
}

.server-modal .modal-benefits__inner {
  background: #fff !important;
}

.server-modal .server-name {
  font-size: 3.5rem;
  text-align: center;
  font-weight: 600;
  color: #3aa9ba;
  line-height: 1.2;
}

.server-modal .modal-content h2 {
  margin: 1rem auto;
}

.server-modal .server-name span {
  font-size: 60%;
}

.server-modal .server-explanation {
  padding: 1rem 2rem;
  font-size: 1.3rem;
  width: 100%;
}

.server-modal .recommend,
.server-modal .server-detail {
  padding: 0 2rem;
}

.server-modal .server-detail .server-detail-item {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}

.server-modal .server-detail .server-detail-item:not(:last-child) {
  border-bottom: 1px dotted #999;
}

.server-modal h3 {
  color: #1f9cb0;
  padding: 3px 10px;
  margin: 1rem 0;
  font-weight: 600;
  display: inline-block;
  border-radius: 10px;
  font-size: 1.4rem;
  width: 35%;
  text-align: center;
}

.server-modal p {
  vertical-align: middle;
  padding-left: 10px;
  font-size: 1.2rem;
  width: 65%;
}

@media screen and (min-width: 769px) {
  .server-modal {
    font-family: var(--font--Hiragino-Sans-Rd);
  }

  .server-modal .modal-benefits__inner {
    background: #fff !important;
  }

  .server-modal .server-name {
    font-size: 8rem;
    text-align: center;
    font-weight: 600;
    color: #3aa9ba;
    line-height: 1.2;
  }

  .server-modal .server-name span {
    font-size: 60%;
  }

  .server-modal .server-explanation {
    padding: 2rem 0;
    font-size: 2.5rem;
    width: 100%;
  }

  .server-modal .recommend,
  .server-modal .server-detail {
    padding: 0;
  }

  .server-modal .server-detail .server-detail-item {
    display: flex;
    align-items: center;
    padding: 1rem 0;
  }

  .server-modal .modal-content {
    padding: 6rem 6rem 0;
  }

  .server-modal .modal-content h2 {
    margin-bottom: 3rem;
  }

  .server-modal h3 {
    color: #1f9cb0;
    padding: 3px 10px;
    margin: 1rem 0;
    font-weight: 600;
    display: inline-block;
    border-radius: 10px;
    font-size: 2.5rem;
    width: 55%;
    text-align: center;
  }

  .server-modal p {
    vertical-align: middle;
    padding-left: 10px;
    font-size: 2.2rem;
    width: 45%;
  }
}

/*////////////////夏訴求///////////////////////*/

.fv-summer {
  padding-top: 6.3rem;
  background: #d2e9ef;
  display: none;
}

.fv-summer .fv-summer-campaign {
  padding: 1rem 2rem;
}

.fv-summer .article-header__buttons {
  padding: 2rem;
}

.fv-summer .article-header__button-apply img {
  padding-bottom: 1rem;
}

.fv-summer .article-header__notes {
  font-size: 0.9rem;
  padding: 1rem 2rem 2rem;
  color: var(--color--dk-blue);
}

@media screen and (min-width: 768px) {
  .fv-summer .pc {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.5),
        rgba(255, 255, 255, 0.5)
      ),
      url(../img/bg_ice-pc.webp);
    padding: 60px 0;
  }

  .fv-summer .pc .fv-summer-flex {
    display: flex;
  }

  .fv-summer .pc .left-side {
    width: 40%;
    margin: 0 auto;
  }

  .fv-summer .pc .right-side {
    width: 50%;
  }

  .fv-summer .pc .article-header__buttons {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0 1.8rem;
  }

  .fv-summer .pc .article-header__buttons img {
    padding: 2rem;
    max-width: 300px;
  }

  .fv-summer .pc .article-header__button-apply img {
    padding-bottom: 0;
  }

  .fv-summer .article-header__notes {
    display: flex;
    justify-content: center;
  }
}

/*////////////////夏訴求///////////////////////*/

.lp2409 .article-header .article-header__price {
  width: 80rem;
}

.lp2409 .article-header .article-header__right-group {
  padding-block: 0;
  padding-top: 8rem;
}

.benefits__title250224_pc {
  width: 35rem;
  margin: 0 auto;
  padding-right: 2rem;
}

.benefits__banner-wrap250224 {
  display: flex;
  justify-content: space-around;
}

.benefits__banner-wrap250224 span {
  width: 35rem;
}

.lp2409 .article-header .article-header__buttons {
  margin: 5rem 0 2.5rem;
  justify-content: center;
}

.lp2409 .article-header .article-header__authority {
  width: 76.2rem;
}

.lp2409 .article-header .article-header__copy {
  width: 78rem;
  margin-top: 2rem;
}

.lp2409 .article-header .article-header__free {
  width: 50rem;
  margin: 1rem auto;
}

.lp2409 .article-header .article-header__button-tel {
  display: block;
  width: 40rem;
  top: 1.8rem;
}

.lp2409 .article-header .article-header__button-apply {
  display: block;
  width: 40rem;
}

.lp2409 .article-header .article-header__notes {
  display: flex;
  width: 100%;
  margin: 3.5rem auto 0;
  justify-content: center;
}

span.modal_ctabtn {
  display: block;
  margin: 30px auto 0;
  width: 50rem;
}

@media only screen and (max-width: 768px) {
  .benefits__title250224 {
    width: 70%;
    margin: 15px auto 10px;
  }

  .benefits__banner-wrap250224 {
    display: flex;
    gap: 0.5rem;
  }

  .lp2409 .article-header .article-header__button-tel {
    margin-bottom: 3rem;
  }

  .lp2409 .article-header .article-header__price {
    width: 100%;
  }

  .lp2409 .article-header .article-header__left-group {
    width: 100%;
  }

  .lp2409 .article-header .article-header__free {
    width: 25rem;
    margin: 1rem auto;
    padding-right: 0;
  }

  .lp2409 .article-header .article-header__buttons {
    margin: 3rem 0 2.5rem;
    justify-content: center;
  }

  .lp2409 .article-header .article-header__button-tel {
    display: block;
    width: 27.1rem;
    top: 1.8rem;
  }

  .lp2409 .article-header .article-header__button-apply {
    display: block;
    width: 27.1rem;
  }

  .lp2409 .article-header .article-header__notes {
    display: flex;
    width: 33.5rem;
    margin: 0;
    justify-content: center;
    margin-top: 4rem;
  }

  .lp2409 .article-header .article-header__copy {
    width: 33.5rem;
    margin-top: 0;
  }

  span.modal_ctabtn {
    display: block;
    margin: 30px auto 0;
    width: 100%;
  }

  .lp2409 .modal-detail span.modal-benefits__banner-close {
    width: 50%;
  }

  .lp2409 .section-benefits--02 {
    margin-top: 0;
  }
}

.lp2409 .section-benefits--02 {
  padding-block: 8rem;
}

.reason__title,
section.l-section.section-performance {
  background-color: #d2e9ef;
}

section.l-section.section-performance .c-highlight {
  text-decoration-color: #fff0bc;
}

@media screen and (min-width: 768px) {
  .lp2409 .section-spec .spec__inner {
    padding-bottom: 8rem;
  }
}

.test-b,
.test-c,
.test-d {
  display: none;
}

.summer_banner {
  margin-top: 0.5rem;
}

@media screen and (max-width: 768px) {
  .lp2409 .modal__list__data--img {
    width: 29rem;
    font-size: 1.4rem;
  }

  .lp2409 .modal-benefits .modal-benefits__data-text {
    font-size: 1.2rem;
  }

  .lp2409 .modal-benefits .modal-benefits__data-title {
    width: 100%;
    font-size: 1.4rem;
  }
}

.section-spec .responsive-table {
  overflow-x: auto;
}

.section-spec .comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  font-family: sans-serif;
}

.section-spec .comparison-table th,
.section-spec .comparison-table td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
}

.section-spec .comparison-table thead th {
  background-color: #1f9eaf;
  color: #fff;
  font-weight: bold;
  border-top: none;
}

.section-spec .comparison-table tbody tr:nth-child(odd) {
  background-color: #f7f7f7;
}

.section-spec .comparison-table tbody tr:nth-child(even) {
  background-color: #fff;
}

.section-spec .comparison-table th {
  background-color: #e6f6f8;
  color: #333;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .section-spec .comparison-table th,
  .section-spec .comparison-table td {
    font-size: 14px;
    padding: 8px;
  }
}
