@charset "UTF-8";
.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-transition: opacity 1.7s ease-out, -webkit-transform 1.7s ease-out;
  transition: opacity 1.7s ease-out, -webkit-transform 1.7s ease-out;
  transition: opacity 1.7s ease-out, transform 1.7s ease-out;
  transition: opacity 1.7s ease-out, transform 1.7s ease-out, -webkit-transform 1.7s ease-out;
}
.fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.hidden-sp {
  display: none;
}
@media screen and (min-width: 851px) {
  .hidden-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 851px) {
  .hidden-pc {
    display: none;
  }
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #454545;
  background-color: #fffaf2;
}

.p-header {
  position: relative;
  width: 100%;
}
.p-header::before {
  content: "";
  position: absolute;
  background-image: url(../images/new_price/bottom-img-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  width: 33.0666666667vw;
  height: 28.2666666667vw;
  top: -1%;
  right: 0;
  border-radius: 0 0 0 5.3333333333vw;
  -webkit-box-shadow: 0 16px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 16px 30px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 851px) {
  .p-header::before {
    background-image: url(../images/new_price/header__inner.png);
    width: 53.90625vw;
    height: 42.96875vw;
    -webkit-box-shadow: 0 16px 30px rgba(0, 0, 0, 0.25);
            box-shadow: 0 16px 30px rgba(0, 0, 0, 0.25);
    top: -39%;
    right: 0;
  }
}
.p-header::after {
  content: "";
  position: absolute;
  background-image: url(../images/new_price/header__inner-2-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33.8666666667vw;
  height: 21.3333333333vw;
  top: 115%;
  -webkit-box-shadow: 0 16px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 16px 30px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 5.3333333333vw 0;
}
@media screen and (min-width: 851px) {
  .p-header::after {
    background-image: url(../images/new_price/header__inner-2.png);
    width: 19.921875vw;
    height: 14.140625vw;
    border-radius: 3.90625vw 0 0 0;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    top: 33%;
    right: 49%;
  }
}

.p-header__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5.3333333333vw 8vw;
  background-image: url(../images/new_price/header-line.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
@media screen and (min-width: 851px) {
  .p-header__inner {
    padding: 3.90625vw 3.125vw;
  }
}

.p-header__icon img {
  width: 48vw;
  height: 11.7333333333vw;
}
@media screen and (min-width: 851px) {
  .p-header__icon img {
    width: 19.21875vw;
    height: 4.6875vw;
  }
}

.p-header__pc {
  position: fixed;
  z-index: 100;
  width: 100%;
  bottom: 1%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 851px) {
  .p-header__pc {
    width: auto;
    top: 8%;
    right: 3%;
  }
}

.p-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 851px) {
  .p-header__content {
    gap: 0.78125vw;
    width: clamp(0px, 39.0625vw, 750px);
  }
}

.p-header__link {
  padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 16vw;
  font-size: 4.2666666667vw;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(#85bdd1), to(#00bff3));
  background: linear-gradient(to right, #85bdd1, #00bff3);
  border: 3px solid transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 50%;
}
@media screen and (min-width: 851px) {
  .p-header__link {
    padding: clamp(0px, 0.78125vw, 15px) clamp(0px, 0.78125vw, 15px) clamp(0px, 0.78125vw, 15px) clamp(0px, 4.6875vw, 90px);
    font-size: clamp(0px, 1.796875vw, 34.5px);
    border-radius: 40px;
  }
}
.p-header__link::after {
  content: "";
  position: absolute;
  background-image: url(../images/new_price/header__link.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6.1333333333vw;
  height: 4.5333333333vw;
  top: 35%;
  left: 12%;
}
@media screen and (min-width: 851px) {
  .p-header__link::after {
    top: 24%;
    left: 12%;
    width: clamp(0px, 2.34375vw, 45px);
    height: clamp(0px, 1.71875vw, 33px);
  }
}
.p-header__link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
  background: linear-gradient(to right, #ffffff, #ffffff);
  z-index: -1;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-header__link:hover {
  color: #00bff3;
  border: 3px solid #00bff3;
}
.p-header__link:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.p-header__link:hover::after {
  background-image: url(../images/new_price/header__link-2.png);
}

.p-header__line {
  padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 6.6666666667vw;
  font-size: 4.2666666667vw;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(#75bf70), to(#06c755));
  background: linear-gradient(to right, #75bf70, #06c755);
  border: 3px solid transparent;
  overflow: hidden;
  z-index: 0;
  position: relative;
  width: 50%;
}
@media screen and (min-width: 851px) {
  .p-header__line {
    padding: clamp(0px, 0.78125vw, 15px) clamp(0px, 0.78125vw, 15px) clamp(0px, 0.78125vw, 15px) clamp(0px, 1.5625vw, 30px);
    font-size: clamp(0px, 1.875vw, 36px);
    border-radius: clamp(0px, 3.125vw, 60px);
  }
}
.p-header__line::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#5ea95a), to(#049944));
  background: linear-gradient(to right, #5ea95a, #049944);
  background: -webkit-gradient(linear, left top, right top, from(#eef0ee), to(#ffffff));
  background: linear-gradient(to right, #eef0ee, #ffffff);
  z-index: -1;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-header__line:hover {
  color: #06c755;
  border: 3px solid #06c755;
}
.p-header__line:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.p-mv__inner {
  position: relative;
  padding-bottom: 37.3333333333vw;
  overflow: hidden;
}
@media screen and (min-width: 851px) {
  .p-mv__inner {
    padding-bottom: 0;
  }
}
.p-mv__inner::before {
  content: "";
  position: absolute;
  background-image: url(../images/new_price/mv__inner-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 46.4vw;
  height: 20.8vw;
  top: 11%;
  right: 9%;
}
@media screen and (min-width: 851px) {
  .p-mv__inner::before {
    background-image: url(../images/new_price/mv__inner.png);
    width: 21.171875vw;
    height: 8.203125vw;
    top: 5%;
    left: 6%;
  }
}
.p-mv__inner::after {
  position: absolute;
  content: "";
  background-image: url(../images/new_price/header__inner.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 69.0666666667vw;
  height: 51.4666666667vw;
  bottom: 10%;
  right: -4%;
  z-index: -1;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 0 10.6666666667vw;
}
@media screen and (min-width: 851px) {
  .p-mv__inner::after {
    display: none;
  }
}

.p-mv__content {
  padding-top: 29.3333333333vw;
  margin: 0 auto;
  width: 84vw;
}
@media screen and (min-width: 851px) {
  .p-mv__content {
    margin: 0;
    width: 100%;
    padding-left: 7.65625vw;
    padding-top: 9.375vw;
  }
}

.p-mv__content-text {
  font-size: 6.4vw;
  padding-bottom: 1.3333333333vw;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 851px) {
  .p-mv__content-text {
    font-size: 3.515625vw;
    padding-bottom: 0.390625vw;
  }
}

.p-mv__content-text2 {
  position: relative;
  padding: 2.6666666667vw 4vw 2.6666666667vw 6.6666666667vw;
  color: #fff;
  font-size: 8.2666666667vw;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.09em;
  display: inline-block;
  border-radius: 5.3333333333vw 0 5.3333333333vw 0;
  background: -webkit-gradient(linear, left top, right top, from(#eb895f), to(#f75e87));
  background: linear-gradient(to right, #eb895f, #f75e87);
  -webkit-box-shadow: 8px 16px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 8px 16px 30px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 851px) {
  .p-mv__content-text2 {
    padding: 1.5625vw 1.171875vw 1.5625vw 2.734375vw;
    font-size: 5.390625vw;
    border-radius: 40px 0 40px 0;
  }
}

.p-mv__content-text3 {
  padding-top: 1.3333333333vw;
  font-size: 6.1333333333vw;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #000;
  text-shadow: 0 0 2px rgb(255, 255, 255), 0 0 6px rgb(255, 255, 255), 0 0 10px rgba(255, 255, 255, 0.95), 0 0 16px rgba(255, 255, 255, 0.8), 0 0 24px rgba(255, 255, 255, 0.6), 1px 1px 2px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 851px) {
  .p-mv__content-text3 {
    font-size: 3.28125vw;
  }
}

.p-mv__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.3333333333vw;
  width: 90.6666666667vw;
  padding-bottom: 13.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 851px) {
  .p-mv__bottom {
    padding-top: 1.5625vw;
    padding-bottom: 0;
    gap: 7.03125vw;
    width: 100%;
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-bottom-img {
  display: none;
}
@media screen and (min-width: 851px) {
  .p-bottom-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    border-radius: 0 6.25vw 0 0;
    -webkit-box-shadow: 8px 16px 30px rgba(0, 0, 0, 0.25);
            box-shadow: 8px 16px 30px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 851px) {
  .p-bottom-img img {
    width: 28.75vw;
    height: 18.203125vw;
  }
}

.p-bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.6666666667vw;
  height: 18.9333333333vw;
  width: 90.4vw;
  background-color: #fff;
  border-radius: 80px;
}
@media screen and (min-width: 851px) {
  .p-bottom-content {
    margin-top: 6.25vw;
    padding-right: 1.5625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.125vw;
    width: 55.9375vw;
    height: 11.171875vw;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border-radius: 80px;
  }
}

.p-bottom-content__img img {
  width: 17.3333333333vw;
  height: 17.3333333333vw;
}
@media screen and (min-width: 851px) {
  .p-bottom-content__img img {
    width: 7.8125vw;
    height: 7.8125vw;
  }
}

.p-bottom-content__text {
  line-height: 1;
  padding-bottom: 5.3333333333vw;
  font-size: 17.6vw;
  background: -webkit-gradient(linear, left top, right top, from(#eb895f), to(#f75e87));
  background: linear-gradient(to right, #eb895f, #f75e87);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 600;
}
@media screen and (min-width: 851px) {
  .p-bottom-content__text {
    padding-bottom: 1.5625vw;
    font-size: 10.46875vw;
  }
}
.p-bottom-content__text span {
  font-size: 8.5333333333vw;
  color: #454545;
}
@media screen and (min-width: 851px) {
  .p-bottom-content__text span {
    font-size: 5vw;
  }
}

.feature-wrapper {
  position: relative;
}
.feature-wrapper::before {
  position: absolute;
  content: "";
  background-image: url(../images/new_price/reasons-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(0px, 38.6666666667vw, 232px);
  height: clamp(0px, 30.4vw, 182.4px);
  bottom: -3%;
  left: 3%;
  z-index: 3;
}
@media screen and (min-width: 851px) {
  .feature-wrapper::before {
    width: clamp(0px, 21.328125vw, 273px);
    height: clamp(0px, 16.71875vw, 214px);
    bottom: -2%;
    left: 3%;
  }
}

.p-feature {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

/* 共通 */
.p-feature::before,
.p-feature::after,
.p-feature__bg-mid {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  pointer-events: none;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 137, 95, 0.15)), to(rgba(247, 94, 135, 0.15)));
  background: linear-gradient(to right, rgba(235, 137, 95, 0.15), rgba(247, 94, 135, 0.15));
}

.p-feature::before {
  top: -10%;
  height: 40%;
  background: rgba(247, 94, 135, 0.15);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(25%, #000), color-stop(55%, transparent));
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 25%, transparent 55%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(25%, #000), color-stop(55%, transparent));
  mask-image: linear-gradient(to bottom, #000 0%, #000 25%, transparent 55%);
}

/* 真ん中 */
.p-feature__bg-mid {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 35%;
  opacity: 0.5; /* ←ここ重要 */
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, #000), color-stop(60%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 40%, #000 60%, transparent 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, #000), color-stop(60%, #000), to(transparent));
  mask-image: linear-gradient(to bottom, transparent 0%, #000 40%, #000 60%, transparent 100%);
}

/* 下 */
.p-feature::after {
  bottom: -10%;
  height: 40%;
  background: rgba(247, 94, 135, 0.15);
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(25%, #000), color-stop(55%, transparent));
  -webkit-mask-image: linear-gradient(to top, #000 0%, #000 25%, transparent 55%);
  mask-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(25%, #000), color-stop(55%, transparent));
  mask-image: linear-gradient(to top, #000 0%, #000 25%, transparent 55%);
}

.new-wave {
  position: relative;
  bottom: -5px;
}

.new-wave--bottom canvas {
  position: relative;
  bottom: 5px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  z-index: -1;
}

.p-feature__inner {
  padding-top: 18.6666666667vw;
  position: relative;
}
@media screen and (min-width: 851px) {
  .p-feature__inner {
    padding-top: clamp(0px, 2.34375vw, 30px);
  }
}
.p-feature__inner::before {
  content: "";
  position: absolute;
  background-image: url(../images/new_price/feature-a.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(0px, 25.0666666667vw, 150.4px);
  height: clamp(0px, 24vw, 144px);
  top: -1%;
  right: 8%;
}
@media screen and (min-width: 851px) {
  .p-feature__inner::before {
    display: none;
  }
}

.p-feature__content {
  text-align: center;
}
@media screen and (min-width: 851px) {
  .p-feature__content {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: clamp(0px, 6.25vw, 80px);
  }
  .p-feature__content::after {
    content: "";
    position: absolute;
    background-image: url(../images/new_price/feature-b.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: clamp(0px, 29.3333333333vw, 176px);
    height: clamp(0px, 19.7333333333vw, 118.4px);
    top: 13%;
    left: 3%;
  }
}
@media screen and (min-width: 851px) and (min-width: 851px) {
  .p-feature__content::after {
    width: clamp(0px, 17.65625vw, 226px);
    height: clamp(0px, 11.875vw, 152px);
    top: 10%;
    left: auto;
    right: -2%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-feature-title {
  font-size: clamp(0px, 6.6666666667vw, 40px);
  font-weight: 600;
}
@media screen and (min-width: 851px) {
  .p-feature-title {
    font-size: clamp(0px, 3.125vw, 40px);
  }
}
.p-feature-title span {
  color: #f75e87;
  font-size: clamp(0px, 6.6666666667vw, 40px);
  font-weight: 600;
}
@media screen and (min-width: 851px) {
  .p-feature-title span {
    font-size: clamp(0px, 3.125vw, 40px);
  }
}

.p-feature-text {
  padding-top: clamp(0px, 6.6666666667vw, 40px);
  font-size: clamp(0px, 3.4666666667vw, 20.8px);
  font-weight: 500;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 851px) {
  .p-feature-text {
    padding-top: clamp(0px, 3.125vw, 40px);
    font-size: clamp(0px, 1.484375vw, 19px);
  }
}

.p-feature__boxes {
  padding-top: clamp(0px, 18.6666666667vw, 96px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 8vw, 48px);
  position: relative;
}
@media screen and (min-width: 851px) {
  .p-feature__boxes {
    padding-top: clamp(0px, 3.90625vw, 50px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: clamp(0px, 75vw, 960px);
    gap: clamp(0px, 3.125vw, 40px) clamp(0px, 2.34375vw, 30px);
  }
}
.p-feature__boxes::before {
  content: "";
  position: absolute;
  background-image: url(../images/new_price/feature-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 1%;
  left: 5%;
  width: clamp(0px, 29.3333333333vw, 176px);
  height: clamp(0px, 19.7333333333vw, 118.4px);
}
@media screen and (min-width: 851px) {
  .p-feature__boxes::before {
    display: none;
  }
}

.p-feature__box {
  width: clamp(0px, 79.4666666667vw, 477px);
  margin: 0 auto;
}
@media screen and (min-width: 851px) {
  .p-feature__box {
    width: clamp(0px, 35.15625vw, 450px);
    margin: 0;
  }
  .p-feature__box:nth-child(2), .p-feature__box:nth-child(4) {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}

.feature__box-img img {
  width: clamp(0px, 79.4666666667vw, 476.8px);
  height: clamp(0px, 54.1333333333vw, 324.8px);
}
@media screen and (min-width: 851px) {
  .feature__box-img img {
    width: clamp(0px, 35.15625vw, 450px);
    height: clamp(0px, 23.984375vw, 307px);
  }
}

.feature__box-content {
  background-color: #fff;
  padding: clamp(0px, 4vw, 24px);
  -webkit-box-shadow: 8px 16px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 8px 16px 30px rgba(0, 0, 0, 0.15);
  width: clamp(0px, 79.4666666667vw, 476.8px);
  border-radius: 0 0 30px 30px;
}
@media screen and (min-width: 851px) {
  .feature__box-content {
    width: clamp(0px, 35.15625vw, 450px);
    padding: clamp(0px, 1.953125vw, 25px) clamp(0px, 1.5625vw, 20px) clamp(0px, 1.953125vw, 25px) clamp(0px, 1.953125vw, 25px);
  }
}

.box-content__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 5.3333333333vw, 32px);
}
@media screen and (min-width: 851px) {
  .box-content__top {
    gap: clamp(0px, 1.5625vw, 20px);
  }
}

.box-content__img img {
  width: clamp(0px, 19.7333333333vw, 118.4px);
  height: clamp(0px, 9.3333333333vw, 56px);
}
@media screen and (min-width: 851px) {
  .box-content__img img {
    width: clamp(0px, 8.4375vw, 108px);
    height: clamp(0px, 3.984375vw, 51px);
  }
}

.box-content__title {
  font-size: clamp(0px, 5.0666666667vw, 30.4px);
  font-weight: 600;
  text-align: start;
}
@media screen and (min-width: 851px) {
  .box-content__title {
    font-size: clamp(0px, 2.34375vw, 30px);
  }
}

.box-content__text {
  padding-top: clamp(0px, 2.6666666667vw, 16px);
  font-size: clamp(0px, 3.4666666667vw, 20.8px);
  letter-spacing: 0.07em;
  font-weight: 300;
  text-align: start;
}
@media screen and (min-width: 851px) {
  .box-content__text {
    font-size: clamp(0px, 1.25vw, 16px);
    padding-top: clamp(0px, 0.78125vw, 10px);
    line-height: 1.8;
  }
}

.p-reasons__inner {
  padding-bottom: clamp(0px, 26.6666666667vw, 200px);
  position: relative;
}
@media screen and (min-width: 851px) {
  .p-reasons__inner {
    padding-bottom: 7.8125vw;
    max-width: 1280px;
    margin: 0 auto;
  }
}

.p-reasons__content-top {
  padding-top: clamp(0px, 16vw, 96px);
  text-align: center;
  position: relative;
}
@media screen and (min-width: 851px) {
  .p-reasons__content-top {
    padding-top: 100px;
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 851px) {
  .p-reasons__content-top::before {
    content: "";
    position: absolute;
    background-image: url(../images/new_price/feature-a.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: clamp(0px, 13.75vw, 176px);
    height: clamp(0px, 12.96875vw, 166px);
    top: -1%;
    right: 8%;
  }
}

.p-reasons__content-title-1 {
  font-size: clamp(0px, 6.6666666667vw, 40px);
  font-weight: 600;
}
@media screen and (min-width: 851px) {
  .p-reasons__content-title-1 {
    font-size: clamp(0px, 3.125vw, 40px);
  }
}
.p-reasons__content-title-1 span {
  font-size: clamp(0px, 6.6666666667vw, 40px);
  font-weight: 600;
  color: #f75e87;
}
@media screen and (min-width: 851px) {
  .p-reasons__content-title-1 span {
    font-size: clamp(0px, 3.125vw, 40px);
  }
}

.p-reasons__content-title-2 {
  padding-left: clamp(0px, 12vw, 72px);
  font-size: clamp(0px, 6.6666666667vw, 40px);
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 851px) {
  .p-reasons__content-title-2 {
    padding-left: clamp(0px, 11.71875vw, 150px);
    font-size: clamp(0px, 3.125vw, 40px);
  }
}
.p-reasons__content-title-2::before {
  content: "";
  position: absolute;
  background-image: url(../images/new_price/content-title-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(0px, 10.9333333333vw, 65.6px);
  height: clamp(0px, 11.2vw, 67.2px);
  top: 0;
  left: 37%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 851px) {
  .p-reasons__content-title-2::before {
    width: clamp(0px, 5.078125vw, 65px);
    height: clamp(0px, 5.078125vw, 65px);
    top: 0;
    left: 46%;
  }
}

.p-reasons__content-boxes {
  padding-top: clamp(0px, 16vw, 96px);
  gap: clamp(0px, 10.6666666667vw, 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 851px) {
  .p-reasons__content-boxes {
    padding-top: clamp(0px, 3.90625vw, 50px);
    gap: clamp(0px, 4.6875vw, 60px);
  }
}

.reasons__box {
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 40px 0;
  width: clamp(0px, 80vw, 480px);
  padding: clamp(0px, 5.3333333333vw, 32px);
  position: relative;
}
@media screen and (min-width: 851px) {
  .reasons__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(0px, 3.90625vw, 50px);
    padding: clamp(0px, 3.125vw, 40px) clamp(0px, 4.6875vw, 60px) clamp(0px, 3.125vw, 40px) clamp(0px, 4.6875vw, 60px);
    width: clamp(0px, 74.84375vw, 958px);
  }
}
.reasons__box::before {
  content: "";
  position: absolute;
  background-image: url(../images/new_price/content-title-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(0px, 10.9333333333vw, 65.6px);
  height: clamp(0px, 10.9333333333vw, 65.6px);
  top: -3%;
  left: -4%;
}
@media screen and (min-width: 851px) {
  .reasons__box::before {
    top: -6%;
    left: -2%;
    width: clamp(0px, 5.078125vw, 65px);
    height: clamp(0px, 5.078125vw, 65px);
  }
}
.reasons__box:nth-child(2)::before {
  background-image: url(../images/new_price/content-title-2.png);
}

.reasons__box-img {
  text-align: center;
}
.reasons__box-img img {
  width: clamp(0px, 48.2666666667vw, 289.6px);
  height: clamp(0px, 32.8vw, 196.8px);
}
@media screen and (min-width: 851px) {
  .reasons__box-img img {
    width: clamp(0px, 14.140625vw, 181px);
    height: clamp(0px, 9.53125vw, 122px);
  }
}

.reasons__box-content {
  padding-top: clamp(0px, 5.3333333333vw, 32px);
}
@media screen and (min-width: 851px) {
  .reasons__box-content {
    padding-top: 0;
    width: clamp(0px, 45.78125vw, 586px);
  }
}

.reasons__box-title {
  text-align: center;
  font-size: clamp(0px, 5.8666666667vw, 35.2px);
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, from(#f75e87), to(#eb895f));
  background: linear-gradient(to bottom, #f75e87, #eb895f);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 851px) {
  .reasons__box-title {
    text-align: start;
    font-size: clamp(0px, 2.34375vw, 30px);
  }
}

.reasons__box-text {
  padding-top: clamp(0px, 2.6666666667vw, 16px);
  font-size: clamp(0px, 3.4666666667vw, 20.8px);
  font-weight: 300;
}
@media screen and (min-width: 851px) {
  .reasons__box-text {
    padding-top: clamp(0px, 0.78125vw, 10px);
    font-size: clamp(0px, 1.25vw, 16px);
    letter-spacing: 0.05em;
  }
}

.works__inner {
  padding-top: 18.6666666667vw;
}
@media screen and (min-width: 851px) {
  .works__inner {
    padding-top: clamp(0px, 3.90625vw, 50px);
  }
}

.content__top-title {
  font-size: clamp(0px, 8vw, 48px);
  font-weight: 600;
  letter-spacing: 0.2em;
  padding-bottom: clamp(0px, 4vw, 24px);
  position: relative;
  text-align: center;
}
@media screen and (min-width: 851px) {
  .content__top-title {
    font-size: clamp(0px, 3.125vw, 40px);
    padding-bottom: clamp(0px, 1.171875vw, 15px);
  }
}
.content__top-title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-radius: 999px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18.6666666667vw;
  height: 0.5333333333vw;
  background: -webkit-gradient(linear, left top, right top, from(#eb895f), to(#f75e87));
  background: linear-gradient(to right, #eb895f, #f75e87);
}
@media screen and (min-width: 851px) {
  .content__top-title::before {
    width: clamp(0px, 7.03125vw, 90px);
    height: clamp(0px, 0.234375vw, 3px);
  }
}

.works__content {
  padding: 8vw 6.6666666667vw 13.3333333333vw 9.3333333333vw;
}
@media screen and (min-width: 851px) {
  .works__content {
    padding-top: clamp(0px, 4.6875vw, 60px);
    padding-left: 0;
    padding-right: 0;
    padding-bottom: clamp(0px, 7.8125vw, 100px);
  }
}

.works__swiper-body {
  /* アクティブな● */
}
@media screen and (min-width: 4500px) {
  .works__swiper-body {
    margin: 0 auto;
    width: 4000px;
  }
}
.works__swiper-body .swiper-pagination-bullet {
  background-color: #fdd0dc;
  opacity: 1;
}
.works__swiper-body .swiper-pagination-bullet-active {
  background-color: #f75e87;
}
.works__swiper-body .swiper-pagination-bullet {
  width: 1.6vw;
  height: 1.6vw;
}
@media screen and (min-width: 851px) {
  .works__swiper-body .swiper-pagination-bullet {
    width: clamp(0px, 0.625vw, 8px);
    height: clamp(0px, 0.625vw, 8px);
  }
}
.works__swiper-body .swiper-pagination-bullet-active {
  width: 1.8666666667vw;
  height: 1.8666666667vw;
}
@media screen and (min-width: 851px) {
  .works__swiper-body .swiper-pagination-bullet-active {
    width: clamp(0px, 0.703125vw, 9px);
    height: clamp(0px, 0.703125vw, 9px);
  }
}

.works__swiper-slide {
  padding-top: 8vw;
}
@media screen and (min-width: 851px) {
  .works__swiper-slide {
    padding-top: 0;
    padding-bottom: clamp(0px, 19.53125vw, 250px);
  }
}

.works__swiper-box {
  position: relative;
  padding-right: 2.6666666667vw;
}
@media screen and (min-width: 851px) {
  .works__swiper-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: clamp(0px, 75.078125vw, 961px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding-right: 0;
  }
}
.works__swiper-box::before {
  position: absolute;
  content: "";
  background-image: url(../images/new_price/swiper-box.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 80.8vw;
  height: 190.4vw;
  top: 0;
  right: -2%;
}
@media screen and (min-width: 851px) {
  .works__swiper-box::before {
    background-image: url(../images/new_price/swiper-box-pc.png);
    width: clamp(0px, 58.59375vw, 750px);
    height: clamp(0px, 46.875vw, 600px);
    top: 1%;
    right: auto;
    left: 7%;
  }
}

.box-1 {
  position: relative;
}
.box-1::after {
  position: absolute;
  content: "";
  background-image: url(../images/new_price/box-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22.9333333333vw;
  height: 28.2666666667vw;
  top: -5%;
  right: 12%;
}
@media screen and (min-width: 851px) {
  .box-1::after {
    width: clamp(0px, 11.71875vw, 150px);
    height: clamp(0px, 14.453125vw, 185px);
    top: auto;
    right: auto;
    bottom: -48%;
    left: 14%;
  }
}

.box-2 {
  position: relative;
}
.box-2::after {
  position: absolute;
  content: "";
  background-image: url(../images/new_price/box-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 29.6vw;
  height: 25.3333333333vw;
  top: -2%;
  right: 6%;
}
@media screen and (min-width: 851px) {
  .box-2::after {
    width: clamp(0px, 18.125vw, 232px);
    height: clamp(0px, 15.625vw, 200px);
    top: auto;
    right: auto;
    bottom: -48%;
    left: 14%;
  }
}

.box-3 {
  position: relative;
}
.box-3::after {
  position: absolute;
  content: "";
  background-image: url(../images/new_price/box-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33.8666666667vw;
  height: 25.3333333333vw;
  top: -2%;
  right: 6%;
}
@media screen and (min-width: 851px) {
  .box-3::after {
    width: clamp(0px, 20.78125vw, 266px);
    height: clamp(0px, 15.625vw, 200px);
    top: auto;
    right: auto;
    bottom: -58%;
    left: 6%;
  }
}

.box-4 {
  position: relative;
}
.box-4::after {
  position: absolute;
  content: "";
  background-image: url(../images/new_price/box-4.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 37.8666666667vw;
  height: 25.3333333333vw;
  top: -2%;
  right: 7%;
}
@media screen and (min-width: 851px) {
  .box-4::after {
    width: clamp(0px, 23.203125vw, 297px);
    height: clamp(0px, 15.46875vw, 198px);
    top: auto;
    right: auto;
    bottom: -58%;
    left: 1%;
  }
}

.swiper-box__top {
  padding-top: 13.3333333333vw;
  padding-bottom: 5.3333333333vw;
}
@media screen and (min-width: 851px) {
  .swiper-box__top {
    width: clamp(0px, 29.296875vw, 375px);
    padding-top: clamp(0px, 5.46875vw, 70px);
    padding-bottom: clamp(0px, 0.78125vw, 10px);
  }
}

.swiper-box__icon img {
  width: 26.9333333333vw;
  height: 13.3333333333vw;
}
@media screen and (min-width: 851px) {
  .swiper-box__icon img {
    width: clamp(0px, 10.703125vw, 137px);
    height: clamp(0px, 5.390625vw, 69px);
  }
}

.swiper-box__title {
  font-size: 5.8666666667vw;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 851px) {
  .swiper-box__title {
    font-size: clamp(0px, 2.34375vw, 30px);
  }
}

.wiper-box__text {
  padding-top: 4vw;
  font-size: 3.4666666667vw;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 0.01em;
  padding-bottom: 106.6666666667vw;
}
@media screen and (min-width: 851px) {
  .wiper-box__text {
    font-size: clamp(0px, 1.25vw, 16px);
    padding-top: clamp(0px, 1.5625vw, 20px);
    padding-bottom: 0;
  }
}

.swiper-box__img {
  position: absolute;
  bottom: 4%;
  left: -5%;
}
@media screen and (min-width: 851px) {
  .swiper-box__img {
    margin-top: clamp(0px, 3.125vw, 40px);
    left: auto;
    top: auto;
    top: 1%;
    right: -1%;
  }
}
.swiper-box__img img {
  width: 106.6666666667vw;
  height: 101.6vw;
}
@media screen and (min-width: 851px) {
  .swiper-box__img img {
    width: clamp(0px, 39.84375vw, 510px);
    height: clamp(0px, 50.78125vw, 650px);
  }
}

.recommend__inner {
  padding-left: clamp(0px, 4vw, 24px);
  padding-right: clamp(0px, 4vw, 24px);
  padding-bottom: clamp(0px, 16vw, 96px);
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 851px) {
  .recommend__inner {
    padding-left: clamp(0px, 1.171875vw, 15px);
    padding-right: clamp(0px, 1.171875vw, 15px);
    padding-bottom: clamp(0px, 7.8125vw, 100px);
    max-width: 1084px;
  }
}

.recommend__card {
  padding: clamp(0px, 5.3333333333vw, 32px);
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (min-width: 851px) {
  .recommend__card {
    padding: clamp(0px, 3.90625vw, 50px) clamp(0px, 2.34375vw, 30px) clamp(0px, 2.34375vw, 30px) clamp(0px, 2.34375vw, 30px);
    max-width: 1083px;
    margin: 0 auto;
  }
}

.recommend__title {
  font-size: clamp(0px, 5.3333333333vw, 32px);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  /* 文字をグラデーションに */
  background: -webkit-gradient(linear, left top, right top, from(#eb895f), to(#f75e87));
  background: linear-gradient(to right, #eb895f, #f75e87);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 851px) {
  .recommend__title {
    font-size: clamp(0px, 3.28125vw, 42px);
  }
}

/* 左右の線 共通 */
.recommend__title::before,
.recommend__title::after {
  content: "";
  width: clamp(0px, 5.3333333333vw, 32px);
  height: clamp(0px, 0.5333333333vw, 3.2px);
}
@media screen and (min-width: 851px) {
  .recommend__title::before,
  .recommend__title::after {
    width: clamp(0px, 14.0625vw, 180px);
    height: clamp(0px, 0.234375vw, 3px);
  }
}

/* 左の棒：#eb895f */
.recommend__title::before {
  background-color: #eb895f;
  margin-right: clamp(0px, 2.6666666667vw, 16px);
}
@media screen and (min-width: 851px) {
  .recommend__title::before {
    margin-right: clamp(0px, 1.5625vw, 20px);
  }
}

/* 右の棒：#f75e87 */
.recommend__title::after {
  background-color: #f75e87;
  margin-left: clamp(0px, 2.6666666667vw, 16px);
}
@media screen and (min-width: 851px) {
  .recommend__title::after {
    margin-left: clamp(0px, 1.5625vw, 20px);
  }
}

.recommend__boxes {
  padding-top: clamp(0px, 5.3333333333vw, 32px);
  gap: clamp(0px, 2.6666666667vw, 16px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 851px) {
  .recommend__boxes {
    padding-top: clamp(0px, 2.34375vw, 30px);
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(0px, 1.5625vw, 20px);
  }
}

.recommend__img {
  text-align: center;
}
.recommend__img img {
  width: clamp(0px, 24vw, 150px);
  height: clamp(0px, 32.2666666667vw, 193.6px);
}
@media screen and (min-width: 851px) {
  .recommend__img img {
    width: clamp(0px, 9.140625vw, 117px);
    height: clamp(0px, 12.890625vw, 165px);
  }
}

.recommend__text {
  padding-top: clamp(0px, 2.6666666667vw, 16px);
  font-size: clamp(0px, 3.2vw, 19.2px);
  text-align: center;
  font-weight: 300;
}
@media screen and (min-width: 851px) {
  .recommend__text {
    font-size: clamp(0px, 1.40625vw, 18px);
  }
}

.plan-wrapper {
  position: relative;
}
.plan-wrapper::before {
  content: "";
  position: absolute;
  background-image: url(../images/new_price/plan__inner-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 2%;
  right: 11%;
  width: clamp(0px, 20.5333333333vw, 123.2px);
  height: clamp(0px, 21.6vw, 129.6px);
}
@media screen and (min-width: 851px) {
  .plan-wrapper::before {
    width: clamp(0px, 10.859375vw, 139px);
    height: clamp(0px, 11.484375vw, 147px);
  }
}
.plan-wrapper::after {
  position: absolute;
  content: "";
  background-image: url(../images/new_price/cta-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 3%;
  left: 9%;
  width: clamp(0px, 28.5333333333vw, 171.2px);
  height: clamp(0px, 19.4666666667vw, 116.8px);
}
@media screen and (min-width: 851px) {
  .plan-wrapper::after {
    width: clamp(0px, 12.65625vw, 162px);
    height: clamp(0px, 7.96875vw, 102px);
  }
}

.plan {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 94, 135, 0.15)), color-stop(20%, rgba(247, 94, 135, 0.15)), color-stop(40%, rgba(235, 137, 95, 0.15)), color-stop(60%, rgba(235, 137, 95, 0.15)), color-stop(80%, rgba(247, 94, 135, 0.15)), to(rgba(247, 94, 135, 0.15)));
  background: linear-gradient(to bottom, rgba(247, 94, 135, 0.15) 0%, rgba(247, 94, 135, 0.15) 20%, rgba(235, 137, 95, 0.15) 40%, rgba(235, 137, 95, 0.15) 60%, rgba(247, 94, 135, 0.15) 80%, rgba(247, 94, 135, 0.15) 100%);
}

.plan__inner {
  padding-top: clamp(0px, 16vw, 96px);
  padding-left: clamp(0px, 4vw, 24px);
  padding-right: clamp(0px, 4vw, 24px);
  position: relative;
}
@media screen and (min-width: 851px) {
  .plan__inner {
    padding-top: 0;
    padding-left: clamp(0px, 1.5625vw, 20px);
    padding-right: clamp(0px, 1.5625vw, 20px);
    max-width: 1280px;
    margin: 0 auto;
  }
}

.plan-content__top {
  padding-top: clamp(0px, 2.6666666667vw, 16px);
}
@media screen and (min-width: 851px) {
  .plan-content__top {
    padding-top: clamp(0px, 2.34375vw, 30px);
  }
}

.plan__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10.6666666667vw, 64px);
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 851px) {
  .plan__content {
    padding-top: clamp(0px, 3.90625vw, 50px);
    gap: clamp(0px, 3.90625vw, 50px);
    max-width: 960px;
  }
}

.plan__card {
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  padding: clamp(0px, 5.3333333333vw, 32px);
  margin-top: clamp(0px, 21.3333333333vw, 128px);
  border-radius: clamp(0px, 8vw, 48px) 0 clamp(0px, 8vw, 48px) 0;
  background-color: #fff;
}
@media screen and (min-width: 851px) {
  .plan__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: clamp(0px, 69.84375vw, 894px);
    height: clamp(0px, 36.015625vw, 461px);
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
}

.plan__card-top {
  padding-bottom: clamp(0px, 5.3333333333vw, 32px);
  border-bottom: 2px solid #454545;
  position: relative;
}
@media screen and (min-width: 851px) {
  .plan__card-top {
    padding-left: clamp(0px, 3.90625vw, 50px);
    padding-bottom: clamp(0px, 2.34375vw, 30px);
    margin-right: clamp(0px, 2.34375vw, 30px);
    border-bottom: none;
    width: 45%;
  }
}
.plan__card-top::before {
  position: absolute;
  content: "";
  background-image: url(../images/new_price/plan__card-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(0px, 80vw, 480px);
  height: clamp(0px, 49.0666666667vw, 294.4px);
  top: -19%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 851px) {
  .plan__card-top::before {
    width: clamp(0px, 27.265625vw, 349px);
    height: clamp(0px, 16.71875vw, 214px);
    top: 7%;
    left: 55%;
  }
}
@media screen and (min-width: 851px) {
  .plan__card-top::after {
    position: absolute;
    content: "";
    background-image: url(../images/new_price/line-plan.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: clamp(0px, 0.15625vw, 2px);
    height: clamp(0px, 19.765625vw, 253px);
    bottom: 0;
    right: -7%;
  }
}

.plan__card:nth-child(2) .plan__card-top::before {
  background-image: url(../images/new_price/plan__card-2.png);
}

/* 3つ目 */
.plan__card:nth-child(3) .plan__card-top::before {
  background-image: url(../images/new_price/plan__card-3.png);
}

.card-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: clamp(0px, 40vw, 240px);
}
@media screen and (min-width: 851px) {
  .card-modal {
    padding-top: clamp(0px, 21.09375vw, 270px);
  }
}

.card-modal img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.plan__card-modal-1 img {
  width: clamp(0px, 44.2666666667vw, 265.6px);
  height: clamp(0px, 40.2666666667vw, 241.6px);
}
@media screen and (min-width: 851px) {
  .plan__card-modal-1 img {
    width: clamp(0px, 12.96875vw, 166px);
    height: clamp(0px, 11.796875vw, 151px);
  }
}

.plan__card-modal-2 img {
  width: clamp(0px, 44.5333333333vw, 267.2px);
  height: clamp(0px, 39.4666666667vw, 236.8px);
}
@media screen and (min-width: 851px) {
  .plan__card-modal-2 img {
    width: clamp(0px, 12.96875vw, 166px);
    height: clamp(0px, 11.796875vw, 151px);
  }
}

.plan__card-bottom {
  padding-top: clamp(0px, 5.3333333333vw, 32px);
}
@media screen and (min-width: 851px) {
  .plan__card-bottom {
    width: clamp(0px, 41.171875vw, 527px);
    padding-top: 0;
    position: absolute;
    top: 8%;
    right: -8%;
  }
}

.plan__card-title {
  font-size: clamp(0px, 5.6vw, 33.6px);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #f75e87;
}
@media screen and (min-width: 851px) {
  .plan__card-title {
    font-size: clamp(0px, 2.1875vw, 28px);
  }
}

.plan__card-text {
  padding-top: clamp(0px, 2.6666666667vw, 16px);
  font-size: clamp(0px, 3.4666666667vw, 20.8px);
  font-weight: 200;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 851px) {
  .plan__card-text {
    font-size: clamp(0px, 1.25vw, 16px);
    padding-top: clamp(0px, 1.171875vw, 15px);
  }
}

.plan__card-text-2 {
  padding-top: clamp(0px, 8vw, 48px);
  font-size: clamp(0px, 2.6666666667vw, 16px);
  font-weight: 600;
}
@media screen and (min-width: 851px) {
  .plan__card-text-2 {
    font-size: clamp(0px, 1.09375vw, 14px);
    padding-top: clamp(0px, 2.34375vw, 30px);
    padding-left: clamp(0px, 3.125vw, 40px);
  }
}

.plan__card-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: clamp(0px, 2.6666666667vw, 16px);
  gap: clamp(0px, 2.6666666667vw, 16px);
}
@media screen and (min-width: 851px) {
  .plan__card-price {
    padding-top: 0;
    width: clamp(0px, 38.28125vw, 490px);
    gap: clamp(0px, 1.5625vw, 20px);
    padding-left: clamp(0px, 3.125vw, 40px);
  }
}
@media screen and (min-width: 851px) {
  .plan__card-price .p-bottom-content__img {
    padding-bottom: clamp(0px, 1.5625vw, 20px);
  }
}
.plan__card-price .p-bottom-content__img img {
  width: clamp(0px, 17.3333333333vw, 104px);
  height: clamp(0px, 17.3333333333vw, 104px);
}
@media screen and (min-width: 851px) {
  .plan__card-price .p-bottom-content__img img {
    width: clamp(0px, 7.8125vw, 100px);
    height: clamp(0px, 7.8125vw, 100px);
  }
}

.card-price-text {
  font-size: clamp(0px, 19.7333333333vw, 118.4px);
  padding-bottom: clamp(0px, 2.6666666667vw, 16px);
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (min-width: 851px) {
  .card-price-text {
    font-size: clamp(0px, 7.8125vw, 100px);
  }
}
.card-price-text span {
  font-size: clamp(0px, 7.4666666667vw, 44.8px);
}
@media screen and (min-width: 851px) {
  .card-price-text span {
    font-size: clamp(0px, 3.515625vw, 45px);
  }
}

.image-modal {
  position: fixed;
  inset: 0;
  z-index: 99;
  display: none;
}

.image-modal.is-open {
  display: block;
}

.image-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.image-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.image-modal__content img {
  width: clamp(0px, 96vw, 576px);
  max-width: 98vw;
  max-height: 92vh;
  height: auto;
}
@media screen and (min-width: 851px) {
  .image-modal__content img {
    width: 54.6875vw;
    max-width: 70vw;
    max-height: auto;
  }
}

.cta {
  padding-bottom: clamp(0px, 26.6666666667vw, 160px);
}
@media screen and (min-width: 851px) {
  .cta {
    padding-bottom: clamp(0px, 11.71875vw, 150px);
  }
}

.cta__inner {
  padding-top: clamp(0px, 13.3333333333vw, 80px);
}
@media screen and (min-width: 851px) {
  .cta__inner {
    padding-top: clamp(0px, 7.8125vw, 100px);
  }
}

.cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0px, 5.3333333333vw, 32px);
  background-color: #fff;
  width: clamp(0px, 80.2666666667vw, 481.6px);
  height: clamp(0px, 20.2666666667vw, 121.6px);
  border-radius: clamp(0px, 13.3333333333vw, 80px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 auto;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 851px) {
  .cta__button {
    width: clamp(0px, 58.984375vw, 755px);
    height: clamp(0px, 9.53125vw, 122px);
    padding: clamp(0px, 1.5625vw, 20px);
    gap: clamp(0px, 1.5625vw, 20px);
    border-radius: clamp(0px, 4.6875vw, 60px);
  }
}

.cta__button::before {
  content: "";
  position: absolute;
  inset: 0;
  /* ★ ホバー時に出したい背景 */
  background: -webkit-gradient(linear, left top, right top, from(#f8d8ca), color-stop(#fbe9e1), to(#f8d8ca));
  background: linear-gradient(to right, #f8d8ca, #fbe9e1, #f8d8ca);
  z-index: -1;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.cta__button:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.cta__button-top {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.cta__button:hover .cta__button-top {
  background-color: #fff;
  color: #e97c4d;
}

.cta__button-icon img {
  width: clamp(0px, 10.1333333333vw, 60.8px);
  height: clamp(0px, 10.1333333333vw, 60.8px);
}
@media screen and (min-width: 851px) {
  .cta__button-icon img {
    width: clamp(0px, 4.53125vw, 58px);
    height: clamp(0px, 4.53125vw, 58px);
  }
}

@media screen and (min-width: 851px) {
  .cta__button-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(0px, 1.5625vw, 20px);
  }
}

.cta__button-top {
  font-size: clamp(0px, 3.2vw, 19.2px);
  color: #fff;
  font-weight: 500;
  padding: clamp(0px, 0.5333333333vw, 3.2px) clamp(0px, 0.8vw, 4.8px) clamp(0px, 1.0666666667vw, 6.4px) clamp(0px, 1.8666666667vw, 11.2px);
  background-color: #e97c4d;
  display: block;
  border-radius: 9px;
}
@media screen and (min-width: 851px) {
  .cta__button-top {
    border-radius: 20px;
    font-size: clamp(0px, 1.640625vw, 21px);
    padding: clamp(0px, 0.546875vw, 7px) clamp(0px, 0.546875vw, 7px) clamp(0px, 0.703125vw, 9px) clamp(0px, 0.9375vw, 12px);
  }
}

.cta__button-text {
  font-size: clamp(0px, 5.0666666667vw, 30.4px);
}
@media screen and (min-width: 851px) {
  .cta__button-text {
    font-size: clamp(0px, 2.578125vw, 33px);
  }
}

.select {
  background-color: #fffaf2;
}

.select__inner {
  text-align: center;
  padding: clamp(0px, 10.6666666667vw, 64px) clamp(0px, 5.3333333333vw, 32px);
}
@media screen and (min-width: 851px) {
  .select__inner {
    padding: clamp(0px, 7.8125vw, 100px) clamp(0px, 1.5625vw, 20px);
    max-width: 1240px;
    margin: 0 auto;
  }
}

.select__title {
  font-size: clamp(0px, 6.6666666667vw, 40px);
  font-weight: 600;
  position: relative;
  width: clamp(0px, 70.4vw, 422.4px);
  margin: 0 auto;
}
@media screen and (min-width: 851px) {
  .select__title {
    font-size: clamp(0px, 3.125vw, 40px);
    width: clamp(0px, 61.71875vw, 790px);
  }
}
.select__title span {
  font-size: clamp(0px, 6.6666666667vw, 40px);
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#eb895f), to(#f75e87));
  background: linear-gradient(to right, #eb895f, #f75e87);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 851px) {
  .select__title span {
    font-size: clamp(0px, 3.90625vw, 50px);
  }
}
.select__title::before {
  position: absolute;
  content: "";
  background-image: url(../images/new_price/select__L.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(0px, 9.8666666667vw, 59.2px);
  height: clamp(0px, 10.6666666667vw, 64px);
  top: 35%;
  left: -5%;
}
@media screen and (min-width: 851px) {
  .select__title::before {
    width: clamp(0px, 5.390625vw, 69px);
    height: clamp(0px, 5.9375vw, 76px);
    top: 3%;
    left: 1%;
  }
}
.select__title::after {
  position: absolute;
  content: "";
  background-image: url(../images/new_price/select__R.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(0px, 9.8666666667vw, 59.2px);
  height: clamp(0px, 10.6666666667vw, 64px);
  top: 35%;
  right: -5%;
}
@media screen and (min-width: 851px) {
  .select__title::after {
    width: clamp(0px, 5.390625vw, 69px);
    height: clamp(0px, 5.9375vw, 76px);
    top: 3%;
    right: 1%;
  }
}

@media screen and (min-width: 851px) {
  .select__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(0px, 6.25vw, 80px);
    width: clamp(0px, 75vw, 960px);
    margin: 0 auto;
  }
}

.select__content-title {
  padding-top: clamp(0px, 8vw, 48px);
}
@media screen and (min-width: 851px) {
  .select__content-title {
    width: clamp(0px, 5.390625vw, 69px);
    height: clamp(0px, 39.0625vw, 500px);
    padding-top: clamp(0px, 3.90625vw, 50px);
    position: relative;
  }
}
.select__content-title img {
  width: clamp(0px, 64.2666666667vw, 385.6px);
  height: clamp(0px, 13.3333333333vw, 80px);
}
@media screen and (min-width: 851px) {
  .select__content-title img {
    width: clamp(0px, 5.390625vw, 69px);
    height: clamp(0px, 34.296875vw, 439px);
  }
}
@media screen and (min-width: 851px) {
  .select__content-title::before {
    position: absolute;
    content: "";
    background-image: url(../images/new_price/select__title-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: clamp(0px, 3.671875vw, 47px);
    height: clamp(0px, 1.015625vw, 13px);
    bottom: 34%;
    right: -92%;
  }
}

.select__boxes {
  padding-top: clamp(0px, 8vw, 48px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0px, 2.6666666667vw, 16px);
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 851px) {
  .select__boxes {
    padding-top: clamp(0px, 3.90625vw, 50px);
    gap: clamp(0px, 2.34375vw, 30px);
    width: clamp(0px, 62.5vw, 800px);
    height: clamp(0px, 33.59375vw, 430px);
    max-width: 960;
  }
}

.select__box {
  width: clamp(0px, 42.9333333333vw, 257.6px);
  height: clamp(0px, 61.3333333333vw, 368px);
  margin: 0 auto;
  text-align: start;
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 137, 95, 0.15)), to(rgba(247, 94, 135, 0.15)));
  background: linear-gradient(to right, rgba(235, 137, 95, 0.15), rgba(247, 94, 135, 0.15));
  border-radius: 30px 0 30px 0;
}
@media screen and (min-width: 851px) {
  .select__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: clamp(0px, 30.078125vw, 385px);
    height: clamp(0px, 15.625vw, 200px);
  }
}

.select__box-img {
  text-align: center;
}
@media screen and (min-width: 851px) {
  .select__box-img {
    padding-top: clamp(0px, 0.390625vw, 5px);
  }
}
.select__box-img img {
  width: clamp(0px, 53.3333333333vw, 320px);
}
@media screen and (min-width: 851px) {
  .select__box-img img {
    width: clamp(0px, 15.625vw, 200px);
  }
}

.select__box-text {
  padding-bottom: clamp(0px, 4vw, 24px);
  width: clamp(0px, 36vw, 216px);
  margin: 0 auto;
  font-size: clamp(0px, 3.2vw, 19.2px);
  font-weight: 300;
}
@media screen and (min-width: 851px) {
  .select__box-text {
    width: clamp(0px, 15.625vw, 200px);
    font-size: clamp(0px, 1.25vw, 16px);
    line-height: 2;
    margin: auto 0;
    padding-bottom: 0;
  }
}

.option {
  background-color: #fffaf2;
}

.option__inner {
  padding-left: clamp(0px, 5.3333333333vw, 32px);
  padding-right: clamp(0px, 5.3333333333vw, 32px);
  padding-bottom: clamp(0px, 21.3333333333vw, 128px);
}
@media screen and (min-width: 851px) {
  .option__inner {
    padding-left: clamp(0px, 1.5625vw, 20px);
    padding-right: clamp(0px, 1.5625vw, 20px);
    padding-bottom: clamp(0px, 7.8125vw, 100px);
  }
}

.option__card {
  padding: clamp(0px, 5.3333333333vw, 32px);
  background-color: #fff;
  border-radius: clamp(0px, 5.3333333333vw, 32px);
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 851px) {
  .option__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: clamp(0px, 2.34375vw, 30px);
    padding: clamp(0px, 2.34375vw, 30px);
    width: clamp(0px, 75vw, 960px);
    border-radius: 110px;
    max-width: 960px;
  }
}

.option__title {
  text-align: center;
}
.option__title img {
  width: clamp(0px, 65.6vw, 393.6px);
}
@media screen and (min-width: 851px) {
  .option__title img {
    width: clamp(0px, 25.78125vw, 330px);
  }
}

.option__card-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(0px, 80vw, 480px);
  padding-top: clamp(0px, 5.3333333333vw, 32px);
  gap: clamp(0px, 2.6666666667vw, 16px);
  margin: 0 auto;
}
@media screen and (min-width: 851px) {
  .option__card-box {
    margin: 0;
    width: clamp(0px, 37.03125vw, 474px);
    gap: clamp(0px, 1.171875vw, 15px);
    padding-top: 0;
  }
}

.option__card-img img {
  width: clamp(0px, 24.5333333333vw, 147.2px);
  height: clamp(0px, 24.5333333333vw, 147.2px);
}
@media screen and (min-width: 851px) {
  .option__card-img img {
    width: clamp(0px, 11.40625vw, 146px);
    height: clamp(0px, 11.40625vw, 146px);
  }
}

.design {
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 137, 95, 0.15)), to(rgba(247, 94, 135, 0.15)));
  background: linear-gradient(to right, rgba(235, 137, 95, 0.15), rgba(247, 94, 135, 0.15));
}

.design__inner {
  padding-top: clamp(0px, 13.3333333333vw, 80px);
  padding-bottom: clamp(0px, 16vw, 96px);
}
@media screen and (min-width: 851px) {
  .design__inner {
    padding-top: clamp(0px, 7.8125vw, 100px);
    padding-bottom: clamp(0px, 7.8125vw, 100px);
  }
}

.design__content {
  text-align: center;
  padding-bottom: clamp(0px, 8vw, 48px);
}
@media screen and (min-width: 851px) {
  .design__content {
    padding-bottom: clamp(0px, 3.90625vw, 50px);
  }
}

.design__title {
  font-size: clamp(0px, 6.6666666667vw, 40px);
  font-weight: 600;
}
@media screen and (min-width: 851px) {
  .design__title {
    font-size: clamp(0px, 3.125vw, 40px);
  }
}
.design__title span {
  font-size: clamp(0px, 6.6666666667vw, 40px);
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#eb895f), to(#f75e87));
  background: linear-gradient(to right, #eb895f, #f75e87);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 851px) {
  .design__title span {
    font-size: clamp(0px, 3.90625vw, 50px);
  }
}

.design__text {
  padding-top: clamp(0px, 5.3333333333vw, 32px);
  font-size: clamp(0px, 3.4666666667vw, 20.8px);
  line-height: 1.9;
}
@media screen and (min-width: 851px) {
  .design__text {
    padding-top: clamp(0px, 1.5625vw, 20px);
    font-size: clamp(0px, 1.25vw, 16px);
  }
}

@media screen and (min-width: 2500px) {
  .design__swiper-body {
    margin: 0 auto;
    width: 2384px;
  }
}
.design__swiper-body .design__swiper {
  width: 100%;
}
@media screen and (min-width: 2500px) {
  .design__swiper-body .design__swiper {
    margin: 0 auto;
    width: 2384px;
  }
}
.design__swiper-body .design-box {
  position: relative;
}
@media screen and (min-width: 851px) {
  .design__swiper-body .design-box {
    width: clamp(0px, 60.15625vw, 770px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 2500px) {
  .design__swiper-body .design-box {
    display: none;
  }
}
.design__swiper-body .design__swiper-pagination {
  position: relative;
  margin-top: 10.6666666667vw;
  padding-left: 8vw;
  padding-bottom: 1.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 851px) {
  .design__swiper-body .design__swiper-pagination {
    margin-top: clamp(0px, 2.34375vw, 30px);
    padding-left: clamp(0px, 5.46875vw, 70px);
  }
}
.design__swiper-body .design__swiper-pagination .swiper-pagination-bullet {
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  background-color: #ccc;
  opacity: 1;
}
@media screen and (min-width: 851px) {
  .design__swiper-body .design__swiper-pagination .swiper-pagination-bullet {
    width: clamp(0px, 0.546875vw, 7px);
    height: clamp(0px, 0.546875vw, 7px);
  }
}
.design__swiper-body .design__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f75e87;
}
.design__swiper-body .navigation__buttons {
  width: 16vw;
  height: 6.9333333333vw;
  position: absolute;
  bottom: -30%;
  right: 13%;
}
@media screen and (min-width: 851px) {
  .design__swiper-body .navigation__buttons {
    width: clamp(0px, 6.328125vw, 81px);
    height: clamp(0px, 2.8125vw, 36px);
    right: 1%;
  }
}
.design__swiper-body .design__swiper-prev::after,
.design__swiper-body .design__swiper-next::after,
.design__swiper-body .design__swiper-prev::before,
.design__swiper-body .design__swiper-next::before {
  display: none;
}
.design__swiper-body .design__swiper-prev,
.design__swiper-body .design__swiper-next {
  color: transparent;
}
.design__swiper-body .design__swiper-prev,
.design__swiper-body .design__swiper-next {
  width: 7.4666666667vw;
  height: 7.4666666667vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 20;
  cursor: pointer;
}
@media screen and (min-width: 851px) {
  .design__swiper-body .design__swiper-prev,
  .design__swiper-body .design__swiper-next {
    width: clamp(0px, 2.8125vw, 36px);
    height: clamp(0px, 2.8125vw, 36px);
  }
}
.design__swiper-body .design__swiper-prev {
  background-image: url("../images/new_price/design__swiper-prev.png");
  left: 0;
}
.design__swiper-body .design__swiper-next {
  background-image: url("../images/new_price/design__swiper-next.png");
  right: 0;
}

.design__swiper-wrapper {
  width: 80.2666666667vw;
  height: 108.2666666667vw;
}
@media screen and (min-width: 851px) {
  .design__swiper-wrapper {
    width: clamp(0px, 60.15625vw, 770px);
    height: clamp(0px, 31.25vw, 400px);
  }
}

.design__swiper-box {
  width: 80.2666666667vw;
  height: 108.2666666667vw;
  padding: 5.3333333333vw;
  background-color: #fff;
  border-radius: 30px 0 30px 0;
}
@media screen and (min-width: 851px) {
  .design__swiper-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(0px, 2.34375vw, 30px);
    width: clamp(0px, 60.15625vw, 770px);
    height: clamp(0px, 31.25vw, 400px);
    padding: clamp(0px, 3.90625vw, 50px);
  }
}
.design__swiper-box .img-1 img {
  width: 69.6vw;
  height: 52vw;
}
@media screen and (min-width: 851px) {
  .design__swiper-box .img-1 img {
    width: clamp(0px, 22.03125vw, 282px);
    height: clamp(0px, 22.03125vw, 282px);
  }
}

.design__swiper-top {
  padding-top: 5.3333333333vw;
}
@media screen and (min-width: 851px) {
  .design__swiper-top {
    padding-top: clamp(0px, 3.90625vw, 50px);
  }
}

.design__swiper-title {
  font-size: 2.9333333333vw;
  font-weight: 300;
  color: #fff;
  width: 30.4vw;
  height: 5.3333333333vw;
  padding-left: 2.6666666667vw;
  border-radius: 0 10px 10px 0;
  background: -webkit-gradient(linear, left top, right top, from(#eb895f), to(#f75e87));
  background: linear-gradient(to right, #eb895f, #f75e87);
}
@media screen and (min-width: 851px) {
  .design__swiper-title {
    font-size: clamp(0px, 1.25vw, 16px);
    padding-left: clamp(0px, 0.78125vw, 10px);
    width: clamp(0px, 12.1875vw, 156px);
    height: clamp(0px, 2.109375vw, 27px);
  }
}

.design__swiper-title-2 {
  padding-top: 1.3333333333vw;
  padding-bottom: 16vw;
  font-size: 5.3333333333vw;
  font-weight: 600;
  color: #000000;
}
@media screen and (min-width: 851px) {
  .design__swiper-title-2 {
    font-size: clamp(0px, 2.1875vw, 28px);
    padding-bottom: clamp(0px, 7.03125vw, 90px);
  }
}

.design__swiper-bottom {
  text-align: right;
}
.design__swiper-bottom img {
  width: 60vw;
  height: 9.0666666667vw;
}
@media screen and (min-width: 851px) {
  .design__swiper-bottom img {
    width: clamp(0px, 24.140625vw, 309px);
    height: clamp(0px, 3.75vw, 48px);
  }
}

.message {
  background-color: #fffaf2;
}

.message__inner {
  padding-top: clamp(0px, 34.6666666667vw, 208px);
  padding-left: clamp(0px, 4vw, 24px);
  padding-right: clamp(0px, 4vw, 24px);
}
@media screen and (min-width: 851px) {
  .message__inner {
    padding: clamp(0px, 15.625vw, 200px) clamp(0px, 1.171875vw, 15px) clamp(0px, 7.8125vw, 100px) clamp(0px, 1.171875vw, 15px);
  }
}

.message__card {
  position: relative;
  border-radius: clamp(0px, 8vw, 48px);
  padding-left: clamp(0px, 4vw, 24px);
  padding-right: clamp(0px, 4vw, 24px);
  padding-bottom: clamp(0px, 5.3333333333vw, 32px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 137, 95, 0.08)), to(rgba(247, 94, 135, 0.08)));
  background: linear-gradient(to bottom, rgba(235, 137, 95, 0.08), rgba(247, 94, 135, 0.08));
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 851px) {
  .message__card {
    width: clamp(0px, 70.3125vw, 900px);
    margin: 0 auto;
    padding-left: clamp(0px, 1.5625vw, 20px);
    padding-right: clamp(0px, 1.5625vw, 20px);
    padding-bottom: clamp(0px, 3.125vw, 40px);
    border-radius: clamp(0px, 3.90625vw, 50px);
    max-width: 960px;
  }
}
.message__card::before {
  position: absolute;
  content: "";
  background-image: url(../images/new_price/message__card.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(0px, 25.8666666667vw, 155.2px);
  height: clamp(0px, 21.6vw, 129.6px);
  top: -7%;
  right: 1%;
}
@media screen and (min-width: 851px) {
  .message__card::before {
    width: clamp(0px, 15.9375vw, 204px);
    height: clamp(0px, 13.203125vw, 169px);
    top: 17%;
    left: 10%;
  }
}

.message__title {
  position: absolute;
  top: -5%;
  left: 0%;
  font-size: clamp(0px, 12.2666666667vw, 73.6px);
  font-weight: 600;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 94, 135, 0.7)), to(rgba(235, 137, 95, 0.7)));
  background: linear-gradient(to bottom, rgba(247, 94, 135, 0.7), rgba(235, 137, 95, 0.7));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 851px) {
  .message__title {
    font-size: clamp(0px, 7.8125vw, 100px);
    z-index: 3;
    top: -9%;
    left: -9%;
  }
}

.message__img {
  position: absolute;
  top: 1%;
  right: -4%;
  margin-top: clamp(0px, 10.6666666667vw, 64px);
  border-radius: 0 0 0 80px;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 851px) {
  .message__img {
    margin-top: 0;
    top: -8%;
    right: -21%;
    z-index: 2;
  }
}
.message__img img {
  width: clamp(0px, 94.4vw, 566.4px);
  height: clamp(0px, 56.8vw, 340.8px);
}
@media screen and (min-width: 851px) {
  .message__img img {
    width: clamp(0px, 55.703125vw, 713px);
    height: clamp(0px, 33.203125vw, 425px);
  }
}

.message__bottom {
  padding-top: clamp(0px, 80vw, 480px);
}
@media screen and (min-width: 851px) {
  .message__bottom {
    padding-top: clamp(0px, 30.46875vw, 390px);
  }
}

.message__bottom-title {
  font-size: clamp(0px, 6.6666666667vw, 40px);
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 851px) {
  .message__bottom-title {
    font-size: clamp(0px, 3.28125vw, 42px);
    text-align: start;
  }
}
.message__bottom-title span {
  font-weight: 600;
  font-size: clamp(0px, 8vw, 48px);
  background: -webkit-gradient(linear, left top, left bottom, from(#f75e87), to(#eb895f));
  background: linear-gradient(to bottom, #f75e87, #eb895f);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 851px) {
  .message__bottom-title span {
    font-size: clamp(0px, 3.75vw, 48px);
  }
}

.message__bottom-text {
  padding-top: clamp(0px, 5.3333333333vw, 32px);
  font-size: clamp(0px, 3.4666666667vw, 20.8px);
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 851px) {
  .message__bottom-text {
    font-size: clamp(0px, 1.25vw, 16px);
    padding-top: clamp(0px, 1.5625vw, 20px);
  }
}

.modelhouse {
  margin-top: clamp(0px, 13.3333333333vw, 80px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 94, 135, 0.15)), color-stop(20%, rgba(247, 94, 135, 0.15)), color-stop(40%, rgba(235, 137, 95, 0.15)), color-stop(60%, rgba(235, 137, 95, 0.15)), color-stop(80%, rgba(247, 94, 135, 0.15)), to(rgba(247, 94, 135, 0.15)));
  background: linear-gradient(to bottom, rgba(247, 94, 135, 0.15) 0%, rgba(247, 94, 135, 0.15) 20%, rgba(235, 137, 95, 0.15) 40%, rgba(235, 137, 95, 0.15) 60%, rgba(247, 94, 135, 0.15) 80%, rgba(247, 94, 135, 0.15) 100%);
}
@media screen and (min-width: 851px) {
  .modelhouse {
    margin-top: 0;
  }
}

.modelhouse__inner {
  padding: clamp(0px, 26.6666666667vw, 160px) clamp(0px, 4vw, 24px) clamp(0px, 26.6666666667vw, 160px) clamp(0px, 4vw, 24px);
}
@media screen and (min-width: 851px) {
  .modelhouse__inner {
    padding: clamp(0px, 3.90625vw, 250px) clamp(0px, 1.171875vw, 15px) clamp(0px, 3.90625vw, 280px) clamp(0px, 1.171875vw, 15px);
  }
}

.modelhouse__top .content__top-title {
  font-size: clamp(0px, 7.2vw, 43.2px);
}
@media screen and (min-width: 851px) {
  .modelhouse__top .content__top-title {
    font-size: clamp(0px, 3.125vw, 40px);
  }
}

.modelhouse__boxes {
  padding-top: clamp(0px, 10.6666666667vw, 64px);
  gap: clamp(0px, 10.6666666667vw, 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 851px) {
  .modelhouse__boxes {
    padding-top: clamp(0px, 3.90625vw, 50px);
    gap: clamp(0px, 4.6875vw, 60px);
    max-width: 960px;
  }
}

.modelhouse__box {
  position: relative;
  background-color: #fff;
  width: clamp(0px, 76.8vw, 460.8px);
  margin-left: auto;
  border-radius: 40px 0 0 0;
}
@media screen and (min-width: 851px) {
  .modelhouse__box {
    width: clamp(0px, 58.59375vw, 750px);
    margin: 0 auto;
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}
.modelhouse__box::before {
  position: absolute;
  content: "";
  background-image: url(../images/new_price/modelhouse__box-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(0px, 30.4vw, 182.4px);
  height: clamp(0px, 18.4vw, 110.4px);
  top: 1%;
  right: 9%;
}
@media screen and (min-width: 851px) {
  .modelhouse__box::before {
    width: clamp(0px, 17.1875vw, 220px);
    height: clamp(0px, 10.46875vw, 134px);
    top: 28%;
    right: auto;
    left: 14%;
  }
}

.modelhouse__box:nth-child(2)::before {
  background-image: url(../images/new_price/modelhouse__box-icon-2.png);
  width: clamp(0px, 30.9333333333vw, 185.6px);
  height: clamp(0px, 25.6vw, 153.6px);
  top: -2%;
  right: 10%;
}
@media screen and (min-width: 851px) {
  .modelhouse__box:nth-child(2)::before {
    width: clamp(0px, 14.375vw, 184px);
    height: clamp(0px, 11.953125vw, 153px);
    top: 29%;
    left: auto;
    right: 3%;
  }
}

.modelhouse__box-top {
  position: absolute;
  top: 7%;
  left: -10%;
}
@media screen and (min-width: 851px) {
  .modelhouse__box-top {
    top: 2%;
  }
}

@media screen and (min-width: 851px) {
  .modelhouse__box-top-2 {
    top: 2%;
    left: auto;
    right: -8%;
  }
}

.box-top__icon img {
  width: clamp(0px, 26.9333333333vw, 161.6px);
  height: clamp(0px, 13.3333333333vw, 80px);
}
@media screen and (min-width: 851px) {
  .box-top__icon img {
    width: clamp(0px, 11.484375vw, 147px);
    height: clamp(0px, 5.390625vw, 69px);
  }
}

.box-top__title {
  font-size: clamp(0px, 5.8666666667vw, 35.2px);
  font-weight: 600;
}
@media screen and (min-width: 851px) {
  .box-top__title {
    font-size: clamp(0px, 2.34375vw, 30px);
  }
}

.box-top__text {
  padding-top: clamp(0px, 5.3333333333vw, 32px);
  width: clamp(0px, 80vw, 480px);
  font-size: clamp(0px, 3.4666666667vw, 20.8px);
  line-height: 1.8;
}
@media screen and (min-width: 851px) {
  .box-top__text {
    font-size: clamp(0px, 1.25vw, 16px);
    width: clamp(0px, 28.984375vw, 371px);
    padding-top: clamp(0px, 1.5625vw, 20px);
  }
}

.box-top__img {
  position: absolute;
  top: 30%;
  left: -18%;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  border-radius: clamp(0px, 8vw, 48px) 0 clamp(0px, 8vw, 48px) 0;
}
@media screen and (min-width: 851px) {
  .box-top__img {
    left: auto;
    right: -17%;
    top: 4%;
    border-radius: 40px 0 40px 0;
  }
}
.box-top__img img {
  width: clamp(0px, 80vw, 480px);
  height: clamp(0px, 56vw, 336px);
}
@media screen and (min-width: 851px) {
  .box-top__img img {
    width: clamp(0px, 40.625vw, 520px);
    height: clamp(0px, 25.390625vw, 325px);
  }
}

@media screen and (min-width: 851px) {
  .box-top__img-2 {
    left: -17%;
    top: 4%;
    border-radius: 40px 0 40px 0;
    width: clamp(0px, 40.625vw, 520px);
    height: clamp(0px, 25.390625vw, 325px);
  }
}

.modelhouse__table {
  padding-top: clamp(0px, 125.3333333333vw, 752px);
  padding-bottom: clamp(0px, 8vw, 48px);
}
@media screen and (min-width: 851px) {
  .modelhouse__table {
    padding-top: clamp(0px, 31.25vw, 400px);
    padding-bottom: clamp(0px, 2.34375vw, 30px);
    width: clamp(0px, 47.109375vw, 603px);
    margin: 0 auto;
  }
}

.access-table {
  border-collapse: collapse;
}
.access-table tr {
  border-bottom: 1px solid #454545;
}
.access-table tr:last-child {
  border-bottom: none;
}
.access-table th {
  font-size: clamp(0px, 2.9333333333vw, 17.6px);
  padding: clamp(0px, 0.8vw, 4.8px);
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 137, 95, 0.15)), to(rgba(247, 94, 135, 0.15)));
  background: linear-gradient(to right, rgba(235, 137, 95, 0.15), rgba(247, 94, 135, 0.15));
}
@media screen and (min-width: 851px) {
  .access-table th {
    font-size: clamp(0px, 1.25vw, 16px);
    padding: clamp(0px, 0.390625vw, 5px) clamp(0px, 3.125vw, 40px);
  }
}
.access-table td {
  padding-left: clamp(0px, 2.6666666667vw, 16px);
  font-size: clamp(0px, 2.9333333333vw, 17.6px);
}
@media screen and (min-width: 851px) {
  .access-table td {
    font-size: clamp(0px, 1.25vw, 16px);
    padding-left: clamp(0px, 1.5625vw, 20px);
    width: clamp(0px, 35.625vw, 456px);
  }
}

.modelhouse__map {
  width: clamp(0px, 76.8vw, 460.8px);
  height: clamp(0px, 60vw, 360px);
}
@media screen and (min-width: 851px) {
  .modelhouse__map {
    width: clamp(0px, 58.359375vw, 747px);
    height: clamp(0px, 24.453125vw, 313px);
  }
}

.modelhouse__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.footer {
  background-color: #fffaf2;
}

.footer__inner {
  padding: 10.6666666667vw 10.6666666667vw 16vw 10.6666666667vw;
}
@media screen and (min-width: 851px) {
  .footer__inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: clamp(0px, 11.71875vw, 150px);
    padding-bottom: clamp(0px, 7.8125vw, 100px);
    width: clamp(550px, 42.96875vw, 550px);
    margin: 0 auto;
  }
}

@media screen and (min-width: 851px) {
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: clamp(0px, 1.5625vw, 20px);
    width: clamp(550px, 42.96875vw, 550px);
    margin: 0 auto;
  }
}

.footer__logo {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 2px solid #454545;
}
@media screen and (min-width: 851px) {
  .footer__logo {
    border-bottom: none;
    border-right: 2px solid #454545;
    padding-right: 50px;
    padding-left: 40px;
    padding-top: 20px;
  }
}
.footer__logo img {
  width: 176px;
  height: 146px;
}
@media screen and (min-width: 851px) {
  .footer__logo img {
    width: clamp(0px, 13.75vw, 176px);
    height: clamp(0px, 11.40625vw, 146px);
  }
}

.footer__box {
  padding-top: 20px;
  width: 232px;
  margin: 0 auto;
}
.footer__company {
  font-size: 26px;
  letter-spacing: 0.08em;
}

.footer__address {
  padding-top: 10px;
  font-size: 17px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  gap: 20px;
}

.footer__sns-Instagram img {
  width: 23px;
}

.footer__sns-facebook img {
  width: 23px;
}

.footer__sns-youtube img {
  width: 23px;
}

.footer__sns-line img {
  width: 23px;
}

.contact {
  background-color: #fffaf2;
}

.contact__inner {
  padding-bottom: clamp(70px, 18.6666666667vw, 112px);
  width: clamp(338px, 90.1333333333vw, 540.8px);
  margin: 0 auto;
}
@media screen and (min-width: 851px) {
  .contact__inner {
    padding-top: clamp(0px, 3.125vw, 40px);
    width: clamp(0px, 74.765625vw, 957px);
  }
}

.contactform form {
  padding-top: clamp(80px, 21.3333333333vw, 128px);
}
.contactform .form-label {
  padding-bottom: clamp(5px, 1.3333333333vw, 8px);
  position: relative;
}
.form-row {
  position: relative;
  padding-bottom: clamp(30px, 8vw, 48px);
  border-bottom: 1px solid #454545;
}
@media screen and (min-width: 851px) {
  .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: clamp(0px, 1.5625vw, 20px);
  }
}
@media screen and (min-width: 851px) {
  .form-row .form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(0px, 1.5625vw, 20px);
  }
}

.form-row.no-underline::after {
  display: none;
}

@media screen and (min-width: 851px) {
  .form-label {
    width: clamp(0px, 25.234375vw, 323px);
  }
}
@media screen and (min-width: 851px) {
  .form-label .label_text {
    font-size: clamp(0px, 1.875vw, 24px);
  }
}

.form-label__text {
  font-size: clamp(16px, 4.2666666667vw, 25.6px);
}

@media screen and (min-width: 851px) {
  .form-input {
    margin-top: clamp(0px, 1.5625vw, 20px);
    width: clamp(0px, 47.265625vw, 605px);
  }
}

.required {
  position: absolute;
  bottom: 8%;
  right: 0;
  font-size: clamp(14px, 3.7333333333vw, 22.4px);
  padding: 0 clamp(5px, 1.3333333333vw, 8px);
  border-radius: clamp(8px, 2.1333333333vw, 12.8px);
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#eb895f), to(#f75e87));
  background: linear-gradient(to right, #eb895f, #f75e87);
}
@media screen and (min-width: 851px) {
  .required {
    font-size: clamp(0px, 1.71875vw, 22px);
  }
}

.wpcf7-form-control-wrap textarea {
  height: clamp(150px, 40vw, 240px);
}
@media screen and (min-width: 851px) {
  .wpcf7-form-control-wrap textarea {
    height: clamp(0px, 20.390625vw, 261px);
  }
}

::-webkit-input-placeholder {
  color: #b5b5b6;
  font-size: clamp(16px, 4.2666666667vw, 25.6px);
}

::-moz-placeholder {
  color: #b5b5b6;
  font-size: clamp(16px, 4.2666666667vw, 25.6px);
}

:-ms-input-placeholder {
  color: #b5b5b6;
  font-size: clamp(16px, 4.2666666667vw, 25.6px);
}

::-ms-input-placeholder {
  color: #b5b5b6;
  font-size: clamp(16px, 4.2666666667vw, 25.6px);
}

::placeholder {
  color: #b5b5b6;
  font-size: clamp(16px, 4.2666666667vw, 25.6px);
}
@media screen and (min-width: 851px) {
  ::-webkit-input-placeholder {
    font-size: clamp(0px, 1.71875vw, 22px);
  }
  ::-moz-placeholder {
    font-size: clamp(0px, 1.71875vw, 22px);
  }
  :-ms-input-placeholder {
    font-size: clamp(0px, 1.71875vw, 22px);
  }
  ::-ms-input-placeholder {
    font-size: clamp(0px, 1.71875vw, 22px);
  }
  ::placeholder {
    font-size: clamp(0px, 1.71875vw, 22px);
  }
}

.wpcf7-form-control {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: clamp(338px, 90.1333333333vw, 540.8px);
  height: clamp(40px, 10.6666666667vw, 64px);
}
@media screen and (min-width: 851px) {
  .wpcf7-form-control {
    width: clamp(0px, 47.890625vw, 613px);
    height: clamp(0px, 4.765625vw, 61px);
  }
}

/* ✅ 下線を出したいものだけ */
.wpcf7-text,
.wpcf7-email,
.wpcf7-tel,
.wpcf7-textarea,
.wpcf7-select {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#eb895f), to(#f75e87));
  background-image: linear-gradient(to right, #eb895f, #f75e87);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% clamp(2px, 0.5333333333vw, 3.2px);
  padding-left: clamp(15px, 4vw, 24px);
}

.wpcf7-list-item {
  margin-left: 0;
  margin-right: clamp(15px, 4vw, 24px);
}
@media screen and (min-width: 851px) {
  .wpcf7-list-item {
    margin-right: clamp(0px, 1.171875vw, 15px);
  }
}

@media screen and (min-width: 851px) {
  .wpcf7-radio .last {
    margin-left: clamp(0px, 1.25vw, 16px);
  }
}
.wpcf7-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(5px, 1.3333333333vw, 8px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 851px) {
  .wpcf7-radio .wpcf7-list-item-label {
    font-size: clamp(0px, 1.5625vw, 20px);
  }
}

.form-postcode p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-postcode .input_box-postcode-1 input {
  width: clamp(70px, 18.6666666667vw, 112px);
}
@media screen and (min-width: 851px) {
  .form-postcode .input_box-postcode-1 input {
    width: clamp(0px, 8.828125vw, 113px);
  }
}
.form-postcode .input_box-postcode-2 input {
  width: clamp(160px, 42.6666666667vw, 256px);
}
@media screen and (min-width: 851px) {
  .form-postcode .input_box-postcode-2 input {
    width: clamp(0px, 13.90625vw, 178px);
  }
}
.form-postcode .postcode_line {
  width: clamp(20px, 5.3333333333vw, 32px);
  text-align: center;
  margin: auto 0;
}

.form-help-text {
  font-size: clamp(11px, 2.9333333333vw, 17.6px);
}

.input_checkbox .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(10px, 2.6666666667vw, 16px);
}
@media screen and (min-width: 851px) {
  .input_checkbox .wpcf7-checkbox {
    height: clamp(0px, 5.859375vw, 75px);
  }
}
.input_checkbox .wpcf7-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 2.6666666667vw, 16px);
}
@media screen and (min-width: 851px) {
  .input_checkbox .wpcf7-checkbox .first {
    font-size: clamp(0px, 1.5625vw, 20px);
  }
}
@media screen and (min-width: 851px) {
  .input_checkbox .wpcf7-checkbox .last {
    font-size: clamp(0px, 1.5625vw, 20px);
  }
}

.input_select .wpcf7-select {
  font-size: clamp(0px, 1.5625vw, 20px);
}

.form-agreement {
  text-align: center;
}
.form-agreement .wpcf7-list-item {
  padding-top: clamp(0px, 1.5625vw, 20px);
}
.form-agreement .input_agreement input {
  margin-top: clamp(6px, 1.6vw, 9.6px);
}
@media screen and (min-width: 851px) {
  .form-agreement .input_agreement input {
    width: clamp(0px, 1.171875vw, 15px);
    margin-top: clamp(0px, 0.9375vw, 12px);
  }
}

@media screen and (min-width: 851px) {
  .continue_text {
    font-size: clamp(0px, 1.640625vw, 21px);
  }
}
.continue_text a {
  border-bottom: 1px solid #454545;
}

@media screen and (min-width: 851px) {
  .wpcf7-list-item-label {
    font-size: clamp(0px, 1.71875vw, 22px);
  }
}

.form-continue {
  padding-top: 40px;
}
@media screen and (min-width: 851px) {
  .form-continue {
    padding-top: clamp(0px, 2.34375vw, 30px);
  }
}

.form-buttons {
  margin-top: clamp(30px, 8vw, 48px);
  text-align: center;
}
@media screen and (min-width: 851px) {
  .form-buttons {
    margin-left: clamp(0px, 3.90625vw, 50px);
  }
}
.form-buttons .button-text {
  color: #fff;
  border: 2px solid transparent;
  font-size: clamp(19px, 5.0666666667vw, 30.4px);
  padding: clamp(10px, 2.6666666667vw, 16px) clamp(50px, 13.3333333333vw, 80px);
  border-radius: clamp(40px, 10.6666666667vw, 64px);
  background: -webkit-gradient(linear, left top, right top, from(#eb895f), to(#f75e87));
  background: linear-gradient(to right, #eb895f, #f75e87);
  -webkit-box-shadow: 8px 16px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 8px 16px 30px rgba(0, 0, 0, 0.15);
  /* ===== ここから追加（hover反転のため） ===== */
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: inline-block;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease;
  /* ===== 追加ここまで ===== */
}
@media screen and (min-width: 851px) {
  .form-buttons .button-text {
    font-size: clamp(0px, 1.875vw, 24px);
    padding: clamp(0px, 1.171875vw, 15px) clamp(0px, 5.46875vw, 70px);
    width: clamp(0px, 30.078125vw, 385px);
    margin: 0 auto;
  }
}
.form-buttons .button-text::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: -1;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.form-buttons .button-text:hover {
  color: #eb895f;
  border: 2px solid #eb895f; /* 任意：反転が見やすくなる */
}
.form-buttons .button-text:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/* 基本 */
.updown {
  -webkit-animation-name: updown1;
          animation-name: updown1;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* 少し遅い */
.updown--slow {
  -webkit-animation-duration: 5.5s;
          animation-duration: 5.5s;
}

/* 開始をずらす */
.updown--delay {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

/* 揺れ幅が小さい */
.updown--small {
  -webkit-animation-name: updown2;
          animation-name: updown2;
}

/* 基本のゆらゆら（弱め） */
@-webkit-keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* さらに弱いやつ */
@-webkit-keyframes updown2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes updown2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container .mv-price {
  position: absolute;
  color: #fff;
  font-size: 4.5333333333vw;
  top: 15%;
  left: 24%;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 851px) {
  .container .mv-price {
    font-size: 2.96875vw;
    top: 16%;
    left: 23%;
  }
}
.container .card-price {
  position: absolute;
  color: #fff;
  font-size: clamp(0px, 4.5333333333vw, 27.2px);
  top: 15%;
  left: 24%;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 851px) {
  .container .card-price {
    font-size: clamp(0px, 2.03125vw, 26px);
    top: 10%;
    left: 24%;
  }
}

.circle {
  background: -webkit-gradient(linear, left top, right top, from(#eb895f), to(#f75e87));
  background: linear-gradient(to right, #eb895f, #f75e87);
  border-radius: 50%;
  width: clamp(0px, 17.3333333333vw, 104px);
  height: clamp(0px, 17.3333333333vw, 104px);
}
@media screen and (min-width: 851px) {
  .circle {
    width: clamp(0px, 7.8125vw, 100px);
    height: clamp(0px, 7.8125vw, 100px);
  }
}

.circle {
  background: -webkit-gradient(linear, left top, right top, from(#eb895f), to(#f75e87));
  background: linear-gradient(to right, #eb895f, #f75e87);
  border-radius: 48% 69% 56% 53%/47% 73% 43% 49%;
  width: clamp(0px, 17.3333333333vw, 104px);
  height: clamp(0px, 17.3333333333vw, 104px);
}
@media screen and (min-width: 851px) {
  .circle {
    width: clamp(0px, 7.8125vw, 100px);
    height: clamp(0px, 7.8125vw, 100px);
  }
}

.circle {
  -webkit-animation: move 8s linear infinite;
          animation: move 8s linear infinite;
}

.circle-2 {
  background: -webkit-gradient(linear, left top, right top, from(#eb895f), to(#f75e87));
  background: linear-gradient(to right, #eb895f, #f75e87);
  border-radius: 50%;
  width: 17.3333333333vw;
  height: 17.3333333333vw;
}
@media screen and (min-width: 851px) {
  .circle-2 {
    width: 11.71875vw;
    height: 11.71875vw;
  }
}

.circle-2 {
  background: -webkit-gradient(linear, left top, right top, from(#eb895f), to(#f75e87));
  background: linear-gradient(to right, #eb895f, #f75e87);
  border-radius: 48% 69% 56% 53%/47% 73% 43% 49%;
  width: 17.3333333333vw;
  height: 17.3333333333vw;
}
@media screen and (min-width: 851px) {
  .circle-2 {
    width: 11.71875vw;
    height: 11.71875vw;
  }
}

.circle-2 {
  -webkit-animation: move 8s linear infinite;
          animation: move 8s linear infinite;
}

@-webkit-keyframes move {
  50% {
    border-radius: 80% 50% 59% 41%/72% 51% 79% 68%;
  }
  75% {
    border-radius: 80% 79% 80% 83%/68% 89% 53% 83%;
  }
}

@keyframes move {
  50% {
    border-radius: 80% 50% 59% 41%/72% 51% 79% 68%;
  }
  75% {
    border-radius: 80% 79% 80% 83%/68% 89% 53% 83%;
  }
}