@charset "UTF-8";

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

/*------------------------------------
base
------------------------------------*/

body {
  font-size: 24px;
  line-height: 1.75;
  color: #292929;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
}

.inner {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

figure {
  margin: 0;
}

.open-sm {
  display: none;
}

.hidden-pc {
  display: none;
}

.open-lg {
  display: none;
}

.button-yellow {
  display: inline-block;
  font-family: "Kiwi Maru", serif;
  font-size: 1.40625vw;
  color: #292929;
  background-color: #fdf51d;
  padding: 0.3125vw 3.6458333333vw 0.5208333333vw 2.8645833333vw;
  position: relative;
}

/* .button-yellow:hover::after {
  right: 11%;
}


.button-yellow::after {
  position: absolute;
  content: "＞";
  top: 10%;
  right: 13%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #292929;
} */

.button-orange {
  --padding-top: calc(6 / 27 * 1em);
  display: inline-block;
  font-family: "Kiwi Maru", serif;
  font-size: 27px;
  background-color: #ff7907;
  padding: var(--padding-top) calc(85 / 27 * 1em) calc(10 / 27 * 1em)
    calc(65 / 27 * 1em);
  position: relative;
  color: #fff;
  letter-spacing: 0.1em;
}

.button-orange:hover::after {
  right: 10%;
}

.button-orange::after {
  position: absolute;
  content: "＞";
  top: var(--padding-top);
  right: 12%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button-orange__small {
  display: inline-block;
  font-size: 0.7em;
  letter-spacing: 0;
  line-height: 1.2;
}

.heading {
  font-family: "Kiwi Maru", serif;
}

/*------------------------------------
header
------------------------------------*/

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: transparent;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.34375vw 2.1354166667vw 0 3.59375vw;
}

.header__logo {
  width: clamp(160px, 17.96875vw, 345px);
}

.header__logo-subtitle {
  font-size: clamp(15px, 1.666vw, 32px);
}

.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header__logo-subtitle {
  text-align: center;
}

.header__nav {
  display: none;
}

.header__link {
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.header__link:hover {
  border-bottom: 1px solid currentColor;
}

/*------------------------------------
drawer
------------------------------------*/

.drawer-icon {
  width: clamp(50px, 3.8020833333vw, 73px);
  height: clamp(50px, 3.8020833333vw, 73px);
  border-radius: 50%;
  background-color: #ff0000;
  position: relative;
  z-index: 149;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: clamp(23px, 1.7708333333vw, 34px);
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  background: transparent;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: clamp(23px, 1.7708333333vw, 34px);
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.drawer-icon__bar {
  position: absolute;
  top: clamp(16px, 1.40625vw, 27px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: clamp(22px, 1.71875vw, 33px);
  height: 3px;
  background: #fff;
  -webkit-transition:
    top 0.3s linear,
    -webkit-transform 0.3s linear;
  transition:
    top 0.3s linear,
    -webkit-transform 0.3s linear;
  transition:
    transform 0.3s linear,
    top 0.3s linear;
  transition:
    transform 0.3s linear,
    top 0.3s linear,
    -webkit-transform 0.3s linear;
  z-index: 150;
}

.drawer-icon__bar:nth-of-type(2) {
  top: clamp(23px, 1.875vw, 36px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon__bar:nth-of-type(3) {
  top: clamp(30px, 2.34375vw, 45px);
}

.drawer__content {
  position: fixed;
  top: 0;
  right: 0;
  width: 28%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition:
    transform 0.6s,
    -webkit-transform 0.6s;
  -webkit-transform: translate(100%);
  transform: translate(100%);
  padding: 6.7708333333vw 4.0625vw 2.6041666667vw 3.125vw;
  z-index: 100;
}

.drawer__content.is-open {
  -webkit-transform: translate(0);
  transform: translate(0);
}

.drawer__content--list li + li {
  margin-top: 16px;
}

.drawer__content--button {
  margin-top: 2.6041666667vw;
}

.drawer__content--list li {
  padding-bottom: 4px;
  background-image: linear-gradient(to right, #ff0000 2px, transparent 4px);
  background-size: 9px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.drawer__content--link {
  font-family: "Kiwi Maru", serif;
  font-size: clamp(20px, 1.7708333333vw, 34px);
  color: #ff0000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.drawer__content--link.to-site {
  font-size: clamp(14px, 1.3541666667vw, 26px);
  padding: 0.625vw 1.1458333333vw;
  border: 1px solid #ff0000;
  border-radius: 40px;
}

.drawer__content--link:hover {
  opacity: 0.6;
}

/*------------------------------------
footer
------------------------------------*/

.footer {
  border-top: 10px solid #ffcf07;
  background-color: #ff7907;
}

.footer__inner {
  padding-top: 52px;
  padding-bottom: 80px;
  text-align: center;
  color: #fff;
}

.footer__text {
  font-size: max(1.0416666667vw, 13px);
}

.footer__text-large {
  display: inline-block;
  font-size: 1.3em;
  padding-inline: 0.2em;
}

.footer__company {
  font-size: max(2.34375vw, 36px);
  line-height: 1.2;
  margin-top: 1.0416666667vw;
}

.footer__company-column {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer__company-small {
  font-size: 0.45em;
}

.footer__address {
  font-size: max(0.9895833333vw, 14px);
  margin-top: 0.78125vw;
}

small {
  font-size: max(0.9375vw, 13px);
}

/*------------------------------------
return-top
------------------------------------*/

.return-top {
  position: fixed;
  bottom: 40px;
  right: 70px;
  z-index: 10;
}

.return-top__icon {
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
}

.return-top__icon.is-show {
  opacity: 1;
  visibility: visible;
}

.return-top__icon img {
  width: 95px;
  height: auto;
  aspect-ratio: 95/54;
  -o-object-fit: cover;
  object-fit: cover;
}

/*------------------------------------
fv
------------------------------------*/

.fv {
  background: url(../img/fv-pc.png) no-repeat center center/cover;
  position: relative;
}

.fv__inner {
  height: 56.1458333333vw;
}

.fv__img01 {
  margin-left: -4vw;
  width: 74.6666666667vw;
}

.fv__img02 {
  margin-top: -14vw;
  margin-left: 5.3333333333vw;
  width: 60vw;
}

.fv__img01 img,
.fv__img02 img {
  width: 100%;
  height: auto;
}

.fv__message {
  text-align: center;
  z-index: 10;
  color: #15803d;
  background: rgba(255, 255, 255, 0.75);
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(22, 165, 74, 0.15);
  border: 2px solid rgba(22, 165, 74, 0.2);
}

.fv__title {
  font-family: "Kiwi Maru", serif;
  margin-bottom: 20px;
}

.fv__title-main {
  display: block;
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #15803d;
}

.fv__title-sub {
  display: block;
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: bold;
  line-height: 1.2;
  color: #16a34a;
}

.fv__subtitle {
  font-family: "Kiwi Maru", serif;
  font-size: clamp(20px, 1.5vw, 28px);
  margin-bottom: 0px;
  color: #1e40af;
  font-weight: 600;
}

.fv__content {
  position: absolute;
  top: 64%;
  left: 75%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  color: #292929;
}

.fv__button-link {
  padding: calc(15 / 26 * 1em) calc(40 / 26 * 1em);
  min-width: 280px;
  display: inline-block;
  /* background: linear-gradient(135deg, #005500, #008800); */
  background-color: #fff;
  /* color: white; */
  color: #ff0000;
  border: 3px solid currentColor;
  border-radius: calc(50 / 26 * 1em);
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.5;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.4);
  transition: all 0.3s ease;
}

.fv__button-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.6);
  /* background: linear-gradient(135deg, #008800, #005500); */
  background-color: #ff0000;
  color: #fff;
}

.fv__button-link-small {
  font-size: 0.7em;
}

/*------------------------------------
trouble
------------------------------------*/

.trouble {
  background-color: #d0e9f4;
}

.trouble__inner {
  padding-top: 125px;
  padding-bottom: 120px;
}

.trouble__heading {
  font-size: clamp(36px, 3.28125vw, 63px);
  letter-spacing: -0.03em;
}

.trouble__heading span {
  position: relative;
  padding-bottom: 8px;
}

.trouble__heading span::before {
  position: absolute;
  content: "";
  background-image: url(../img/trouble-line01.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
}

.trouble__cards {
  margin-top: clamp(45px, 4.7916666667vw, 92px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 65px;
}

.trouble__card--img {
  width: 100%;
  height: auto;
  aspect-ratio: 251/251;
}

.trouble__card--img img {
  width: 100%;
  height: auto;
}

.trouble__card--text {
  font-family: "Kiwi Maru", serif;
  font-size: clamp(24px, 1.5625vw, 30px);
  margin-top: 14px;
  letter-spacing: -0.08em;
  line-height: 1.2;
}

.trouble__msg {
  margin-top: 203px;
  position: relative;
}

.trouble__msg::after {
  position: absolute;
  content: "";
  background-image: url(../img/trouble-snow01.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(13%);
  transform: translateX(13%);
  width: 310px;
  height: auto;
  aspect-ratio: 370/321;
}

.trouble__msg p {
  font-family: "Kiwi Maru", serif;
  color: #0f1080;
}

.trouble__msg p:nth-child(1) {
  font-size: 34px;
}

.trouble__msg p:nth-child(2) {
  font-size: 81px;
  position: relative;
  z-index: 1;
  line-height: 1;
  margin-top: 32px;
}

.trouble__msg p:nth-child(2) span {
  text-shadow: 0 4px #fff;
}

.trouble__msg p:nth-child(3) {
  font-size: 57px;
  margin-top: 62px;
}

.trouble__msg .bold {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

.trouble__arrow {
  width: 357px;
  margin: 54px auto 0 auto;
}

.trouble__arrow img {
  width: 100%;
  height: auto;
}

.trouble__main {
  margin-top: 190px;
}

.trouble__main--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  position: relative;
  z-index: 0;
}

.trouble__main--wrap::before,
.trouble__main--wrap::after {
  position: absolute;
  content: "";
  height: auto;
  background-size: contain;
  bottom: -15px;
  right: 42px;
}

.trouble__main--wrap::before {
  background-image: url(../img/trouble-snow02.png);
  width: 110px;
  aspect-ratio: 221/184;
  z-index: 1;
}

.trouble__main--wrap::after {
  background-image: url(../img/trouble-snow03.png);
  width: 68px;
  aspect-ratio: 136/141;
}

.trouble__main--content {
  margin-top: 60px;
  position: relative;
}

.trouble__main--content::after {
  position: absolute;
  content: "";
  background: url(../img/trouble-back.png) no-repeat top center/contain;
  width: 1080px;
  height: auto;
  aspect-ratio: 1093/1250;
  top: -254px;
  left: -189px;
  z-index: -1;
}

.trouble__main--content--head {
  margin-left: 20px;
  position: relative;
  z-index: 1;
}

.trouble__main--content--head p {
  font-family: "Kiwi Maru", serif;
  color: #0f1080;
  font-size: 74px;
  line-height: 1.15;
}

.trouble__main--content--head p:nth-child(1) {
  position: relative;
}

.trouble__main--content--head p:nth-child(1)::after {
  position: absolute;
  content: "";
  width: 415px;
  height: 18px;
  background-color: #ffffff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.trouble__main--content--head p span {
  font-size: 112px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

.trouble__main--content--text {
  margin-top: 60px;
  text-align: left;
}

.trouble__main--content--text p {
  padding: 9px 0;
  position: relative;
  letter-spacing: 0.1em;
}

.trouble__main--content--text p::after,
.trouble__main--content--text p:nth-child(1)::before {
  position: absolute;
  content: "";
  background-image: url(../img/trouble-line02.png);
  left: 0;
  width: 100%;
  height: 2px;
}

.trouble__main--content--text p::after {
  bottom: 0;
}

.trouble__main--content--text p:nth-child(1)::before {
  top: 0;
}

.trouble__main--img {
  width: 400px;
  margin-left: 14px;
}

.trouble__main--img img {
  width: 100%;
  height: auto;
}

.trouble__main--msg {
  margin-top: 64px;
  font-family: "Kiwi Maru", serif;
  font-size: 52px;
  line-height: 1.5;
  position: relative;
  z-index: 0;
  letter-spacing: -0.06em;
}

.trouble__note {
  margin-top: 185px;
  margin-left: 160px;
  position: relative;
  background-image: url(../img/trouble-group.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 914px;
  height: 459px;
}

.trouble__note--label01,
.trouble__note--label02 {
  position: absolute;
  font-family: "Kiwi Maru", serif;
  font-size: 40px;
  color: #fff;
  background-color: #327dc7;
  padding: 0px 25px;
  letter-spacing: -0.1em;
}

.trouble__note--label01 {
  top: 4%;
  left: -9%;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.trouble__note--label02 {
  top: 12%;
  left: 24%;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.trouble__note--list-group {
  position: absolute;
  top: 50%;
  left: 8%;
  -webkit-transform: translateY(-42%);
  transform: translateY(-42%);
}

.trouble__note--lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.trouble__note--lists p + p {
  margin-left: 60px;
}

.trouble__note--list {
  text-align: left;
  position: relative;
  padding-left: 47px;
  font-size: 27px;
}

.trouble__note--list::before {
  position: absolute;
  content: "";
  background: url(../img/trouble-check.png) no-repeat center center/contain;
  width: 37px;
  height: 37px;
  top: 10px;
  left: 2px;
}

.trouble__note--list.is-third {
  margin-top: 42px;
}

/*------------------------------------
improve
------------------------------------*/

.improve {
  background: url(../img/improve-back.png) no-repeat center center/cover;
  margin-top: -3px;
}

.improve__inner {
  padding-top: 114px;
  padding-bottom: 150px;
}

.improve__heading {
  font-size: clamp(38px, 5.15625vw, 99px);
  color: #fff;
  line-height: 1.2;
  text-shadow:
    1px 1px 20px #ff0000,
    -1px 1px 20px #ff0000,
    1px -1px 20px #ff0000,
    -1px -1px 20px #ff0000,
    2px 2px 20px #ff0000,
    -2px 2px 20px #ff0000,
    2px -2px 20px #ff0000,
    -2px -2px 20px #ff0000;
}

.improve__cards {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
}

.improve__card--read {
  position: relative;
  z-index: 1;
}

.improve__card--read img {
  width: 100%;
  height: auto;
}

.improve__card--img {
  -webkit-transform: translateY(-8%);
  transform: translateY(-8%);
}

.improve__card--img img {
  width: 100%;
  height: auto;
}

.improve__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -32px;
}

.improve__intro--images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 48.6%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.improve__intro--image01 {
  width: 94%;
  height: auto;
  aspect-ratio: 554/723;
  margin-right: auto;
  margin-left: -24px;
}

.improve__intro--image01 img {
  width: 100%;
  height: auto;
}

.improve__intro--image02 {
  width: 56%;
  height: auto;
  aspect-ratio: 324/314;
  margin-top: 20px;
  margin-right: 97px;
}

.improve__intro--image02 img {
  width: 100%;
  height: auto;
}

.improve__intro--prices {
  margin-top: 121px;
  width: 51.4%;
}

.improve__intro--prices li {
  text-align: left;
}

.intro-price__msg {
  color: #ff0000;
  font-family: "Kiwi Maru", serif;
  font-size: 25px;
  margin-left: 24px;
}

.intro-price__msg.msg-continue {
  margin-top: 30px;
}

.intro-price__box {
  background-color: #fff;
  border-radius: 32px;
  padding: 10px 18px 15px;
  width: 100%;
}

.intro-price__box.is-first {
  position: relative;
  border: 5px solid #ff0000;
}

.intro-price__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* .intro-price__bubble {
  width: 200px;
  height: auto;
  aspect-ratio: 200/200;
  position: absolute;
  top: -125px;
  right: -50px;
}

.intro-price__bubble img {
  width: 100%;
  height: auto;
} */

.intro-price__title {
  color: #ef7711;
  font-family: "Kiwi Maru", serif;
  font-size: 18px;
  text-align: center;
  padding: 8px 0 10px 20px;
  position: relative;
  line-height: 1.2;
}

.box-continue .intro-price__title {
  padding-left: 6px;
}

.intro-price__title::before,
.intro-price__title::after {
  position: absolute;
  content: "";
  background-image: linear-gradient(to right, #ef7711 2px, transparent 2px);
  background-size: 6px 3px;
  background-repeat: repeat-x;
  width: 104%;
  height: 2px;
  left: 5px;
}

.intro-price__title .highlight {
  font-weight: 700;
}

.box-continue .intro-price__title::before,
.box-continue .intro-price__title::after {
  width: 100%;
  left: 8px;
}

.intro-price__title::before {
  top: 0;
}

.intro-price__title::after {
  bottom: 0;
}

.price-title__furigana {
  text-align: right;
  margin-right: 4px;
  font-size: 8px;
}

.intro-price__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-price__regular p {
  font-size: 16px;
  line-height: 1.2;
  color: #222222;
}

.intro-price__regular p:nth-child(2) {
  margin-left: 7px;
}

.red-slash {
  position: relative;
}

.red-slash::after {
  position: absolute;
  content: "";
  background-color: #e81c44;
  height: 2px;
  width: 100%;
  -webkit-transform: rotate(-14deg);
  transform: rotate(-14deg);
  left: 2%;
  top: 50%;
}

.intro-price__arrow {
  width: 11px;
}

.intro-price__arrow img {
  width: 100%;
  height: auto;
}

.intro-price__tax {
  color: #fff;
  background-color: #888383;
  font-size: 15px;
  padding: 0px 4px;
  margin-left: 5px;
  margin-top: 8px;
}

.intro-price__display {
  font-size: 48px;
  color: #ff0000;
}

.intro-price__postage {
  font-size: 20px;
  color: #ff0000;
  padding: calc(5 / 16 * 1em);
  border-radius: 8px;
  border: 1px solid #ff0000;
  line-height: 1.2;
  margin-left: 3px;
}

.intro-price__desc {
  margin-top: 26px;
  background-color: #f6fa8f;
  border-radius: 24px;
  text-align: center;
}

.intro-price__desc.is-open .head__toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.intro-price__desc.is-open .head__toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.intro-price__desc--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 17px 33px 13px 36px;
  color: #000;
}

.head__text {
  font-family: "Kiwi Maru", serif;
  font-size: 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 37px;
  color: #000;
}

.head__toggle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff0000;
  position: relative;
  -webkit-transform: translate(17px, -2px);
  transform: translate(17px, -2px);
}

.head__toggle::before,
.head__toggle::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50px;
  background-color: #fff;
  width: 12px;
  height: 2px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}

.head__toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.intro-price__desc--body {
  padding: 0 33px 28px 36px;
  display: none;
}

.body__text01 {
  font-family: "Kiwi Maru", serif;
  font-size: 18px;
  padding: 12px 21px 14px 33px;
  background-color: #fff;
  line-height: 1.4;
  text-align: left;
  color: #000;
}

.body__text02 {
  font-size: 14px;
  margin-top: 10px;
  margin-left: 5px;
  text-align: left;
  position: relative;
  color: #000;
}

.body__guarantee {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  padding: 2px 10px;
  border: 1px solid #292929;
  position: absolute;
  right: 3px;
  /*  bottom: 3px; */
  bottom: -15px;
  color: #000;
}

.improve__button {
  text-align: center;
  margin-top: 10px;
  margin-right: 15px;
}

.improve__button--yellow {
  font-size: 27px;
  padding: 6px 70px 10px 55px;
}

/*------------------------------------
phone
------------------------------------*/

.phone {
  background-color: #fcf3cf;
}

.phone__inner {
  padding-top: 91px;
  padding-bottom: 95px;
}

.phone__postage-button p {
  display: inline-block;
  font-family: "Kiwi Maru", serif;
  font-size: 27px;
  background-color: #ff7907;
  padding: 6px 65px 10px 70px;
  position: relative;
  color: #fff;
  letter-spacing: 0.1em;
}

.phone__text01 {
  margin-top: 22px;
  font-size: 22px;
}

.phone__text01 span {
  font-size: 18px;
}

.phone__number {
  color: #ff7907;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 38px;
}

.phone__text02 {
  color: #ff7907;
  font-size: 25px;
  background-color: #fff;
  border: 1px solid #ff7907;
  border-radius: 40px;
  width: 650px;
  line-height: 1;
  padding: 6px 10px;
  margin: 7px auto 0 auto;
}

.phone__text03 {
  color: #fff;
  font-size: 22px;
  background-color: #ff0000;
  border-radius: 40px;
  width: 660px;
  margin: 15px auto 0 auto;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}

.phone__text03::before,
.phone__text03::after {
  position: absolute;
  content: "";
  width: 56px;
  height: auto;
  aspect-ratio: 42/66;
  bottom: -60px;
}

.phone__text03::before {
  background: url(../img/phone-arrow01.png) no-repeat center center/contain;
  left: 5px;
}

.phone__text03::after {
  background: url(../img/phone-arrow02.png) no-repeat center center/contain;
  right: 5px;
}

.phone__shop-button {
  margin-top: 73px;
}

/*------------------------------------
recommend
------------------------------------*/

.recommend {
  background: url(../img/recommend-back01.png) no-repeat center center/cover;
}

.recommend-inner {
  padding-top: 130px;
  padding-bottom: 320px;
}

.recommend__heading {
  font-size: clamp(32px, 3.28125vw, 63px);
  color: #fff;
  line-height: 1.3;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.recommend__heading::before,
.recommend__heading::after {
  position: absolute;
  content: "";
  width: 3.28125vw;
  height: auto;
  aspect-ratio: 63/92;
  bottom: 0;
}

.recommend__heading::before {
  background: url(../img/recommend-line01.png) no-repeat center center/contain;
  left: -4.1666666667vw;
}

.recommend__heading::after {
  background: url(../img/recommend-line02.png) no-repeat center center/contain;
  right: -3.3854166667vw;
}

.dots {
  background-image: radial-gradient(
    circle at center,
    #fdf51d 15%,
    transparent 15%
  );
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.3em;
  /* 点の間隔とサイズ調整 */
}

.recommend__cards {
  margin-top: clamp(45px, 4.4270833333vw, 85px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.6458333333vw 7.8125vw;
}

.recommend__card--img {
  width: 100%;
  height: auto;
  aspect-ratio: 300/300;
}

.recommend__card--img img {
  width: 100%;
  height: auto;
}

.recommend__card--text {
  font-family: "Kiwi Maru", serif;
  font-size: clamp(24px, 1.5625vw, 30px);
  margin-top: 14px;
  letter-spacing: -0.08em;
  line-height: 1.2;
}

.recommend__card--text.is-small {
  line-height: 0.9;
}

.recommend__card--text.is-small span {
  font-size: clamp(16px, 0.9375vw, 18px);
}

.recommend__wrapper {
  margin: 216px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  position: relative;
  z-index: 1;
  width: 62.5vw;
  height: auto;
}

.recommend__wrapper::after {
  position: absolute;
  content: "";
  background: url(../img/recommend-back02.png) no-repeat top center/cover;
  width: 85vw;
  height: auto;
  aspect-ratio: 1395/957;
  top: -148px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.recommend__wrapper--img {
  margin-top: 4.0104166667vw;
  width: 44%;
}

.recommend__wrapper--img img {
  width: 100%;
  height: auto;
}

.recommend__wrapper--content {
  margin-top: 6.5104166667vw;
  width: 52%;
}

.recommend-content__lead p {
  font-family: "Kiwi Maru", serif;
  color: #ef7711;
  text-align: left;
}

.recommend-content__lead p:nth-child(1) {
  font-size: 2.2395833333vw;
  margin-left: 7px;
  position: relative;
}

.recommend-content__lead p:nth-child(1)::after {
  position: absolute;
  content: "";
  width: 49%;
  height: 2px;
  background-color: #ef7711;
  bottom: 0;
  left: 0;
}

.recommend-content__lead p:nth-child(2) {
  font-size: 3.3333333333vw;
  line-height: 1.2;
  margin-top: 26px;
  letter-spacing: -0.05em;
}

.recommend-content__text {
  text-align: left;
  margin-top: 19px;
  margin-left: 18px;
}

.recommend-content__text p {
  position: relative;
  padding: 9px 0;
  letter-spacing: 0.1em;
  font-size: 1.25vw;
}

.recommend-content__text p::after,
.recommend-content__text p:nth-child(1)::before {
  position: absolute;
  content: "";
  background-image: url(../img/recommend-line03.png);
  left: 0;
  width: 100%;
  height: 2px;
}

.recommend-content__text p::after {
  bottom: 0;
}

.recommend-content__text p:nth-child(1)::before {
  top: 0;
}

/*------------------------------------
how-to-use
------------------------------------*/

.how-to-use {
  background: url(../img/howtouse-back.png) no-repeat center center/cover;
  position: relative;
}

.how-to-use__circle {
  width: 230px;
  height: auto;
  aspect-ratio: 230/115;
  position: absolute;
  z-index: 1;
  top: -115px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.how-to-use__circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.how-to-use__inner {
  padding-top: 115px;
  padding-bottom: 101px;
}

.how-to-use__boxes {
  position: relative;
  background: url(../img/howtouse-note.png) no-repeat center center/contain;
  padding: 9.8958333333vw 12.1354166667vw 7.8125vw;
}

.how-to-use__heading {
  color: #ff0000;
  background-color: #fff;
  font-size: clamp(40px, 2.5520833333vw, 49px);
  width: 53%;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.how-to-use__clip {
  width: max(8.8541666667vw, 132px);
  height: auto;
  position: absolute;
  top: -5%;
  right: 5%;
}

.how-to-use__clip img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.how-to-use__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.how-to-use__box.is-second {
  margin-top: 5.625vw;
}

.how-to-use__box--head {
  color: #ff0000;
  font-size: 35px;
  text-align: left;
  font-family: "Kiwi Maru", serif;
}

.how-to-use__box--movie {
  width: 100%;
  aspect-ratio: 731/451;
  margin-top: 14px;
}

.how-to-use__button {
  margin-top: 43px;
}

.how-to-use__button--yellow {
  padding: 0.3125vw 7.1354166667vw 0.5208333333vw 6.3541666667vw;
  letter-spacing: 0.1em;
}

.how-to-use__content {
  margin-top: 80px;
  background-color: #fff;
  border-radius: 40px;
  padding: 45px 115px 70px;
}

.how-to-use__text {
  text-align: left;
}

.how-to-use__text p {
  font-size: clamp(14px, 1.8333vw, 22px);
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}

.how-to-use__text p:not(:first-child) {
  margin-top: 22px;
}

.how-to-use__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 58px;
}

.how-to-use__text-left {
  text-align: left;
}

.how-to-use__text-left p {
  font-size: clamp(14px, 1.8333vw, 22px);
  color: #ff0000;
  margin-top: 5px;
}

.how-to-use__text-left p:nth-child(1) {
  font-weight: bold;
  padding: 1px 10px;
  border: 1px solid #ff0000;
  text-align: center;
}

.how-to-use__text-right {
  text-align: right;
  margin-bottom: -12px;
}

.how-to-use__text-right p {
  font-size: clamp(14px, 1.6666vw, 20px);
}

.text-right__button {
  margin-top: 32px;
}

.text-right__button-orange {
  display: inline-block;
  font-family: "Kiwi Maru", serif;
  font-size: 27px;
  background-color: #ff7907;
  padding: 6px 104px 10px 87px;
  position: relative;
  color: #fff;
  letter-spacing: 0.1em;
}

.text-right__button-orange:hover::after {
  right: 27%;
}

.text-right__button-orange::after {
  position: absolute;
  content: "＞";
  width: 8px;
  height: 8px;
  top: 10%;
  right: 30%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*------------------------------------
voice
------------------------------------*/

.voice {
  background-color: #ef7711;
}

.voice__inner {
  padding-top: 135px;
  padding-bottom: 175px;
}

.voice__heading {
  font-size: clamp(38px, 3.28125vw, 63px);
  color: #fff;
  position: relative;
}

.voice__heading::after {
  position: absolute;
  content: "";
  background: url(../img/voice-fukidashi.png) no-repeat center center/contain;
  bottom: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: max(40.4166666667vw, 600px);
  height: auto;
  aspect-ratio: 776/155;
}

.voice__cards {
  margin-top: 140px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25vw 1.875vw;
}

.voice__card {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 77px;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px;
}

.voice__card--head {
  font-family: "Kiwi Maru", serif;
  font-size: 23px;
  color: #ff7500;
  line-height: 1.2;
}

.voice__card--body {
  background-color: #fff8c2;
  border-radius: 29px;
  padding: 27px 25px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.voice__card--body p {
  font-size: 19px;
  text-align: left;
  color: #000;
}

.voice__card--body::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 18px solid transparent;
  border-top: 20px solid #fff8c2;
}

.voice__card--prof {
  margin-top: 20px;
}

.voice__card--img {
  width: 131px;
  height: auto;
  aspect-ratio: 131/128;
  margin: 0 auto;
}

.voice__card--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.voice__card--name {
  font-size: 18px;
  margin-top: 14px;
  color: #222222;
}

.voice__attention {
  margin-top: 80px;
  font-size: 24px;
  text-align: right;
  color: #2b2b2b;
}

/*------------------------------------
qa
------------------------------------*/

.qa {
  background-color: #fcf3cf;
}

.qa__inner {
  padding-top: 126px;
  padding-bottom: 168px;
}

.qa__heading {
  font-size: clamp(38px, 3.4895833333vw, 67px);
}

.qa__boxes {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.qa__box {
  border-radius: 12px;
  overflow: hidden;
  background-color: transparent;
}

.qa__box:not(:first-child) {
  margin-top: 50px;
}

.qa__box.is-open .qa-head__toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.qa__box--head {
  padding: 30px 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #ef7711;
  border-radius: 20px;
}

.qa-head__icon {
  font-family: "Kiwi Maru", serif;
  font-size: max(2.0833333333vw, 32px);
  line-height: 1.25;
  color: #fff;
  margin-top: -10px;
}

.qa-head__text {
  font-family: "Kiwi Maru", serif;
  font-size: max(1.3541666667vw, 22px);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #fff;
  text-align: left;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.qa-head__toggle {
  width: 35px;
  height: 35px;
  position: relative;
}

.qa-head__toggle::before,
.qa-head__toggle::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50px;
  background-color: #fff;
  width: 26px;
  height: 4px;
}

.qa-head__toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}

.qa__box--body {
  display: none;
}

.qa-body__a {
  padding: max(1.9791666667vw, 20px) max(3.125vw, 45px)
    max(1.9791666667vw, 20px) max(1.8229166667vw, 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.qa-body__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ff0000;
  position: relative;
  margin-top: -15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.qa-body__icon::before {
  position: absolute;
  content: "A.";
  font-family: "Kiwi Maru", serif;
  color: #fff;
  font-size: max(1.4583333333vw, 24px);
  top: -1%;
  left: 23%;
}

.qa-body__text {
  font-family: "Kiwi Maru", serif;
  font-size: max(1.25vw, 20px);
  color: #2b2b2b;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

/*------------------------------------
goods
------------------------------------*/

.goods {
  background: url(../img/goods-back.png) no-repeat center center/cover;
}

.goods__inner {
  padding-top: 56px;
  padding-bottom: 173px;
}

.goods__inner .improve__intro--images {
  margin-top: initial;
}

@media (min-width: 768px) {
  .phone__number a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 1912px) {
  .recommend__wrapper--content {
    margin-top: 4.6875vw;
  }

  .recommend-content__text p {
    font-size: 1.1458333333vw;
  }

  .recommend-content__text p::after,
  .recommend-content__text p:nth-child(1)::before {
    width: 92%;
  }
}

@media screen and (max-width: 1610px) {
  .trouble__main--wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .trouble__main--wrap::before,
  .trouble__main--wrap::after {
    bottom: 8px;
    right: 170px;
  }

  .trouble__main--wrap::before {
    width: 80px;
  }

  .trouble__main--wrap::after {
    width: 50px;
  }

  .trouble__main--content::after {
    width: 800px;
    top: -185px;
    left: -140px;
  }

  .trouble__main--content--head p {
    font-size: 54px;
  }

  .trouble__main--content--head p:nth-child(1)::after {
    width: 280px;
  }

  .trouble__main--content--head p span {
    font-size: 70px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
  }

  .trouble__main--content--text p {
    font-size: 18px;
  }

  .trouble__main--img {
    width: 300px;
  }

  .trouble__main--msg {
    margin-top: 36px;
    font-size: 40px;
  }
}

@media screen and (max-width: 1500px) {
  .recommend__wrapper {
    width: 66.5vw;
    gap: 3.333vw;
  }

  .recommend__wrapper::after {
    width: 95vw;
  }

  .recommend__wrapper--content {
    width: 57%;
    margin-top: 3.5vw;
  }

  .recommend-content__lead p:nth-child(2) {
    margin-top: 1.7333vw;
  }

  .recommend-content__text p {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 1300px) {
  .improve__intro--images {
    width: 45%;
  }

  .improve__intro--prices {
    width: 56%;
  }

  .intro-price__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1200px) {
  .hidden-xl {
    display: none;
  }

  .return-top {
    right: 40px;
  }

  .trouble__main--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .trouble__main--wrap::before,
  .trouble__main--wrap::after {
    right: initial;
  }

  .trouble__main--wrap::before {
    left: calc(50% + 250px);
  }

  .trouble__main--wrap::after {
    left: calc(50% + 280px);
  }

  .trouble__main--content {
    margin-top: 0;
  }

  .trouble__main--content::after {
    width: 840px;
    left: 50%;
    -webkit-transform: translateX(-54%);
    transform: translateX(-54%);
  }

  .trouble__main--content--text {
    max-inline-size: -webkit-max-content;
    max-inline-size: -moz-max-content;
    max-inline-size: max-content;
    margin-inline: auto;
  }

  .trouble__main--content--text p::after,
  .trouble__main--content--text p:nth-child(1)::before {
    width: 105%;
    left: 50%;
    -webkit-transform: translateX(-48%);
    transform: translateX(-48%);
  }

  .trouble__main--img {
    width: 260px;
    margin: auto;
    -webkit-transform: translateX(108px);
    transform: translateX(108px);
  }

  .trouble__note {
    width: max(70.8333vw, 740px);
    height: auto;
    aspect-ratio: 914/459;
    margin: 140px auto 0 auto;
  }

  .trouble__note--label01,
  .trouble__note--label02 {
    font-size: 28px;
  }

  .trouble__note--label01 {
    top: 3%;
    left: -3%;
  }

  .trouble__note--label02 {
    top: 10%;
  }

  .trouble__note--list-group {
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
  }

  .trouble__note--lists p + p {
    margin-left: 40px;
  }

  .trouble__note--list {
    font-size: 22px;
    padding-left: 36px;
  }

  .trouble__note--list::before {
    width: 24px;
    height: 24px;
    top: 8px;
  }

  .trouble__note--list.is-third {
    margin-top: 30px;
  }

  .intro-price__box {
    padding-right: 10px;
    padding-left: 10px;
  }

  .intro-price__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro-price__desc--body {
    padding-bottom: 50px;
  }

  .body__guarantee {
    bottom: -40px;
  }

  .recommend__wrapper::after {
    top: -13.3333vw;
  }

  .recommend__wrapper--img {
    margin-top: 2vw;
  }

  .recommend__wrapper--content {
    margin-top: 1.5vw;
  }

  .recommend-content__text {
    margin-top: 1.6666vw;
  }

  .recommend-content__text p {
    padding: 0.75vw 0;
  }

  .recommend-content__text p::after,
  .recommend-content__text p:nth-child(1)::before {
    width: 105%;
    left: 50%;
    -webkit-transform: translateX(-48%);
    transform: translateX(-48%);
  }

  .how-to-use__heading {
    top: -20px;
    font-size: clamp(22px, 2.6666vw, 32px);
    width: 44%;
  }

  .how-to-use__clip {
    top: -7%;
    right: 9%;
    width: 10vw;
  }

  .how-to-use__box--head {
    font-size: clamp(18px, 2.3333vw, 28px);
  }

  .how-to-use__box--movie {
    aspect-ratio: auto;
  }

  .how-to-use__box--movie iframe {
    width: 52vw;
    height: auto;
    aspect-ratio: 731/451;
  }

  .how-to-use__content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .how-to-use__text-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .how-to-use__text-right {
    text-align: left;
    margin-bottom: initial;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }

  .text-right__button {
    margin-top: 16px;
    text-align: center;
  }

  .voice__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 36px;
  }

  .qa-body__text {
    text-align: justify;
  }
}

@media screen and (max-width: 900px) {
  .open-lg {
    display: block;
  }

  .hidden-lg {
    display: none;
  }

  .drawer__content {
    inset: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    padding: clamp(60px, 16vw, 115px) clamp(60px, 16vw, 220px);
  }

  .drawer__content--button {
    max-width: 400px;
    margin: 40px auto 0 auto;
  }

  .drawer__content--list li {
    background-image: linear-gradient(to right, #ff0000 3px, transparent 3px);
    padding-bottom: 6px;
  }

  .drawer__content--link {
    font-size: clamp(20px, 5.3333333333vw, 40px);
  }

  .drawer__content--link.to-site {
    font-size: clamp(14px, 3.7333333333vw, 24px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 4px;
  }

  .trouble__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 20px;
  }

  .trouble__card--img {
    width: 70%;
    margin: auto;
  }

  .trouble__msg::after {
    top: 22px;
    -webkit-transform: translateX(8%);
    transform: translateX(8%);
    width: 200px;
  }

  .trouble__msg p:nth-child(1) {
    font-size: 28px;
  }

  .trouble__msg p:nth-child(2) {
    font-size: 48px;
  }

  .trouble__msg p:nth-child(3) {
    font-size: 32px;
    margin-top: 48px;
  }

  .trouble__arrow {
    width: 220px;
  }

  .trouble__arrow {
    width: 140px;
  }

  .trouble__main {
    margin-top: 80px;
  }

  .trouble__main--wrap::before {
    width: 40px;
    left: calc(50% + 103px);
  }

  .trouble__main--wrap::after {
    width: 24px;
    left: calc(50% + 118px);
  }

  .trouble__main--content::after {
    display: none;
  }

  .trouble__main--content--head p {
    font-size: 24px;
  }

  .trouble__main--content--head p:nth-child(1)::after {
    width: 150px;
    height: 10px;
  }

  .trouble__main--content--head p span {
    font-size: 40px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
  }

  .trouble__main--content--text {
    margin-top: 40px;
  }

  .trouble__main--content--text p {
    font-size: 14px;
  }

  .trouble__main--content--text p::after,
  .trouble__main--content--text p:nth-child(1)::before {
    width: 95%;
    -webkit-transform: translateX(-53%);
    transform: translateX(-53%);
  }

  .trouble__main--img {
    width: 180px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .trouble__main--msg {
    font-size: 24px;
  }

  .trouble__note {
    width: max(82.2222vw, 450px);
  }

  .trouble__note--label01,
  .trouble__note--label02 {
    font-size: 24px;
  }

  .trouble__note--list {
    font-size: 18px;
    padding-left: 30px;
  }

  .trouble__note--list::before {
    width: 20px;
    height: 20px;
    top: 5px;
  }

  .improve__cards {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-top: 55px;
  }

  .improve__card {
    width: 35%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .improve__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .improve__intro--images {
    width: 100%;
    position: relative;
    margin-top: 50px;
  }

  .improve__intro--image01 {
    width: 80%;
    margin: 0 auto;
  }

  .improve__intro--image02 {
    width: 44%;
    margin-right: 15.1111vw;
  }

  .improve__intro--prices {
    width: 100%;
  }

  .improve__intro--prices li {
    text-align: center;
  }

  .intro-price__msg {
    margin-left: initial;
    font-size: clamp(18px, 4.8vw, 30px);
    font-weight: bold;
  }

  .intro-price__title {
    font-size: clamp(16px, 3.3333vw, 30px);
  }

  .intro-price__regular p {
    font-size: clamp(14px, 2.4444vw, 22px);
  }

  .intro-price__regular p:nth-child(2) {
    margin-left: initial;
  }

  .intro-price__tax {
    font-size: clamp(12px, 2vw, 18px);
  }

  .intro-price__display {
    font-size: clamp(30px, 6.6666vw, 60px);
  }

  .intro-price__postage {
    font-size: clamp(14px, 2.7778vw, 25px);
  }

  .recommend__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 20px;
  }

  .recommend__card--img {
    width: 70%;
    margin: auto;
  }

  .recommend__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 40px 40px #fff;
    box-shadow: 0px 0px 40px 40px #fff;
    border-radius: 20px;
    width: 80vw;
  }

  .recommend__wrapper::after {
    content: none;
  }

  .recommend__wrapper--content {
    width: 95%;
  }

  .recommend-content__lead p:nth-child(1) {
    font-size: clamp(18px, 3.7777vw, 34px);
  }

  .recommend-content__lead p:nth-child(1)::after {
    width: 35%;
  }

  .recommend-content__lead p:nth-child(2) {
    font-size: clamp(24px, 5.1111vw, 46px);
    margin-top: 2.2222vw;
  }

  .recommend-content__text {
    margin-left: initial;
    margin-top: 3.3333vw;
  }

  .recommend-content__text p {
    font-size: clamp(15px, 2.6666vw, 24px);
  }

  .recommend-content__text p::after,
  .recommend-content__text p:nth-child(1)::before {
    width: 95%;
    -webkit-transform: translateX(-53%);
    transform: translateX(-53%);
  }

  .voice__heading {
    font-size: max(4.2222vw, 20px);
  }

  .voice__heading::after {
    width: max(61.1111vw, 300px);
    bottom: -32px;
  }

  .voice__attention {
    font-size: 18px;
  }

  .qa__heading {
    font-size: max(2.2222vw, 28px);
  }

  .qa__box--head {
    padding: max(3.3333vw, 12px) max(4.5555vw, 16px);
  }
}

@media screen and (max-width: 768px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 680px;
  }

  .hidden-pc {
    display: block;
  }

  .hidden-sp {
    display: none;
  }

  .button-yellow {
    font-size: 4.2666666667vw;
    padding: 0.5333333333vw 8vw 0.5333333333vw 6.6666666667vw;
  }

  .button-yellow:hover::after {
    right: 6%;
  }

  .button-yellow::after {
    top: 7%;
    right: 8%;
  }

  .button-orange {
    font-size: 4.2666666667vw;
  }

  .button-orange:hover::after {
    right: 8%;
  }

  .button-orange::after {
    right: 10%;
  }

  .header__logo {
    width: clamp(140px, 37.3333333333vw, 160px);
  }

  .header__logo-subtitle {
    font-size: clamp(14px, 3.7333333333vw, 16px);
  }

  .header__nav {
    display: block;
  }

  .header__nav--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 46px;
    margin-right: 32px;
  }

  .drawer-icon__bar {
    height: 2px;
    top: 17px;
  }

  .drawer-icon__bar:nth-of-type(2) {
    top: 24px;
  }

  .drawer-icon__bar:nth-of-type(3) {
    top: 31px;
  }

  .footer__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fv {
    background: url(../img/fv-sp-back.png) no-repeat center center/cover;
    padding-block: 10.6666666667vw;
  }

  .fv__inner {
    /* height: 126vw; */
    height: auto;
  }

  .trouble__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .trouble__card--text {
    font-size: clamp(14px, 4.2666666667vw, 18px);
    margin-top: 20px;
  }

  .trouble__msg {
    margin-top: 100px;
  }

  .trouble__msg::after {
    top: 24px;
    width: 140px;
  }

  .trouble__msg p:nth-child(1) {
    font-size: 22px;
  }

  .trouble__msg p:nth-child(2) {
    font-size: 34px;
    margin-top: 26px;
  }

  .trouble__msg p:nth-child(3) {
    font-size: 26px;
    margin-top: 36px;
  }

  .trouble__note--label01,
  .trouble__note--label02 {
    font-size: max(3.125vw, 18px);
  }

  .trouble__note--list-group {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .trouble__note--list {
    font-size: max(2.3437vw, 11px);
  }

  .improve__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .improve__card {
    width: 50%;
  }

  .improve__intro--prices {
    margin-top: 50px;
  }

  /* .intro-price__bubble {
    width: clamp(70px, 18.6666666667vw, 123px);
    top: -20%;
    right: 20px;
  } */

  .intro-price__title {
    padding-left: 12px;
  }

  .phone__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .phone__postage-button p {
    font-size: 4.2666666667vw;
    padding: 0.5333333333vw 8vw 0.5333333333vw 8vw;
  }

  .phone__text01 {
    font-size: clamp(12px, 3.2vw, 22px);
  }

  .phone__text01 span {
    font-size: clamp(11px, 3.2vw, 18px);
  }

  .phone__number {
    font-size: clamp(40px, 10.6666666667vw, 80px);
    margin-top: clamp(22px, 5.8666666667vw, 38px);
  }

  .phone__text02 {
    font-size: clamp(14px, 3.7333333333vw, 25px);
    width: 87%;
  }

  .phone__text03 {
    font-size: clamp(11px, 3.2vw, 22px);
    width: 95%;
  }

  .phone__text03::before,
  .phone__text03::after {
    width: clamp(35px, 9.3333333333vw, 50px);
    bottom: -111%;
  }

  .phone__shop-button {
    margin-top: 12%;
  }

  .recommend-inner {
    padding-top: 80px;
    padding-bottom: 200px;
  }

  .recommend__heading::before,
  .recommend__heading::after {
    width: min(8vw, 40px);
  }

  .recommend__heading::before {
    left: -11%;
  }

  .recommend__heading::after {
    right: -10%;
  }

  .recommend__card--text {
    font-size: clamp(14px, 4.2666666667vw, 18px);
    margin-top: 14px;
  }

  .recommend__card--text.is-small span {
    font-size: 12px;
  }

  .how-to-use__circle {
    width: 200px;
    top: -100px;
  }

  .how-to-use__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .how-to-use__boxes {
    background: none;
    padding: initial;
    position: initial;
  }

  .how-to-use__heading {
    position: initial;
    -webkit-transform: none;
    transform: none;
    width: auto;
    display: inline-block;
    padding-right: 12px;
    padding-left: 8px;
  }

  .how-to-use__clip {
    display: none;
  }

  .how-to-use__box {
    margin-top: 40px;
  }

  .how-to-use__box--head {
    margin-left: 9.1145vw;
  }

  .how-to-use__box--movie iframe {
    width: 60vw;
  }

  .how-to-use__button--yellow {
    padding: 0.2083333333vw 11.791667vw 0.2083333333vw 8.854167vw;
  }

  .text-right__button-orange {
    font-size: 18px;
    padding: 0.5333333333vw 9.3333333333vw 0.5333333333vw 8vw;
  }

  .text-right__button-orange:hover::after {
    right: 14%;
  }

  .text-right__button-orange::after {
    top: 8%;
    right: 17%;
  }

  .voice__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .voice__cards {
    margin-top: 100px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .voice__card--head {
    font-size: 20px;
  }

  .voice__card--body p {
    font-size: 16px;
  }

  .voice__card--name {
    font-size: 14px;
  }

  .voice__attention {
    font-size: 14px;
  }

  .qa__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .goods__inner {
    padding-bottom: 80px;
  }

  .fv__content {
    position: static;
    transform: none;
    margin-top: 2vw;
  }

  .fv__message {
    display: none;
  }

  .fv__button-link {
    padding: 10px 20px 20px;
    font-size: 6vw;
    min-width: 0;
  }
}

@media screen and (max-width: 500px) {
  .open-sm {
    display: block;
  }

  .hidden-sm {
    display: none;
  }

  .footer__text {
    font-size: 11px;
  }

  .footer__company {
    font-size: 24px;
  }

  .footer__address {
    font-size: 11px;
  }

  small {
    font-size: 10px;
  }

  .return-top {
    bottom: 20px;
    right: 20px;
  }

  .return-top__icon img {
    width: 65px;
  }

  .trouble__heading {
    font-size: 24px;
  }

  .trouble__note {
    width: 90.6666vw;
    margin-top: 80px;
  }

  .trouble__note--label01,
  .trouble__note--label02 {
    font-size: 14px;
    padding: 0px 15px;
  }

  .trouble__note--label02 {
    top: 12%;
  }

  .trouble__note--list-group {
    left: 6%;
    -webkit-transform: translateY(-44%);
    transform: translateY(-44%);
  }

  .trouble__note--lists p + p {
    margin-left: 14px;
  }

  .trouble__note--list {
    padding-left: 20px;
  }

  .trouble__note--list::before {
    width: 14px;
    height: 14px;
  }

  .trouble__note--list.is-third {
    margin-top: 10px;
  }

  .improve__card {
    width: 65%;
  }

  .improve__card--read {
    width: 125%;
  }

  .improve__card--img {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }

  .intro-price__desc--head {
    padding-right: 16px;
    padding-left: 16px;
  }

  .head__text {
    font-size: 24px;
  }

  .head__toggle {
    -webkit-transform: translate(-4px, -2px);
    transform: translate(-4px, -2px);
  }

  .intro-price__desc--body {
    padding-right: 16px;
    padding-left: 16px;
  }

  .body__text01 {
    font-size: 16px;
    padding-right: 14px;
    padding-left: 22px;
  }

  .body__guarantee {
    font-size: 16px;
  }

  .improve__button {
    margin-top: 0.8vw;
  }

  .recommend__heading {
    font-size: 24px;
  }

  .recommend__heading::before {
    width: 30px;
    left: -27px;
  }

  .recommend__heading::after {
    width: 30px;
    right: -25px;
  }

  .recommend__wrapper {
    margin-top: 120px;
    width: 85vw;
    -webkit-box-shadow: 0px 0px 30px 30px #fff;
    box-shadow: 0px 0px 30px 30px #fff;
  }

  .recommend__wrapper--content {
    width: 100%;
  }

  .recommend-content__lead p:nth-child(1)::after {
    width: 125px;
  }

  .recommend-content__text p {
    font-size: clamp(12px, 3.2vw, 16px);
  }

  .how-to-use__heading {
    font-size: 20px;
  }

  .how-to-use__box--head {
    font-size: 16px;
  }

  .how-to-use__content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .voice__heading::after {
    bottom: -24px;
  }

  .voice__attention {
    text-align: center;
  }

  .qa__box:not(:first-child) {
    margin-top: max(6vw, 20px);
  }

  .qa__box--head {
    gap: 12px;
  }

  .qa-head__icon {
    font-size: 24px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  .qa-head__text {
    font-size: 14px;
  }

  .qa-head__toggle {
    width: 20px;
    height: 20px;
  }

  .qa-head__toggle::before,
  .qa-head__toggle::after {
    width: 18px;
    height: 3px;
  }

  .qa-body__a {
    padding: 12px 20px;
  }

  .qa-body__icon {
    width: 30px;
    height: 30px;
  }

  .qa-body__icon::before {
    font-size: 16px;
  }

  .qa-body__text {
    font-size: 12px;
  }
}

@media screen and (max-width: 374px) {
  .intro-price__regular p {
    font-size: 11px;
  }

  .intro-price__tax {
    font-size: 11px;
  }

  .intro-price__display {
    font-size: 22px;
  }

  .intro-price__postage {
    font-size: 11px;
  }
}

@media screen and (max-width: 360px) {
  .trouble__note--label01,
  .trouble__note--label02 {
    font-size: 12px;
  }

  .trouble__note--list {
    font-size: 10px;
  }

  .recommend-content__text p {
    font-size: 10px;
  }
}

@media screen and (max-width: 350px) {
  .recommend__heading {
    font-size: 22px;
  }
}

@media screen and (max-width: 345px) {
  .trouble__msg p:nth-child(2) {
    font-size: 31px;
  }
}
/*# sourceMappingURL=style.css.map */

/* 9/8　追加 */

.improve__intro {
  margin-bottom: 48px;
}
.intro__peace {
  background-color: #fff;
  border-radius: clamp(20px, 32 / 768 * 100vw, 32px);
  padding: clamp(20px, 42 / 768 * 100vw, 42px);
}

.intro__peace h3 {
  display: inline-block;
  width: fit-content;
  font-size: 32px;
  font-weight: 500;
  background-color: #f6fa8f;
  padding: 10px clamp(8px, 24 / 768 * 100vw, 24px) 12px;
  border-radius: 48px;
  margin-bottom: clamp(22px, 32 / 768 * 100vw, 32px);
  font-family: "Kiwi Maru", serif;
}

@media screen and (max-width: 768px) {
  .intro__peace h3 {
    font-size: clamp(13px, 20 / 768 * 100vw, 20px);
  }
}

.intro__peace ul {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 500;
  gap: 32px;
  margin-bottom: clamp(22px, 32 / 768 * 100vw, 32px);
}

@media screen and (max-width: 768px) {
  .intro__peace ul {
    font-size: clamp(14px, 16 / 520 * 100vw, 16px);
    gap: clamp(8px, 16 / 768 * 100vw, 16px);
  }
}
@media screen and (max-width: 420px) {
  .intro__peace ul {
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }
}

.intro__peace ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #ff7907;
  border-radius: clamp(16px, 32 / 768 * 100vw, 32px);
  width: 200px;
  height: 120px;
  font-family: "Kiwi Maru", serif;
}

@media screen and (max-width: 768px) {
  .intro__peace ul li {
    width: clamp(110px, 140 / 520 * 100vw, 140px);
    height: clamp(60px, 80 / 768 * 100vw, 80px);
  }
}
@media screen and (max-width: 420px) {
  .intro__peace ul li {
    width: 100%;
  }
}

.intro__peace > p {
  line-height: 1.86;
  font-size: 18px;
  text-align: center;
  margin-bottom: clamp(30px, 42 / 768 * 100vw, 42px);
}

@media screen and (max-width: 900px) {
  .intro__peace > p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .intro__peace > p {
    font-size: 14px;
    text-align: left;
  }
}

.intro__peace-accordion {
  margin-bottom: clamp(30px, 42 / 768 * 100vw, 42px);
}

.peace-accordion {
  margin-top: 26px;
  border: 1px solid currentColor;
  border-radius: 24px;
  text-align: center;
}

.peace-accordion__head {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1em;
  color: #292929;
  font-size: 24px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

@media screen and (max-width: 768px) {
  .peace-accordion__head {
    font-size: 17px;
  }
}

.peace-accordion__head-toggle {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ff0000;
}

.peace-accordion__head-toggle::before,
.peace-accordion__head-toggle::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50px;
  background-color: #fff;
  width: 12px;
  height: 2px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}

.peace-accordion__head-toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.peace-accordion.is-open .peace-accordion__head-toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.peace-accordion.is-open .peace-accordion__head-toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.peace-accordion__body {
  display: none;
  padding: 0 1em 1em;
}

.peace-accordion__body {
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .peace-accordion__body {
    font-size: 14px;
    text-align: left;
  }
}

.intro__accordion {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intro__term {
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #292929;
  gap: 4px;
  cursor: pointer;
  font-size: clamp(14px, 16 / 768 * 100vw, 16px);
}

.intro__term .intro__icon {
  width: clamp(10px, 14 / 768 * 100vw, 14px);
  height: clamp(10px, 14 / 768 * 100vw, 14px);
  position: relative;
}
.intro__term .intro__icon::before,
.intro__term .intro__icon::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #292929;
  position: absolute;
  left: 0;
  top: clamp(5px, 7 / 768 * 100vw, 7px);
  transition: 0.4s all;
}

.intro__term .intro__icon::after {
  transform: rotate(90deg);
}
.intro__term.open .intro__icon::after {
  transform: rotate(0deg);
}

.intro__dist {
  line-height: 1.5;
  text-align: center;
  font-size: clamp(13px, 14 / 768 * 100vw, 14px);
  margin: 24px auto 0;
  display: block;
}

.intro__dist span {
  font-size: clamp(15px, 16 / 768 * 100vw, 16px);
  color: #ff0000;
}

@media screen and (max-width: 900px) {
  .intro__dist {
    text-align: left;
  }
}
.intro-price-rg {
  background-color: rgba(0, 0, 0, 0.16);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  padding: 32px 0;
}
.intro-price-rg .intro-price__msg.msg-continue {
  margin: 0;
  font-size: clamp(20px, 32 / 768 * 100vw, 32px);
  color: #fff;
  padding: clamp(8px, 12 / 768 * 100vw, 12px)
    clamp(20px, 32 / 768 * 100vw, 32px);
  width: 90%;
  text-align: center;
  border-radius: 40px;
  margin-bottom: clamp(24px, 36 / 768 * 100vw, 36px);
  background-color: #ff0000;
  position: relative;
}
.intro-price-rg .intro-price__msg.msg-continue::after {
  content: "";
  width: 32px;
  height: 28px;
  background-color: #ff0000;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .intro-price-rg .intro-price__msg.msg-continue::after {
    width: 24px;
    height: 16px;
    bottom: -15px;
  }
}

.intro-price-rg .intro-price__box {
  width: 90%;
  margin: 0 auto;
  border: clamp(6px, 8 / 768 * 100vw, 8px) solid #ff0000;
}
.intro-price-rg .intro-price__wrap {
  flex-direction: column;
}
.intro-price-rg .intro-price__top {
  display: flex;
  align-items: center;
  gap: clamp(12px, 24 / 768 * 100vw, 24px);
  margin-bottom: clamp(0px, 12 / 768 * 100vw, 12px);
}
.intro-price-rg .intro-price__regular p {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .intro-price-rg .intro-price__regular p {
    font-size: clamp(15px, 24 / 768 * 100vw, 24px);
  }
  .intro-price-rg .intro-price__title {
    font-size: clamp(14px, 3.3333vw, 30px);
  }
}

.intro-price-rg .intro-price__arrow {
  transform: rotate(90deg);
  width: clamp(14px, 20 / 768 * 100vw, 20px);
}
.intro-price-rg .intro-price__content {
  gap: clamp(10px, 20 / 768 * 100vw, 20px);
}
.intro-price-rg .intro-price__display {
  font-weight: 700;
  font-size: clamp(28px, 7vw, 48px);
  line-height: 1;
}
.intro-price-rg .intro-price__display span {
  font-size: clamp(16px, 32 / 768 * 100vw, 32px);
  color: #292929;
}
@media screen and (max-width: 768px) {
  .intro-price-rg .intro-price__display {
    font-weight: 500;
    font-size: 2rem;
  }
  .intro-price-rg .intro-price__display span {
    font-size: 1rem;
  }
}

.intro-price-rg .intro-price__tax-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.intro-price-rg .intro-price__postage {
  text-align: center;
  border-radius: 20px;
  padding: 5px 12px;
}

.intro-price-rg .improve__button {
  margin: clamp(24px, 32 / 768 * 100vw, 32px) 0 0;
  display: flex;
  justify-content: center;
}

.intro-price-rg .improve__button button {
  transition: 0.4s all;
}

.intro-price-rg .improve__button button:hover {
  transform: scale(1.05);
  transform-origin: center;
}
.intro-price-rg .button-yellow {
  font-size: clamp(24px, 32 / 768 * 100vw, 32px);
  font-weight: 700;
  padding: 4px clamp(32px, 55 / 768 * 100vw, 55px) 8px;
  border-radius: 32px;
  border: clamp(3px, 4 / 768 * 100vw, 4px) solid #ff0000;
}
.intro-price-rg .button-yellow::after {
  content: none;
}

.intro-price__first_half-text {
  color: #ff0000;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .intro-price__first_half-text {
    font-size: 10px;
  }
}

.intro-price__first_half-circle {
  margin-top: 0.5em;
}

.price-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.2;
  border-radius: 50%;
  background-color: #ef7711;
  width: 7rem;
  aspect-ratio: 1;
  letter-spacing: 0.15em;
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
}

@media screen and (max-width: 768px) {
  .price-circle {
    width: 4rem;
    font-size: 1rem;
  }
}

/* 12/24　追加 */
.improve__intro2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .improve__intro2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.improve__intro2 .intro-price-rg {
  width: 100%;
}

.improve__intro2 .intro-price-rg ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
.improve__intro2 .intro-price-rg li {
  display: inline-block;
  width: 45%;
}
@media screen and (max-width: 900px) {
  .improve__intro2 .intro-price-rg ul {
    display: block;
    justify-content: center;
    width: 100%;
  }
  .improve__intro2 .intro-price-rg li {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
}
.improve__intro2 .improve__intro--prices {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .improve__intro2 .improve__intro--prices {
    margin-top: -15px;
  }
}
.improve__intro2 .intro-price-rg .intro-price__regular p {
  font-size: 18px;
  font-weight: 500;
}
.improve__intro2 .intro-price-rg .intro-price__title {
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .improve__intro2 .intro-price-rg .intro-price__regular p {
    font-size: 13px;
  }
  .improve__intro2 .intro-price-rg .intro-price__title {
    font-size: 14px;
  }
}
.improve__intro2 .intro-price-rg .intro-price__display {
  font-weight: 700;
  font-size: clamp(28px, 7vw, 48px);
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .improve__intro2 .intro-price-rg .intro-price__display {
    /*    font-size: clamp(44px, 48 / 768 * 100vw, 48px); */
    font-size: 2rem;
  }
}
.improve__intro2 .intro-price-rg .intro-price__display span {
  font-size: 16px;
  color: #292929;
}
@media screen and (max-width: 900px) {
  .improve__intro2 .intro-price-rg .intro-price__display span {
    font-size: 1rem;
  }
}

.improve__intro2 .intro-price-rg .button-yellow {
  font-size: 24px;
  font-weight: 700;
  padding: 4px 32px 8px;
  border-radius: 32px;
  border: 3px solid #ff0000;
}
@media screen and (max-width: 900px) {
  .improve__intro2 .intro-price-rg .button-yellow {
    font-size: 18px;
  }
}
.improve__intro2 .intro-price-rg .intro-price__msg.msg-continue {
  background-color: #277600;
}
.improve__intro2 .intro-price-rg .intro-price__msg.msg-continue::after {
  background-color: #277600;
}
.improve__intro2 .intro-price-rg .intro-price__box {
  border: clamp(6px, 8 / 768 * 100vw, 8px) solid #277600;
  padding: 10px 18px 15px 18px;
}
@media screen and (max-width: 900px) {
  .improve__intro2 .intro-price-rg .intro-price__postage {
    /*     font-size: clamp(12px, 13/768 * 100vw, 13px); */
    font-size: 0.7rem;
    padding: 5px 8px;
  }
}

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

.footer__accordion {
  margin-top: 1.0416666667vw;
  margin-bottom: clamp(20px, 38 / 768 * 100vw, 38px);
  font-size: clamp(12px, 18 / 768 * 100vw, 18px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__term {
  border-bottom: 1px solid #fff;
  gap: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

.footer__icon {
  width: clamp(10px, 14 / 768 * 100vw, 14px);
  height: clamp(10px, 14 / 768 * 100vw, 14px);
  position: relative;
}
.footer__icon::before,
.footer__icon::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: clamp(4px, 6 / 768 * 100vw, 6px);
  transition: 0.4s all;
}
.footer__term .footer__icon::after {
  transform: rotate(90deg);
}
.footer__term.open .footer__icon::after {
  transform: rotate(0deg);
}

.footer__dist {
  margin: clamp(16px, 24 / 768 * 100vw, 24px) auto 0;
  display: none;
  line-height: 1.5;
  font-size: clamp(12px, 16 / 768 * 100vw, 16px);
  width: 92%;
}

@media screen and (max-width: 768px) {
  .footer__dist {
    text-align: left;
  }
}
.footer__dist > *:not(:last-child) {
  margin-bottom: clamp(8px, 14 / 768 * 100vw, 14px);
}

.improve__button--yellow.button-yellow {
  display: inline-block;
  font-family: "Kiwi Maru", serif;
  font-size: 32px;
  color: #292929;
  background-color: #fdf51d;
  padding: calc(6 / 32 * 1em) calc(24 / 32 * 1em) calc(10 / 32 * 1em);
  border: 4px solid #ff0000;
  border-radius: 1em;
  position: relative;
  line-height: 1.5;
  font-weight: 500;
  transition: transform 0.3s;
}

.improve__button--yellow.button-yellow:hover {
  transform: scale(1.05);
}

.improve__button--yellow.button-yellow .highlight {
  font-weight: 700;
  color: #ff0000;
}

@media screen and (max-width: 900px) {
  .improve__button--yellow.button-yellow {
    font-size: 20px;
    padding: 4px 24px 8px 24px;
  }
}

/* .intro-price-rg .button-yellow,
.improve__intro2 .intro-price-rg .button-yellow {
  font-size: 30px;
  font-weight: 700;
  padding: 6px 55px 10px 55px;
  border-radius: 32px;
  border: 4px solid #ff0000;
  background-color: #fdf51d;
  color: #292929;
  transition: transform 0.3s;
}
@media screen and (max-width: 900px) {
  .intro-price-rg .button-yellow,
  .improve__intro2 .intro-price-rg .button-yellow {
    font-size: 20px;
    padding: 4px 24px 8px 24px;
  }
} */
/* 
.intro-price-rg .button-yellow:hover,
.improve__intro2 .intro-price-rg .button-yellow:hover {
  transform: scale(1.05);
} */

.intro__term.open {
  /* 初期状態でopenクラスを付与 */
}

/* 左寄せ用スタイル */
.text-left {
  text-align: left;
}

.cancel-steps {
  display: inline-block;
  padding-left: 110px;
  text-align: left;
  line-height: 1.86;
  font-size: 14px;
}

.cancel-steps strong {
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
}

.cancel-steps ol {
  margin-left: 20px;
  padding-left: 0;
}

.cancel-steps li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.cancel-red {
  color: #ff0000;
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .cancel-steps {
    padding-left: 10px;
    line-height: 1.86;
    font-size: 12px;
  }

  .cancel-steps strong {
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .cancel-steps ol {
    margin-left: 20px;
    padding-left: 0;
  }

  .cancel-steps li {
    margin-bottom: 8px;
    line-height: 1.6;
  }
}

/* footer を最下部に固定　ここから */
html,
body {
  min-height: 100dvh;
}

body > footer {
  position: sticky;
  top: 100dvh;
}
/* footer を最下部に固定　ここまで */

/* body:has(.page-thanks) .header {
  background-color: #fff;
} */

body:has(.page-thanks) {
  background-color: #FD9615;
}

.page-thanks {
  padding-block: calc(180 / 1440 * 100%) calc(300 / 1440 * 100%);
}

@media screen and (max-width: 768px) {
  .page-thanks {
    padding-block: calc(80 / 375 * 100%) calc(160 / 375 * 100%);
  }
}

.page-thanks__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(24 / 1200 * 100%);
}

@media screen and (max-width: 768px) {
  .page-thanks__wrapper {
    flex-direction: column;
  }
}

.page-thanks__logo {
      width: clamp(230px, 23.61vw, 453px);
}

@media screen and (max-width: 768px) {
  .page-thanks__logo {
    width: 60vw;
  }
}

.page-thanks__logo-image {
  width: 100%;
  height: auto;
}

.page-thanks__title {
  color: #fff;
  font-family: "Kiwi Maru", serif;
  font-size: clamp(32px, 3.28125vw, 63px);
  font-weight: 500;
  font-weight: 700;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

@media screen and (max-width: 768px) {
  .page-thanks__title {
    font-size: 24px;
  }
}

.page-thanks__button {
  margin-top: calc(100 / 1440 * 100%);
  text-align: center;
}

.page-thanks__button-link {
  display: inline-grid;
  place-content: center;
  padding: calc(20 / 43 * 1em) calc(80 / 43 * 1em);
  border: 4px solid #ffcf07;
  border-radius: 100vmax;
  background-color: #fcf3cf;
  font-family: "Kiwi Maru", serif;
  font-size: clamp(15px, 1.5vw, 29px);
  font-weight: 500;
  font-weight: 700;
  transition: filter 0.3s ease;
}

@media screen and (max-width: 768px) {
  .page-thanks__button-link {
    font-size: 18px;
  }
}

.page-thanks__button-link:hover {
  filter: brightness(0.8) contrast(1.5);
}