@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Noto+Sans+JP:wght@100..900&display=swap");
/* メディアクエリ
------------------------------------------------------------*/
/* フォントサイズ
------------------------------------------------------------*/
/* textstyle
------------------------------------------------------------*/
/* border-radius
------------------------------------------------------------*/
/* animation
------------------------------------------------------------*/
/* color
------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family:
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  background: #141919;
}
body.open {
  overflow: hidden;
  height: 100vh;
}

html > body {
  color: #909a9b;
  font-feature-settings: "palt";
}

*,
*:before,
*:after {
  box-sizing: border-box;
  letter-spacing: 1px;
}

img {
  display: block;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0f0937;
  font-weight: 700;
  line-height: 1.4;
}

p,
ul,
ol,
dl {
  margin-top: 20px;
  color: #909a9b;
  line-height: 1.6;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 961px) {
  p,
  ul,
  ol,
  dl {
    font-size: 14px;
  }
}

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

.sp {
  display: none;
}
@media screen and (max-width: 961px) {
  .sp {
    display: block !important;
  }
}

header {
  padding: 0 30px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 961px) {
  header {
    height: 70px;
  }
}
header .l-header-l {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .l-header-l h1 {
  margin: 0;
  text-align: center;
  line-height: 1;
  width: 122px;
}
@media screen and (max-width: 961px) {
  header .l-header-l h1 {
    width: 98px;
  }
}
header .l-header-l h1 + a {
  width: 120px;
  display: block;
}
@media screen and (max-width: 961px) {
  header .l-header-l h1 + a {
    width: 94px;
  }
}
header .l-header-r {
  display: flex;
  display: none;
  gap: 20px;
}
header .l-header-r i {
  color: #fff;
  font-size: 24px;
}
header .l-header-r .l-global__button {
  width: 23px;
  height: 22px;
  cursor: pointer;
  z-index: 3;
  position: relative;
  display: fixed;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 961px) {
  header .l-header-r .l-global__button {
    display: block;
  }
}
header .l-header-r .l-global__button .l-toggle {
  width: 23px;
  height: 22px;
}
header .l-header-r .l-global__button .l-toggle span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s;
  left: 0;
}
header .l-header-r .l-global__button .l-toggle span:nth-child(1) {
  top: 0px;
}
header .l-header-r .l-global__button .l-toggle span:nth-child(2) {
  top: 10px;
}
header .l-header-r .l-global__button .l-toggle span:nth-child(3) {
  bottom: 0;
}
header .l-header-r .l-global__button .l-toggle.active span:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}
header .l-header-r .l-global__button .l-toggle.active span:nth-child(2) {
  opacity: 0;
}
header .l-header-r .l-global__button .l-toggle.active span:nth-child(3) {
  transform: translateY(-10px) rotate(45deg);
}

footer {
  margin: 40px 0 0;
  padding: 0 0 50px;
  border-top: 1px solid #364041;
  text-align: center;
}
footer .l-footer__logo {
  margin: 40px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  list-style: none;
}
footer .l-footer__logo li:first-child {
  width: 135px;
}
footer .l-footer__logo li:nth-child(2) {
  width: 135px;
}
footer p {
  margin: 20px auto 0;
  width: 37px;
}
footer .l-footer__nav {
  padding: 0;
  text-align: center;
  list-style: none;
  font-size: 12px;
}
footer .l-footer__nav li {
  margin-left: 10px;
  padding-left: 16px;
  border-left: 1px solid #364041;
  display: inline-block;
}
footer .l-footer__nav li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
footer .l-footer__nav li a {
  text-decoration: none;
  color: #909a9b;
}
footer address {
  margin: 30px 0 0;
  text-align: center;
  font-size: 12px;
  font-style: normal;
}

.l-content .l-heading__wrapper {
  margin: 0;
  padding: 0;
  background: #1f2526;
}
.l-content .l-heading {
  display: flex;
  align-items: center;
  list-style: none;
  font-size: 20px;
  gap: 24px;
}
@media screen and (max-width: 961px) {
  .l-content .l-heading {
    font-size: 16px;
  }
}
.l-content .l-heading .inactive {
  padding: 17px 0;
  color: #fff;
}
@media screen and (max-width: 961px) {
  .l-content .l-heading .inactive {
    padding: 13px 0;
  }
}
.l-content .l-heading__nav {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
}
@media screen and (max-width: 961px) {
  .l-content .l-heading__nav {
    padding: 0 20px;
  }
}
.l-content .l-heading__nav li {
  cursor: pointer;
}
.l-content .l-heading__nav .active {
  padding: 16px 0 14px;
  color: #33aea1;
  border-bottom: 2px solid #33aea1;
}
@media screen and (max-width: 961px) {
  .l-content .l-heading__nav .active {
    padding: 12px 0 10px;
  }
}
.l-content .tab {
  display: none;
  transition: 0.3s;
}
.l-content .tab.active {
  display: block;
}

.c-md__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background: rgba(230, 230, 230, 0.8);
  z-index: 9999;
}

.c-md__contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 600px;
  height: auto;
  overflow: hidden;
  z-index: 10000;
  border-radius: 10px;
}
@media screen and (max-width: 961px) {
  .c-md__contents {
    max-width: 100%;
    width: 80%;
  }
}
.c-md__contents .c-md__inner {
  padding: clamp(40px, 4vw, 80px);
  background: #fff;
  height: auto;
  position: relative;
}
.c-md__contents .c-md__inner .c-md__xmark {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 10000;
}
.c-md__contents .c-md__inner .c-md__xmark i {
  font-size: 20px;
  color: #0f0937;
}
.c-md__contents .c-md__inner .c-md__date {
  margin: 0 !important;
  font-weight: 900;
}
.c-md__contents .c-md__inner .c-md__title {
  font-size: clamp(16px, 1.6vw, 18px);
}
.c-md__contents .c-md__inner p {
  font-size: clamp(12px, 1.2vw, 14px);
}

.c-button {
  background: #286ff8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
.c-button:hover {
  opacity: 1;
  background: #0f0937;
}
@media screen and (max-width: 961px) {
  .c-button {
    font-size: 14px;
  }
}

.p-top .p-grid {
  margin: 0 auto;
  padding: 40px 20px;
  max-width: 1040px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 26px;
}
@media screen and (max-width: 961px) {
  .p-top .p-grid {
    gap: 16px;
  }
}
@media screen and (max-width: 601px) {
  .p-top .p-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.p-top .p-grid__item {
  max-width: 316px;
  aspect-ratio: 1/1;
  position: relative;
}
.p-top .p-grid__item__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  color: #fff;
}
.p-top .p-grid__item__inner .p-grid--spec {
  font-size: 90px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
.p-top .p-grid__item__inner .p-grid--spec span {
  font-size: 40px;
}
@media screen and (max-width: 961px) {
  .p-top .p-grid__item__inner .p-grid--spec {
    font-size: 8vw;
  }
  .p-top .p-grid__item__inner .p-grid--spec span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 601px) {
  .p-top .p-grid__item__inner .p-grid--spec {
    font-size: 12vw;
  }
  .p-top .p-grid__item__inner .p-grid--spec span {
    font-size: 5vw;
  }
}
.p-top .p-grid__item img {
  position: absolute;
  border-radius: 6px;
  opacity: 0.7;
}

.p-list .p-filter {
  margin: 0 auto;
  padding: 40px 20px;
  max-width: 1040px;
}
@media screen and (max-width: 961px) {
  .p-list .p-filter {
    padding: 10px 20px;
  }
}
.p-list .p-filter__inner {
  padding: 10px 0;
  display: flex;
  border-top: 1px dashed #364041;
}
.p-list .p-filter__inner:first-child {
  border-top: none;
}
.p-list .p-filter__inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.p-list .p-filter__inner ul li:not(.indicator) {
  padding: 2px 10px;
  background: #1f2526;
  border-radius: 100px;
  color: #909a9b;
  font-size: 14px;
  cursor: pointer;
  transition: 0.1s;
}
@media screen and (max-width: 961px) {
  .p-list .p-filter__inner ul li:not(.indicator) {
    font-size: 12px;
  }
}
@media screen and (max-width: 601px) {
  .p-list .p-filter__inner ul li:not(.indicator) {
    font-size: 12px;
  }
}
.p-list .p-filter__inner ul.p-filter--genesis .active {
  background: #33aea1;
  color: #fff;
}
@media screen and (min-width: 602px) {
  .p-list .p-filter__inner ul.p-filter--genesis li:hover {
    background: #33aea1;
    color: #fff;
  }
}
.p-list .p-filter__inner ul.p-filter--spec {
  margin-left: 6px;
  padding-left: 6px;
  border-left: 1px dashed #364041;
}
.p-list .p-filter__inner ul.p-filter--spec .active {
  background: #42cc68;
  color: #fff;
}
@media screen and (min-width: 602px) {
  .p-list .p-filter__inner ul.p-filter--spec li:hover {
    background: #42cc68;
    color: #fff;
  }
}
.p-list .p-filter__inner ul.p-filter--rarity {
  flex-wrap: nowrap;
  overflow-x: auto;
  width: 100%;
}
.p-list .p-filter__inner ul.p-filter--rarity .p-filter--common.active {
  background: #515dc5;
  color: #fff;
}
@media screen and (min-width: 602px) {
  .p-list .p-filter__inner ul.p-filter--rarity .p-filter--common:hover {
    background: #515dc5;
    color: #fff;
  }
}
.p-list .p-filter__inner ul.p-filter--rarity .p-filter--genesis.active {
  background: #33aea1;
  color: #fff;
}
@media screen and (min-width: 602px) {
  .p-list .p-filter__inner ul.p-filter--rarity .p-filter--genesis:hover {
    background: #33aea1;
    color: #fff;
  }
}
.p-list .p-filter__inner ul.p-filter--rarity .p-filter--box.active {
  background: #3a8de6;
  color: #fff;
}
@media screen and (min-width: 602px) {
  .p-list .p-filter__inner ul.p-filter--rarity .p-filter--box:hover {
    background: #3a8de6;
    color: #fff;
  }
}
.p-list .p-filter__inner ul.p-filter--rarity .p-filter--spec.active {
  background: #42cc68;
  color: #fff;
}
@media screen and (min-width: 602px) {
  .p-list .p-filter__inner ul.p-filter--rarity .p-filter--spec:hover {
    background: #42cc68;
    color: #fff;
  }
}
.p-list .p-filter__inner ul.p-filter--rarity .p-filter--uncommon.active {
  background: #7d51c5;
  color: #fff;
}
@media screen and (min-width: 602px) {
  .p-list .p-filter__inner ul.p-filter--rarity .p-filter--uncommon:hover {
    background: #7d51c5;
    color: #fff;
  }
}
.p-list .p-filter__inner ul.p-filter--rarity .p-filter--rare.active {
  background: #ae51c5;
  color: #fff;
}
@media screen and (min-width: 602px) {
  .p-list .p-filter__inner ul.p-filter--rarity .p-filter--rare:hover {
    background: #ae51c5;
    color: #fff;
  }
}
.p-list .p-filter__inner ul.p-filter--rarity .p-filter--epic.active {
  background: #c5518f;
  color: #fff;
}
@media screen and (min-width: 602px) {
  .p-list .p-filter__inner ul.p-filter--rarity .p-filter--epic:hover {
    background: #c5518f;
    color: #fff;
  }
}
.p-list .p-filter__inner ul.p-filter--rarity .p-filter--legendary.active {
  background: #c5515f;
  color: #fff;
}
@media screen and (min-width: 602px) {
  .p-list .p-filter__inner ul.p-filter--rarity .p-filter--legendary:hover {
    background: #c5515f;
    color: #fff;
  }
}
.p-list .p-filter__inner ul.p-filter--rarity .p-filter--limited.active {
  background: #c56d51;
  color: #fff;
}
@media screen and (min-width: 602px) {
  .p-list .p-filter__inner ul.p-filter--rarity .p-filter--limited:hover {
    background: #c56d51;
    color: #fff;
  }
}
.p-list .p-filter__result {
  padding: 12px;
  background: #1f2526;
}
@media screen and (max-width: 961px) {
  .p-list .p-filter__result {
    padding: 8px 20px;
  }
}
.p-list .p-filter__result p {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 22px;
  color: #fff;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 961px) {
  .p-list .p-filter__result p {
    font-size: 16px;
  }
}
.p-list .p-filter__result p span {
  font-size: 16px;
  font-weight: normal;
  color: #909a9b;
}
@media screen and (max-width: 961px) {
  .p-list .p-filter__result p span {
    font-size: 12px;
  }
}
.p-list__wrapper {
  margin: 0 auto;
  padding: 20px 20px 0;
  max-width: 1040px;
}
.p-list__wrapper2 {
  overflow-x: scroll;
}
.p-list__wrapper2 + p {
  margin: 40px 0 0;
  font-size: 12px;
}
.p-list__wrapper table {
  font-size: 12px;
  border-collapse: collapse;
  border-collapse: collapse;
  white-space: nowrap;
  text-decoration: none !important;
}
.p-list__wrapper table tr {
  text-decoration: none !important;
}
@media screen and (min-width: 602px) {
  .p-list__wrapper table tr:hover td {
    background: #1f2526 !important;
    cursor: pointer;
  }
}
.p-list__wrapper table tr th {
  padding: 10px 14px 5px;
  text-align: left;
  font-weight: normal;
  vertical-align: bottom;
  width: 86px !important;
  line-height: 1.2;
}
@media screen and (max-width: 601px) {
  .p-list__wrapper table tr th {
    padding: 10px 10px 5px;
    font-size: 10px;
  }
}
.p-list__wrapper table tr th.td__sticky {
  position: sticky;
  top: 0;
  left: 0;
  background: #141919;
}
.p-list__wrapper table tr th.td__sort__active {
  background: #313122;
  color: #fff;
}
.p-list__wrapper table tr th:first-child {
  padding-left: 0;
  padding-right: 20px;
  text-align: left;
  width: 160px !important;
}
.p-list__wrapper table tr th:nth-child(2) {
  text-align: left;
  width: auto !important;
}
.p-list__wrapper table tr th:nth-child(3) {
  text-align: center;
}
.p-list__wrapper table tr th:last-child {
  text-align: center;
}
.p-list__wrapper table tr th .td__sort {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 6px;
  width: 100%;
}
.p-list__wrapper table tr th .td__sort i {
  margin-bottom: 3px;
  transition: 0.3s;
  font-size: 11px;
}
@media screen and (max-width: 601px) {
  .p-list__wrapper table tr th .td__sort i {
    margin-bottom: 1px;
  }
}
.p-list__wrapper table tr th .td__sort i.on {
  color: #faff00;
}
@media screen and (min-width: 602px) {
  .p-list__wrapper table tr th .td__sort:hover {
    cursor: pointer;
  }
  .p-list__wrapper table tr th .td__sort:hover i {
    color: #faff00;
  }
}
.p-list__wrapper table tr td {
  padding: 5px 14px;
  text-align: right;
  color: #fff;
  text-decoration: none !important;
}
@media screen and (max-width: 601px) {
  .p-list__wrapper table tr td {
    padding: 5px 10px;
  }
}
.p-list__wrapper table tr td.td__sticky {
  position: sticky;
  top: 0;
  left: 0;
  background: #141919;
}
.p-list__wrapper table tr td.td__sort__active {
  background: #313122;
}
.p-list__wrapper table tr td.td__center {
  text-align: center !important;
}
.p-list__wrapper table tr td:first-child {
  padding-left: 0;
}
.p-list__wrapper table tr td:first-child .td__inner {
  padding-right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-list__wrapper table tr td:first-child span {
  display: block;
}
.p-list__wrapper table tr td:first-child img {
  width: 40px;
  border-radius: 3px;
}
.p-list__wrapper table tr td:nth-child(3) {
  text-align: center;
}
.p-list__wrapper table tr td img {
  margin: 0 auto;
  width: 27px;
}
.p-list__wrapper table tr td:last-child img {
  margin: 0 auto;
  width: 20px;
  border-radius: 3px;
}
.p-list__wrapper table tr td .genesis {
  margin: 2px 0 0;
  color: #33aea1;
  font-size: 9px;
}

a {
  transition: all 0.4s;
  color: #286ff8;
  text-decoration: underline;
}
a:hover,
a:active {
  opacity: 0.5;
}
@media screen and (max-width: 601px) {
  a:hover,
  a:active {
    opacity: 1 !important;
  }
}
a button:hover,
a button:active {
  opacity: 0.5;
}
@media screen and (max-width: 601px) {
  a button:hover,
  a button:active {
    opacity: 1 !important;
  }
}

a img {
  transition: all 0.4s;
}

@media screen and (min-width: 602px) {
  .br-pc::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 1281px) {
  .br-sp::before {
    content: "\a";
    white-space: pre;
  }
}

.txt-l {
  text-align: left;
}

.txt-c {
  text-align: center;
}

.txt-r {
  text-align: right;
}

.txt-sm {
  font-size: 0.8rem;
}

.txt-attention {
  color: #286ff8;
}

.txt-bold {
  font-weight: bold;
}

/*# sourceMappingURL=style.css.map */
