<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* -----------------------------------------------------
 fonts
-------------------------------------------------------- */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/NotoSansJP-Thin.woff2') format('woff2'), url('../fonts/NotoSansJP-Thin.woff') format('woff'), url('../fonts/NotoSansJP-Thin.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-family: 'Noto Sans JP';
  font-weight: 300;
  src: url('../fonts/NotoSansJP-Light.woff2') format('woff2'), url('../fonts/NotoSansJP-Light.woff') format('woff'), url('../fonts/NotoSansJP-Light.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSansJP-Regular.woff2') format('woff2'), url('../fonts/NotoSansJP-Regular.woff') format('woff'), url('../fonts/NotoSansJP-Regular.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/NotoSansJP-Medium.woff2') format('woff2'), url('../fonts/NotoSansJP-Medium.woff') format('woff'), url('../fonts/NotoSansJP-Medium.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/NotoSansJP-Bold.woff2') format('woff2'), url('../fonts/NotoSansJP-Bold.woff') format('woff'), url('../fonts/NotoSansJP-Bold.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/NotoSansJP-Black.woff2') format('woff2'), url('../fonts/NotoSansJP-Black.woff') format('woff'), url('../fonts/NotoSansJP-Black.otf') format('opentype');
  font-display: swap;
}

/* -----------------------------------------------------
 基本設定
-------------------------------------------------------- */
html {
  font-size: 62.5%; 
  overflow-x: hidden;
}
body {
  background-color: #fff;
  line-height: 1.75;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","HiraKakuProN-W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif, serif;
  word-break: break-all;
  color: #000;
}
html, body, h1, h2, h3, h4, h5, h6, p, figure, dl, dt, dd, ul, ol, li {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul, ol, li {
  list-style: none;
}
em {
  font-style: normal;
}
header, footer, main, nav, article, aside, section, div, p {
  display: block;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
}
img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  border: none;
}
a {
  outline: none;
  text-decoration: none;
  transition: opacity .3s ease;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
    font-size: 3.125vw;/* 20px(640px BreakPoint) */
  }
}
@media screen and (min-width: 768px), print {
  body {
    font-size: 1.6rem;
  }
  a {
    transition: opacity .3s ease;
  }
  a:hover {
    opacity: .7;
  }
  [href^="tel:"] {
    pointer-events: none;
  }
}

/* -----------------------------------------------------
 共通class
-------------------------------------------------------- */
[class|="inner"] {
  margin: auto;
}
[class|="flx"] {
  display: flex;
}
.ttl-sec {
  margin-bottom: 2.5em;
}

@media screen and (max-width: 767px) {
  [class|="inner"] {
    width: 93.75%;
  }
  .only-pc {
    display: none;
  }
  [class|="sec"] {
    padding: 8.75vw 0;
  }
}
@media screen and (min-width: 768px), print {
  [class|="inner"] {
    max-width: 842px;
    width: 96%;
  }
  [class|="flxpc"] {
    display: flex;
  }
  .only-sp {
    display: none;
  }
  [class|="sec"] {
    padding: 55px 0;
  }
}


/* -----------------------------------------------------
 header
-------------------------------------------------------- */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-color: rgba(255, 255, 255, .35);
  z-index: 100;
}
.flx-header {
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flx-header {
    padding: 5.15625vw 0;
  }
  .col-header-logo {
    width: 29.375vw;
  }
  .col-header-mail {
    width: 41.875vw;
  }
  .img-lulumo {
    height: 3.75vw;
  }
  .img-mail {
    width: 36.25vw;
  }
}
@media screen and (min-width: 768px), print {
  .flx-header {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .col-header-logo {
    width: 176px;
  }
  .col-header-mail {
    width: 216px;
  }
  .img-lulumo {
    height: 22px;
  }
  .img-mail {
    width: 156px;
  }
}


/* -----------------------------------------------------
 footer
-------------------------------------------------------- */
.footer {
  background-color: #adb9bc;
  color: #fff;
}
.flx-footer-link {
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
.flx-footer-link a {
  color: #fff;
}
.copyright {
  display: block;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 3em 0 2em;
    text-align: center;
  }
  .col-footer-logo {
    margin-bottom: 2em;
  }
  .flx-footer-link {
    width: 86%;
    margin: 0 auto 1em;
  }
  .flx-footer-link a {
    /*font-size: 2.8125vw;*/
  }
  .copyright {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px), print {
  .footer {
    padding: 37px 0 34px;
  }
  .flxpc-footer {
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .col-footer-logo {
    width: 176px;
  }
  .col-footer-txt {
    width: 380px;
    padding-right: 30px;
  }
  .flx-footer-link {
    margin-bottom: 10px;
  }
  .flx-footer-link a {
    font-size: 12px;
  }
  .copyright {
    text-align: right;
    font-size: 12px;
  }
}



/* -----------------------------------------------------
 mv
-------------------------------------------------------- */
.mv {
  position: relative;
  background: url(../img/bg_mv.jpg) no-repeat center top;
  background-size: cover;
}
.inner-mv {
  position: relative;
  height: 100%;
}
.mv-phrase,
.img-mv-product,
.mv-cpn,
.flx-mv-label {
  position: absolute;
}
.mv-cpn {
  background-color: rgba(255, 255, 255, .75);
}
.flx-mv-label {
  align-items: stretch;
  justify-content: space-between;
  text-align: center;
  font-weight: bold;
  color: #b25957;
}
[class|="col-mv-label"] {
  position: relative;
  background-color: rgba(255, 255, 255, .75);
}
.col-mv-label-1 {
  width: 31.6%;
}
.col-mv-label-2 {
  width: 63.8%;
}
@media screen and (max-width: 767px) {
  .mv {
    height: 111.25vw;
    background-position: 70% 40%;
  }
  .inner-mv {
  }
  .mv-phrase {
    top: 25.3125vw;
    right: 4.21875vw;
    width: 55.625vw;
  }
  .img-mv-product {
    top: 22.1875vw;
    left: 0;
    width: 57.5vw;
  }
  .mv-cpn {
    bottom: 10.625vw;
    right: 2.8125vw;
    padding: 0 2.1875vw 3.125vw;
  }
  .img-mv-cpn {
    width: 51.875vw;
  }
  .flx-mv-label {
    bottom: 10.625vw;
    right: 2.8125vw;
    width: 60vw;
    padding: 0;
  }
  [class|="col-mv-label"] {
    height: 20vw;
    padding: 0 2vw;
  }
}
@media screen and (min-width: 768px), print {
  .mv {
    height: 645px;
    background-position: center 40%;
  }
  .inner-mv {
  }
  .mv-phrase {
    top: 108px;
    right: -10px;
    max-width: 332px;
    width: 40%;
  }
  .img-mv-product {
    top: 97px;
    left: 332px;
    max-width: 368px;
    width: 44%;
  }
  .mv-cpn {
    bottom: 48px;
    left: -48px;
    padding: 0 14px 20px;
    max-width: 367px;
    width: 44%;
  }
  .img-mv-cpn {
    max-width: 339px;
    width: 100%;
  }
  .flx-mv-label {
    bottom: 48px;
    left: -48px;
    padding: 0;
    max-width: 342px;
    width: 44%;
  }
  [class|="col-mv-label"] {
    height: 105px;
  }
}


/* -----------------------------------------------------
 sec-price
-------------------------------------------------------- */
.link-bnr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5em;
  box-sizing: border-box;
  border: solid 1px #666;
  line-height: 1;
  color: #000;
}
.link-bnr::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2021%22%3E%3Cpath%20d%3D%22M21%2C0V21H0%22%20style%3D%22fill%3A%23707070%3Bfill-rule%3Aevenodd%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
  background-size: contain;
}
.img-bnr-logo {
  display: block;
}
.bnr-txt {
  display: block;
  text-align: center;
}
.bnr-txt b {
  display: block;
  margin-bottom: .5em;
}
.coupon {
  display: block;
}
.img-product-name,
.img-product-price {
    margin: 0 0 1.25em;
}
.col-price-txt p,
.price-notes {
  margin-bottom: 1em;
}
.img-notused {
  width: 100%;
}
.flxpc-notused {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .inner-price {
    width: 88.75%;
  }
  .flxpc-price-bnr {
    width: 76.25vw;
    margin: 0 auto 2em;
  }
  .link-bnr:first-child {
    margin-bottom: 1.25em;
  }
  .link-bnr::after {
    width: 4.0625vw;
    height: 4.0625vw;
  }
  .bnr-logo {
    width: 23.125vw;
  }
  .img-bnr-logo {
    width: 100%;
  }
  .bnr-txt {
    width: 36.5625vw;
    font-size: 3.28125vw;
  }
  .img-product {
    width: 18.75vw;
    margin-bottom: 2em;
  }
  .img-product-name {
    width: 66.875vw;
  }
  .img-product-price {
    width: 26vw;
  }
  .price-notes {
    margin-bottom: .5em;
    font-size: 2.8125vw;
  }
  .flxpc-notused {
    width: 78.125vw;
  }
  .flxpc-notused li:first-of-type {
    margin-bottom: .5em;
  }
}
@media screen and (min-width: 768px), print {
  .inner-price {
    max-width: 842px;
  }
  .flxpc-price-bnr {
    align-items: stretch;
    justify-content: space-between;
    margin: 0 auto 3em;
  }
  .link-bnr {
    max-width: 409px;
    width: 48%;
  }
  .link-bnr::after {
    width: 21px;
    height: 21px;
  }
  .bnr-logo {
    width: 125px;
  }
  .bnr-txt {
    width: 200px;
    font-size: 18px;
  }
  .flxpc-price {
    align-items: center;
    justify-content: space-between;
  }
  .col-price-img {
    width: 96px;
  }
  .col-price-txt {
    max-width: 706px;
    width: calc(100% - 130px);
  }
  .img-product-name {
    width: 425px;
  }
  .img-product-price {
    width: 133px;
  }
  .price-notes {
    font-size: 12px;
  }
  .flxpc-notused {
    align-items: stretch;
    justify-content: space-between;
  }
  .flxpc-notused li {
    width: 49.29%;
  }
}


/* -----------------------------------------------------
 policy
-------------------------------------------------------- */
.sec-policy {
  background: url(../img/bg_policy.jpg) no-repeat top center;
  background-size: cover;
}
.blk-policy {
  padding: 2em 0;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, .8);
  text-align: center;
}
.item-policy {
  display: block;
  letter-spacing: .1em;
  font-weight: normal;
  color: #b66461;
}
.list-policy li:not(:last-of-type) {
  position: relative;
  margin-bottom: 2em;
}
.list-policy li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -1.5em;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20170.59%2011.53%22%3E%3Cpath%20d%3D%22M.16%2C6s35.72-12.39%2C83.45.19S170.4%2C3.07%2C170.4%2C3.07%22%20style%3D%22fill%3Anone%3Bstroke%3A%23000%3Bisolation%3Aisolate%3Bopacity%3A0.800000011920929%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .img-ttl-policy {
    width: 48.4375vw;
  }
  .item-policy {
    font-size: 4.6875vw;
  }
  .txt-policy {
  }
  .list-policy li:not(:last-of-type)::after {
    width: 21.25vw;
    height: 1.40625vw;
  }
}
@media screen and (min-width: 768px), print {
  .img-ttl-policy {
    width: 302px;
  }
  .blk-policy {
    width: 634px;
  }
  .item-policy {
    font-size: 30px;
  }
  .txt-policy {
    font-size: 20px;
  }
  .list-policy li:not(:last-of-type)::after {
    width: 130px;
    height: 9px;
  }
}


/* -----------------------------------------------------
 about
-------------------------------------------------------- */
.inner-about {
  position: relative;
  line-height: 1.5;
  text-align: center;
}
.inner-about1 {
  background: url(../img/bg_about1.jpg) no-repeat center;
}
.subttl-about1 {
  margin-bottom: .75em;
}
.subttl-about1 span {
  display: block;
  font-weight: normal;
}
.about1-em {
  position: relative;
  margin-bottom: 1em;
  line-height: 1;
  font-weight: 500;
}
.about1-em em {
  font-weight: bold;
  font-style: italic;
}
.about1-em .unit {
  display: inline-block;
  margin-left: .1em;
  font-style: normal;
  font-weight: normal;
}
.about1-notes {
  position: absolute;
  bottom: 1em;
  left: 1em;
  text-align: left;
  line-height: 1.4;
  font-weight: 500;
}
.inner-about2 {
  background: url(../img/bg_about2.jpg) no-repeat center;
}
.subttl-about {
  margin-bottom: 1em;
}
.about2-txt {
  position: relative;
  color: #b25957;
}
.about2-txt::before {
  content: "";
  position: absolute;
  top: -1.5em;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 30%;
  background-color: #b25957;
}
.img-num {
  margin-bottom: 1em;
}

.inner-about3 {
  background-color: #f2f2f2;
}
.flx-about3 {
  align-items: stretch;
  justify-content: space-between;
  margin: 3em auto 0;
}
.flx-about3 li {
  width: 31.8%;
  font-weight: bold;
}
.flx-about3 li img {
  margin-bottom: .5em;
  border-radius: 50%;
}

.inner-about4 {
  position: relative;
  background: url(../img/bg_about4.png) no-repeat center;
  background-size: cover;
}
.inner-about4::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-color: #b25957;
}
.subttl-about4 {
  margin-bottom: .5em;
}
.subttl-about4 span {
  letter-spacing: .1em;
}
.flx-about4 {
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.flx-about4 li {
  width: 22%;
}
.flx-about4 li:not(:first-of-type) {
  margin-left: 2%;
}
.flx-about4 li:nth-of-type(5) {
  margin-left: 11%;
}
.inner-about1::before,
.about1-em::before,
.about1-em::after,
.about2-txt2::after,
.inner-about3::before {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.inner-about1::before {
  background-image: url(../img/pt_about1_img1.png);
}
.about1-em::before {
  background-image: url(../img/pt_about1_img2.png);
}
.about1-em::after {
  background-image: url(../img/pt_about1_img3.png);
}
.about2-txt2::after {
  background-image: url(../img/pt_about2_img2.png);
}
.inner-about3::before {
  background-image: url(../img/pt_about3_img1.png);
}
@media screen and (max-width: 767px) {
  .inner-about {
    width: 100%;
    padding: 3em .25em;
  }
  .img-ttl-about {
    width: 81.25vw;
  }
  .inner-about p {
    font-size: 100%;
  }
  .inner-about1 {
    padding: 3em 1em 65.625vw;
    background-position: center top;
    background-size: auto 104%;
  }
  .subttl-about1 span {
    font-size: 4.375vw;
  }
  .subttl-about1 {
    font-size: 6.25vw;
  }
  .about1-em {
    font-size: 7.26563vw;
  }
  .about1-em sup {
    font-size: 6.25vw;
  }
  .about1-em em {
    font-size: 16.25vw;
  }
  .about1-em .unit {
    font-size: 10vw;
  }
  .about1-em b {
    font-size: 11.09375vw;
  }
  .about1-notes {
    font-size: 2.1875vw;
  }
  .inner-about2 {
    padding: 3em .25em 53.125vw;
    background-position: 60% 40%;
    background-size: 112% auto;
  }
  .subttl-about {
    font-size: 5.3125vw;
  }
  .subttl-about small {
    font-size: 3.75vw;
  }
  .about2-txt {
    margin: 4em 0 1.5em;
  }
  .about2-txt::before {
    height: .78125vw;
  }
  .about2-txt2 {
    margin-top: 5.5em;
  }
  .img-num {
    width: auto;
    height: 5.625vw;
  }
  .img-about2-txt1 {
    width: 68.125vw;
  }
  .img-about2-txt2 {
    width: 76.5625vw;
  }
  .flx-about3 li {
    max-width: 31.25vw;
  }
  .inner-about4::before {
    top: 1em;
    width: 59%;
    height: .78125vw;
  }
  .flx-about4 {
    width: 81.40625vw;
    margin: 2em 0 0 .5em;
  }
  .flx-about4 li {
    max-width: 16.875vw;
  }
  .inner-about1::before {
    top: -4em;
    left: -6em;
    width: 32.5vw;
    height: 31.40625vw;
  }
  .about1-em::before {
    right: -17.1875vw;
    top: -7.1875vw;
    width: 47.03125vw;
    height: 23.59375vw;
  }
  .about1-em::after {
    left: -22.8125vw;
    bottom: -4.6875vw;
    width: 40.625vw;
    height: 25vw;
  }
  .about2-txt2::after {
    top: -17.1875vw;
    right: -13.28125vw;
    width: 32.1875vw;
    height: 32.1875vw;
  }
  .inner-about3::before {
    top: 1.25vw;
    right: -36.875vw;
    width: 54.21875vw;
    height: 60.625vw;
  }
}
@media screen and (min-width: 768px), print {
  .inner-about {
    max-width: 751px;
    padding: 3em 1em;
  }
  .img-ttl-about {
    width: 520px;
  }
  .inner-about1 {
    padding-bottom: 32em;
    background-size: auto 100%;
  }
  .subttl-about1 span {
    font-size: 28px;
  }
  .subttl-about1 {
    font-size: 40px;
  }
  .about1-em {
    font-size: 46.5px;
  }
  .about1-em sup {
    font-size: 40px;
  }
  .about1-em em {
    font-size: 104px;
  }
  .about1-em .unit {
    font-size: 64px;
  }
  .about1-em b {
    font-size: 71px;
  }
  .inner-about1 p {
    font-size: 18px;
  }
  .about1-notes {
    font-size: 14px;
  }
  .inner-about2 {
    padding: 3em 1em 18em;
    background-position: 50% 80%;
    background-size: 100% auto;
  }
  .subttl-about {
    font-size: 34px;
  }
  .subttl-about small {
    font-size: 24px;
  }
  .about2-txt {
    margin: 4em 0 1em;
  }
  .about2-txt::before {
    height: 5px;
  }
  .img-num {
    width: auto;
    height: 30px;
  }
  .img-about2-txt1 {
    width: 336px;
  }
  .img-about2-txt2 {
    width: 385px;
  }
  .flx-about3 {
    max-width: 665px;
  }
  .flx-about3 li {
    max-width: 206px;
  }
  .inner-about4::before {
    top: 22px;
    width: 50%;
    height: 5px;
  }
  .flx-about4 {
    width: 484px;
    margin: 3em 0 0 40px;
  }
  .flx-about4 li {
    max-width: 100px;
  }
  .img-about4 {
    width: 100px;
    height: 100px;
  }
  .inner-about1::before {
    top: -58px;
    left: -90px;
    width: 208px;
    height: 201px;
  }
  .about1-em::before {
    right: -110px;
    top: -46px;
    width: 301px;
    height: 151px;
  }
  .about1-em::after {
    left: -146px;
    bottom: -30px;
    width: 260px;
    height: 160px;
  }
  .inner-about2::before {
    content: "";
    position: absolute;
    top: 80px;
    left: -270px;
    display: block;
    width: 321px;
    height: 329px;
    background: url(../img/pt_about2_img1.png) no-repeat center;
    background-size: contain;
  }
  .about2-txt2::after {
    top: -80px;
    right: -80px;
    width: 206px;
    height: 206px;
  }
  .inner-about3::before {
    top: 65px;
    right: -270px;
    width: 347px;
    height: 388px;
  }
}


/* -----------------------------------------------------
 cleansing
-------------------------------------------------------- */
.sec-cleansing {
  padding-bottom: 1.5em;
}
.ttl-sec-cleansing {
  margin-bottom: 0;
  background-image: url(../img/bg_ttl_cleansing.jpg);
  background-repeat: no-repeat;
}
.list-step {
  letter-spacing: .1em;
}
.flxpc-step {
  padding: 3em 0;
}
.flxpc-step {
  border-bottom: dotted 2px #bebebe;
}
.img-stem-num {
  display: inline-block;
  margin-right: 1em;
  vertical-align: middle;
}
.subttl-step {
  margin-bottom: 1.5em;
}
.box-step-point {
  position: relative;
  margin-top: 2.5em;
  padding: .75em 1.1em;
  background-color: #f7eae9;
}
.box-step-point::before {
  content: "";
  position: absolute;
  top: -1.7em;
  left: -1.1em;
  display: block;
  background: url(../img/point.svg) no-repeat center;
  background-size: contain;
}
.box-step-point em {
  background: linear-gradient(rgba(255,255,255,0) 60%, #f7b0b3 60%);
}
@media screen and (max-width: 767px) {
  .ttl-sec-cleansing {
    padding: 3.2em 0;
    background-position: left top;
    background-size: auto 100%;
  }
  .img-ttl-cleansing {
    width: 87.1875vw;
  }
  .inner-cleansing {
    width: 100%;
  }
  .flxpc-step {
    padding: 3em 8.28125vw;
  }
  .col-step-img {
    margin-bottom: 2.5em;
  }
  .img-step {
    width: 43.75vw;
  }
  .img-stem-num {
    width: 15.625vw;
  }
  .subttl-step {
    font-size: 5.10156vw;
  }
  .col-step-txt &gt; p {
    font-size: 3.53125vw;
  }
  .box-step-point::before {
    width: 11.71875vw;
    height: 10vw;
  }
}
@media screen and (min-width: 768px), print {
  .ttl-sec-cleansing {
    padding: 4.1em 0;
    background-position: left 15%;
    background-size: cover;
  }
  .img-ttl-cleansing {
    width: 558px;
  }
  .inner-cleansing {
    max-width: 751px;
  }
  .flxpc-step {
    align-items: flex-end;
    justify-content: space-between;
  }
  .flxpc-step:nth-child(2) .col-step-txt,
  .flxpc-step:nth-child(4) .col-step-txt {
    order: 1;
  }
  .flxpc-step:nth-child(2) .col-step-img,
  .flxpc-step:nth-child(4) .col-step-img {
    order: 2;
  }
  .col-step-img {
    max-width: 256px;
    width: 34.1%;
  }
  .img-step {
    max-width: 256px;
  }
  .col-step-txt {
    width: 65.9%;
    max-width: 464px;
    padding: 0 20px;
  }
  .subttl-step {
    font-size: 26px;
  }
  .col-step-txt &gt; p {
    font-size: 18px;
  }
  .box-step-point::before {
    width: 60px;
    height: 52px;
  }
}


/* -----------------------------------------------------
 share
-------------------------------------------------------- */
.blk-line {
  position: relative;
  margin: 2em auto;
  border: solid 1px #097c25;
  border-radius: .5em;
  overflow: hidden;
}
.blk-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: url(../img/pickup.svg) no-repeat top left;
  background-size: cover;
}
.ttl-line {
  margin-bottom: 1em;
  text-align: center;
  color: #109730;
}
.img-line-pt {
  display: inline-block;
  margin-right: .5em;
  vertical-align: middle;
}
.col-line-img {
  text-align: center;
}
.flx-line {
  align-items: stretch;
  justify-content: space-between;
  margin: 1em auto 0;
}
.col-line-id {
  border: solid 1px #097c25;
  border-radius: .5em;
  padding: .5em 0;
  font-weight: bold;
  color: #019425;
}
.line-id {
  position: relative;
  display: block;
  margin-top: .5em;
  padding-top: .5em;
}
.line-id::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 1em;
  height: 2px;
  margin: auto;
  background-color: #019425;;
}
.flxpc-link {
  margin: 2em auto;
}
.link-public {
  display: block;
  padding: 1em;
  box-sizing: border-box;
  background-color: #e5e5e5;
  border-radius: .5em;
  text-align: center;
  font-weight: bold;
  color: #000;
}
.img-link-pt {
  display: inline-block;
  margin-right: 1em;
  vertical-align: middle;
}
.flx-line a {
  color: #019425;
}
@media screen and (max-width: 767px) {
  .blk-line {
    width: 96.09375%;
    padding: 3em 2.5em 2em;
  }
  .blk-line::before {
    width: 30.46875vw;
    height: 15.78125vw;
  }
  .ttl-line {
    font-size: 3.75vw;
  }
  .img-line-pt {
    width: 9.53125vw;
  }
  .col-line-txt {
    margin-bottom: 1em;
  }
  .col-line-txt p {
    font-size: 3.125vw;
  }
  .col-line-img {
    font-size: 3.4375vw;
  }
  .flx-line {
    width: 49.6875vw;
  }
  .col-line-id {
    width: 24.375vw;
  }
  .img-line-qr {
    width: 20.3125vw;
  }
  .flxpc-link {
    width: 82.65625%;
    margin: 2em auto 4em;
  }
  .link-public {
    font-size: 4.375vw;
  }
  .link-public:first-child {
    margin-bottom: 1em;
  }
  .img-link-pt {
    width: 8.75vw;
  }
}
@media screen and (min-width: 768px), print {
  .blk-line {
    width: 751px;
    padding: 25px 40px 30px;
  }
  .blk-line::before {
    width: 158px;
    height: 81px;
  }
  .ttl-line {
    font-size: 24px;
  }
  .img-line-pt {
    width: 61px;
  }
  .flxpc-line {
    align-items: stretch;
    justify-content: space-between;
    font-size: 16px;
  }
  .col-line-txt {
    width: 402px;
  }
  .col-line-img {
    width: 235px;
  }
  .col-line-id {
    width: 115px;
    font-size: 18px;
  }
  .img-line-qr {
    width: 100px;
  }
  .flxpc-link {
    align-items: flex-start;
    justify-content: space-between;
    width: 751px;
    margin: 3em auto 5em;
  }
  .link-public {
    max-width: 340px;
    width: 46%;
    font-size: 18px;
  }
  .img-link-pt {
    width: 36px;
  }
}

.btn-order {
  margin-top: 2em;
}
.btn-order a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: solid 1px #000;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  color: #000;
  overflow: hidden;
}
.btn-order a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  clip-path: polygon(0 102%, 102% 0, 102% 102%);
  background-color: #707070;
  z-index: -1;
  transition: all .2s ease-out;
}
.img-lulumo-btn {
  margin: 0 .75em 0 0;
}
.img-amazon-btn {
  margin: 0 1.5em 0 0;
}
@media screen and (max-width: 767px) {
  .btn-order a {
    margin: 0 auto;
    width: 75vw;
    height: 15.625vw;
    font-size: 3.75vw;
  }
  .btn-order a:first-of-type {
    margin-bottom: 1.5em;
  }
  .btn-order a::before {
    width: 3.28125vw;
    height: 3.28125vw;
  }
  .img-lulumo-btn {
    width: 15.9375vw;
  }
  .img-amazon-btn {
    width: 17.1875vw;
    margin-top: 2.03125vw;
  }
}
@media screen and (min-width: 768px), print {
  .flxpc-btn {
    align-items: center;
    /* justify-content: space-between; */
    justify-content: center;
  }
  .btn-order a {
    max-width: 406px;
    width: calc( 50% - 13px );
    height: 100px;
    font-size: 18px;
  }
  .btn-order a::before {
    width: 21px;
    height: 21px;
  }
  .btn-order a:hover {
    opacity: 1;
  }
  .btn-order a:hover::before {
    width: 100%;
    height: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: #f7eae9;
  }
  .img-lulumo-btn {
    width: 102px;
  }
  .img-amazon-btn {
    width: 110px;
    margin-top: 13px;
  }
}


/* 2022.4.22 update */
.img-mv-mark30000 {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .img-mv-mark30000 {
    /* top: 47.5%;
    left: 22%; */
    width: 25vw;
    right: 4.21875vw;
    bottom: 8.4375vw;
  }
}
@media screen and (min-width: 768px), print {
  .img-mv-mark30000 {
    top: 97px;
    left: -50px;
    width: 158px;
  }
}


</pre></body></html>