@charset "utf-8";

.noto-sans-jp-r {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
}

.noto-sans-jp-m {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-optical-sizing: auto;
}

.l-lp {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  background-color: #f8f8f0;
}

.l-lp * {
  box-sizing: border-box;
}

.l-lp a {
  text-decoration: none;
  transition: color 0.4s ease, background-color 0.4s ease;
}

.l-lp a img {
  overflow: hidden;
  outline: none;
  transition: opacity 0.4s ease;
}

.l-lp a:link,
.l-lp a:visited,
.l-lp a:active,
.l-lp a:hover,
.l-lp a:focus {
  outline: none;
}

.l-lp img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  pointer-events: none;
  user-select: none;
  border-style: none;
  outline: none;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  touch-callout: none;
}

.l-lp .bg-left {
  display: none;
}

.l-lp__content {
  overflow-y: hidden;
  background-color: #fff;
}

.l-lp__lead {
  position: relative;
  padding: 11.1111vw 0;
  overflow: hidden;
}

.l-lp__lead::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 120vw;
  height: auto;
  aspect-ratio: 1.2/1;
  content: "";
  background-color: #f8f7ef;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%);
}

.l-lp__lead-text {
  position: relative;
  z-index: 1;
}

.l-lp__lead-text p {
  font-size: 3.5556vw;
  line-height: 1.63;
  text-align: center;
}

.l-lp__lead-text p+p {
  margin-top: 1.5em;
}

.l-lp__lead-img {
  position: relative;
  z-index: 1;
  width: 45.2444vw;
  margin: 9.4222vw auto 0;
}

.l-lp__lineup {
  padding: 10.6667vw 0;
  background-color: #f8f7ef;
}

.l-lp__lineup-inner {
  width: 94.6667vw;
  margin: 0 auto;
}

.l-lp__lineup-title {
  width: 21.6889vw;
  padding: 0;
  margin: 0 auto 7.5556vw;
}

.l-lp__lineup-box {
  padding: 7.5556vw 5.3333vw;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 3.5556vw;
}

.l-lp__lineup-box+.l-lp__lineup-box {
  margin-top: 5.3333vw;
}

.l-lp__lineup-main-text {
  margin-bottom: 6.2222vw;
  font-size: 3.0222vw;
  color: #666;
  text-align: center;
}

.l-lp__lineup-main-text--color01 span {
  background-color: #dad4ce;
}

.l-lp__lineup-main-text--color02 span {
  background-color: #e5ead3;
}

.l-lp__lineup-main-text span {
  display: inline-block;
  padding: 0.4444vw 5.3333vw;
}

.l-lp__lineup-main-text span+span {
  margin-top: 0.4444vw;
}

.l-lp__lineup-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-lp__lineup-item-text {
  width: 100%;
  margin-bottom: 4.0889vw;
  font-size: 2.4889vw;
  color: #666;
  text-align: center;
  white-space: nowrap;
}

.l-lp__lineup-item-img {
  width: 37.5111vw;
  margin-right: 4.2667vw;
}

.l-lp__lineup-item-right {
  position: relative;
  flex: 1;
}

.l-lp__lineup-item-name,
.l-lp__lineup-item-price {
  font-size: 2.8444vw;
  letter-spacing: 0.06em;
}

.l-lp__lineup-item-price--red {
  color: #f00;
}

.l-lp__lineup-item-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.l-lp__lineup-item-btn a {
  position: relative;
  display: block;
  padding: 1.7778vw 0;
  font-size: 3.3778vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #b56561;
  border-radius: 4.4444vw;
}

.l-lp__lineup-item-btn a::after {
  position: absolute;
  top: 50%;
  right: 4.0889vw;
  width: 1.0667vw;
  height: 2.1333vw;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background-color: #fff;
  transform: translateY(-50%);
}

.l-lp__lineup-item+.l-lp__lineup-item {
  margin-top: 5.3333vw;
}

.l-lp__brand {
  margin-top: 10.6667vw;
  overflow: hidden;
  background-color: #fff;
  border-radius: 3.5556vw;
}

.l-lp__brand-text {
  padding: 5.3333vw 0 6.9333vw;
}

.l-lp__brand-text p {
  font-size: 3.2vw;
  line-height: 1.6667;
  text-align: center;
  letter-spacing: 0.06em;
}

.l-lp__brand-text p+p {
  margin-top: 1.5em;
}

.l-lp__essential-oil {
  background-color: #f6f5d5;
}

.l-lp__essential-oil-content {
  padding: 6.2222vw 4.4444vw;
}

.l-lp__essential-oil-inner {
  padding: 11.5556vw 0 8.8889vw;
  border: 1px solid #222;
  border-radius: 3.5556vw;
}

.l-lp__essential-oil-title {
  width: 73.9556vw;
  margin: 0 auto 6.2222vw;
}

.l-lp__essential-oil-text p {
  font-size: 3.2vw;
  line-height: 1.8;
  text-align: center;
}

.l-lp__essential-oil-text p+p {
  margin-top: 1.5em;
}

.l-lp__essential-oil-note {
  display: block;
  margin-top: 1em;
  font-size: 2.4889vw;
  text-align: center;
}

@media (width >=768px) {
  .l-lp {
    display: flex;
  }

  .l-lp .bg-left {
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
    width: 26.5%;
    height: 100vh;
  }

  .l-lp .bg-left img {
    width: 200px;
    margin: 0 auto;
  }

  .l-lp .bg-right {
    order: 3;
    width: 26.5%;
  }

  .l-lp__content {
    order: 2;
    max-width: 562px;
    margin: 0 auto;
    box-shadow: 0 0 18px 4px rgb(0 0 0 / 8%);
  }

  .l-lp__lead {
    padding: 63px 0;
  }

  .l-lp__lead::before {
    width: 675px;
    aspect-ratio: 1.2/1;
  }

  .l-lp__lead-text p {
    font-size: 20px;
  }

  .l-lp__lead-img {
    width: 255px;
    margin: 53px auto 0;
  }

  .l-lp__lineup {
    padding: 60px 0;
  }

  .l-lp__lineup-inner {
    width: 533px;
  }

  .l-lp__lineup-title {
    width: 122px;
    margin: 0 auto 43px;
  }

  .l-lp__lineup-box {
    padding: 43px 30px;
    border-radius: 20px;
  }

  .l-lp__lineup-box+.l-lp__lineup-box {
    margin-top: 30px;
  }

  .l-lp__lineup-main-text {
    margin-bottom: 35px;
    font-size: 17px;
  }

  .l-lp__lineup-main-text span {
    padding: 3px 30px;
  }

  .l-lp__lineup-main-text span+span {
    margin-top: 3px;
  }

  .l-lp__lineup-item-text {
    margin-bottom: 23px;
    font-size: 14px;
  }

  .l-lp__lineup-item-img {
    width: 211px;
    margin-right: 24px;
  }

  .l-lp__lineup-item-name,
  .l-lp__lineup-item-price {
    font-size: 16px;
  }

  .l-lp__lineup-item-btn a {
    padding: 10px 0;
    font-size: 19px;
    border-radius: 25px;
  }

  .l-lp__lineup-item-btn a::after {
    right: 23px;
    width: 6px;
    height: 12px;
  }

  .l-lp__lineup-item+.l-lp__lineup-item {
    margin-top: 30px;
  }

  .l-lp__brand {
    margin-top: 60px;
    border-radius: 20px;
  }

  .l-lp__brand-text {
    padding: 30px 0 39px;
  }

  .l-lp__brand-text p {
    font-size: 18px;
  }

  .l-lp__essential-oil-content {
    padding: 35px 25px;
  }

  .l-lp__essential-oil-inner {
    padding: 65px 0 50px;
    border-radius: 20px;
  }

  .l-lp__essential-oil-title {
    width: 416px;
    margin: 0 auto 35px;
  }

  .l-lp__essential-oil-text p {
    font-size: 18px;
  }

  .l-lp__essential-oil-note {
    font-size: 14px;
  }
}