*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 2.66666vw;
}

@media (min-width: 750px) {
  html {
    font-size: 20px;
    max-width: 750px;
    margin: 0 auto;
  }
}

html,
body {

}

body {
  touch-action: manipulation;
  overflow-wrap: break-word;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  text-size-adjust: 100%;
}

/* --- */

.nav-skip {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  background-color: #fff;
}

.nav-title {
  width: 23.4rem;
}

.nav-icon {
  width: 3.6rem;
}

/* --- */

.copyright {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}

/* --- */

.page-header {
  padding: 0.8rem 1.4rem 1.2rem;
  margin: 0 auto;
  line-height: 0;
  border-style: solid;
  border-image: linear-gradient(
      -90deg,
      #ccda38,
      #99c935 30%,
      #74bc33 54%,
      #5db432 90%,
      #55b232
    )
    1/0 0 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-content {
  margin: 0 auto;
}

.page-footer {
  padding: 1.1rem;
  background: #25451c;
  color: #fff;
}

/* --- */

.landing-intro {
  background: #55b232;
  padding-top: 1.4rem;
  padding-bottom: 0.8rem;
}
.landing-intro__lead {
  width: 100%;
}
.landing-intro__link {
  display: block;
  padding: 1.4rem 2rem 0;
}
.landing-intro__link-img {
  width: 100%;
  filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.5));
}
.landing-intro__text {
  width: 100%;
  padding: 2rem 1.8rem 0 2rem;
}

/* --- */

.landing-why {
  background: #55b232;
}
.landing-why__content {
  padding: 0 2rem;
}
.landing-why__lead {
  width: 100%;
}
.landing-why__title {
  font-size: 3.2rem;
  text-align: center;
  color: #ffffff;
  line-height: 1.3;
}
.landing-why__title-small {
  font-size: 0.46875em;
}
.landing-why__title-strong {
  color: #ffeb00;
}
.landing-why__points {
  list-style: none;
  margin-top: 2.2rem;
}
.landing-why__points-container + .landing-why__points-container {
  margin-top: 1.6rem;
}
.landing-why__points-container {
  position: relative;
  border: 0.2rem solid #1b542c;
  padding: 1.8rem;
  background: #fff;
}
.landing-why__points-badge {
  width: 16.6rem;
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
}
.landing-why__points-img {
  width: 100%;
}
.landing-why__points-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  color: #55b232;
  margin-top: 0.8rem;
}
.landing-why__points-text {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.53846;
}
.landing-why__points-text-strong {
  background: linear-gradient(0deg, #ffeb00 35%, transparent 35%);
  font-weight: 900;
}
.landing-why__promise {
  width: calc(100% + 4rem);
  margin: -1.4rem -2rem 0;
  position: relative;
}
.landing-why__link {
  padding: 1.7rem 0 2rem;
  display: block;
}
.landing-why__link-img {
  width: 100%;
  filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.5));
}

/* --- */

.landing-records {
  background: #effff6;
  padding: 3rem 0 0;
  /* font-family: 'Lora', serif; */
}
.landing-records__title {
  text-align: center;
  padding: 0 2rem;
}
.landing-records__title-img {
  width: 29.7rem;
}
.landing-records__list {
  list-style: none;
  margin-top: 2.4rem;
  padding: 0 2rem;
}
.landing-records__list-container {
  background: #fff;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  padding: 2rem;
}
.landing-records__list-container + .landing-records__list-container {
  margin-top: 2.9rem;
}
.landing-records__list-title {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  background: #55b232;
  padding: 0.4em;
  margin-top: -2.7rem;
}
.landing-records__list-subtitle {
  color: #355822;
  border-left: 0.5rem solid;
  padding-left: 0.6rem;
  margin: 1.5rem 0 0;
}
.landing-records__list-img {
  width: 100%;
  margin-top: 1.3rem;
}
.landing-records__list-text {
  font-size: 1.2rem;
  margin-top: 0.8rem;
}
.landing-records__list-price {
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
}
.landing-records__list-price-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #99c935;
  margin-right: 0.6rem;
}
.landing-records__list-price-title ~ .landing-records__list-price-title {
  margin-left: 2rem;
}
.landing-records__list-price-text {
  font-size: 1.7rem;
  font-family: "Lora", serif;
}
.landing-records__warning {
  line-height: 0;
  margin: 1.2rem 0 0;
}
.landing-records__warning-img {
  width: 100%;
}
.landing-records__link {
  display: block;
  background: #55b232;
  padding: 1.7rem 2rem 2rem;
  line-height: 0;
}
.landing-records__link-img {
  width: 100%;
  filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.5));
}

/* --- */

.landing-features {
  background: #e8faff;
  padding: 2.8rem 2rem 3rem;
}
.landing-features__title {
  text-align: center;
}
.landing-features__title-img {
  width: 25.2rem;
}
.landing-features__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem 1.3rem;
  list-style: none;
}
.landing-features__list-container {
  text-align: center;
}
.landing-features__list-img {
  width: 100%;
}
.landing-features__list-title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}

/* --- */

.landing-price {
  padding: 3rem 2rem 3rem;
  background: #55b232;
}
.landing-price__title {
  text-align: center;
}
.landing-price__title-img {
  width: 33.4rem;
}
.landing-price__text {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  margin: 1.2rem 0 0;
  line-height: 1.57142;
}
.landing-price__feature-container {
  margin-top: 2rem;
}
.landing-price__feature + .landing-price__feature {
  margin-top: 1.9rem;
}
.landing-price__feature + .landing-price__feature::before {
  content: "";
  display: block;
  width: 5.7rem;
  height: 5.7rem;
  background: url(../../img/mens/rounded-plus.svg) center/contain no-repeat;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 100;
  bottom: calc(100% + 1.6rem);
}
.landing-price__feature {
  background: #ffffff;
  border: 0.5rem solid;
  border-image: linear-gradient(
    135deg,
    #8b7e1d 28%,
    #bfaf37 40%,
    #a29629 50%,
    #aaa134 70%,
    #8b7c14 84%
  );
  border-image-slice: 1;
  position: relative;
}
.landing-price__price {
  text-align: center;
  padding: 1.8rem 0;
}
.landing-price__price-title {
  line-height: 0;
}
.landing-price__price-title-img {
  width: 18.7rem;
}
.landing-price__price-text {
  font-size: 1.4rem;
  margin-top: 0.3rem;
}
.landing-price__free {
  padding: 1.7rem 0;
  text-align: center;
  line-height: 0;
}
.landing-price__free-img {
  width: 29.6rem;
}
.landing-price__warranty {
  padding: 1.5rem;
}
.landing-price__warranty-subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.7rem;
}
.landing-price__warranty-title {
  text-align: center;
  margin-bottom: 0.5rem;
}
.landing-price__warranty-title-img {
  width: 24.4rem;
}
.landing-price__warranty-text {
  font-size: 1.4rem;
}
.landing-price__warranty-note {
  font-size: 1.2rem;
  margin-top: 0.7rem;
}
.landing-price__campaign {
  line-height: 0;
  margin: 2.6rem 0 0;
}
.landing-price__campaign-img {
  width: 100%;
}
.landing-price__link {
  margin: 3rem 0 0;
  display: block;
  line-height: 0;
}
.landing-price__link-img {
  width: 100%;
  filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.5));
}

/* --- */

.landing-cta {
  background: #fff;
  padding: 2rem 1.4rem;
  margin: 2rem 0 0;
}
.landing-cta__header {
  margin-bottom: 1.6rem;
}
.landing-cta__title {
  text-align: center;
  line-height: 0;
}
.landing-cta__title-img {
  width: 29.4rem;
}
.landing-cta__subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin-top: 0.7rem;
}
.landing-cta__text {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.landing-cta__text-strong {
  color: #d90000;
  background: linear-gradient(0deg, #ffeb00 35%, transparent 35%);
}
.landing-cta__arrow {
  display: block;
  text-align: center;
  margin: 1rem 0;
  line-height: 0;
}
.landing-cta__arrow-img {
  width: 4.9rem;
}
.landing-cta__confirmation {
  font-size: 1.7rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.29411;
  color: #25451c;
  background: #ffeb00;
  border: 0.3rem solid;
  padding: 0.2rem;
}
.landing-cta__confirmation-description {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.57142;
  margin: 1rem 0 0;
  letter-spacing: 0.01em;
}

/* --- */

.landing-store__container {
  padding: 3rem 2rem 0;
}
.landing-store__logo {
  text-align: center;
}
.landing-store__logo-img {
  width: 23.4rem;
}
.landing-store__title {
  text-align: center;
  font-size: 1.4rem;
  color: #1b542c;
  font-weight: 600;
  margin-bottom: 1rem;
}
.landing-store__map {
  width: 100%;
  border: none;
  aspect-ratio: 375 / 180;
  margin-top: 2rem;
}
.landing-store__info-title {
  text-align: left;
  font-size: 1.3rem;
  color: #25451c;
  border-bottom: 0.1rem dashed #99c935;
  padding: 0.7rem 0;
  vertical-align: top;
  width: 7.2rem;
}
.landing-store__info-text {
  font-size: 1.3rem;
  border-bottom: 0.1rem dashed #99c935;
  padding: 0.7rem 0;
  vertical-align: top;
}

/* --- */

.landing-message {
  padding: 3.4rem 2rem;
  background: #effff6;
}
.landing-message__container {
  padding: 1rem;
  background: #fff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.16);
}
.landing-message__img {
  width: 100%;
}
.landing-message__title {
  text-align: center;
  color: #55b232;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-top: 0.6rem;
}
.landing-message__text {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  letter-spacing: -0.01em;
  line-height: 1.53846;
}
.landing-message__footer {
  border-top: 0.1rem solid #e5e5e5;
  margin-top: 1rem;
  padding-top: 1rem;
}
.landing-message__footer-title {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #25451c;
}
.landing-message__footer-text {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  letter-spacing: -0.01em;
  line-height: 1.53846;
}

/* --- */

.landing-form form {
  background: rgb(255, 255, 255);
  padding: 30px 10px;
}

.landing-form .blockWrapper {
  padding: 10px;
}

.landing-form [class$="Block"] {
  font-size: 14px;
  line-height: 1.2;
}

.landing-form [class$="__labelWrapper"] {
  display: flex;
}

.landing-form [class$="__labelWrapper"] > label {
  font-size: 15px;
}

.landing-form [class$="__heading"] {
  display: block;
  margin-top: 10px;
}

.landing-form [class$="Block__input"] {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 14px;
  line-height: 1.2;
  border: 1px solid #ececec;
  border-radius: 4px;
  appearance: none;
  box-sizing: border-box;
  resize: none;
}

.landing-form .calendarBlock__input {
  position: relative;
}
.landing-form .calendarBlock__input::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.landing-form .calendarBlock__note {
  margin-top: 10px;
  font-size: 12px;
  color: rgb(102, 102, 102);
}

.landing-form .selectboxBlock__note,
.landing-form .phoneNumberBlock__note {
  margin-top: 10px;
  font-size: 12px;
  color: rgb(102, 102, 102);
}

.landing-form .desired-time-Block {
  margin-top: 20px;
}

.landing-form .useBlock__list,
.landing-form .desired-time-Block__list {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}

@media screen and (max-width: 420px) {
  .landing-form .desired-time-Block__list {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.landing-form .useBlock__listItem {
  width: calc(33% - 5px);
}

.landing-form .desired-time-Block__listItem {
  width: calc(20% - 5px);
}

@media screen and (max-width: 420px) {
  .landing-form .desired-time-Block__listItem {
    width: 100%;
  }
}

.landing-form .useBlock__listItem,
.landing-form .desired-time-Block__listItem {
  box-sizing: border-box;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid #cccccc;
  border-radius: 4px;
  list-style: none;
}

.landing-form .useBlock__label,
.landing-form .desired-time-Block__item-label {
  display: flex;
  position: relative;
  padding: 17px 14px 17px;
  align-items: center;
  cursor: pointer;
}

.landing-form .useBlock__radio,
.landing-form .desired-time-Block__radio {
  display: none;
}

.landing-form .useBlock__radio + span,
.landing-form .desired-time-Block__radio + span {
  position: relative;
  padding-left: calc(17px + 6px);
  line-height: calc(17px + 1px * 2);
  display: block;
}

.landing-form .useBlock__radio + span::before,
.landing-form .desired-time-Block__radio + span::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #b9b9b9;
  width: 17px;
  height: 17px;
  left: 0;
  margin-right: 6px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
}

.landing-form .useBlock__radio:checked + span::before,
.landing-form .desired-time-Block__radio:checked + span::before {
  background-color: #0086ff;
  box-shadow: inset 0 0 0 3px #fff;
}

.landing-form .selectboxBlock__note > span {
  color: rgb(69, 69, 69);
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro W3,
    Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic,
    Verdana, Arial, sans-serif;
  font-size: 14.4px;
}

.landing-form .selectboxBlock__note > span.notice {
  color: rgb(220, 23, 26);
}

.landing-form [class$="Block__selectbox"] {
  display: inline-block;
  height: 45px;
  width: 100%;
  margin-top: 10px;
  padding-left: 14px;
  font-size: 14px;
  border: 1px solid #ececec;
  border-radius: 4px;
  appearance: none;
  outline-style: none;
  cursor: pointer;
}

.landing-form .badge {
  margin-left: 10px;
  padding: 0 4px;
  line-height: 1.5;
  font-size: 11px;
  color: #666666;
  background: #ececec;
  border-radius: 2px;
}

.landing-form .badge.required {
  color: #ff5252;
  background: #ffe6e6;
}

.landing-form .btn {
  display: block;
  padding: 14px 0;
  font-weight: bold;
  text-align: center;
  appearance: none;
  border: none;
  color: rgb(255, 255, 255);
  background: rgb(37, 198, 209);
  cursor: pointer;
}

.landing-form .btn:hover {
  background: rgb(33, 167, 176);
}

.landing-form .addDesiredDateTime {
  width: 200px;
  margin-left: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 4px;
}

.landing-form .submitButtonBlock {
  width: 100%;
  font-size: 18px;
  border-radius: 50px;
}

/* --- */

.landing-qa {
  background: #99c935;
  padding: 3.5rem 2rem 3rem;
}
.landing-qa__title {
  text-align: center;
}
.landing-qa__title-img {
  width: 7.5rem;
}
.landing-qa__list {
  list-style: none;
  border-radius: 1rem;
  overflow: hidden;
  display: grid;
  gap: 1px;
  background: #fff;
  margin-top: 3rem;
}
.landing-qa__list-input {
  display: none;
}
.landing-qa__list-question {
  background: #25451c;
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 1rem 2rem 1rem 4.6rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  min-height: 6.4rem;
}
.landing-qa__list-question-i {
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: #fff;
  position: relative;
}
.landing-qa__list-question-i::before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: #fff;
  transform: rotate(90deg);
}
.landing-qa__list-input:checked
  ~ .landing-qa__list-question
  .landing-qa__list-question-i::before {
  transform: none;
}
.landing-qa__list-question::before {
  content: "Q";
  position: absolute;
  left: 2rem;
  top: 1.8rem;
  font-size: 2rem;
  font-family: "lora", serif;
}
.landing-qa__list-answer {
  display: none;
  font-weight: 500;
  font-size: 1.5rem;
  padding: 1rem 2rem 1rem 4.6rem;
  position: relative;
  letter-spacing: 0.04rem;
  line-height: 1.73333;
}
.landing-qa__list-answer::before {
  content: "A";
  position: absolute;
  color: #56674e;
  left: 2rem;
  top: 0.7rem;
  font-size: 2rem;
  font-family: "lora", serif;
}
.landing-qa__list-input:checked ~ .landing-qa__list-answer {
  display: block;
}

.cta-scroll{
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc( calc(670 / 750) * 100% );
  max-width: 670px;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.cta-scroll.is-hidden{
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.cta-scroll a{
  display: block;
  width: 100%;
  height: auto;
}
.cta-scroll a img{
  display: block;
  width: 100%;
  height: auto;
}