@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-smartseries {
  /* ----------------------------------------
  	serum title
  ---------------------------------------- */
  /* ----------------------------------------
  	serum note
  ---------------------------------------- */
  /* ----------------------------------------
  	serum card
  ---------------------------------------- */
}
.lp-smartseries .serum.serum--title {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .serum.serum--title {
    padding-top: calc(0.05 * var(--pc-content-width));
    padding-inline: calc(0.0375 * var(--pc-content-width));
    margin-bottom: calc(0.025 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-smartseries .serum.serum--title {
    padding-top: calc(0.16 * var(--sp-content-width));
    margin-bottom: calc(0.064 * var(--sp-content-width));
  }
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .serum.serum--note {
    width: 110%;
    margin-left: -5%;
    margin-top: calc(0.0125 * var(--pc-content-width));
    padding-inline: calc(0.0375 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-smartseries .serum.serum--note {
    margin-top: calc(0.064 * var(--sp-content-width));
    padding-inline: calc(0.0533333333 * var(--sp-content-width));
  }
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .serum.serum--card {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  .lp-smartseries .serum.serum--card {
    width: calc(0.8933333333 * var(--sp-content-width));
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .serum .serum__card.serum__card--01 {
    width: calc(0.646875 * var(--pc-content-width));
  }
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .serum .serum__card.serum__card--02 {
    width: calc(0.3260416667 * var(--pc-content-width));
  }
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .serum .serum__banner {
    width: calc(0.646875 * var(--pc-content-width));
  }
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .serum .serum__banner .serum__banner-content {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .serum .serum__banner .serum__banner-inner {
    padding-left: calc(0.0796875 * var(--pc-content-width));
  }
}
.lp-smartseries .serum .serum__banner .serum__banner-title {
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .serum .serum__banner .serum__banner-title {
    font-size: calc(0.0182291667 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-smartseries .serum .serum__banner .serum__banner-title {
    margin-top: calc(0.064 * var(--sp-content-width));
    font-size: calc(0.0533333333 * var(--sp-content-width));
  }
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .serum .serum__banner .serum__banner-lead {
    margin-top: calc(0.0083333333 * var(--pc-content-width));
    margin-bottom: calc(0.0125 * var(--pc-content-width));
    width: calc(0.3020833333 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-smartseries .serum .serum__banner .serum__banner-lead {
    margin-top: calc(0.0426666667 * var(--sp-content-width));
    margin-bottom: calc(0.0426666667 * var(--sp-content-width));
  }
}
.lp-smartseries .serum .serum__banner .serum__banner-name {
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .serum .serum__banner .serum__banner-name {
    font-size: calc(0.0083333333 * var(--pc-content-width));
    margin-bottom: calc(0.0125 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-smartseries .serum .serum__banner .serum__banner-name {
    font-size: calc(0.0346666667 * var(--sp-content-width));
    margin-bottom: calc(0.064 * var(--sp-content-width));
  }
}