: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 {
  /* ----------------------------------------
  	recommend_title
  ---------------------------------------- */
}
@media screen and (min-width: 1024px) {
  .lp-hob .recommend_title {
    width: calc(0.9197916667 * var(--pc-content-width));
    margin-inline: auto;
    padding-top: calc(0.05 * var(--pc-content-width));
    padding-bottom: calc(0.0125 * var(--pc-content-width));
    display: flex;
    align-items: center;
    gap: calc(0.0125 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-hob .recommend_title {
    padding-inline: calc(0.0533333333 * var(--sp-content-width));
    padding-top: calc(0.16 * var(--sp-content-width));
    padding-bottom: calc(0.064 * var(--sp-content-width));
  }
}
@media screen and (min-width: 1024px) {
  .lp-hob .recommend_title .title-section {
    display: inline;
  }
}
@media screen and (max-width: 1023px) {
  .lp-hob .recommend_title .title-section {
    letter-spacing: -2%;
  }
}
.lp-hob .recommend_title .title-tag {
  line-height: 1;
  border: 1px solid #1A1A1A;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .lp-hob .recommend_title .title-tag {
    padding: calc(0.0046875 * var(--pc-content-width)) calc(0.0091145833 * var(--pc-content-width));
    font-size: calc(0.0145833333 * var(--pc-content-width));
  }
}
@media screen and (max-width: 1023px) {
  .lp-hob .recommend_title .title-tag {
    margin-top: calc(0.0106666667 * var(--sp-content-width));
    padding: calc(0.012 * var(--sp-content-width)) calc(0.0253333333 * var(--sp-content-width));
    font-size: calc(0.0426666667 * var(--sp-content-width));
  }
}