@charset "UTF-8";
:root, body {
  --pc-content-width: min(100vw, 1920px);
  --sp-content-width: 100vw;
}

@media screen and (min-width: 1280px) {
  .spp__container {
    --pc-content-width: min(calc(100vw - 144px), 1776px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .spp__container {
    --pc-content-width: calc(100vw - 128px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .spp__container {
    --sp-content-width: calc(100vw - 88px);
  }
}
@media screen and (min-width: 540px) and (max-width: 767px) {
  .spp__container {
    --sp-content-width: calc(100vw - 72px);
  }
}
@media screen and (min-width: 480px) and (max-width: 539px) {
  .spp__container {
    --sp-content-width: calc(100vw - 56px);
  }
}
@media screen and (max-width: 479px) {
  .spp__container {
    --sp-content-width: calc(100vw - 40px);
  }
}

.lp-hob {
  /* ----------------------------------------
  	booster
  ---------------------------------------- */
}
.lp-hob .booster {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  /* ----------------------------------------
  	美しさの鍵は
  ---------------------------------------- */
  /* ----------------------------------------
  	クリニークは、30年以上にわたり色素沈着抑制に着目した独自研究を続けています。
  ---------------------------------------- */
}
@media screen and (min-width: 1024px) {
  .lp-hob .booster {
    background-image: url("/media/export/cms2.0/lp/house-of-brightening/260731/img/booster__bg.png");
    padding-bottom: calc(0.05 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-hob .booster {
    padding-inline: calc(0.0533333333 * var(--sp-content-width));
    padding-top: calc(0.9866666667 * var(--sp-content-width));
    padding-bottom: calc(0.16 * var(--sp-content-width));
    background-image: url("/media/export/cms2.0/lp/house-of-brightening/260731/img/booster__bg.sp.png");
  }
}
@media screen and (min-width: 1024px) {
  .lp-hob .booster .booster__head {
    height: calc(0.3536458333 * var(--pc-content-width));
    padding-top: calc(0.1020833333 * var(--pc-content-width));
    padding-left: calc(0.4807291667 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-hob .booster .booster__head {
    padding-bottom: calc(0.1706666667 * var(--sp-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-hob .booster .title-block {
    font-size: calc(0.064 * var(--sp-content-width));
    line-height: 150%;
  }
}
@media screen and (min-width: 1024px) {
  .lp-hob .booster .booster__lead {
    margin-block: calc(0.00625 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-hob .booster .booster__lead {
    margin-block: calc(0.032 * var(--sp-content-width));
  }
}
.lp-hob .booster .booster__sub {
  line-height: 170%;
}
@media screen and (min-width: 1024px) {
  .lp-hob .booster .booster__sub {
    margin-bottom: calc(0.0125 * var(--pc-content-width));
    font-size: calc(0.0083333333 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-hob .booster .booster__sub {
    width: 102%;
    margin-bottom: calc(0.0586666667 * var(--sp-content-width));
    font-size: calc(0.0346666667 * var(--sp-content-width));
    letter-spacing: -2%;
  }
}
@media screen and (min-width: 1024px) {
  .lp-hob .booster .booster__sub span {
    font-size: calc(0.0067708333 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-hob .booster .booster__sub span {
    font-size: calc(0.0266666667 * var(--sp-content-width));
  }
}
.lp-hob .booster .booster__key {
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .lp-hob .booster .booster__key {
    width: calc(0.453125 * var(--pc-content-width));
    padding-bottom: calc(0.05 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-hob .booster .booster__key {
    padding-bottom: calc(0.1546666667 * var(--sp-content-width));
  }
}
.lp-hob .booster .booster__key-heading {
  border-top: 2px solid #B4B7B7;
  border-bottom: 2px solid #B4B7B7;
  text-align: center;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  .lp-hob .booster .booster__key-heading {
    margin-bottom: calc(0.0208333333 * var(--pc-content-width));
    padding-block: calc(0.0026041667 * var(--pc-content-width));
    border-width: calc(0.0010416667 * var(--pc-content-width));
    font-size: calc(0.0145833333 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-hob .booster .booster__key-heading {
    margin-bottom: calc(0.08 * var(--sp-content-width));
    padding-block: calc(0.0186666667 * var(--sp-content-width)) calc(0.0106666667 * var(--sp-content-width));
    border-width: calc(0.0053333333 * var(--sp-content-width));
    font-size: calc(0.0533333333 * var(--sp-content-width));
  }
}
.lp-hob .booster .booster__list {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .lp-hob .booster .booster__list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  .lp-hob .booster .booster__list {
    width: calc(0.84 * var(--sp-content-width));
    margin-inline: auto;
    flex-flow: column nowrap;
    gap: calc(0.128 * var(--sp-content-width));
  }
}
@media screen and (min-width: 1024px) {
  .lp-hob .booster .booster__item {
    width: calc(0.2078125 * var(--pc-content-width));
  }
}
.lp-hob .booster .booster__item-title {
  text-align: center;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  .lp-hob .booster .booster__item-title {
    font-size: calc(0.0145833333 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-hob .booster .booster__item-title {
    font-size: calc(0.0533333333 * var(--sp-content-width));
  }
}
@media screen and (min-width: 1024px) {
  .lp-hob .booster .booster__item-image {
    margin-block: calc(0.0125 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-hob .booster .booster__item-image {
    margin-block: calc(0.032 * var(--sp-content-width));
  }
}
.lp-hob .booster .booster__item-lead {
  line-height: 170%;
}
@media screen and (min-width: 1024px) {
  .lp-hob .booster .booster__item-lead {
    font-size: calc(0.009375 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-hob .booster .booster__item-lead {
    font-size: calc(0.0346666667 * var(--sp-content-width));
  }
}
.lp-hob .booster .booster__mekanism {
  border: 1px solid #B4B7B7;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .lp-hob .booster .booster__mekanism {
    width: calc(0.5885416667 * var(--pc-content-width));
    padding: calc(0.03125 * var(--pc-content-width));
    border-width: calc(0.0010416667 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-hob .booster .booster__mekanism {
    padding: calc(0.0746666667 * var(--sp-content-width)) calc(0.048 * var(--sp-content-width));
    border-width: calc(0.0053333333 * var(--sp-content-width));
  }
}
.lp-hob .booster .booster__mekanism-text {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .lp-hob .booster .booster__mekanism-text {
    line-height: 150%;
    margin-top: calc(0.0208333333 * var(--pc-content-width));
    margin-bottom: calc(0.0166666667 * var(--pc-content-width));
    font-size: calc(0.0145833333 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-hob .booster .booster__mekanism-text {
    line-height: 170%;
    margin-block: calc(0.064 * var(--sp-content-width));
    font-size: calc(0.0451466667 * var(--sp-content-width));
  }
}
.lp-hob .booster .booster__mekanism-button {
  margin-inline: auto;
}
@media screen and (max-width: 1023px) {
  .lp-hob .booster .booster__mekanism-button {
    height: calc(0.1066666667 * var(--sp-content-width));
  }
}