@charset "UTF-8";

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

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

html {
  scroll-behavior: smooth;
  font-family:
    "Noto Sans JP",
    "Yu Gothic Medium",
    "Yu Gothic",
    YuGothic,
    "Hiragino Kaku Gothic ProN",
    Meiryo,
    sans-serif;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  background: #eee9e0;
}

img {
  display: block;
  max-width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.header,
.footer {
  position: relative;
  z-index: 2;
}

.js-common-parts-loader[data-type="header"] {
  display: none;
}

.lp {
  position: relative;
  z-index: 1;
}

.lp__backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 18%, rgb(255 255 255 / 72%) 0 8%, transparent 30%),
    radial-gradient(circle at 82% 76%, rgb(244 220 184 / 45%) 0 7%, transparent 32%),
    linear-gradient(135deg, #e5ddd0 0%, #f7f4ee 48%, #d8cbbb 100%);
}

.lp-wrapper {
  width: min(100%, 375px);
  margin: 0 auto;
  overflow: hidden;
  background: #f7f7f5;
  box-shadow: 0 0 32px rgb(71 51 26 / 16%);
}

.lp-section {
  position: relative;
  margin: 0;
}

.lp-section > img {
  width: 100%;
  height: auto;
}

.lp-section--recommend {
  z-index: 2;
}

.lp-section__lead {
  position: absolute;
  top: calc(395 / 423 * 100%);
  left: calc(74 / 375 * 100%);
  z-index: 3;
  width: calc(227 / 375 * 100%) !important;
  pointer-events: none;
}

.lp-section__fragrance {
  position: absolute;
  top: calc(1815 / 2402 * 100%);
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.lp-section--reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.lp-section--reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.lp-cta {
  position: absolute;
  left: 8%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84%;
  height: 70px;
  color: #f2f2f2;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgb(139 117 30 / 96%) 0%, #66520b 30%, #372900 100%);
  border: 1px solid #f2e8da;
  border-radius: 10px;
  box-shadow: 0 6px 8px rgb(0 0 0 / 35%);
  transition:
    transform 180ms ease,
    filter 180ms ease,
    box-shadow 180ms ease;
  -webkit-tap-highlight-color: transparent;
}

.lp-cta::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #f2f2f2;
  transform: translateY(-50%);
}

.lp-cta span {
  font-family:
    "Yu Mincho",
    YuMincho,
    "Hiragino Mincho ProN",
    "Noto Serif JP",
    serif;
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0.03em;
}

.lp-section--kv .lp-cta {
  top: 847px;
}

.lp-cta:hover {
  color: #f2f2f2;
  filter: brightness(1.08);
  box-shadow: 0 8px 11px rgb(0 0 0 / 32%);
  transform: translateY(-2px);
}

.lp-cta:hover span {
  color: inherit;
}

.lp-cta:active {
  box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  transform: translateY(2px);
}

.lp-cta:focus-visible {
  outline: 3px solid #c74648;
  outline-offset: 4px;
}

.lp-product-link {
  position: absolute;
  z-index: 3;
  width: 40%;
  border-radius: 10px;
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
  -webkit-tap-highlight-color: transparent;
}

.lp-product-link--normal-soft,
.lp-product-link--subscription-soft {
  left: 8%;
}

.lp-product-link--normal-smooth,
.lp-product-link--subscription-smooth {
  left: 52%;
}

.lp-product-link--subscription-soft,
.lp-product-link--subscription-smooth {
  top: calc(464 / 726 * 100%);
  height: calc(49 / 726 * 100%);
}

.lp-product-link--normal-soft,
.lp-product-link--normal-smooth {
  top: calc(614 / 726 * 100%);
  height: calc(41 / 726 * 100%);
}

.lp-product-link:hover {
  background-color: rgb(255 255 255 / 10%);
  box-shadow: 0 8px 11px rgb(0 0 0 / 18%);
  transform: translateY(-2px);
}

.lp-product-link:active {
  background-color: rgb(0 0 0 / 5%);
  box-shadow: none;
  transform: translateY(1px);
}

.lp-product-link:focus-visible {
  outline: 3px solid #c74648;
  outline-offset: 3px;
}

.lp-section--product {
  scroll-margin-top: var(--lp-header-height, 41px);
}

@media screen and (max-width: 600px) {
  .lp-wrapper {
    width: 100%;
    box-shadow: none;
  }

  .lp-cta {
    height: calc(70 / 375 * 100vw);
  }

  .lp-cta span {
    font-size: calc(27 / 375 * 100vw);
  }

  .lp-section--kv .lp-cta {
    top: calc(847 / 375 * 100vw);
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .lp-cta,
  .lp-section--reveal {
    transition: none;
  }

  .lp-section--reveal {
    opacity: 1;
    transform: none;
  }
}
