/* base */
body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f5f5f5 !important;
}

@media screen and (min-width: 650px) {
  body {
    background-color: #ffffff !important;
  }
}

main {
  max-width: 650px;
  margin: 0 auto;
  background-color: #ffffff;
  padding-bottom: 120px;
}

/* utility */
.relative {
  position: relative;
}

/* content styles */
.header {
  width: 100%;
}

.header__cta {
  position: fixed;
  z-index: 100;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 320px;
  width: calc(100% - 40px);

  img {
    width: 100%;
    filter: drop-shadow(0 4px 16px rgba(45, 45, 45, 0.24));
  }
}

.mv {
  margin-bottom: 16px;
}

.mv__image {
  width: 100%;
}

.image__lg {
  position: relative;
  margin-bottom: 16px;
  padding: 0 20px;

  img {
    width: 100%;
  }
}

.image__button {
  position: absolute;
  bottom: 4%;
  left: 13%;
  right: 13%;
  width: 74%;
}

.image__full {
  width: 100%;
}

.concern .image__custom {
  position: absolute;
  top: 18%;
  left: 20px;
  width: 85%;

  img {
    width: 100%;
  }
}

.points .image__custom {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-bottom: 16px;

  img {
    width: 100%;
  }

  .diet {
    position: absolute;
    top: -36%;
    right: 0;
    width: 40%;
  }
}

.points .image__lg {
  margin-bottom: 0;
  margin-top: 6%;
}

.points__description {
  font-size: min(4vw, 26px);
  padding: 0 6%;
  margin-top: 4px;
  margin-bottom: 8%;
}

.points__description.right {
  text-align: right;
}

.image__arrow {
  width: 32%;
  margin: -2% auto 3%;
}

.plan {
  .image__title {
    width: 50%;
    margin: 0 auto 6%;
  }

  .image__lg {
    margin-bottom: 10%;
  }

  .image__custom {
    width: 75%;
    margin: 0 auto 2%;
  }
}

.online {
  .image__title {
    width: 70%;
    margin: 0 auto 6%;
  }

  .image__custom {
    width: 90%;
  }
}

.reasons {
  .image__button-online {
    margin: 0 auto 12%;
  }

  .image__custom {
    width: 75%;
    margin: 12% auto 2%;
  }
}

.image__button-online {
  display: block;
  width: 75%;
  margin: 0 auto;
}

.three-steps {
  .image__custom {
    width: 95%;
    margin-top: 8%;
    margin-left: auto;
  }

  .image__full {
    margin: 8% 0;
  }

  .self-injection-guide {
    padding-bottom: 24%;
    background-image: url("https://grace-homecare.com/wp-content/themes/ghc-template/assets/lp/diet/svg/bg-self-injection.svg");
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;

    .image__custom {
      margin-top: 2%;
    }
  }
}

.seven-days {
  overflow: hidden;
  margin-bottom: 8%;

  .image__title {
    position: relative;
    width: 70%;
    margin: 0 auto;

    .diet {
      position: absolute;
      bottom: -4%;
      right: -22%;
      width: 50%;
      transform: rotate(-70deg);
    }
  }

  .image__custom {
    width: 94%;
    margin-left: auto;
  }

  .image__lg {
    margin-top: 6%;
  }
}

.comparison {
  margin-bottom: 16%;

  .image__title {
    width: 60%;
    margin: 0 auto 6%;
  }

  .image__lg {
    margin-bottom: 10%;

    img {
      filter: drop-shadow(0 4px 16px rgba(45, 45, 45, 0.24));
    }
  }

  .image__full {
    margin-bottom: 8%;
  }

  .image__custom {
    width: 75%;
    margin: 0 auto 2%;
  }
}

.faq {
  .image__title {
    width: 60%;
    margin: 0 auto 10%;
  }

  .faq__list {
    display: flex;
    flex-direction: column;
    gap: 8%;

    .listItem {
      margin-bottom: 8%;

      .question {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 4%;
        background-color: #a0937b;
        padding: 4% 6%;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        color: #ffffff;
        font-weight: bold;
        font-size: min(5.5vw, 34px);
        line-height: 110%;

        .question__logo {
          width: 16%;
          flex-shrink: 0;
        }

        .question__button {
          display: block;
          margin-left: auto;
          width: 8%;
          height: 4px;
          background-color: #ffffff;
        }
      }

      .answer {
        height: 100%;
        font-size: min(3.8vw, 24px);
        padding: 6%;
        background-color: #ffffff;
        line-height: 160%;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
      }
    }
  }
}

.cta {
  padding-top: 16%;

  .image__custom {
    width: 75%;
    margin: 0 auto 2%;
  }

  .image__lg {
    margin-bottom: 0;
  }
}

/* section styles */
.mv {
  margin-bottom: 16px;
  position: relative;
}

.price {
  position: relative;
  z-index: 1;
}

.concern {
  margin-top: -20%;
  position: relative;
}

.points {
  margin-top: -20%;
  padding-top: 28%;
  padding-bottom: 10%;
  background-color: #ede8e2;
  background-image: url("https://grace-homecare.com/wp-content/themes/ghc-template/assets/lp/diet/img/bg-points.png");
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

.plan {
  padding: 16% 0 10%;
}

.online {
  padding-top: 16%;
  background-image: url("https://grace-homecare.com/wp-content/themes/ghc-template/assets/lp/diet/svg/bg-online.svg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.reasons {
  padding-bottom: 16%;
  background: linear-gradient(
    0deg,
    rgba(221, 214, 204, 0) 0%,
    #ddd6cc 12%,
    #ddd6cc 89%,
    rgba(221, 214, 204, 0) 100%
  );
}

.faq {
  padding: 16% 5%;
  background-color: #ede8e2;
}

/* animation */
.pekopeko {
  animation: pekopeko 2s infinite;
}
@keyframes pekopeko {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(3px);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(3px);
  }
  40% {
    transform: translateY(0);
  }
}
