:root {
  color-scheme: dark;
  --blue: #375a7f;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e74c3c;
  --orange: #fd7e14;
  --yellow: #f39c12;
  --green: #00ffcc;
  --teal: #20c997;
  --cyan: #3498db;
  --black: #000;
  --white: #fff;
  --gray: #888;
  --gray-dark: #303030;
  --gray-100: #f8f9fa;
  --gray-200: #ebebeb;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #888;
  --gray-700: #444;
  --gray-800: #303030;
  --gray-900: #222;
  --primary: #375a7f;
  --secondary: #444;
  --success: #00bc8c;
  --info: #3498db;
  --warning: #f39c12;
  --danger: #e74c3c;
  --light: #adb5bd;
  --dark: #303030;
  --primary-rgb: 55, 90, 127;
  --secondary-rgb: 68, 68, 68;
  --success-rgb: 0, 188, 140;
  --info-rgb: 52, 152, 219;
  --warning-rgb: 243, 156, 18;
  --danger-rgb: 231, 76, 60;
  --light-rgb: 173, 181, 189;
  --dark-rgb: 48, 48, 48;
  --primary-text-emphasis: #162433;
  --secondary-text-emphasis: #1b1b1b;
  --success-text-emphasis: #004b38;
  --info-text-emphasis: #153d58;
  --warning-text-emphasis: #613e07;
  --danger-text-emphasis: #5c1e18;
  --light-text-emphasis: #444;
  --dark-text-emphasis: #444;
  --primary-bg-subtle: #d7dee5;
  --secondary-bg-subtle: #dadada;
  --success-bg-subtle: #ccf2e8;
  --info-bg-subtle: #d6eaf8;
  --warning-bg-subtle: #fdebd0;
  --danger-bg-subtle: #fadbd8;
  --light-bg-subtle: #fcfcfd;
  --dark-bg-subtle: #ced4da;
  --primary-border-subtle: #afbdcc;
  --secondary-border-subtle: #b4b4b4;
  --success-border-subtle: #99e4d1;
  --info-border-subtle: #aed6f1;
  --warning-border-subtle: #fad7a0;
  --danger-border-subtle: #f5b7b1;
  --light-border-subtle: #ebebeb;
  --dark-border-subtle: #adb5bd;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --font-sans-serif: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --body-font-family: var(--font-sans-serif);
  --body-font-size: 1rem;
  --body-font-weight: 400;
  --body-line-height: 1.5;
  --body-color: #fff;
  --body-color-rgb: 255, 255, 255;
  --emphasis-color: #000;
  --emphasis-color-rgb: 0, 0, 0;
  --secondary-color: rgba(255, 255, 255, 0.75);
  --secondary-color-rgb: 255, 255, 255;
  --secondary-bg: #ebebeb;
  --secondary-bg-rgb: 235, 235, 235;
  --tertiary-color: rgba(255, 255, 255, 0.5);
  --tertiary-color-rgb: 255, 255, 255;
  --tertiary-bg: #f8f9fa;
  --tertiary-bg-rgb: 248, 249, 250;
  --link-color: #00bc8c;
  --link-color-rgb: 0, 188, 140;
  --link-decoration: underline;
  --link-hover-color: #009670;
  --link-hover-color-rgb: 0, 150, 112;
  --code-color: #e83e8c;
  --highlight-color: #fff;
  --highlight-bg: #fdebd0;
  --border-width: 1px;
  --border-style: solid;
  --border-color: #dee2e6;
  --border-color-translucent: rgba(0, 0, 0, 0.175);
  --border-radius: 0.375rem;
  --border-radius-sm: 0.25rem;
  --border-radius-lg: 0.5rem;
  --border-radius-xl: 1rem;
  --border-radius-xxl: 2rem;
  --border-radius-2xl: var(--border-radius-xxl);
  --border-radius-pill: 50rem;
  --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --focus-ring-width: 0.25rem;
  --focus-ring-opacity: 0.25;
  --focus-ring-color: rgba(55, 90, 127, 0.25);
  --form-valid-color: #00bc8c;
  --form-valid-border-color: #00bc8c;
  --form-invalid-color: #e74c3c;
  --form-invalid-border-color: #e74c3c;
  --body-color: #dee2e6;
  --body-color-rgb: 222, 226, 230;
  --body-bg: #222;
  --body-bg-rgb: 34, 34, 34;
  --emphasis-color: #fff;
  --emphasis-color-rgb: 255, 255, 255;
  --secondary-color: rgba(222, 226, 230, 0.75);
  --secondary-color-rgb: 222, 226, 230;
  --secondary-bg: #303030;
  --secondary-bg-rgb: 48, 48, 48;
  --tertiary-color: rgba(222, 226, 230, 0.5);
  --tertiary-color-rgb: 222, 226, 230;
  --tertiary-bg: #292929;
  --tertiary-bg-rgb: 41, 41, 41;
  --primary-text-emphasis: #879cb2;
  --secondary-text-emphasis: #8f8f8f;
  --success-text-emphasis: #66d7ba;
  --info-text-emphasis: #85c1e9;
  --warning-text-emphasis: #f8c471;
  --danger-text-emphasis: #f1948a;
  --light-text-emphasis: #f8f9fa;
  --dark-text-emphasis: #dee2e6;
  --primary-bg-subtle: #0b1219;
  --secondary-bg-subtle: #0e0e0e;
  --success-bg-subtle: #00261c;
  --info-bg-subtle: #0a1e2c;
  --warning-bg-subtle: #311f04;
  --danger-bg-subtle: #2e0f0c;
  --light-bg-subtle: #303030;
  --dark-bg-subtle: #181818;
  --primary-border-subtle: #21364c;
  --secondary-border-subtle: #292929;
  --success-border-subtle: #007154;
  --info-border-subtle: #1f5b83;
  --warning-border-subtle: #925e0b;
  --danger-border-subtle: #8b2e24;
  --light-border-subtle: #444;
  --dark-border-subtle: #303030;
  --heading-color: inherit;
  --link-color: #879cb2;
  --link-hover-color: #9fb0c1;
  --link-color-rgb: 135, 156, 178;
  --link-hover-color-rgb: 159, 176, 193;
  --code-color: #f18bba;
  --highlight-color: #dee2e6;
  --highlight-bg: #613e07;
  --border-color: #444;
  --border-color-translucent: rgba(255, 255, 255, 0.15);
  --form-valid-color: #66d7ba;
  --form-valid-border-color: #66d7ba;
  --form-invalid-color: #f1948a;
  --form-invalid-border-color: #f1948a;
}
.category {
  --list-group-color: #fff;
  --list-group-bg: #303030;
  --list-group-border-color: #444;
  --list-group-border-width: var(--border-width);
  --list-group-border-radius: var(--border-radius);
  --list-group-item-padding-x: 1rem;
  --list-group-item-padding-y: 0.5rem;
  --list-group-action-color: var(--secondary-color);
  --list-group-action-hover-color: #fff;
  --list-group-action-hover-bg: #444;
  --list-group-action-active-color: var(--body-color);
  --list-group-action-active-bg: #222;
  --list-group-disabled-color: var(--secondary-color);
  --list-group-disabled-bg: #303030;
  --list-group-active-color: #fff;
  --list-group-active-bg: #375a7f;
  --list-group-active-border-color: #375a7f;
}
#condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
  margin-top: -1em;
  margin-bottom: 1em;
  padding: 0.5em 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 60, 0, 0.15);
}
#condition form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 0.5ex;
}
#condition form * {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#condition form input[type=number] {
  font-family: "Playball", sans-serif;
  width: 3em;
}
#condition #search * {
  line-height: 2.25em;
  height: 2.25em;
  text-align: left;
}
/* スマホ */
@media screen and (max-width: 699px) {
  #condition {
    width: 100%;
  }
}
@media screen and (min-width: 700px) {
  #condition {
    width: 80%;
  }
}
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main #list th,
main #list td {
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
main #list th span.level,
main #list td span.level {
  font-family: "Playball", sans-serif;
  letter-spacing: 1px;
}
main #list thead {
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
main #list thead th {
  font-size: 0.85em;
}
main #list tr.header {
  background-color: rgba(50, 20, 0, 0.4);
}
main #list tr.header th {
  font-size: 0.85em;
}
main #list tr.header th span {
  display: inline;
  margin: 0;
}
main #list tbody {
  background-color: rgba(0, 0, 0, 0.1);
}
main #list tbody tr:hover {
  background-color: rgba(200, 255, 200, 0.15);
}
main #list tbody th {
  padding: 0 0.25ex;
  background-color: rgba(255, 255, 255, 0.15);
}
main #list tbody th.magic {
  font-size: 0.75em;
  font-style: italic;
  text-shadow: 1px 1px 1px #000;
}
main #list tbody th.magic i {
  display: inline-block;
  margin-left: 0.3ex;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85em;
}
main #list tbody th span {
  display: inline-block;
  margin: 0 1ex;
  font-size: 1.25em;
}
main #list tbody th i {
  font-family: "Playball", sans-serif;
  font-style: normal;
  letter-spacing: 1px;
}
main #list tbody th b {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 0.25ex;
  font-size: 0.8em;
  font-style: italic;
  color: rgba(255, 255, 255, 0.3);
}
main #list tbody td {
  text-align: center;
  font-family: "Playball", sans-serif;
  letter-spacing: 1px;
}
main #list tbody td.lv5,
main #list tbody td.lv6,
main #list tbody td.lv7 {
  color: rgba(255, 255, 255, 0.3);
}
#note {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9em;
  font-style: italic;
  text-shadow: 1px 1px 1px #000;
}
