@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 {
  /* ----------------------------------------
  	ingredients title
  ---------------------------------------- */
  /* ----------------------------------------
  	ingredients note
  ---------------------------------------- */
  /* ----------------------------------------
  	ingredients card
  ---------------------------------------- */
}
.lp-smartseries .ingredients.ingredients--title {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .ingredients.ingredients--title {
    padding-top: calc(0.05 * var(--pc-content-width));
    margin-bottom: calc(0.025 * var(--pc-content-width));
    padding-inline: calc(0.0375 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-smartseries .ingredients.ingredients--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 .ingredients.ingredients--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 .ingredients.ingredients--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 .ingredients.ingredients--card {
    display: flex;
    justify-content: center;
    gap: calc(0.0166666667 * var(--pc-content-width));
    padding-inline: calc(0.0375 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-smartseries .ingredients.ingredients--card {
    width: calc(0.7333333333 * var(--sp-content-width));
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .ingredients .ingredients__card {
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .lp-smartseries .ingredients .ingredients__card-title {
    margin-top: calc(0.0166666667 * var(--pc-content-width));
    margin-bottom: calc(0.0041666667 * var(--pc-content-width));
    font-size: calc(0.0145833333 * var(--pc-content-width));
    line-height: 1.7;
  }
}
@media screen and (max-width: 1023px) {
  .lp-smartseries .ingredients .ingredients__card-title {
    margin-top: calc(0.0426666667 * var(--sp-content-width));
    margin-bottom: calc(0.0213333333 * var(--sp-content-width));
    font-size: calc(0.048 * var(--sp-content-width));
    line-height: 1.5;
  }
}