*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
p,
figure,
img {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

input[type=submit],
button {
  cursor: pointer;
}
input[type=submit]:hover,
button:hover {
  opacity: 0.6;
}

input:hover, input:focus,
textarea:hover,
textarea:focus {
  outline: none;
}

textarea {
  display: block;
  resize: none;
}

button,
input,
select,
textarea {
  font-size: 100%;
  font-family: inherit;
}

.l-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  background: url("../images/bg_desktop.webp") top left;
  background-size: 100%;
  background-attachment: fixed;
  overflow: hidden;
}

.l-container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 480px;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  width: 480px;
  height: 100vh;
  overflow-y: auto;
  border-left: 1px solid #009a53;
  border-right: 1px solid #009a53;
}
@media (max-width: 959px) {
  .l-container {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    border: none;
  }
}

.l-main {
  position: relative;
  width: 100%;
  margin: auto;
}
.l-main img {
  width: 100%;
  height: auto;
}

.l-header {
  width: 100%;
  background: #fcffe6;
  margin: auto;
}
.l-header__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
}
.l-header__logo {
  width: 146px;
}
.l-header__btn {
  width: 180px;
}
.l-header__nav-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.4rem;
  padding: 0 2rem;
}
.l-header__nav-item {
  width: 44vw;
  height: auto;
  cursor: pointer;
}

.l-footer {
  position: relative;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}
.l-footer__logo {
  width: 320px;
}

.kv1 {
  position: relative;
  background: url("../images/bg_kv1.webp") repeat-y;
  background-size: cover;
  padding-bottom: 8rem;
  padding-top: 1.5rem;
}
.kv1 img {
  width: 100%;
  height: auto;
}
.kv1__title {
  position: relative;
  top: -20px;
  margin-bottom: 1.5rem;
}
.kv1__products {
  margin-bottom: 1.5rem;
}

.kv1-present {
  position: relative;
  background: url("../images/bg_kv1-present.webp") repeat-y;
  background-size: 100%;
  padding-bottom: 8rem;
  top: -50px;
}
.kv1-present__present {
  margin-bottom: 1.5rem;
}

.kv2 {
  position: relative;
  background: url("../images/bg_kv2.webp") repeat-y;
  background-size: cover;
  padding-bottom: 8rem;
  padding-top: 1.5rem;
}
.kv2 img {
  width: 100%;
  height: auto;
}
.kv2__title {
  position: relative;
  top: -20px;
  margin-bottom: 1.5rem;
}
.kv2__products {
  margin-bottom: 1.5rem;
}

.kv2-present {
  position: relative;
  background: url("../images/bg_kv2-present.webp") repeat-y;
  background-size: cover;
  padding-bottom: 10rem;
  top: -50px;
}
.kv2-present__present {
  margin-bottom: 1.5rem;
}

.campaign {
  position: relative;
  background: url("../images/bg_campain.webp") repeat-y;
  background-size: cover;
  padding-bottom: 8rem;
  margin-top: -50px;
}
.campaign__title {
  position: relative;
  top: -20px;
  margin-bottom: 1.5rem;
}
.campaign__desc {
  margin-bottom: 3rem;
}
.campaign__present {
  margin-bottom: 3rem;
}
.campaign__present-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.campaign__guideline-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

.about {
  position: relative;
  background: url("../images/bg_about.webp") repeat-y;
  background-size: cover;
  padding-bottom: 12rem;
}
.about__title {
  position: relative;
  top: -20px;
  margin-bottom: 1.5rem;
}
.about__desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

.product1 {
  position: relative;
  background: url("../images/bg_product1.webp") repeat-y;
  background-size: 100%;
  margin-top: -50px;
  padding-bottom: 6rem;
}
.product1__title {
  position: relative;
  top: -18px;
  margin-bottom: 1.5rem;
}
.product1__ingredient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  margin-bottom: 3rem;
}
.product1__feature-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.comparison {
  position: relative;
  background: url("../images/bg_comparison.webp") repeat-y top;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 12rem;
}
.comparison__title {
  margin-bottom: 4rem;
}
.comparison__desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

.product2 {
  position: relative;
  background: url("../images/bg_product2.webp") repeat-y;
  background-size: 100%;
  padding-bottom: 12rem;
  margin-top: -50px;
}
.product2__title {
  position: relative;
  top: -16px;
  margin-bottom: 1.5rem;
}
.product2__about {
  position: relative;
  top: -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3rem;
}
.product2__comparison {
  margin-bottom: 3rem;
}
.product2__feature-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.history {
  position: relative;
  background: url("../images/bg_history.webp") repeat-y top;
  background-size: cover;
  padding-bottom: 6rem;
  margin-top: -60px;
}
.history__title {
  margin-bottom: 1.5rem;
  top: -20px;
}

.voice {
  position: relative;
  background: url("../images/bg_voice.webp") repeat-y top;
  background-size: cover;
  padding-bottom: 10rem;
}
.voice__title {
  position: relative;
  top: -18px;
  margin-bottom: 4rem;
}
.voice__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  margin-bottom: 5rem;
}

.howto {
  position: relative;
  background: url("../images/bg_howto.webp") repeat-y top;
  background-size: 100%;
  padding-bottom: 12rem;
  margin-top: -30px;
}
.howto__title {
  position: relative;
  top: -16px;
  margin-bottom: 1.5rem;
}
.howto__step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.trial {
  position: relative;
  background: url("../images/bg_trial.webp") repeat-y top;
  background-size: cover;
  padding-bottom: 6rem;
  margin-top: -50px;
}
.trial__title {
  position: relative;
  top: -30px;
}

.guideline {
  position: relative;
  background: url("../images/bg_guideline.webp") repeat-y top;
  background-size: cover;
  padding-bottom: 6rem;
  padding-top: 4rem;
}
.guideline__title {
  margin-bottom: 3rem;
}
.guideline__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}

.cv-btn {
  width: 400px !important;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (max-width: 959px) {
  .cv-btn {
    width: 80vw !important;
  }
}
.cv-btn:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.side-logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 959px) {
  .side-logo {
    display: none;
  }
}
.side-logo img {
  width: 20vw;
  height: auto;
}

.side-cv {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 959px) {
  .side-cv {
    display: none;
  }
}
.side-cv img {
  width: 20vw;
  height: auto;
}
.side-cv .cv-btn-side {
  width: 24vw !important;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.side-cv .cv-btn-side:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.side-cv .caution {
  width: 16vw;
}/*# sourceMappingURL=style.css.map */