:root {
  --rgb: 255, 255, 255;
  --top-btn-color: #666;
  --opacity: 0.7;
  --basis-width: 768;
  --txt-color: #444;
  --accent-color: #FF7676;
  --color-RD01: #ee6263;
  --color-CR01: #fb8a77;
  --color-BE01: #dd8172;
  --color-PK01: #ff9292;
  --color-PK02: #ef849d;
  --color-PK03: #e8a0a7;
  --color-PK04: #fc807c;
  --color-PK05: #f8acc5;
  --color-VL01: #e6b8e4;
}
@media screen and (max-width: 768px) {
  :root {
    --basis-width: 768;
  }
}

.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;
}

.hiddenTime {
  display: none;
}

.invisibleTime {
  display: none !important;
}

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

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

.bk_wrap {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: initial;
  height: 100vh;
  background-color: #fce9ed;
  background-image: url("../img/lp_waterblusher01/bk_2508.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .bk_wrap {
    background: #fce9ed;
  }
}

#waterblusher {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.3);
  color: var(--txt-color);
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  text-align: center;
  overflow-wrap: anywhere;
  line-break: strict;
  font-size: clamp(16px, calc((34 / 768) * 100vw), 34px);
}
#waterblusher * {
  outline: none !important;
  -moz-outline-style: none;
}
#waterblusher *:link, #waterblusher *:active, #waterblusher *:hover, #waterblusher *:focus {
  outline: none !important;
  -moz-outline-style: none;
}
#waterblusher a {
  color: inherit;
  transition: 0.5s;
  display: block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#waterblusher a:hover {
  opacity: var(--opacity);
  text-decoration-thickness: max(1px, 0.03em);
  text-underline-offset: 0.1em;
}
#waterblusher a:focus {
  text-decoration: none;
  text-decoration-thickness: max(1px, 0.03em);
  text-underline-offset: 0.1em;
}
#waterblusher a:link, #waterblusher a:active, #waterblusher a:hover, #waterblusher a:focus {
  outline: none !important;
  -moz-outline-style: none;
  text-decoration-thickness: max(1px, 0.03em);
  text-underline-offset: 0.1em;
}
#waterblusher .noneUL:target, #waterblusher .noneUL:visited, #waterblusher .noneUL:active, #waterblusher .noneUL:focus, #waterblusher .noneUL:focus-visible, #waterblusher .noneUL:focus-within, #waterblusher .noneUL:hover {
  text-decoration: none;
}
#waterblusher img {
  display: block;
  height: auto;
  margin-inline: auto;
}
#waterblusher picture {
  display: block;
  margin-inline: auto;
}
#waterblusher button {
  padding: 0;
  border: none;
  font: inherit;
  background: none;
  transition: 0.5s;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#waterblusher button:hover {
  opacity: var(--opacity);
}
#waterblusher b, #waterblusher strong {
  font-weight: 600;
  font-weight: bold;
}
#waterblusher .ul {
  text-decoration: underline;
}
#waterblusher .alL {
  text-align: left;
}
#waterblusher .alR {
  text-align: right;
}
#waterblusher .alC {
  text-align: center;
}
#waterblusher .alJ {
  text-align: justify;
}
#waterblusher p.notice,
#waterblusher ul.notice {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: min(688px, 688 / var(--basis-width) * 100vw);
  font-size: clamp(12px, 24 / var(--basis-width) * 100vw, 24px);
  line-height: calc(33 / 24);
  text-align: left;
}
#waterblusher p.notice li,
#waterblusher ul.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;
}
#waterblusher span.note_1em,
#waterblusher p.note_1em,
#waterblusher .note_1em dd,
#waterblusher .note_1em li {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0.3em auto;
  font-size: clamp(12px, 24 / var(--basis-width) * 100vw, 24px);
  text-align: justify;
}
#waterblusher span.note_2em,
#waterblusher p.note_2em,
#waterblusher .note_2em dd,
#waterblusher .note_2em li {
  display: block;
  text-indent: -2em;
  padding-left: 2em;
  margin: 0.3em auto;
  font-size: clamp(12px, 24 / var(--basis-width) * 100vw, 24px);
  text-align: justify;
}
#waterblusher .note_free {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.3em;
       column-gap: 0.3em;
  font-size: clamp(12px, 24 / var(--basis-width) * 100vw, 24px);
  text-align: justify;
}
#waterblusher 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;
}
#waterblusher sup.narrow {
  margin-left: -0.8em;
}
#waterblusher sup.wide {
  margin-left: -0.1em;
  margin-right: 0;
}
#waterblusher .small {
  font-size: clamp(12px, calc((24 / 768) * 100vw), 24px);
  vertical-align: baseline;
  line-height: 1.6;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: normal;
}
#waterblusher .caption {
  font-size: clamp(6px, calc((12 / 768) * 100vw), 12px);
  line-height: 1.5;
  text-align: left;
  vertical-align: super;
  letter-spacing: normal;
}
#waterblusher .vid_contents {
  position: relative;
  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);
}
#waterblusher .vid_contents:has(iframe) {
  padding-top: 56.25%;
}
#waterblusher .vid_contents iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#waterblusher .vid_main {
  width: 100%;
}
#waterblusher video {
  width: 100%;
}
#waterblusher .float {
  animation: btn-float 1s ease-in-out infinite alternate;
}
@keyframes btn-float {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(12px);
  }
}
#waterblusher .fadein {
  opacity: 0;
  transform: translateY(5px);
  transition: all 1s;
}
#waterblusher .fadein__on {
  animation: fadein 0.7s ease 1 alternate forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#waterblusher .line_anime {
  position: relative;
  display: block;
  width: 102%;
  margin: 0 auto;
  padding: 1px 0 0;
}
#waterblusher .line_anime span {
  position: absolute;
  top: 0;
  left: -1%;
  display: block;
  width: 0;
  height: 1px;
  margin: 0;
  background-color: rgba(71, 23, 0, 0.75);
  opacity: 0;
}
#waterblusher .line_anime.on span {
  animation: border_anim 0.5s ease-in forwards;
}
@keyframes border_anim {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
#waterblusher .topfadeIn {
  animation: topfadeIn 3s ease 0s 1 normal;
}
@keyframes topfadeIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#waterblusher .fadeInV {
  animation: fadeInV 0.5s step-start 1s alternate infinite;
}
@keyframes fadeInV {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#waterblusher .cart-btn-item,
#waterblusher .cart-btn {
  margin-inline: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80%;
  width: min(600px, 600 / var(--basis-width) * 100vw);
  aspect-ratio: 600/197;
  background-color: var(--accent-color);
  border-radius: min(27px, 27 / var(--basis-width) * 100vw);
  filter: drop-shadow(min(0px, 0 / var(--basis-width) * 100vw) min(6px, 6 / var(--basis-width) * 100vw) min(6px, 6 / var(--basis-width) * 100vw) rgba(183, 108, 119, 0.5));
  will-change: filter;
  color: #fff;
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  letter-spacing: 0.02em;
}
#waterblusher .cart-btn-item:target, #waterblusher .cart-btn-item:visited, #waterblusher .cart-btn-item:active, #waterblusher .cart-btn-item:focus, #waterblusher .cart-btn-item:focus-visible, #waterblusher .cart-btn-item:focus-within, #waterblusher .cart-btn-item:hover,
#waterblusher .cart-btn:target,
#waterblusher .cart-btn:visited,
#waterblusher .cart-btn:active,
#waterblusher .cart-btn:focus,
#waterblusher .cart-btn:focus-visible,
#waterblusher .cart-btn:focus-within,
#waterblusher .cart-btn:hover {
  text-decoration: none;
}
#waterblusher .cart-btn-item.closed, #waterblusher .cart-btn-item.unreleased, #waterblusher .cart-btn-item.soldout,
#waterblusher .cart-btn.closed,
#waterblusher .cart-btn.unreleased,
#waterblusher .cart-btn.soldout {
  display: flex !important;
  padding: 0 !important;
  background-color: #A0A0A0 !important;
  box-shadow: unset !important;
  filter: unset !important;
  font-size: 103%;
}
#waterblusher .cart-btn-item.unreleased,
#waterblusher .cart-btn.unreleased {
  font-size: 100%;
}
#waterblusher .cart-btn-item i,
#waterblusher .cart-btn i {
  font-size: 105%;
}
#waterblusher .cart-btn-item .l-char,
#waterblusher .cart-btn .l-char {
  font-size: clamp(16px, calc((38 / 768) * 100vw), 38px);
}
#waterblusher .cart-btn-item .unit,
#waterblusher .cart-btn .unit {
  font-size: clamp(16px, calc((27 / 768) * 100vw), 27px);
}
#waterblusher .cart-btn-item.arrow,
#waterblusher .cart-btn.arrow {
  padding-right: min(40px, 40 / var(--basis-width) * 100vw);
}
#waterblusher .cart-btn-item.arrow::after,
#waterblusher .cart-btn.arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(50px, 50 / var(--basis-width) * 100vw);
  display: block;
  width: min(17px, 17 / var(--basis-width) * 100vw);
  height: min(17px, 17 / var(--basis-width) * 100vw);
  transform: rotate(45deg) translateY(-50%);
  border-right: clamp(2px, 4 / var(--basis-width) * 100vw, 4px) solid #fff;
  border-top: clamp(2px, 4 / var(--basis-width) * 100vw, 4px) solid #fff;
  clip-path: unset;
  background-color: transparent;
}
#waterblusher .cart-btn-item.sub,
#waterblusher .cart-btn.sub {
  padding-top: 0.3em;
  margin-top: 0.9em;
}
#waterblusher .cart-btn-item__tag,
#waterblusher .cart-btn__tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  border-radius: 100cqw;
  color: var(--txt-color);
  font-size: clamp(12px, calc((30 / 768) * 100vw), 30px);
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 0.45em 1em;
  text-shadow: none;
}
#waterblusher .cart-btn-item__wrap:has(.sub),
#waterblusher .cart-btn__wrap:has(.sub) {
  padding-top: 1px;
}
#waterblusher .cart-btn-item.icoPlus,
#waterblusher .cart-btn.icoPlus {
  justify-content: flex-start;
  padding-left: min(85px, 85 / var(--basis-width) * 100vw) !important;
  text-align: left;
}
#waterblusher .cart-btn-item.icoPlus.arrow,
#waterblusher .cart-btn.icoPlus.arrow {
  padding-right: 0;
}
#waterblusher .cart-btn-item.icoPlus.arrow::after,
#waterblusher .cart-btn.icoPlus.arrow::after {
  right: min(25px, 25 / var(--basis-width) * 100vw);
}
@media screen and (max-width: 360px) {
  #waterblusher .cart-btn-item.icoPlus.arrow::after,
  #waterblusher .cart-btn.icoPlus.arrow::after {
    right: min(20px, 20 / var(--basis-width) * 100vw);
  }
}
#waterblusher .cart-btn-item.icoPlus .ico_img,
#waterblusher .cart-btn.icoPlus .ico_img {
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 116%;
  aspect-ratio: 100/210;
}
#waterblusher .cart-btn-item.icoPlus .ico_img img,
#waterblusher .cart-btn.icoPlus .ico_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#waterblusher .cart-btn-item {
  max-width: none;
  width: 100%;
  aspect-ratio: 340/114;
  background: var(--accent-color);
  font-size: clamp(15px, 30 / var(--basis-width) * 100vw, 30px);
  font-weight: normal;
  border-radius: unset;
  filter: unset;
}
#waterblusher .cart-btn-item.arrow {
  padding-right: 1.2em;
}
@media screen and (max-width: 360px) {
  #waterblusher .cart-btn-item.arrow {
    padding-right: 0.9em;
  }
}
#waterblusher .cart-btn-item.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) {
  #waterblusher .cart-btn-item.arrow::after {
    right: 1em;
  }
}
#waterblusher .cart-btn-item i {
  font-size: 103%;
}
#waterblusher .top_btn_wrap {
  padding-top: min(160px, calc((160 / var(--basis-width)) * 100vw));
  padding-bottom: min(160px, calc((160 / var(--basis-width)) * 100vw));
}
#waterblusher .top_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  width: min(594px, 594 / var(--basis-width) * 100vw);
  aspect-ratio: 594/153;
  margin: 0 auto;
  padding: 0;
  border: 2px solid var(--top-btn-color);
  color: var(--top-btn-color);
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  letter-spacing: 0.05em;
}
#waterblusher .top_btn:target, #waterblusher .top_btn:visited, #waterblusher .top_btn:active, #waterblusher .top_btn:focus, #waterblusher .top_btn:focus-visible, #waterblusher .top_btn:focus-within, #waterblusher .top_btn:hover {
  text-decoration: none;
}
@media screen and (max-width: 380px) {
  #waterblusher .top_btn {
    border: clamp(1px, 2 / var(--basis-width) * 100vw, 2px) solid var(--top-btn-color);
  }
}
#waterblusher .top_btn.arrow {
  padding-right: 1.4em;
}
#waterblusher .top_btn.arrow::after {
  content: "";
  position: absolute;
  top: 47%;
  right: min(55px, 55 / var(--basis-width) * 100vw);
  border-right: clamp(2px, 4 / var(--basis-width) * 100vw, 4px) solid var(--top-btn-color);
  border-top: clamp(2px, 4 / var(--basis-width) * 100vw, 4px) solid var(--top-btn-color);
  transform: rotate(45deg) translateY(-50%);
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: transparent;
  clip-path: unset;
}
#waterblusher .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(102, 102, 102, 0.5);
  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;
}
#waterblusher .modal[open] {
  opacity: 1;
  visibility: visible;
}
#waterblusher .modal::-webkit-scrollbar {
  display: none;
}
#waterblusher .modal__container {
  align-content: center;
  min-height: 100%;
  padding: min(50px, 50 / var(--basis-width) * 100vw) 0;
}
@media screen and (max-width: 768px) {
  #waterblusher .modal__container {
    padding: 20vw 0 6vw;
  }
}
#waterblusher .modal__body {
  align-self: center;
  position: relative;
  width: min(700px, 700 / 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) {
  #waterblusher .modal__body {
    margin: 0 auto;
  }
}
#waterblusher .modal__close {
  display: inline-block;
  margin-top: min(40px, calc((40 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  cursor: pointer;
  transition: all 0.2s;
  color: var(--txt-color);
  font-size: clamp(15px, 28 / var(--basis-width) * 100vw, 28px);
  letter-spacing: 0.05em;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  #waterblusher .modal__close {
    margin: min(60px, 60 / var(--basis-width) * 100vw) auto 0;
  }
}
#waterblusher .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;
}
#waterblusher .modal__close:hover {
  opacity: var(--opacity);
}
#waterblusher .modal__contents .name {
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
}
#waterblusher .modal__contents .price-default {
  margin-top: min(10px, calc((10 / var(--basis-width)) * 100vw));
  font-size: clamp(13px, 26 / var(--basis-width) * 100vw, 26px);
}
#waterblusher .modal__contents .price-default .price {
  margin: 0 0.07em;
  font-size: 150%;
}
#waterblusher .modal__contents .price-default .unit {
  font-size: 95%;
}
#waterblusher .modal__contents .btn_list {
  margin-top: min(20px, calc((20 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  width: min(640px, 640 / var(--basis-width) * 100vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: min(20px, 20 / var(--basis-width) * 100vw) 0;
}
#waterblusher .modal__contents .btn_list li {
  width: -moz-fit-content;
  width: fit-content;
}
#waterblusher .modal__contents .cart-btn {
  width: min(315px, 315 / var(--basis-width) * 100vw);
  max-width: none;
  aspect-ratio: 315/115;
  margin: 0;
  border-radius: unset;
  filter: drop-shadow(min(0px, 0 / var(--basis-width) * 100vw) min(3px, 3 / var(--basis-width) * 100vw) min(4px, 4 / var(--basis-width) * 100vw) rgba(183, 108, 119, 0.5));
  will-change: filter;
  font-size: clamp(12px, 24 / var(--basis-width) * 100vw, 24px);
  line-height: 1.3em;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #waterblusher .modal__contents .cart-btn {
    aspect-ratio: 315/125;
  }
}
#waterblusher .modal__contents .cart-btn .ico_img {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #waterblusher .modal__contents .cart-btn .ico_img {
    height: 112%;
  }
}
#waterblusher .modal__contents .cart-btn .bold {
  margin-bottom: min(5px, calc((5 / var(--basis-width)) * 100vw));
  display: block;
  font-size: 110%;
  font-weight: bold;
}
#waterblusher .modal__contents .cart-btn.unreleased, #waterblusher .modal__contents .cart-btn.bgClr_PK04, #waterblusher .modal__contents .cart-btn.bgClr_PK05, #waterblusher .modal__contents .cart-btn.bgClr_VL01 {
  font-size: clamp(11.5px, 24 / var(--basis-width) * 100vw, 24px);
  letter-spacing: -0.02em;
}
@media screen and (max-width: 360px) {
  #waterblusher .modal__contents .cart-btn.unreleased, #waterblusher .modal__contents .cart-btn.bgClr_PK04, #waterblusher .modal__contents .cart-btn.bgClr_PK05, #waterblusher .modal__contents .cart-btn.bgClr_VL01 {
    padding-left: min(80px, 80 / var(--basis-width) * 100vw) !important;
  }
}
#waterblusher .modal__contents .cart-btn.soldout, #waterblusher .modal__contents .cart-btn.closed {
  padding-left: min(85px, 85 / var(--basis-width) * 100vw) !important;
}
#waterblusher .revico-star {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#waterblusher .revico-star .revico-star-simple {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#waterblusher .revico-star #revico-star-simple-wrapper {
  display: flex;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
#waterblusher .revico-star .revico-star-block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#waterblusher .revico-star .starability-result {
  height: 28px !important;
}
#waterblusher .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;
}
#waterblusher .revico-star .revico-star-block--title {
  margin-left: -3px;
  margin-right: 0;
  color: var(--txt-color);
  font-size: 20px;
  letter-spacing: 0;
}
#waterblusher .revico-star .revico-star-block--rate {
  top: auto !important;
  transform: scale(1) !important;
  margin-left: 0;
  margin-right: 5px;
}
#waterblusher .star_wrap {
  overflow: hidden;
}
#waterblusher .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;
}
#waterblusher .star_wrap .star .revico-star {
  margin-top: min(20px, calc((20 / var(--basis-width)) * 100vw));
  margin-bottom: min(-10px, calc((-10 / var(--basis-width)) * 100vw));
  margin-inline: auto;
}
@media screen and (max-width: 420px) {
  #waterblusher .star_wrap .star .revico-star {
    margin-top: min(10px, calc((10 / var(--basis-width)) * 100vw));
  }
}
@media screen and (max-width: 768px) {
  #waterblusher .star_wrap .star {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 740px) {
  #waterblusher .star_wrap .star {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 700px) {
  #waterblusher .star_wrap .star {
    transform: scale(1.06);
  }
}
@media screen and (max-width: 660px) {
  #waterblusher .star_wrap .star {
    transform: scale(1.02);
  }
}
@media screen and (max-width: 620px) {
  #waterblusher .star_wrap .star {
    transform: scale(0.98);
  }
}
@media screen and (max-width: 580px) {
  #waterblusher .star_wrap .star {
    transform: scale(0.94);
  }
}
@media screen and (max-width: 540px) {
  #waterblusher .star_wrap .star {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 500px) {
  #waterblusher .star_wrap .star {
    transform: scale(0.86);
  }
}
@media screen and (max-width: 460px) {
  #waterblusher .star_wrap .star {
    transform: scale(0.82);
  }
}
@media screen and (max-width: 420px) {
  #waterblusher .star_wrap .star {
    transform: scale(0.78);
  }
}
@media screen and (max-width: 380px) {
  #waterblusher .star_wrap .star {
    transform: scale(0.74);
  }
}
@media screen and (max-width: 340px) {
  #waterblusher .star_wrap .star {
    transform: scale(0.7);
  }
}
#waterblusher .star_wrap.half {
  align-content: center;
}
#waterblusher .star_wrap.half .star {
  transform: scale(1);
}
@media screen and (max-width: 760px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.98);
  }
}
@media screen and (max-width: 740px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.96);
  }
}
@media screen and (max-width: 720px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.94);
  }
}
@media screen and (max-width: 700px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.92);
  }
}
@media screen and (max-width: 680px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 660px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.88);
  }
}
@media screen and (max-width: 640px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.86);
  }
}
@media screen and (max-width: 620px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.84);
  }
}
@media screen and (max-width: 600px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.82);
  }
}
@media screen and (max-width: 590px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.81);
  }
}
@media screen and (max-width: 580px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 570px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.79);
  }
}
@media screen and (max-width: 560px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.78);
  }
}
@media screen and (max-width: 550px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.77);
  }
}
@media screen and (max-width: 540px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.76);
  }
}
@media screen and (max-width: 530px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.75);
  }
}
@media screen and (max-width: 520px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.74);
  }
}
@media screen and (max-width: 510px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.73);
  }
}
@media screen and (max-width: 500px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.72);
  }
}
@media screen and (max-width: 490px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.71);
  }
}
@media screen and (max-width: 480px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.7) translateX(-5px);
  }
}
@media screen and (max-width: 470px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.69) translateX(-10px);
  }
}
@media screen and (max-width: 460px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.68) translateX(-15px);
  }
}
@media screen and (max-width: 450px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.67) translateX(-20px);
  }
}
@media screen and (max-width: 440px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.66) translateX(-25px);
  }
}
@media screen and (max-width: 430px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.65) translateX(-30px);
  }
}
@media screen and (max-width: 420px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.64) translateX(-35px);
  }
}
@media screen and (max-width: 410px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.63) translateX(-40px);
  }
}
@media screen and (max-width: 400px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.62) translateX(-45px);
  }
}
@media screen and (max-width: 390px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.61) translateX(-50px);
  }
}
@media screen and (max-width: 380px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.6) translateX(-55px);
  }
}
@media screen and (max-width: 370px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.59) translateX(-60px);
  }
}
@media screen and (max-width: 360px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.58) translateX(-65px);
  }
}
@media screen and (max-width: 350px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.57) translateX(-70px);
  }
}
@media screen and (max-width: 340px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.56) translateX(-75px);
  }
}
@media screen and (max-width: 330px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.55) translateX(-80px);
  }
}
@media screen and (max-width: 320px) {
  #waterblusher .star_wrap.half .star {
    transform: scale(0.54) translateX(-85px);
  }
}
#waterblusher .d-pc {
  display: unset;
}
@media screen and (max-width: 768px) {
  #waterblusher .d-pc {
    display: none !important;
  }
}
#waterblusher .d-sb {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #waterblusher .d-sb {
    display: unset !important;
  }
}
#waterblusher .mt_xs {
  margin-top: min(46px, calc((46 / var(--basis-width)) * 100vw));
}
#waterblusher .mb_xs {
  margin-bottom: min(46px, calc((46 / var(--basis-width)) * 100vw));
}
#waterblusher .mt_s {
  margin-top: min(68px, calc((68 / var(--basis-width)) * 100vw));
}
#waterblusher .mb_s {
  margin-bottom: min(68px, calc((68 / var(--basis-width)) * 100vw));
}
#waterblusher .mt_m {
  margin-top: min(140px, calc((140 / var(--basis-width)) * 100vw));
}
#waterblusher .mb_m {
  margin-bottom: min(140px, calc((140 / var(--basis-width)) * 100vw));
}
#waterblusher .mt_l {
  margin-top: min(160px, calc((160 / var(--basis-width)) * 100vw));
}
#waterblusher .mb_l {
  margin-bottom: min(160px, calc((160 / var(--basis-width)) * 100vw));
}
#waterblusher .mt_xl {
  margin-top: min(280px, calc((280 / var(--basis-width)) * 100vw));
}
#waterblusher .mb_xl {
  margin-bottom: min(280px, calc((280 / var(--basis-width)) * 100vw));
}
#waterblusher .pt_xs {
  padding-top: min(46px, calc((46 / var(--basis-width)) * 100vw));
}
#waterblusher .pb_xs {
  padding-bottom: min(46px, calc((46 / var(--basis-width)) * 100vw));
}
#waterblusher .pt_s {
  padding-top: min(68px, calc((68 / var(--basis-width)) * 100vw));
}
#waterblusher .pb_s {
  padding-bottom: min(68px, calc((68 / var(--basis-width)) * 100vw));
}
#waterblusher .pt_m {
  padding-top: min(140px, calc((140 / var(--basis-width)) * 100vw));
}
#waterblusher .pb_m {
  padding-bottom: min(140px, calc((140 / var(--basis-width)) * 100vw));
}
#waterblusher .pt_l {
  padding-top: min(160px, calc((160 / var(--basis-width)) * 100vw));
}
#waterblusher .pb_l {
  padding-bottom: min(160px, calc((160 / var(--basis-width)) * 100vw));
}
#waterblusher .pt_xl {
  padding-top: min(280px, calc((280 / var(--basis-width)) * 100vw));
}
#waterblusher .pb_xl {
  padding-bottom: min(280px, calc((280 / var(--basis-width)) * 100vw));
}
#waterblusher .sec_inner {
  width: min(708px, 708 / var(--basis-width) * 100vw);
  margin-inline: auto;
}
#waterblusher .price {
  color: var(--txt-color);
}
#waterblusher .price .unit {
  font-size: 65%;
}
#waterblusher .fColor_01 {
  color: var(--txt-color);
}
#waterblusher .fColor_02 {
  color: var(--accent-color);
}
#waterblusher .bgClr_RD01 {
  background-color: var(--color-RD01);
}
#waterblusher .bgClr_CR01 {
  background-color: var(--color-CR01);
}
#waterblusher .bgClr_BE01 {
  background-color: var(--color-BE01);
}
#waterblusher .bgClr_PK01 {
  background-color: var(--color-PK01);
}
#waterblusher .bgClr_PK02 {
  background-color: var(--color-PK02);
}
#waterblusher .bgClr_PK03 {
  background-color: var(--color-PK03);
}
#waterblusher .bgClr_PK04 {
  background-color: var(--color-PK04);
}
#waterblusher .bgClr_PK05 {
  background-color: var(--color-PK05);
  text-shadow: #b27990 min(0px, 0 / var(--basis-width) * 100vw) min(0px, 0 / var(--basis-width) * 100vw) min(5px, 5 / var(--basis-width) * 100vw);
}
@media screen and (max-width: 400px) {
  #waterblusher .bgClr_PK05 {
    text-shadow: #7d4152 min(0px, 0 / var(--basis-width) * 100vw) min(1px, 1 / var(--basis-width) * 100vw) min(10px, 10 / var(--basis-width) * 100vw);
  }
}
#waterblusher .bgClr_VL01 {
  background-color: var(--color-VL01);
  text-shadow: #765972 min(0px, 0 / var(--basis-width) * 100vw) min(1px, 1 / var(--basis-width) * 100vw) min(8px, 8 / var(--basis-width) * 100vw);
}
@media screen and (max-width: 400px) {
  #waterblusher .bgClr_VL01 {
    text-shadow: #765972 min(0px, 0 / var(--basis-width) * 100vw) min(1px, 1 / var(--basis-width) * 100vw) min(12px, 12 / var(--basis-width) * 100vw);
  }
}
#waterblusher h1.mv {
  position: relative;
  display: block !important;
}
#waterblusher .cv {
  padding-top: min(46px, calc((46 / var(--basis-width)) * 100vw));
}
#waterblusher .cv:has(+ .info) {
  padding-bottom: min(68px, calc((68 / var(--basis-width)) * 100vw));
}
#waterblusher .intro {
  padding-top: min(68px, calc((68 / var(--basis-width)) * 100vw));
  padding-bottom: min(140px, calc((140 / var(--basis-width)) * 100vw));
}
#waterblusher .intro__img {
  margin-top: min(46px, calc((46 / var(--basis-width)) * 100vw));
  margin-bottom: min(40px, calc((40 / var(--basis-width)) * 100vw));
}
#waterblusher .intro__txt_02 {
  margin-top: min(46px, calc((46 / var(--basis-width)) * 100vw));
}
#waterblusher .intro__small {
  margin-top: min(46px, calc((46 / var(--basis-width)) * 100vw));
}
#waterblusher .info {
  background-color: rgba(255, 255, 255, 0.4);
}
#waterblusher .info__sec {
  padding-top: min(140px, calc((140 / var(--basis-width)) * 100vw));
  padding-bottom: min(20px, calc((20 / var(--basis-width)) * 100vw));
}
#waterblusher .info .lineup__img01 {
  margin-top: min(46px, calc((46 / var(--basis-width)) * 100vw));
}
#waterblusher .info .lineup__name {
  margin-top: min(68px, calc((68 / var(--basis-width)) * 100vw));
}
#waterblusher .info .lineup__sub-name {
  font-size: clamp(16px, calc((32 / 768) * 100vw), 32px);
}
#waterblusher .info .lineup .price {
  font-size: clamp(16px, calc((46 / 768) * 100vw), 46px);
}
#waterblusher .info .lineup .notice {
  margin-top: min(15px, calc((15 / var(--basis-width)) * 100vw));
  margin-bottom: min(68px, calc((68 / var(--basis-width)) * 100vw));
}
#waterblusher .info .lineup__img02 {
  margin-top: min(46px, calc((46 / var(--basis-width)) * 100vw));
}
#waterblusher .point {
  padding-top: min(68px, calc((68 / var(--basis-width)) * 100vw));
}
#waterblusher .point__wrap {
  margin-top: min(20px, calc((20 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  display: flex;
  align-items: center;
  -moz-column-gap: min(35px, 35 / var(--basis-width) * 100vw);
       column-gap: min(35px, 35 / var(--basis-width) * 100vw);
  width: min(677px, 677 / var(--basis-width) * 100vw);
  background-color: #fff;
  padding: min(12px, 12 / var(--basis-width) * 100vw);
  border-radius: min(45px, 45 / var(--basis-width) * 100vw);
}
#waterblusher .point__img {
  margin: 0;
  width: min(181px, 181 / var(--basis-width) * 100vw);
  border-radius: min(40px, 40 / var(--basis-width) * 100vw);
  overflow: hidden;
}
#waterblusher .point__txt {
  max-width: min(430px, 430 / var(--basis-width) * 100vw);
  font-size: clamp(14px, 32 / var(--basis-width) * 100vw, 32px);
  line-height: calc(50 / 32);
  text-align: left;
}
#waterblusher .list__img {
  margin-top: min(46px, calc((46 / var(--basis-width)) * 100vw));
}
#waterblusher .swatches__img {
  margin-top: min(46px, calc((46 / var(--basis-width)) * 100vw));
}
#waterblusher .chart {
  padding-bottom: min(140px, calc((140 / var(--basis-width)) * 100vw));
}
#waterblusher .chart__img {
  margin-top: min(46px, calc((46 / var(--basis-width)) * 100vw));
  width: min(727px, 727 / var(--basis-width) * 100vw);
}
#waterblusher .lineup-items {
  padding-top: min(70px, calc((70 / var(--basis-width)) * 100vw));
  padding-bottom: min(30px, calc((30 / var(--basis-width)) * 100vw));
}
#waterblusher .lineup-items .lineup-item {
  padding-top: min(40px, calc((40 / var(--basis-width)) * 100vw));
  padding-bottom: min(110px, calc((110 / var(--basis-width)) * 100vw));
}
#waterblusher .lineup-items .lineup-item .star_wrap .revico-star {
  margin-top: min(30px, calc((30 / var(--basis-width)) * 100vw));
  margin-bottom: min(0px, calc((0 / var(--basis-width)) * 100vw));
}
@media screen and (max-width: 420px) {
  #waterblusher .lineup-items .lineup-item .star_wrap .revico-star {
    margin-top: min(10px, calc((10 / var(--basis-width)) * 100vw));
    margin-bottom: min(-10px, calc((-10 / var(--basis-width)) * 100vw));
  }
}
#waterblusher .lineup-items .lineup-item .cart-btn {
  aspect-ratio: 600/171;
}
#waterblusher .lineup-items .lineup-item .cart-btn.sub {
  padding-top: 0.5em;
}
#waterblusher .lineup-items .lineup-item .cart-btn__wrap {
  margin-top: min(30px, calc((30 / var(--basis-width)) * 100vw));
}
#waterblusher .tips {
  padding-top: min(140px, calc((140 / var(--basis-width)) * 100vw));
  padding-bottom: min(120px, calc((120 / var(--basis-width)) * 100vw));
  background-color: rgba(255, 255, 255, 0.4);
}
#waterblusher .tips__lead {
  margin-top: min(68px, calc((68 / var(--basis-width)) * 100vw));
}
#waterblusher .tips__img {
  margin-top: min(46px, calc((46 / var(--basis-width)) * 100vw));
  width: min(528px, 528 / var(--basis-width) * 100vw);
}
#waterblusher .tips__name {
  margin-inline: auto;
  width: min(607px, 607 / var(--basis-width) * 100vw);
}
#waterblusher .tips__txt {
  margin-inline: auto;
  font-size: clamp(16px, 34 / var(--basis-width) * 100vw, 34px);
  line-height: calc(59 / 34);
  width: min(680px, 680 / var(--basis-width) * 100vw);
  text-align: left;
}
#waterblusher .tips div[class*=tips] {
  padding-top: min(140px, calc((140 / var(--basis-width)) * 100vw));
  padding-bottom: min(20px, calc((20 / var(--basis-width)) * 100vw));
}
#waterblusher .tips div[class*=tips] > * + * {
  margin-top: min(46px, calc((46 / var(--basis-width)) * 100vw));
}
#waterblusher .ingredients {
  padding-top: min(140px, calc((140 / var(--basis-width)) * 100vw));
  padding-bottom: min(20px, calc((20 / var(--basis-width)) * 100vw));
}
#waterblusher .ingredients__lead {
  margin-top: min(52px, calc((52 / var(--basis-width)) * 100vw));
}
#waterblusher .ingredients__img {
  margin-top: min(30px, calc((30 / var(--basis-width)) * 100vw));
}
#waterblusher .ingredients__txt {
  margin-top: min(52px, calc((52 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  font-size: clamp(16px, 34 / var(--basis-width) * 100vw, 34px);
  line-height: calc(59 / 34);
  width: min(680px, 680 / var(--basis-width) * 100vw);
  text-align: left;
}
#waterblusher .ingredients__small {
  margin-top: min(46px, calc((46 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  width: min(680px, 680 / var(--basis-width) * 100vw) !important;
}
#waterblusher .howto {
  padding-top: min(140px, calc((140 / var(--basis-width)) * 100vw));
  padding-bottom: min(20px, calc((20 / var(--basis-width)) * 100vw));
}
#waterblusher .howto__wrap {
  margin-top: min(68px, calc((68 / var(--basis-width)) * 100vw));
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5em 2%;
}
#waterblusher .howto__wrap > * {
  flex: 1 0 49%;
}
#waterblusher .howto__img-wrap {
  width: min(680px, 680 / var(--basis-width) * 100vw);
  background-color: #fff;
  margin-inline: auto;
}
#waterblusher .howto__img_01 {
  width: 100%;
}
#waterblusher .howto__img_02 {
  margin-top: min(10px, calc((10 / var(--basis-width)) * 100vw));
  width: 100%;
}
#waterblusher .howto__txt {
  margin-top: min(46px, calc((46 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  width: 88.5%;
  font-size: clamp(15px, 32 / var(--basis-width) * 100vw, 32px);
  line-height: calc(52 / 32);
  text-align: left;
}
#waterblusher .product {
  padding-top: min(140px, calc((140 / var(--basis-width)) * 100vw));
  padding-bottom: min(68px, calc((68 / var(--basis-width)) * 100vw));
}
#waterblusher .product .item {
  width: 48%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  font-size: clamp(12px, calc((30 / 768) * 100vw), 30px);
  color: #4d4d4d;
}
#waterblusher .product .item__list {
  margin-top: min(68px, calc((68 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: min(68px, 68 / var(--basis-width) * 100vw);
  width: min(710px, 710 / var(--basis-width) * 100vw);
}
#waterblusher .product .item__lower {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
}
#waterblusher .product .item .star_wrap .revico-star {
  margin-top: min(20px, calc((20 / var(--basis-width)) * 100vw));
  margin-inline: auto;
}
#waterblusher .product .item__name {
  margin-top: min(24px, calc((24 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  letter-spacing: -0.02em;
  font-size: clamp(13px, 30 / var(--basis-width) * 100vw, 30px);
}
#waterblusher .product .item__link {
  margin-top: min(24px, calc((24 / var(--basis-width)) * 100vw));
  font-size: clamp(14px, 32 / var(--basis-width) * 100vw, 32px);
  letter-spacing: 0.05em;
}
#waterblusher .product .item__link a {
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.03em);
  text-underline-offset: 0.1em;
}
#waterblusher .product .item .tag {
  margin-top: min(30px, calc((30 / var(--basis-width)) * 100vw));
  display: block;
  padding: 0.1em 1em;
  border: 2px solid var(--accent-color);
  color: var(--accent-color);
  font-size: clamp(13px, 28 / var(--basis-width) * 100vw, 28px);
  text-stroke: 0.5px var(--accent-color);
  -webkit-text-stroke: 0.5px var(--accent-color);
  letter-spacing: 0.02em;
}
#waterblusher .product .item .free {
  margin-top: min(20px, calc((20 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  width: 84%;
  background-color: var(--accent-color);
  border-radius: 768px;
  padding: 0.1em 0.8em;
  color: #fff;
  font-size: clamp(13px, 28 / var(--basis-width) * 100vw, 28px);
}
@media screen and (max-width: 360px) {
  #waterblusher .product .item .free {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#waterblusher .product .item .price {
  margin-top: min(10px, calc((10 / var(--basis-width)) * 100vw));
  font-size: clamp(19px, 44 / var(--basis-width) * 100vw, 44px);
  white-space: nowrap;
}
#waterblusher .product .item .btn_wrap {
  margin-top: min(30px, calc((30 / var(--basis-width)) * 100vw));
}
#waterblusher .link {
  padding-top: min(68px, calc((68 / var(--basis-width)) * 100vw));
}
#waterblusher .link__bnr {
  margin-top: min(68px, calc((68 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  width: min(710px, 710 / var(--basis-width) * 100vw);
  filter: drop-shadow(0.05em 0.2em 0.2em rgba(183, 108, 119, 0.5));
}

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

@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) {
  #waterblusher a:hover,
  #waterblusher a *:hover,
  #waterblusher button:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #waterblusher a:active,
  #waterblusher a:focus,
  #waterblusher button:active {
    opacity: var(--opacity);
  }
}/*# sourceMappingURL=lp_waterblusher02.css.map */