html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

#lp {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 16px;
  color: #464646;
  line-height: 1.6;
  overflow-x: hidden;
}
#lp .sub-serif {
  font-size: 19px;
  text-align: center;
}
@media (max-width: 919px) {
  #lp .sub-serif {
    font-size: 16px;
  }
}
#lp .sub-serif-inner {
  position: relative;
}
#lp .sub-serif-inner::before {
  position: absolute;
  left: -10px;
  bottom: 0;
  content: "";
  width: 1.5px;
  height: 100%;
  background: #464646;
  border-radius: 3px;
  transform: rotate(-25deg);
}
@media (max-width: 919px) {
  #lp .sub-serif-inner::before {
    left: -10px;
    bottom: 1px;
  }
}
#lp .sub-serif-inner::after {
  position: absolute;
  right: -10px;
  bottom: 0;
  content: "";
  width: 1.5px;
  height: 100%;
  background: #464646;
  border-radius: 3px;
  transform: rotate(25deg);
}
@media (max-width: 919px) {
  #lp .sub-serif-inner::after {
    right: -10px;
    bottom: 1px;
  }
}
#lp .floating-cta {
  position: fixed;
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  bottom: 0;
  z-index: 11;
}
@media (max-width: 919px) {
  #lp .floating-cta {
    padding: 9px 0;
  }
}
#lp .floating-cta img {
  margin: auto;
}
#lp .countdown {
  background-color: #dd460b;
  text-align: center;
  padding: 15px 0;
  font-family: "hiragino-kaku-gothic-pron", "Arial", sans-serif;
}
#lp .countdown .end {
  color: #fffc21;
  font-weight: bold;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 919px) {
  #lp .countdown .end {
    font-size: 11px;
  }
}
#lp .countdown .serif {
  display: inline-block;
  position: relative;
  font-weight: normal;
}
#lp .countdown .serif::before {
  position: absolute;
  left: -20px;
  bottom: 2px;
  content: "";
  width: 2px;
  height: 80%;
  background: #fffc21;
  border-radius: 3px;
  transform: rotate(-25deg);
}
@media (max-width: 919px) {
  #lp .countdown .serif::before {
    left: -10px;
    bottom: 1px;
  }
}
#lp .countdown .serif::after {
  position: absolute;
  right: -20px;
  bottom: 2px;
  content: "";
  width: 2px;
  height: 80%;
  background: #fffc21;
  border-radius: 3px;
  transform: rotate(25deg);
}
@media (max-width: 919px) {
  #lp .countdown .serif::after {
    right: -10px;
    bottom: 1px;
  }
}
#lp .countdown .end-sub {
  background-color: #fffc21;
  color: #000;
  font-size: 18px;
  padding: 3px 6px;
  margin-right: 12px;
}
@media (max-width: 919px) {
  #lp .countdown .end-sub {
    font-size: 7.5px;
  }
}
#lp .countdown .timer {
  color: #fff;
  text-align: center;
  font-size: 60px;
  line-height: 1.1;
}
#lp .countdown .timer #hour,
#lp .countdown .timer #minute,
#lp .countdown .timer #second,
#lp .countdown .timer #centisecond {
  font-family: "din-condensed", sans-serif;
  font-weight: bold;
}
@media (max-width: 919px) {
  #lp .countdown .timer {
    font-size: 35px;
  }
}
#lp .countdown .timer .small {
  font-size: 32px;
}
@media (max-width: 919px) {
  #lp .countdown .timer .small {
    font-size: 20px;
  }
}
#lp .countdown .reserve-count {
  font-size: 25px;
  color: #464646;
}
@media (max-width: 919px) {
  #lp .countdown .reserve-count {
    font-size: 11px;
    position: absolute;
    left: 0;
    right: 0;
  }
}
#lp .countdown .reserve-count .reserve-count-inner {
  border-radius: 999px;
  background-color: #fff;
  padding: 20px 20px 5px;
}
@media (max-width: 919px) {
  #lp .countdown .reserve-count .reserve-count-inner {
    padding: 10px 10px 3px;
    border: solid 1px #dd460b;
  }
}
#lp .countdown .reserve-count #count {
  font-size: 46px;
  font-family: "din-condensed", sans-serif;
  color: #dd460b;
}
@media (max-width: 919px) {
  #lp .countdown .reserve-count #count {
    font-size: 20px;
  }
}
#lp .countdown .reserve-count .ver {
  color: #dd460b;
}
#lp .cta-area {
  background: linear-gradient(90deg, #c6e17d 0%, #8eb672 50%, #5e838a 100%);
  padding: 104px 0;
}
@media (max-width: 919px) {
  #lp .cta-area {
    padding: 52px 0;
  }
}
#lp .cta {
  border-radius: 20px;
  background-color: #fff;
  width: 844px;
  margin: auto;
}
@media (max-width: 919px) {
  #lp .cta {
    width: 85%;
  }
  #lp .cta .cta-img {
    padding: 0 15px;
  }
}
#lp .cta .cta-ttl {
  background-color: #dd460b;
  border-radius: 20px 20px 0 0;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 23px;
}
@media (max-width: 919px) {
  #lp .cta .cta-ttl {
    font-size: 16px;
  }
}
#lp .fv {
  background: linear-gradient(90deg, #c6e17d 0%, #8eb672 50%, #5e838a 100%);
  padding-bottom: 106px;
}
@media (max-width: 919px) {
  #lp .fv {
    padding: 26px 0;
  }
}
#lp .sec1 {
  background-image: url("../img/bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding-bottom: 250px;
}
@media (max-width: 919px) {
  #lp .sec1 {
    padding-bottom: 200px;
  }
}
#lp .sec1 .sec1-1 {
  margin-right: 30%;
}
#lp .sec1 .sec1-p {
  font-size: 30px;
  margin: 75px 0 38px;
  text-align: center;
}
@media (max-width: 919px) {
  #lp .sec1 .sec1-p {
    font-size: 20px;
    margin: 35px 0 25px;
  }
}
#lp .sec1 .sec1-p .marker {
  background: linear-gradient(transparent 60%, #fff600 0%);
  color: #3c622b;
}
#lp .sec1 .sec1-p .num {
  font-size: 45px;
  font-weight: bold;
}
@media (max-width: 919px) {
  #lp .sec1 .sec1-p .num {
    font-size: 30px;
  }
}
#lp .sec2 {
  background: linear-gradient(90deg, #c6e17d 0%, #8eb672 50%, #5e838a 100%);
  border-radius: 50px 50px 0 0;
  text-align: center;
  padding-bottom: 100px;
}
@media (max-width: 919px) {
  #lp .sec2 {
    border-radius: 25px 25px 0 0;
    padding-bottom: 52px;
  }
}
#lp .sec2 .sec2-ttl {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  padding-top: 40px;
}
@media (max-width: 919px) {
  #lp .sec2 .sec2-ttl {
    font-size: 30px;
    line-height: 1.3;
  }
}
#lp .sec2 .sec2-dash {
  color: #fff;
  font-size: 40px;
}
@media (max-width: 919px) {
  #lp .sec2 .sec2-dash {
    font-weight: normal;
    font-size: 30px;
  }
}
#lp .sec2 .sec2-sub {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 919px) {
  #lp .sec2 .sec2-sub {
    font-size: 15px;
  }
}
#lp .sec3 {
  padding-top: 100px;
  text-align: center;
}
@media (max-width: 919px) {
  #lp .sec3 {
    padding-top: 80px;
  }
}
#lp .sec3 h3 span {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  background-color: #3c622b;
  padding: 3px 10px;
}
@media (max-width: 919px) {
  #lp .sec3 h3 span {
    font-size: 30px;
  }
}
#lp .sec4 {
  padding: 125px 0 105px;
  background-color: #f9ffef;
}
@media (max-width: 919px) {
  #lp .sec4 {
    padding: 105px 0 50px;
  }
}
#lp .sec4 h3 {
  font-size: 35px;
  color: #3c622b;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 919px) {
  #lp .sec4 h3 {
    font-size: 30px;
    line-height: 1.4;
  }
}
#lp .sec4 .voices {
  display: flex;
  justify-content: center;
  gap: 75px;
  margin-top: 75px;
}
@media (max-width: 919px) {
  #lp .sec4 .voices {
    display: block;
    margin-top: 60px;
  }
}
#lp .sec4 .voices .voices-text {
  width: 600px;
}
@media (max-width: 919px) {
  #lp .sec4 .voices .voices-text {
    width: 85%;
    margin: 30px auto;
  }
}
#lp .sec4 .voices .voices-text .voices-text-ttl {
  font-size: 25px;
  border-bottom: solid 1px #464646;
  padding-bottom: 3px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 919px) {
  #lp .sec4 .voices .voices-text .voices-text-ttl {
    display: block;
  }
}
#lp .sec4 .voices .voices-text .voices-text-tag {
  border-radius: 999px;
  background-color: #464646;
  color: #fff;
  font-size: 18px;
  padding: 2px 6px;
}
#lp .sec6 {
  background-color: #f9ffef;
  padding-bottom: 90px;
}
@media (max-width: 919px) {
  #lp .sec6 {
    padding-bottom: 0;
  }
}
#lp .sec6 .sec6-p {
  padding-top: 30px;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 919px) {
  #lp .sec6 .sec6-p {
    font-size: 20px;
  }
}
#lp .sec6 .sec6-p .sec6-p-green-under {
  color: #3c622b;
  font-size: 30px;
  padding-bottom: 5px;
  border-bottom: solid 2px #3c622b;
}
@media (max-width: 919px) {
  #lp .sec6 .sec6-p .sec6-p-green-under {
    font-size: 25px;
  }
}
#lp .sec6 .sec6-p .sec6-p-circle {
  background-color: #3c622b;
  color: #fff;
  border-radius: 999px;
  padding: 6px;
  margin: 6px;
}
#lp .sec6 .sec6-p .sec6-p-green {
  color: #3c622b;
  margin-left: 6px;
}
#lp .sec6 .se6-p-sub {
  font-size: 18px;
  padding-top: 25px;
  text-align: center;
}
#lp .sec6 .animate-scroll {
  animation: scroll 12s linear infinite;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#lp .sec6 .sec6-slide {
  margin-top: -25px;
  z-index: 1;
  position: relative;
}
#lp .sec6 .sec6-slide img {
  max-width: none !important;
}
#lp .sec7 {
  background: linear-gradient(90deg, #c6e17d 0%, #8eb672 50%, #5e838a 100%);
  padding: 60px 0;
}
@media (max-width: 919px) {
  #lp .sec7 {
    padding: 52px 0;
  }
}
#lp .sec7 .reason-box {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 90px;
  color: #fff;
}
@media (max-width: 919px) {
  #lp .sec7 .reason-box {
    flex-direction: column;
  }
}
#lp .sec7 .reason-box .reason-text-box {
  width: 700px;
}
@media (max-width: 919px) {
  #lp .sec7 .reason-box .reason-text-box {
    width: auto;
  }
}
#lp .sec7 .reason-box .reason-tag,
#lp .sec7 .reason-box .reason-tag-even {
  position: relative;
}
#lp .sec7 .reason-box .reason-tag span {
  font-family: "din-2014", sans-serif;
  font-size: 25px;
  background-color: #425b53;
  padding: 3px 12px;
  border-radius: 0 99px 99px 0;
}
@media (max-width: 919px) {
  #lp .sec7 .reason-box .reason-tag span {
    font-size: 20px;
    border: solid 2px #3c622b;
    padding: 3px 25px;
    position: absolute;
    left: -2px;
    top: -40px;
  }
}
#lp .sec7 .reason-box .reason-tag-even span {
  font-family: "din-2014", sans-serif;
  font-size: 25px;
  background-color: #425b53;
  padding: 3px 12px;
  border-radius: 99px 0 0 99px;
}
@media (max-width: 919px) {
  #lp .sec7 .reason-box .reason-tag-even span {
    font-size: 20px;
    border: solid 2px #3c622b;
    padding: 3px 25px;
    position: absolute;
    right: -2px;
    top: -40px;
  }
}
#lp .sec7 .reason-box .reason-sub {
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
  line-height: 1.2;
}
@media (max-width: 919px) {
  #lp .sec7 .reason-box .reason-sub {
    padding: 0 25px;
  }
}
#lp .sec8 {
  background-color: #f9ffef;
  padding: 100px 0;
}
@media (max-width: 919px) {
  #lp .sec8 {
    padding: 55px 0;
  }
}
#lp .sec9 {
  background: linear-gradient(90deg, #c6e17d 0%, #8eb672 50%, #5e838a 100%);
  padding: 100px 0;
  text-align: center;
  color: #fff;
  min-height: 400px;
  border-bottom-right-radius: 1000px 200px;
  border-bottom-left-radius: 1000px 200px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 919px) {
  #lp .sec9 {
    padding: 55px 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
#lp .sec9 .sec-p-ttl {
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 919px) {
  #lp .sec9 .sec-p-ttl {
    font-size: 30px;
  }
}
#lp .sec9 .sec-p-ttl .dot {
  border-bottom: dotted 5.5px #fff;
  padding-bottom: 12px;
}
@media (max-width: 919px) {
  #lp .sec9 .sec-p-ttl .dot {
    display: inline-block;
    line-height: 1.2;
  }
}
#lp .sec9 .sec-p-ttl .c-yellow {
  color: #f5ed0b;
}
#lp .sec9 .sec9-sub {
  font-size: 20px;
}
#lp .sec9 .scroll-wrap {
  overflow-x: scroll;
  display: flex;
  justify-content: center;
}
@media (max-width: 919px) {
  #lp .sec9 .scroll-wrap {
    justify-content: start;
  }
}
@media (max-width: 919px) {
  #lp .sec9 .scroll-wrap-img {
    display: block;
    width: 521px;
    max-width: none;
    padding-right: 25px;
    margin-left: 25px;
  }
}
#lp .sec11 {
  padding: 50px 0 105px;
  background-color: #f8ffed;
}
@media (max-width: 919px) {
  #lp .sec11 {
    padding: 75px 0 52px;
  }
}
#lp .sec11 .sec-p-ttl {
  font-size: 36px;
  font-weight: bold;
  color: #3c622b;
  text-align: center;
}
@media (max-width: 919px) {
  #lp .sec11 .sec-p-ttl {
    font-size: 30px;
  }
}
#lp .sec11 .sec-p-ttl .dot {
  border-bottom: dotted 5.5px #3c622b;
  padding-bottom: 12px;
}
@media (max-width: 919px) {
  #lp .sec11 .sec-p-ttl .dot {
    display: inline-block;
    line-height: 1.2;
  }
}
#lp .sec11 .flow-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 70px;
  margin-top: 50px;
}
#lp .sec11 .step {
  display: flex;
}
@media (max-width: 919px) {
  #lp .sec11 .step {
    margin-left: -20px;
  }
}
#lp .sec11 .step .step-text {
  margin-top: 70px;
  margin-left: -75px;
  width: 340px;
}
@media (max-width: 919px) {
  #lp .sec11 .step .step-text {
    width: auto;
    margin-top: 50px;
    margin-left: -33%;
    margin-right: 25px;
    width: 100%;
  }
}
#lp .sec11 .step .ttl {
  font-size: 21px;
}
@media (max-width: 919px) {
  #lp .sec11 .step .ttl {
    font-size: 18px;
  }
}
#lp .sec11 .step .ttl span {
  border-bottom: solid 1px #464646;
  padding-bottom: 8px;
}
#lp .sec11 .step .text {
  margin-top: 15px;
  font-size: 19px;
}
@media (max-width: 919px) {
  #lp .sec11 .step .text {
    font-size: 16px;
  }
}
#lp .sec12 {
  padding-top: 105px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 919px) {
  #lp .sec12 {
    padding-top: 40px;
  }
}
#lp .sec12 .sec-p-ttl {
  font-size: 36px;
  color: #3c622b;
  text-align: center;
}
@media (max-width: 919px) {
  #lp .sec12 .sec-p-ttl {
    font-size: 30px;
    margin-top: 5px;
  }
}
#lp .sec12 .sec-p-ttl .dot {
  border-bottom: dotted 5.5px #3c622b;
  padding-bottom: 12px;
}
@media (max-width: 919px) {
  #lp .sec12 .sec-p-ttl .dot {
    display: inline-block;
    line-height: 1.35;
  }
}
#lp .sec13 {
  background: linear-gradient(90deg, #c6e17d 0%, #8eb672 50%, #5e838a 100%);
  padding: 105px 0;
}
@media (max-width: 919px) {
  #lp .sec13 {
    padding: 52px 0;
  }
}
#lp .sec13 .store-name {
  font-size: 26px;
  font-weight: bold;
  color: #3c622b;
}
#lp .sec13 .sec-p-ttl {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media (max-width: 919px) {
  #lp .sec13 .sec-p-ttl {
    font-size: 30px;
  }
}
#lp .sec13 .sec-p-ttl .dot {
  border-bottom: dotted 5.5px #fff;
  padding-bottom: 12px;
}
@media (max-width: 919px) {
  #lp .sec13 .sec-p-ttl .dot {
    display: inline-block;
    line-height: 1.2;
  }
}
#lp .sec13 .access {
  background-color: #fff;
  border-radius: 20px;
  width: 1080px;
  padding: 44px 40px 44px 70px;
  display: flex;
  gap: 70px;
  margin: 99px auto 0;
}
@media (max-width: 919px) {
  #lp .sec13 .access {
    border-radius: 10px;
    display: block;
    width: 90%;
    padding: 15px 13px 23px;
    margin: 47px auto 0;
  }
}
#lp .sec13 .access th {
  font-weight: normal;
  width: 90px;
  line-height: 1.4;
}
#lp .sec13 .access th,
#lp .sec13 .access td {
  padding-top: 15px;
  line-height: 1.4;
}
#lp .sec14 {
  background-color: #f8ffed;
  padding: 92px 0 180px;
}
@media (max-width: 919px) {
  #lp .sec14 {
    padding: 75px 0 120px;
  }
}
#lp .sec14 .sec-p-ttl {
  font-size: 36px;
  font-weight: bold;
  color: #3c622b;
  text-align: center;
}
@media (max-width: 919px) {
  #lp .sec14 .sec-p-ttl {
    font-size: 30px;
  }
}
#lp .sec14 .sec-p-ttl .dot {
  border-bottom: dotted 5.5px #3c622b;
  padding-bottom: 12px;
}
@media (max-width: 919px) {
  #lp .sec14 .sec-p-ttl .dot {
    display: inline-block;
    line-height: 1.2;
  }
}
#lp .sec14 .faq-box {
  width: 1080px;
  margin: auto;
  text-align: left;
}
@media (max-width: 919px) {
  #lp .sec14 .faq-box {
    width: 85%;
  }
}
#lp .sec14 .faq-box .faq-q {
  font-size: 18px;
  font-weight: 500;
  border-bottom: solid 1px #464646;
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 70px;
  margin-top: 32px;
  position: relative;
  list-style: none;
  cursor: pointer;
}
#lp .sec14 .faq-box .faq-q::before {
  content: "Q";
  color: #3c622b;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  position: absolute;
  left: 10px;
  top: -16px;
}
#lp .sec14 .faq-box .faq-q::after {
  content: "";
  position: absolute;
  right: 35px;
  top: 25%;
  width: 16px;
  height: 16px;
  border-right: 1px solid #464646;
  border-bottom: 1px solid #464646;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}
#lp .sec14 .faq-box .faq-a {
  position: relative;
  padding-top: 27px;
  padding-left: 50px;
}
@media (max-width: 919px) {
  #lp .sec14 .faq-box .faq-a {
    padding-top: 15px;
  }
}
#lp .sec14 .faq-box details[open] summary::after {
  transform: translateY(0%) rotate(225deg);
}/*# sourceMappingURL=style.css.map */