@charset "UTF-8";
:root {
  --themeColor: #FFF9DB;
}

@media screen and (max-width: 640px) { /*-- SP --*/
.special-body {
  .series_lineup_list {
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    width: 300px;
    gap: 20px;

    a {
      display: block;
      position: relative;

      &::after {
        position: absolute;
        top: 8px;
        right: 8px;
        z-index: +1;
      }
    }
  }
}

.block-series-item--title {
  background: #DC8160 url('/img/usr/@page/valentines-day_2026/bg_heading.webp') repeat 50% 50% /200%;
}
} /*-- /SP --*/

@media screen and (min-width: 641px) { /*-- PC --*/
.block-hero {
  border-radius: 16px;
  overflow: hidden;
}
.special-body {
  .series_lineup_list {
    margin: 70px auto;
    display: flex;
    width: 880px;
    gap: 30px;

    a {
      display: block;
      position: relative;

      &::after {
        position: absolute;
        top: 8px;
        right: 8px;
        z-index: +1;
      }
    }
  }
}

.block-series-item--title {
  border-radius: 16px;
  background: #DC8160 url('/img/usr/@page/valentines-day_2026/bg_heading.webp') repeat 50% 50% /75%;
}
}  /*-- /PC --*/
