@charset "UTF-8";

/* =======================================================
   Global & Base
======================================================= */
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

.l-header.p-header {}

.l-wrapper {
  position: relative;
  width: 100%;
  max-width: 850px;
  margin: auto;
}

.p-footer__pagetop a {
    bottom: 70px !important;
}

/* =======================================================
   Utilities & Animations (JS Hooks)
======================================================= */
.js-fade-up,
.js-fade-up-two,
.js-fade-left,
.js-fade-right,
.js-fade-zoom-in,
.js-fade-zoom-out,
.js-fade-blur {
  opacity: 0;
}

.js-fade-up,
.js-fade-up-two {
  transform: translateY(50px);
}

.js-fade-left {
  transform: translateX(-50px);
}

.js-fade-right {
  transform: translateX(50px);
}

.js-fade-zoom-in {
  transform: scale(0.92);
  transform-origin: center;
}

.js-fade-zoom-out {
  transform: scale(1.08);
  transform-origin: center;
}

.js-fade-blur {
  filter: blur(10px);
}

.js-stagger-zoom img {
  opacity: 0;
  transform: translateY(-150px);
}

/* スクロール追従で出す対象（初期状態） */
.js-scroll-reveal {
  opacity: 1;
  transform: scale(1);
}

@keyframes zeroGravity {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  100% {
    /* 上に15px移動しつつ、右に2度だけ傾ける */
    transform: translateY(-15px) rotate(2deg);
  }
}

/* =======================================================
   Layout (Main Container)
======================================================= */
.p-lp {
  position: relative;
  margin: 0 auto;
  max-width: 850px;
  width: 100%;
}

@media screen and (max-width: 1366px) {
  .p-lp {
    max-width: 750px;
  }
}

@media screen and (max-width: 1024px) {
  .p-lp {
    max-width: 100%;
    padding: 0;
  }
}


.header-fix {
  position: absolute;
  width: 100%;
  max-width: 850px;
  z-index: 999;
  top: 0;
}

.header-fix img {
  width: 100%;
  max-width: 570px;
  display: block;
  margin: auto;
}

@media screen and (max-width: 798px) {
  .header-fix img {
    max-width: initial;
  }
}

/* =======================================================
   Side Panels
======================================================= */
.c-side-panel {
  position: fixed;
  inset: 0;
  width: 100%;
}

/* 中央カラム 850px を除いた左右を均等に */
.c-side-panel__box {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  width: calc((100% - 850px) / 2);
}

.c-side-panel__box--left {
  left: 0;
}

.c-side-panel__box--right {
  right: 0;
}

.c-side-panel__bg {
  position: absolute;
  /* fix から absolute に修正 */
  inset: 0;
  min-height: 100vh;
  background: linear-gradient(135deg, #ad98ca 0%, #bcb0e2 40%, #7f72bc 100%);
}

.c-side-panel__content {
  position: relative;
  height: 100vh;
}

/* 左ロゴ */
.c-side-panel__logo {
  width: 100%;
  /*   margin-top: 100px; */
}

/* CTA */
.c-side-panel__cta {
  z-index: 2;
  position: absolute;
  inset: 0;
  padding-top: 10rem;
  margin: auto;
  /* width: 100%; */
  max-width: 200px;
  /* height: auto; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.c-side-panel__cta-link {
  border-radius: 15px;
  font-size: 1.6rem;
  padding: 7px 15px;
  width: max-content;
  background: linear-gradient(135deg, #62507c 0%, #a296c6 40%, #5b4e96 100%);
  color: #fff;
  text-decoration: none;
}

.c-side-panel__cta-link:visited {
  color: #fff !important;
}

/* =======================================================
   SP Fixed CTA
======================================================= */
.c-cta-sp {
  display: none;
}

@media screen and (max-width: 798px) {
  .c-side-panel__cta {
    display: none;
  }

  .c-cta-sp {
    position: fixed;
    bottom: 15px;
    display: flex;
    margin: auto;
    z-index: 999;
    transform: translateX(-50%);
    left: 50%;
  }

  .c-cta-sp a {
    background: linear-gradient(135deg, #62507c 0%, #a296c6 40%, #5b4e96 100%);
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 25px;
    width: 330px;
    position: relative;
    padding-left: 20px;
    text-align: center;
    text-decoration: none;
  }

  .c-cta-sp__icon {
    position: absolute;
    right: -5px;
    top: -15px;
    transform: rotate(25deg);
    width: 30px;
  }
}

@media screen and (max-width: 358px) {
  .c-cta-sp a {
    width: 300px;
  }
}

/* =======================================================
   Key Visual
======================================================= */
.p-fv {
  width: 100%;
  position: relative;
  margin-bottom: 35px;
}

.p-fv__inner {
  width: 100%;
}

.p-fv__image-wrapper {
  display: block;
  width: 100%;
  position: relative;
}

.p-fv__heading {
  position: absolute;
  top: 50px;
  width: 100%;
}

.p-fv__heading img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 0;
  display: block;
}

.p-fv__bottom {
  width: 100%;
}

.p-fv__bottom img {
  width: 100%;
  display: block;
  margin: 0 auto 50px;
  max-width: 700px;
}

.p-fv__copy {
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 135%;
  font-size: 2.8em;
}

@media screen and (max-width: 798px) {
  .p-fv__copy {
    padding: 0 15px;
    font-size: 2em;
  }
}

@media screen and (max-width: 498px) {
  .p-fv__bottom img {
    width: 275px;
    margin: 15px auto 50px;
  }
}

/* =======================================================
   Section Common
======================================================= */
section {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

/* =======================================================
   Benefit Section
======================================================= */
.p-benefit {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

.p-benefit__inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://foula.itembox.cloud/item/images/lp/img/extra_bond_assist/benefit-bg.jpg);
  height: 750px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 0 25px 70px;
}

.p-benefit__image {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.p-benefit__image img {
  width: 100%;
  max-width: 90%;
  display: block;
  margin: auto;
  position: relative;
  animation: zeroGravity 4s ease-in-out infinite alternate;
}

.p-benefit__title {
  font-size: 4.6rem;
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 135%;
  color: #38285b;
  margin-bottom: 25px;
}

.p-benefit__title span {
  font-size: 7rem;
}

.p-benefit__tag p {
  box-shadow: 0 0 10px #9e9e9e;
  background-color: #fff;
  padding: 2px 15px;
  width: max-content;
  font-family: 'Noto Serif JP', sans-serif;
  margin-top: 15px;
  font-size: 2.4rem;
}

@media screen and (max-width: 798px) {
  .p-benefit {
    padding-bottom: 15%;
  }

  .p-benefit__image {
    top: 35px;
    width: 220px;
}
  .p-benefit__image img {
    max-width: 100%;
    animation: zeroGravity 2s ease-in-out infinite alternate;
  }

  .p-benefit__title {
    padding: 0 25px;
    font-size: 3rem;
  }

  .p-benefit__inner {
    padding: 0 0px 35px;
    height: 500px;
  }

  .p-benefit__title p:last-child {
    font-size: 2rem;
  }

  .p-benefit__tag {
    padding: 0 15px;
  }

  .p-benefit__tag p {
    font-size: 1.8rem;
    width: fit-content;
    max-width: 100%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 498px) {
  .p-benefit__title {
    line-height: 155%;
  }

  .p-benefit__title p:last-child {
    font-size: 3rem;
  }
}

/* =======================================================
   Compare Section
======================================================= */
.p-compare {
  padding-top: 150px;
  position: relative;
}

.p-compare__inner {
  background-color: #fdfbff;
  background-image: radial-gradient(at 0% 0%, hsl(359deg 0% 100%) 0px, #ebe3fb 50%),
    radial-gradient(at 100% 0%, hsl(271deg 12.39% 30.66%) 0px, #ffffff00 50%);
  width: 100%;
  padding: 180px 0 50px;
  margin-bottom: 150px;
}

.p-compare__inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -78px;
  width: 100%;
  height: 80px;
  background: #ebe3fb;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.p-compare__kv {
  position: absolute;
  top: 0;
}

.p-compare__kv img {
  width: 100%;
  max-width: 80%;
}

.p-compare__title {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 35px;
  background: linear-gradient(135deg, #beb0d3 0%, #a296c6 40%, #8177b0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.p-compare__title-sub {
  font-size: 3.2rem;
}

.p-compare__title-main {
  font-size: 4rem;
}

.p-compare__desc {
  padding-top: 5%;
  text-align: center;
  color: #6c5a96;
  font-size: 1.8rem;
  margin-bottom: 35px;
}

.p-compare__desc-top {
  line-height: 1.4;
  margin-bottom: 50px;
  font-size: 2.4rem;
}

.p-compare__desc-top span {
  font-weight: bold;
  font-size: 2.4rem;
  text-decoration: none;
  background: linear-gradient(135deg, #beb0d398 0%, #c0b8d8a6 40%, #b3a5d8a2 100%);
  background-repeat: no-repeat;
  background-size: 100% 40%;
  background-position: 0 100%;
  padding-bottom: 4px;
  padding-left: 10px;
}

.p-compare__desc-bottom {
  font-weight: bold;
  font-size: 2.4rem;
}

.p-compare__desc-bottom span {
  font-size: 2.4rem;
}

.p-compare__note {
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: bold;
  text-align: center;
  color: #6c5a96;
  margin-top: 5%;
  font-size: 1.8em;
  line-height: 1.6;
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 798px) {
  .p-compare__inner {
    padding: 15% 15px 7%;
    margin-bottom: 100px;
  }

  .p-compare__title {
    margin-bottom: 2%;
  }

  .p-compare__title-sub {
    font-size: 2.1rem;
  }

  .p-compare__title-main {
    font-size: 2.8rem;
  }

.p-compare__desc-top {
    font-size: 2.1rem;
    margin-bottom: 7%;
    font-weight: bold;
}

  .p-compare__desc-top span {
    font-size: 2.1rem;
  }

  .p-compare__desc-bottom {
    font-size: 2.1rem;
  }

  .p-compare__note p {
    /*   font-size: 1.6rem; */
  }
}

@media screen and (max-width: 498px) {

  .p-compare__kv {
    top: 45px;
  }

}

/* =======================================================
   Problem Section
======================================================= */
.p-problem .p-problem__title {
  text-align: center;
  margin-bottom: 50px;
  color: #6c5a96;
  font-size: 1.8rem;
  font-weight: bold;
}

.p-problem__title span {
  color: #b646bc;
}

.p-problem__inner {
  position: relative;
  background-color: #fdfbff;
  background-image:
    radial-gradient(at 0% 0%, hsl(359deg 0% 100%) 0px, #ebe3fb 50%),
    radial-gradient(at 100% 0%, hsl(271deg 12.39% 30.66%) 0px, #ffffff00 50%);
  padding-top: 185px;
  padding-bottom: 150px;
  text-align: center;
}

.p-problem__inner::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 2;
  top: -1px;
  width: 100%;
  height: 160px;
  background: linear-gradient(to bottom,
      #ffffff 0%,
      rgba(255, 255, 255, 0.6) 40%,
      rgba(255, 255, 255, 0.918) 70%,
      rgba(241, 237, 237, 0) 100%);
  pointer-events: none;
}

.p-problem__lead {
  position: relative;
  font-weight: 700;
  top: -160px;
  z-index: 999;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 35px;
  background: linear-gradient(135deg, #62507c 0%, #a296c6 40%, #5b4e96 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 3.4rem;
}

.p-problem__text {
  margin-top: -150px;
}

.p-problem__case-list {
  margin-top: 150px;
}

.p-problem__case {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 125px;
}

.p-problem__case-image img {
  width: 100%;
  box-shadow: 5px 5px 7px 2px #5050504a;
}

.p-problem__case-caption {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 15px 30px;
  font-size: 1.8rem;
  width: max-content;
}

.p-problem__time {
  background-color: #fff;
  display: flex;
  justify-content: center;
  gap: 15px;
  width: 80%;
  margin: auto;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 0 5px #333;
}

.p-problem__time-icon {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-problem__time-icon img {
  width: 100%;
  max-width: 135px;
}

.p-problem__time-text {
  width: 70%;
  text-align: start;
}

.p-problem__time-text p {
  margin-top: 0px;
  color: #6c5a96;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 5px;
}

.p-problem__time-text span {
  color: #6e6e6e;
}

@media screen and (max-width: 798px) {
  .p-problem .p-problem__title {
    font-size: 1.2rem;
    padding: 0 15px;
  }

  .p-problem__inner {
    padding: 185px 15px;
  }

  .p-problem__case-list {
    margin-top: 25px;
  }
}

/* =======================================================
   Feature Section
======================================================= */
.p-feature {
  position: relative;
  background-color: #fdfbff;
  background-image:
    radial-gradient(at 0% 0%, hsl(359deg 0% 100%) 0px, #ebe3fb 50%),
    radial-gradient(at 100% 0%, hsl(271deg 12.39% 30.66%) 0px, #ffffff00 50%);
  text-align: center;
}

.p-feature::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 2;
  top: -1px;
  width: 100%;
  height: 160px;
  background: linear-gradient(to bottom,
      #ffffff 0%,
      rgba(255, 255, 255, 0.6) 40%,
      rgba(255, 255, 255, 0.918) 70%,
      rgba(241, 237, 237, 0) 100%);
  pointer-events: none;
}

.p-feature__heading {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  z-index: 999;
}

.p-feature__heading p {
  color: #6c5a96;
  margin-bottom: 7px;
  padding: 20px 0;
  font-size: 2.4rem;
}

.p-feature__heading span {
  color: #b646bc;
}

.p-feature__lead {
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 70px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  background: linear-gradient(135deg, #62507c 0%, #a296c6 40%, #5b4e96 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 4rem;
  letter-spacing: 0;
}

.p-feature__text {
  text-align: center;
  margin-bottom: 55px;
  font-size: 2.1rem;
}

.p-feature__list {
  text-align: center;
  margin-bottom: 55px;
}

.p-feature__list-title {
  color: #6c5a96;
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
}

.p-feature__list-title img {
  max-width: 35px;
  width: 100%;
}

.p-feature__list-text {
  font-size: 1.8rem;
}

.p-feature__note {
  text-align: end;
  padding-right: 5%;
  font-size: 14px;
  color: #727272;
  width: 80%;
  margin-bottom: 75px;
}

.p-feature__table {
  padding: 0 15px;
}

.p-feature__table img {
  width: 100%;
}

.p-feature__bottom {
  position: relative;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 150px;
  color: #6c5a96;
  font-size: 2.4rem;
  font-weight: bold;
}

.p-feature__bottom span {
  color: #5238c1;
}

.test-logo {
  position: absolute;
  bottom: -80px;
  z-index: 2;
  right: 0;
}

.test-logo img {
  width: 100%;
  max-width: 375px;
}

@media screen and (max-width: 798px) {
  .p-feature {
    padding: 0 15px;
  }

  .p-feature__heading p {
    font-size: 2.1rem;
    padding: 0;
    margin-bottom: 25px;
  }

  .p-feature__lead {
    margin: 0% auto;
    font-size: 3.6rem;
    padding: 10% 0;
  }

  .p-feature__text {
    font-size: 2rem;
  }

  .p-feature__text br {
    display: none;
  }

  .p-feature__list {
    margin-bottom: 40px;
  }

  .p-feature__list-title {
      font-size: 2.1rem;
    margin-bottom: 7px;
  }

  .p-feature__list-text {
    font-size: 1.6rem;
  }

  .p-feature__list-title img {
    max-width: 25px;
  }

  .p-feature__list-text br {
    display: none;
  }

  .p-feature__note {
    width: 100%;
    margin-bottom: 50px;
  }

  .p-feature__table {
    padding: 0;
  }
}

/* =======================================================
   Verification Section
======================================================= */
.p-verification {
  padding-top: 150px;
}

.p-verification__heading {
  position: relative;
  text-align: center;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  margin: 0 auto;
  padding: 15px 0;
  font-family: 'Noto Serif JP', sans-serif;
}

.p-verification__heading span {
  font-size: 2.8rem;
  padding-left: 5px;
  margin-top: -15px;
}

.p-verification__heading::before,
.p-verification__heading::after {
  position: absolute;
  content: "";
  background-color: #333;
  width: 100px;
  height: 1px;
}

.p-verification__heading::before {
  left: 0;
  top: 50%;
}

.p-verification__heading::after {
  right: 0;
  top: 50%;
}

.p-verification__vs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: #6c5a96;
  font-size: 2.4rem;
  margin-bottom: 35px;
}

.p-verification__vs-title {
  width: 25%;
  text-align: center;
  line-height: 1.4;
}

.p-verification__vs-vs {
  font-size: 3rem;
  font-weight: bold;
  font-style: italic;
}

.p-verification__vs-title span {
  font-weight: bold;
  font-size: 2.6rem;
}

.p-verification__content {
  margin-bottom: 75px;
}

.p-verification__content-index {
  background-color: #d7cff9;
  color: #4b3f70;
  font-weight: bold;
  width: max-content;
  padding: 10px 25px;
  margin: auto;
  border-radius: 25px;
}

.p-verification__content-video {
  width: 100%;
  max-width: 400px;
  margin: 50px auto;
}

.video-element {
  width: 100%;
  border-radius: 50px;
  height: auto;
  display: block;
}

.p-verification__content-img {
  width: 100%;
  max-width: 500px;
  margin: 50px auto;
}

.p-verification__content-img img {
  width: 100%;
  box-shadow: 5px 5px 7px 2px #5050504a;
}

.p-verification__sub-heading {
  color: #6c5a96;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  text-align: center;
  margin-bottom: 25px;
}

.p-verification__heading-text,
.p-verification__bottom-text {
  text-align: center;
  padding: 0;
}

.p-verification__video {
  margin: 35px auto;
  display: block;
  width: 560px;
  height: 315px;
}

.p-verification__video-video {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 798px) {
  .p-feature__bottom {
    padding-top: 25px;
    padding-bottom: 75px;
    font-size: 2rem;
  }

  .p-verification__heading {
    font-size: 3.4rem;
  }

  .test-logo {
    bottom: -55px;
  }

  .test-logo img {
    max-width: 200px;
  }

  .p-verification {
    padding-top: 15%;
  }

  .p-verification__heading::before {
    left: 15px;
  }

  .p-verification__heading::after {
    right: 15px;
  }

  .p-verification__heading::before,
  .p-verification__heading::after {
    width: 80px;
  }

  .p-verification__vs-title {
    width: 40%;
    font-size: 1.8rem;
  }

  .p-verification__vs-title span {
    font-size: 3rem;
  }

  .p-verification__content {
    padding: 0 15px;
  }

  .p-verification__content-video {
    margin: 0px auto;
  }
}

/* =======================================================
   Assists Section
======================================================= */
.p-assists {
  width: 100%;
  max-width: 850px;
  margin: auto;
}

.p-assists__inner {
  background-image: url(https://foula.itembox.cloud/item/images/lp/img/extra_bond_assist/features-bg.jpg);
  padding: 50px 0 100px;
  margin: auto;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 1.4;
}

.p-assists__lead {
  margin: 50px auto 35px;
  font-weight: 700;
  background: linear-gradient(135deg, #62507c 0%, #a296c6 40%, #5b4e96 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 3.8rem;
  letter-spacing: 0;
}

.p-assists__subtitle {
  font-size: 2.8rem;
  margin-bottom: 35px;
}

.p-assists__text {
  font-size: 2.4rem;
  margin-bottom: 35px;
}

.p-assists__note {
  font-size: 1.4rem;
  color: #727272;
}

@media screen and (max-width: 798px) {
  .p-assists__inner {
    padding: 5% 5px 10%;
  }

  .p-assists__lead {
    font-size: 3.6rem;
    margin: 5% 0;
  }

  .p-assists__subtitle {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }

  .p-assists__text {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

/* =======================================================
   Merits Section
======================================================= */
.p-merits__lead {
  margin: 50px auto 75px;
  font-weight: 700;
  line-height: 1.4;
  background: linear-gradient(135deg, #62507c 0%, #a296c6 40%, #5b4e96 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  color: transparent;
  font-size: 3.8rem;
  letter-spacing: 0;
}

.p-merits__block {
  position: relative;
  padding: 50px 25px;
  box-shadow: 5px 5px 7px 2px #5050504a;
  border-radius: 10px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 90px;
}

.pb-last {
  margin-bottom: 0;
}

.p-merits__block-index {
  background: linear-gradient(135deg, #62507c 0%, #a296c6 40%, #5b4e96 100%);
  width: max-content;
  padding: 7px 30px;
  color: #fff;
  border-radius: 25px;
  font-size: 2.1rem;
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
}

.p-merits__block-ul {
  width: 100%;
  max-width: 90%;
  margin: auto;
}

.p-merits__block-ul li {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 10px;
}

.p-merits__block-ul li img {
  width: 100%;
  max-width: 25px;
  box-shadow: 3px 4px 3px 0px #5050504a;
}

.p-merits__block-text {
  font-size: 1.8rem;
  border-bottom: 1px dashed;
}

.p-merits__contents-note {
  text-align: center;
  margin: 75px auto;
  font-size: 1.8rem;
}

@media screen and (max-width: 798px) {
  .p-merits__lead {
    font-size: 3.6rem;
  }

  .p-merits__contents {
    padding: 0 15px;
  }

  .p-merits__block {
    padding: 50px 3px 35px;
  }

  .p-merits__block-index{
    font-weight: bold;
  }
  .p-merits__block-check-box {
    width: 10%;
  }

  .p-merits__block-text {
    font-size:1.6rem;
    padding: 5px;
  }

  .p-merits__contents-note {
    margin: 35px auto;
    font-size: 1.4rem;
  }
}

/* =======================================================
   How to Use Section
======================================================= */
.p-howtouse__inner {
  background-color: #ebe3fbb0;
  padding: 25px 0;
}

.p-howtouse__lead {
  margin: 50px auto 75px;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(135deg, #62507c 0%, #a296c6 40%, #5b4e96 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  color: transparent;
  font-size: 3.8rem;
  letter-spacing: 0;
}

.p-howtouse__block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10%;
  max-width: 700px;
  margin: 0 auto;
  padding: 25px;
  box-shadow: 5px 5px 7px 2px #5050504a;
  border-radius: 25px;
  background-color: #fff;
}

.p-howtouse__block-img {
  width: 45%;
}

.p-howtouse__block-img img {
  width: 100%;
}

.p-howtouse__block-text {
  width: 45%;
  font-size: 1.8rem;
  line-height: 1.4;
}

.p-howtouse__step span {
  font-size: 2.6rem;
  font-weight: 700;
  color: #6c5a96;
  font-family: 'Noto Serif JP', sans-serif;
  margin-bottom: 5px;
  display: inline-block;
}

.p-howtouse__arrow {
  padding: 50px;
  display: flex;
  justify-content: center;
}

.down-arrow {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 35px solid #9594cc;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.2));
}

.p-howtouse__note {
  position: relative;
  max-width: 700px;
  margin: 130px auto 75px;
  padding: 25px;
  box-shadow: 5px 5px 7px 2px #5050504a;
  border-radius: 75px;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 2%;
}

.p-howtouse__note-attention {
  position: absolute;
  top: -45px;
  left: 25px;
  transform: translateX(-50%);
}

.p-howtouse__note-img {
  width: 18%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-howtouse__note-img img {
  width: 100%;
  max-width: 25px;
}

.p-howtouse__note-text {
  width: 80%;
}

.p-howtouse__note-text p {
  font-size: 2.1rem;
  font-weight: bold;
}

.p-howtouse__note-text span {
  font-size: 18px;
}

@media screen and (max-width: 798px) {
  .p-howtouse__lead {
    margin: 30px auto 40px;
    font-size: 3.6rem;
  }

  .p-howtouse__block {
    gap: 5%;
    flex-direction: column;
    padding: 25px 10px;
  }

  .p-howtouse__contents {
    padding: 0 15px;
  }

  .p-howtouse__block-img {
    width: 60%;
}

  .p-howtouse__block-img img{
    border-radius: 15px;
}

.p-howtouse__block-text {
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
    padding-top: 15px;
}

  .p-howtouse__step span {
    /* font-size: 1.2rem; */
  }

  .p-howtouse__arrow {
    padding: 20px;
  }

  .down-arrow {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 30px solid #9594cc;
  }

  .p-howtouse__note {
    padding: 15px 0px 25px;
    flex-direction: column;
    width: 75%;
    max-width: initial;
    margin: 20% auto 10%;
  }

  .p-howtouse__note-img {
    margin-bottom: 10px;
  }

  .p-howtouse__note-img img {
    max-width: 15px;
  }

  .p-howtouse__note-text {
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }

  .p-howtouse__note-text span {
    font-size: 14px;
  }
}

/* =======================================================
   FAQ Section
======================================================= */
.p-faq {
  margin-bottom: 100px;
}

.p-faq__lead {
  margin: 50px auto 0px;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(135deg, #62507c 0%, #a296c6 40%, #5b4e96 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  color: transparent;
  font-size: 4rem;
  letter-spacing: 0.5rem;
  font-family: 'Noto Serif JP', sans-serif;
}

.p-faq__lead span {
  color: #4d485b;
  display: block;
  margin: 25px 0;
  font-size: 2.4rem;
  font-family: initial;
  letter-spacing: 0;
}

.p-faq__container {
  position: relative;
  max-width: 700px;
  margin: auto;
  padding: 25px;
  background-color: #fff;
}

.p-faq__block {
  margin-bottom: 50px;
}

.p-faq__block-question {
  padding: 10px;
  font-size: 2.2rem;
  font-weight: bold;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}

.p-faq__block-question span {
  color: #4d485b;
  margin: 25px 0;
  font-size: 2.2rem;
  padding-right: 20px;
}

.p-faq__block-answer {
  padding: 30px 0px 0px 25px;
  font-size: 1.8rem;
}

@media screen and (max-width: 798px) {
  .p-faq {
    margin-bottom: 5%;
  }

  .p-faq__lead {
 /*    font-size: 2.6rem; */
  }

  .p-faq__lead span {
    margin: 15px 0;
    font-size:2.1rem;
  }

  .p-faq__block {
    margin-bottom: 35px;
  }

  .p-faq__block-question {
    /* font-size: 1.4rem; */
    padding: 3px;
    display: flex;
    align-items: center;
  }

  .p-faq__block-answer {
    font-size: 1.8rem;
    padding: 20px 0px 0px 20px;
  }
}

/* =======================================================
   PRODUCTS Section
======================================================= */
.p-products {
 /*  margin-bottom: 75px; */
}

.p-products__lead {
  margin-bottom: 50px;
}

.p-products__blocks {
  display: flex;
}

.p-products__img {
  width: 45%;
}

.p-products__img img {
  width: 100%;
  padding: 15px;
}

.p-products__text {
  width: 45%;
}

.p-products__text-dis {
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: bold;
  line-height: 1.6;
}

.p-products__text-name {
  font-size: 1.4rem;
  padding: 10px 0;
}

.p-products__btn a {
  background: linear-gradient(135deg, #62507c 0%, #a296c6 40%, #5b4e96 100%);
  padding: 15px 50px;
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  border-radius: 25px;
}

.p-products__btn span {
  font-size: 18px;
}


@media screen and (max-width: 798px) {

  .p-products__lead {
    margin-bottom: 20px;
  }

  .p-products__blocks {
    flex-direction: column;
    align-items: center;
  }

  .p-products__img {
    width: 100%;
    margin: auto;
  }

  .p-products__img img {
    display: block;
    max-width: 275px;
    margin: auto;
  }

  .p-products__text {
    width: 100%;
  }

  .p-products__text {
    width: 100%;
    text-align: center;
  }

  .p-products__text-dis {
    font-size: 2.4rem;
    font-weight: initial;
  }

  .p-products__text-name {
    font-size: 2rem;
  }

  .p-products__text-name br {
    display: none;
  }

}



.l-footer.p-footer{
      z-index: 9999;
    position: relative;
}