@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
  --ink: #152d2a;
  --green: #5e9d96;
  --green2: #3d8f86;
  --paper: #f3f4f7;
  --white: #fff
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--ink);
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  letter-spacing: .1em;
  -webkit-font-smoothing: antialiased
}

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

.br-tb {
  display: none;
}

.br-sp {
  display: none;
}

@media screen and (max-width:896px) {
  .br-tb {
    display: block;
  }

  .tb-off {
    display: none;
  }
}

@media screen and (max-width:430px) {
  .br-sp {
    display: block;
  }

  .sp-off {
    display: none;
  }
}

.clg-fixed-copy {
  display: none
}

@media(min-width:1024px) {
  .clg-fixed-copy {
    position: fixed;
    z-index: 1000;
    top: 120px;
    right: 30px;
    display: block;
    width: min(213px, calc((100vw - 780px)/2 - 45px));
    padding: 12px;
    background: rgba(243, 244, 247, .94);
    pointer-events: none
  }
}

.fixed_cta {
  position: fixed;
  bottom: 120px;
  right: 50px;
  z-index: 1000;
}
.fixed_cta a {
  display: block;
  width: 213px;
  margin-top: 30px;
}
.fixed_cta a img:nth-child(2) {
  display: none;
}

@media screen and (max-width:1360px) {
  .fixed_cta {
    left: 50%;
    transform: translateX(-50%);
    max-width: 480px;
    width: 80%;
    bottom: 10px;
  }
  .fixed_cta a {
    max-width: 480px;
    width: 100%;
  }
  .fixed_cta a img:nth-child(1) {
    display: none;
  }
  .fixed_cta a img:nth-child(2) {
    display: block;
  }
}

.clg-lp {
  margin: 0;
  background: var(--ink);
  color: var(--ink);
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  letter-spacing: .1em;
  -webkit-font-smoothing: antialiased
}

.clg-lp .content {
  width: min(100%, 780px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: .1em
}

.clg-fv {
  position: relative;
  z-index: 1;
}

.clg-wide, .clg-fv img, .clg-lead>img {
  width: 100%
}

.clg-lp>.clg-fv:first-child {
  position: relative;
  z-index: 1;
}

.clg-inner {
  width: 89%;
  max-width: 690px;
  margin-inline: auto
}

.clg-center {
  text-align: center
}

.clg-lp h2, .clg-lp h3, .clg-lp p, .clg-lp figure {
  margin-top: 0
}

.clg-lp p {
  font-size: 15px;
  line-height: 1.35;
}

.clg-lead {
  position: relative;
  line-height: 1
}

.clg-lead>img {
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  margin-top: -40%;
}

.clg-lead__copy {
  position: absolute;
  z-index: 2;
  margin: 0 !important;
  padding: 12px 28px;
  color: #fff;
  font-size: 28px !important;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: .12em
}

.clg-lead__copy--top {
  left: 0;
  bottom: 40%;
  width: fit-content;
  background: linear-gradient(90deg, rgba(83, 153, 146, .78) 0%, rgba(83, 153, 146, .78) 68%, rgba(83, 153, 146, 0) 100%);
  text-align: left
}

.clg-lead__copy--bottom {
  right: 0;
  bottom: 7%;
  width: fit-content;
  padding-left: 70px;
  background: linear-gradient(90deg, rgba(83, 153, 146, 0) 0%, rgba(83, 153, 146, .78) 28%, rgba(83, 153, 146, .78) 100%);
  text-align: center;
  white-space: nowrap;
}

.clg-problem {
  /* background: #59908a; */
}

.clg-problem__claims {
  position: relative;
  min-height: 410px;
  padding: 72px 70px 34px 72px;
  background: #59908a;
}

.clg-problem__claims ul {
  position: relative;
  z-index: 2;
  width: 89%;
  margin: 0;
  padding: 0;
  list-style: none
}

.clg-problem__claims li {
  margin: 0 0 8px;
  padding: 10px 18px 10px 42px;
  background: #fff;
  font-size: 19px;
  font-weight: 500
}

.clg-check {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 8px 9px -4px -27px
}

.clg-problem__claims>img {
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 10px;
  width: 160px
}

.clg-problem>h2 {
  background: #59908a;
}
.clg-problem>h2, .clg-problem__copy h2 {
  padding: 4px 0 26px;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.7;
}

.clg-problem__model {
  position: relative;
  background: #59908a
}

.clg-problem__model>img {
  width: 100%
}

.clg-bubble {
  position: absolute;
  width: 122px;
  height: 120px;
  display: grid;
  place-items: center;
  padding: 22px;
  color: #fff;
  text-align: center;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1.4
}

.clg-bubble>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain
}

.clg-bubble>span {
  position: relative;
  z-index: 1
}

.clg-bubble--oil {
  left: 46px;
  top: 50px
}

.clg-bubble--gel {
  left: 48px;
  top: 188px
}

.clg-problem__message {
  padding: 55px 20px 62px;
  color: #fff;
  background: #59908a;
  text-align: center;
  font-size: 20px
}

.clg-problem__message p {
  margin-bottom: 4px;
  font-size: 20px
}

.clg-problem__message strong {
  display: block;
  margin: 0 0 3px;
  font-size: 29px
}

.clg-problem__copy {
  position: relative;
  z-index: 2;
  margin-top: -17%;
  padding: 20px 20px 36px;
  text-align: center;
}

.clg-problem__copy h2 {
  margin: 0 0 18px;
  color: var(--ink)
}

.clg-problem__copy p {
  margin: 0;
  font-size: 15px;
  font-weight: 500
}

.clg-hand-fade {
  position: relative
}

.clg-hand-fade::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 55%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(243, 244, 247, 0) 0%, rgba(243, 244, 247, .2) 18%, rgba(243, 244, 247, .75) 38%, #f3f4f7 52%, #f3f4f7 100%)
}

.clg-answer {
  padding: 54px 0 68px;
  background: #f3f4f7
}

.clg-answer h2 {
  font-size: 30px;
  line-height: 1.5
}

.clg-answer p {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500
}

.clg-question {
  width: 174px;
  margin: 46px auto 5px;
  opacity: .8
}

.clg-answer h3 {
  position: relative;
  z-index: 2;
  margin-top: -47px;
  font-size: 27px;
  line-height: 1.55
}

h2.clg-green-title {
  position: relative;
  margin: 0;
  padding: 53px 20px 75px;
  color: #fff;
  background: #59908A;
  text-align: center;
  font-size: clamp(19px, 5vw, 27px);
  font-weight: 500;
  margin-top: 35px !important;
}

.clg-green-title::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  transform: translate(0, -100%);
  width: 100%;
  height: 154px;
  background: url(../../new/img/bub_cleansing/clg-green-title_bg.png) no-repeat bottom / contain;
}

.clg-green-title::after {
  content: "";
  height: 61px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 100;
}

@media screen and (max-width:600px) {
  .clg-green-title::after {
    height: 45px;
  }
}

.clg-benefit {
  background: #f2f3f6
}

.clg-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px 12px;
  padding: 54px 58px 62px;
}

.clg-benefits-grid>div {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(220, 241, 227, .62);
  text-align: center
}

.clg-benefits-grid img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  margin-bottom: 10px
}

.clg-benefits-grid p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55
}

.clg-story {
  padding: 58px 0 54px
}

.clg-story figure {
  position: relative;
  margin-bottom: 28px
}

.clg-story figure img {
  width: 100%
}

.clg-story figcaption {
  position: absolute;
  left: calc(-40px - min(5vw, 45px));
  bottom: 8%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  padding: 0;
  color: #fff;
  background: none;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.45
}

.clg-story figcaption span {
  display: block;
  padding: 6px 16px;
  background: linear-gradient(90deg, rgba(135, 188, 181, .97) 0%, rgba(55, 130, 121, .97) 100%);
  white-space: nowrap
}

.clg-story p {
  margin: 0 0 58px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9
}

.clg-story p:last-child {
  margin-bottom: 0
}

.clg-feature {
  background: #f2f3f6
}

.clg-feature__head {
  padding: 34px 20px 31px;
  color: #fff;
  background: #9abbb7;
  text-align: center
}

.clg-feature__head span {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .2em
}

.clg-feature__head p {
  margin: 3px 0 2px;
  font-size: 18px;
  letter-spacing: .15em
}

.clg-feature__head h2 {
  margin: 0;
  font-size: 31px;
  font-weight: 500
}

.clg-feature__head h2 strong {
  font-size: 42px
}

.clg-point {
  padding: 55px 0 18px
}

.clg-point__head {
  position: relative;
  min-height: 210px;
  display: grid;
  place-items: center;
  margin-bottom: 12px
}

.clg-point__head img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: min(100vw, 780px);
  height: 100%;
  transform: translateX(-50%);
  object-fit: contain;
  object-position: left center;
  opacity: .9
}

.clg-point__head h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-top: 25px;
  text-align: center;
  font-size: 28px;
  line-height: 1.55
}

.clg-point>img, .clg-point__visual {
  width: 100%
}

.clg-point__visual {
  position: relative
}

.clg-lha {
  position: absolute;
  right: 4%;
  bottom: 5%;
  width: 37.5%
}

.clg-point>p {
  margin: 25px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9
}

.clg-point--last {
  padding-bottom: 72px
}

.clg-components {
  margin-top: 42px;
  padding: 40px 32px 44px;
  background: linear-gradient(145deg, #e1e4e8 0 47%, #fff 47%);
  box-shadow: inset 0 0 0 4px #d9dde1
}

.clg-components h3 {
  margin-bottom: 28px;
  text-align: center;
  font-size: 24px
}

.clg-components>div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.clg-components figure {
  margin: 0;
  text-align: center
}

.clg-components figure img {
  width: 108px;
  margin: 0 auto;
  border-radius: 50%
}

.clg-components figcaption {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap
}

.clg-recommend {
  padding-top: 54px;
  background: #f3f4f7
}

.clg-recommend header h2 {
  margin: 0 0 34px;
  text-align: center;
  font-size: 28px
}

.clg-recommend__visual {
  display: flex;
  align-items: flex-start;
  padding: 54px 48px;
  background: url("../../new/img/bub_cleansing/clg_lead.webp") center bottom/100% auto no-repeat
}

.clg-recommend__visual ul {
  width: 100%;
  margin: 0;
  padding: 70px 90px;
  list-style: none;
  color: #fff;
  background: rgba(19, 43, 40, .78)
}

.clg-recommend__visual li {
  position: relative;
  margin: 0 0 17px;
  padding-left: 34px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4
}

.clg-recommend__visual li:last-child {
  margin-bottom: 0
}

.clg-recommend__visual li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .05em;
  width: 22px;
  height: 22px;
  border: 2px solid #fff
}

.clg-voice {
  padding: 64px 0 38px;
  background: #f3f4f7
}

.clg-kicker {
  margin: 0 0 3px !important;
  color: var(--green);
  text-align: center;
  font-size: 12px !important;
  font-weight: 500;
  letter-spacing: .16em
}

.clg-voice h2, .clg-howto h2, .clg-faq h2, .clg-brand h2 {
  margin: 0 0 42px;
  text-align: center;
  font-size: 30px
}

.clg-voice__box {
  padding: 22px 46px;
  background: #fff
}

.clg-voice article {
  padding: 50px 0;
  border-bottom: 1px solid #747d7b
}

.clg-voice article:last-child {
  border-bottom: 0
}

.clg-voice h3 {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.45
}

.clg-voice small {
  font-size: 11px
}

.clg-voice article p {
  margin: 11px 0 0;
  font-size: 12px;
  line-height: 1.9
}

.clg-capacity {
  position: relative;
  width: 100%;
  margin: 60px auto 0
}

.clg-capacity>img {
  width: 100%
}

.clg-capacity__copy {
  position: absolute;
  right: 7%;
  top: 12%;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 7px;
  margin: 0 !important
}

.clg-capacity__copy span {
  display: block;
  padding: 8px 5px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .35) 50%, rgba(255, 255, 255, .9) 100%);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: .08em;
  writing-mode: vertical-rl
}

.clg-howto {
  padding: 64px 0 0;
  background: #f3f4f7
}

.clg-howto h2 {
  line-height: 1.5
}

.clg-howto ol {
  margin: 0;
  padding: 0;
  list-style: none
}

.clg-howto li {
  position: relative;
  background: #dce2e5
}

.clg-howto li>span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 66px;
  z-index: 2;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(73, 133, 127, .72);
  writing-mode: vertical-rl;
  font-size: 16px
}

.clg-howto li img {
  width: 100%
}

.clg-howto li p {
  position: absolute;
  z-index: 3;
  left: 66px;
  right: 0;
  bottom: 4%;
  margin: 0;
  padding: 0 16px;
  background: transparent;
  text-align: center;
  font-size: 14px;
  font-weight: 500
}

.clg-faq {
  padding: 60px 0 68px;
  background: #fff
}

.clg-faq h2 {
  margin-bottom: 30px
}

.clg-faq dl {
  margin: 0
}

.clg-faq dl>div {
  padding: 17px 0;
  border-bottom: 1px dotted #6e7c79
}

.clg-faq dt, .clg-faq dd {
  padding-left: 1.9em;
  text-indent: -1.9em;
  font-size: 15px
}

.clg-faq dt:before {
  content: "Q.";
  margin-right: .45em
}

.clg-faq dd {
  margin: 4px 0 0;
  color: var(--green)
}

.clg-faq dd:before {
  content: "A.";
  margin-right: .45em
}

.clg-brand {
  padding: 60px 0 68px;
  background: #f0f1f4
}

.clg-brand h2 {
  margin-bottom: 38px
}

.clg-brand__body {
  display: grid;
  grid-template-columns: 31% 1fr;
  gap: 28px;
  align-items: start
}

.clg-brand__body h3 {
  font-size: 15px;
  line-height: 1.55
}

.clg-brand__body h3 span {
  padding: 2px 7px;
  color: #fff;
  background: var(--ink);
  font-size: 11px
}

.clg-brand__body p {
  font-size: 11px;
  line-height: 1.8
}

.clg-fv--second {
  background: #f3f4f7
}

.clg-buy {
  padding: 48px 0 82px;
  background: #f3f4f7
}

.clg-offer {
  text-align: center
}

.clg-offer+.clg-offer {
  margin-top: 70px
}

.clg-offer__visual {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 auto 4px
}

.clg-offer__visual--one {
  height: 556px
}

.clg-offer__visual--two {
  height: 455px
}

.clg-offer__back {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 102%;
  max-width: none;
  transform: translate(-50%, -50%)
}

.clg-offer__visual--two .clg-offer__back {
  width: 113%
}

.clg-offer__product {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  object-fit: contain
}

.clg-offer__product--one {
  width: 100%;
  height: 556px
}

.clg-offer__product--two {
  width: 100%;
  height: 455px
}

.clg-offer h2 {
  margin: 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: .03em
}

.clg-offer>p {
  margin: 4px 0
}

.clg-price {
  position: relative;
  width: 72%;
  margin: 19px auto 18px !important;
  font-size: 17px !important;
  line-height: 1.2
}

.clg-price strong {
  font-size: 49px;
  font-weight: 500;
  letter-spacing: .02em
}

.clg-price span {
  margin-left: 3px
}

.clg-price small {
  display: block;
  margin: 0 0 0 245px;
  font-size: 9px;
  line-height: 1.1
}

.clg-purchase-button {
  display: block;
  width: 99%;
  margin: 0 auto;
  text-decoration: none;
  transition: 0.3s;
}

.clg-purchase-button img, .clg-sub__button img {
  width: 100%
}

.clg-sub {
  position: relative;
  margin-top: 78px;
  border: 3px solid var(--green);
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.clg-sub h3 {
  margin: 0;
  padding: 21px 110px 21px 20px;
  color: #fff;
  background: var(--green);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.35
}

.clg-sub__badge {
  position: absolute;
  z-index: 2;
  right: 24px;
  top: -23px;
  width: 94px;
  height: 94px
}

.clg-sub__body {
  padding: 45px 18px 50px
}

.clg-sub__price {
  position: relative;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.2
}

.clg-sub__price strong {
  margin-left: 4px;
  color: #cc513d;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: .01em
}

.clg-sub__price span {
  font-size: 15px
}

.clg-sub__price em {
  display: inline-block;
  margin-left: 12px;
  padding: 5px 7px;
  color: #fff;
  background: #d45342;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.15;
  vertical-align: 8px
}

.clg-sub__next {
  margin: -2px 0 31px !important;
  color: #c44c3b;
  font-size: 12px !important;
  font-weight: 500;
  line-height: 1.4
}

.clg-sub__next b {
  font-weight: 500
}

.clg-sub__button {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  transition: 0.3s;
}

@media screen and (max-width:750px) {
  .clg-lead__copy .br-sp {
    display: block;
  }
}
@media(max-width:600px) {
  .clg-lp p {
    font-size: 13px
  }

  .clg-lead__copy {
    padding: 7px 14px;
    font-size: 13px !important
  }

  .clg-problem__claims {
    min-height: 205px;
    padding: 36px 42px 24px 48px
  }

  .clg-problem__claims li {
    padding: 7px 8px 7px 30px;
    font-size: 13px
  }

  .clg-problem__claims li:before {
    width: 14px;
    height: 14px;
    margin-left: -21px;
    margin-right: 7px;
    margin-bottom: -3px
  }

  .clg-problem__claims img {
    right: 28px;
    width: 72px
  }

  .clg-problem>h2, .clg-problem__copy h2 {
    font-size: 19px
  }

  .clg-bubble {
    width: 70px;
    height: 69px;
    padding: 11px;
    font-size: 11px !important
  }

  .clg-bubble--oil {
    left: 22px;
    top: 24px
  }

  .clg-bubble--gel {
    left: 23px;
    top: 94px
  }

  .clg-problem__message {
    padding: 30px 10px 34px
  }

  .clg-problem__message p {
    font-size: 13px
  }

  .clg-problem__message strong {
    font-size: 18px
  }

  .clg-problem__copy p {
    font-size: 12px
  }

  .clg-answer {
    padding: 38px 0 46px
  }

  .clg-answer h2 {
    font-size: 21px
  }

  .clg-answer p {
    font-size: 13px
  }

  .clg-question {
    width: 64px;
    margin-top: 30px
  }

  .clg-answer h3 {
    font-size: 19px
  }

  h2.clg-green-title {
    padding: 40px 10px 50px;
  }

  .clg-benefits-grid {
    gap: 3px;
    padding: 26px 18px 32px
  }

  .clg-benefits-grid>div {
    padding: 10px 5px
  }

  .clg-benefits-grid img {
    width: 31px;
    height: 31px;
    margin-bottom: 5px
  }

  .clg-benefits-grid p {
    font-size: 10px;
    line-height: 1.45
  }

  .clg-story {
    padding-top: 38px
  }

  .clg-story figcaption {
    font-size: 18px
  }

  .clg-story p {
    font-size: 12px
  }

  .clg-point {
    padding-top: 40px
  }

  .clg-point__head {
    min-height: 145px
  }

  .clg-point__head h2 {
    font-size: 19px
  }

  .clg-point>p {
    font-size: 12px
  }

  .clg-components {
    padding: 24px 14px 27px
  }

  .clg-components h3 {
    margin-bottom: 18px;
    font-size: 18px
  }

  .clg-components>div {
    gap: 8px
  }

  .clg-components figure img {
    width: 58px
  }

  .clg-components figcaption {
    font-size: 8px;
    white-space: normal
  }

  .clg-recommend {
    padding-top: 38px
  }

  .clg-recommend header h2 {
    margin-bottom: 24px;
    font-size: 22px
  }

  .clg-recommend__visual {
    padding: 30px 20px
  }

  .clg-recommend__visual ul {
    padding: 30px 24px
  }

  .clg-recommend__visual li {
    margin-bottom: 10px;
    padding-left: 23px;
    font-size: 12px
  }

  .clg-recommend__visual li:before {
    width: 15px;
    height: 15px
  }

  .clg-voice {
    padding-top: 46px
  }

  .clg-voice__box {
    padding: 12px 24px
  }

  .clg-voice h3 {
    font-size: 16px
  }

  .clg-voice article p {
    font-size: 11px
  }

  .clg-howto {
    padding-top: 46px
  }

  .clg-howto li>span {
    width: 43px;
    font-size: 11px
  }

  .clg-howto li p {
    padding-left: 55px;
    font-size: 11px
  }

  .clg-faq dt, .clg-faq dd {
    font-size: 12px
  }

  .clg-brand__body {
    gap: 14px
  }

  .clg-brand__body h3 {
    font-size: 12px
  }

  .clg-brand__body p {
    font-size: 10px
  }

  .clg-buy {
    padding-top: 24px
  }

  .clg-offer__visual--one {
    height: 330px
  }

  .clg-offer__visual--two {
    height: 275px
  }

  .clg-offer__product--one {
    height: 330px
  }

  .clg-offer__product--two {
    height: 275px
  }

  .clg-offer h2 {
    font-size: 17px
  }

  .clg-price {
    width: 82%
  }

  .clg-price strong {
    font-size: 38px
  }

  .clg-price small {
    margin-left: 180px
  }

  .clg-sub h3 {
    padding: 12px 78px 12px 12px;
    font-size: 17px
  }

  .clg-sub__badge {
    right: 10px;
    top: -14px;
    width: 68px;
    height: 68px
  }

  .clg-sub__body {
    padding: 24px 10px 28px
  }

  .clg-sub__price {
    font-size: 12px !important
  }

  .clg-sub__price strong {
    font-size: 36px
  }

  .clg-sub__price span {
    font-size: 10px
  }

  .clg-sub__price em {
    margin-left: 6px;
    padding: 4px 5px;
    font-size: 8px;
    vertical-align: 6px
  }

  .clg-sub__next {
    margin-bottom: 18px !important;
    font-size: 8px !important
  }
}

@media(max-width:600px) {
  .clg-problem__claims .clg-check {
    position: static;
    width: 14px;
    height: 14px;
    margin: 5px 7px -3px -21px;
  }
}

@media(max-width:600px) {
  .clg-problem__claims {
    min-height: 220px;
    padding: 36px 35px 22px 36px
  }

  .clg-problem__claims ul {
    width: 89%
  }

  .clg-problem__claims>img {
    right: 10px;
    bottom: 5px;
    width: 80px
  }
}

@media(max-width:600px) {
  .clg-lead__copy {
    font-size: 17px !important
  }

  .clg-lead__copy--bottom {
    padding-left: 35px
  }
}

/* Previous LP shared typography and recurring treatments */
.clg-lp {
  line-height: 1.75
}

.clg-lp p {
  font-size: 18px
}

.clg-inner {
  width: 90%
}

.clg-problem__copy p, .clg-answer p, .clg-story p, .clg-point>p, .clg-voice article p, .clg-brand__body p {
  font-size: clamp(14px, 3.3vw, 18px)
}

.clg-bubble {
  width: 26.15%;
  height: auto;
  aspect-ratio: 407/400;
  padding: 2.5%;
  font-size: clamp(14px, 3.46vw, 27px) !important
}

.clg-bubble--oil {
  left: 6.4%;
  top: 14%
}

.clg-bubble--gel {
  left: 6.4%;
  top: 37.4%
}

/* .clg-bubble--oil, .clg-bubble--gel {
  transform: translateY(30px)
} */

.clg-problem>h2, .clg-problem__copy h2 {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: .18em
}

@media(max-width:600px) {
  .clg-problem>h2, .clg-problem__copy h2 {
    font-size: 25px;
    letter-spacing: .08em
  }
}

.clg-problem__message {
  font-weight: 500
}

.clg-problem__message p {
  font-size: 26px;
  font-weight: 500
}

.clg-problem__message strong {
  font-size: 38px;
  font-weight: 500
}

@media(max-width:600px) {
  .clg-problem__message p {
    font-size: 17px
  }

  .clg-problem__message strong {
    font-size: 23px
  }
}

.clg-feature__head {
  position: relative;
  margin-bottom: 40px;
  padding: 60px 20px
}

.clg-feature__head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -21px;
  width: 2px;
  height: 42px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #fff 0 50%, #9abbb7 50% 100%)
}

.clg-feature__head span {
  font-size: 17px;
  letter-spacing: .18em
}

.clg-feature__head p {
  font-size: 28px;
  letter-spacing: .18em;
  line-height: 1.5
}

.clg-feature__head h2 {
  color: var(--ink);
  font-size: 48px;
  letter-spacing: .18em;
  line-height: 1.5
}

.clg-feature__head h2 strong {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
}

.clg-point__head h2 {
  font-size: 32px;
  font-weight: 500
}

.clg-point>p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75
}

.clg-components h3 {
  font-size: 26px;
  font-weight: 500
}

.clg-components figcaption {
  font-size: 14px
}

.clg-kicker {
  font-size: 17px !important;
  letter-spacing: .1em
}

.clg-recommend header h2, .clg-voice h2, .clg-howto h2, .clg-faq h2, .clg-brand h2 {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: .18em;
  line-height: 1.5
}

.clg-recommend__visual li {
  font-size: 26px
}

.clg-voice h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .12em
}

.clg-voice small {
  font-size: 16px
}

.clg-voice article p {
  font-size: 16px;
  line-height: 1.75
}

.clg-howto li>span {
  font-size: 22px
}

.clg-howto li p {
  font-size: 20px;
  font-weight: 500
}

.clg-faq dl>div {
  padding: 30px 0;
  background-image: radial-gradient(circle, #98b4b1 0 1px, transparent 1px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  border-bottom: 0
}

.clg-faq dt, .clg-faq dd {
  font-size: 20px
}

.clg-brand__body h3 {
  font-size: 19px;
  font-weight: 500
}

.clg-brand__body h3 span {
  font-size: 15px;
  letter-spacing: .3em
}

.clg-brand__body p {
  font-size: 13px;
  letter-spacing: .08em
}

.clg-offer h2 {
  font-size: 26px;
  font-weight: 500
}

.clg-offer>p {
  font-size: 20px
}

.clg-price {
  font-size: 26px !important
}

.clg-price strong {
  font-size: 82px
}

.clg-price span {
  font-size: 26px
}

.clg-price small {
  font-size: 18px
}

.clg-sub {
  border-width: 5px
}

.clg-sub h3 {
  font-size: 32px;
  letter-spacing: .18em
}

.clg-sub__badge {
  width: 120px;
  height: 120px
}

.clg-sub__price {
  font-size: 30px !important
}

.clg-sub__price strong {
  font-size: 82px
}

.clg-sub__price span {
  font-size: 26px
}

.clg-sub__price em {
  font-size: 16px
}

.clg-sub__next {
  font-size: 20px !important;
  line-height: 1.5
}

@media(max-width:780px) {
  .clg-feature__head p {
    font-size: 24px
  }

  .clg-feature__head h2, .clg-feature__head h2 strong {
    font-size: 38px
  }

  .clg-point__head h2 {
    font-size: 28px
  }

  .clg-recommend header h2, .clg-voice h2, .clg-howto h2, .clg-faq h2, .clg-brand h2 {
    font-size: 38px
  }

  .clg-howto li>span {
    font-size: 18px
  }

  .clg-howto li p {
    font-size: 14px
  }

  .clg-offer h2 {
    font-size: 20px
  }

  .clg-price strong {
    font-size: 64px
  }

  .clg-price span {
    font-size: 24px
  }

  .clg-sub h3 {
    font-size: 22px
  }

  .clg-sub__badge {
    width: 100px;
    height: 100px
  }

  .clg-sub__price {
    font-size: 24px !important
  }

  .clg-sub__price strong {
    font-size: 64px
  }

  .clg-sub__price span {
    font-size: 24px
  }
}

@media(max-width:480px) {
  .clg-lp p {
    font-size: 14px
  }

  /* .clg-problem__copy p, .clg-answer p, .clg-story p, .clg-point>p, .clg-voice article p, .clg-brand__body p {
    font-size: 14px
  } */

  .clg-story figcaption {
    gap: 4px;
    font-size: 18px
  }

  .clg-story figcaption span {
    padding: 3px 8px
  }

  .clg-feature__head span {
    font-size: 13px
  }

  .clg-feature__head p {
    font-size: 24px
  }

  .clg-feature__head h2, .clg-feature__head h2 strong {
    font-size: 38px
  }

  .clg-point__head h2 {
    font-size: 20px
  }

  .clg-point>p {
    font-size: 14px
  }

  .clg-components h3 {
    font-size: 21px
  }

  .clg-kicker {
    font-size: 13px !important
  }

  .clg-recommend header h2, .clg-voice h2, .clg-howto h2, .clg-faq h2, .clg-brand h2 {
    font-size: 24px
  }

  .clg-recommend__visual li {
    font-size: 17px
  }

  .clg-voice h3 {
    font-size: 18px
  }

  .clg-voice small {
    font-size: 13px
  }

  .clg-voice article p {
    font-size: 14px
  }

  .clg-howto li>span {
    width: 32px;
    font-size: 13px
  }

  .clg-howto li p {
    padding-left: 44px;
    font-size: 13px
  }

  .clg-faq dl>div {
    padding: 20px 0
  }

  .clg-faq dt, .clg-faq dd {
    font-size: 14px
  }

  .clg-brand__body p {
    font-size: 13px
  }

  .clg-offer h2 {
    font-size: 18px
  }

  .clg-offer>p {
    font-size: 14px
  }

  .clg-price {
    font-size: 20px !important
  }

  .clg-price strong {
    font-size: 46px
  }

  .clg-price span {
    font-size: 18px
  }

  .clg-price small {
    font-size: 13px
  }

  .clg-sub h3 {
    font-size: 20px
  }

  .clg-sub__badge {
    width: 80px;
    height: 80px;
    top: -50px
  }

  .clg-sub__price {
    font-size: 18px !important
  }

  .clg-sub__price strong {
    font-size: 46px
  }

  .clg-sub__price span {
    font-size: 18px
  }

  .clg-sub__price em {
    font-size: 12px
  }

  .clg-sub__next {
    font-size: 14px !important
  }
}
@media screen and (max-width:430px) {
  p.clg-story-txt {
    text-align: left;
  }
}

.clg-problem__copy p {
  font-size: clamp(14px, 3.3vw, 20px)
}

.clg-answer h3, .clg-green-title {
  font-size: 28px
}

.clg-benefits-grid p {
  font-size: 16px
}

@media(max-width:600px) {
  .clg-answer h3, .clg-green-title {
    font-size: 19px
  }

  .clg-benefits-grid p {
    font-size: 10px
  }
}

.clg-sub h3 {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center
}

.clg-sub__price em {
  padding: 7px 10px;
  font-size: 22px;
  vertical-align: 11px
}

.clg-sub__next {
  color: var(--ink)
}

.clg-sub__next b {
  color: #c44c3b
}

@media(max-width:480px) {
  .clg-sub h3 {
    padding-left: 12px;
    padding-right: 12px
  }

  .clg-sub__price em {
    padding: 6px 7px;
    font-size: 17px;
    vertical-align: 8px
  }
}

.clg-lead__copy {
  font-size: 32px !important
}

@media(max-width:600px) {
  .clg-lead__copy {
    font-size: 21px !important
  }
}

.clg-answer {
  padding-top: 20px
}

.clg-answer h2 {
  letter-spacing: .18em
}

.clg-answer h3, .clg-green-title {
  letter-spacing: .12em
}

@media(max-width:480px) {
  .clg-lp {
    font-size: 14px
  }

  .clg-answer h2 {
    letter-spacing: .1em
  }

  .clg-answer h3, .clg-green-title {
    letter-spacing: .08em
  }
}

@media(max-width:600px) {
  .clg-question {
    width: 107px
  }

  .clg-answer h3 {
    margin-top: -30px
  }
}

@media(max-width:600px) {
  .clg-green-title {
    padding: 40px 10px 42px
  }
}

@media(max-width:480px) {
  .clg-sub__price {
    font-size: 14px !important;
    white-space: nowrap
  }

  .clg-sub__price strong {
    font-size: 42px
  }

  .clg-sub__price span {
    font-size: 15px
  }

  .clg-sub__price em {
    margin-left: 5px;
    padding: 5px 6px;
    font-size: 15px;
    vertical-align: 7px
  }

  .clg-capacity__copy {
    right: 6%;
    top: 11%;
    gap: 3px
  }

  .clg-capacity__copy span {
    padding: 4px 3px;
    font-size: 16px
  }
}

@media(max-width:600px) {
  .clg-howto li p {
    left: 43px;
    padding: 0 8px
  }
}

@media(max-width:480px) {
  .clg-howto li p {
    left: 32px;
    padding: 0 6px
  }
}

.clg-recommend__visual li {
  display: flex;
  align-items: center;
  padding-left: 0
}

.clg-recommend__visual li::before {
  position: static;
  flex: none;
  margin-right: 12px
}

@media(max-width:600px) {
  .clg-recommend__visual li {
    font-size: 14px
  }

  .clg-recommend__visual li::before {
    margin-right: 8px
  }
}

@media(max-width:600px) {
  .clg-feature__head p {
    font-size: 18px
  }

  .clg-feature__head h2, .clg-feature__head h2 strong {
    font-size: 30px
  }
}

.clg-howto h2 {
  font-size: 34px
}

@media(max-width:780px) {
  .clg-howto h2 {
    font-size: 30px
  }
}

@media(max-width:480px) {
  .clg-howto h2 {
    font-size: 19px
  }
}

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

/* Feature background lettering and the Point 05 visual align to the LP edges. */
.clg-point__head img {
  left: calc(50% - min(5vw, 45px))
}

.clg-point--last_img img {
  width: min(100vw, 780px);
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%)
}

/* The capacity visual was exported at the LP's full width. */
.clg-capacity {
  width: min(100vw, 780px);
  margin: 60px 0 0 50%;
  transform: translateX(-50%)
}

/* The STEP rail darkens progressively and carries the transition chevrons. */
.clg-howto li:nth-child(1)>span {
  background: #9bb9b6
}

.clg-howto li:nth-child(2)>span {
  background: #91aeab
}

.clg-howto li:nth-child(3)>span {
  background: #86a5a2
}

.clg-howto li:nth-child(4)>span {
  background: #769793
}

.clg-howto li:nth-child(5)>span {
  background: #5e8580
}

.clg-howto li>span {
  place-items: center start;
  padding-top: 36px
}

.clg-howto li:not(:first-child)>span::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(10px, 1.8vw, 14px);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  writing-mode: horizontal-tb
}

.clg-howto li:nth-child(2)>span::before {
  background: #9bb9b6
}

.clg-howto li:nth-child(3)>span::before {
  background: #91aeab
}

.clg-howto li:nth-child(4)>span::before {
  background: #86a5a2
}

.clg-howto li:nth-child(5)>span::before {
  background: #769793
}

@media(max-width:600px) {
  .clg-howto li>span {
    padding-top: 20px
  }
}

/* Purchase-offer background lettering uses the full LP width for both sets. */
.clg-offer__back, .clg-offer__visual--two .clg-offer__back {
  width: min(100vw, 780px)
}

/* Product name below the capacity visual. */
.clg-capacity__name {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -26px;
  left: 0;
  margin: 0 !important;
  color: var(--ink);
  text-align: center;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .12em
}

@media(max-width:600px) {
  .clg-capacity__name {
    bottom: -18px;
    font-size: 10px !important
  }
}

/* Match the reference spacing below the capacity product. */
.clg-capacity__name {
  bottom: -69px
}

.clg-voice {
  padding-bottom: 125px
}

@media(max-width:600px) {
  .clg-capacity__name {
    bottom: -37px
  }

  .clg-voice {
    padding-bottom: 72px
  }
}

/* Supplied feature artwork replaces the individual icon and ingredient layouts. */
.clg-benefits-grid {
  display: block;
  padding: 48px;
  /* background: url("../../new/img/bub_cleansing/clg_benefit_background.png") center/cover no-repeat */
}

.clg-benefits-grid>img {
  width: 100%;
  height: auto;
  object-fit: initial;
  margin: 0
}

.clg-components {
  padding: 0;
  background: none;
  box-shadow: none
}

.clg-components>img {
  width: 100%
}

@media(max-width:600px) {
  .clg-benefits-grid {
    padding: 40px 24px 30px
  }
}

/* The desktop fixed mark uses the supplied white-on-transparent artwork. */
@media(min-width:1024px) {
  .clg-fixed-copy {
    padding: 0;
    background: transparent
  }
}

/* Blend the photographic sections into their surrounding paper tone. */
.clg-problem__model, .clg-problem__message {
  background: #59908a
}

.clg-benefits-grid {
  position: relative;
  z-index: 0;
}
.clg-benefits-grid::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  width: 100%;
  height: min(769px, 95vw);
  background: linear-gradient(180deg, rgba(242, 243, 246, 0) 0%, rgba(242, 243, 246, 0) 78%, #f2f3f6 100%), url("../../new/img/bub_cleansing/clg_benefit_background.webp") center/cover no-repeat;
  z-index: -1;
}

/* Supplied image for the recommendation checklist. */
.clg-recommend__visual {
  background-image: url("../../new/img/bub_cleansing/clg_recommend_background.webp")
}