@charset "UTF-8";
body {
  max-width: 640px;
  min-width: 320px;
  margin-right: auto;
  margin-left: auto;
  font-family: "Noto Sans JP", sans-serif;
}

.fv {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.fv__inner {
  position: relative;
  background: url(../img/fv_back.png) no-repeat top right;
  background-size: cover;
  padding: 20px 15px 70px;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .fv__inner {
    height: 1000px;
  }
}

.logo img {
  width: 21.09375vw;
}
@media screen and (min-width: 640px) {
  .logo img {
    width: 135px;
  }
}

.image1 {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 0;
  width: 265px;
}
.image1 img {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .image1 {
    width: 417px;
  }
}

.image2 {
  position: relative;
  z-index: 1;
  margin-top: 35px;
}
.image2 img {
  width: 320px;
}
@media screen and (min-width: 640px) {
  .image2 img {
    width: 534px;
  }
}

.image3 {
  position: relative;
  z-index: 1;
  margin-left: 54px;
}
.image3 img {
  width: 180px;
}
@media screen and (min-width: 640px) {
  .image3 img {
    width: 285px;
  }
}

.image4 {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.image4 img {
  width: 390px;
}
@media screen and (min-width: 640px) {
  .image4 img {
    width: 600px;
  }
}

.fv_smartphone {
  position: relative;
}

.fv_smartphone-img {
  position: relative;
  margin-top: -60px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.fv_smartphone-img img {
  width: 100%;
}
.fv_smartphone-img::after {
  content: "";
  position: absolute;
  border-radius: 70px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 45%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.2) 55%, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 200%;
  pointer-events: none;
  -webkit-animation: gradientMove 5s ease-in-out infinite;
          animation: gradientMove 5s ease-in-out infinite;
  z-index: 0;
}

.fv_smartphone-text {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}

.image5, .fv_button, .image6 {
  position: relative;
  z-index: 1;
}

@-webkit-keyframes gradientMove {
  0% {
    background-position: -100% -100%;
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    background-position: 200% 200%;
    opacity: 0;
  }
}

@keyframes gradientMove {
  0% {
    background-position: -100% -100%;
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    background-position: 200% 200%;
    opacity: 0;
  }
}
.image5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -20px;
  width: 100%;
  padding-inline: 20px;
}
@media screen and (min-width: 640px) {
  .image5 {
    padding-top: 25px;
  }
  .image5 img {
    width: 545px;
  }
}

.fv_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  -webkit-animation: floatUpDown 1.5s ease-in-out infinite;
          animation: floatUpDown 1.5s ease-in-out infinite;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-inline: 20px;
}
.fv_button:hover {
  opacity: 0.9;
}
@-webkit-keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.image6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7.5px;
  padding-inline: 40px;
}
@media screen and (min-width: 640px) {
  .image6 {
    margin-top: 15px;
  }
  .image6 img {
    width: 585px;
  }
}

.problem {
  min-width: 320px;
}

.problem__inner {
  position: relative;
  background: url(../img/problem_back.png) no-repeat center top;
  background-size: cover;
  margin-top: -80px;
  padding-bottom: 120px;
  z-index: -1;
}
@media screen and (min-width: 375px) {
  .problem__inner {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 400px) {
  .problem__inner {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 500px) {
  .problem__inner {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 640px) {
  .problem__inner {
    margin-top: -120px;
    padding: 10px 10px 220px;
  }
}

.problem__title {
  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;
  text-align: center;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  padding-top: 120px;
  text-shadow: 5px 5px 10px rgb(0, 0, 0);
  line-height: 1.1;
}
.problem__title span {
  font-size: 67px;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 640px) {
  .problem__title {
    padding-top: 135px;
    font-size: 40px;
  }
  .problem__title span {
    font-size: 100px;
  }
}

.problem__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.problem__item img {
  width: 90%;
  height: auto;
  display: block;
}
@media screen and (min-width: 375px) {
  .problem__item img {
    width: 90%;
  }
}
@media screen and (min-width: 400px) {
  .problem__item img {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .problem__item img {
    width: 100%;
  }
}

.image9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.image9 img {
  width: 170px;
}
@media screen and (min-width: 640px) {
  .image9 img {
    width: 250px;
  }
}

.image10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 18px;
}
.image10 img {
  width: 95px;
}
@media screen and (min-width: 640px) {
  .image10 {
    margin-top: 27px;
  }
  .image10 img {
    width: 138px;
  }
}

.solve {
  position: relative;
  margin-top: -140px;
}
@media screen and (min-width: 640px) {
  .solve {
    margin-top: -150px;
  }
}

.solve__inner {
  position: relative;
  background: url(../img/problem_backred.png) no-repeat center top;
  background-size: cover;
  padding-inline: 20px;
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 380px;
  z-index: -2;
}
@media screen and (min-width: 640px) {
  .solve__inner {
    padding-top: 500px;
  }
}

.floating-woman {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 100px;
  position: absolute;
  z-index: 0;
  width: 100%;
  padding-inline: 20px;
}
.floating-woman img {
  width: 150px;
  max-width: 60vw;
  -webkit-animation: floatUpDown2 2s ease-in-out infinite;
          animation: floatUpDown2 2s ease-in-out infinite;
}
@media screen and (min-width: 375px) {
  .floating-woman {
    margin-top: 80px;
  }
  .floating-woman img {
    width: 180px;
  }
}
@media screen and (min-width: 500px) {
  .floating-woman img {
    width: 200px;
  }
}
@media screen and (min-width: 640px) {
  .floating-woman {
    margin-top: 40px;
  }
  .floating-woman img {
    width: 250px;
  }
}

@-webkit-keyframes floatUpDown2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floatUpDown2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.solve__title {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  width: 100%;
  margin-top: 150px;
  z-index: 5;
}
.solve__title img {
  width: 410px;
}
@media screen and (min-width: 640px) {
  .solve__title {
    margin-top: 140px;
  }
  .solve__title img {
    width: 600px;
  }
}

.solve__list {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 640px) {
  .solve__list {
    width: 540px;
  }
}

.solve__item {
  position: relative;
  color: #fff;
  letter-spacing: -0.08em;
  line-height: 1.2;
  letter-spacing: -0.08em;
  font-size: 22px;
  padding-left: 13.125vw;
  padding-top: 5vw;
  padding-bottom: 4.0625vw;
}
.solve__item:not(:last-child) {
  border-bottom: 1px solid #ff5750;
}
.solve__item:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/problem_checkicon.png) no-repeat center top;
  background-size: contain;
  width: 6.25vw;
  height: 6.25vw;
  margin-left: 2.8125vw;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.solve__item span {
  color: #fff876;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 640px) {
  .solve__item {
    font-size: 34px;
    padding-left: 84px;
    padding-top: 32px;
    padding-bottom: 26px;
  }
  .solve__item:before {
    width: 40px;
    height: 40px;
    margin-left: 18px;
  }
  .solve__item span {
    font-size: 40px;
  }
}

.voice {
  position: relative;
  bottom: 0;
  min-width: 320px;
}

.voice__inner {
  position: relative;
  background-color: #FBEDCA;
  overflow: hidden;
  border-top: 7px solid #000;
  padding-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .voice__inner {
    padding-bottom: 40px;
  }
}

.image12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.09375vw;
}
.image12 img {
  width: 62.5vw;
}
@media screen and (min-width: 640px) {
  .image12 {
    margin-top: 7px;
  }
  .image12 img {
    width: 400px;
  }
}

.image13 {
  position: absolute;
  margin-top: -4.21875vw;
}
@media screen and (min-width: 640px) {
  .image13 {
    margin-top: -27px;
  }
}

.stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  font-size: 40px;
  line-height: 1;
  color: #C99A4C;
  padding: 8px 10px;
  border-radius: 6px;
  width: 100%;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35%;
  letter-spacing: -0.08rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 640px) {
  .stars {
    font-size: 70px;
    margin-top: 230px;
  }
}

/* 通常の星 */
.star.full {
  background: -webkit-gradient(linear, left top, right top, from(#C99A4C), color-stop(40%, #E6C97D), color-stop(70%, #B2883D), to(#C99A4C));
  background: linear-gradient(90deg, #C99A4C, #E6C97D 40%, #B2883D 70%, #C99A4C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 5s ease-in-out infinite;
          animation: shine 5s ease-in-out infinite;
  background-size: 400% 100%;
}

/* 半分欠けの親 */
.star.half {
  width: 0.5em;
  overflow: hidden;
  position: relative;
}

/* 半分欠けの星（内側のspanにグラデーションを適用） */
.star.half {
  position: relative;
}
.star.half .span {
  position: absolute;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#C99A4C), color-stop(40%, #E6C97D), color-stop(70%, #B2883D), to(#C99A4C));
  background: linear-gradient(90deg, #C99A4C, #E6C97D 40%, #B2883D 70%, #C99A4C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 5s ease-in-out infinite;
          animation: shine 5s ease-in-out infinite;
  display: inline-block;
  background-size: 400% 100%;
  width: 1em;
}

/* 評価点 */
.score {
  margin-left: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#C99A4C), color-stop(40%, #E6C97D), color-stop(70%, #B2883D), to(#C99A4C));
  background: linear-gradient(90deg, #C99A4C, #E6C97D 40%, #B2883D 70%, #C99A4C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 5s ease-in-out infinite;
          animation: shine 5s ease-in-out infinite;
  font-size: 50px;
  line-height: 1;
  background-size: 400% 100%;
}

/* 光のアニメーション */
@-webkit-keyframes shine {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes shine {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.voice__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 700px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 55%;
  color: #000;
  gap: 40px;
  padding-inline: 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 640px) {
  .voice__box {
    height: 1000px;
    margin-top: 390px;
    padding-inline: 20px;
    margin-left: 0px;
    gap: 175px;
  }
}

.voice__scroll {
  position: relative;
  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;
  -webkit-animation: scrollUp 40s linear infinite;
          animation: scrollUp 40s linear infinite;
  will-change: transform;
}

@-webkit-keyframes scrollUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@keyframes scrollUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.voice__item {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 320px;
}
.voice__item:nth-child(1), .voice__item:nth-child(8) {
  background: url(../img/voice_voice1.png) no-repeat center center;
  background-size: contain;
}
.voice__item:nth-child(2), .voice__item:nth-child(9) {
  background: url(../img/voice_voice2.png) no-repeat center center;
  background-size: contain;
}
.voice__item:nth-child(3), .voice__item:nth-child(10) {
  background: url(../img/voice_voice3.png) no-repeat center center;
  background-size: contain;
}
.voice__item:nth-child(4), .voice__item:nth-child(11) {
  background: url(../img/voice_voice4.png) no-repeat center center;
  background-size: contain;
}
.voice__item:nth-child(5), .voice__item:nth-child(12) {
  background: url(../img/voice_voice5.png) no-repeat center center;
  background-size: contain;
}
.voice__item:nth-child(6), .voice__item:nth-child(13) {
  background: url(../img/voice_voice6.png) no-repeat center center;
  background-size: contain;
}
.voice__item:nth-child(7), .voice__item:nth-child(14) {
  background: url(../img/voice_voice7.png) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 375px) {
  .voice__item {
    height: 370px;
  }
}
@media screen and (min-width: 640px) {
  .voice__item {
    width: 90%;
    height: inherit;
  }
}

.voice_text {
  font-size: 14px;
  color: #000;
  padding: 5% 0%;
  width: 76%;
  margin-top: 60px;
  margin-left: 15%;
}
@media screen and (min-width: 375px) {
  .voice_text {
    font-size: 18px;
    margin-top: 80px;
    padding: 5% 1%;
    width: 76%;
    margin-top: 80px;
    margin-left: 15%;
  }
}
@media screen and (min-width: 640px) {
  .voice_text {
    font-size: clamp(24px, 2vw, 20px);
    margin-top: 20%;
    width: 78%;
  }
}

.reason {
  position: relative;
  background-color: #f4f3f3;
  border-top: 7px solid #000;
  overflow: hidden;
}
.reason__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.1;
  max-width: 400px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-inline: 10px;
}
.reason__title strong:nth-of-type(1) {
  font-size: 29px;
  font-weight: 700;
}
.reason__title strong:nth-of-type(2) {
  font-size: 84px;
  font-weight: 700;
}
.reason__title strong:nth-of-type(3) {
  font-size: 75px;
  font-weight: 700;
}
.reason__title span:nth-of-type(1) {
  font-size: 20px;
  font-weight: 700;
}
.reason__title span:nth-of-type(2) {
  font-size: 58px;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .reason__title {
    margin-top: -30px;
    max-width: 540px;
  }
  .reason__title strong:nth-of-type(1) {
    font-size: 40px;
    font-weight: 700;
  }
  .reason__title strong:nth-of-type(2) {
    font-size: 100px;
    font-weight: 700;
  }
  .reason__title strong:nth-of-type(3) {
    font-size: 90px;
    font-weight: 700;
  }
  .reason__title span:nth-of-type(1) {
    font-size: 28px;
    font-weight: 700;
  }
  .reason__title span:nth-of-type(2) {
    font-size: 70px;
    font-weight: 700;
  }
}

.reason__inner {
  margin-top: 40px;
  border-bottom: 7px solid #000;
  overflow: hidden;
  padding-inline: 10px;
}
@media screen and (min-width: 640px) {
  .reason__inner {
    margin-top: 60px;
  }
}

.image16 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.image16 img {
  width: 600px;
}
@media screen and (min-width: 640px) {
  .image16 img {
    width: 610px;
  }
}

.image17 {
  margin-top: 6.5625vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.image17 img {
  width: 400px;
}
@media screen and (min-width: 640px) {
  .image17 {
    margin-top: 42px;
  }
  .image17 img {
    width: 621px;
  }
}

.item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.6;
  letter-spacing: -0.03em;
}
.reason__item:nth-of-type(1) .item__text {
  margin-top: 5.46875vw;
  margin-bottom: 11.71875vw;
}
.reason__item:nth-of-type(2) .item__text {
  margin-top: 4.6875vw;
  margin-bottom: 11.5625vw;
}
.reason__item:nth-of-type(3) .item__text {
  margin-top: 4.6875vw;
  margin-bottom: 11.71875vw;
}
.reason__item:nth-of-type(4) .item__text {
  margin-top: 5vw;
  margin-bottom: 11.09375vw;
}
.item__text a {
  font-size: 14px;
}
.item__text a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 640px) {
  .item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 28px;
    font-weight: 600;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    line-height: 1.3;
    letter-spacing: -0.03em;
  }
  .reason__item:nth-of-type(1) .item__text {
    margin-top: 35px;
    margin-bottom: 75px;
  }
  .reason__item:nth-of-type(2) .item__text {
    margin-top: 30px;
    margin-bottom: 74px;
  }
  .reason__item:nth-of-type(3) .item__text {
    margin-top: 30px;
    margin-bottom: 75px;
  }
  .reason__item:nth-of-type(4) .item__text {
    margin-top: 32px;
    margin-bottom: 71px;
  }
}

.image18 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6.5625vw;
}
.image18 img {
  width: 330px;
}
@media screen and (min-width: 640px) {
  .image18 {
    margin-top: 42px;
  }
  .image18 img {
    width: 500px;
  }
}

.image19 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6.71875vw;
}
.image19 img {
  width: 380px;
}
@media screen and (min-width: 640px) {
  .image19 {
    margin-top: 43px;
  }
  .image19 img {
    width: 585px;
  }
}

.image20 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6.40625vw;
  padding-right: 2.34375vw;
}
.image20 img {
  width: 330px;
}
@media screen and (min-width: 640px) {
  .image20 {
    margin-top: 41px;
    padding-right: 15px;
  }
  .image20 img {
    width: 505px;
  }
}

.price {
  position: relative;
  background: url(../img/price_back.png) no-repeat center top;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  min-width: 320px;
}
.price__inner {
  padding-inline: 10px;
  padding-bottom: 50px;
}
.price__inner a:hover img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.image21 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.image21 img {
  width: 320px;
  -webkit-filter: brightness(110%) contrast(180%) saturate(180%) drop-shadow(0 0 0.5px rgb(255, 255, 255));
          filter: brightness(110%) contrast(180%) saturate(180%) drop-shadow(0 0 0.5px rgb(255, 255, 255));
}
@media screen and (min-width: 640px) {
  .image21 img {
    width: 500px;
  }
}

.price__inner-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -50px;
  font-size: 38px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  line-height: 0.5;
  max-width: 400px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.price__inner-text span {
  font-size: 54px;
  letter-spacing: -0.08em;
}
@media screen and (min-width: 640px) {
  .price__inner-text {
    margin-top: -70px;
    font-size: 56px;
    font-weight: 700;
    width: 100%;
    max-width: 600px;
  }
  .price__inner-text span {
    font-size: 82px;
  }
}

.price__fukidashi {
  position: absolute;
  margin-top: -40px;
  z-index: 1;
  width: 200px;
  margin-left: 5px;
}

.price-price {
  position: relative;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 640px) {
  .price-price {
    max-width: 600px;
  }
}

.price-text {
  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;
  font-size: 24px;
  gap: 4px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  color: #000;
  margin-top: 80px;
  padding: 10px 15px 10px;
  width: 100%;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 640px) {
  .price-text {
    padding: 20px 40px;
    max-width: 560px;
  }
}

.amount {
  font-weight: 600;
  font-size: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -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;
}
@media screen and (min-width: 640px) {
  .amount {
    font-size: 100px;
  }
}

.amount-number {
  font-weight: bold;
}

.unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
}
@media screen and (min-width: 640px) {
  .unit {
    font-size: 40px;
  }
}

.tax {
  font-size: 14px;
}

.yen {
  font-size: 32px;
}

.price-bottom {
  color: #000;
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: -0.05em;
  text-align: right;
  margin-top: 3px;
}
@media screen and (min-width: 640px) {
  .price-bottom {
    font-size: 16px;
  }
}

.image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -5px;
}
.image23 {
  position: relative;
  z-index: 1;
  margin-top: -35px;
}
.image23 img {
  width: 180px;
}
@media screen and (min-width: 640px) {
  .image23 img {
    width: 270px;
  }
}

.image24 {
  margin-top: -40px;
}
.image24 img {
  width: 210px;
}
@media screen and (min-width: 640px) {
  .image24 img {
    width: 292px;
  }
}

.price__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: -20px;
  letter-spacing: -0.08rem;
  white-space: nowrap;
  background-color: #02c554;
  color: white;
  padding: 20px 0px;
  border-radius: 60px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  z-index: 2;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #000;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 640px;
}
.price__button svg {
  width: 40px;
  height: 40px;
  -webkit-animation: floatUpDown 2.5s ease-in-out infinite;
          animation: floatUpDown 2.5s ease-in-out infinite;
}
.price__button svg path {
  fill: #ffffff;
}
.price__button .price__button-text {
  font-weight: 600;
  white-space: nowrap;
  font-size: 16px;
}
.price__button span {
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  .price__button {
    padding: 25px 20px 25px 16px;
  }
  .price__button svg {
    width: 55px;
    height: 55px;
    -webkit-animation: floatUpDown 2.5s ease-in-out infinite;
            animation: floatUpDown 2.5s ease-in-out infinite;
  }
  .price__button svg path {
    fill: #ffffff;
  }
  .price__button .price__button-text {
    font-weight: 500;
    white-space: nowrap;
    font-size: 24px;
  }
  .price__button span {
    font-size: 34px;
  }
}

.image25 {
  position: absolute;
  margin-top: 18.28125vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.image25 img {
  width: 96.25vw;
}
@media screen and (min-width: 640px) {
  .image25 {
    margin-top: 117px;
  }
  .image25 img {
    width: 616px;
  }
}

.flow {
  background-color: #ffd5d5;
  position: relative;
  padding-inline: 15px;
  padding-bottom: 50px;
  height: auto;
  border-bottom: 7px solid #000;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .flow {
    padding-bottom: 39px;
  }
}

.image26 {
  text-align: center;
}
.image26 img {
  width: 320px;
}
@media screen and (min-width: 640px) {
  .image26 img {
    width: 475px;
  }
}

.image27 {
  position: absolute;
  margin-top: -70px;
  left: 52.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  overflow: hidden;
}
.image27 img {
  width: 295px;
}
@media screen and (min-width: 640px) {
  .image27 {
    margin-top: -110px;
  }
  .image27 img {
    width: 450px;
  }
}

.flow__contents {
  margin-top: 75px;
}
@media screen and (min-width: 640px) {
  .flow__contents {
    margin-top: 114px;
  }
}

.flow__item:nth-child(1) {
  padding-top: 10px;
}
.flow__item:nth-child(3) {
  padding-top: 10px;
}
.flow__item + .flow__item {
  margin-top: 5.3125vw;
}
@media screen and (min-width: 640px) {
  .flow__item + .flow__item {
    margin-top: 34px;
  }
}

.flow__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.28125vw;
  width: 100%;
}
.flow__item__title img {
  width: 160px;
}
@media screen and (min-width: 640px) {
  .flow__item__title {
    gap: 21px;
  }
  .flow__item__title img {
    width: 255px;
  }
}

.title3 {
  gap: 0;
  margin-top: 12.5vw;
}
@media screen and (min-width: 640px) {
  .title3 {
    margin-top: 80px;
  }
}

.title3_image {
  width: 45.3125vw;
  margin-top: 35.9375vw;
  left: 1.09375vw;
}
@media screen and (min-width: 640px) {
  .title3_image {
    width: 290px !important;
    margin-top: 230px;
    left: 7px;
  }
}

.step1 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 7.03125vw;
}
@media screen and (min-width: 640px) {
  .step1 {
    font-size: 45px;
    margin-top: 45px;
  }
}

.step2 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 3.4375vw;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 640px) {
  .step2 {
    font-size: 45px;
    margin-top: 22px;
  }
}

.step3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.08em;
}
@media screen and (min-width: 640px) {
  .step3 {
    font-size: 45px;
  }
}

.flow__text {
  font-size: 18px;
  letter-spacing: -0.08em;
  font-weight: 500;
  margin-left: 2.34375vw;
  margin-top: 0.78125vw;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .flow__text {
    font-size: 27px;
    margin-left: 15px;
    margin-top: 5px;
  }
}

.text3 {
  margin-top: 43.90625vw;
}
@media screen and (min-width: 640px) {
  .text3 {
    margin-top: 281px;
  }
}

.compare {
  position: relative;
}

.compare__inner {
  background: url(../img/compare_back.png) no-repeat center top;
  background-size: 100% auto;
  padding-top: 20px;
  padding-inline: 15px;
  padding-top: 30px;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .compare__inner {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.image28 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.image28 img {
  width: 360px;
}
@media screen and (min-width: 640px) {
  .image28 img {
    width: 550px;
  }
}

.compare__text {
  position: absolute;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  top: 0;
  text-align: center;
  width: 100%;
  left: 0;
  margin-top: 10px;
}
.compare__text span {
  font-size: 57px;
  font-weight: 700;
}
@media screen and (min-width: 375px) {
  .compare__text {
    font-size: 32px;
  }
  .compare__text span {
    font-size: 62px;
  }
}
@media screen and (min-width: 640px) {
  .compare__text {
    margin-top: 30px;
    font-size: 40px;
  }
  .compare__text span {
    font-size: 80px;
  }
}

.image29 {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}
.image29 img {
  width: 300px;
}
@media screen and (min-width: 640px) {
  .image29 {
    margin-top: -17px;
  }
}

.faq {
  background-color: #F4F3F3;
  padding-top: 20px;
  min-width: 320px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

.faq__title1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-left: -2.1875vw;
}
@media screen and (min-width: 640px) {
  .faq__title1 {
    font-size: 60px;
    margin-left: -14px;
  }
}

.faq__title2 {
  font-size: 50px;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 640px) {
  .faq__title2 {
    font-size: 75px;
  }
}

.faq__inner {
  width: 100%;
}

.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 0 auto;
  padding: 10px;
  overflow: hidden;
}

.faq__item {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.7;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.faq__item img {
  width: 100%;
  height: auto;
  display: block;
}
.faq__item:nth-child(1) {
  background: url(../img/faq_q1.png) no-repeat center center;
  background-size: contain;
  aspect-ratio: 1/0.6;
}
.faq__item:nth-child(2) {
  background: url(../img/faq_q2.png) no-repeat center center;
  background-size: contain;
}
.faq__item:nth-child(3) {
  background: url(../img/faq_q3.png) no-repeat center center;
  background-size: contain;
}
.faq__item:nth-child(4) {
  background: url(../img/faq_q4.png) no-repeat center center;
  background-size: contain;
}
.faq__item:nth-child(5) {
  background: url(../img/faq_q5.png) no-repeat center center;
  background-size: contain;
}
.faq__item:nth-child(6) {
  background: url(../img/faq_q6.png) no-repeat center center;
  background-size: contain;
  aspect-ratio: 1/0.8;
}
@media screen and (min-width: 400px) {
  .faq__item:nth-child(6) .faq__question {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 500px) {
  .faq__item:nth-child(6) .faq__question {
    padding-bottom: 30px;
  }
}

.faq__text {
  color: #000;
  padding: 5% 4%;
  width: 85%;
  margin-left: 15%;
}
@media screen and (min-width: 640px) {
  .faq__text {
    width: 100%;
    max-width: 500px;
  }
}

.faq__question {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 375px) {
  .faq__question {
    font-size: 18px;
  }
}
@media screen and (min-width: 400px) {
  .faq__question {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 500px) {
  .faq__question {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 640px) {
  .faq__question {
    font-size: 32px;
  }
}

.faq__answer {
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (min-width: 375px) {
  .faq__answer {
    font-size: 16px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 500px) {
  .faq__answer {
    font-size: 22px;
  }
}
@media screen and (min-width: 640px) {
  .faq__answer {
    font-size: 26px;
    margin-top: 50px;
  }
}

.footer__inner {
  position: relative;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 5.46875vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20vw;
}
@media screen and (min-width: 640px) {
  .footer__top {
    margin-top: 35px;
    margin-left: 128px;
  }
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__logo img {
  width: 28.125vw;
}
@media screen and (min-width: 640px) {
  .footer__logo img {
    width: 180px;
  }
}

.footer__text {
  line-height: 1.3;
  letter-spacing: -0.08em;
  margin-left: 3.59375vw;
  margin-top: 1.5625vw;
  font-size: 2.5vw;
}
.footer__text a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 640px) {
  .footer__text {
    margin-left: 23px;
    margin-top: 10px;
    font-size: 16px;
  }
}

.footer__middle {
  font-size: 3.125vw;
  font-weight: 500;
  letter-spacing: -0.09em;
  margin-top: 3.90625vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f4f3f3;
}
@media screen and (min-width: 640px) {
  .footer__middle {
    font-size: 20px;
    margin-top: 25px;
  }
}

.line-fixed-button {
  position: fixed;
  bottom: 0px;
  background-color: #02c554;
  color: white;
  padding: 20px 20px;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  z-index: 999;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #000;
  gap: 10px;
  width: calc(100% - 20px);
  margin: 10px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 620px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.line-fixed-button .text {
  font-weight: 600;
  white-space: nowrap;
  font-size: 24px;
}
.line-fixed-button svg {
  width: 45px;
  height: 45px;
  fill: #fff;
  -webkit-animation: floatUpDown 2.5s ease-in-out infinite;
          animation: floatUpDown 2.5s ease-in-out infinite;
}
.line-fixed-button span {
  font-size: 18px;
}
@media screen and (min-width: 640px) {
  .line-fixed-button {
    padding: 25px 54px;
    gap: 8px;
  }
  .line-fixed-button .text {
    font-size: 30px;
  }
  .line-fixed-button span {
    font-size: 24px;
  }
  .line-fixed-button svg {
    width: 50px;
    height: 50px;
  }
}

.line-fixed-button.show {
  opacity: 1;
  visibility: visible;
}

@keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}