@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 2.6666666667vw;
}

body {
  font-size: 1.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.7;
  color: #333333;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.u-color-red {
  color: #da0032;
}

.js-inview {
  opacity: 0;
}
.js-inview.--wrap {
  overflow: hidden;
}
.js-inview.--wrap.is-active {
  opacity: 1;
}
.js-inview.--wrap.is-active .inview-inner {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}
.js-inview:not(.--wrap) {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
          transform: matrix(1, 0, 0, 1, 0, 100);
  -webkit-transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.js-inview:not(.--wrap).is-active {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

.inview-inner {
  display: block;
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
          transform: matrix(1, 0, 0, 1, 0, 100);
  -webkit-transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.l-footer {
  padding: 1.3rem 0;
  border-top: 1px solid #FFFFFF;
  background: #76c28d;
  color: #FFFFFF;
}
.l-footer__copyright {
  font-size: 1rem;
  text-align: center;
}

.l-contents {
  overflow: hidden;
}

.l-inner {
  max-width: 1000px;
  width: 90.4%;
  margin: 0 auto;
}

.p-lp__mv__img img {
  width: 100%;
}
.p-lp__mv__button {
  position: fixed;
  right: 1.8rem;
  bottom: 2rem;
  width: 11.3rem;
  padding: 0.4rem;
  border: 1px solid #76c28d;
  border-radius: 9999px;
  background-color: #ffee49;
  font-size: 1.3rem;
  font-weight: 700;
  color: #76c28d;
  text-align: center;
  -webkit-box-shadow: 0.2rem 0.2rem rgba(0, 86, 53, 0.3);
          box-shadow: 0.2rem 0.2rem rgba(0, 86, 53, 0.3);
  z-index: 999;
  -webkit-transition-property: opacity, visibility, background-color;
  transition-property: opacity, visibility, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.p-lp__mv__button.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.p-lp__mv__button-arrow {
  position: absolute;
  top: 0;
  right: 1.2rem;
  bottom: 0;
  width: 0.6rem;
  margin: auto;
}
.p-lp__overview {
  padding: 3rem 0 9rem;
  background-color: #76c28d;
}
.p-lp__overview__head {
  width: 102.5%;
  margin-left: -0.5%;
}
.p-lp__overview__block {
  margin-top: 1.6rem;
  padding: 2rem 1.5rem;
  background-color: #FFFFFF;
  border-radius: 0.6rem;
  -webkit-box-shadow: 0.4rem 0.4rem rgba(0, 86, 53, 0.3);
          box-shadow: 0.4rem 0.4rem rgba(0, 86, 53, 0.3);
}
.p-lp__overview__item + .p-lp__overview__item {
  margin-top: 2.3rem;
}
.p-lp__overview__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 0.4rem;
}
.p-lp__overview__item-head-inner {
  width: 100%;
  padding: 0.1rem 0;
  border-radius: 0.4rem;
  background-color: #76c28d;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
}
.p-lp__overview__item-txt-area {
  position: relative;
}
.p-lp__overview__item-txt.--xl {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.p-lp__overview__item-txt.--l {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.p-lp__overview__item-txt.--note {
  text-indent: -1em;
  padding-left: 1em;
}
.p-lp__overview__item-txt-underline {
  color: #76c28d;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #ffee49));
  background: linear-gradient(transparent 70%, #ffee49 30%);
}
.p-lp__overview__border-block-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 0.4rem;
}
.p-lp__overview__border-block {
  width: 100%;
  padding: 0.6rem 0;
  border: 1px solid #76c28d;
  background-color: #fffcde;
  color: #76c28d;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-lp__overview__plus-icon {
  display: block;
  position: absolute;
  top: 7.5rem;
  right: 0;
  left: 0;
  width: 2.7rem;
  height: 2.7rem;
  margin: auto;
  border-radius: 9999px;
  background-color: #76c28d;
}
.p-lp__overview__plus-icon::before, .p-lp__overview__plus-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 60%;
  height: 2px;
  margin: auto;
  background-color: #FFFFFF;
}
.p-lp__overview__plus-icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-lp__overview__button {
  position: relative;
  display: inline-block;
  padding: 0.2rem 2rem 0.2rem 1.2rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  background-color: #76c28d;
  border-radius: 9999px;
}
.p-lp__overview__button-arrow {
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  width: 0.6rem;
  margin: auto;
}
.p-lp__overview__notes-list {
  margin-top: 1rem;
}
.p-lp__overview__notes-list-item {
  padding-left: 1em;
  text-indent: -1em;
}
.p-lp__products {
  margin-top: -2.5rem;
  padding: 4.8rem 0 8.5rem;
  border-radius: 2.5rem;
  background-color: #eff7f2;
}
.p-lp__products__head {
  font-size: 3rem;
  font-weight: 700;
  color: #76c28d;
  text-align: center;
}
.p-lp__products__container {
  margin-top: 2.2rem;
}
.p-lp__products__block-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.45rem;
  font-weight: 700;
}
.p-lp__products__block-head-tag {
  display: inline-block;
  margin-right: 0.6rem;
  padding: 0 1.4rem;
  background-color: #ffee49;
  border-radius: 9999px;
  font-size: 1rem;
  text-align: center;
}
.p-lp__products__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2%;
  margin-top: 0.5rem;
}
.p-lp__products__list-item {
  width: 49%;
}
.p-lp__products__button {
  position: relative;
  display: block;
  width: 25.2rem;
  margin: 3.9rem auto 0;
  padding: 1.4rem 4rem 1.4rem 2rem;
  border-radius: 9999px;
  background-color: #76c28d;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}
.p-lp__products__button-circle {
  position: absolute;
  top: 0;
  right: 1.2rem;
  bottom: 0;
  width: 2.9rem;
  height: 2.9rem;
  margin: auto;
  background-color: #FFFFFF;
  border-radius: 9999px;
  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;
}
.p-lp__products__button-arrow {
  width: 0.4rem;
}
.p-lp__step {
  margin-top: -2.5rem;
  padding: 4.8rem 0 8.5rem;
  border-radius: 2.5rem;
  background-color: #FFFFFF;
}
.p-lp__step__head {
  font-size: 3rem;
  font-weight: 700;
  color: #76c28d;
  text-align: center;
}
.p-lp__step__list {
  margin-top: 3rem;
  padding: 0 1.8rem;
}
.p-lp__step__list-item {
  position: relative;
  padding-bottom: 4.2rem;
}
.p-lp__step__list-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.6rem;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 1.4rem solid #76c28d;
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
}
.p-lp__step__list-item:last-child {
  padding-bottom: 0;
}
.p-lp__step__list-item:last-child::after {
  display: none;
}
.p-lp__step__list-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 9rem;
}
.p-lp__step__list-item-img.--arrow-none::after {
  display: none;
}
.p-lp__step__list-item-head-area {
  padding-top: 2.4rem;
  padding-left: 10.4rem;
}
.p-lp__step__list-item-number {
  display: block;
  width: 6.2rem;
  margin-bottom: -0.2rem;
  padding: 0.3rem 1rem;
  background-color: #76c28d;
  color: #FFFFFF;
  border-radius: 9999px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.p-lp__step__list-item-number .large {
  font-size: 1.5rem;
}
.p-lp__step__list-item-head {
  display: inline;
  font-size: 1.9rem;
  font-weight: 700;
  color: #76c28d;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #ffee49));
  background: linear-gradient(transparent 70%, #ffee49 30%);
}
.p-lp__step__list-item-txt {
  margin-top: 2.5rem;
}
.p-lp__step__list-item-txt.--indent {
  text-indent: -1em;
  padding-left: 1em;
}
.p-lp__step__list-item-txt.--mt0 {
  margin-top: 0;
}
.p-lp__receipt {
  padding: 3.6rem 0;
  background-color: #eff7f2;
}
.p-lp__receipt__head {
  width: 100%;
  margin-bottom: 2.4rem;
}
.p-lp__receipt__head-inner {
  width: 100%;
  padding: 0.5rem 0;
  border-radius: 9999px;
  background-color: #333333;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
}
.p-lp__receipt__block + .p-lp__receipt__block {
  margin-top: 5.4rem;
}
.p-lp__receipt__block + .p-lp__receipt__block.--block04 {
  margin-top: 3.5rem;
}
.p-lp__receipt__img {
  width: 100%;
}
.p-lp__receipt__img.--img01 {
  width: 83%;
  margin: auto;
}
.p-lp__receipt__img.--img02 {
  margin-top: 1.8rem;
}
.p-lp__receipt__txt-area {
  margin-top: 1.1rem;
}
.p-lp__receipt__txt + .p-lp__receipt__txt {
  margin-top: 1rem;
}
.p-lp__receipt__txt.--indent {
  text-indent: -1em;
  padding-left: 1em;
}
.p-lp__receipt__txt-number {
  padding-right: 0.5em;
}
.p-lp__receipt__notes-list {
  margin-top: 0.8rem;
  font-size: 1rem;
  line-height: 1.5;
  text-align: justify;
}
.p-lp__receipt__attention {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  color: #da0032;
}
.p-lp__receipt__attention img {
  width: 2rem;
  margin-top: 0.2rem;
}
.p-lp__receipt__attention-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.5rem;
}
.p-lp__receipt__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem 4%;
  margin-top: 1.5rem;
}
.p-lp__receipt__list-item {
  width: 48%;
}
.p-lp__receipt__list-item-txt {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-lp__terms {
  padding: 4rem 0 4.5rem;
}
.p-lp__terms__block {
  margin-bottom: 3.5rem;
}
.p-lp__terms__block:last-child {
  margin-bottom: 0;
}
.p-lp__terms__block a {
  text-decoration: underline;
}
.p-lp__terms__block-head {
  margin-bottom: 1rem;
}
.p-lp__terms__block-head-inner {
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background-color: #76c28d;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.p-lp__terms__list-item {
  padding-left: 1em;
  text-indent: -1em;
}
.p-lp__terms__list-item-inner::before {
  content: "●";
}
.p-lp__terms__faq-list-head {
  font-size: 1.5rem;
  font-weight: 700;
  color: #76c28d;
}
.p-lp__terms__faq-list-head-inner::before {
  content: "Q. ";
}
.p-lp__terms__faq-list-description {
  margin-top: 0.5rem;
}
.p-lp__terms__faq-list-description-inner {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.p-lp__terms__faq-list-description-inner::before {
  content: "A. ";
}
.p-lp__terms__faq-list-description + .p-lp__terms__faq-list-head {
  margin-top: 0.9rem;
}
.p-lp__terms__large-txt {
  font-size: 1.5rem;
  font-weight: 700;
  color: #76c28d;
}
.p-lp__entry {
  position: relative;
  padding: 4.5rem 0 6rem;
  background-color: #76c28d;
  color: #FFFFFF;
}
.p-lp__entry__back-button {
  position: absolute;
  top: -2rem;
  right: 1.8rem;
  width: 4rem;
  height: 4rem;
  margin: auto;
  border: 1px solid #FFFFFF;
  border-radius: 9999px;
  background-color: #76c28d;
}
.p-lp__entry__back-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.4rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-lp__entry__agree-block {
  position: relative;
  text-align: center;
}
.p-lp__entry__agree-input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.p-lp__entry__agree-label {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  cursor: pointer;
}
.p-lp__entry__agree-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 0.8rem;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #FFFFFF;
}
.p-lp__entry__agree-label::after {
  display: block;
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  width: 0.6rem;
  height: 0.3rem;
  border-bottom: 2px solid #76c28d;
  border-left: 2px solid #76c28d;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-lp__entry__agree-input:checked ~ .p-lp__entry__agree-label::before {
  background-color: #FFFFFF;
}
.p-lp__entry__agree-input:checked ~ .p-lp__entry__agree-label::after {
  content: "";
}
.p-lp__entry__txt {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
  text-align: center;
  color: #ffee49;
}
.p-lp__entry__button {
  position: relative;
  display: block;
  width: 25.2rem;
  margin: 1.1rem auto 0;
  padding: 1.4rem 4rem;
  border-radius: 9999px;
  background-color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
  color: #76c28d;
  text-align: center;
}
.p-lp__entry__button.is-disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.p-lp__entry__button-circle {
  position: absolute;
  top: 0;
  right: 1.2rem;
  bottom: 0;
  width: 2.9rem;
  height: 2.9rem;
  margin: auto;
  background-color: #76c28d;
  border-radius: 9999px;
  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;
}
.p-lp__entry__button-arrow {
  width: 0.4rem;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.6rem;
  }
  .u-sp {
    display: none !important;
  }
  .l-footer {
    padding: 2.8rem 0;
  }
  .l-footer__copyright {
    font-size: 1.2rem;
  }
  .p-lp__mv__button {
    right: 3rem;
    width: 22.6rem;
    padding: 1.2rem;
    border-width: 2px;
    -webkit-box-shadow: 0.4rem 0.4rem rgba(0, 86, 53, 0.3);
            box-shadow: 0.4rem 0.4rem rgba(0, 86, 53, 0.3);
    font-size: 2.4rem;
  }
  .p-lp__mv__button-arrow {
    right: 2.7rem;
    width: 1rem;
  }
  .p-lp__overview {
    padding: 7rem 0 15rem;
  }
  .p-lp__overview__head {
    width: 130%;
    margin-left: -16.8%;
  }
  .p-lp__overview__block {
    position: relative;
    margin-top: 2.6rem;
    padding: 6rem 8.3% 5rem;
    border-radius: 1.2rem;
    -webkit-box-shadow: 0.8rem 0.8rem rgba(0, 86, 53, 0.3);
            box-shadow: 0.8rem 0.8rem rgba(0, 86, 53, 0.3);
  }
  .p-lp__overview__block::before, .p-lp__overview__block::after {
    content: "";
    display: block;
    position: absolute;
  }
  .p-lp__overview__block::before {
    background: url(../img/overview_bg01.png) no-repeat center/100% auto;
    top: 12.2rem;
    left: -15rem;
    width: 16.9rem;
    aspect-ratio: 331/1045;
  }
  .p-lp__overview__block::after {
    background: url(../img/overview_bg02.png) no-repeat center/100% auto;
    top: 14.7rem;
    right: -17rem;
    width: 12.7rem;
    aspect-ratio: 255/823;
  }
  .p-lp__overview__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-lp__overview__item.--item02, .p-lp__overview__item.--item05 {
    padding-bottom: 1.8rem;
  }
  .p-lp__overview__item + .p-lp__overview__item {
    margin-top: 2.2rem;
  }
  .p-lp__overview__item-head {
    width: 25%;
    margin-bottom: 0;
  }
  .p-lp__overview__item-head-inner {
    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: 1.6rem;
  }
  .p-lp__overview__item-txt-area {
    width: 75%;
    padding-left: 2.7%;
  }
  .p-lp__overview__item-txt-area.--area01 {
    padding-top: 0.6rem;
    padding-bottom: 0.9rem;
  }
  .p-lp__overview__item-txt-area.--py0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-lp__overview__item-txt.--xl {
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: left;
  }
  .p-lp__overview__item-txt.--l {
    margin-top: 0;
    font-size: 2rem;
    text-align: left;
  }
  .p-lp__overview__item-txt.--pc-absolute {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .p-lp__overview__plus-icon {
    top: 0;
    bottom: 0;
  }
  .p-lp__overview__notes-list {
    margin-top: 3.6rem;
  }
  .p-lp__products {
    margin-top: -6rem;
    padding: 10rem 0 18rem;
    border-radius: 6rem;
  }
  .p-lp__products__head {
    font-size: 6rem;
  }
  .p-lp__products__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.6rem 2%;
    margin-top: 4.2rem;
  }
  .p-lp__products__block {
    width: 49%;
  }
  .p-lp__products__block.--w100 {
    width: 100%;
  }
  .p-lp__products__block-head {
    font-size: 1.6rem;
  }
  .p-lp__products__block-head-tag {
    margin-right: 0.4rem;
    padding: 0 1.9rem;
    font-size: 1.2rem;
  }
  .p-lp__products__list {
    gap: 1.9rem 3.2%;
    margin-top: 0.6rem;
  }
  .p-lp__products__list.--col4 {
    gap: 1.9rem 1.73%;
  }
  .p-lp__products__list.--col4 .p-lp__products__list-item {
    width: 23.7%;
  }
  .p-lp__products__list-item {
    width: 48.4%;
  }
  .p-lp__products__button {
    width: 50.7rem;
    margin: 7.9rem auto 0;
    padding: 3.3rem 4rem;
    font-size: 2.4rem;
  }
  .p-lp__products__button-circle {
    right: 2.5rem;
    width: 5.8rem;
    height: 5.8rem;
  }
  .p-lp__products__button-arrow {
    width: 1rem;
  }
  .p-lp__step {
    margin-top: -6rem;
    padding: 10rem 0 9rem;
    border-radius: 6rem;
  }
  .p-lp__step__head {
    font-size: 6rem;
  }
  .p-lp__step__list {
    width: 89.5%;
    margin: 2.2rem auto 0;
    padding: 0;
  }
  .p-lp__step__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 3.9rem;
  }
  .p-lp__step__list-item.--item03 {
    padding-bottom: 4.8rem;
  }
  .p-lp__step__list-item.--item03::after {
    top: calc(50% + 8.2rem);
  }
  .p-lp__step__list-item.--item04 {
    padding-bottom: 6.3rem;
  }
  .p-lp__step__list-item.--item04::after {
    top: calc(50% + 8.2rem);
  }
  .p-lp__step__list-item::after {
    display: none;
    top: calc(50% + 9rem);
    right: auto;
    bottom: auto;
    left: 7.8rem;
    border-top-width: 1.8rem;
    border-right-width: 1.4rem;
    border-left-width: 1.4rem;
  }
  .p-lp__step__list-item-img {
    position: relative;
    width: 18rem;
  }
  .p-lp__step__list-item-img::after {
    content: "";
    position: absolute;
    top: calc(50% + 10.5rem);
    left: 7.8rem;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 1.8rem solid #76c28d;
    border-right: 1.4rem solid transparent;
    border-left: 1.4rem solid transparent;
  }
  .p-lp__step__list-item-txt-area {
    width: calc(100% - 18rem);
    padding-left: 9%;
  }
  .p-lp__step__list-item-head-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem 1rem;
    padding-top: 0;
    padding-left: 0;
  }
  .p-lp__step__list-item-head-area-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem 1rem;
  }
  .p-lp__step__list-item-number {
    width: 12.3rem;
    margin-bottom: 0;
    padding: 0.6rem 1rem;
    font-size: 1.8rem;
  }
  .p-lp__step__list-item-number .large {
    font-size: 2.4rem;
  }
  .p-lp__step__list-item-head {
    font-size: 3.1rem;
    line-height: 1.2;
  }
  .p-lp__step__list-item-txt {
    margin-top: 1.7rem;
    font-size: 1.7rem;
  }
  .p-lp__receipt {
    padding: 0;
    background-color: transparent;
  }
  .p-lp__receipt__inner {
    padding: 8rem 5.6% 6rem;
    background-color: #eff7f2;
  }
  .p-lp__receipt__head {
    margin-bottom: 4.6rem;
  }
  .p-lp__receipt__head-inner {
    padding: 0.9rem 0;
    font-size: 3.1rem;
  }
  .p-lp__receipt__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-lp__receipt__block + .p-lp__receipt__block {
    margin-top: 9.4rem;
  }
  .p-lp__receipt__block + .p-lp__receipt__block.--block04 {
    margin-top: 5.3rem;
  }
  .p-lp__receipt__block + .p-lp__receipt__block.--block05 {
    margin-top: 8.2rem;
  }
  .p-lp__receipt__img {
    width: 47.8%;
    padding-top: 0.5rem;
  }
  .p-lp__receipt__img.--img01 {
    width: 33.5%;
    margin: 0;
  }
  .p-lp__receipt__img.--img02 {
    margin-top: 0;
  }
  .p-lp__receipt__txt-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    padding-left: 4rem;
  }
  .p-lp__receipt__txt.--number {
    line-height: 1.75;
  }
  .p-lp__receipt__notes-list {
    margin-top: 1.4rem;
    line-height: 1.75;
    font-size: 1.2rem;
  }
  .p-lp__receipt__attention {
    margin-bottom: 3.6rem;
    padding-right: 3.7rem;
    font-size: 1.6rem;
  }
  .p-lp__receipt__attention img {
    width: 2.8rem;
    margin-top: 0;
  }
  .p-lp__receipt__list {
    margin-top: -0.6rem;
    gap: 3.4rem 4.66%;
  }
  .p-lp__receipt__list-item {
    width: 21.5%;
  }
  .p-lp__receipt__list-item-txt {
    margin-top: 0.6rem;
    font-size: 1.4rem;
  }
  .p-lp__terms {
    padding: 12rem 0 10rem;
  }
  .p-lp__terms__block {
    margin-bottom: 5.5rem;
  }
  .p-lp__terms__block-head {
    margin-bottom: 2.3rem;
  }
  .p-lp__terms__block-head-inner {
    padding: 1.3rem 1rem;
    font-size: 2.6rem;
  }
  .p-lp__terms__faq-list-head {
    font-size: 2.4rem;
  }
  .p-lp__terms__faq-list-description {
    margin-top: 0.4rem;
  }
  .p-lp__terms__faq-list-description + .p-lp__terms__faq-list-head {
    margin-top: 1.6rem;
  }
  .p-lp__terms__large-txt {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }
  .p-lp__terms__txt.--contact {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    line-height: 1.55;
  }
  .p-lp__entry {
    padding: 8.5rem 0 12rem;
  }
  .p-lp__entry__back-button {
    top: -4rem;
    right: 6.7%;
    width: 8rem;
    height: 8rem;
  }
  .p-lp__entry__back-button::after {
    top: 0.2rem;
    width: 2rem;
    height: 2rem;
  }
  .p-lp__entry__agree-label {
    padding-left: 3.4rem;
    font-size: 2.4rem;
  }
  .p-lp__entry__agree-label::before {
    top: 1.2rem;
    left: 0.3rem;
    width: 1.7rem;
    height: 1.7rem;
  }
  .p-lp__entry__agree-label::after {
    top: 1.6rem;
    left: 0.7rem;
    width: 0.9rem;
    height: 0.6rem;
  }
  .p-lp__entry__txt {
    margin-top: 1rem;
    font-size: 2.2rem;
  }
  .p-lp__entry__button {
    width: 50.7rem;
    margin: 2.8rem auto 0;
    padding: 3.3rem 4rem;
    font-size: 2.4rem;
  }
  .p-lp__entry__button-circle {
    right: 2.5rem;
    width: 5.8rem;
    height: 5.8rem;
  }
  .p-lp__entry__button-arrow {
    width: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
  .p-lp__products__block + .p-lp__products__block {
    margin-top: 1.8rem;
  }
  .p-lp__receipt__txt.--mt0 {
    margin-top: 0;
  }
}
@media (hover) {
  .p-lp__mv__button:hover {
    background-color: #fff16d;
  }
  .p-lp__overview__button {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .p-lp__overview__button:hover {
    opacity: 0.8;
  }
  .p-lp__products__button {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .p-lp__products__button:hover {
    opacity: 0.8;
  }
  .p-lp__terms__block a:hover {
    text-decoration: none;
  }
  .p-lp__entry__button {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .p-lp__entry__button:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1000px) {
  .p-lp__overview__border-block-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-lp__overview__border-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 48%;
    padding: 0.9rem 0;
    border-width: 2px;
    font-size: 1.8rem;
  }
  .p-lp__overview__plus-icon {
    width: 4.8rem;
    height: 4.8rem;
    top: 0;
    bottom: 0;
  }
  .p-lp__overview__button {
    margin-top: 0.3rem;
    padding: 0.9rem 3.5rem 0.9rem;
    font-size: 1.6rem;
  }
  .p-lp__overview__button-arrow {
    right: 1.5rem;
    width: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */