@charset "UTF-8";
:root {
  --main-color: #fff;
  --main-rgb: 255, 255, 255;
  --base-color: #5eb0e4;
  --opacity: 0.7;
  --basis-width: 768;
  --txt-color: #4d4d4d;
  --sub-txt-color: #808080;
  --accent-color: #ff5fbe;
}

body:has(dialog[open]) {
  overflow: hidden;
  height: 100vh;
}

.wrapper {
  background-color: transparent;
  overflow: visible;
}

#header {
  background-color: #fff;
  z-index: 9;
}

.pane-globalnav {
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .pane-globalnav {
    display: none;
  }
}

.pane-footer {
  background: #fff;
  margin-top: 0;
}

.block-footer-2nd {
  background-color: #fff;
}

.block-page-top {
  transition: 0.8s;
}

h1,
.h1 {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: normal;
}

.hiddenTime {
  display: none;
}

.invisibleTime {
  display: none !important;
}

.pane-contents,
.block-page-block--frame {
  margin-bottom: 0;
  padding-bottom: 0;
}

.img_overlay {
  position: relative;
  max-width: 100%;
  text-align: center;
}

.bk_wrap {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: initial;
  height: 100vh;
  background-color: #edf2f5;
  z-index: -1;
}

.loop {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100vh;
  aspect-ratio: 1860/667;
  overflow: hidden;
  background-image: url("../img/lp_cleansing/bg.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  animation: loop linear 24s 0s infinite normal;
}
@keyframes loop {
  0% {
    left: 0;
  }
  100% {
    left: -139.5vh;
  }
}

#cleansing {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  background-color: rgba(244, 249, 249, 0.8);
  color: var(--txt-color);
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  text-align: center;
  overflow-wrap: anywhere;
  line-break: strict;
  /* *** Revicoのサイズ位置調整 *** */
}
#cleansing a {
  color: inherit;
  transition: 0.5s;
  display: block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#cleansing a:hover {
  opacity: var(--opacity);
  text-decoration-thickness: max(1px, 0.03em);
  text-underline-offset: 0.1em;
}
#cleansing a:focus {
  text-decoration: none;
  text-decoration-thickness: max(1px, 0.03em);
  text-underline-offset: 0.1em;
}
#cleansing a:link, #cleansing a:active, #cleansing a:hover, #cleansing a:focus {
  outline: none !important;
  -moz-outline-style: none;
  text-decoration-thickness: max(1px, 0.03em);
  text-underline-offset: 0.1em;
}
#cleansing .noneUL:target, #cleansing .noneUL:visited, #cleansing .noneUL:active, #cleansing .noneUL:focus, #cleansing .noneUL:focus-visible, #cleansing .noneUL:focus-within, #cleansing .noneUL:hover {
  text-decoration: none;
}
#cleansing img {
  display: block;
  margin-inline: auto;
  height: auto;
}
#cleansing button {
  padding: 0;
  border: none;
  color: inherit;
  font: inherit;
  background: none;
  transition: all 0.5s;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#cleansing button:hover {
  opacity: var(--opacity);
}
#cleansing picture {
  display: block;
  margin-inline: auto;
}
#cleansing b, #cleansing strong {
  font-weight: 600;
  font-weight: bold;
}
#cleansing .ul {
  text-decoration: underline;
}
#cleansing .alL {
  text-align: left;
}
#cleansing .alR {
  text-align: right;
}
#cleansing .alC {
  text-align: center;
}
#cleansing .alJ {
  text-align: justify;
}
#cleansing .d-pc {
  display: unset;
}
@media screen and (max-width: 768px) {
  #cleansing .d-pc {
    display: none !important;
  }
}
#cleansing .d-sb {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #cleansing .d-sb {
    display: unset !important;
  }
}
#cleansing .mt_xs {
  margin-top: min(48px, calc((48 / var(--basis-width)) * 100vw));
}
#cleansing .mb_xs {
  margin-bottom: min(48px, calc((48 / var(--basis-width)) * 100vw));
}
#cleansing .mt_s {
  margin-top: min(78px, calc((78 / var(--basis-width)) * 100vw));
}
#cleansing .mb_s {
  margin-bottom: min(78px, calc((78 / var(--basis-width)) * 100vw));
}
#cleansing .mt_m {
  margin-top: min(117px, calc((117 / var(--basis-width)) * 100vw));
}
#cleansing .mb_m {
  margin-bottom: min(117px, calc((117 / var(--basis-width)) * 100vw));
}
#cleansing .mt_l {
  margin-top: min(197px, calc((197 / var(--basis-width)) * 100vw));
}
#cleansing .mb_l {
  margin-bottom: min(197px, calc((197 / var(--basis-width)) * 100vw));
}
#cleansing .pt_xs {
  padding-top: min(48px, calc((48 / var(--basis-width)) * 100vw));
}
#cleansing .pb_xs {
  padding-bottom: min(48px, calc((48 / var(--basis-width)) * 100vw));
}
#cleansing .pt_s {
  padding-top: min(78px, calc((78 / var(--basis-width)) * 100vw));
}
#cleansing .pb_s {
  padding-bottom: min(78px, calc((78 / var(--basis-width)) * 100vw));
}
#cleansing .pt_m {
  padding-top: min(117px, calc((117 / var(--basis-width)) * 100vw));
}
#cleansing .pb_m {
  padding-bottom: min(117px, calc((117 / var(--basis-width)) * 100vw));
}
#cleansing .pt_l {
  padding-top: min(197px, calc((197 / var(--basis-width)) * 100vw));
}
#cleansing .pb_l {
  padding-bottom: min(197px, calc((197 / var(--basis-width)) * 100vw));
}
#cleansing .notice {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: min(668px, 668 / var(--basis-width) * 100vw);
  color: var(--sub-txt-color);
  font-size: clamp(12px, 22 / var(--basis-width) * 100vw, 22px);
  line-height: calc(33 / 24);
  text-align: left;
}
#cleansing .notice li {
  display: inline;
  text-indent: 0;
  padding: 0 0.5em 0 0;
  margin: 0;
  overflow-wrap: anywhere;
  line-break: strict;
  word-break: break-word;
}
#cleansing span.note_1em,
#cleansing p.note_1em,
#cleansing .note_1em dd,
#cleansing .note_1em li {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0.3em auto;
  font-size: clamp(12px, 22 / var(--basis-width) * 100vw, 22px);
  text-align: justify;
}
#cleansing span.note_2em,
#cleansing p.note_2em,
#cleansing .note_2em dd,
#cleansing .note_2em li {
  display: block;
  text-indent: -2em;
  padding-left: 2em;
  margin: 0.3em auto;
  font-size: clamp(12px, 22 / var(--basis-width) * 100vw, 22px);
  text-align: justify;
}
#cleansing .note_free {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.3em;
       column-gap: 0.3em;
  font-size: clamp(12px, 22 / var(--basis-width) * 100vw, 22px);
  text-align: justify;
}
#cleansing sup {
  font-size: clamp(8px, 12 / var(--basis-width) * 100vw, 12px);
  margin-left: -0.3em;
  margin-right: 0.3em;
  font-weight: 400;
  font-weight: normal;
  vertical-align: top !important;
  letter-spacing: -0.12em;
  line-height: initial;
  white-space: nowrap;
}
#cleansing sup.narrow {
  margin-left: -0.8em;
}
#cleansing sup.wide {
  margin-left: -0.1em;
  margin-right: 0;
}
#cleansing .vid_contents {
  position: relative;
  display: flex;
  background-image: url("https://www.misshajp.com/photo/goodsimg/Loading_video.png");
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  filter: drop-shadow(0 0 0 #fff);
}
#cleansing .vid_contents:has(iframe) {
  padding-top: 56.25%;
}
#cleansing .vid_contents iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#cleansing .vid_main {
  width: 100%;
}
#cleansing video {
  width: 100%;
}
#cleansing .toggle--arrow,
#cleansing .toggle--adjust {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  padding-right: 1.5em;
  list-style: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#cleansing .toggle--arrow::after, #cleansing .toggle--arrow::before,
#cleansing .toggle--adjust::after,
#cleansing .toggle--adjust::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 7%;
  display: block;
  width: 0.8em;
  height: 0.8em;
  background-color: #fff;
  clip-path: inset(45% 0 45% 0);
  transform: translateY(-50%);
  transition: 0.2s;
}
#cleansing .toggle--arrow::after,
#cleansing .toggle--adjust::after {
  clip-path: inset(0 45% 0 45%);
}
#cleansing .toggle--arrow::after {
  display: none;
}
#cleansing .details[open] > .toggle--adjust::after {
  transform: rotate(90deg) translate(-50%, 0%);
}
#cleansing summary::-webkit-details-marker {
  display: none;
}
#cleansing .details {
  width: 100%;
  margin-inline: auto;
}
#cleansing .details_inner {
  margin-inline: auto;
  padding-top: min(48px, calc((48 / var(--basis-width)) * 100vw));
}
#cleansing .priceset {
  color: var(--txt-color);
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
}
#cleansing .priceset .unit {
  font-size: 65%;
}
#cleansing .price-default {
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  white-space: nowrap;
  line-height: 1.2em;
}
#cleansing .price-default .delline {
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0.15em;
  margin-left: 0.15em;
}
#cleansing .price-default .delline::after {
  content: "";
  position: absolute;
  top: 48%;
  left: -1%;
  display: block;
  width: 102%;
  height: 1px;
  background-color: var(--txt-color);
}
#cleansing .price-default .price {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  margin-right: 0.1em;
}
#cleansing .price-default .unit {
  display: inline-block;
  font-size: 80%;
  letter-spacing: 0.01em;
  transform: translateY(-0.1em);
}
#cleansing .price-cp {
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  margin: 0;
  color: var(--txt-color);
  font-size: min(58px, 58 / var(--basis-width) * 100vw);
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.2em;
}
#cleansing .price-cp .price {
  display: inline-block;
  margin-right: 0.05em;
  color: inherit;
  font-size: inherit;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  #cleansing .price-cp .price {
    letter-spacing: 0;
  }
}
#cleansing .price-cp .unit {
  display: inline-block;
  color: inherit;
  font-size: 60%;
  letter-spacing: 0.01em;
  transform: translateY(-0.05em);
}
#cleansing .tag {
  margin-inline: auto;
  display: inline-block;
  background-color: var(--accent-color);
  border-radius: 100cqh;
  padding: 0.35em 1em;
  line-height: 1em;
  color: #fff;
  letter-spacing: 0.1em;
}
#cleansing .view_details {
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  letter-spacing: 0.1em;
}
#cleansing .view_details a {
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.03em);
  text-underline-offset: 0.1em;
}
#cleansing .revico-star {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#cleansing .revico-star .revico-star-simple {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#cleansing .revico-star #revico-star-simple-wrapper {
  display: flex;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
#cleansing .revico-star .revico-star-block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#cleansing .revico-star .starability-result {
  height: 28px !important;
}
#cleansing .revico-star .revico-star-block--total {
  margin: 2px 10px 0 -4px;
  line-height: 1.7em;
  color: var(--txt-color);
  font-size: 18px;
  letter-spacing: 0;
}
#cleansing .revico-star .revico-star-block--title {
  margin-left: -3px;
  margin-right: 0;
  color: var(--txt-color);
  font-size: 20px;
  letter-spacing: 0;
}
#cleansing .revico-star .revico-star-block--rate {
  top: auto !important;
  transform: scale(1) !important;
  margin-left: 0;
  margin-right: 5px;
}
#cleansing .star_wrap {
  overflow: hidden;
}
#cleansing .star_wrap .star {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transform: scale(1.2);
  transform-origin: center center;
  text-align: center;
  overflow-wrap: normal;
}
#cleansing .star_wrap .star .revico-star {
  margin: min(20px, 20 / var(--basis-width) * 100vw) auto max(-10px, -10 / var(--basis-width) * 100vw);
}
@media screen and (max-width: 420px) {
  #cleansing .star_wrap .star .revico-star {
    margin: min(10px, 10 / var(--basis-width) * 100vw) auto max(-10px, -10 / var(--basis-width) * 100vw);
  }
}
@media screen and (max-width: 768px) {
  #cleansing .star_wrap .star {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 740px) {
  #cleansing .star_wrap .star {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 700px) {
  #cleansing .star_wrap .star {
    transform: scale(1.06);
  }
}
@media screen and (max-width: 660px) {
  #cleansing .star_wrap .star {
    transform: scale(1.02);
  }
}
@media screen and (max-width: 620px) {
  #cleansing .star_wrap .star {
    transform: scale(0.98);
  }
}
@media screen and (max-width: 580px) {
  #cleansing .star_wrap .star {
    transform: scale(0.94);
  }
}
@media screen and (max-width: 540px) {
  #cleansing .star_wrap .star {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 500px) {
  #cleansing .star_wrap .star {
    transform: scale(0.86);
  }
}
@media screen and (max-width: 460px) {
  #cleansing .star_wrap .star {
    transform: scale(0.82);
  }
}
@media screen and (max-width: 420px) {
  #cleansing .star_wrap .star {
    transform: scale(0.78);
  }
}
@media screen and (max-width: 380px) {
  #cleansing .star_wrap .star {
    transform: scale(0.74);
  }
}
@media screen and (max-width: 340px) {
  #cleansing .star_wrap .star {
    transform: scale(0.7);
  }
}
#cleansing .star_wrap.half {
  align-content: center;
}
#cleansing .star_wrap.half .star {
  transform: scale(1);
}
@media screen and (max-width: 760px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.98);
  }
}
@media screen and (max-width: 740px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.96);
  }
}
@media screen and (max-width: 720px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.94);
  }
}
@media screen and (max-width: 700px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.92);
  }
}
@media screen and (max-width: 680px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 660px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.88);
  }
}
@media screen and (max-width: 640px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.86);
  }
}
@media screen and (max-width: 620px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.84);
  }
}
@media screen and (max-width: 600px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.82);
  }
}
@media screen and (max-width: 590px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.81);
  }
}
@media screen and (max-width: 580px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 570px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.79);
  }
}
@media screen and (max-width: 560px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.78);
  }
}
@media screen and (max-width: 550px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.77);
  }
}
@media screen and (max-width: 540px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.76);
  }
}
@media screen and (max-width: 530px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.75);
  }
}
@media screen and (max-width: 520px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.74);
  }
}
@media screen and (max-width: 510px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.73);
  }
}
@media screen and (max-width: 500px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.72);
  }
}
@media screen and (max-width: 490px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.71);
  }
}
@media screen and (max-width: 480px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.7) translateX(-5px);
  }
}
@media screen and (max-width: 470px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.69) translateX(-10px);
  }
}
@media screen and (max-width: 460px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.68) translateX(-15px);
  }
}
@media screen and (max-width: 450px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.67) translateX(-20px);
  }
}
@media screen and (max-width: 440px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.66) translateX(-25px);
  }
}
@media screen and (max-width: 430px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.65) translateX(-30px);
  }
}
@media screen and (max-width: 420px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.64) translateX(-35px);
  }
}
@media screen and (max-width: 410px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.63) translateX(-40px);
  }
}
@media screen and (max-width: 400px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.62) translateX(-45px);
  }
}
@media screen and (max-width: 390px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.61) translateX(-50px);
  }
}
@media screen and (max-width: 380px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.6) translateX(-55px);
  }
}
@media screen and (max-width: 370px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.59) translateX(-60px);
  }
}
@media screen and (max-width: 360px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.58) translateX(-65px);
  }
}
@media screen and (max-width: 350px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.57) translateX(-70px);
  }
}
@media screen and (max-width: 340px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.56) translateX(-75px);
  }
}
@media screen and (max-width: 330px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.55) translateX(-80px);
  }
}
@media screen and (max-width: 320px) {
  #cleansing .star_wrap.half .star {
    transform: scale(0.54) translateX(-85px);
  }
}
#cleansing *:has(.ico) {
  position: relative;
}
#cleansing .ico {
  position: absolute;
  top: 3%;
  left: 6%;
  width: min(236px, 236 / var(--basis-width) * 100vw);
  aspect-ratio: 1/1;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
#cleansing .ico20off {
  background-image: url("../img/lp_cleansing/ico_off20.png");
}
#cleansing .item {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  grid-row: span 7;
  grid-template-areas: "catch" "thumb_wrap" "name" "discount" "star" "price" "btn_wrap";
  row-gap: 0;
  -moz-column-gap: 0;
       column-gap: 0;
  padding: 0;
  margin: 0;
}
#cleansing .item:nth-of-type(n+3) {
  margin: min(60px, 60 / var(--basis-width) * 100vw) 0 0;
}
#cleansing .item__list {
  width: 100%;
  margin: 0 auto;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(4, 24%);
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
#cleansing .item .catch {
  grid-area: catch;
  font-size: clamp(15px, 30 / var(--basis-width) * 100vw, 30px);
}
#cleansing .item .thumb_wrap {
  grid-area: thumb_wrap;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
#cleansing .item .name {
  grid-area: name;
  margin: 0.8em auto;
  font-size: clamp(15px, 30 / var(--basis-width) * 100vw, 30px);
  letter-spacing: -0.02em;
  text-align: center;
}
#cleansing .item .star_wrap {
  grid-area: star;
}
#cleansing .item .discount {
  grid-area: discount;
}
#cleansing .item .price {
  grid-area: price;
}
#cleansing .item .price .price-default {
  font-size: clamp(15px, 30 / var(--basis-width) * 100vw, 30px);
}
#cleansing .item .price .price-default .price {
  font-size: inherit;
}
#cleansing .item .price .price-default .unit {
  font-size: 80%;
}
#cleansing .item .price .price-cp {
  font-size: clamp(21px, 44 / var(--basis-width) * 100vw, 44px);
}
#cleansing .item .price .price-cp .price {
  font-size: inherit;
}
#cleansing .item .price .price-cp .unit {
  font-size: 60%;
}
#cleansing .item .btn_wrap {
  grid-area: btn_wrap;
  margin-top: min(10px, calc((10 / var(--basis-width)) * 100vw));
}
#cleansing .item .view_details {
  grid-area: view_details;
  margin-top: min(30px, calc((30 / var(--basis-width)) * 100vw));
  font-size: clamp(14px, 28 / var(--basis-width) * 100vw, 28px);
}
#cleansing .cart-btn-half,
#cleansing .cart-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80%;
  width: min(614px, 614 / var(--basis-width) * 100vw);
  aspect-ratio: 614/170;
  padding: 0;
  margin-inline: auto;
  background-color: #ef8fef;
  background-image: linear-gradient(135deg, #ef8fef 0%, #d593e2 40%, #5eb0e4 100%);
  border-radius: min(44px, 44 / var(--basis-width) * 100vw);
  filter: drop-shadow(min(0px, 0 / var(--basis-width) * 100vw) min(7px, 7 / var(--basis-width) * 100vw) min(8px, 8 / var(--basis-width) * 100vw) rgba(0, 0, 0, 0.2));
  will-change: filter;
  color: #fff;
  font-size: min(40px, 40 / var(--basis-width) * 100vw);
  letter-spacing: 0.08em;
}
#cleansing .cart-btn-half:target, #cleansing .cart-btn-half:visited, #cleansing .cart-btn-half:active, #cleansing .cart-btn-half:focus, #cleansing .cart-btn-half:focus-visible, #cleansing .cart-btn-half:focus-within, #cleansing .cart-btn-half:hover,
#cleansing .cart-btn:target,
#cleansing .cart-btn:visited,
#cleansing .cart-btn:active,
#cleansing .cart-btn:focus,
#cleansing .cart-btn:focus-visible,
#cleansing .cart-btn:focus-within,
#cleansing .cart-btn:hover {
  text-decoration: none;
}
#cleansing .cart-btn-half.unreleased, #cleansing .cart-btn-half.soldout,
#cleansing .cart-btn.unreleased,
#cleansing .cart-btn.soldout {
  display: flex !important;
  padding: 0 !important;
  background-color: #868686 !important;
  box-shadow: unset !important;
  filter: unset !important;
}
#cleansing .cart-btn-half i,
#cleansing .cart-btn i {
  font-size: 103%;
  margin-right: 0.4em;
}
#cleansing .cart-btn-half.modal-btn,
#cleansing .cart-btn.modal-btn {
  aspect-ratio: 614/136;
  font-size: clamp(15px, 32 / var(--basis-width) * 100vw, 32px);
}
#cleansing .cart-btn-half.arrow,
#cleansing .cart-btn.arrow {
  padding-right: min(60px, 60 / var(--basis-width) * 100vw);
}
#cleansing .cart-btn-half.arrow::after,
#cleansing .cart-btn.arrow::after {
  content: "";
  position: absolute;
  top: 48%;
  right: min(60px, 60 / var(--basis-width) * 100vw);
  display: block;
  width: 0.5em;
  height: 0.5em;
  transform: rotate(45deg) translateY(-50%);
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  clip-path: unset;
}
@media screen and (max-width: 380px) {
  #cleansing .cart-btn-half.arrow::after,
  #cleansing .cart-btn.arrow::after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
  }
}
#cleansing .cart-btn-half.sub,
#cleansing .cart-btn.sub {
  margin-top: 0.9em;
  padding-top: 0.3em;
}
#cleansing .cart-btn-half.sub .subtitle,
#cleansing .cart-btn.sub .subtitle {
  position: absolute;
  top: 0;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  transform: translate(-50%, -50%);
  padding: 0.4em 1em;
  background: #fff;
  border-radius: 100cqh;
  line-height: 1em;
  border: clamp(1px, 2 / var(--basis-width) * 100vw, 2px) solid var(--txt-color);
  color: var(--accent-color);
  font-size: clamp(12px, 20 / var(--basis-width) * 100vw, 20px);
  font-weight: bold;
  letter-spacing: 0.05em;
}
#cleansing .cart-btn-half.icoPlus,
#cleansing .cart-btn.icoPlus {
  justify-content: flex-start;
  padding-left: min(120px, 120 / var(--basis-width) * 100vw);
  text-align: left;
}
#cleansing .cart-btn-half.icoPlus.arrow,
#cleansing .cart-btn.icoPlus.arrow {
  padding-right: min(45px, 45 / var(--basis-width) * 100vw);
}
#cleansing .cart-btn-half.icoPlus.arrow::after,
#cleansing .cart-btn.icoPlus.arrow::after {
  right: min(45px, 45 / var(--basis-width) * 100vw);
}
#cleansing .cart-btn-half.icoPlus .ico_img,
#cleansing .cart-btn.icoPlus .ico_img {
  position: absolute;
  top: 50%;
  left: -2%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 108%;
  aspect-ratio: 1/1;
}
#cleansing .cart-btn-half.icoPlus .ico_img img,
#cleansing .cart-btn.icoPlus .ico_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#cleansing .cart-btn-half {
  max-width: none;
  width: min(308px, 308 / var(--basis-width) * 100vw);
  aspect-ratio: 308/104;
  filter: none;
  font-size: clamp(15px, 30 / var(--basis-width) * 100vw, 30px);
  font-weight: normal;
}
#cleansing .cart-btn-half.unreleased, #cleansing .cart-btn-half.soldout {
  background: #868686 !important;
  font-size: clamp(14px, 28 / var(--basis-width) * 100vw, 28px) !important;
  line-height: 1.4em !important;
}
#cleansing .cart-btn-half.arrow {
  padding-right: 1.2em;
}
@media screen and (max-width: 360px) {
  #cleansing .cart-btn-half.arrow {
    padding-right: 0.9em;
  }
}
#cleansing .cart-btn-half.arrow::after {
  content: "";
  position: absolute;
  top: 49%;
  right: 1.4em;
  display: block;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  border-right: clamp(2px, 3 / var(--basis-width) * 100vw, 3px) solid #fff;
  border-top: clamp(2px, 3 / var(--basis-width) * 100vw, 3px) solid #fff;
  clip-path: unset;
}
@media screen and (max-width: 360px) {
  #cleansing .cart-btn-half.arrow::after {
    right: 1em;
  }
}
#cleansing .top_btn_wrap {
  padding-top: min(197px, calc((197 / var(--basis-width)) * 100vw));
  padding-bottom: min(197px, calc((197 / var(--basis-width)) * 100vw));
}
#cleansing .top_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  width: min(523px, 523 / var(--basis-width) * 100vw);
  aspect-ratio: 523/126;
  margin: 0 auto;
  padding: 0;
  border: 2px solid var(--txt-color);
  color: var(--txt-color);
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  letter-spacing: 0.05em;
}
#cleansing .top_btn:target, #cleansing .top_btn:visited, #cleansing .top_btn:active, #cleansing .top_btn:focus, #cleansing .top_btn:focus-visible, #cleansing .top_btn:focus-within, #cleansing .top_btn:hover {
  text-decoration: none;
}
#cleansing .top_btn.arrow {
  padding-right: 1.2em;
}
#cleansing .top_btn.arrow::after {
  content: "";
  position: absolute;
  top: 47%;
  right: 1.6em;
  border-right: clamp(2px, 3 / var(--basis-width) * 100vw, 3px) solid var(--txt-color);
  border-top: clamp(2px, 3 / var(--basis-width) * 100vw, 3px) solid var(--txt-color);
  transform: rotate(45deg) translateY(-50%);
  display: block;
  width: 0.65em;
  height: 0.65em;
  clip-path: unset;
}
@media screen and (max-width: 360px) {
  #cleansing .top_btn.arrow::after {
    width: 0.6em;
    height: 0.6em;
    right: 1.2em;
  }
}
@media screen and (max-width: 340px) {
  #cleansing .top_btn.arrow::after {
    right: 1em;
  }
}
#cleansing .modal {
  position: fixed;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
  padding: 0;
  background: rgba(0, 0, 0, 0.8);
  border: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  overscroll-behavior: contain;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  z-index: 1;
}
#cleansing .modal[open] {
  opacity: 1;
  visibility: visible;
}
#cleansing .modal::-webkit-scrollbar {
  display: none;
}
#cleansing .modal__container {
  align-content: center;
  min-height: 100%;
  padding: min(50px, 50 / var(--basis-width) * 100vw) 0;
}
@media screen and (max-width: 768px) {
  #cleansing .modal__container {
    padding: 20vw 0 6vw;
  }
}
#cleansing .modal__body {
  align-self: center;
  position: relative;
  width: min(680px, 680 / var(--basis-width) * 100vw);
  padding-top: min(50px, calc((50 / var(--basis-width)) * 100vw));
  padding-bottom: min(40px, calc((40 / var(--basis-width)) * 100vw));
  background-color: #fff;
  container-type: inline-size;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #cleansing .modal__body {
    margin: 0 auto;
  }
}
#cleansing .modal__close {
  display: inline-block;
  margin-top: min(35px, calc((35 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  cursor: pointer;
  transition: all 0.2s;
  color: #333;
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  letter-spacing: 0.05em;
  line-height: 1em;
}
#cleansing .modal__close::before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  clip-path: polygon(0 7%, 7% 0, 50% 43%, 93% 0, 100% 7%, 57% 50%, 100% 93%, 93% 100%, 50% 57%, 7% 100%, 0 93%, 43% 50%);
  background-color: #333;
  margin: 0 0.5em 0 0;
}
#cleansing .modal__close:hover {
  opacity: var(--opacity);
}
#cleansing .modal__contents .headline {
  font-size: clamp(17px, 34 / var(--basis-width) * 100vw, 34px);
}
#cleansing .modal__contents .headline i {
  margin-right: 0.2em;
}
#cleansing .modal__contents .desc {
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
}
#cleansing .slider {
  display: none;
  margin-inline: auto;
}
#cleansing .slider__wrap {
  padding-bottom: min(65px, calc((65 / var(--basis-width)) * 100vw));
}
#cleansing .slider__wrap:has(.slick-dots li:only-of-type) {
  padding-bottom: 0;
}
#cleansing .slider:has(.slick-dots li:only-of-type) {
  padding-bottom: 0;
}
#cleansing .slider.slick-initialized {
  display: block;
}
#cleansing .slider .slick-track {
  display: flex;
}
#cleansing .slider li.slick-slide {
  height: auto !important;
}
#cleansing .slider .slick-prev,
#cleansing .slider .slick-next {
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: min(58px, 58 / var(--basis-width) * 100vw);
  height: min(58px, 58 / var(--basis-width) * 100vw);
  background: var(--base-color);
  z-index: 1;
}
#cleansing .slider .slick-next {
  left: auto;
  right: 0;
}
#cleansing .slider .slick-prev:before,
#cleansing .slider .slick-next:before {
  content: "";
  position: absolute;
  top: 33%;
  left: 41%;
  display: block;
  width: min(20px, 20 / var(--basis-width) * 100vw);
  height: min(20px, 20 / var(--basis-width) * 100vw);
  border: none;
  border-left: clamp(2px, 4 / var(--basis-width) * 100vw, 4px) solid #fff;
  border-bottom: clamp(2px, 4 / var(--basis-width) * 100vw, 4px) solid #fff;
  transform: rotate(45deg);
}
#cleansing .slider .slick-next:before {
  left: 26%;
  border: none;
  border-right: clamp(2px, 4 / var(--basis-width) * 100vw, 4px) solid #fff;
  border-bottom: clamp(2px, 4 / var(--basis-width) * 100vw, 4px) solid #fff;
  transform: rotate(-45deg);
}
#cleansing .slider .slick-dots {
  position: absolute;
  bottom: max(-65px, -65 / var(--basis-width) * 100vw);
  width: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
#cleansing .slider .slick-dots li {
  padding: 0 !important;
  margin: 0 min(12px, 12 / var(--basis-width) * 100vw);
  background-color: transparent;
}
#cleansing .slider .slick-dots li:only-of-type {
  display: none;
}
#cleansing .slider .slick-dots li button {
  font-size: 0;
  color: transparent;
  width: min(26px, 26 / var(--basis-width) * 100vw);
  height: min(26px, 26 / var(--basis-width) * 100vw);
  background-color: #fff;
  border: 2px solid var(--base-color);
  border-radius: 50%;
}
@media screen and (max-width: 400px) {
  #cleansing .slider .slick-dots li button {
    border-width: 1px;
  }
}
#cleansing .slider .slick-dots li.slick-active button {
  background-color: var(--base-color);
}
#cleansing .scrollbar {
  width: 100%;
  height: auto;
  padding: 0;
  background-color: #ddd;
}
#cleansing .scrollbar__wrap {
  margin-top: min(60px, calc((60 / var(--basis-width)) * 100vw));
  width: min(768px, 768 / var(--basis-width) * 100vw);
  margin-inline: auto;
}
#cleansing .scrollbar ul {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: min(22px, 22 / var(--basis-width) * 100vw);
       column-gap: min(22px, 22 / var(--basis-width) * 100vw);
  justify-content: flex-start;
  margin-inline: auto;
  padding: 0 min(25px, 25 / var(--basis-width) * 100vw);
  padding-bottom: min(60px, calc((60 / var(--basis-width)) * 100vw));
}
#cleansing .scrollbar ul:has(> li:only-child) {
  padding-bottom: 0;
}
#cleansing .scrollbar .simplebar-track {
  background: #f2f2f2;
  left: min(25px, 25 / var(--basis-width) * 100vw);
  right: min(25px, 25 / var(--basis-width) * 100vw);
}
#cleansing .scrollbar .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
#cleansing .scrollbar .simplebar-track .simplebar-scrollbar::before {
  opacity: 1;
  border-radius: 100cqh;
  background: var(--accent-color);
}
#cleansing .scrollbar .simplebar-track.simplebar-vertical {
  width: min(34px, 34 / var(--basis-width) * 100vw);
}
#cleansing .scrollbar .simplebar-track.simplebar-vertical .simplebar-scrollbar {
  min-height: 0;
}
#cleansing .scrollbar .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  width: min(14px, 14 / var(--basis-width) * 100vw);
  height: auto;
  margin-inline: auto;
}
#cleansing .scrollbar .simplebar-track.simplebar-horizontal {
  height: min(34px, 34 / var(--basis-width) * 100vw);
}
#cleansing .scrollbar .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  min-width: 0;
}
#cleansing .scrollbar .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  transform: translateY(-50%);
  height: min(14px, 14 / var(--basis-width) * 100vw);
  width: auto;
  margin: 0;
}
#cleansing .tab_wrap {
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #cleansing .tab_wrap.headerPosition .tab_group.tab_group_top {
    top: 14vw;
  }
}
#cleansing .tab_wrap .tab_group {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  margin-inline: auto;
  padding: 0 min(50px, 50 / var(--basis-width) * 100vw);
}
#cleansing .tab_wrap .tab_group .tab {
  margin-bottom: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3333333333%;
  padding: 0;
  background-color: #fff;
  border-top-left-radius: min(20px, 20 / var(--basis-width) * 100vw);
  border-top-right-radius: min(20px, 20 / var(--basis-width) * 100vw);
  color: var(--txt-color);
  font-size: clamp(15px, 30 / var(--basis-width) * 100vw, 30px);
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.5s;
}
#cleansing .tab_wrap .tab_group .tab:hover {
  opacity: var(--opacity);
}
#cleansing .tab_wrap .tab_group .tab.active {
  opacity: var(--opacity);
}
#cleansing .tab_wrap .content_group .content {
  display: none;
}
#cleansing .tab_wrap .content_group .content.active {
  display: block;
}
#cleansing .coupon {
  margin-inline: auto;
}
#cleansing .coupon__wrap {
  margin-inline: auto;
}
#cleansing .coupon .period {
  display: inline-block;
  margin: min(15px, 15 / var(--basis-width) * 100vw) auto min(33px, 33 / var(--basis-width) * 100vw);
  padding: 0.4em 1em;
  border: 1px solid #b0b0b0;
  border-radius: 100cqh;
  line-height: 1em;
  letter-spacing: 0.06em;
  font-size: clamp(15px, 28 / var(--basis-width) * 100vw, 28px);
}
#cleansing .coupon .ticket {
  width: min(624px, 624 / var(--basis-width) * 100vw);
}
#cleansing .coupon h3 {
  width: min(530px, 530 / var(--basis-width) * 100vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  overflow: hidden;
  margin: min(40px, 40 / var(--basis-width) * 100vw) auto 0.5em;
  line-height: 1em;
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  letter-spacing: 0.05em;
  white-space: nowrap;
}
#cleansing .coupon h3:before, #cleansing .coupon h3:after {
  content: "";
  width: 10%;
  height: 1px;
  background-color: #c9c9c9;
  flex-grow: 1;
}
#cleansing .coupon .terms {
  font-size: clamp(14px, 28 / var(--basis-width) * 100vw, 28px);
  line-height: 1.8em;
}
#cleansing .coupon .result__wrap {
  width: min(580px, 580 / var(--basis-width) * 100vw);
  margin: min(58px, 58 / var(--basis-width) * 100vw) auto 0;
}
#cleansing .coupon .result__wrap h4 {
  font-weight: bold;
  font-size: clamp(18px, 36 / var(--basis-width) * 100vw, 36px);
  letter-spacing: 0.01em;
}
#cleansing .coupon .result__coupon {
  display: flex;
  flex-direction: column;
}
#cleansing .coupon .result__coupon input {
  width: 8em;
  border: none;
  border-radius: min(10px, 10 / var(--basis-width) * 100vw);
  margin: 1em auto 0.5em;
  text-align: center;
  font-size: clamp(18px, 24 / var(--basis-width) * 100vw, 24px);
}
#cleansing .coupon .result__coupon .getCoupon_btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.5em 1em;
  background-color: var(--txt-color);
  border-radius: min(10px, 10 / var(--basis-width) * 100vw);
  color: #fff;
  font-size: clamp(16px, 18 / var(--basis-width) * 100vw, 18px);
}
#cleansing .coupon .note_wrap {
  width: min(620px, 620 / var(--basis-width) * 100vw);
  margin: min(35px, 35 / var(--basis-width) * 100vw) auto 0;
}
#cleansing .coupon__usage .usage__wrap {
  margin: min(60px, 60 / var(--basis-width) * 100vw) auto min(40px, 40 / var(--basis-width) * 100vw);
}
#cleansing .coupon__usage .usage__wrap .details {
  width: 100%;
  background: transparent;
  overflow: hidden;
}
#cleansing .coupon__usage .usage__wrap .toggle--adjust {
  width: min(400px, 500 / var(--basis-width) * 100vw);
  margin-left: auto;
  margin-right: auto;
  padding: 0.6em 2.4em 0.6em 0.6em;
  color: var(--txt-color);
  font-size: clamp(16px, 24 / var(--basis-width) * 100vw, 24px);
  letter-spacing: 0.05em;
}
#cleansing .coupon__usage .usage__wrap .details_inner {
  width: min(600px, 600 / var(--basis-width) * 100vw);
  margin: min(50px, 50 / var(--basis-width) * 100vw) auto 0;
}
@media screen and (max-width: 768px) {
  #cleansing .coupon__usage .usage__wrap .details_inner {
    width: 100%;
  }
}
#cleansing .coupon__usage .usage__wrap__ttl {
  margin: 5em auto 0.8em;
  color: #b71d1d;
  font-size: clamp(16px, 24 / var(--basis-width) * 100vw, 24px);
  font-weight: bold;
}
#cleansing .coupon__usage .usage__wrap__txt01 {
  margin: 1em auto;
  font-size: clamp(16px, 24 / var(--basis-width) * 100vw, 24px);
}
#cleansing .coupon__usage .usage__wrap__txt02 {
  margin: 1em auto;
  font-size: clamp(14px, 22 / var(--basis-width) * 100vw, 22px);
  text-align: left;
}
#cleansing .voice {
  width: 48%;
  min-height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-areas: "img ttl" "img star" "img name" "txt txt" "note note";
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto 1fr auto;
  -moz-column-gap: min(20px, 20 / var(--basis-width) * 100vw);
       column-gap: min(20px, 20 / var(--basis-width) * 100vw);
  row-gap: min(20px, 20 / var(--basis-width) * 100vw);
  text-align: left;
}
#cleansing .voice__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: min(708px, 708 / var(--basis-width) * 100vw);
}
#cleansing .voice__img {
  grid-area: img;
  width: min(120px, 120 / var(--basis-width) * 100vw);
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}
#cleansing .voice__ttl {
  grid-area: ttl;
  align-self: center;
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  font-weight: bold;
}
#cleansing .voice__stars {
  grid-area: star;
  align-self: center;
}
#cleansing .voice__stars .star {
  display: inline-block;
  color: #f7b854;
  font-size: clamp(15px, 30 / var(--basis-width) * 100vw, 30px);
  font-weight: bold;
  line-height: 1em;
  letter-spacing: -0.1em;
  width: min(245px, 245 / var(--basis-width) * 100vw);
  height: min(40px, 40 / var(--basis-width) * 100vw);
  background-image: url("../img/lp_cleansing/ico_star.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  overflow: hidden;
}
#cleansing .voice__stars .star.star5 {
  background-position: left center;
}
#cleansing .voice__stars .star.star4 {
  background-position: max(-48px, -48 / var(--basis-width) * 100vw) center;
}
#cleansing .voice__stars .star.star3 {
  background-position: max(-98px, -98 / var(--basis-width) * 100vw) center;
}
#cleansing .voice__stars .star.star2 {
  background-position: max(-148px, -148 / var(--basis-width) * 100vw) center;
}
#cleansing .voice__stars .star.star1 {
  background-position: max(-198px, -198 / var(--basis-width) * 100vw) center;
}
#cleansing .voice__name {
  grid-area: name;
  align-self: end;
  font-size: clamp(15px, 30 / var(--basis-width) * 100vw, 30px);
}
#cleansing .voice__txt {
  grid-area: txt;
  align-self: start;
  margin: min(50px, 50 / var(--basis-width) * 100vw) auto 0;
  padding: min(50px, 50 / var(--basis-width) * 100vw) 0 min(30px, 30 / var(--basis-width) * 100vw);
  border-top: 1px solid var(--txt-color);
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  text-align: justify;
}
#cleansing .voice__note {
  grid-area: note;
  font-size: clamp(12px, 24 / var(--basis-width) * 100vw, 24px);
}
#cleansing .fColor_01 {
  color: var(--txt-color);
}
#cleansing .fColor_02 {
  color: var(--accent-color);
}
#cleansing .sec_inner {
  width: min(668px, 668 / var(--basis-width) * 100vw);
  margin-inline: auto;
}
#cleansing .btn_wrap:has(.sub) {
  padding-top: 1px;
}
#cleansing h1.mv {
  position: relative;
  display: block !important;
}
#cleansing .lead {
  padding-top: min(78px, calc((78 / var(--basis-width)) * 100vw));
  padding-bottom: min(48px, calc((48 / var(--basis-width)) * 100vw));
}
#cleansing .lead h2 {
  margin-top: min(35px, calc((35 / var(--basis-width)) * 100vw));
}
#cleansing .lead__img_01 {
  margin-top: min(48px, calc((48 / var(--basis-width)) * 100vw));
  width: 100%;
}
#cleansing .menu {
  padding-top: min(48px, calc((48 / var(--basis-width)) * 100vw));
  padding-bottom: min(200px, calc((200 / var(--basis-width)) * 100vw));
}
#cleansing .menu#menu_bottom {
  margin-top: min(190px, calc((190 / var(--basis-width)) * 100vw));
  padding-bottom: 0;
}
#cleansing .menu .check {
  margin-bottom: min(38px, calc((38 / var(--basis-width)) * 100vw));
}
#cleansing .menu__list__wrap {
  padding-top: min(35px, calc((35 / var(--basis-width)) * 100vw));
  padding-bottom: min(35px, calc((35 / var(--basis-width)) * 100vw));
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#cleansing .menu__list__wrap dt {
  margin-bottom: min(50px, calc((50 / var(--basis-width)) * 100vw));
  width: 100%;
}
#cleansing .menu__list__wrap dd {
  margin-top: min(10px, calc((10 / var(--basis-width)) * 100vw));
  width: min(227px, 227 / var(--basis-width) * 100vw);
}
#cleansing .cat {
  position: relative;
  padding-top: min(60px, calc((60 / var(--basis-width)) * 100vw));
  padding-bottom: min(90px, calc((90 / var(--basis-width)) * 100vw));
}
#cleansing .cat__bg {
  position: absolute;
  top: min(20px, 20 / var(--basis-width) * 100vw);
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
#cleansing .cat__bg::after, #cleansing .cat__bg::before {
  content: "";
  position: absolute;
  top: max(-89px, -89 / var(--basis-width) * 100vw);
  left: 0;
  display: block;
  width: 100%;
  height: min(90px, 90 / var(--basis-width) * 100vw);
  aspect-ratio: 768/90;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
#cleansing .cat__bg::after {
  top: auto;
  bottom: max(-89px, -89 / var(--basis-width) * 100vw);
  background-position: center top;
}
#cleansing .cat#cat01 .cat__bg {
  background-color: #def0f9;
}
#cleansing .cat#cat01 .cat__bg::before {
  background-image: url("../img/lp_cleansing/bg_cat01_top.png");
}
#cleansing .cat#cat01 .cat__bg::after {
  display: none;
}
#cleansing .cat#cat02 {
  padding-top: min(150px, calc((150 / var(--basis-width)) * 100vw));
}
#cleansing .cat#cat02 .cat__bg {
  background-color: #f0f3ff;
}
#cleansing .cat#cat02 .cat__bg::before {
  top: 0;
  background-image: url("../img/lp_cleansing/bg_cat02_top.png");
}
#cleansing .cat#cat02 .cat__bg::after {
  background-image: url("../img/lp_cleansing/bg_cat02_bottom.png");
}
#cleansing .cat h2 {
  position: relative;
}
#cleansing .items {
  padding-top: min(48px, calc((48 / var(--basis-width)) * 100vw));
  padding-bottom: min(137px, calc((137 / var(--basis-width)) * 100vw));
  position: relative;
}
#cleansing .items:nth-of-type(n+3) {
  padding-top: min(60px, calc((60 / var(--basis-width)) * 100vw));
}
#cleansing .items:nth-last-child(1) {
  padding-bottom: 0;
}
#cleansing .items .catch {
  margin-top: min(48px, calc((48 / var(--basis-width)) * 100vw));
}
#cleansing .items .slider__wrap {
  margin-top: min(48px, calc((48 / var(--basis-width)) * 100vw));
}
#cleansing .items .slider__wrap li.slick-slide {
  position: relative;
  padding: 0 min(24px, 24 / var(--basis-width) * 100vw);
}
#cleansing .items .slider__wrap li.slick-slide .mainimage {
  border-radius: min(47px, 47 / var(--basis-width) * 100vw);
}
#cleansing .items .slider__wrap li.slick-slide .vid_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cleansing .items .slider__wrap li.slick-slide .vid_wrap .vid_contents:has(#video01) {
  position: absolute;
  top: 18%;
  left: 14.5%;
  width: min(543px, 543 / var(--basis-width) * 100vw);
}
#cleansing .items .slider__wrap li.slick-slide .vid_wrap .vid_contents:has(#video02) {
  position: absolute;
  top: 18%;
  left: 16%;
  width: min(518px, 518 / var(--basis-width) * 100vw);
}
#cleansing .items .slider__wrap li.slick-slide .vid_wrap .vid_contents:has(#video03) {
  position: absolute;
  top: 18.5%;
  left: 13.5%;
  width: min(560px, 560 / var(--basis-width) * 100vw);
}
#cleansing .items .slider__wrap li.slick-slide .vid_wrap .vid_contents:has(#video04) {
  position: absolute;
  top: 18.5%;
  left: 13.5%;
  width: min(560px, 560 / var(--basis-width) * 100vw);
}
#cleansing .items .slider__wrap li.slick-slide .vid_wrap .vid_contents:has(#video05) {
  position: absolute;
  top: 17%;
  left: 15%;
  width: min(540px, 540 / var(--basis-width) * 100vw);
}
#cleansing .items .name {
  margin-top: min(48px, calc((48 / var(--basis-width)) * 100vw));
  font-size: clamp(19px, 38 / var(--basis-width) * 100vw, 38px);
}
#cleansing .items .size {
  margin-top: min(10px, calc((10 / var(--basis-width)) * 100vw));
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
}
#cleansing .items .salename {
  margin-top: min(30px, calc((30 / var(--basis-width)) * 100vw));
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
}
#cleansing .items .price-default {
  margin-top: min(40px, calc((40 / var(--basis-width)) * 100vw));
  display: flex;
  color: var(--sub-txt-color);
  font-size: clamp(14px, 35 / var(--basis-width) * 100vw, 35px);
}
#cleansing .items .price-default .price {
  font-size: 143%;
}
#cleansing .items .price-default .unit {
  font-size: 85%;
}
#cleansing .items .price-default .delline {
  margin-left: 0.3em;
}
#cleansing .items .price-default .delline::after {
  background-color: var(--accent-color);
}
#cleansing .items .price-cp {
  margin-top: min(30px, calc((30 / var(--basis-width)) * 100vw));
  display: flex;
  color: var(--accent-color);
  font-size: clamp(20px, 38 / var(--basis-width) * 100vw, 38px);
  font-weight: bold;
}
#cleansing .items .price-cp .price {
  font-size: 182%;
}
#cleansing .items .price-cp .unit {
  font-size: 80%;
  font-weight: normal;
}
#cleansing .items .notCP {
  display: flex;
  color: var(--txt-color);
  font-size: clamp(18px, 38 / var(--basis-width) * 100vw, 38px);
  font-weight: normal;
}
#cleansing .items .notCP .price {
  margin-left: 0.15em;
  font-size: 176%;
  font-weight: bold;
}
#cleansing .items .notCP .unit {
  font-size: 80%;
}
#cleansing .items .star_wrap .star .revico-star {
  margin: min(25px, 25 / var(--basis-width) * 100vw) auto max(-10px, -10 / var(--basis-width) * 100vw);
}
@media screen and (max-width: 420px) {
  #cleansing .items .star_wrap .star .revico-star {
    margin: min(15px, 15 / var(--basis-width) * 100vw) auto max(-10px, -10 / var(--basis-width) * 100vw);
  }
}
#cleansing .items .btn_wrap {
  margin-top: min(48px, calc((48 / var(--basis-width)) * 100vw));
}
#cleansing .items .allcomponent {
  margin-top: min(48px, calc((48 / var(--basis-width)) * 100vw));
}
#cleansing .items .allcomponent .toggle--adjust {
  width: min(364px, 364 / var(--basis-width) * 100vw);
  aspect-ratio: 364/80;
  padding-right: 0.8em;
  border: 1px solid var(--txt-color);
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  letter-spacing: 0.3em;
}
#cleansing .items .allcomponent .toggle--adjust::after, #cleansing .items .allcomponent .toggle--adjust::before {
  right: 10%;
  width: 0.8em;
  height: 0.8em;
  background-color: var(--txt-color);
  clip-path: inset(46% 0 46% 0);
}
#cleansing .items .allcomponent .toggle--adjust::after {
  clip-path: inset(0 46% 0 46%);
}
#cleansing .items .allcomponent .details_inner {
  padding-top: min(50px, calc((50 / var(--basis-width)) * 100vw));
  padding-bottom: min(15px, calc((15 / var(--basis-width)) * 100vw));
  font-size: clamp(14px, 28 / var(--basis-width) * 100vw, 28px);
  text-align: justify;
}
#cleansing .items .view_details {
  margin-top: min(48px, calc((48 / var(--basis-width)) * 100vw));
}
#cleansing .items .notice {
  margin-top: min(48px, calc((48 / var(--basis-width)) * 100vw));
}

@media screen and (max-width: 768px) {
  .block-page-caption,
  .block-page-freespace--top,
  .block-page-freespace--bottom,
  .block-page-block--contents,
  .block-page-block {
    margin: 0;
  }
}
@media screen and (max-width: 768px) and (any-hover: hover) {
  #cleansing a:hover,
  #cleansing a *:hover,
  #cleansing button:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #cleansing a:active,
  #cleansing a:focus,
  #cleansing button:active {
    opacity: var(--opacity);
  }
}/*# sourceMappingURL=lp_cleansing.css.map */