@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
:root {
  --bk: #111;
  --wh: #fff;
  --lgpink: #bfb2ab;
  --text-color-dark: #111;
  --text-color-light: #ffffff;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

/* 三点リーダー 一行 */
/* 三点リーダー 複数行 */
/* 背景をテキストで切り取る */
/* ====================================================
Under MV
==================================================== */
/* ====================================================
 Pagination
==================================================== */
.pagination {
  margin: 10rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .pagination {
    margin: 8rem 0;
  }
}
@media screen and (max-width: 834px) {
  .pagination {
    margin: 6rem 0;
  }
}
@media screen and (max-width: 640px) {
  .pagination {
    margin: 4rem 0;
  }
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  line-height: 1;
  width: 3.6rem;
  height: 3.6rem;
  gap: 2rem;
}
@media screen and (max-width: 834px) {
  .pagination .page-numbers {
    gap: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .pagination .page-numbers {
    width: 3.2rem;
    height: 3.2rem;
    gap: 0;
  }
}
@media screen and (max-width: 499px) {
  .pagination .page-numbers {
    font-size: 1.2rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}
.pagination .page-numbers.current {
  background-color: #333;
  color: #fff;
  border-radius: 100vmax;
}
.pagination .page-numbers .material-symbols-outlined {
  font-weight: 100;
  font-size: 28px;
}/*# sourceMappingURL=under.css.map */