:root {
  --lp-brown:#57432e;
  --lp-cream:#f8f6ef;
  --lp-beige:#eee6d8;
  --lp-gray:#e4ded5;
  --lp-lavender:#d8c5ea;
  --lp-voice:#b9a89d;
}

.lotion-ex, .lotion-ex * {
  box-sizing: border-box;
}

.lotion-ex {
  width: 100%;
  color: var(--lp-brown);
  background: var(--lp-cream);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7;
  overflow: clip;
}

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

.lotion-ex a {
  color: inherit;
  text-decoration: none;
}

.lotion-ex__layout {
  width: 100%;
  margin: 0 auto;
}

.lotion-ex__main {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background: var(--lp-cream);
}

.lotion-ex__side {
  display: none;
}

.lotion-ex__fv {
  padding: 14px 15px 30px;
}

.lotion-ex__fv img {
  width: 100%;
}

.lp-section {
  padding: 45px 28px 35px;
  text-align: center;
}

.lotion-ex__product {
  padding: 6px 30px 42px;
  text-align: center;
  background: var(--lp-cream);
}

.lotion-ex__product h2 {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: 0.12em;
  font-weight: 600;
}

.lotion-ex__product h2 strong {
  font-size: 18px;
}

.lotion-ex__product-image {
  width: 86%;
  margin: 0 auto 16px;
}

.lotion-ex__product-copy p, .lotion-ex__product-copy h3 {
  margin: 0;
}

.lotion-ex__product-copy > p:first-child {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.17em;
}

.lotion-ex__product-copy h3 {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.14em;
}

.lotion-ex__product-copy > p:last-child {
  margin-top: 2px;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.lotion-ex__product-copy strong {
  font-size: 20px;
}

.lotion-ex__product-copy small {
  font-size: 8px;
}

.lotion-ex__buy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  margin-top: 18px;
  border-radius: 999px;
  color: #fff !important;
  background: var(--lp-brown);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  transition: 0.2s;
}

.lotion-ex__buy span {
  position: absolute;
  right: 24px;
  font-size: 24px;
  font-weight: 300;
}

.lotion-ex__buy:hover {
  color: var(--lp-brown) !important;
  background: #f7e360;
}

.lotion-ex__shops {
  margin: 13px 0 0;
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.lotion-ex__note {
  margin: 13px 0 0;
  text-align: left;
  font-size: 8px;
  line-height: 1.55;
  letter-spacing: 0.02em;
}

.lotion-ex__check {
  background: var(--lp-beige);
}

.lotion-ex__script-title {
  margin: 0 0 2px;
  color: #9a826f;
  font-family: "Sorts Mill Goudy", "EB Garamond", serif;
  font-size: 28px;
  font-style: italic;
  line-height: 1.2;
}

.lotion-ex__check h2, .lotion-ex__point h2, .lotion-ex__herbal h2, .lotion-ex__policy h2 {
  margin: 0 0 23px;
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: 0.14em;
  font-weight: 700;
}

.lotion-ex__wide-image {
  width: 100%;
  margin: 0 auto;
}

.lotion-ex__check ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(87, 67, 46, 0.2);
}

.lotion-ex__check li {
  display: flex;
  align-items: center;
  min-height: 58px;
  border-bottom: 1px solid rgba(87, 67, 46, 0.2);
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.lotion-ex__check li img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.lotion-ex__check li small {
  margin-left: 3px;
  font-size: 7px;
}

.lotion-ex__point {
  background: var(--lp-cream);
}

.lotion-ex__point--gray {
  background: var(--lp-gray);
}

.lotion-ex__point-number {
  width: 105px;
  height: auto;
  margin: 30px auto 13px;
}

.lotion-ex__point h2 {
  margin-bottom: 13px;
  font-size: 16px;
}

.lotion-ex__point h2 sup, .lotion-ex__herbal h2 sup, .lotion-ex__policy h2 sup {
  position: relative;
  top: -0.25em;
  font-size: 0.55em;
}

.lotion-ex__point > p:not(.lotion-ex__note) {
  margin: 0 0 26px;
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.lotion-ex__ingredient {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  text-align: left;
}

.lotion-ex__ingredient img {
  width: 36%;
}

.lotion-ex__ingredient p, .lotion-ex__ingredient-list p {
  margin: 0;
}

.lotion-ex__ingredient small, .lotion-ex__ingredient-list small {
  display: table;
  margin-bottom: 7px;
  padding: 2px 9px;
  border-radius: 999px;
  background: #fff;
  font-size: 8px;
  font-weight: 600;
}

.lotion-ex__ingredient strong, .lotion-ex__ingredient-list strong {
  display: block;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.lotion-ex__ingredient-list {
  display: grid;
  gap: 8px;
}

.lotion-ex__ingredient-list > div {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
}

.lotion-ex__ingredient-list img {
  width: 38%;
}

.lotion-ex__point--gray .lotion-ex__note {
  margin-top: 15px;
}

.lotion-ex__point#point03 .lotion-ex__wide-image {
  margin-top: 10px;
}

.lotion-ex__herbal {
  background: #e7d6ee;
}

.lotion-ex__title-image {
  width: 230px;
  margin: 0 auto 20px;
}

.lotion-ex__herbal h2, .lotion-ex__policy h2 {
  margin-bottom: 13px;
  font-size: 16px;
}

.lotion-ex__herbal > p:not(.lotion-ex__note), .lotion-ex__policy > p:not(.lotion-ex__note) {
  margin: 0 0 16px;
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.lotion-ex__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin: 16px -8px 25px;
}

.lotion-ex__tags span {
  padding: 5px 7px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 2px rgba(87, 67, 46, 0.16);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.lotion-ex__policy {
  background: var(--lp-beige);
}

.lotion-ex__policy .lotion-ex__tags {
  margin-bottom: 17px;
}

.lotion-ex__tags--policy span {
  color: #716759;
  font-size: 11px;
}

.lotion-ex__voice {
  padding-left: 24px;
  padding-right: 24px;
  color: #fff;
  background: var(--lp-voice);
}

.lotion-ex__eyebrow {
  margin: 0 0 7px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.lotion-ex__voice > h2, .lotion-ex__selection > h2 {
  margin: 0 0 18px;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.12em;
}

.lotion-ex__voice > p:not(.lotion-ex__eyebrow) {
  margin: 0 0 28px;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.lotion-ex__slider {
  position: relative;
  touch-action: pan-y;
}

.lotion-ex__slides {
  min-height: 330px;
}

.lotion-ex__voice-card {
  display: none;
  min-height: 330px;
  padding: 25px 26px;
  border-radius: 36px;
  color: var(--lp-brown);
  background: #fff;
  text-align: left;
}

.lotion-ex__voice-card.is-active {
  display: block;
}

.lotion-ex__slides.slick-initialized .lotion-ex__voice-card {
  display: block;
}

.lotion-ex__slides .slick-list {
  overflow: hidden;
  border-radius: 36px;
}

.lotion-ex__slides .slick-track {
  display: flex;
  align-items: stretch;
}

.lotion-ex__slides .slick-slide {
  float: none;
  height: auto;
}

.lotion-ex__voice-card h3 {
  margin: 0 0 14px;
  font-size: 13px;
  text-align: center;
}

.lotion-ex__voice-card > p {
  margin: 13px 0 0;
  font-size: 11px;
  line-height: 1.8;
}

.lotion-ex__staff {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lotion-ex__staff img {
  width: 58px;
  height: 58px;
}

.lotion-ex__staff p {
  margin: 0;
  font-size: 10px;
  line-height: 1.8;
}

.lotion-ex__staff strong {
  color: #9b826d;
}

.lotion-ex__slider-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #76695f;
  transform: translateY(-50%);
  cursor: pointer;
}

.lotion-ex__slider-button--prev {
  left: -16px;
}

.lotion-ex__slider-button--next {
  right: -16px;
}

.lotion-ex__selection {
  color: #fff;
  background: #d2bfe7;
}

.lotion-ex__selection > p:not(.lotion-ex__eyebrow) {
  margin: 0 0 27px;
  font-size: 10px;
  letter-spacing: 0.09em;
}

.lotion-ex__selection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.lotion-ex__selection-grid article {
  padding: 17px 9px 13px;
  border-radius: 32px;
  color: var(--lp-brown);
  background: #fff;
}

.lotion-ex__selection-grid h3 {
  min-height: 48px;
  margin: 0;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.lotion-ex__selection-grid img {
  width: 54px;
  height: 142px;
  margin: 3px auto 8px;
  object-fit: contain;
}

.lotion-ex__selection-grid p {
  display: grid;
  gap: 6px;
  margin: 0 0 8px;
}

.lotion-ex__selection-grid span {
  display: block;
  padding: 4px 5px;
  border-radius: 10px;
  background: #eadcf7;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.3;
}

.lotion-ex__selection-grid article:last-child span {
  background: #cfe5fa;
}

.lotion-ex__selection-grid small {
  white-space: nowrap;
  font-size: 8px;
}

.lotion-ex__selection-grid small strong {
  font-size: 12px;
}

.lotion-ex__product--last {
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .mainframe_ {
    max-width: none !important;
  }
  .clearWide {
    width: 100% !important;
    margin: 0 !important;
  }
  .lotion-ex {
    background: #faf8f1;
  }
  .lotion-ex__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px minmax(0, 1fr);
    gap: 0;
    padding: 0 0 30px;
    align-items: start;
  }
  .lotion-ex__main {
    position: relative;
    z-index: 1;
    grid-column: 2;
    box-shadow: -14px 0 20px -14px #cfbfe4, 14px 0 20px -14px #cfbfe4;
  }
  .lotion-ex__side {
    display: block;
    overflow: hidden;
  }
  .lotion-ex__side--left {
    grid-column: 1;
    grid-row: 1;
  }
  .lotion-ex__left-visual {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 58px 0 0 58px;
    overflow: hidden;
    background: transparent;
  }
  .lotion-ex__left-visual > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .lotion-ex__left-cta {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 14px 62px 30px;
    text-align: center;
  }
  .lotion-ex__left-cta p, .lotion-ex__left-cta h2 {
    margin: 0;
  }
  .lotion-ex__left-cta > p:first-child {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.16em;
  }
  .lotion-ex__left-cta h2 {
    font-size: 16px;
    letter-spacing: 0.13em;
  }
  .lotion-ex__left-cta .lotion-ex__price {
    margin: 3px 0 19px;
    font-size: 10px;
  }
  .lotion-ex__left-cta .lotion-ex__price strong {
    font-size: 26px;
    font-weight: 500;
  }
  .lotion-ex__left-cta .lotion-ex__price small {
    font-size: 7px;
  }
  .lotion-ex__left-cta a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 66px;
    border-radius: 999px;
    color: #fff;
    background: var(--lp-brown);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.12em;
  }
  .lotion-ex__left-cta a span {
    position: absolute;
    right: 28px;
    font-size: 22px;
  }
  .lotion-ex__side--right {
    grid-column: 3;
    grid-row: 1;
    border-radius: 0 58px 58px 0;
    background: #d8c5ea;
  }
  .lotion-ex__side--right nav {
    display: grid;
    gap: 18px;
    padding: min(21vh, 175px) 70px 0;
  }
  .lotion-ex__side--right nav a {
    position: relative;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.08em;
    transition: color 0.2s;
  }
  .lotion-ex__side--right nav a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    width: 16px;
    height: 16px;
    background: url("/cms/chantacharm/img/usr/pages/deepmoistlotionEX_26/pc_nav_checked.webp") center/contain no-repeat;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity 0.2s;
  }
  .lotion-ex__side--right nav a:hover, .lotion-ex__side--right nav a.is-current {
    color: #8e6ac1;
  }
  .lotion-ex__side--right nav a:hover::before, .lotion-ex__side--right nav a.is-current::before {
    opacity: 1;
  }
  .lotion-ex__side-bottom {
    position: absolute;
    right: 28px;
    bottom: 30px;
    left: 70px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
  }
  .lotion-ex__side-bottom p {
    margin: 0;
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
  .lotion-ex__side-bottom > div {
    display: flex;
    gap: 7px;
  }
  .lotion-ex__side-bottom a, .lotion-ex__side-bottom img {
    display: block;
    width: 50px;
    height: 50px;
  }
  .lotion-ex__fv {
    padding-top: 27px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .lotion-ex__layout {
    grid-template-columns: minmax(0, 1fr) 400px minmax(0, 1fr);
    padding-right: 0;
    padding-left: 0;
    gap: 0;
  }
  .lotion-ex__left-cta {
    padding-right: 20px;
    padding-left: 20px;
  }
  .lotion-ex__side--right nav {
    padding-right: 30px;
    padding-left: 30px;
  }
  .lotion-ex__side-bottom {
    right: 15px;
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .block-breadcrumb-wrap {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }
  .lotion-ex__main {
    max-width: none;
  }
}
/* The CMS brand stylesheet is loaded after this page stylesheet. */
.lotion-ex img {
  max-width: 100% !important;
  height: auto;
}

.lotion-ex__fv img, .lotion-ex__wide-image {
  width: 100% !important;
}

.lotion-ex__product-image {
  width: 86% !important;
}

.lotion-ex__point-number {
  width: 105px !important;
}

.lotion-ex__title-image {
  width: 230px !important;
}

.lotion-ex__ingredient img {
  width: 36% !important;
}

.lotion-ex__ingredient-list img {
  width: 38% !important;
}

.lotion-ex__staff img {
  width: 58px !important;
  height: 58px !important;
}

.lotion-ex__selection-grid img {
  width: 54px !important;
  height: 142px !important;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .lotion-ex__left-visual > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .lotion-ex__side-bottom img {
    width: 50px !important;
    height: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .moist-rich-cream.lotion-ex, .moist-rich-cream.lotion-ex .lotion-ex__layout, .moist-rich-cream.lotion-ex .lotion-ex__main {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .moist-rich-cream.lotion-ex .lotion-ex__fv {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* Figma typography and button states (nodes 1:2180, 1:2996, 1:2991). */
.lotion-ex__buy,
.lotion-ex__left-cta a {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 2.16px !important;
}

.lotion-ex__buy {
  height: 60px;
}

.lotion-ex__buy > span,
.lotion-ex__left-cta a > span {
  display: none;
}

.lotion-ex__buy::before,
.lotion-ex__left-cta a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
  transition: right 0.25s ease, width 0.25s ease;
}

.lotion-ex__buy::after,
.lotion-ex__left-cta a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.25s ease;
}

.lotion-ex__buy:hover::before,
.lotion-ex__left-cta a:hover::before {
  right: 20px;
  width: 40px;
}

.lotion-ex__buy:hover::after,
.lotion-ex__left-cta a:hover::after {
  right: 20px;
}

@media screen and (min-width: 768px) {
  .lotion-ex__side {
    position: fixed;
    top: 125px;
    bottom: 30px;
    height: auto;
    min-height: 0;
    z-index: 10;
  }
  .lotion-ex__side--left {
    left: 37px;
    width: calc((100vw - 490px) / 2);
    z-index: 0;
  }
  .lotion-ex__side--right {
    right: 37px;
    width: calc((100vw - 490px) / 2);
    z-index: 0;
  }
  .lotion-ex__left-cta {
    padding-right: 0;
    padding-left: 0;
  }
  .lotion-ex__left-cta > p:first-child {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.96px;
  }
  .lotion-ex__left-cta h2 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 2.52px;
  }
  .lotion-ex__left-cta .lotion-ex__price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    height: 42px;
    margin: 0 0 19px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0.8px;
    white-space: nowrap;
  }
  .lotion-ex__price-volume {
    font-family: "Jost", sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.8px;
  }
  .lotion-ex__left-cta .lotion-ex__price strong {
    font-family: "Jost", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 2.08px;
  }
  .lotion-ex__price-yen {
    font-size: 10px;
    letter-spacing: 0.8px;
  }
  .lotion-ex__left-cta .lotion-ex__price small {
    margin-left: 1px;
    font-size: 6px;
    letter-spacing: 0;
  }
  .lotion-ex__left-cta a {
    width: 340px;
    max-width: calc(100% - 40px);
    height: 66px;
    margin: 0 auto;
    color: #fff;
    background: #56442d;
  }
  .lotion-ex__left-cta a:hover,
  .lotion-ex__buy:hover {
    color: #56442d !important;
    background: #f8e267;
  }
  .lotion-ex__buy {
    height: 66px;
  }
}
@media screen and (min-width: 768px) and (max-height: 740px) {
  .lotion-ex__side {
    position: fixed;
    top: 127px;
    bottom: 30px;
    height: auto;
    min-height: 0;
    z-index: 10;
  }
  .lotion-ex__side--left {
    left: 141px;
    width: calc((100vw - 698px) / 2);
    z-index: 0;
  }
  .lotion-ex__side--right {
    right: 141px;
    width: calc((100vw + 103px) / 2);
    z-index: 0;
  }
  .lotion-ex__side--right nav {
    gap: 11px;
    max-width: 320px;
    margin-left: auto;
    padding-top: 40px;
  }
  .lotion-ex__side--right nav a {
    font-size: 12px;
  }
  .lotion-ex__side-bottom {
    right: 25px;
    left: 30px;
    max-width: 220px;
    margin-left: auto;
  }
  .lotion-ex__side-bottom p {
    margin: 0;
    font-size: 7px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
  .lotion-ex__side-bottom > div {
    display: flex;
    gap: 4px;
  }
  .lotion-ex__side-bottom a, .lotion-ex__side-bottom img {
    display: block;
    width: 30px;
    height: 30px;
  }
  .lotion-ex__side-bottom img {
    width: 30px !important;
    height: 30px !important;
  }
  .lotion-ex__left-cta {
    margin-bottom: -10px;
    padding-right: 0;
    padding-left: 0;
  }
  .lotion-ex__left-cta > p:first-child {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 9px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 1.96px;
  }
  .lotion-ex__left-cta h2 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 9px;
    letter-spacing: 2.52px;
  }
  .lotion-ex__left-cta .lotion-ex__price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    height: 32px;
    margin: 0 0 19px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 9px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.8px;
    white-space: nowrap;
  }
  .lotion-ex__price-volume {
    font-family: "Jost", sans-serif;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0.8px;
  }
  .lotion-ex__left-cta .lotion-ex__price strong {
    font-family: "Jost", sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 2.08px;
  }
  .lotion-ex__price-yen {
    font-size: 9px;
    letter-spacing: 0.8px;
  }
  .lotion-ex__left-cta .lotion-ex__price small {
    margin-left: 1px;
    font-size: 5px;
    letter-spacing: 0;
  }
  .lotion-ex__left-cta a {
    width: 340px;
    max-width: calc(100% - 40px);
    height: 66px;
    margin: 0 auto;
    color: #fff;
    background: #56442d;
    transform: scale(0.6);
    transform-origin: top;
  }
  .lotion-ex__left-cta a:hover,
  .lotion-ex__buy:hover {
    color: #56442d !important;
    background: #f8e267;
  }
  .lotion-ex__buy {
    height: 66px;
  }
}
/* Figma checklist details (node 1:2000). */
.lotion-ex__check {
  padding: 47px 32px 59px;
  background: #ede7db;
}

.lotion-ex__check-title {
  width: 167px !important;
  height: auto !important;
  margin: 0 auto 8px;
}

.lotion-ex__check > .lotion-ex__wide-image {
  border-radius: 5cqw;
}

.lotion-ex__check h2 {
  margin: 0 0 26px;
  color: #473528;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 3.4px;
}

.lotion-ex__check ul {
  margin-top: 27px;
  border-top: 1px solid #c3b8aa;
}

.lotion-ex__check li {
  min-height: 64px;
  border-bottom: 1px solid #c3b8aa;
  color: #56442d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 1.2px;
}

.lotion-ex__check li img {
  flex: 0 0 26px;
  width: 26px !important;
  height: 26px !important;
  margin-right: 10px;
}

.lotion-ex__check-text {
  display: inline;
  text-align: left;
  white-space: nowrap;
}

.lotion-ex__check li small {
  margin-left: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}

.lotion-ex__underline {
  padding-bottom: 1px;
  border-bottom: 1px solid #b4a498;
}

/* Scale the 750px Figma exports against the center content, not the viewport. */
.lotion-ex__main {
  container-type: inline-size;
}

#point01 .lotion-ex__point-number {
  width: 20cqw !important;
}

#point02 .lotion-ex__point-number {
  width: 22.6667cqw !important;
}

#point03 .lotion-ex__point-number {
  width: 21.6cqw !important;
}

/* First product typography from Figma node 1:2018 (750px source frame). */
.lotion-ex__product--first {
  padding-right: 8cqw;
  padding-left: 8cqw;
  background: #f7f6f0;
}

.lotion-ex__product--first > h2 {
  margin-bottom: 5.8667cqw;
  color: #56442d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4cqw;
  font-weight: 700;
  line-height: 7.2cqw;
  letter-spacing: 0.88cqw;
}

.lotion-ex__product--first > h2 strong {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 5.3333cqw;
  font-weight: 900;
  letter-spacing: 1.1733cqw;
  white-space: nowrap;
}

.lotion-ex__product--first .lotion-ex__product-image {
  margin-bottom: 5.0667cqw;
}

.lotion-ex__product--first .lotion-ex__product-copy > p:first-child {
  color: #56442d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4cqw;
  font-weight: 700;
  line-height: 6.4cqw;
  letter-spacing: 0.56cqw;
}

.lotion-ex__product--first .lotion-ex__product-copy h3 {
  color: #56442d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.8cqw;
  font-weight: 700;
  line-height: 6.4cqw;
  letter-spacing: 0.672cqw;
}

.lotion-ex__product--first .lotion-ex__product-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 1.8667cqw;
  color: #56442d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2cqw;
  font-weight: 500;
  line-height: 5.6cqw;
  letter-spacing: 0.256cqw;
  white-space: nowrap;
}

.lotion-ex__product--first .lotion-ex__product-price-volume {
  margin-right: 0.5em;
  font-family: "Jost", sans-serif;
  font-size: 3.2cqw;
  font-weight: 400;
  letter-spacing: 0.256cqw;
}

.lotion-ex__product--first .lotion-ex__product-price strong {
  font-family: "Jost", sans-serif;
  font-size: 5.3333cqw;
  font-weight: 500;
  line-height: 5.6cqw;
  letter-spacing: 0.4267cqw;
}

.lotion-ex__product--first .lotion-ex__product-price small {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6667cqw;
  font-weight: 500;
  letter-spacing: 0;
}

.lotion-ex__product--first .lotion-ex__buy {
  height: 16cqw;
  margin-top: 4.5333cqw;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 4.5333cqw !important;
  font-weight: 700 !important;
  letter-spacing: 0.3627cqw !important;
}

.lotion-ex__product--first .lotion-ex__shops {
  margin-top: 5.0667cqw;
  color: #56442d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2cqw;
  font-weight: 500;
  line-height: 5.3333cqw;
  letter-spacing: 0.256cqw;
}

.lotion-ex__product--first .lotion-ex__note {
  margin-top: 3.6cqw;
  color: #56442d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6667cqw;
  font-weight: 400;
  line-height: 3.7333cqw;
  letter-spacing: 0.2133cqw;
}

/* Point typography from Figma nodes 1:1949, 1:1921 and 1:1866. */
.lotion-ex__point {
  color: #56442d;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.lotion-ex__point .lotion-ex__point-number {
  margin-bottom: 4.8cqw;
}

.lotion-ex__point h2 {
  margin-top: 0;
  color: #56442d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 7.2cqw;
  white-space: nowrap;
}

.lotion-ex__point h2 sup {
  position: static;
  top: auto;
  font-size: 1em;
  vertical-align: baseline;
}

.lotion-ex__point > p:not(.lotion-ex__note) {
  color: #56442d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.4667cqw;
  font-weight: 500;
  line-height: 5.6cqw;
  letter-spacing: 0.5547cqw;
}

#point01 {
  padding: 7.7333cqw 9.4667cqw 7.3333cqw;
  background: #f7f6f0;
}

#point01 h2 {
  margin-bottom: 4.4cqw;
  font-size: 4.5333cqw;
  letter-spacing: 0.7253cqw;
}

#point01 h2 sup {
  position: relative;
  top: -0.45em;
  margin-right: 0.2em;
  font-size: 0.6em;
  line-height: 0;
  letter-spacing: 0;
  vertical-align: baseline;
}

#point01 .lotion-ex__jost-number {
  font-family: "Jost", sans-serif;
  font-size: 5.8667cqw;
  font-weight: 600;
  letter-spacing: 0.9387cqw;
}

#point01 > p:not(.lotion-ex__note) {
  margin-bottom: 5.6cqw;
}

#point01 .lotion-ex__ingredient small {
  margin-bottom: 0.4cqw;
  padding: 0;
  border-radius: 0;
  color: #56442d;
  background: transparent;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2cqw;
  font-weight: 700;
  line-height: 4.5333cqw;
  letter-spacing: 0.512cqw;
}

#point01 .lotion-ex__ingredient strong {
  color: #56442d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2cqw;
  font-weight: 700;
  line-height: 5.6cqw;
  letter-spacing: 0.512cqw;
  white-space: nowrap;
}

.lotion-ex__point .lotion-ex__note {
  color: #502e1a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6667cqw;
  font-weight: 400;
  line-height: 3.7333cqw;
  letter-spacing: 0.0533cqw;
}

#point01 .lotion-ex__note {
  margin-top: 2.6667cqw;
}

#point02 {
  padding: 7.0667cqw 7.4667cqw 7.0667cqw;
  background: #e3ded5;
}

#point02 h2 {
  margin-bottom: 3.2cqw;
  font-size: 4.2667cqw;
  letter-spacing: 0.6827cqw;
}

#point02 > p:not(.lotion-ex__note) {
  margin-bottom: 5.6cqw;
}

#point02 .lotion-ex__ingredient-list {
  gap: 2.5333cqw;
}

#point02 .lotion-ex__ingredient-list small {
  margin-bottom: 1.7333cqw;
  padding: 0.9333cqw 2.5333cqw;
  border-radius: 2.6667cqw;
  color: #56442d;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2cqw;
  font-weight: 700;
  line-height: 4.5333cqw;
  letter-spacing: 0.512cqw;
}

#point02 .lotion-ex__ingredient-list strong {
  color: #56442d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2cqw;
  font-weight: 900;
  line-height: 5.6cqw;
  letter-spacing: 0.512cqw;
  white-space: nowrap;
}

#point02 .lotion-ex__ingredient-list > div:first-child strong {
  font-size: 4.4cqw;
  letter-spacing: 0.704cqw;
}

#point02 .lotion-ex__ingredient-list strong span {
  font-size: 2.6667cqw;
  letter-spacing: 0.4267cqw;
}

#point02 .lotion-ex__note {
  margin-top: 3.3333cqw;
}

#point03 {
  padding: 7.0667cqw 7.3333cqw 7.0667cqw;
  background: #f7f6f0;
}

#point03 h2 {
  margin-bottom: 3.2cqw;
  font-size: 4.2667cqw;
  letter-spacing: 0.6827cqw;
}

#point03 > p:not(.lotion-ex__note) {
  margin-bottom: 5.6cqw;
  text-align: center;
}

#point03 .lotion-ex__note {
  margin-top: 3.6cqw;
  letter-spacing: 0.1067cqw;
}

/* Section typography from Figma nodes 1:1838, 1:1816, 1:1803 and 8:257. */
#herbal-quality,
#brand-policy,
#staff-voice,
#lotion-selection {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

#herbal-quality h2 {
  margin-bottom: 4cqw;
  color: #56442d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.8cqw;
  font-weight: 700;
  line-height: 7.2cqw;
  letter-spacing: 0.768cqw;
}

#herbal-quality h2 sup,
#herbal-quality > p:not(.lotion-ex__note) sup {
  position: relative;
  top: -0.45em;
  font-size: 0.6em;
  line-height: 0;
  letter-spacing: 0;
  vertical-align: baseline;
}

#herbal-quality > p:not(.lotion-ex__note) sup {
  top: -0.4em;
  font-size: 0.7em;
}

#herbal-quality h2 sup {
  margin-right: 0.2em;
}

#herbal-quality h2 .lotion-ex__jost-number {
  font-family: "Jost", sans-serif;
  font-size: 5.3333cqw;
  font-weight: 600;
  letter-spacing: 0.8533cqw;
}

#herbal-quality > p:not(.lotion-ex__note) {
  margin-bottom: 4cqw;
  color: #56442d;
  font-size: 3.4667cqw;
  font-weight: 500;
  line-height: 5.6cqw;
  letter-spacing: 0.5547cqw;
}

#herbal-quality .lotion-ex__tags {
  justify-content: flex-start;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 5.3333cqw;
  margin-left: 0;
}

#herbal-quality .lotion-ex__tags span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.4667cqw;
  font-weight: 500;
  line-height: 3.8667cqw;
  letter-spacing: 0.416cqw;
}

#herbal-quality .lotion-ex__note {
  color: #502e1a;
  font-size: 2.6667cqw;
  font-weight: 400;
  line-height: 3.7333cqw;
  letter-spacing: 0.1067cqw;
}

#brand-policy h2 {
  margin-bottom: 4cqw;
  color: #56442d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.8cqw;
  font-weight: 700;
  line-height: 7.4667cqw;
  letter-spacing: 0.768cqw;
}

#brand-policy .lotion-ex__policy-percent {
  font-family: "Jost", sans-serif;
  font-size: 4.8cqw;
  font-weight: 600;
  letter-spacing: 0.768cqw;
}

#brand-policy .lotion-ex__policy-percent > span {
  font-size: 5.8667cqw;
  letter-spacing: 0.9387cqw;
}

#brand-policy > p:not(.lotion-ex__note) {
  margin-bottom: 4cqw;
  color: #56442d;
  font-size: 3.4667cqw;
  font-weight: 500;
  line-height: 6cqw;
  letter-spacing: 0.208cqw;
}

#brand-policy > p:not(.lotion-ex__note) sup {
  position: relative;
  top: -0.55em;
  font-size: 0.5em;
  line-height: 0;
  vertical-align: baseline;
}

#brand-policy .lotion-ex__tags {
  margin-top: 0;
  margin-bottom: 3.4667cqw;
}

#brand-policy .lotion-ex__tags span {
  color: #56442d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4cqw;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48cqw;
}

#brand-policy .lotion-ex__tags span::first-letter {
  color: #adcbb5;
  font-weight: 700;
}

#brand-policy .lotion-ex__note {
  color: #56442d;
  font-size: 2.6667cqw;
  font-weight: 400;
  line-height: 4.2667cqw;
  letter-spacing: 0.16cqw;
}

#staff-voice .lotion-ex__eyebrow,
#lotion-selection .lotion-ex__eyebrow {
  margin-bottom: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2cqw;
  font-weight: 500;
  line-height: 6.9333cqw;
  letter-spacing: 0.312cqw;
}

#staff-voice > h2,
#lotion-selection > h2 {
  margin-bottom: 2.4cqw;
  font-family: "Jost", sans-serif;
  font-size: 6.6667cqw;
  font-weight: 600;
  line-height: 6.9333cqw;
  letter-spacing: 0.8cqw;
}

#staff-voice > p:not(.lotion-ex__eyebrow),
#lotion-selection > p:not(.lotion-ex__eyebrow) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.4667cqw;
  font-weight: 500;
  line-height: 5.6cqw;
  letter-spacing: 0.5547cqw;
}

#staff-voice > p:not(.lotion-ex__eyebrow) {
  letter-spacing: 0.4cqw;
}

#staff-voice .lotion-ex__voice-card {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

#staff-voice .lotion-ex__voice-card h3 {
  color: #473528;
  font-size: 3.7333cqw;
  font-weight: 700;
  line-height: 5.8667cqw;
  letter-spacing: 0.448cqw;
}

#staff-voice .lotion-ex__staff p {
  color: #927d6c;
  font-size: 3.3333cqw;
  font-weight: 700;
  line-height: 4.8cqw;
  letter-spacing: 0.4cqw;
}

#staff-voice .lotion-ex__staff strong {
  display: inline-block;
  padding-bottom: 0.4cqw;
  border-bottom: 0.2cqw solid #927d6c;
  font-size: 3.3333cqw;
  font-weight: 700;
  letter-spacing: 0.5333cqw;
}

#staff-voice .lotion-ex__staff .lotion-ex__jost-number {
  font-family: "Jost", sans-serif;
  font-weight: 600;
}

#staff-voice .lotion-ex__voice-card > p {
  color: #473528;
  font-size: 3.2cqw;
  font-weight: 500;
  line-height: 5.0667cqw;
  letter-spacing: 0.512cqw;
}

#staff-voice .lotion-ex__voice-copy {
  margin-top: 3.2cqw;
  color: #473528;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2cqw;
  font-weight: 500;
  line-height: 5.0667cqw;
  letter-spacing: 0.512cqw;
}

#staff-voice .lotion-ex__voice-copy p {
  margin: 0;
}

#staff-voice .lotion-ex__voice-highlight {
  color: #8465d8;
  font: inherit;
}

#lotion-selection .lotion-ex__selection-grid h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.4667cqw;
  font-weight: 900;
  line-height: 4.8cqw;
  letter-spacing: 0.5547cqw;
}

#lotion-selection .lotion-ex__selection-grid p span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2cqw;
  font-weight: 500;
  line-height: 3.8667cqw;
  letter-spacing: 0.384cqw;
}

#lotion-selection .lotion-ex__selection-grid p .lotion-ex__selection-feature {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.1333cqw;
  padding-left: 4cqw;
  text-align: left;
}

#lotion-selection .lotion-ex__selection-feature i {
  display: flex;
  flex: 0 0 4.2667cqw;
  align-items: center;
  justify-content: center;
  width: 4.2667cqw;
  height: 4.2667cqw;
  border-radius: 1.0667cqw;
  color: #927d6c;
  background: #fff;
  font-size: 2.4cqw;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
}

#lotion-selection .lotion-ex__selection-grid article:last-child .lotion-ex__selection-feature i {
  color: #6f8caf;
}

#lotion-selection .lotion-ex__selection-feature b {
  font: inherit;
  text-align: left;
}

#lotion-selection .lotion-ex__selection-grid p span + span {
  font-size: 3.3333cqw;
  line-height: 4.2667cqw;
  letter-spacing: 0.4cqw;
}

#lotion-selection .lotion-ex__selection-grid small {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6667cqw;
  font-weight: 500;
  line-height: 5.6cqw;
  letter-spacing: 0.2133cqw;
}

#lotion-selection .lotion-ex__selection-volume {
  font-family: "Jost", sans-serif;
  font-size: 2.6667cqw;
  font-weight: 400;
  letter-spacing: 0;
}

#lotion-selection .lotion-ex__selection-grid small strong {
  font-family: "Jost", sans-serif;
  font-size: 3.8667cqw;
  font-weight: 500;
  letter-spacing: 0.3093cqw;
}

#lotion-selection .lotion-ex__selection-yen {
  font-size: 2.9333cqw;
  letter-spacing: 0.2347cqw;
}

#lotion-selection .lotion-ex__selection-tax {
  font-size: 2.6667cqw;
  letter-spacing: 0;
}

#lotion-selection .lotion-ex__selection-grid small span {
  display: inline;
  padding: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
}

/* The closing product repeats the first product's typography. */
.lotion-ex__product--last {
  padding-top: 6.6667cqw;
  padding-right: 8cqw;
  padding-left: 8cqw;
  background: #f7f6f0;
}

.lotion-ex__product--last > h2 {
  margin-bottom: 5.8667cqw;
  color: #56442d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4cqw;
  font-weight: 700;
  line-height: 7.2cqw;
  letter-spacing: 0.88cqw;
  text-align: center;
}

.lotion-ex__product--last > h2 strong {
  display: block;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.2667cqw;
  font-weight: 900;
  letter-spacing: 0.6827cqw;
  text-align: center;
  white-space: nowrap;
}

.lotion-ex__product--last > h2 strong sup {
  position: relative;
  top: -0.45em;
  margin-right: 0.2em;
  font-size: 0.6em;
  line-height: 0;
  letter-spacing: 0;
  vertical-align: baseline;
}

.lotion-ex__product--last .lotion-ex__product-image {
  margin-bottom: 5.0667cqw;
}

.lotion-ex__product--last .lotion-ex__product-copy > p:first-child {
  color: #56442d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4cqw;
  font-weight: 700;
  line-height: 6.4cqw;
  letter-spacing: 0.56cqw;
}

.lotion-ex__product--last .lotion-ex__product-copy h3 {
  color: #56442d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.8cqw;
  font-weight: 700;
  line-height: 6.4cqw;
  letter-spacing: 0.672cqw;
}

.lotion-ex__product--last .lotion-ex__product-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 1.8667cqw;
  color: #56442d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2cqw;
  font-weight: 500;
  line-height: 5.6cqw;
  letter-spacing: 0.256cqw;
  white-space: nowrap;
}

.lotion-ex__product--last .lotion-ex__product-price-volume {
  margin-right: 0.5em;
  font-family: "Jost", sans-serif;
  font-size: 3.2cqw;
  font-weight: 400;
  letter-spacing: 0.256cqw;
}

.lotion-ex__product--last .lotion-ex__product-price strong {
  font-family: "Jost", sans-serif;
  font-size: 5.3333cqw;
  font-weight: 500;
  line-height: 5.6cqw;
  letter-spacing: 0.4267cqw;
}

.lotion-ex__product--last .lotion-ex__product-price small {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6667cqw;
  font-weight: 500;
  letter-spacing: 0;
}

.lotion-ex__product--last .lotion-ex__buy {
  height: 16cqw;
  margin-top: 4.5333cqw;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 4.5333cqw !important;
  font-weight: 700 !important;
  letter-spacing: 0.3627cqw !important;
}

.lotion-ex__product--last .lotion-ex__shops {
  margin-top: 5.0667cqw;
  color: #56442d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2cqw;
  font-weight: 500;
  line-height: 5.3333cqw;
  letter-spacing: 0.256cqw;
}

.lotion-ex__product--last .lotion-ex__note {
  margin-top: 3.6cqw;
  color: #56442d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6667cqw;
  font-weight: 400;
  line-height: 3.7333cqw;
  letter-spacing: 0.2133cqw;
}

div.mainframe_,
body.loaded .wrapper_ {
  opacity: 1;
  background-color: #faf8f1;
}

.block-breadcrumb-wrap.forcms_block {
  margin-bottom: 0;
  z-index: 1;
}

.forcms_block {
  position: relative;
}/*# sourceMappingURL=style.css.map */