@charset "UTF-8";
.adlp-header {
  width: 100%;
  position: relative;
  background: #fff;
  z-index: 100;
  padding-block: min(calc(8 / 1080 * 100vw), 8px) min(calc(9 / 1080 * 100vw), 9px);
}
@media screen and (max-width: 767px) {
  .adlp-header {
    padding-block: calc(16 / 750 * 100vw) min(calc(16 / 1080 * 100vw), 16px);
  }
}
.adlp-header__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .adlp-header__inner {
    width: min(calc(1050 / 1080 * 100vw), 1050px);
  }
}
.adlp-header__logo {
  width: min(calc(170 / 1080 * 100vw), 170px);
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: calc(237 / 750 * 100vw);
    margin-left: calc(25 / 750 * 100vw);
  }
}
.adlp-header a {
  transition: all 0.3s;
}
.adlp-header__wrapper {
  display: flex;
  gap: 0 min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-header__wrapper {
    gap: 0 calc(16 / 750 * 100vw);
    margin-right: calc(16 / 750 * 100vw);
  }
}
.adlp-header__btn {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 999px;
  width: min(calc(180 / 1080 * 100vw), 180px);
  height: min(calc(60 / 1080 * 100vw), 60px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  gap: min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .adlp-header__btn {
    width: calc(210 / 750 * 100vw);
    height: calc(72 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}
.adlp-header__btn--01 {
  background-color: #f66a09;
}
.adlp-header__btn--01 .adlp-header__btn-free {
  background-color: #fff479;
  color: #f66a09;
}
.adlp-header__btn--02 {
  background-color: #0c9c00;
}
.adlp-header__btn--02 .adlp-header__btn-free {
  background-color: #ffffff;
  color: #0c9c00;
}
.adlp-header__btn-free {
  position: absolute;
  top: min(calc(5 / 1080 * 100vw), 5px);
  left: min(calc(5 / 1080 * 100vw), 5px);
  width: min(calc(50 / 1080 * 100vw), 50px);
  height: min(calc(50 / 1080 * 100vw), 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .adlp-header__btn-free {
    top: calc(8 / 750 * 100vw);
    left: calc(8 / 750 * 100vw);
    width: calc(56 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-header__btn-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: min(calc(70 / 1080 * 100vw), 70px);
}
@media screen and (max-width: 767px) {
  .adlp-header__btn-text {
    margin-left: calc(79 / 750 * 100vw);
  }
}

.adlp-footer {
  background-color: #FFEDF0;
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(64 / 750 * 100vw) 0;
  }
}
.adlp-footer__menu {
  text-align: center;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.adlp-footer__menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto min(calc(32 / 1080 * 100vw), 32px);
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu__wrapper {
    flex-direction: column;
    width: 100%;
    margin: 0 auto calc(48 / 750 * 100vw);
    gap: calc(32 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu {
    font-size: calc(26 / 750 * 100vw);
  }
}
.adlp-footer__copy {
  text-align: center;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .adlp-footer__copy {
    font-size: calc(20 / 750 * 100vw);
  }
}

.adlp-accordion {
  background: #fff;
}
.adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__wrapper {
    gap: calc(30 / 750 * 100vw);
  }
}
.adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(80 / 1080 * 100vw), 80px) min(calc(20 / 1080 * 100vw), 20px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner {
    padding: calc(40 / 750 * 100vw) calc(112 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__header__inner .lead {
  line-height: 1;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  margin-right: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner .lead {
    font-size: calc(48 / 750 * 100vw);
    margin-right: calc(20 / 750 * 100vw);
  }
}
.adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  right: min(calc(45 / 1080 * 100vw), 45px);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 11.5L0.47372 0.25L19.5263 0.250002L10 11.5Z' fill='%23012F83'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header::after {
    width: calc(28 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
    right: calc(35 / 750 * 100vw);
  }
}
.adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(180deg);
}
.adlp-accordion__header.--open::before {
  opacity: 0;
}
.adlp-accordion__header.--plus::before {
  content: "";
  display: block;
  background-image: none;
  background: #012F83;
  position: absolute;
  height: min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(2 / 1080 * 100vw), 2px);
  right: min(calc(49 / 1080 * 100vw), 49px);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::before {
    height: calc(20 / 750 * 100vw);
    width: calc(2 / 750 * 100vw);
    right: calc(49 / 750 * 100vw);
  }
}
.adlp-accordion__header.--plus::after {
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  right: min(calc(40 / 1080 * 100vw), 40px);
  background-image: none;
  background: #012F83;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::after {
    width: calc(20 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__body {
  display: none;
}
.adlp-accordion__body__inner {
  display: flex;
  align-items: flex-start;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner {
    padding: 0 calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__body__inner .lead {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  margin-right: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .lead {
    margin-right: calc(20 / 750 * 100vw);
  }
}
.js-toggle {
  cursor: pointer;
}
.js-toggle + * {
  display: none;
}

.adlp-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}
.adlp-modal.--open {
  visibility: visible;
  opacity: 1;
}
.adlp-modal__base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.adlp-modal__content-outer {
  width: min(calc(800 / 1080 * 100vw), 800px);
  min-height: min(calc(200 / 1080 * 100vw), 200px);
  height: min(calc(980 / 1080 * 100vw), 980px);
  max-height: 96vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  overflow: hidden;
}
.adlp-modal:not(#modal_attention_distrust) .adlp-modal__content-outer {
  width: min(calc(800 / 1080 * 100vw), 800px);
  height: 90dvh;
}
@media screen and (max-width: 767px) {
  .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content-outer {
    width: calc(690 / 750 * 100vw);
  }
}
.method .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content-outer {
  padding: min(calc(15 / 1080 * 100vw), 15px);
  width: min(calc(800 / 1080 * 100vw), 800px);
}
@media screen and (max-width: 767px) {
  .method .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content-outer {
    padding: calc(16 / 750 * 100vw);
    width: calc(722 / 750 * 100vw);
  }
}
.adlp-modal__content {
  height: 100%;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content {
    width: calc(690 / 750 * 100vw);
  }
}
.adlp-modal:not(#modal_attention_distrust) .adlp-modal__content {
  width: calc(100% + 15px);
}
@media screen and (max-width: 767px) {
  .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content {
    width: 100%;
    margin: auto;
  }
}
.method .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content {
  width: calc(100% + 30px);
}
@media screen and (max-width: 767px) {
  .method .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content {
    width: 100%;
  }
}
.adlp-modal__content__inner {
  position: relative;
  background: #fff;
  padding-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__inner {
    padding-bottom: calc(40 / 750 * 100vw);
  }
}
.adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__inner {
  padding: min(calc(80 / 1080 * 100vw), 80px) min(calc(60 / 1080 * 100vw), 60px) min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__inner {
    padding: calc(80 / 750 * 100vw) calc(16 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.method .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__inner {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .method .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__inner {
    margin-right: 0;
  }
}
.adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__close .close-top01 {
  width: min(calc(70 / 1080 * 100vw), 70px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__close .close-top01 {
    width: calc(88 / 750 * 100vw);
    height: calc(88 / 750 * 100vw);
    right: calc(-2 / 750 * 100vw);
  }
}
.adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__close .close-top01:before {
  width: 100%;
  aspect-ratio: 1/1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--main-accent-1-main, #bd0036);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__close .close-top01 .modal-close-icon {
  width: min(calc(40 / 1080 * 100vw), 40px);
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__close .close-top01 .modal-close-icon {
    right: calc(4 / 750 * 100vw);
    top: calc(4 / 750 * 100vw);
    width: calc(44 / 750 * 100vw);
  }
}
.adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__close .close-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(180 / 1080 * 100vw), 180px);
  height: min(calc(48 / 1080 * 100vw), 48px);
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  background: var(--main01, #bd0036);
  color: var(--ffffff, #fff);
  text-align: center;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__close .close-bottom {
    width: calc(212 / 750 * 100vw);
    height: auto;
    padding: calc(8 / 750 * 100vw) 0 calc(14 / 750 * 100vw);
    border-radius: calc(6 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.55 / 750 * 100vw);
  }
}
.adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__close .close-bottom .modal-close-icon {
  width: min(calc(30 / 1080 * 100vw), 30px);
  height: min(calc(30 / 1080 * 100vw), 30px);
  margin-right: min(calc(20 / 1080 * 100vw), 20px);
  fill: white;
}
@media screen and (max-width: 767px) {
  .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__close .close-bottom .modal-close-icon {
    width: calc(44 / 750 * 100vw);
    height: calc(44 / 750 * 100vw);
    margin-top: calc(4 / 750 * 100vw);
    margin-right: calc(20 / 750 * 100vw);
  }
}
.adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__close .close-bottom span {
  margin-top: max(calc(-4 / 1080 * 100vw), -4px);
}
.adlp-modal .adlp-modal__content__close {
  position: absolute;
  top: 0;
  right: 0;
  width: min(calc(36 / 1080 * 100vw), 36px);
  height: min(calc(36 / 1080 * 100vw), 36px);
  transform: rotate(45deg);
  z-index: 1;
  margin-top: min(calc(35 / 1080 * 100vw), 35px);
  margin-right: min(calc(35 / 1080 * 100vw), 35px);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .adlp-modal .adlp-modal__content__close {
    margin-top: calc(32 / 750 * 100vw);
    margin-right: calc(32 / 750 * 100vw);
    width: calc(44 / 750 * 100vw);
    height: calc(44 / 750 * 100vw);
  }
}
.adlp-modal .adlp-modal__content__close::before {
  content: "";
  display: block;
  width: min(calc(36 / 1080 * 100vw), 36px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .adlp-modal .adlp-modal__content__close::before {
    width: calc(50 / 750 * 100vw);
    height: calc(3 / 750 * 100vw);
  }
}
.adlp-modal .adlp-modal__content__close::after {
  content: "";
  display: block;
  width: min(calc(2 / 1080 * 100vw), 2px);
  height: min(calc(36 / 1080 * 100vw), 36px);
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .adlp-modal .adlp-modal__content__close::after {
    height: calc(50 / 750 * 100vw);
    width: calc(3 / 750 * 100vw);
  }
}

.adlp-logo {
  animation: infinity-scroll-left 35s infinite linear 0.5s both;
  width: min(calc(2296 / 1080 * 100vw), 2296px);
}
.adlp-logo__wrapper {
  display: flex;
  width: min(calc(4592 / 1080 * 100vw), 4592px);
}
@media screen and (max-width: 767px) {
  .adlp-logo__wrapper {
    width: calc(4592 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-logo {
    width: calc(2296 / 750 * 100vw);
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.adlp-swiper {
  position: relative;
  padding-bottom: min(calc(50 / 1080 * 100vw), 50px);
  width: 100%;
  /* ページネーションの余白 */
}
@media screen and (max-width: 767px) {
  .adlp-swiper {
    padding-bottom: calc(80 / 750 * 100vw);
  }
}
.adlp-swiper.--hide {
  overflow: hidden;
}
.adlp-swiper .swiper-slide {
  padding: 0 min(calc(11 / 1080 * 100vw), 11px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-slide {
    padding: 0;
  }
}
.adlp-swiper .swiper-button-next,
.adlp-swiper .swiper-button-prev {
  width: min(calc(52 / 1080 * 100vw), 52px);
  height: min(calc(52 / 1080 * 100vw), 52px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-color: #fff;
  border: min(calc(1.5 / 1080 * 100vw), 1.5px) #E04870 solid;
  border-radius: 50%;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-next,
  .adlp-swiper .swiper-button-prev {
    width: calc(72 / 750 * 100vw);
    height: calc(72 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) #E04870 solid;
  }
}
.adlp-swiper .swiper-button-next::before,
.adlp-swiper .swiper-button-prev::before {
  content: "";
  display: block;
  background: url("../img/icon_arrow_r.svg") no-repeat;
  background-size: contain;
  width: min(calc(11 / 1080 * 100vw), 11px);
  height: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-next::before,
  .adlp-swiper .swiper-button-prev::before {
    width: calc(16 / 750 * 100vw);
    height: calc(32 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-button-next::after,
.adlp-swiper .swiper-button-prev::after {
  display: none;
}
.adlp-swiper .swiper-button-prev {
  left: min(calc(5 / 1080 * 100vw), 5px);
}
.adlp-swiper .swiper-button-prev::before {
  transform: rotate(180deg);
  margin-right: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-prev {
    left: calc(-10 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-button-next {
  right: min(calc(5 / 1080 * 100vw), 5px);
}
.adlp-swiper .swiper-button-next::before {
  margin-left: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-next {
    right: calc(-10 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 min(calc(7 / 1080 * 100vw), 7px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 calc(10 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-pagination-bullet {
  height: min(calc(14 / 1080 * 100vw), 14px);
  width: min(calc(14 / 1080 * 100vw), 14px);
  background-color: #DDD;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-pagination-bullet {
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-pagination-bullet-active {
  background-color: #1CA0A0;
}
.adlp-swiper__wrapper {
  padding-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper__wrapper {
    width: 100%;
    padding-bottom: calc(60 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .adlp-tab__wrapper {
    width: calc(750 / 750 * 100vw);
    margin: 0 auto;
  }
}
.adlp-tab__head {
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F3B6C6;
  width: min(calc(224 / 1080 * 100vw), 224px);
  height: min(calc(98 / 1080 * 100vw), 98px);
}
.adlp-tab__head__wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-tab__head__wrapper {
    gap: calc(9 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-tab__head {
    border-radius: 0;
    width: 100%;
    height: calc(136 / 750 * 100vw);
  }
}
.adlp-tab__head.--active {
  background: #E04870;
  color: #fff;
}
.adlp-tab__content {
  display: none;
  border-top: min(calc(5 / 1080 * 100vw), 5px) solid #E04870;
  background-color: #FFEDF0;
  padding: min(calc(47 / 1080 * 100vw), 47px) 0 min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .adlp-tab__content {
    border-top: calc(8 / 750 * 100vw) solid #E04870;
    padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
}
.adlp-tab__content.--active {
  display: block;
}
.adlp-tab__content.--bg {
  position: relative;
}
.adlp-tab__content.--bg:before {
  content: "";
  display: block;
  background-color: #FFEDF0;
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  height: min(calc(190 / 1080 * 100vw), 190px);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .adlp-tab__content.--bg:before {
    width: calc(690 / 750 * 100vw);
    height: calc(220 / 750 * 100vw);
  }
}

.achievements {
  position: relative;
  padding-block: min(calc(60 / 1080 * 100vw), 60px);
  background: #ffedf0;
}
@media screen and (max-width: 767px) {
  .achievements {
    padding-block: calc(80 / 750 * 100vw);
  }
}
.achievements__inner {
  width: min(calc(540 / 1080 * 100vw), 540px);
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .achievements__inner {
    width: 100%;
    padding: 0;
  }
}
.achievements__head {
  text-align: center;
}
.achievements__head-sub {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 600;
  letter-spacing: 1.6;
  letter-spacing: 0.08em;
  padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(16 / 1080 * 100vw), 16px) min(calc(4 / 1080 * 100vw), 4px);
  border: min(calc(1 / 1080 * 100vw), 1px) solid #333;
  display: inline-block;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .achievements__head-sub {
    font-size: calc(30 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) calc(24 / 750 * 100vw) calc(8 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.achievements__head-main {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .achievements__head-main {
    font-size: calc(48 / 750 * 100vw);
  }
}
.achievements__head-lead {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
@media screen and (max-width: 767px) {
  .achievements__head-lead {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.4;
  }
}
.achievements .adlp-swiper.achievements-swiper {
  margin-top: min(calc(32 / 1080 * 100vw), 32px);
  padding-bottom: min(calc(46 / 1080 * 100vw), 46px);
}
@media screen and (max-width: 767px) {
  .achievements .adlp-swiper.achievements-swiper {
    margin-top: calc(40 / 750 * 100vw);
    padding-bottom: calc(64 / 750 * 100vw);
  }
}
.achievements .adlp-swiper.achievements-swiper .swiper-slide {
  height: auto;
  padding: 0 min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .achievements .adlp-swiper.achievements-swiper .swiper-slide {
    padding: 0 calc(30 / 750 * 100vw);
    width: calc(568 / 750 * 100vw);
  }
}
.achievements .adlp-swiper.achievements-swiper .swiper-pagination {
  bottom: 0;
}
.achievements .adlp-swiper.achievements-swiper .swiper-pagination-bullet {
  width: min(calc(12 / 1080 * 100vw), 12px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  background: #f9ccd6;
  opacity: 1;
  margin: 0 min(calc(8 / 1080 * 100vw), 8px);
}
.achievements .adlp-swiper.achievements-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e04870;
}
@media screen and (max-width: 767px) {
  .achievements .adlp-swiper.achievements-swiper .swiper-pagination-bullet {
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    margin: 0 calc(12 / 750 * 100vw);
    border-width: 2px;
  }
}
.achievements .adlp-swiper.achievements-swiper .swiper-button-prev,
.achievements .adlp-swiper.achievements-swiper .swiper-button-next {
  margin-top: max(calc(-50 / 1080 * 100vw), -50px);
}
@media screen and (max-width: 767px) {
  .achievements .adlp-swiper.achievements-swiper .swiper-button-prev,
  .achievements .adlp-swiper.achievements-swiper .swiper-button-next {
    display: none;
  }
}
.achievements-slide {
  height: 100%;
}
.achievements-slide__inner {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  filter: drop-shadow(0 min(calc(2.87 / 1080 * 100vw), 2.87px) min(calc(14.37 / 1080 * 100vw), 14.37px) rgba(0, 0, 0, 0.12));
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .achievements-slide__inner {
    border-radius: calc(24 / 750 * 100vw);
    filter: drop-shadow(0 calc(4 / 750 * 100vw) calc(20 / 750 * 100vw) rgba(0, 0, 0, 0.12));
  }
}
.achievements-slide__body {
  padding: min(calc(60 / 1080 * 100vw), 60px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .achievements-slide__body {
    padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.achievements-slide__img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.achievements-slide__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.achievements-slide__text {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .achievements-slide__text {
    font-size: calc(32 / 750 * 100vw);
  }
}
.achievements-slide__price-area {
  display: flex;
  align-items: center;
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
  gap: 0 min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .achievements-slide__price-area {
    margin-top: calc(32 / 750 * 100vw);
    gap: 0 calc(17 / 750 * 100vw);
  }
}
.achievements-slide__price-label {
  font-family: "Noto Serif JP", serif;
  flex-shrink: 0;
  width: min(calc(91 / 1080 * 100vw), 91px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 500;
  margin-top: min(calc(4 / 1080 * 100vw), 4px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  position: relative;
  background-color: #e04870;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .achievements-slide__price-label {
    font-size: calc(30 / 750 * 100vw);
    width: calc(140 / 750 * 100vw);
  }
}
.achievements-slide__price {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 500;
  color: #e04870;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .achievements-slide__price {
    font-size: calc(56 / 750 * 100vw);
  }
}
.achievements-slide__price span {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  margin-left: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .achievements-slide__price span {
    font-size: calc(32 / 750 * 100vw);
  }
}

.feature {
  background-color: #FFEDF0;
}
@media screen and (min-width: 768px) {
  .feature {
    padding-bottom: min(calc(60 / 1080 * 100vw), 60px);
  }
}
@media screen and (max-width: 767px) {
  .feature {
    padding-bottom: calc(60 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .feature .adlp-section {
    width: min(calc(920 / 1080 * 100vw), 920px);
    margin-inline: auto;
  }
}
.feature__heading {
  height: min(calc(315 / 1080 * 100vw), 315px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .feature__heading {
    background: url("../img/feature_bg_pc.png") no-repeat;
    background-size: contain;
  }
  @supports (background-image: image-set(url("../img/../img/feature_bg_pc.webp") type("image/webp"))) {
    .feature__heading {
      background-image: image-set(url("../img/../img/feature_bg_pc.webp") type("image/webp"));
    }
  }
}
@media screen and (max-width: 767px) {
  .feature__heading {
    background: url("../img/feature_bg_sp.png") no-repeat center center;
    background-size: contain;
    height: calc(438 / 750 * 100vw);
    margin-inline: calc(-30 / 750 * 100vw);
  }
  @supports (background-image: image-set(url("../img/../img/feature_bg_sp.webp") type("image/webp"))) {
    .feature__heading {
      background-image: image-set(url("../img/../img/feature_bg_sp.webp") type("image/webp"));
    }
  }
}
.feature__heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: min(calc(357 / 1080 * 100vw), 357px);
  height: min(calc(278 / 1080 * 100vw), 278px);
  background: url("../img/feature_img_pc.png") no-repeat;
  background-size: contain;
  z-index: 1;
  margin-left: max(calc(-60 / 1080 * 100vw), -60px);
}
@supports (background-image: image-set(url("../img/feature_img_pc.webp") type("image/webp"))) {
  .feature__heading::before {
    background-image: image-set(url("../img/feature_img_pc.webp") type("image/webp"));
  }
}
@media screen and (max-width: 767px) {
  .feature__heading::before {
    width: calc(387 / 750 * 100vw);
    height: calc(387 / 750 * 100vw);
    background: url("../img/feature_img_sp.png") no-repeat;
    background-size: contain;
    margin-left: calc(0 / 750 * 100vw);
  }
  @supports (background-image: image-set(url("../img/feature_img_sp.webp") type("image/webp"))) {
    .feature__heading::before {
      background-image: image-set(url("../img/feature_img_sp.webp") type("image/webp"));
    }
  }
}
.feature__heading-wrapper {
  position: relative;
  background-color: #fff;
  width: min(calc(395 / 1080 * 100vw), 395px);
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .feature__heading-wrapper {
    margin-top: min(calc(80 / 1080 * 100vw), 80px);
    padding-inline: min(calc(42 / 1080 * 100vw), 42px);
    padding-block: min(calc(24 / 1080 * 100vw), 24px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .feature__heading-wrapper {
    width: calc(414 / 750 * 100vw);
    right: 0;
    padding-inline: min(calc(60 / 1080 * 100vw), 60px);
    padding-block: min(calc(32 / 1080 * 100vw), 32px);
    margin-top: calc(76 / 750 * 100vw);
  }
}
.feature__heading-title {
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .feature__heading-title {
    font-size: min(calc(36 / 1080 * 100vw), 36px);
  }
}
@media screen and (max-width: 767px) {
  .feature__heading-title {
    font-size: calc(52 / 750 * 100vw);
    letter-spacing: 0.05em;
  }
}
.feature__heading-text {
  display: block;
  color: #F64E5A;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: 600;
  border-top: min(calc(1 / 1080 * 100vw), 1px) solid #F64E5A;
}
@media screen and (min-width: 768px) {
  .feature__heading-text {
    padding-top: min(calc(12 / 1080 * 100vw), 12px);
    margin-top: min(calc(12 / 1080 * 100vw), 12px);
    font-size: min(calc(18 / 1080 * 100vw), 18px);
  }
}
@media screen and (max-width: 767px) {
  .feature__heading-text {
    padding-top: calc(16 / 750 * 100vw);
    margin-top: calc(16 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    border-top: calc(1 / 750 * 100vw) solid #F64E5A;
  }
}
@media screen and (min-width: 768px) {
  .feature__assessment {
    margin-top: min(calc(32 / 1080 * 100vw), 32px);
    margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
  }
}
@media screen and (max-width: 767px) {
  .feature__assessment {
    margin-top: calc(55 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.feature__assessment-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .feature__assessment-title {
    font-size: min(calc(32 / 1080 * 100vw), 32px);
    gap: 0 min(calc(32 / 1080 * 100vw), 32px);
    margin-bottom: min(calc(32 / 1080 * 100vw), 32px);
  }
}
@media screen and (max-width: 767px) {
  .feature__assessment-title {
    font-size: calc(44 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
    gap: 0 calc(40 / 750 * 100vw);
  }
}
.feature__assessment-title::before {
  content: "";
  display: block;
  width: min(calc(1.5 / 1080 * 100vw), 1.5px);
  height: min(calc(65 / 1080 * 100vw), 65px);
  background-color: #F64E5A;
  transform: rotate(-24deg);
}
@media screen and (max-width: 767px) {
  .feature__assessment-title::before {
    width: calc(2 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
  }
}
.feature__assessment-title::after {
  content: "";
  display: block;
  width: min(calc(1.5 / 1080 * 100vw), 1.5px);
  height: min(calc(65 / 1080 * 100vw), 65px);
  background-color: #F64E5A;
  transform: rotate(24deg);
}
@media screen and (max-width: 767px) {
  .feature__assessment-title::after {
    width: calc(2 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
  }
}
.feature__assessment-title strong {
  color: #F64E5A;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .feature__assessment-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: min(calc(458 / 1080 * 100vw), 458px);
    background: url("../img/feature_feature_assessment_bg_pc.png") no-repeat;
    background-size: contain;
    padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(60 / 1080 * 100vw), 60px);
    gap: min(calc(23 / 1080 * 100vw), 23px) min(calc(20 / 1080 * 100vw), 20px);
  }
  @supports (background-image: image-set(url("../img/feature_feature_assessment_bg_pc.webp") type("image/webp"))) {
    .feature__assessment-list {
      background-image: image-set(url("../img/feature_feature_assessment_bg_pc.webp") type("image/webp"));
    }
  }
}
@media screen and (max-width: 767px) {
  .feature__assessment-list {
    display: grid;
    background: url("../img/feature_feature_assessment_bg_sp.webp") no-repeat;
    background-size: cover;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(32 / 750 * 100vw) calc(15 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
  @supports (background-image: image-set(url("../img/feature_feature_assessment_bg_sp.webp") type("image/webp"))) {
    .feature__assessment-list {
      background-image: image-set(url("../img/feature_feature_assessment_bg_sp.webp") type("image/webp"));
    }
  }
}
@media screen and (min-width: 768px) {
  .feature__assessment-item {
    width: calc((100% - min(calc(20 / 1080 * 100vw), 20px) * 4) / 5);
  }
}
@media screen and (min-width: 768px) {
  .feature__assessment-img {
    height: min(calc(144 / 1080 * 100vw), 144px);
  }
}
.feature__assessment-footer {
  background-color: #E04870;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .feature__assessment-footer {
    padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(12 / 1080 * 100vw), 12px);
    gap: 0 min(calc(6 / 1080 * 100vw), 6px);
    height: min(calc(33 / 1080 * 100vw), 33px);
  }
}
@media screen and (max-width: 767px) {
  .feature__assessment-footer {
    padding: calc(8 / 750 * 100vw) calc(16 / 750 * 100vw);
    gap: 0 calc(16 / 750 * 100vw);
    height: calc(52 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .feature__assessment-text {
    font-size: min(calc(18 / 1080 * 100vw), 18px);
    line-height: 1.4;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .feature__assessment-text {
    font-size: calc(26 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .--s .feature__assessment-text {
    font-size: min(calc(14 / 1080 * 100vw), 14px);
  }
}
@media screen and (max-width: 767px) {
  .--s .feature__assessment-text {
    font-size: calc(20 / 750 * 100vw);
  }
}
.feature__assessment-icon {
  flex-shrink: 0;
  position: relative;
  display: block;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .feature__assessment-icon {
    width: min(calc(14 / 1080 * 100vw), 14px);
    height: min(calc(14 / 1080 * 100vw), 14px);
  }
}
@media screen and (max-width: 767px) {
  .feature__assessment-icon {
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
  }
}
.feature__assessment-icon::before {
  content: "";
  display: block;
  width: min(calc(7 / 1080 * 100vw), 7px);
  height: min(calc(1 / 1080 * 100vw), 1px);
  background-color: #E04870;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .feature__assessment-icon::before {
    width: calc(10 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
  }
}
.feature__assessment-icon::after {
  content: "";
  display: block;
  width: min(calc(1 / 1080 * 100vw), 1px);
  height: min(calc(7 / 1080 * 100vw), 7px);
  background-color: #E04870;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .feature__assessment-icon::after {
    height: calc(10 / 750 * 100vw);
    width: calc(2 / 750 * 100vw);
  }
}
.feature__possible {
  display: flex;
}
@media screen and (min-width: 768px) {
  .feature__possible {
    gap: 0 min(calc(24 / 1080 * 100vw), 24px);
  }
}
@media screen and (max-width: 767px) {
  .feature__possible {
    flex-direction: column;
    gap: calc(60 / 750 * 100vw) 0;
  }
}
.feature__possible-box {
  width: 100%;
}
.feature__possible-title {
  background: #fff;
  border-radius: 9999px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .feature__possible-title {
    font-size: min(calc(24 / 1080 * 100vw), 24px);
    padding-block: min(calc(12 / 1080 * 100vw), 12px) min(calc(14 / 1080 * 100vw), 14px);
    margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
  }
}
@media screen and (max-width: 767px) {
  .feature__possible-title {
    font-size: calc(36 / 750 * 100vw);
    padding-block: calc(11.5 / 750 * 100vw) calc(13.5 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.feature__possible-title::before {
  content: "";
  display: block;
  width: min(calc(8.6 / 1080 * 100vw), 8.6px);
  height: min(calc(8.6 / 1080 * 100vw), 8.6px);
  background-color: #F64E5A;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-left: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .feature__possible-title::before {
    width: calc(12 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
    margin-left: calc(32 / 750 * 100vw);
  }
}
.feature__possible-title::after {
  content: "";
  display: block;
  width: min(calc(8.6 / 1080 * 100vw), 8.6px);
  height: min(calc(8.6 / 1080 * 100vw), 8.6px);
  background-color: #F64E5A;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-right: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .feature__possible-title::after {
    width: calc(12 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
    margin-right: calc(32 / 750 * 100vw);
  }
}
.feature__possible-list {
  background-color: #fff;
  display: flex;
}
@media screen and (min-width: 768px) {
  .feature__possible-list {
    border: min(calc(2 / 1080 * 100vw), 2px) solid #E04870;
    border-radius: min(calc(12 / 1080 * 100vw), 12px);
    padding: min(calc(24 / 1080 * 100vw), 24px);
    gap: 0 min(calc(8 / 1080 * 100vw), 8px);
  }
}
@media screen and (max-width: 767px) {
  .feature__possible-list {
    border: calc(3 / 750 * 100vw) solid #E04870;
    border-radius: calc(16 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
    gap: 0 calc(16 / 750 * 100vw);
  }
}
.feature__possible-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .feature__possible-img {
    height: min(calc(120 / 1080 * 100vw), 120px);
  }
}
.feature__possible-text {
  text-align: center;
  color: #E04870;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .feature__possible-text {
    font-size: min(calc(16 / 1080 * 100vw), 16px);
    margin-top: min(calc(12 / 1080 * 100vw), 12px);
    min-height: 2lh;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .feature__possible-text {
    font-size: calc(26 / 750 * 100vw);
    margin-top: calc(16 / 750 * 100vw);
    line-height: 1.4;
    font-weight: 500;
  }
}
.feature__note {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .feature__note {
    font-size: min(calc(12 / 1080 * 100vw), 12px);
    text-align: center;
    margin-top: min(calc(24 / 1080 * 100vw), 24px);
  }
}
@media screen and (max-width: 767px) {
  .feature__note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
  }
}
.feature__modal .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .feature__modal .sp {
    display: block;
  }
}
.feature__modal h3 {
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #E04870;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .feature__modal h3 {
    font-size: calc(44 / 750 * 100vw);
  }
}
.feature__modal .lead {
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature__modal .lead {
    margin-top: calc(16 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.feature__modal ul {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(calc(32 / 1080 * 100vw), 32px) min(calc(19 / 1080 * 100vw), 19px);
}
@media screen and (max-width: 767px) {
  .feature__modal ul {
    gap: calc(32 / 750 * 100vw) calc(15 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
}
.feature__modal ul span {
  display: block;
  background-color: #E04870;
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.4;
  letter-spacing: 0.040201005em;
  font-weight: 500;
  color: #FFF;
  padding-block: min(calc(8 / 1080 * 100vw), 8px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .feature__modal ul span {
    font-size: calc(26 / 750 * 100vw);
    padding-block: calc(8 / 750 * 100vw);
  }
}
.feature__modal ul span.--high {
  min-height: min(calc(72 / 1080 * 100vw), 72px);
}
@media screen and (max-width: 767px) {
  .feature__modal ul span.--high {
    font-size: calc(22 / 750 * 100vw);
    min-height: calc(77 / 750 * 100vw);
  }
}
.feature__modal .text {
  color: #E04870;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-align: center;
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .feature__modal .text {
    font-size: calc(30 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
}
.feature__modal .adlp-btn {
  margin-inline: auto;
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .feature__modal .adlp-btn {
    margin-top: calc(40 / 750 * 100vw);
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .area__modal {
    padding-inline: calc(14 / 750 * 100vw);
  }
}
.area__modal h3 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .area__modal h3 {
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: calc(32 / 750 * 100vw);
  }
}
.area__modal .img {
  width: min(calc(240 / 1080 * 100vw), 240px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .area__modal .img {
    width: calc(465 / 750 * 100vw);
  }
}
.area__modal table {
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
  width: 100%;
}
.area__modal th {
  width: 100%;
  background-color: #E04870;
  color: #fff;
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding-block: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .area__modal th {
    font-size: calc(32 / 750 * 100vw);
    padding-block: calc(8 / 750 * 100vw);
  }
}
.area__modal td {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .area__modal td {
    height: calc(116 / 750 * 100vw);
  }
}
.area__modal td:nth-of-type(1) {
  width: 28%;
  background-color: #FFEAEA;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-align: center;
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .area__modal td:nth-of-type(1) {
    width: 32%;
    font-size: calc(26 / 750 * 100vw);
  }
}
.area__modal td:nth-of-type(2) {
  width: 72%;
  background-color: #F2F2F2;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  padding: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .area__modal td:nth-of-type(2) {
    font-size: calc(26 / 750 * 100vw);
    width: 68%;
  }
}
.area__modal > p {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .area__modal > p {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
}

.number {
  background-color: #E04870;
}
@media screen and (min-width: 768px) {
  .number {
    padding-block: min(calc(40 / 1080 * 100vw), 40px);
  }
}
@media screen and (max-width: 767px) {
  .number {
    padding-block: calc(40 / 750 * 100vw);
  }
}
.number__title {
  position: relative;
  display: flex;
  justify-content: center;
}
.number__title-wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  .number__title-wrapper {
    padding-inline: min(calc(60 / 1080 * 100vw), 60px);
  }
}
@media screen and (max-width: 767px) {
  .number__title-wrapper {
    padding-inline: calc(82 / 750 * 100vw);
  }
}
.number__title-wrapper::before {
  content: "";
  display: block;
  width: min(calc(38 / 1080 * 100vw), 38px);
  height: min(calc(121 / 1080 * 100vw), 121px);
  background: url("../img/number_leaf01.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .number__title-wrapper::before {
    width: calc(50 / 750 * 100vw);
    height: calc(169 / 750 * 100vw);
  }
}
.number__title-wrapper::after {
  content: "";
  display: block;
  width: min(calc(38 / 1080 * 100vw), 38px);
  height: min(calc(121 / 1080 * 100vw), 121px);
  background: url("../img/number_leaf02.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 767px) {
  .number__title-wrapper::after {
    width: calc(50 / 750 * 100vw);
    height: calc(169 / 750 * 100vw);
  }
}
.number__title-sub {
  font-family: "Noto Serif JP", serif;
  color: #F64E5A;
  line-height: 1.1;
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .number__title-sub {
    font-size: min(calc(32 / 1080 * 100vw), 32px);
    width: min(calc(239 / 1080 * 100vw), 239px);
    height: min(calc(37 / 1080 * 100vw), 37px);
  }
}
@media screen and (max-width: 767px) {
  .number__title-sub {
    font-size: calc(44 / 750 * 100vw);
    width: calc(344 / 750 * 100vw);
    height: calc(52 / 750 * 100vw);
  }
}
.number__title-main {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  line-height: 1.1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .number__title-main {
    font-size: min(calc(40 / 1080 * 100vw), 40px);
  }
  .number__title-main strong {
    font-size: min(calc(64 / 1080 * 100vw), 64px);
    font-weight: 500;
  }
  .number__title-main small {
    font-size: min(calc(12 / 1080 * 100vw), 12px);
  }
}
@media screen and (max-width: 767px) {
  .number__title-main {
    font-size: calc(58 / 750 * 100vw);
  }
  .number__title-main strong {
    font-size: calc(88 / 750 * 100vw);
    font-weight: 500;
  }
  .number__title-main small {
    font-size: calc(20 / 750 * 100vw);
  }
}
.number__note {
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .number__note {
    font-size: min(calc(12 / 1080 * 100vw), 12px);
    margin-top: min(calc(16 / 1080 * 100vw), 16px);
  }
}
@media screen and (max-width: 767px) {
  .number__note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .appeal__header {
    padding-block: min(calc(60 / 1080 * 100vw), 60px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__header {
    padding-block: calc(60 / 750 * 100vw);
  }
}
.appeal__title {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .appeal__title {
    width: min(calc(1080 / 1080 * 100vw), 1080px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__title {
    margin-inline: calc(-30 / 750 * 100vw);
  }
}
.appeal__title .sub {
  background-color: #fff479;
  color: #f64e5a;
  border-radius: 9999px;
  margin-inline: auto;
  position: relative;
  display: block;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .appeal__title .sub {
    font-size: min(calc(23 / 1080 * 100vw), 23px);
    width: min(calc(252 / 1080 * 100vw), 252px);
    padding-block: min(calc(5 / 1080 * 100vw), 5px);
    margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__title .sub {
    font-size: calc(32 / 750 * 100vw);
    width: calc(350 / 750 * 100vw);
    padding-block: calc(8 / 750 * 100vw);
  }
}
.appeal__title .sub::before {
  content: "";
  display: block;
  width: min(calc(19 / 1080 * 100vw), 19px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  background: url("../img/deco_fukidashi.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  margin-bottom: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .appeal__title .sub::before {
    width: calc(26 / 750 * 100vw);
    height: calc(23 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.appeal__title .main {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .appeal__title .main {
    font-size: min(calc(44 / 1080 * 100vw), 44px);
    gap: 0 min(calc(29 / 1080 * 100vw), 29px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__title .main {
    font-size: calc(64 / 750 * 100vw);
    gap: 0 calc(40 / 750 * 100vw);
  }
}
.appeal__title .main span {
  flex-shrink: 0;
}
.appeal__title .main strong {
  font-size: min(calc(86 / 1080 * 100vw), 86px);
  color: #f64e5a;
}
@media screen and (max-width: 767px) {
  .appeal__title .main strong {
    font-size: calc(120 / 750 * 100vw);
  }
}
.appeal__title .main::before, .appeal__title .main::after {
  content: "";
  height: min(calc(12 / 1080 * 100vw), 12px);
  width: 100%;
  border-top: #e04870 solid min(calc(1 / 1080 * 100vw), 1px);
  border-bottom: #e04870 solid min(calc(1 / 1080 * 100vw), 1px);
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .appeal__title .main::before, .appeal__title .main::after {
    height: calc(16 / 750 * 100vw);
    border-top: #e04870 solid calc(2 / 750 * 100vw);
    border-bottom: #e04870 solid calc(2 / 750 * 100vw);
    margin-top: calc(16 / 750 * 100vw);
  }
}
.appeal__inner {
  background-color: #fff8d8;
}
@media screen and (min-width: 768px) {
  .appeal__inner {
    padding-bottom: min(calc(180 / 1080 * 100vw), 180px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__inner {
    padding-bottom: calc(80 / 750 * 100vw);
  }
}
.appeal__reason {
  position: relative;
}
.appeal__reason-item {
  padding-top: min(calc(100 / 1080 * 100vw), 100px);
  position: relative;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
}
.appeal__reason-item:nth-of-type(odd) .appeal__reason-picture {
  right: 0;
}
.appeal__reason-item:nth-of-type(even) .appeal__reason-picture {
  left: 0;
}
@media screen and (min-width: 768px) {
  .appeal__reason-item {
    margin-top: min(calc(100 / 1080 * 100vw), 100px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason-item:nth-of-type(n + 2) {
    margin-top: calc(100 / 750 * 100vw);
  }
}
.appeal__reason-picture {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .appeal__reason-img {
    max-width: min(calc(1500 / 1080 * 100vw), 1500px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason-img {
    width: 100%;
  }
}
.appeal__reason-img.right {
  margin-left: auto;
  margin-right: 0;
}
.appeal__reason-wrapper {
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .appeal__reason-wrapper {
    width: min(calc(800 / 1080 * 100vw), 800px);
    margin: min(calc(100 / 1080 * 100vw), 100px) auto 0;
    padding-inline: min(calc(32 / 1080 * 100vw), 32px);
    padding-bottom: min(calc(32 / 1080 * 100vw), 32px);
    filter: drop-shadow(0 min(calc(5.75 / 1080 * 100vw), 5.75px) min(calc(11.5 / 1080 * 100vw), 11.5px) rgba(0, 0, 0, 0.16));
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason-wrapper {
    width: calc(670 / 750 * 100vw);
    margin-top: calc(227 / 750 * 100vw);
    padding-inline: calc(40 / 750 * 100vw);
    padding-bottom: calc(60 / 750 * 100vw);
    filter: drop-shadow(0 calc(8 / 750 * 100vw) calc(16 / 750 * 100vw) rgba(0, 0, 0, 0.16));
  }
}
.appeal__reason-num {
  margin-inline: auto;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .appeal__reason-num {
    width: min(calc(158 / 1080 * 100vw), 158px);
    height: min(calc(140 / 1080 * 100vw), 140px);
    top: max(calc(-57 / 1080 * 100vw), -57px);
    margin-bottom: max(calc(-92 / 1080 * 100vw), -92px);
    padding-top: min(calc(9 / 1080 * 100vw), 9px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason-num {
    width: calc(220 / 750 * 100vw);
    height: calc(200 / 750 * 100vw);
    top: calc(-80 / 750 * 100vw);
    margin-bottom: calc(-140 / 750 * 100vw);
    padding-top: calc(13 / 750 * 100vw);
  }
}
.appeal__reason-sub {
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .appeal__reason-sub {
    font-size: min(calc(20 / 1080 * 100vw), 20px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason-sub {
    font-size: calc(30 / 750 * 100vw);
    font-weight: 500;
  }
}
.appeal__reason-main {
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
  color: #e04870;
  display: block;
}
@media screen and (min-width: 768px) {
  .appeal__reason-main {
    font-size: min(calc(45 / 1080 * 100vw), 45px);
    margin-top: max(calc(-14 / 1080 * 100vw), -14px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason-main {
    font-size: calc(64 / 750 * 100vw);
    margin-top: calc(-24 / 750 * 100vw);
  }
}
.appeal__reason-eyebrow {
  text-align: center;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-family: "Noto Serif JP";
}
@media screen and (max-width: 767px) {
  .appeal__reason-eyebrow {
    font-size: calc(32 / 750 * 100vw);
  }
}
.appeal__reason-title {
  position: relative;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  color: var(--masgenta, #e04870);
}
@media screen and (max-width: 767px) {
  .appeal__reason-title {
    font-size: calc(40 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .appeal__reason-title-label {
    font-size: min(calc(32 / 1080 * 100vw), 32px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason-title-label {
    font-size: calc(44 / 750 * 100vw);
  }
}
.appeal__reason-title-label strong {
  color: #e04870;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .appeal__reason-body {
    margin-top: min(calc(24 / 1080 * 100vw), 24px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason-body {
    margin-top: calc(32 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .appeal__reason01 {
    display: flex;
    align-items: center;
    gap: 0 min(calc(24 / 1080 * 100vw), 24px);
  }
}
@media screen and (min-width: 768px) {
  .appeal__reason01-photo {
    flex-shrink: 0;
    width: min(calc(320 / 1080 * 100vw), 320px);
    height: min(calc(200 / 1080 * 100vw), 200px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason01-photo {
    width: 100%;
  }
}
.appeal__reason01-photo img {
  width: 100%;
}
.appeal__reason01-text {
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .appeal__reason01-text {
    font-size: min(calc(16 / 1080 * 100vw), 16px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason01-text {
    margin-top: calc(32 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.appeal__reason02-fukidashi {
  line-height: 1.5;
  font-weight: 600;
  color: #e04870;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .appeal__reason02-fukidashi {
    font-size: min(calc(22 / 1080 * 100vw), 22px);
    margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason02-fukidashi {
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.appeal__reason02-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .appeal__reason02-list {
    flex-wrap: wrap;
    gap: min(calc(24 / 1080 * 100vw), 24px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason02-list {
    flex-direction: column;
    gap: calc(32 / 750 * 100vw) 0;
  }
}
.appeal__reason02-item {
  background-color: #ffedf0;
  overflow: hidden;
}
.appeal__reason02-item:nth-of-type(1) {
  width: 100%;
}
.appeal__reason02-item:nth-of-type(1) .title {
  color: #e04870;
}
.appeal__reason02-item:nth-of-type(2) {
  border-color: #aa7b61;
  background-color: #fff1e9;
}
.appeal__reason02-item:nth-of-type(2) .title {
  color: #9a6446;
}
.appeal__reason02-item:nth-of-type(3) {
  border-color: #8bb762;
  background-color: #f0f5ec;
}
.appeal__reason02-item:nth-of-type(3) .title {
  color: #71a343;
}
@media screen and (min-width: 768px) {
  .appeal__reason02-item {
    width: calc((100% - min(calc(24 / 1080 * 100vw), 24px)) / 2);
    border-radius: min(calc(11.5 / 1080 * 100vw), 11.5px);
    border: min(calc(1.5 / 1080 * 100vw), 1.5px) solid #e04870;
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason02-item {
    border-radius: calc(16 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #e04870;
  }
}
.appeal__reason02-head {
  background-color: #e04870;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  position: relative;
}
.appeal__reason02-item:nth-of-type(2) .appeal__reason02-head {
  background-color: #aa7b61;
}
.appeal__reason02-item:nth-of-type(3) .appeal__reason02-head {
  background-color: #8bb762;
}
@media screen and (min-width: 768px) {
  .appeal__reason02-head {
    font-size: min(calc(28 / 1080 * 100vw), 28px);
    padding: min(calc(12 / 1080 * 100vw), 12px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason02-head {
    font-size: calc(40 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw);
  }
}
.appeal__reason02-head::before {
  content: "";
  display: block;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(8 / 1080 * 100vw), 8px);
  background-color: #fff8ad;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-left: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .appeal__reason02-head::before {
    width: calc(12 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
    margin-left: calc(40 / 750 * 100vw);
  }
}
.appeal__reason02-head::after {
  content: "";
  display: block;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(8 / 1080 * 100vw), 8px);
  background-color: #fff8ad;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-right: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .appeal__reason02-head::after {
    width: calc(12 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
    margin-right: calc(40 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .appeal__reason02-body {
    padding-block: min(calc(32 / 1080 * 100vw), 32px);
    padding-inline: min(calc(20 / 1080 * 100vw), 20px) min(calc(16 / 1080 * 100vw), 16px);
  }
  .appeal__reason02-item:nth-of-type(1) .appeal__reason02-body {
    padding: min(calc(32 / 1080 * 100vw), 32px) min(calc(60 / 1080 * 100vw), 60px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason02-body {
    padding-block: calc(32 / 750 * 100vw) calc(40 / 750 * 100vw);
    padding-inline: calc(40 / 750 * 100vw);
  }
  .appeal__reason02-item:nth-of-type(1) .appeal__reason02-body {
    padding: calc(32 / 750 * 100vw) calc(40 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.appeal__reason02-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .appeal__reason02-title {
    gap: 0 min(calc(16 / 1080 * 100vw), 16px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason02-title {
    gap: 0 calc(24 / 750 * 100vw);
    position: relative;
  }
  .appeal__reason02-item:nth-of-type(1) .appeal__reason02-title {
    padding-bottom: calc(111 / 750 * 100vw);
  }
}
.appeal__reason02-title-icon {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .appeal__reason02-title-icon {
    width: min(calc(100 / 1080 * 100vw), 100px);
    height: min(calc(100 / 1080 * 100vw), 100px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason02-title-icon {
    width: calc(140 / 750 * 100vw);
    height: calc(140 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .appeal__reason02-item:nth-of-type(2) .appeal__reason02-title-content, .appeal__reason02-item:nth-of-type(3) .appeal__reason02-title-content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason02-title-content {
    position: static;
  }
}
.appeal__reason02 .title {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .appeal__reason02 .title {
    font-size: min(calc(20 / 1080 * 100vw), 20px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason02 .title {
    font-size: calc(26 / 750 * 100vw);
  }
}
.appeal__reason02 .text {
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .appeal__reason02 .text {
    font-size: min(calc(16 / 1080 * 100vw), 16px);
    margin-top: min(calc(16 / 1080 * 100vw), 16px);
    padding-top: min(calc(16 / 1080 * 100vw), 16px);
    border-top: min(calc(0.72 / 1080 * 100vw), 0.72px) dashed #e04870;
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason02 .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: calc(22 / 750 * 100vw);
    text-align: center;
    padding-top: calc(24 / 750 * 100vw);
    border-top: calc(1 / 750 * 100vw) dashed #e04870;
  }
}
@media screen and (min-width: 768px) {
  .appeal__reason02 .note {
    font-size: min(calc(12 / 1080 * 100vw), 12px);
    line-height: 1.4;
    letter-spacing: 0.08em;
    margin-top: min(calc(16 / 1080 * 100vw), 16px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason02 .note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(16 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .appeal__reason02-text {
    font-size: min(calc(16 / 1080 * 100vw), 16px);
    line-height: 1.8;
    letter-spacing: 0.08em;
    margin-top: min(calc(24 / 1080 * 100vw), 24px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason02-text {
    margin-top: calc(32 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .appeal__reason02-note {
    margin-top: min(calc(24 / 1080 * 100vw), 24px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason02-note {
    margin-top: calc(32 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .appeal__reason02-note-text {
    font-size: min(calc(12 / 1080 * 100vw), 12px);
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason02-note-text {
    font-size: calc(20 / 750 * 100vw);
  }
}
.appeal__reason03-photo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .appeal__reason03-text {
    font-size: min(calc(16 / 1080 * 100vw), 16px);
    line-height: 1.8;
    letter-spacing: 0.08em;
    margin-top: min(calc(24 / 1080 * 100vw), 24px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason03-text {
    margin-top: calc(32 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .appeal__reason-sli {
    margin-top: min(calc(24 / 1080 * 100vw), 24px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason-sli {
    margin-top: calc(32 / 750 * 100vw);
  }
}
.appeal__reason-sli .swiper-button-next,
.appeal__reason-sli .swiper-button-prev {
  width: min(calc(32 / 1080 * 100vw), 32px);
  height: min(calc(32 / 1080 * 100vw), 32px);
  background: url("../img/appeal_reason-slide-btn.svg") no-repeat center;
  background-size: contain;
  border: none;
  top: 45%;
}
@media screen and (max-width: 767px) {
  .appeal__reason-sli .swiper-button-next,
  .appeal__reason-sli .swiper-button-prev {
    width: calc(56 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
    top: 50%;
  }
}
.appeal__reason-sli .swiper-button-next::after,
.appeal__reason-sli .swiper-button-prev::after {
  display: none;
}
.appeal__reason-sli .swiper-button-prev {
  left: max(calc(-16 / 1080 * 100vw), -16px);
}
@media screen and (max-width: 767px) {
  .appeal__reason-sli .swiper-button-prev {
    left: calc(-28 / 750 * 100vw);
  }
}
.appeal__reason-sli .swiper-button-next {
  right: max(calc(-16 / 1080 * 100vw), -16px);
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .appeal__reason-sli .swiper-button-next {
    right: calc(-28 / 750 * 100vw);
  }
}
.appeal__reason-sli .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.appeal__reason-sli .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .appeal__reason-sli .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .appeal__reason-sli .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 calc(12 / 750 * 100vw);
  }
}
.appeal__reason-sli .swiper-pagination-bullet {
  width: min(calc(12 / 1080 * 100vw), 12px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  background-color: #ddd;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .appeal__reason-sli .swiper-pagination-bullet {
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
  }
}
.appeal__reason-sli .swiper-pagination-bullet-active {
  background-color: #e04870;
}
.appeal__reason-sli-swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .appeal__reason-sli-swiper {
    padding-bottom: calc(80 / 750 * 100vw);
  }
}
.appeal__reason-sli-swiper .swiper-slide {
  padding: 0;
}
.appeal__reason-slide {
  background-color: #ffedf0;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .appeal__reason-slide {
    display: flex;
    align-items: stretch;
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason-slide {
    border-radius: calc(16 / 750 * 100vw);
  }
}
.appeal__reason-slide-photo {
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .appeal__reason-slide-photo {
    width: min(calc(340 / 1080 * 100vw), 340px);
    height: min(calc(224 / 1080 * 100vw), 224px);
    border-radius: min(calc(16 / 1080 * 100vw), 16px) 0 0 min(calc(16 / 1080 * 100vw), 16px);
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason-slide-photo {
    width: 100%;
    height: calc(360 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw) calc(16 / 750 * 100vw) 0 0;
  }
}
.appeal__reason-slide-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.appeal__reason-slide-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .appeal__reason-slide-text {
    gap: min(calc(8 / 1080 * 100vw), 8px);
    padding: 0 min(calc(40 / 1080 * 100vw), 40px);
    width: calc(100% - min(calc(340 / 1080 * 100vw), 340px));
  }
}
@media screen and (max-width: 767px) {
  .appeal__reason-slide-text {
    gap: calc(16 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
  }
}
.appeal__reason-slide-message {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .appeal__reason-slide-message {
    font-size: calc(26 / 750 * 100vw);
  }
}
.appeal__reason-slide-name {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .appeal__reason-slide-name {
    font-size: calc(26 / 750 * 100vw);
  }
}

.request {
  position: relative;
}
@media screen and (min-width: 768px) {
  .request {
    background: url("../img/request_bg_pc.png") no-repeat center center;
    background-size: cover;
    height: min(calc(735 / 1080 * 100vw), 735px);
  }
  @supports (background-image: image-set(url("../img/request_bg_pc.webp") type("image/webp"))) {
    .request {
      background-image: image-set(url("../img/request_bg_pc.webp") type("image/webp"));
    }
  }
}
@media screen and (max-width: 767px) {
  .request {
    background: url("../img/request_bg_sp.png") no-repeat center center;
    background-size: cover;
    height: calc(1086 / 750 * 100vw);
  }
  @supports (background-image: image-set(url("../img/request_bg_sp.webp") type("image/webp"))) {
    .request {
      background-image: image-set(url("../img/request_bg_sp.webp") type("image/webp"));
    }
  }
}
.request h2 {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .request h2 {
    font-size: min(calc(42 / 1080 * 100vw), 42px);
    margin-top: min(calc(65 / 1080 * 100vw), 65px);
    margin-left: min(calc(80 / 1080 * 100vw), 80px);
  }
}
@media screen and (max-width: 767px) {
  .request h2 {
    font-size: calc(48 / 750 * 100vw);
    margin-top: calc(77 / 750 * 100vw);
    margin-left: calc(46 / 750 * 100vw);
  }
}
.request h2 strong {
  font-size: min(calc(62 / 1080 * 100vw), 62px);
  color: #E04870;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(255, 244, 121, 0.9);
  text-decoration-thickness: min(calc(15 / 1080 * 100vw), 15px);
  text-underline-offset: max(calc(-8 / 1080 * 100vw), -8px);
}
@media screen and (max-width: 767px) {
  .request h2 strong {
    font-size: calc(70 / 750 * 100vw);
    text-decoration-thickness: calc(24 / 750 * 100vw);
    text-underline-offset: calc(-8 / 750 * 100vw);
  }
}
.request p {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .request p {
    font-size: min(calc(40 / 1080 * 100vw), 40px);
    margin-right: min(calc(80 / 1080 * 100vw), 80px);
    margin-top: min(calc(524 / 1080 * 100vw), 524px);
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .request p {
    font-size: calc(48 / 750 * 100vw);
    margin-right: calc(0 / 750 * 100vw);
    margin-top: calc(844 / 750 * 100vw);
    text-align: right;
  }
}
.request p span {
  display: inline-block;
  background-color: #E04870;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .request p span {
    padding-inline: min(calc(16 / 1080 * 100vw), 16px);
    margin-top: min(calc(16 / 1080 * 100vw), 16px);
  }
  .request p span:nth-of-type(1) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .request p span {
    padding-inline: calc(24 / 750 * 100vw) calc(60 / 750 * 100vw);
    margin-top: calc(14 / 750 * 100vw);
  }
  .request p span:nth-of-type(1) {
    margin-top: 0;
  }
}

.method {
  padding: min(calc(67 / 1080 * 100vw), 67px) 0 0;
}
@media screen and (max-width: 767px) {
  .method {
    padding: calc(74 / 750 * 100vw) 0 0;
  }
}
@media screen and (min-width: 768px) {
  .method__header {
    padding-bottom: min(calc(40 / 1080 * 100vw), 40px);
  }
}
@media screen and (max-width: 767px) {
  .method__header {
    padding-bottom: calc(60 / 750 * 100vw);
  }
}
.method__title {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .method__title {
    width: min(calc(1080 / 1080 * 100vw), 1080px);
  }
}
@media screen and (max-width: 767px) {
  .method__title {
    margin-inline: calc(-30 / 750 * 100vw);
  }
}
.method__title .sub {
  background-color: #FFF479;
  color: #F64E5A;
  border-radius: 9999px;
  margin-inline: auto;
  position: relative;
  display: block;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .method__title .sub {
    font-size: min(calc(20 / 1080 * 100vw), 20px);
    width: min(calc(252 / 1080 * 100vw), 252px);
    padding-block: min(calc(5 / 1080 * 100vw), 5px);
    margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
  }
}
@media screen and (max-width: 767px) {
  .method__title .sub {
    font-size: calc(32 / 750 * 100vw);
    width: calc(350 / 750 * 100vw);
    padding-block: calc(8 / 750 * 100vw);
  }
}
.method__title .sub::before {
  content: "";
  display: block;
  width: min(calc(19 / 1080 * 100vw), 19px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  background: url("../img/deco_fukidashi.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  margin-bottom: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .method__title .sub::before {
    width: calc(26 / 750 * 100vw);
    height: calc(23 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.method__title .main {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .method__title .main {
    font-size: min(calc(44 / 1080 * 100vw), 44px);
    gap: 0 min(calc(29 / 1080 * 100vw), 29px);
  }
}
@media screen and (max-width: 767px) {
  .method__title .main {
    font-size: calc(64 / 750 * 100vw);
    gap: 0 calc(40 / 750 * 100vw);
  }
}
.method__title .main span {
  flex-shrink: 0;
}
.method__title .main strong {
  font-size: min(calc(86 / 1080 * 100vw), 86px);
  color: #F64E5A;
}
@media screen and (max-width: 767px) {
  .method__title .main strong {
    font-size: calc(120 / 750 * 100vw);
  }
}
.method__title .main::before, .method__title .main::after {
  content: "";
  height: min(calc(12 / 1080 * 100vw), 12px);
  width: 100%;
  border-top: #E04870 solid min(calc(1 / 1080 * 100vw), 1px);
  border-bottom: #E04870 solid min(calc(1 / 1080 * 100vw), 1px);
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .method__title .main::before, .method__title .main::after {
    height: calc(16 / 750 * 100vw);
    border-top: #E04870 solid calc(2 / 750 * 100vw);
    border-bottom: #E04870 solid calc(2 / 750 * 100vw);
    margin-top: calc(16 / 750 * 100vw);
  }
}
.method__tab-head .text01 {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  background-color: #fff;
  width: min(calc(160 / 1080 * 100vw), 160px);
  height: min(calc(22 / 1080 * 100vw), 22px);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
  color: #F3B6C6;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .method__tab-head .text01 {
    width: calc(196 / 750 * 100vw);
    height: calc(32 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}
.--active .method__tab-head .text01 {
  color: #F64E5A;
}
.method__tab-head .text02 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .method__tab-head .text02 {
    font-size: calc(36 / 750 * 100vw);
  }
}
.method__tab-content {
  width: min(calc(800 / 1080 * 100vw), 800px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .method__tab-content {
    width: 100%;
  }
}
.method__tab-title01 {
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
  border: min(calc(1 / 1080 * 100vw), 1px) solid #333;
  width: min(calc(247 / 1080 * 100vw), 247px);
  height: min(calc(38 / 1080 * 100vw), 38px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .method__tab-title01 {
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: calc(39 / 750 * 100vw);
    border: calc(1 / 750 * 100vw) solid #333;
    width: calc(370 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    padding-top: calc(4 / 750 * 100vw);
  }
}
.method__tab-price {
  background-color: #fff;
  width: 100%;
  padding: min(calc(40 / 1080 * 100vw), 40px);
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .method__tab-price {
    padding: calc(40 / 750 * 100vw);
    margin-bottom: calc(46 / 750 * 100vw);
  }
}
.method__tab-price-title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #E04870;
  text-align: center;
  font-weight: 500;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .method__tab-price-title {
    font-size: calc(48 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.method__tab-price-list {
  display: flex;
  justify-content: center;
  gap: 0 min(calc(11 / 1080 * 100vw), 11px);
}
.method__tab-price-item {
  width: min(calc(140 / 1080 * 100vw), 140px);
  height: min(calc(140 / 1080 * 100vw), 140px);
  background-color: #FFEDF0;
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .method__tab-price-item {
    width: calc(186 / 750 * 100vw);
    height: calc(186 / 750 * 100vw);
    aspect-ratio: 1;
  }
}
.method__tab-price-item .text {
  font-size: min(calc(23 / 1080 * 100vw), 23px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: block;
  color: #E04870;
  font-family: "Noto Serif JP", serif;
  margin-top: min(calc(23 / 1080 * 100vw), 23px);
  margin-bottom: min(calc(3 / 1080 * 100vw), 3px);
  font-weight: 500;
}
.method__tab-price-item .text > span {
  display: inline-block;
  margin-left: max(calc(-4 / 1080 * 100vw), -4px);
  margin-right: max(calc(-6 / 1080 * 100vw), -6px);
}
@media screen and (max-width: 767px) {
  .method__tab-price-item .text > span {
    margin-left: calc(-4 / 750 * 100vw);
    margin-right: calc(-8 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .method__tab-price-item .text {
    font-size: calc(32 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
    margin-bottom: calc(0 / 750 * 100vw);
  }
}
.method__tab-price-item .text small {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .method__tab-price-item .text small {
    font-size: calc(26 / 750 * 100vw);
  }
}
.method__tab-price-item .num {
  font-size: min(calc(23 / 1080 * 100vw), 23px);
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
  color: #E04870;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .method__tab-price-item .num {
    font-size: calc(32 / 750 * 100vw);
  }
}
.method__tab-price-item .num .zero {
  font-size: min(calc(44 / 1080 * 100vw), 44px);
}
@media screen and (max-width: 767px) {
  .method__tab-price-item .num .zero {
    font-size: calc(64 / 750 * 100vw);
  }
}
.method__tab-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: min(calc(23 / 1080 * 100vw), 23px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .method__tab-text {
    font-size: calc(22 / 750 * 100vw);
    margin-top: calc(32 / 750 * 100vw);
  }
}
.method .adlp-btn.-ank {
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .method .adlp-btn.-ank {
    margin-top: calc(24 / 750 * 100vw);
  }
}
.method__tab-ladies {
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .method__tab-ladies {
    margin-bottom: calc(46 / 750 * 100vw);
  }
}
.method__tab-ladies-head {
  width: min(calc(433 / 1080 * 100vw), 433px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .method__tab-ladies-head {
    width: calc(614 / 750 * 100vw);
  }
}
.method__tab-ladies-inner {
  background-color: #fff;
  padding: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .method__tab-ladies-inner {
    padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.method__tab-ladies-subtitle {
  text-align: center;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.25;
  letter-spacing: 0.08em;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .method__tab-ladies-subtitle {
    font-size: calc(26 / 750 * 100vw);
  }
}
.method__tab-ladies-title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #E04870;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .method__tab-ladies-title {
    font-size: calc(48 / 750 * 100vw);
    margin-bottom: calc(32 / 750 * 100vw);
    letter-spacing: 0;
  }
}
.method__tab-ladies-img {
  display: flex;
  gap: 0 min(calc(9 / 1080 * 100vw), 9px);
}
@media screen and (max-width: 767px) {
  .method__tab-ladies-img {
    gap: 0 calc(8 / 750 * 100vw);
  }
}
.method__tab-ladies-follow {
  margin-top: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .method__tab-ladies-follow {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.method__tab-ladies-follow .title {
  background-color: #E04870;
  text-align: center;
  border-top-left-radius: min(calc(16 / 1080 * 100vw), 16px);
  border-top-right-radius: min(calc(16 / 1080 * 100vw), 16px);
  position: relative;
  font-size: min(calc(23 / 1080 * 100vw), 23px);
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #fff;
  padding: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .method__tab-ladies-follow .title {
    border-top-left-radius: calc(16 / 750 * 100vw);
    border-top-right-radius: calc(16 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.method__tab-ladies-follow .title::before, .method__tab-ladies-follow .title::after {
  content: "";
  display: block;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(8 / 1080 * 100vw), 8px);
  background-color: #FFF8AD;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .method__tab-ladies-follow .title::before, .method__tab-ladies-follow .title::after {
    width: calc(12 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
  }
}
.method__tab-ladies-follow .title::before {
  left: 0;
  margin-left: min(calc(23 / 1080 * 100vw), 23px);
}
@media screen and (max-width: 767px) {
  .method__tab-ladies-follow .title::before {
    margin-left: calc(32 / 750 * 100vw);
  }
}
.method__tab-ladies-follow .title::after {
  right: 0;
  margin-right: min(calc(23 / 1080 * 100vw), 23px);
}
@media screen and (max-width: 767px) {
  .method__tab-ladies-follow .title::after {
    margin-right: calc(32 / 750 * 100vw);
  }
}
.method__tab-ladies-follow-body {
  background-color: #FFEDF0;
  padding: min(calc(32 / 1080 * 100vw), 32px) min(calc(80 / 1080 * 100vw), 80px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .method__tab-ladies-follow-body {
    padding: calc(24 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.method__tab-ladies-follow-body::before {
  content: "";
  display: block;
  background: url("../img/method_ladies_illust02_pc.svg") no-repeat center center;
  background-size: contain;
  width: min(calc(139 / 1080 * 100vw), 139px);
  height: min(calc(150 / 1080 * 100vw), 150px);
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .method__tab-ladies-follow-body::before {
    width: calc(171 / 750 * 100vw);
    height: calc(208 / 750 * 100vw);
    margin-right: calc(38 / 750 * 100vw);
    background: url("../img/method_ladies_illust02_sp.svg") no-repeat center center;
    background-size: contain;
  }
}
.method__tab-ladies-follow-body .text {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.4;
  background-color: #fff;
  padding: min(calc(12 / 1080 * 100vw), 12px) min(calc(10 / 1080 * 100vw), 10px);
  font-weight: 400;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .method__tab-ladies-follow-body .text {
    font-size: calc(36 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) calc(24 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
    width: calc(367 / 750 * 100vw);
  }
}
.method__tab-ladies-follow-body .text::before {
  content: "";
  display: block;
  background: url("../img/method_ladies_deco.svg") no-repeat center center;
  background-size: contain;
  width: min(calc(25 / 1080 * 100vw), 25px);
  height: min(calc(19 / 1080 * 100vw), 19px);
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: max(calc(-18 / 1080 * 100vw), -18px);
  margin-bottom: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .method__tab-ladies-follow-body .text::before {
    width: calc(40 / 750 * 100vw);
    height: calc(34 / 750 * 100vw);
    margin-right: calc(-30 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.method__tab-ladies-follow-body .text strong {
  font-weight: 400;
  color: #E04870;
}
.method__tab-ladies-follow-body .note {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
  margin-left: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .method__tab-ladies-follow-body .note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(16 / 750 * 100vw);
    margin-left: calc(8 / 750 * 100vw);
  }
}
.method__tab-ladies-text {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .method__tab-ladies-text {
    font-size: calc(36 / 750 * 100vw);
    margin-top: calc(32 / 750 * 100vw);
  }
}
.method__tab-ladies-text strong {
  font-weight: 500;
  color: #E04870;
}
.method__tab-ladies-tel {
  background-color: #FFF479;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: min(calc(24 / 1080 * 100vw), 24px);
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .method__tab-ladies-tel {
    margin-top: calc(32 / 750 * 100vw);
    padding-block: calc(40 / 750 * 100vw);
    border-radius: 9999px;
    position: relative;
  }
}
.method__tab-ladies-tel span {
  display: flex;
  align-items: center;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #E04870;
  font-weight: bold;
  gap: 0 min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .method__tab-ladies-tel span {
    font-size: calc(44 / 750 * 100vw);
    position: static;
  }
}
.method__tab-ladies-tel span::before {
  content: "";
  background: url("../img/icon_tel.svg") no-repeat center center;
  background-size: contain;
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .method__tab-ladies-tel span::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: calc(54 / 750 * 100vw);
    height: calc(54 / 750 * 100vw);
    margin-left: calc(46 / 750 * 100vw);
  }
}
.method__tab-ladies-area {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-decoration: underline;
  color: #E04870;
  display: block;
  margin-inline: auto;
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .method__tab-ladies-area:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .method__tab-ladies-area {
    margin-top: calc(32 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.method__tab-flow-title {
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .method__tab-flow-title {
    font-size: calc(48 / 750 * 100vw);
    margin-bottom: calc(31 / 750 * 100vw);
  }
}
.method__tab-flow-list {
  width: min(calc(500 / 1080 * 100vw), 500px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: min(calc(12 / 1080 * 100vw), 12px) 0;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .method__tab-flow-list {
    width: 100%;
    gap: calc(16 / 750 * 100vw) 0;
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.method__tab-flow-item {
  background-color: #fff;
  border: min(calc(1 / 1080 * 100vw), 1px) solid #E04870;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(24 / 1080 * 100vw), 24px);
  gap: 0 min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .method__tab-flow-item {
    border: calc(1 / 750 * 100vw) solid #E04870;
    padding: calc(24 / 750 * 100vw) calc(40 / 750 * 100vw);
    gap: 0 calc(24 / 750 * 100vw);
  }
}
.method__tab-flow-item::after {
  content: "";
  width: min(calc(48 / 1080 * 100vw), 48px);
  height: min(calc(48 / 1080 * 100vw), 48px);
  background-size: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .method__tab-flow-item::after {
    width: calc(70 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
  }
}
.method__tab-flow-item.contact::after {
  background: url("../img/icon_contact.svg") no-repeat;
  background-size: contain;
}
.method__tab-flow-item.date::after {
  background: url("../img/icon_date.svg") no-repeat;
  background-size: contain;
}
.method__tab-flow-item.home::after {
  background: url("../img/icon_home.svg") no-repeat;
  background-size: contain;
}
.method__tab-flow-item.money::after {
  background: url("../img/icon_money.svg") no-repeat;
  background-size: contain;
}
.method__tab-flow-item.arrival::after {
  background: url("../img/icon_arrival.svg") no-repeat;
  background-size: contain;
}
.method__tab-flow-item.shipping::after {
  background: url("../img/icon_shipping.svg") no-repeat;
  background-size: contain;
}
.method__tab-flow-item.store {
  margin-bottom: 0;
}
.method__tab-flow-item.store::after {
  background: url("../img/icon_store.svg") no-repeat;
  background-size: contain;
}
.method__tab-flow-item.search::after {
  background: url("../img/icon_search.svg") no-repeat;
  background-size: contain;
}
.method__tab-flow-item.profile::after {
  background: url("../img/icon_profile.svg") no-repeat;
  background-size: contain;
}
.method__tab-flow-item + .method__tab-flow-item {
  margin-top: min(calc(23 / 1080 * 100vw), 23px);
}
@media screen and (max-width: 767px) {
  .method__tab-flow-item + .method__tab-flow-item {
    margin-top: calc(32 / 750 * 100vw);
  }
}
.method__tab-flow-item + .method__tab-flow-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(34 / 1080 * 100vw), 34px);
  height: min(calc(11 / 1080 * 100vw), 11px);
  background-color: #E04870;
  margin-top: max(calc(-23 / 1080 * 100vw), -23px);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  .method__tab-flow-item + .method__tab-flow-item::before {
    width: calc(46 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    margin-top: calc(-32 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .method__tab-flow-item {
    flex: 0 0 calc(153 / 750 * 100vw);
    height: calc(153 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #bd0036;
  }
}
.method__tab-flow-item .step {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #E04870;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .method__tab-flow-item .step {
    font-size: calc(24 / 750 * 100vw);
  }
}
.method__tab-flow-item .text {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 500;
  line-height: 1.4;
  color: #E04870;
  letter-spacing: 0.04rm;
}
@media screen and (max-width: 767px) {
  .method__tab-flow-item .text {
    font-size: calc(36 / 750 * 100vw);
  }
}
.method__tab-flow-inner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .method__tab-flow-inner {
    gap: 0 calc(24 / 750 * 100vw);
  }
}
.method__tab-flow-text {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: min(calc(23 / 1080 * 100vw), 23px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .method__tab-flow-text {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(32 / 750 * 100vw);
  }
}
.method__tab-flow-note {
  color: #333;
  text-align: justify;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .method__tab-flow-note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.method__tab-title02 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .method__tab-title02 {
    font-size: calc(48 / 750 * 100vw);
    margin-bottom: calc(31 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content-outer:has(.store__modal) {
    height: min(calc(490 / 1080 * 100vw), 490px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content-outer:has(.store__modal) {
    height: calc(1019 / 750 * 100vw);
  }
}

.store {
  margin-bottom: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .store {
    margin-bottom: calc(80 / 750 * 100vw);
  }
}
.store__flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(calc(24 / 1080 * 100vw), 24px);
  margin-bottom: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .store__flex {
    display: flex;
    flex-direction: column;
    gap: calc(31 / 750 * 100vw) 0;
    margin: 0;
  }
}
.store__flex-item {
  flex: 0 0 min(calc(296 / 1080 * 100vw), 296px);
}
.store__prefecture {
  color: #E04870;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
  padding-bottom: min(calc(16 / 1080 * 100vw), 16px);
  border-bottom: min(calc(1 / 1080 * 100vw), 1px) solid #E04870;
}
@media screen and (max-width: 767px) {
  .store__prefecture {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(31 / 750 * 100vw);
    padding-bottom: calc(16 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .store__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(31 / 750 * 100vw) calc(16 / 750 * 100vw);
  }
}
.store .adlp-modal__open {
  display: block;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  border: min(calc(1 / 1080 * 100vw), 1px) solid #E04870;
  background: var(--base01, #fff);
  padding: min(calc(24 / 1080 * 100vw), 24px);
  display: flex;
  align-items: center;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
  position: relative;
  transition: filter 0.3s;
}
.store .adlp-modal__open + .adlp-modal__open {
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .store .adlp-modal__open + .adlp-modal__open {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .store .adlp-modal__open {
    height: calc(100 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    border: calc(1 / 750 * 100vw) solid #E04870;
    padding: calc(24 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}
.store .adlp-modal__open:after {
  content: "";
  display: block;
  background: url("../img/icon_arrow_r_bold.svg") center center no-repeat;
  background-size: contain;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(14 / 1080 * 100vw), 14px);
  position: absolute;
  right: min(calc(30 / 1080 * 100vw), 30px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .store .adlp-modal__open:after {
    width: calc(10 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    right: calc(24 / 750 * 100vw);
  }
}
.store .adlp-modal__open:hover {
  filter: brightness(105%);
}
.store__modal {
  display: flex;
  gap: 0 min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .store__modal {
    padding-top: calc(20 / 750 * 100vw);
    padding-inline: calc(14 / 750 * 100vw);
    flex-direction: column;
    gap: calc(40 / 750 * 100vw) 0;
  }
}
.store__modal-left {
  width: min(calc(200 / 1080 * 100vw), 200px);
}
@media screen and (max-width: 767px) {
  .store__modal-left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .store__modal-left img.w100 {
    width: calc(260 / 750 * 100vw) !important;
    margin-inline: auto;
  }
}
.store__modal-left h3 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
  text-align: center;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .store__modal-left h3 {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .store__modal-left h3 {
    font-size: calc(36 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
  }
}
.store__modal-right dl + dl {
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .store__modal-right dl + dl {
    margin-top: calc(24 / 750 * 100vw);
  }
}
.store__modal-right dt {
  background-color: #E04870;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  letter-spacing: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: 600;
  width: min(calc(91 / 1080 * 100vw), 91px);
  height: min(calc(28 / 1080 * 100vw), 28px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .store__modal-right dt {
    width: calc(127 / 750 * 100vw);
    height: calc(44 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.store__modal-right dd {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .store__modal-right dd {
    font-size: calc(26 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .store__btn {
    padding-inline: calc(14 / 750 * 100vw);
  }
}
.store__btn .adlp-btn.-ank {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
  background-color: #fff;
  border: #E04870 solid min(calc(1 / 1080 * 100vw), 1px);
}
@media screen and (max-width: 767px) {
  .store__btn .adlp-btn.-ank {
    margin-top: calc(40 / 750 * 100vw);
    border: #E04870 solid calc(1 / 750 * 100vw);
  }
}
.store__btn .adlp-btn.-ank span {
  color: #E04870;
}
.store__btn .adlp-btn.-ank span::before {
  background-image: url("../img/icon_arrow_b2.svg");
  transform: translateY(-50%);
}

.faq {
  background-color: #FFEDF0;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.faq__title {
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .faq__title {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.faq__title-sub {
  display: block;
  color: var(--text01, #333);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 500;
  line-height: 1.6;
  color: #E04870;
  margin-top: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .faq__title-sub {
    font-size: calc(32 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
}
.faq__title-main {
  display: block;
  text-align: center;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .faq__title-main {
    font-size: calc(48 / 750 * 100vw);
  }
}
.faq .adlp-accordion {
  padding-block: min(calc(32 / 1080 * 100vw), 32px);
  filter: drop-shadow(0 min(calc(2.87 / 1080 * 100vw), 2.87px) min(calc(5.75 / 1080 * 100vw), 5.75px) rgba(0, 0, 0, 0.08));
  background: #fff;
  border-radius: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .faq .adlp-accordion {
    padding-block: calc(40 / 750 * 100vw);
    filter: drop-shadow(0 calc(4 / 750 * 100vw) calc(8 / 750 * 100vw) rgba(0, 0, 0, 0.08));
  }
}
.faq .adlp-accordion__wrapper {
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .faq .adlp-accordion__wrapper {
    gap: calc(60 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .faq .adlp-accordion {
    border-radius: calc(24 / 750 * 100vw);
  }
}
.faq .adlp-accordion__header__inner {
  padding-block: 0;
  padding-inline: min(calc(32 / 1080 * 100vw), 32px) min(calc(84 / 1080 * 100vw), 84px);
}
@media screen and (max-width: 767px) {
  .faq .adlp-accordion__header__inner {
    padding-inline: calc(40 / 750 * 100vw) calc(76 / 750 * 100vw);
  }
}
.faq .adlp-accordion__header__inner .lead {
  margin-right: min(calc(24 / 1080 * 100vw), 24px);
  color: var(--base01, #FFF);
  text-align: justify;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  background-color: #E04870;
  width: min(calc(42 / 1080 * 100vw), 42px);
  height: min(calc(42 / 1080 * 100vw), 42px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 min(calc(42 / 1080 * 100vw), 42px);
}
@media screen and (max-width: 767px) {
  .faq .adlp-accordion__header__inner .lead {
    font-size: calc(26 / 750 * 100vw);
    margin-right: calc(24 / 750 * 100vw);
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    flex: 0 0 calc(60 / 750 * 100vw);
  }
}
.faq .adlp-accordion__header__inner .text {
  color: var(--text01, #333);
  text-align: justify;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .faq .adlp-accordion__header__inner .text {
    font-size: calc(30 / 750 * 100vw);
  }
}
.faq .adlp-accordion__header::after {
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(8 / 1080 * 100vw), 8px);
  right: min(calc(32 / 1080 * 100vw), 32px);
  background: url("../img/faq_arrow.svg") center center no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .faq .adlp-accordion__header::after {
    width: calc(28 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
    right: calc(35 / 750 * 100vw);
  }
}
.faq .adlp-accordion__body__inner {
  flex-direction: column;
  padding: min(calc(24 / 1080 * 100vw), 24px) max(calc(0 / 1080 * 100vw), 0px) 0;
  margin: min(calc(24 / 1080 * 100vw), 24px) min(calc(32 / 1080 * 100vw), 32px) 0;
  border-top: min(calc(2 / 1080 * 100vw), 2px) dotted #E04870;
}
@media screen and (max-width: 767px) {
  .faq .adlp-accordion__body__inner {
    padding: calc(32 / 750 * 100vw) max(calc(0 / 1080 * 100vw), 0px) 0;
    margin: calc(32 / 750 * 100vw) calc(40 / 750 * 100vw) 0;
    border-top: calc(2 / 750 * 100vw) dotted #E04870;
  }
}
.faq .adlp-accordion__body__inner .text {
  text-align: justify;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .faq .adlp-accordion__body__inner .text {
    font-size: calc(26 / 750 * 100vw);
  }
}

.voice {
  position: relative;
  padding-block: min(calc(60 / 1080 * 100vw), 60px);
  background-color: #FFF8D8;
}
@media screen and (max-width: 767px) {
  .voice {
    padding-block: calc(80 / 750 * 100vw);
  }
}
.voice__head {
  text-align: center;
  margin-bottom: min(calc(23 / 1080 * 100vw), 23px);
}
@media screen and (max-width: 767px) {
  .voice__head {
    margin-bottom: calc(52 / 750 * 100vw);
  }
}
.voice__title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .voice__title {
    font-size: calc(48 / 750 * 100vw);
  }
}
.voice__wrapper {
  width: min(calc(440 / 1080 * 100vw), 440px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .voice__wrapper {
    width: calc(570 / 750 * 100vw);
  }
}
.voice .adlp-swiper.swiper01 {
  padding-bottom: min(calc(53 / 1080 * 100vw), 53px);
}
@media screen and (max-width: 767px) {
  .voice .adlp-swiper.swiper01 {
    padding-bottom: calc(64 / 750 * 100vw);
  }
}
.voice .adlp-swiper.swiper01 .swiper-slide {
  padding: 0 min(calc(30 / 1080 * 100vw), 30px);
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .voice .adlp-swiper.swiper01 .swiper-slide {
    padding: 0 calc(24 / 750 * 100vw);
  }
}
.voice .adlp-swiper.swiper01 .swiper-pagination {
  bottom: 0;
  line-height: 1;
}
.voice .adlp-swiper.swiper01 .swiper-pagination-bullet {
  width: min(calc(12 / 1080 * 100vw), 12px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  margin-inline: min(calc(8 / 1080 * 100vw), 8px);
  background: #F9D5C3;
}
@media screen and (max-width: 767px) {
  .voice .adlp-swiper.swiper01 .swiper-pagination-bullet {
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    margin-inline: calc(12 / 750 * 100vw);
  }
}
.voice .adlp-swiper.swiper01 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E04870;
}
@media screen and (max-width: 767px) {
  .voice .adlp-swiper.swiper01 .swiper-button-next,
  .voice .adlp-swiper.swiper01 .swiper-button-prev {
    margin-top: calc(-14 / 750 * 100vw);
  }
}
.voice__inner {
  width: 100%;
  background: #fff;
  border-radius: min(calc(24 / 1080 * 100vw), 24px);
  filter: drop-shadow(0 min(calc(5.75 / 1080 * 100vw), 5.75px) min(calc(14.37 / 1080 * 100vw), 14.37px) rgba(0, 0, 0, 0.12));
  position: relative;
  z-index: 2;
  flex: 1;
  padding: min(calc(100 / 1080 * 100vw), 100px) min(calc(40 / 1080 * 100vw), 40px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .voice__inner {
    border-radius: min(calc(24 / 1080 * 100vw), 24px);
    filter: drop-shadow(0 calc(5 / 750 * 100vw) calc(20 / 750 * 100vw) rgba(0, 0, 0, 0.12));
    padding: calc(140 / 750 * 100vw) calc(60 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.voice__icon {
  width: min(calc(144 / 1080 * 100vw), 144px);
  height: min(calc(153 / 1080 * 100vw), 153px);
  margin: 0 auto max(calc(-76.5 / 1080 * 100vw), -76.5px);
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .voice__icon {
    width: calc(200 / 750 * 100vw);
    height: calc(216 / 750 * 100vw);
    margin: 0 auto calc(-110 / 750 * 100vw);
  }
}
.voice__name {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #E04870;
  font-weight: 600;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .voice__name {
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.voice__text {
  margin: 0 auto;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .voice__text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.voice__text strong {
  font-weight: bold;
}
.voice__note {
  text-align: justify;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  width: min(calc(800 / 1080 * 100vw), 800px);
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
}
@media screen and (max-width: 767px) {
  .voice__note {
    width: calc(638 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    margin: calc(48 / 750 * 100vw) auto 0;
  }
}

.campaign {
  background: #f8f7f3;
  padding: min(calc(64 / 1080 * 100vw), 64px) 0;
}
@media screen and (max-width: 767px) {
  .campaign {
    padding: calc(40 / 750 * 100vw) 0;
  }
}
.campaign__banner {
  display: block;
  width: min(calc(702 / 1080 * 100vw), 702px);
  margin: 0 auto;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .campaign__banner {
    width: calc(630 / 750 * 100vw);
  }
}
.campaign__banner:hover {
  opacity: 0.9;
}
.campaign__banner-img img {
  display: block;
}
.campaign__banner-text {
  color: #ffffff;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .campaign__banner-text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.campaign__banner-icon {
  position: absolute;
  right: min(calc(32 / 1080 * 100vw), 32px);
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .campaign__banner-icon {
    right: calc(30 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}

#modal_campaign .adlp-modal__content__inner.campaign__modal {
  background-color: #ffffff;
  border: min(calc(2 / 1080 * 100vw), 2px) solid #f64e5a;
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(40 / 1080 * 100vw), 40px) min(calc(60 / 1080 * 100vw), 60px);
  position: relative;
}
@media screen and (max-width: 767px) {
  #modal_campaign .adlp-modal__content__inner.campaign__modal {
    border-width: calc(3 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(30 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
#modal_campaign .adlp-modal__content {
  padding: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  #modal_campaign .adlp-modal__content {
    padding: calc(20 / 750 * 100vw);
  }
}
#modal_campaign .campaign__modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: min(calc(48 / 1080 * 100vw), 48px);
  height: min(calc(48 / 1080 * 100vw), 48px);
  background: url(../img/icon_close_circle.svg) center/contain no-repeat;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
  transform: rotate(0deg);
}
@media screen and (max-width: 767px) {
  #modal_campaign .campaign__modal-close {
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
  }
}
#modal_campaign .campaign__modal-close::before, #modal_campaign .campaign__modal-close::after {
  display: none;
}
#modal_campaign .campaign__modal-title {
  color: #f64e5a;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  #modal_campaign .campaign__modal-title {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
#modal_campaign .campaign__modal-body p {
  color: #333333;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #modal_campaign .campaign__modal-body p {
    font-size: calc(20 / 750 * 100vw);
  }
}
#modal_campaign .campaign__modal-body p strong {
  font-weight: 700;
}
#modal_campaign .campaign__modal-body p + p {
  margin-top: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  #modal_campaign .campaign__modal-body p + p {
    margin-top: calc(6 / 750 * 100vw);
  }
}
#modal_campaign .campaign__modal-note {
  color: #333333;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #modal_campaign .campaign__modal-note {
    font-size: calc(20 / 750 * 100vw);
  }
}
#modal_campaign .campaign__modal-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(104 / 1080 * 100vw), 104px);
  height: min(calc(38 / 1080 * 100vw), 38px);
  background-color: #f64e5a;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
  cursor: pointer;
  color: #ffffff;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 1.6;
  transform: none;
  position: static;
}
@media screen and (max-width: 767px) {
  #modal_campaign .campaign__modal-close-btn {
    width: calc(140 / 750 * 100vw);
    height: calc(52 / 750 * 100vw);
    border-radius: calc(6 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}
#modal_campaign .campaign__modal-close-btn::before, #modal_campaign .campaign__modal-close-btn::after {
  display: none;
}
#modal_campaign .campaign__modal-close-icon {
  width: min(calc(12 / 1080 * 100vw), 12px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  margin-right: min(calc(8 / 1080 * 100vw), 8px);
  position: relative;
}
@media screen and (max-width: 767px) {
  #modal_campaign .campaign__modal-close-icon {
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    margin-right: calc(10 / 750 * 100vw);
  }
}
#modal_campaign .campaign__modal-close-icon::before, #modal_campaign .campaign__modal-close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
}
#modal_campaign .campaign__modal-close-icon::before {
  width: 100%;
  height: min(calc(1 / 1080 * 100vw), 1px);
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  #modal_campaign .campaign__modal-close-icon::before {
    height: calc(2 / 750 * 100vw);
  }
}
#modal_campaign .campaign__modal-close-icon::after {
  width: 100%;
  height: min(calc(1 / 1080 * 100vw), 1px);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  #modal_campaign .campaign__modal-close-icon::after {
    height: calc(2 / 750 * 100vw);
  }
}

.cv01 {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .cv01 {
    padding: calc(60 / 750 * 100vw) 0;
  }
}

.cv01__inner {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .cv01__inner {
    width: 100%;
  }
}

.cv01__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .cv01__wrapper {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.cv01__btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cv01__btn-wrap {
    width: 100%;
  }
}

.cv01__btn-title {
  color: #333333;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .cv01__btn-title {
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.cv01__btn-title span {
  color: #e04870;
  font-weight: 700;
}

.cv01__btn {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 999px;
  width: min(calc(444 / 1080 * 100vw), 444px);
  height: min(calc(82 / 1080 * 100vw), 82px);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .cv01__btn {
    width: 100%;
    height: calc(140 / 750 * 100vw);
  }
}
.cv01__btn:hover {
  filter: brightness(110%);
}
.cv01__btn--phone {
  background-color: #f66a09;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(34 / 1080 * 100vw), 34px) min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .cv01__btn--phone {
    padding: calc(8 / 750 * 100vw) calc(34 / 750 * 100vw) calc(8 / 750 * 100vw) calc(8 / 750 * 100vw);
  }
}
.cv01__btn--phone .cv01__btn-badge {
  background-color: #fff479;
  color: #f66a09;
}
.cv01__btn--web {
  background-color: #0c9c00;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(34 / 1080 * 100vw), 34px) min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .cv01__btn--web {
    padding: calc(8 / 750 * 100vw) calc(34 / 750 * 100vw) calc(8 / 750 * 100vw) calc(8 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
  }
}
.cv01__btn--web .cv01__btn-badge {
  background-color: #ffffff;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.2;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .cv01__btn--web .cv01__btn-badge {
    font-size: calc(20 / 750 * 100vw);
    width: calc(102 / 750 * 100vw);
    height: calc(102 / 750 * 100vw);
    left: calc(8 / 750 * 100vw);
  }
}
.cv01__btn--web .cv01__btn-badge strong {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  color: #0c9c00;
}
@media screen and (max-width: 767px) {
  .cv01__btn--web .cv01__btn-badge strong {
    font-size: calc(38 / 750 * 100vw);
  }
}
.cv01__btn--web .cv01__btn-content {
  padding-left: min(calc(120 / 1080 * 100vw), 120px);
}
@media screen and (max-width: 767px) {
  .cv01__btn--web .cv01__btn-content {
    padding-left: calc(170 / 750 * 100vw);
  }
}
.cv01__btn::after {
  content: "";
  position: absolute;
  right: min(calc(20 / 1080 * 100vw), 20px);
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(12 / 1080 * 100vw), 12px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  background: url("../img/icon_arrow_w.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .cv01__btn::after {
    right: calc(24 / 750 * 100vw);
    width: calc(20 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
  }
}

.cv01__btn-badge {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(74 / 1080 * 100vw), 74px);
  height: min(calc(74 / 1080 * 100vw), 74px);
  border-radius: 50%;
  font-size: min(calc(23 / 1080 * 100vw), 23px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: min(calc(6 / 1080 * 100vw), 6px);
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .cv01__btn-badge {
    width: calc(120 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    left: calc(10 / 750 * 100vw);
  }
}

.cv01__btn-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  padding-left: min(calc(160 / 1080 * 100vw), 160px);
}
@media screen and (max-width: 767px) {
  .cv01__btn-content {
    padding-left: calc(230 / 750 * 100vw);
  }
}

.cv01__btn-text {
  color: #ffffff;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .cv01__btn-text {
    font-size: calc(36 / 750 * 100vw);
  }
}

.cv01__btn-number {
  color: #ffffff;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-top: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .cv01__btn-number {
    font-size: calc(26 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
}

.cv01__caption {
  color: #333333;
  font-family: "Noto Serif JP";
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .cv01__caption {
    font-size: calc(22 / 750 * 100vw);
    margin-top: calc(16 / 750 * 100vw);
  }
}

.worries {
  position: relative;
  background-color: #eeeeee;
  padding: 0 0 min(calc(100 / 1080 * 100vw), 100px);
}
@media screen and (max-width: 767px) {
  .worries {
    padding: 0 0 calc(100 / 750 * 100vw);
  }
}
.worries .block-inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .worries .block-inner {
    width: 100%;
  }
}

.worries__block--b01 {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
  padding: min(calc(64 / 1080 * 100vw), 64px) 0 min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .worries__block--b01 {
    width: 100%;
    padding: calc(80 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
}

.worries__title {
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .worries__title {
    font-size: calc(46 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.worries__title strong {
  font-weight: 500;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
}
.worries__title strong span {
  color: var(--red, #f64e5a);
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .worries__title strong span {
    font-size: calc(56 / 750 * 100vw);
  }
}
.worries__title strong span::before {
  content: "";
  position: absolute;
  top: max(calc(-8 / 1080 * 100vw), -8px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(6 / 1080 * 100vw), 6px);
  aspect-ratio: 1/1;
  background-color: var(--red, #f64e5a);
  border-radius: 999%;
}
@media screen and (max-width: 767px) {
  .worries__title strong span::before {
    width: calc(8 / 750 * 100vw);
  }
}

.worries__lists {
  display: flex;
  justify-content: center;
  gap: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .worries__lists {
    flex-direction: column;
    gap: calc(32 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.worries__list {
  width: min(calc(312 / 1080 * 100vw), 312px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .worries__list {
    width: 100%;
  }
}
.worries__list--nocard .worries__list-top {
  flex: 1;
}

.worries__list-top {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .worries__list-top {
    gap: calc(13 / 750 * 100vw);
  }
}

.worries__list-bubble {
  position: relative;
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
  background-color: #666666;
  border-radius: 99px;
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(16 / 1080 * 100vw), 16px);
  width: min(calc(231 / 1080 * 100vw), 231px);
}
@media screen and (max-width: 767px) {
  .worries__list-bubble {
    padding: calc(14 / 750 * 100vw) calc(24 / 750 * 100vw);
    width: calc(429 / 750 * 100vw);
  }
}
.worries__list-bubble::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: min(calc(38 / 1080 * 100vw), 38px);
  aspect-ratio: 36/28;
  background: url(../img/worries_bubble_rect.svg) no-repeat center center/contain;
}
.worries__list-text {
  color: #ffffff;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .worries__list-text {
    font-size: calc(28 / 750 * 100vw);
  }
}

.worries__list-illust {
  width: min(calc(73 / 1080 * 100vw), 73px);
  margin-top: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .worries__list-illust {
    width: calc(107 / 750 * 100vw);
    height: calc(160 / 750 * 100vw);
    margin-top: calc(4 / 750 * 100vw);
  }
}
.worries__list-illust img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.worries__list-card {
  background-color: #ffffff;
  border-radius: 0;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(16 / 1080 * 100vw), 16px);
  width: 100%;
  height: min(calc(92 / 1080 * 100vw), 92px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .worries__list-card {
    padding: calc(24 / 750 * 100vw) calc(20 / 750 * 100vw);
    height: auto;
    min-height: calc(120 / 750 * 100vw);
  }
}
.worries__list-card p {
  color: #333333;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: justify;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .worries__list-card p {
    font-size: calc(26 / 750 * 100vw);
  }
}

.worries__block--b02 {
  position: relative;
  margin: 0 auto;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  padding: min(calc(120 / 1080 * 100vw), 120px) min(calc(60 / 1080 * 100vw), 60px) min(calc(80 / 1080 * 100vw), 80px);
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .worries__block--b02 {
    padding: calc(120 / 750 * 100vw) calc(40 / 750 * 100vw) calc(70 / 750 * 100vw);
  }
}
.worries__block--b02::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/80;
  background-color: var(--base-eee, #eee);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .worries__block--b02::before {
    aspect-ratio: 750/80;
  }
}

.worries__head {
  text-align: center;
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .worries__head {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.worries__head-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  color: #f64e5a;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .worries__head-title {
    gap: calc(20 / 750 * 100vw);
    font-size: calc(42 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}

.worries__head-deco {
  display: block;
  width: min(calc(2 / 1080 * 100vw), 2px);
  height: min(calc(46 / 1080 * 100vw), 46px);
  background-color: #f64e5a;
  transform: rotate(20deg);
}
.worries__head-deco:first-child {
  transform: rotate(-20deg);
}
@media screen and (max-width: 767px) {
  .worries__head-deco {
    width: calc(2 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
}

.worries__head-lead {
  color: #333333;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .worries__head-lead {
    font-size: calc(32 / 750 * 100vw);
  }
}

.worries__cards {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: min(calc(32 / 1080 * 100vw), 32px);
  width: min(calc(630 / 1080 * 100vw), 630px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .worries__cards {
    flex-direction: column;
    gap: calc(32 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}

.worries__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.worries__card-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  background-color: #fdeaee;
  border-radius: 999px;
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(32 / 1080 * 100vw), 32px);
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .worries__card-label {
    gap: calc(10 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(32 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.worries__card-label span:not(.worries__card-dot) {
  color: #333333;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .worries__card-label span:not(.worries__card-dot) {
    font-size: calc(32 / 750 * 100vw);
  }
}

.worries__card-dot {
  display: block;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(8 / 1080 * 100vw), 8px);
  background-color: #e04870;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .worries__card-dot {
    width: calc(10 / 750 * 100vw);
    height: calc(10 / 750 * 100vw);
  }
}

.worries__card-bnr {
  position: relative;
  width: 100%;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .worries__card-bnr {
    border-radius: calc(20 / 750 * 100vw);
  }
}

.worries__card-badge {
  position: absolute;
  bottom: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(16 / 1080 * 100vw), 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(80 / 1080 * 100vw), 80px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  background-color: #e04870;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .worries__card-badge {
    bottom: calc(20 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
  }
}
.worries__card-badge span {
  color: #ffffff;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .worries__card-badge span {
    font-size: calc(22 / 750 * 100vw);
  }
}
/*# sourceMappingURL=lp.css.map */
