@charset "UTF-8";

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main,
figure,
figcaption {
  display: block;
}

ul,
ol {
  list-style: none;
  list-style-type: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

address {
  font-style: normal;
}

/**カラー*********/

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 0.075em;
}

a {
  text-decoration: none;
  color: #222;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

img {
  max-width: 100%;
  height: auto;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3rem 4.375rem 0;
  z-index: 99;
}

.l-header__inner {
  width: 100%;
}

.l-header__logo {
  width: 21.5625rem;
}

.l-header__gnav {
  width: 26.74%;
  position: fixed;
  top: 0;
  right: -120%;
  z-index: 999;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.l-header__gnav.panelactive {
  right: 0;
}

.l-header__bg {
  position: fixed;
  z-index: 999;
  width: 26.74%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 9.3125rem 4.6875rem 2.53125rem 3.1875rem;
}

.l-header__gnav-list {
  margin-bottom: 3.3125rem;
}

.l-header__gnav-btn:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.l-header__gnav-btn::before {
  content: "";
  width: 100%;
  height: 0.3125rem;
  background-position: left;
  background-repeat: repeat-x;
  background-size: contain;
  background-image: url(../img/line_dots-pink.png);
  position: absolute;
  bottom: 0;
  left: 0;
}

.l-header__gnav-link {
  color: #F56883;
  padding: 0 0.625rem 1.125rem;
  width: 100%;
}

.l-header__sit-btn {
  padding-left: 0.125rem;
}

.l-header__sit-btn a {
  border-radius: 2.4375rem;
  border: 0.125rem solid #F56883;
  padding: 1rem 0 1.25rem;
  color: #F56883;
}

.l-header__openbtn {
  width: 4.5625rem;
  height: 4.5625rem;
  background-color: #EE869A;
  border-radius: 50%;
  position: fixed;
  top: 35%;
  right: 2.1%;
  z-index: 9999;
  cursor: pointer;
}

.l-header__openbtn > * {
  background-color: #ffffff;
  width: 45.2%;
  height: 0.1875rem;
  display: inline-block;
  position: absolute;
  left: 1.25rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.l-header__openbtn > *:nth-child(1) {
  top: 1.625rem;
}

.l-header__openbtn > *:nth-child(2) {
  top: 2.1875rem;
}

.l-header__openbtn > *:nth-child(3) {
  top: 2.75rem;
}

.l-header__openbtn.open > *:nth-child(1) {
  top: 1.75rem;
  -webkit-transform: translateY(0.375rem) rotate(-45deg);
          transform: translateY(0.375rem) rotate(-45deg);
}

.l-header__openbtn.open > *:nth-child(2) {
  opacity: 0;
}

.l-header__openbtn.open > *:nth-child(3) {
  top: 2.5625rem;
  -webkit-transform: translateY(-0.375rem) rotate(45deg);
          transform: translateY(-0.375rem) rotate(45deg);
}

.l-footer {
  background-color: #0F1080;
  padding: 7.5rem 0 5.625rem;
}

.l-footer::before {
  content: "";
  width: 103.125%;
  height: 19.875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/bg_wave-footer.png);
  position: absolute;
  top: -14.5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.l-footer__logo {
  margin-bottom: 2.375rem;
}

.l-footer__link {
  border-bottom: 1px solid #ffffff;
}

.l-footer__add {
  margin-bottom: 0.75rem;
}

.l-footer__accordion {
  margin-bottom: 2.375rem;
}

.l-footer__term {
  border-bottom: 1px solid #ffffff;
  gap: 0.25rem;
  cursor: pointer;
}

.l-footer__term.open .l-footer__icon::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.l-footer__icon {
  width: 0.875rem;
  height: 0.875rem;
}

.l-footer__icon::before,
.l-footer__icon::after {
  content: "";
  width: 100%;
  height: 0.125rem;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0.375rem;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.l-footer__icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.l-footer__dist {
  margin: 1.5rem auto 0;
  display: none;
}

.l-totop {
  position: fixed;
  z-index: 9;
  right: 4.8%;
  opacity: 0;
  -webkit-transform: translateY(2000%);
          transform: translateY(2000%);
}

.l-totop.UpMove {
  -webkit-animation: UpAnime 0.6s forwards;
          animation: UpAnime 0.6s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.l-totop.DownMove {
  -webkit-animation: DownAnime 0.6s forwards;
          animation: DownAnime 0.6s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}

.l-totop__btn {
  width: 4.78125rem;
  height: 11.00625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg_totop.png);
  padding: 0.5625rem 0 0;
}

.c-container {
  overflow-x: hidden;
}

.c-section-inner {
  max-width: 75rem;
  margin: 0 auto;
  width: 89.4%;
}

.c-section-ttl {
  font-size: 3.9375rem;
}

.c-section-ttl__pink {
  color: #F098A9;
}

.c-section-ttl__wave::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#trouble .c-section-ttl {
  margin-bottom: 7.875rem;
}

#trouble .c-section-ttl__wave::before {
  width: 113%;
  background-image: url(../img/line_wave-trouble.png);
  height: 0.375rem;
  bottom: -0.6875rem;
}

#worry .c-section-ttl__wave::before {
  width: 100%;
  background-image: url(../img/line_double-wave_yellow.png);
  height: 2.25rem;
  bottom: -1.75rem;
}

#point .c-section-ttl__wave::before {
  width: 91%;
  background-image: url(../img/line_double-wave_blue.png);
  height: 0.9375rem;
  bottom: -0.6875rem;
  left: 54%;
}

.p-intro--fi .c-section-ttl__wave::before {
  width: 100%;
  background-image: url(../img/line_wave-intro.png);
  height: 0.5rem;
  bottom: -0.6875rem;
  left: 50%;
}

.c-box-btn {
  background-color: #F56883;
  display: inline-block;
  font-size: 1.73rem;
  width: 21.715rem;
  padding: 0.9375rem 1.25rem 1.125rem 0;
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: white;
  font-family: inherit;
  line-height: 1;
  box-sizing: border-box;
}

/* ▼ 統一されたボタンスタイル レスポンシブ調整 ▼ */
@media (max-width: 768px) {
  .c-box-btn,
  .p-fv__combined-btn {
    width: 90%;
    max-width: 400px;
    padding: 16px 10px;
    font-size: 1.3rem;
    border-radius: 20px;
    margin: 0 auto;
    display: block;
  }
  .p-fv__button-text,
  .p-fv__price,
  .p-fv__limited {
    font-size: 1.1rem;
    text-align: center;
    word-break: break-word;
  }
}

/* ▼ 800px付近での限定特価2列問題修正 ▼ */
@media (max-width: 850px) and (min-width: 769px) {
  .p-fv__limited {
    font-size: 1.8rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .p-fv__limited p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .p-fv__button-text {
    font-size: 1.8rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .p-fv__combined-btn {
    padding: 16px 8px !important;
  }
}

@media (max-width: 800px) and (min-width: 769px) {
  .p-fv__limited {
    font-size: 1.6rem !important;
  }
  .p-fv__button-text {
    font-size: 1.6rem !important;
  }
  .p-fv__combined-btn {
    padding: 14px 6px !important;
  }
}

@media (max-width: 750px) and (min-width: 769px) {
  .p-fv__limited {
    font-size: 1.4rem !important;
  }
  .p-fv__button-text {
    font-size: 1.4rem !important;
  }
  .p-fv__combined-btn {
    padding: 12px 4px !important;
  }
}
/* ▲ 800px付近での限定特価2列問題修正 ▲ */

@media (max-width: 600px) {
  .c-box-btn,
  .p-fv__combined-btn {
    width: 98%;
    max-width: 98%;
    padding: 12px 4px;
    font-size: 1rem;
    border-radius: 16px;
    margin: 0 auto;
  }
  .p-fv__button-text,
  .p-fv__price,
  .p-fv__limited {
    font-size: 0.95rem;
    text-align: center;
    word-break: break-word;
  }
}
@media (max-width: 430px) {
  .c-box-btn,
  .p-fv__combined-btn {
    width: 100%;
    max-width: 100%;
    padding: 8px 2px;
    font-size: 0.95rem;
    border-radius: 12px;
    margin: 0 auto;
  }
  .p-fv__button-text,
  .p-fv__price,
  .p-fv__limited {
    font-size: 1.25rem;
    text-align: center;
    word-break: break-word;
  }
}
/* ▲ 統一されたボタンスタイル レスポンシブ調整 ▲ */

.c-intro::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0F1080), color-stop(50%, rgba(15, 16, 128, 0.8)), color-stop(70%, rgba(15, 16, 128, 0.7)), color-stop(80%, rgba(15, 16, 128, 0.6)), color-stop(95%, rgba(15, 16, 128, 0.52)));
  background: linear-gradient(to bottom, #0F1080 0%, rgba(15, 16, 128, 0.8) 50%, rgba(15, 16, 128, 0.7) 70%, rgba(15, 16, 128, 0.6) 80%, rgba(15, 16, 128, 0.52) 95%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.c-intro__circle {
  border-radius: 50%;
  border: 0.125rem solid #ffffff;
  width: 9.875rem;
  height: 9.875rem;
  margin-right: 1.625rem;
}

.c-intro__ttlBox {
  gap: 3.0625rem;
  margin-right: 0.25rem;
  margin-bottom: 2.4375rem;
}

.c-intro__ttl {
  margin-top: 0.625rem;
}

.c-intro__ttl p {
  font-size: 2.0625rem;
  text-align: right;
}

.c-intro__ttl-img {
  width: 25.465rem;
  margin-bottom: 1.25rem;
}

.c-intro__lead {
  color: #FFF8C2;
  margin-top: 1.125rem;
}

.c-intro__desc {
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.c-intro__img {
  width: 40.7%;
  margin-top: -3.5rem;
  margin-left: 4.3125rem;
}

/*
.c-intro__content {
  width: 45.4%;
}
*/

.c-intro__first {
  margin-bottom: 0.75rem;
  margin-left: 1.5625rem;
}

.c-intro__list {
  gap: 0.6875rem;
}

.c-intro__unit {
  background-color: #ffffff;
  border-radius: 1.8125rem;
  padding: 1.125rem 1.4375rem 1.3125rem;
}

.c-intro__unit > * {
  width: 100%;
}

.c-intro__period {
  border-radius: 50%;
  background-color: #F56883;
  width: 4.56125rem;
  height: 4.500625rem;
  font-size: 1.25rem;
  letter-spacing: -0.15em;
  gap: 0.125rem;
  margin-right: 0.5rem;
}

.c-intro__period-lg {
  font-size: 2rem;
  letter-spacing: -0.077em;
}

.c-intro__first_half {
  border-radius: 50%;
  background-color: #F56883;
  width: 9.5rem;
  height: 9.5rem;
  font-size: 2.75rem;
  letter-spacing: 0.15em;
  gap: 0.25rem;
  margin-right: 0.5rem;
}

.c-intro__times {
  color: #F56883;
  width: 6rem;
  padding: 0.6875rem 0.1875rem 0.75rem 0;
  margin-right: 0.75rem;
}

.c-intro__times::before,
.c-intro__times::after {
  background: radial-gradient(circle farthest-side, #F56883, #F56883 40%, transparent 60%, transparent);
  background-size: 0.375rem;
  content: "";
  display: inline-block;
  height: 0.375rem;
  width: 100%;
  left: 0;
  position: absolute;
}

.c-intro__times::before {
  top: 0;
}

.c-intro__times::after {
  bottom: 0;
}

.c-intro__rp > * > *::after {
  content: "";
  background-color: #E81C44;
  height: 0.15625rem;
  width: 100%;
  position: absolute;
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
  left: -0.125rem;
  top: 0.5625rem;
}

.c-intro__price {
  margin-right: 0.3125rem;
}

.c-intro__price span {
  color: #E81C44;
}

.c-intro__arrow {
  width: 3.5rem;
  height: 1.5rem;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #0F1080;
  margin-top: 0.375rem;
  margin-left: 5.375rem;
}

.c-intro__tax {
  background-color: #0F1080;
  padding: 0.375rem 1.5rem 0.5rem;
  border-radius: 1.25rem;
}

.c-intro__postage {
  font-size: 0.9975rem;
  line-height: 1.128;
  border-radius: 0.596875rem;
  border: 1px solid #0F1080;
  display: inline-block;
  padding: 0.3125rem 0.4375rem 0.1875rem;
  margin-top: 0.375rem;
}

.c-intro__cta {
  margin-top: 3.125rem;
}

.c-intro__cta button {
  background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
  color: white;
  border: none;
  padding: 20px 40px;
  border-radius: 50px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
  animation: pulse 2s infinite;
  min-width: 280px;
  text-align: center;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.5);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
  }
}

.c-intro__cta button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(255, 107, 107, 0.5);
}

.c-intro__bubble {
  background-color: #F098A9;
  padding: 1.25rem 0 1.375rem;
  border-radius: 2.5rem;
  margin-bottom: 2.25rem;
}

.c-intro__bubble::after {
  content: "";
  width: 2rem;
  height: 1.75rem;
  background-color: #F098A9;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -1.625rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.c-intro__bubble2 {
  background-image:url("../img/bubble_img.png");
  background-repeat: no-repeat;
  background-size: contain;

  margin-top: 1rem;
  margin-left: 8.25rem;
  margin-bottom: -1.25rem;
  padding: 1.25rem 1.25rem 2.5rem 1.25rem;
  background-size: 100%;

  color: #785b62;
  font-weight: 700;
}

.c-intro__price-space {
  margin-top: -2.5rem;
  margin-bottom: -2rem;
}

.c-intro__price-txt {
  gap: 0.5rem;
}

.c-intro__peace {
  background-color: #ffffff;
  border-radius: 1.8125rem;
  padding: 2rem 1.4375rem;
}

.c-intro__peace h3 {
  background-color: #F098A9;
  border-radius: 2.5rem;
  padding: 0.625rem 2rem 0.75rem;
  margin-bottom: 2rem;
}

.c-intro__peace ul {
  gap: 2rem;
  margin-bottom: 2rem;
}

.c-intro__peace ul li {
  width: 14.500625rem;
  height: 7.28125rem;
}

.c-intro__peace ul li:before {
  content: "";
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/bg_intro02.png);
  position: absolute;
}

.c-intro__peace > p {
  margin-bottom: 3rem;
}

.c-intro__term {
  border-bottom: 1px solid #4D4D4D;
  gap: 0.25rem;
  cursor: pointer;
}

.c-intro__term.open .c-intro__icon::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.c-intro__icon {
  width: 0.875rem;
  height: 0.875rem;
}

.c-intro__icon::before,
.c-intro__icon::after {
  content: "";
  width: 100%;
  height: 0.125rem;
  background-color: #4D4D4D;
  position: absolute;
  left: 0;
  top: 0.3125rem;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.c-intro__icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-intro__dist {
  margin: 1.5rem auto 0;
  display: block;
}

.c-intro__dist .bold {
  color: #ff0000;
}

.c-intro2::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0F1080), color-stop(50%, rgba(15, 16, 128, 0.8)), color-stop(70%, rgba(15, 16, 128, 0.7)), color-stop(80%, rgba(15, 16, 128, 0.6)), color-stop(95%, rgba(15, 16, 128, 0.52)));
  background: linear-gradient(to bottom, #0F1080 0%, rgba(15, 16, 128, 0.8) 50%, rgba(15, 16, 128, 0.7) 70%, rgba(15, 16, 128, 0.6) 80%, rgba(15, 16, 128, 0.52) 95%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.c-intro2__content {
  width: 45.4%;
/*  width: 100%; */
  margin: 0 auto;
  text-align: center;
}

.c-intro2__list {
  gap: 1rem;
}

.c-intro2__list li {
  display: inline-block;
}

.c-intro2__unit {
  background-color: #ffffff;
  border-radius: 1.8125rem;
  padding: 1.125rem 1.4375rem 1.3125rem;
  width: 100%;
  margin: 0 auto 1.5rem auto;
}

.c-intro2__unit > * {
  width: 100%;
}


.c-intro2__period {
  border-radius: 50%;
  background-color: #F56883;
  width: 4.56125rem;
  height: 4.500625rem;
  font-size: 1rem;
  letter-spacing: -0.15em;
  gap: 0.125rem;
  margin-right: 0.5rem;
}

.c-intro2__period-lg {
  font-size: 2rem;
  letter-spacing: -0.077em;
}

.c-intro2__first_half {
  border-radius: 50%;
  background-color: #F56883;
  width: 9.0rem;
  height: 9.0rem;
  font-size: 2rem;
  letter-spacing: 0.15em;
  gap: 0.25rem;
  margin-right: 0.5rem;
}

.c-intro2__times {
  color: #F56883;
  width: 7rem;
  padding: 0.6875rem 0.1875rem 0.75rem 0;
  margin-top: 0;
  margin-right: 0.75rem;
}

.c-intro2__times::before,
.c-intro2__times::after {
  background: radial-gradient(circle farthest-side, #F56883, #F56883 40%, transparent 60%, transparent);
  background-size: 0.375rem;
  content: "";
  display: inline-block;
  height: 0.375rem;
  width: 100%;
  left: 0;
  position: absolute;
}

.c-intro2__times::before {
  top: 0;
}

.c-intro2__times::after {
  bottom: 0;
}

.c-intro2__rp > * > *::after {
  content: "";
  background-color: #E81C44;
  height: 0.15625rem;
  width: 100%;
  position: absolute;
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
  left: -0.125rem;
  top: 0.5625rem;
}

.c-intro2__price-space {
  margin-top: -1.5rem;
  margin-bottom: 2rem;
}

.c-intro2__price-txt {
  gap: 0.5rem;
}

.c-intro2__price {
  margin-right: 0.3125rem;
}

.c-intro2__price span {
  color: #E81C44;
}

.c-intro2__price2 {
  margin-right: 0.3125rem;
}

.c-intro2__price2 span {
  color: #E81C44;
}

.c-intro2__arrow {
  width: 3.5rem;
  height: 1.5rem;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #0F1080;
  margin-top: 1.5rem;
  margin-left: 5.375rem;
}

.c-intro2__tax {
  background-color: #0F1080;
  padding: 0.375rem 1.5rem 0.5rem;
  border-radius: 1.25rem;
}

.c-intro2__postage {
  font-size: 0.9975rem;
  line-height: 1.128;
  border-radius: 0.596875rem;
  border: 1px solid #0F1080;
  display: inline-block;
  padding: 0.3125rem 0.4375rem 0.1875rem;
  margin-top: 0.375rem;
}

.c-intro2__cta {
  margin-top: 2rem;
}

.c-intro2__cta button {
  background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
  animation: pulse 2s infinite;
  min-width: 244px;
  text-align: center;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.5);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
  }
}

.c-intro2__cta button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(255, 107, 107, 0.5);
}

.c-intro2__bubble {
  margin-top: 3.125rem;
  background-color: #F098A9;
  padding: 1.25rem 0 1.375rem;
  border-radius: 2.5rem;
  margin-bottom: 2.25rem;
  
}

.c-intro2__bubble::after {
  content: "";
  width: 2rem;
  height: 1.75rem;
  background-color: #F098A9;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -1.625rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.c-intro2__peace {
  background-color: #ffffff;
  border-radius: 1.8125rem;
  padding: 2rem 1.4375rem;
}


.c-arrow {
  width: 22.3125rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.p-fv {
  height: 66.098125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg_fv.png);
  padding-top: 10.625rem;
  overflow: hidden;
}

.p-fv::before {
  content: "";
  width: 109.5%;
  height: 35.3125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/bg_wave.png);
  position: absolute;
  top: -10%;
  left: -10%;
}

.p-fv__desc {
  width: 94%;
  margin: 0 auto;
}

.p-fv__ttl {
  font-size: 4.25rem;
  margin-bottom: 4.375rem;
}

.p-fv__ttl > *:nth-child(1) {
  margin-left: -6.25rem;
  margin-bottom: 1.375rem;
}

.p-fv__ttl-lg {
  font-size: 7.5rem;
}

.p-fv__ttl-sm {
  font-size: 3.83625rem;
  margin-left: -3.9375rem;
}

.p-fv__name {
  width: 14.105rem;
  margin-left: 0.3125rem;
  margin-bottom: 0.25rem;
}

.p-fv__img {
  width: 18.0625rem;
  margin-bottom: 0.5625rem;
  z-index: 2;
}

.p-fv__subttl {
  width: 14.92625rem;
  height: 14.326875rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/bg_circle.png);
  top: -4%;
  left: 22%;
  padding-top: 2.1875rem;
}

.p-fv__eb {
  width: 9.296875rem;
}

.p-trouble {
  background: -webkit-gradient(linear, left top, left bottom, from(#0F1080), color-stop(50%, rgba(15, 16, 128, 0.8)), color-stop(70%, rgba(15, 16, 128, 0.7)), color-stop(80%, rgba(15, 16, 128, 0.6)), color-stop(85%, rgba(15, 16, 128, 0.55)), color-stop(95%, rgba(15, 16, 128, 0.6)));
  background: linear-gradient(to bottom, #0F1080 0%, rgba(15, 16, 128, 0.8) 50%, rgba(15, 16, 128, 0.7) 70%, rgba(15, 16, 128, 0.6) 80%, rgba(15, 16, 128, 0.55) 85%, rgba(15, 16, 128, 0.6) 95%);
  padding: 2.125rem 0 14.375rem;
  margin-top: -0.0625rem;
}

.p-trouble__desc {
  margin-bottom: 7.5rem;
}

.p-trouble__list {
  gap: 3.625rem;
}

.p-trouble__bullet {
  gap: 1.375rem;
  padding: 2.3125rem 4.875rem 1.9375rem 4.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-trouble__unit:nth-child(1) {
  margin-right: 8.125rem;
}

.p-trouble__unit:nth-child(1) .p-trouble__bullet {
  background-image: url(../img/bg_bullet01.png);
}

.p-trouble__unit:nth-child(2) {
  margin-left: 7.8125rem;
}

.p-trouble__unit:nth-child(2) .p-trouble__bullet {
  background-image: url(../img/bg_bullet02.png);
  padding-left: 3.4375rem;
  padding-right: 5.625rem;
  gap: 2.5rem;
}

.p-trouble__unit:nth-child(3) {
  margin-right: 13.125rem;
}

.p-trouble__unit:nth-child(3) .p-trouble__bullet {
  background-image: url(../img/bg_bullet03.png);
}

.p-trouble__unit:nth-child(4) {
  margin-left: 1.875rem;
}

.p-trouble__unit:nth-child(4) .p-trouble__bullet {
  background-image: url(../img/bg_bullet04.png);
}

.p-trouble__unit:nth-child(5) {
  margin-right: 16.875rem;
}

.p-trouble__unit:nth-child(5) .p-trouble__bullet {
  background-image: url(../img/bg_bullet05.png);
}

.p-trouble__check {
  width: 2.330625rem;
}

.p-trouble__check img {
  vertical-align: bottom;
}

.p-trouble__img--fi {
  width: 11.67375rem;
  right: 22.8%;
  top: -8%;
}

.p-trouble__img--sec {
  width: 8.668125rem;
  top: 19%;
  left: 12.6%;
}

.p-trouble__img--th {
  width: 8.668125rem;
  bottom: 8%;
  right: 17.7%;
}

.p-trouble__msg {
  color: #FFF8C2;
  line-height: 1.3;
}

.p-trouble__msg > *:nth-child(2) {
  font-size: 5.0625rem;
}

.p-trouble__msg > *:nth-child(3) {
  font-size: 3.5625rem;
}

.p-trouble__arrow {
  bottom: -70%;
}

.p-mb {
  padding: 6.5rem 0 6.875rem;
  background-color: #F3D5DB;
}

.p-mb::before {
  content: "";
  width: 75%;
  height: 45.6%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg_mb.png);
  position: absolute;
  top: 54%;
  left: 46%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.p-mb__ttl {
  margin: 0 auto 7.625rem;
  width: 73%;
}

.p-mb__ttl p {
  margin-bottom: 1.25rem;
}

.p-mb__ttl h2 {
  font-size: 6.1875rem;
}

.p-mb__ttl h2 > *::before {
  content: "";
  width: 100%;
  height: 0.875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/line_double-wave.png);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.p-mb__desc {
  margin: 0 auto 8.75rem;
  width: 83%;
}

.p-mb__img {
  margin: 0 0 0 auto;
  width: 63%;
}

.p-mb__icon {
  width: 6.80125rem;
  top: -16%;
  right: 5%;
}

.p-mb__content {
  width: 45%;
  top: 16%;
  left: 18%;
  z-index: 3;
}

.p-mb__content > * {
  padding-left: 0.8125rem;
}

.p-mb__content > *:not(:last-child) {
  padding-bottom: 1rem;
  margin-bottom: 0.6875rem;
}

.p-mb__content > *:not(:last-child)::before {
  content: "";
  width: 100%;
  height: 0.25rem;
  background-position: left center;
  background-repeat: repeat-x;
  background-size: contain;
  background-image: url(../img/line_dots-mb.png);
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-mb__bg {
  width: 37.375rem;
  left: -9%;
  z-index: 2;
}

.p-mb__note {
  margin: 0 auto;
  width: 57%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/bg_note-sm.png);
  padding: 7.8125rem 3.125rem 6.875rem 5.5rem;
}

.p-mb__check {
  background-color: #0F1080;
  font-size: 1.9375rem;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  padding: 0.625rem 0.8125rem 0.9375rem 2.3125rem;
  top: -7%;
  left: -24%;
}

.p-mb__how {
  background-color: #F098A9;
  font-size: 2.4375rem;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  padding: 0.3125rem 0.625rem 0.625rem 0.875rem;
  top: 8%;
  left: -11%;
}

.p-mb__list {
  gap: 2.5rem;
}

.p-mb__list > * > * {
  padding-left: 2.0625rem;
}

.p-mb__list > * > *::before,
.p-mb__list > * > *::after {
  content: "";
  position: absolute;
}

.p-mb__list > * > *::before {
  width: 100%;
  height: 0.641875rem;
  background-color: rgba(238, 134, 154, 0.26);
  left: 0;
  bottom: 0;
}

.p-mb__list > * > *::after {
  width: 0.6875rem;
  height: 0.6875rem;
  background-color: #0F1080;
  border-radius: 50%;
  left: 0.875rem;
  top: 1.25rem;
}

.p-intro--fi {
  padding: 8.3125rem 0 33.375rem;
}

.p-intro--fi::before {
  height: calc(100% - 25.5rem);
}

.p-intro--fi::after {
  content: "";
  width: 100%;
  height: 25.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg_intro.png);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.p-intro--sec {
  padding: 9.4375rem 0 7.5rem;
}

.p-intro--th {
  padding: 9.5rem 0 13.8125rem;
}

.p-intro__ttlBox {
  margin-bottom: 8.125rem;
}

.p-intro__ttlBox p {
  margin-bottom: 2.3125rem;
}

.p-intro__ttlBox p::before,
.p-intro__ttlBox p::after {
  content: "";
  width: 2.5rem;
  height: 3.125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -0.5rem;
}

.p-intro__ttlBox p::before {
  background-image: url(../img/line_dots-left_white.png);
  left: 22%;
}

.p-intro__ttlBox p::after {
  background-image: url(../img/line_dots-right_white.png);
  right: 23.4%;
}

.p-intro__list {
  gap: 1.5625rem;
  margin-bottom: 4.75rem;
}

.p-intro__unit {
  width: 26%;
}

.p-intro__unit > * {
  width: 100%;
}

.p-intro__img {
  width: 84%;
}

.p-intro__arrow {
  bottom: 13%;
}

.p-recom {
  background-color: #F3D5DB;
  padding: 0.75rem 0 3rem;
}

.p-recom__ttlBox {
  margin-bottom: 1.3125rem;
}

.p-recom__ttlBox::before,
.p-recom__ttlBox::after {
  content: "";
  width: 4.0625rem;
  height: 5.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -0.25rem;
}

.p-recom__ttlBox::before {
  background-image: url(../img/line_dots-left.png);
  left: 11.8%;
}

.p-recom__ttlBox::after {
  background-image: url(../img/line_dots-right.png);
  right: 11.8%;
}

.p-recom__ttlBox p {
  margin-bottom: 0.875rem;
}

.p-recom__ttl-dots::before {
  content: "";
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #F295A7;
  position: absolute;
  top: 0.5rem;
  left: 47%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.p-recom__desc {
  margin: 0 auto;
  width: 87%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/bg_note-lg.png);
  padding: 9.875rem 10.5rem 6.9375rem 13.3125rem;
}

.p-recom__unit {
  line-height: 1.33;
  padding-left: 4.875rem;
}

.p-recom__unit:not(:last-child) {
  padding-bottom: 1.125rem;
  margin-bottom: 1.3125rem;
}

.p-recom__unit:not(:last-child)::after {
  content: "";
  background: radial-gradient(circle farthest-side, #4D4D4D, #4D4D4D 40%, transparent 60%, transparent);
  background-size: 0.375rem;
  display: inline-block;
  height: 0.375rem;
  width: 90%;
  left: 0;
  bottom: 0;
  position: absolute;
}

.p-recom__unit::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-color: #0F1080;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: 2.375rem;
}

.p-recom__unit span {
  color: #F56883;
}

.p-recom__img {
  width: 8.3125rem;
}

.p-recom__img--fi {
  top: 12%;
  right: 14.5%;
}

.p-recom__img--sec {
  top: 42%;
  left: 10%;
}

.p-recom__img--th {
  bottom: 25%;
  right: 15%;
}

.p-point {
  background-color: rgba(242, 149, 167, 0.7);
  padding: 0.5625rem 0 13.125rem;
}

.p-point::before {
  content: "";
  width: 80%;
  height: 89.9%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/bg_point.png);
  position: absolute;
  top: 7.5%;
  left: 49%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.p-point__ttlBox {
  margin-bottom: 8.5625rem;
}

.p-point__ttlBox p {
  margin-bottom: 2.0625rem;
}

.p-point__cards {
  gap: 6.25rem;
}

.p-point__num {
  background-color: #F098A9;
  border-radius: 50%;
  border: 0.1875rem solid #ffffff;
  width: 11.625rem;
  height: 11.625rem;
  padding-bottom: 0.75rem;
  top: -2.6875rem;
  left: -1.75rem;
}

.p-point__num span::before {
  content: "";
  height: 0.47625rem;
  width: 4.935625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/line_point-num.png);
  position: absolute;
  bottom: -0.5625rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.p-point__top {
  margin-left: 5.625rem;
}

.p-point__card-ttl {
  margin-bottom: 2rem;
}

.p-point__card-pink {
  color: #F295A7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #FFED64));
  background: linear-gradient(transparent 75%, #FFED64 75%);
}

.p-point__card-colon {
  margin-left: 0.75rem;
}

.p-point__card-colon::before,
.p-point__card-colon::after {
  content: "";
  width: 1.295625rem;
  height: 0.9725rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 1.5rem;
}

.p-point__card-colon::before {
  background-image: url(../img/icon_colon-left.svg);
  left: -0.25rem;
}

.p-point__card-colon::after {
  background-image: url(../img/icon_colon-right.svg);
  right: 0.0625rem;
}

.p-point__txt {
  line-height: 2.125;
}

.p-point__imgBox {
  width: 40%;
}

.p-point__imgBox p {
  color: #F295A7;
  white-space: nowrap;
  margin-left: 6.25rem;
}

.p-point__card {
  background-color: #ffffff;
  -webkit-box-shadow: 0.375rem 0.375rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0.375rem 0.375rem 0.375rem rgba(0, 0, 0, 0.16);
  padding: 5.5625rem 5rem 0 6.25rem;
  border-radius: 6.25rem;
}

.p-point__card--fi {
  padding-bottom: 4.5rem;
}

.p-point__card--fi .p-point__card-colon {
  padding: 0 2.375rem 0 1.25rem;
}

.p-point__card--fi .p-point__card-colon::before,
.p-point__card--fi .p-point__card-colon::after {
  top: 1.5rem;
}

.p-point__card--fi .p-point__card-colon::before {
  left: -0.25rem;
}

.p-point__card--fi .p-point__card-colon::after {
  right: 0.0625rem;
}

.p-point__card--fi .p-point__top {
  margin-bottom: 4.375rem;
}

.p-point__card--fi .p-point__flex {
  gap: 2%;
}

.p-point__card--fi .p-point__img {
  width: 58%;
  margin-top: -6.875rem;
}

.p-point__card--sec {
  padding-bottom: 5.625rem;
}

.p-point__card--sec .p-point__card-ttl {
  margin-left: -1.4375rem;
}

.p-point__card--sec .p-point__card-colon {
  padding: 0 0.875rem 0 0.25rem;
}

.p-point__card--sec .p-point__card-colon::before,
.p-point__card--sec .p-point__card-colon::after {
  top: 0.25rem;
}

.p-point__card--sec .p-point__card-colon::before {
  left: -0.9375rem;
}

.p-point__card--sec .p-point__card-colon::after {
  right: -0.25rem;
}

.p-point__card--sec .p-point__top {
  margin-bottom: 3.3125rem;
}

.p-point__card--sec .p-point__img {
  width: 55%;
  margin: 0 auto;
}

.p-point__card--sec .p-point__img > * {
  margin-right: 1.125rem;
}

.p-point__card--th {
  padding-bottom: 6.375rem;
}

.p-point__card--th .p-point__card-ttl {
  margin-left: 12.25rem;
}

.p-point__card--th .p-point__top {
  margin-bottom: 4.5rem;
}

.p-point__card--th .p-point__flex {
  gap: 1.1875rem;
  margin-right: 1rem;
}

.p-point__card--th .p-point__img {
  width: 46%;
}

.p-use {
  background: -webkit-gradient(linear, left top, left bottom, from(#F5B3C0), color-stop(80%, #F9D2DA), to(#FFE3EA));
  background: linear-gradient(to bottom, #F5B3C0, #F9D2DA 80%, #FFE3EA);
  padding: 13.125rem 0 8.75rem;
}

.p-use__how-to {
  top: -1.875rem;
  left: 50.2%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.p-use__how-to::before {
  content: "";
  width: 14.375rem;
  height: 14.375rem;
  background-color: #F5B3C0;
  border-radius: 50%;
  position: absolute;
  top: -1.625rem;
  left: -3.4375rem;
}

.p-use__ttl {
  color: #F295A7;
  background-color: #ffffff;
  padding: 0.625rem 3.125rem 0.9375rem 0.75rem;
  top: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  white-space: nowrap;
}

.p-use__desc {
/*  padding: 7.5rem 6.4375rem 5.5625rem 5.1875rem; */
  padding: 7.5rem 6.4375rem 6.5625rem 5.1875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/bg_note-use.png);
  margin-bottom: 3.125rem;
}

.p-use__clip {
  top: -12%;
  right: 4.6%;
  width: 10.8125rem;
}

.p-use__img {
  background-color: #ffffff;
  border-radius: 5rem;
  width: 28.5%;
  padding: 1.125rem 0;
}

.p-use__content {
  width: 68%;
}

.p-use__txt {
  margin-bottom: 1.375rem;
}

.p-use__txt > * {
  padding: 0.8125rem 0.6875rem 0.75rem;
  width: 100%;
}

.p-use__txt > *:nth-child(1):before,
.p-use__txt > *::after {
  background: radial-gradient(circle farthest-side, #4D4D4D, #4D4D4D 20%, transparent 30%, transparent);
  background-size: 0.625rem;
  content: "";
  display: inline-block;
  height: 0.625rem;
  width: 100%;
  left: 0;
  position: absolute;
}

.p-use__txt > *:nth-child(1):before {
  top: -0.1875rem;
}

.p-use__txt > *::after {
  bottom: -0.1875rem;
}

.p-use__box {
  gap: 2.59375rem;
}

.p-use__box--fi {
/*  margin-bottom: 2.75rem; */
  margin-bottom: 0.75rem;
}

.p-use__box--fi .p-use__img {
  padding: 1.125rem 0;
}

.p-use__box--fi .p-use__img > * {
  width: 68%;
}

.p-use__box--sec .p-use__img {
  padding: 2.25rem 0;
}

.p-use__box--sec .p-use__img > * {
  width: 80%;
}

.p-use__cau {
  line-height: 1.67;
}

.p-use__cau > * {
  padding-left: 1em;
  text-indent: -1em;
}

.p-use__area p {
  line-height: 2.57;
}

.p-use__area u {
  color: #1400ff;
}

.p-use__photo {
  width: 40.75rem;
  left: -6%;
  top: 11%;
}

.p-worry {
  background: -webkit-gradient(linear, left top, left bottom, from(#0F1080), color-stop(60%, #131483), color-stop(80%, #3C3DA2), to(#6363BF));
  background: linear-gradient(to bottom, #0F1080, #131483 60%, #3C3DA2 80%, #6363BF);
  padding: 9rem 0 7.5625rem;
}

.p-worry__ttlBox {
  margin-bottom: 8.625rem;
}

.p-worry__ttlBox p {
  margin-bottom: 2rem;
}

.p-worry__cards {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem 6.25rem;
}

.p-worry__card {
  width: 27%;
}

.p-worry__card h3 {
  margin-bottom: 0.875rem;
  line-height: 1.26;
  white-space: nowrap;
}

.p-worry__card p {
  line-height: 1.42;
}

.p-worry__img {
  width: 80%;
  margin-bottom: 1.375rem;
}

.p-voice {
  background-color: rgba(242, 149, 167, 0.59);
  padding: 9rem 0 9.6875rem;
}

.p-voice__inner {
  max-width: 98.125rem;
}

.p-voice__ttl {
  font-size: 3.9375rem;
  margin-bottom: 9.625rem;
}

.p-voice__ttl::before {
  content: "";
  width: 48.5425rem;
  height: 9.74125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg_bubble-voice.png);
  position: absolute;
  top: -41%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.p-voice__content {
  display: inline-block;
  margin-bottom: 1.75rem;
  border-radius: 1.25rem;
  background-color: #fff8c2;
  padding: 2rem 2.25rem 0;
}

.p-voice__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 1.75rem 0.90625rem 0 0.90625rem;
  border-color: #fff8c2 transparent transparent;
  translate: -50% 100%;
}

.p-voice__prof {
  gap: 2.1rem;
}

.p-voice__img {
  width: 10.625rem;
}

.p-voice__card {
  width: 31.4%;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4.625rem;
  padding: 4.5rem 1.5625rem 3.1875rem;
  gap: 3.125rem;
}

.p-voice__card:nth-child(1) .p-voice__content {
  padding-bottom: 4.125rem;
}

.p-voice__card:nth-child(2) .p-voice__content {
  padding-bottom: 1.9375rem;
}

.p-voice__card:nth-child(3) .p-voice__content {
  padding-bottom: 5.0625rem;
}

.p-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-bg--fi {
  height: 17.25rem;
  background-image: url(../img/bg_trouble.png);
  margin-top: -10.1875rem;
  z-index: -1;
}

.p-bg--sec {
  height: 23.75rem;
  background-image: url(../img/bg_wave-recom.png);
}

.u-ff-kiwimaru {
  font-family: "Kiwi Maru", serif;
}

.u-ff-gothic {
  font-family: "BIZ UDGothic", sans-serif;
  font-style: normal;
}

.u-fc-white {
  color: #ffffff;
}

.u-fc-blue100 {
  color: #0F1080;
}

.u-fc-yellow100 {
  color: #FFF8C2;
}

.u-fc-black100 {
  color: #222;
}

.u-fw-light {
  font-weight: 300;
}

.u-fw-regular {
  font-weight: 400;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-semibold {
  font-weight: 600;
}

.u-fw-bold {
  font-weight: 700;
}

.u-fs15 {
  font-size: 0.9375rem;
}

.u-fs18 {
  font-size: 1.125rem;
}

.u-fs19 {
  font-size: 1.1875rem;
}

.u-fs21 {
  font-size: 1.3125rem;
}

.u-fs20 {
  font-size: 1.25rem;
}

.u-fs24 {
  font-size: 1.5rem;
}

.u-fs25 {
  font-size: 1.5625rem;
}

.u-fs30 {
  font-size: 1.875rem;
}

.u-fs34 {
  font-size: 2.125rem;
}

.u-fs35 {
  font-size: 2.1875rem;
}

.u-fs40 {
  font-size: 2.5rem;
}

.u-fs43 {
  font-size: 2.6875rem;
}

.u-fs45 {
  font-size: 2.8125rem;
}

.u-fs47 {
  font-size: 2.9375rem;
}

.u-fs48 {
  font-size: 3rem;
}

.u-fs49 {
  font-size: 3.0625rem;
}

.u-fs50 {
  font-size: 3.125rem;
}

.u-fs60 {
  font-size: 3.75rem;
}

.u-fs120 {
  font-size: 7.5rem;
}

.u-lh125 {
  line-height: 1.25;
}

.u-lh12 {
  line-height: 1.2;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh186 {
  line-height: 1.86;
}

.u-ls100 {
  letter-spacing: 0.1em;
}

.u-ls70 {
  letter-spacing: 0.07em;
}

.u-ls60 {
  letter-spacing: 0.06em;
}

.u-ls50 {
  letter-spacing: 0.05em;
}

.u-ls40 {
  letter-spacing: 0.04em;
}

.u-ls30 {
  letter-spacing: 0.03em;
}

.u-ls20 {
  letter-spacing: 0.02em;
}

.u-ls10 {
  letter-spacing: 0.01em;
}

.u-ls0 {
  letter-spacing: 0;
}

.u-ls-10 {
  letter-spacing: -0.01em;
}

.u-ls-15 {
  letter-spacing: -0.015em;
}

.u-ls-20 {
  letter-spacing: -0.02em;
}

.u-ls-30 {
  letter-spacing: -0.03em;
}

.u-ls-50 {
  letter-spacing: -0.05em;
}

.u-ls-70 {
  letter-spacing: -0.07em;
}

.u-ls-80 {
  letter-spacing: -0.08em;
}

.u-ls-88 {
  letter-spacing: -0.088em;
}

.u-ls-100 {
  letter-spacing: -0.1em;
}

.u-ls-120 {
  letter-spacing: -0.12em;
}

.u-ls-150 {
  letter-spacing: -0.15em;
}

.u-ls-200 {
  letter-spacing: -0.2em;
}

.u-ls-299 {
  letter-spacing: -0.299em;
}

.u-ta-c {
  text-align: center;
}

.u-ffs-palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.u-df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-fd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.u-fd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.u-ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-ai-s {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.u-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-jc-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.u-fw-w {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-display-sp {
  display: none;
}

.u-po-rel {
  position: relative;
}

.u-po-abs {
  position: absolute;
}

@media screen and (min-width: 769px) {
  html {
    font-size: 0.8333333333vw;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .l-header {
    padding: 0.9375rem 1.25rem;
  }

  .l-header__logo {
    width: 8.75rem;
  }

  .l-header__gnav {
    width: 100%;
    height: 100vh;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }

  .l-header__bg {
    height: 100vh;
    width: 100%;
    padding: 7.5rem 3.125rem 2.53125rem;
    background-color: rgba(255, 255, 255, 0.8);
  }

  .l-header__openbtn {
    width: 3.125rem;
    height: 3.125rem;
    top: 11%;
    right: 4.1%;
  }

  .l-header__openbtn > * {
    left: 0.8125rem;
    height: 0.125rem;
  }

  .l-header__openbtn > *:nth-child(1) {
    top: 1.125rem;
  }

  .l-header__openbtn > *:nth-child(2) {
    top: 1.5625rem;
  }

  .l-header__openbtn > *:nth-child(3) {
    top: 2rem;
  }

  .l-header__openbtn.open > *:nth-child(1) {
    top: 1.125rem;
  }

  .l-header__openbtn.open > *:nth-child(3) {
    top: 1.9375rem;
  }

  .l-footer {
    padding: 3.125rem 0 1.875rem;
  }

  .l-footer::before {
    height: 4.3125rem;
    top: -2.625rem;
  }

  .l-footer__logo {
    margin-bottom: 1.25rem;
  }

  .l-footer__add {
    margin-bottom: 2rem;
  }

  .l-footer__accordion {
    margin-bottom: 1.25rem;
  }

  .l-footer__icon {
    width: 0.625rem;
    height: 0.625rem;
  }

  .l-footer__icon::before,
  .l-footer__icon::after {
    top: 0.25rem;
  }

  .l-footer__dist > *:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .l-totop {
    right: 5.8%;
  }

  .l-totop__btn {
    width: 3.1875rem;
    height: 7.3375rem;
  }

  .c-section-ttl {
    font-size: 1.625rem;
  }

  .c-section-ttl__wave::before {
    height: 0.25rem;
    bottom: -0.375rem;
  }

  #trouble .c-section-ttl {
    margin-bottom: 4.375rem;
  }

  #worry .c-section-ttl__wave::before {
    height: 1.125rem;
    bottom: -0.875rem;
  }

  #point .c-section-ttl__wave::before {
    height: 0.4375rem;
    bottom: -0.375rem;
  }

  .p-intro--fi .c-section-ttl__wave::before {
    height: 0.3125rem;
    bottom: -0.375rem;
  }

  .c-box-btn {
    width: 100%;
    font-size: 1.2925rem;
  }

  .c-box-btn::after {
    width: 0.75rem;
    height: 0.5625rem;
  }

  .c-intro {
    padding: 5rem 0 6.25rem;
  }

  .c-intro__circle {
    width: 5.5rem;
    height: 5.5rem;
    margin-right: 0.75rem;
  }

  .c-intro__ttlBox {
    gap: 1.125rem;
  }

  .c-intro__ttl p {
    font-size: 1.125rem;
  }

  .c-intro__ttl-img {
    width: 12.5rem;
    margin-bottom: 0.625rem;
  }

  .c-intro__lead {
    margin-top: 0;
  }

  .c-intro__img {
    width: 90%;
    margin: 0 auto;
  }

  .c-intro__content {
    width: 100%;
  }

  .c-intro__first {
    margin-left: 0;
    text-align: center;
  }

  .c-intro__unit {
    padding: 1.125rem 0.75rem 1.3125rem 1.125rem;
    gap: 0.75rem;
  }

  .c-intro__period {
    font-size: 1rem;
    width: 3.31125rem;
    height: 3.250625rem;
  }

  .c-intro__period-lg {
    font-size: 1.5rem;
  }

  .c-intro__first_half {
    font-size: 1.3rem;
    width: 5rem;
    height: 5rem;
  }

  .c-intro__times {
    width: 5.375rem;
    padding: 0.6875rem 0 0.75rem;
  }

  .c-intro__arrow {
    width: 2rem;
    height: 0.75rem;
  }

  .c-intro__tax {
    padding: 0.25rem 0.75rem 0.375rem;
  }

  .c-intro__postage {
    font-size: 0.8125rem;
  }

  .c-intro__cta button {
    font-size: 1.125rem;
    width: 15rem;
  }

  .c-intro__bubble {
    padding: 0.75rem 0 0.875rem;
    border-radius: 2.5rem;
    margin-bottom: 2.25rem;
    margin-bottom: 1.375rem;
  }

  .c-intro__bubble::after {
    width: 1rem;
    height: 0.75rem;
    bottom: -0.6875rem;
  }

  .c-intro__bubble2 {
    margin-top: 0.5rem;
    margin-left: 6.25rem;
    margin-bottom: -0.75rem;
    padding: 0.5rem 0.5rem 1.75rem 0.5rem;
    background-size: 100%;
  
    color: #785b62;
    font-weight: 600;
  }
  
  .c-intro__price-space {
    margin-top: -0.25rem;
    margin-bottom: -0.75rem;
  }  

  .c-intro__price-txt {
    gap: 0.25rem;
  }

  .c-intro__peace {
    padding: 1.125rem 0.75rem 1.3125rem;
  }

  .c-intro__peace h3 {
    padding: 0.625rem 0.5rem 0.75rem;
    margin-bottom: 1.125rem;
  }

  .c-intro__peace ul {
    margin-bottom: 1rem;
    gap: 0;
  }

  .c-intro__peace ul li {
    width: 6.9rem;
    height: 3.6rem;
  }

  .c-intro__peace > p {
    margin-bottom: 2rem;
  }

  .c-intro2 {
    padding: 5rem 0 6.25rem;
  }

  .c-intro2__content {
    width: 100%;
  }
  .c-intro2__list li {
    width: 90%;
    display: block;
    margin: 1.25rem auto;
  }
  .c-intro2__unit {
    padding: 1.125rem 0.75rem 1.3125rem 0.75rem;
    gap: 0.75rem;
  }

  .c-intro2__period {
    font-size: 1rem;
    width: 3.31125rem;
    height: 3.250625rem;
  }

  .c-intro2__period-lg {
    font-size: 1.5rem;
  }
  .c-intro2__first_half {
    font-size: 1rem;
    width: 4rem;
    height: 4rem;
  }

  .c-intro2__price {
    position: relative;
    left: 0rem;
    top: 0rem;
  }
  .c-intro2__price2 {
    position: relative;
    left: 0.5rem;
    top: 1rem;
  }
  .c-intro2__price-txt {
    position: relative;
    left: 0.25rem;
    top: 0;
  }
  .c-intro2__price-space {
    margin-top: -0.5rem;
  }

  .c-intro2__rp {
    position: relative;
    left: -0.5rem;
    top: 0;
  }

  .c-intro2__times {
    width: 5.375rem;
    padding: 0.6875rem 0 0.75rem;
    top: -0.5rem;
  }

  .c-intro2__arrow {
    width: 2rem;
    height: 0.75rem;
    top: -0.75rem;
  }

  .c-intro2__tax {
    padding: 0.25rem 0.75rem 0.375rem;
  }

  .c-intro2__postage {
    font-size: 0.8125rem;
  }

  .c-intro2__cta {
    margin-top: 0rem;
  }

  .c-intro2__cta button {
    font-size: 1.25rem;
    width: 14rem;
  }

  .c-intro2__bubble {
    padding: 0.75rem 0 0.875rem;
    border-radius: 2.5rem;
    margin-bottom: 2.25rem;
    margin-bottom: 1.375rem;
  }

  .c-intro2__bubble::after {
    width: 1rem;
    height: 0.75rem;
    bottom: -0.6875rem;
  }

  .c-arrow {
    width: 10.40625rem;
  }

  .p-fv {
    padding-top: 5.625rem;
    height: 40.625rem;
    background-position: right 48% center;
  }

  .p-fv::before {
    width: 149.5%;
    height: 10rem;
    top: -5%;
    left: -8%;
  }

  .p-fv__desc {
    width: 100%;
  }

  .p-fv__ttl {
    font-size: 1.875rem;
  }

  .p-fv__ttl > *:nth-child(1) {
    margin-left: -2.0625rem;
    margin-bottom: 0.75rem;
  }

  .p-fv__ttl-lg {
    font-size: 3rem;
  }

  .p-fv__ttl-sm {
    font-size: 1.75rem;
    margin-left: -1.6875rem;
  }

  .p-fv__name {
    width: 7.5425rem;
  }

  .p-fv__img {
    width: 11.25rem;
  }

  .p-fv__subttl {
    left: 41%;
    top: -17%;
    width: 9.42625rem;
    height: 8.826875rem;
    padding-top: 1.375rem;
  }

  .p-fv__eb {
    width: 6.609375rem;
  }

  .p-trouble {
    padding: 2rem 0 8.125rem;
  }

  .p-trouble__desc {
    margin-bottom: 5rem;
  }

  .p-trouble__list {
    gap: 1.125rem;
  }

  .p-trouble__bullet {
    gap: 0.625rem;
    padding: 1.0625rem 1.875rem 1.125rem 2.25rem;
  }

  .p-trouble__unit {
    width: 94%;
  }

  .p-trouble__unit:nth-child(1) {
    margin-right: 0;
  }

  .p-trouble__unit:nth-child(1) .p-trouble__bullet {
    background-image: url(../img/bg_bullet04.png);
  }

  .p-trouble__unit:nth-child(2) {
    margin-left: 0;
  }

  .p-trouble__unit:nth-child(2) .p-trouble__bullet {
    background-image: url(../img/bg_bullet04.png);
    padding: 1.0625rem 1.875rem 1.125rem 2.25rem;
    gap: 0.625rem;
  }

  .p-trouble__unit:nth-child(3) {
    margin-right: 0;
  }

  .p-trouble__unit:nth-child(3) .p-trouble__bullet {
    background-image: url(../img/bg_bullet04.png);
  }

  .p-trouble__unit:nth-child(4) {
    margin-left: 0;
  }

  .p-trouble__unit:nth-child(5) {
    margin-right: 0;
  }

  .p-trouble__unit:nth-child(5) .p-trouble__bullet {
    background-image: url(../img/bg_bullet04.png);
  }

  .p-trouble__check {
    width: 1.03125rem;
  }

  .p-trouble__img--fi {
    width: 6rem;
    right: 0;
  }

  .p-trouble__img--sec {
    width: 4.5rem;
    top: auto;
    left: -3.4%;
    bottom: -16%;
  }

  .p-trouble__msg > *:nth-child(2) {
    font-size: 2rem;
  }

  .p-trouble__msg > *:nth-child(3) {
    font-size: 1.5rem;
  }

  .p-mb {
    padding: 3.25rem 0 3.4375rem;
  }

  .p-mb__ttl {
    width: 100%;
    margin: 0 auto 5rem;
  }

  .p-mb__ttl p {
    margin-bottom: 0.5rem;
  }

  .p-mb__ttl h2 {
    font-size: 2.375rem;
  }

  .p-mb__ttl h2 > *::before {
    height: 0.4375rem;
    bottom: -0.125rem;
  }

  .p-mb__desc {
    width: 100%;
    margin-bottom: 5rem;
  }

  .p-mb__img {
    width: 100%;
  }

  .p-mb__icon {
    width: 4.30125rem;
  }

  .p-mb__content {
    width: 81%;
    margin-bottom: 2.625rem;
    top: auto;
    left: auto;
  }

  .p-mb__bg {
    width: 70%;
    left: auto;
    z-index: 2;
    right: -40px;
    top: -11%;
  }

  .p-mb__note {
    width: 100%;
    padding: 3.75rem 1.5625rem 3.125rem 1.5625rem;
  }

  .p-mb__check {
    font-size: 1rem;
    padding: 0.375rem 0.4375rem 0.4375rem 1.125rem;
    top: -18%;
    left: -4%;
  }

  .p-mb__how {
    font-size: 1.125rem;
    padding: 0.1875rem 0.3125rem 0.3125rem 0.4375rem;
    top: 0%;
    left: -4%;
  }

  .p-mb__list {
    gap: 1.25rem;
  }

  .p-mb__list > * > * {
    padding-left: 0.9375rem;
  }

  .p-mb__list > * > *::before {
    height: 0.329375rem;
  }

  .p-mb__list > * > *::after {
    width: 0.375rem;
    height: 0.375rem;
    left: 0.3125rem;
    top: 0.5625rem;
  }

  .p-intro--fi {
    padding-bottom: 11.125rem;
  }

  .p-intro--fi::before {
    height: calc(100% - 5rem);
  }

  .p-intro--fi::after {
    height: 5rem;
  }

  .p-intro__ttlBox {
    margin-bottom: 3.75rem;
  }

  .p-intro__ttlBox p {
    margin-bottom: 0.75rem;
  }

  .p-intro__ttlBox p::before,
  .p-intro__ttlBox p::after {
    width: 1.25rem;
    height: 1.5625rem;
    bottom: -0.25rem;
  }

  .p-intro__ttlBox p::before {
    left: 12%;
  }

  .p-intro__ttlBox p::after {
    right: 13.4%;
  }

  .p-intro__unit {
    width: 70%;
  }

  .p-intro__arrow {
    bottom: 4%;
  }

  .p-recom__ttlBox::before,
  .p-recom__ttlBox::after {
    width: 2.03125rem;
    height: 2.8125rem;
  }

  .p-recom__ttlBox::before {
    left: -3%;
  }

  .p-recom__ttlBox::after {
    right: -3%;
  }

  .p-recom__ttlBox p {
    margin-bottom: 0.625rem;
  }

  .p-recom__ttl-dots::before {
    width: 0.375rem;
    height: 0.375rem;
    top: 0.0625rem;
  }

  .p-recom__desc {
    width: 100%;
    padding: 4.875rem 1.25rem 3.125rem 1.25rem;
    background-size: cover;
  }

  .p-recom__unit {
    padding-left: 1.25rem;
  }

  .p-recom__unit:not(:last-child) {
    padding-bottom: 0.75rem;
    margin-bottom: 0.9375rem;
  }

  .p-recom__unit:not(:last-child)::after {
    height: 0.25rem;
    background-size: 0.25rem;
  }

  .p-recom__unit::before {
    width: 0.625rem;
    height: 0.625rem;
    top: 0.375rem;
    left: 0.25rem;
  }

  .p-recom__img {
    width: 5.625rem;
  }

  .p-recom__img--fi {
    top: 0%;
    right: -3.5%;
  }

  .p-recom__img--sec {
    bottom: -6%;
    left: -4%;
    top: auto;
  }

  .p-point {
    padding: 0.5625rem 0 6.5625rem;
  }

  .p-point__ttlBox {
    margin-bottom: 4.375rem;
  }

  .p-point__ttlBox p {
    margin-bottom: 0.625rem;
  }

  .p-point__num {
    width: 6.25rem;
    height: 6.25rem;
    padding-bottom: 0.375rem;
    top: -2rem;
    left: -0.625rem;
    gap: 0.25rem;
  }

  .p-point__num span::before {
    height: 0.3175rem;
    width: 3.290625rem;
    bottom: -0.375rem;
  }

  .p-point__top {
    margin-left: 0;
  }

  .p-point__card-ttl {
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .p-point__card-colon {
    margin-left: 0;
  }

  .p-point__card-colon::before,
  .p-point__card-colon::after {
    width: 0.86375rem;
    height: 0.648125rem;
  }

  .p-point__imgBox {
    width: 70%;
    gap: 0.375rem;
  }

  .p-point__imgBox p {
    margin-left: 0;
  }

  .p-point__card {
    padding: 5rem 1.25rem 0 1.25rem;
    border-radius: 2.5rem;
  }

  .p-point__card--fi {
    padding-bottom: 2rem;
  }

  .p-point__card--fi .p-point__card-colon {
    padding: 0 1.1875rem 0 0.625rem;
  }

  .p-point__card--fi .p-point__card-colon::before,
  .p-point__card--fi .p-point__card-colon::after {
    top: 0.5rem;
  }

  .p-point__card--fi .p-point__top {
    margin-bottom: 0.625rem;
  }

  .p-point__card--fi .p-point__flex {
    gap: 1.125rem;
  }

  .p-point__card--fi .p-point__img {
    margin-top: 0rem;
    width: 70%;
  }

  .p-point__card--sec {
    padding-bottom: 2.8125rem;
  }

  .p-point__card--sec .p-point__card-ttl {
    margin-left: -1.25rem;
  }

  .p-point__card--sec .p-point__card-colon::before,
  .p-point__card--sec .p-point__card-colon::after {
    top: 0.375rem;
  }

  .p-point__card--sec .p-point__card-colon::before {
    left: -0.625rem;
  }

  .p-point__card--sec .p-point__top {
    margin-bottom: 2rem;
  }

  .p-point__card--sec .p-point__img {
    width: 70%;
  }

  .p-point__card--sec .p-point__img > * {
    margin-right: 0;
  }

  .p-point__card--th {
    padding-bottom: 3.125rem;
  }

  .p-point__card--th .p-point__card-ttl {
    margin-left: 0;
  }

  .p-point__card--th .p-point__top {
    margin-bottom: 1.5rem;
  }

  .p-point__card--th .p-point__flex {
    margin-right: 0;
    gap: 0.625rem;
  }

  .p-point__card--th .p-point__img {
    width: 80%;
  }

  .p-use {
    padding: 4.375rem 0;
  }

  .p-use__how-to {
    top: -1.375rem;
  }

  .p-use__how-to::before {
    width: 7.1875rem;
    height: 7.1875rem;
    top: -0.75rem;
    left: -1.4375rem;
  }

  .p-use__ttl {
    padding: 0.625rem 0.9375rem 0.75rem 0rem;
    top: -1.5rem;
  }

  .p-use__desc {
    padding: 3.125rem 1.5625rem 1.25rem 0.625rem;
    background: none;
    border: 0.0625rem solid #ffffff;
    border-right: none;
    margin-bottom: 2rem;
  }

  .p-use__desc::after {
    content: "";
    width: 1.5625rem;
    height: 100.15%;
    background-position: top;
    background-repeat: repeat-y;
    background-size: contain;
    background-image: url(../img/bg_ring.png);
    position: absolute;
    right: -0.1875rem;
    top: -0.0375rem;
  }

  .p-use__img {
    width: 80%;
    border-radius: 3.75rem;
  }

  .p-use__content {
    width: 100%;
  }

  .p-use__txt > * {
    padding: 0.8125rem 0.375rem 0.75rem;
  }

  .p-use__box {
    gap: 1.25rem;
  }

  .p-use__box--fi {
    margin-bottom: 1.375rem;
  }

  .p-use__box--sec .p-use__img > * {
    width: 70%;
  }

  .p-use__photo {
    width: 100%;
  }

  .p-worry {
    padding: 4.375rem 0 3.75rem;
  }

  .p-worry__ttlBox {
    margin-bottom: 3.75rem;
  }

  .p-worry__ttlBox p {
    margin-bottom: 0.75rem;
  }

  .p-worry__cards {
    gap: 2rem;
  }

  .p-worry__card {
    width: 100%;
  }

  .p-voice {
    padding: 4.375rem 0 3.75rem;
  }

  .p-voice__ttl {
    font-size: 1.75rem;
    margin-bottom: 3.125rem;
  }

  .p-voice__ttl::before {
    width: 100%;
    height: 4.25rem;
  }

  .p-voice__cards {
    gap: 2rem;
  }

  .p-voice__content {
    padding: 1.5rem 1.25rem 0;
  }

  .p-voice__prof {
    gap: 1rem;
  }

  .p-voice__img {
    width: 7.625rem;
  }

  .p-voice__card {
    width: 100%;
    border-radius: 2rem;
    padding: 2rem 1.25rem;
    gap: 1rem;
  }

  .p-bg--fi {
    height: 6.25rem;
    margin-top: -4.375rem;
  }

  .p-bg--sec {
    height: 5rem;
  }

  .u-fs9-md-max {
    font-size: 0.5625rem;
  }

  .u-fs10-md-max {
    font-size: 0.625rem;
  }

  .u-fs12-md-max {
    font-size: 0.75rem;
  }

  .u-fs13-md-max {
    font-size: 0.8125rem;
  }

  .u-fs14-md-max {
    font-size: 0.875rem;
  }

  .u-fs16-md-max {
    font-size: 1rem;
  }

  .u-fs18-md-max {
    font-size: 1.125rem;
  }

  .u-fs20-md-max {
    font-size: 1.25rem;
  }

  .u-fs21-md-max {
    font-size: 1.3125rem;
  }

  .u-fs24-md-max {
    font-size: 1.5rem;
  }

  .u-fs26-md-max {
    font-size: 1.5rem;
  }

  .u-fs28-md-max {
    font-size: 1.75rem;
  }

  .u-fs30-md-max {
    font-size: 1.875rem;
  }

  .u-fs32-md-max {
    font-size: 2rem;
  }

  .u-fs32-md-max {
    font-size: 2rem;
  }

  .u-fs48-md-max {
    font-size: 3rem;
  }

  .u-ta-l-md-max {
    text-align: left;
  }

  .u-fd-c-md-max {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .u-ai-fs-md-max {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .u-ai-c-md-max {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .u-display-pc {
    display: none;
  }

  .u-display-sp {
    display: block;
  }

  .u-po-sta-md-max {
    position: static;
  }

  .u-po-rel-md-max {
    position: relative;
  }
}

@media screen and (max-width: 430px) {
  body {
    font-size: 0.875rem;
  }
}

.p-fv__limited {
  margin-bottom: 10px;
  background: none;
  padding: 0;
  border-radius: 0;
  font-size: 2.125rem;
}

.p-fv__button-text {
  font-size: 2.25rem;
  font-weight: bold;
  margin: 10px 0;
}

.p-fv__price {
  margin-top: 10px;
  background: none;
  padding: 0;
  border-radius: 0;
  font-size: 2.125rem;
}

.p-fv__combined-btn {
  display: block;
  width: 21.715rem;
  background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
  padding: 20px;
  border-radius: 25px;
  color: white;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
  position: relative;
  overflow: hidden;
}

.p-fv__combined-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: 0.5s;
}

.p-fv__combined-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 107, 107, 0.5);
  color: white;
  text-decoration: none;
}

.p-fv__combined-btn:hover::before {
  left: 100%;
}

.p-fv__combined-btn:active {
  transform: translateY(1px);
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}

/* ▼ p-fv__combined-btn レスポンシブ調整 ここから追記 ▼ */

@media (max-width: 768px) {
  .p-fv__combined-btn {
    width: 90%;
    max-width: 400px;
    padding: 16px 10px;
    font-size: 1.3rem;
    border-radius: 20px;
    margin: 140px auto 0;
  }
  .p-fv__button-text,
  .p-fv__price,
  .p-fv__limited {
    font-size: 1.1rem;
    text-align: center;
    word-break: break-word;
  }
}
@media (max-width: 600px) {
  .p-fv__combined-btn {
    width: 98%;
    max-width: 98%;
    padding: 12px 4px;
    font-size: 1rem;
    border-radius: 16px;
    margin: 120px auto 0;
  }
  .p-fv__button-text,
  .p-fv__price,
  .p-fv__limited {
    font-size: 0.95rem;
    text-align: center;
    word-break: break-word;
  }
}
@media (max-width: 430px) {
  .p-fv__combined-btn {
    width: 100%;
    max-width: 100%;
    padding: 8px 2px;
    font-size: 0.95rem;
    border-radius: 12px;
    margin: 60px auto 0;
  }
  .p-fv__button-text,
  .p-fv__price,
  .p-fv__limited {
    font-size: 1.25rem;
    text-align: center;
    word-break: break-word;
  }
}
/* ▲ p-fv__combined-btn レスポンシブ調整 ここまで追記 ▲ */

/* ▼ 769px〜1060pxでのボタンはみ出し問題修正 ▼ */
@media (min-width: 769px) and (max-width: 1060px) {
  .c-intro__cta button {
    padding: 12px 20px !important;
    font-size: 20px !important;
    min-width: 200px !important;
    max-width: 100% !important;
    width: auto !important;
  }
  .c-intro__unit {
    padding: 15px 10px !important;
  }
  .c-intro__price-space {
    flex-wrap: wrap !important;
    gap: 10px !important;
  }
  .c-intro__price {
    margin-right: 0.2rem !important;
  }
  .c-intro__price span {
    font-size: 2.5rem !important;
  }
  .c-intro__first_half {
    font-size: 0.9rem !important;
    padding: 8px 12px !important;
  }
  .c-intro__times {
    font-size: 18px !important;
  }
  .c-intro__rp {
    font-size: 14px !important;
  }
}
@media (min-width: 769px) and (max-width: 900px) {
  .c-intro__cta button {
    padding: 10px 15px !important;
    font-size: 18px !important;
    min-width: 180px !important;
  }
  .c-intro__price span {
    font-size: 2rem !important;
  }
  .c-intro__first_half {
    font-size: 0.8rem !important;
    padding: 6px 10px !important;
  }
}

@media (min-width: 769px) and (max-width: 1060px) {

  .c-intro2__cta button {
    padding: 12px 20px !important;
    font-size: 20px !important;
    min-width: 200px !important;
    max-width: 100% !important;
    width: auto !important;
  }
  
  .c-intro2__unit {
    padding: 15px 10px !important;
  }
  
  .c-intro2__price-space {
    flex-wrap: wrap !important;
    gap: 10px !important;
  }
  
  .c-intro2__price {
    margin-right: 0.2rem !important;
  }
  
  .c-intro2__price span {
    font-size: 2.5rem !important;
  }
  
  .c-intro2__first_half {
    font-size: 0.9rem !important;
    padding: 8px 12px !important;
  }
  
  .c-intro2__times {
    font-size: 18px !important;
  }
  
  .c-intro2__rp {
    font-size: 14px !important;
  }
}

@media (min-width: 769px) and (max-width: 900px) {
  .c-intro2__cta button {
    padding: 10px 15px !important;
    font-size: 18px !important;
    min-width: 180px !important;
  }
  
  .c-intro2__price span {
    font-size: 2rem !important;
  }
  
  .c-intro2__first_half {
    font-size: 0.8rem !important;
    padding: 6px 10px !important;
  }
}
/* ▲ 769px〜1060pxでのボタンはみ出し問題修正 ▲ */


/* 20250702追記 */
.c-intro2__cta button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(255, 107, 107, 0.5);
}

.c-intro2__bubble {
  background-color: #F098A9;
  padding: 1.25rem 0 1.375rem;
  border-radius: 2.5rem;
  margin-bottom: 2.25rem;
}

.c-intro2__bubble::after {
  content: "";
  width: 2rem;
  height: 1.75rem;
  background-color: #F098A9;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -1.625rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.c-intro2__bubble2 {
  background-image:url("../img/bubble_img.png");
  background-repeat: no-repeat;
  background-size: contain;

  margin-top: 1rem;
  margin-left: 8.25rem;
  margin-bottom: -1.25rem;
  padding: 1.25rem 1.25rem 2.5rem 1.25rem;
  background-size: 100%;

  color: #785b62;
  font-weight: 700;
}

.c-intro2__price-space {
  margin-top: -0.5rem;
  margin-bottom: 2rem;
}

.c-intro2__price-txt {
  gap: 0.5rem;
}

.c-intro2__peace {
  background-color: #ffffff;
  border-radius: 1.8125rem;
  padding: 2rem 1.4375rem;
}

.c-intro2__peace h3 {
  background-color: #F098A9;
  border-radius: 2.5rem;
  padding: 0.625rem 2rem 0.75rem;
  margin-bottom: 2rem;
}

.c-intro2__peace ul {
  gap: 2rem;
  margin-bottom: 2rem;
}

.c-intro2__peace ul li {
  width: 14.500625rem;
  height: 7.28125rem;
}

.c-intro2__peace ul li:before {
  content: "";
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/bg_intro02.png);
  position: absolute;
}

.c-intro2__peace > p {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {

  .c-intro2__unit {
    width: 100%;
    margin: 0 auto;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  .c-intro2__price-space {
    margin-bottom: 1rem;
  }
}

/* 20250702追記 */
