@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.actor {
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center; }
  .actor, .actor:active, .actor:focus, .actor:hover {
    text-decoration: none !important; }
  .actor + .actor {
    margin-left: 1rem; }
  .actor-image {
    border-radius: 50%; }

.article-header {
  margin-bottom: 24px; }
  .article-header-note {
    color: rgba(0, 0, 0, 0.54);
    font-size: 0.9em; }
.article-slideshow {
  max-width: 600px;
  height: 400px; }
.article-content {
  margin-block-start: 50px;
  /* .markdown h2と揃える */ }
.article audio {
  width: 100%; }

* {
  box-sizing: border-box; }

a, a:active, a:focus, a:hover {
  color: #1c3c7c;
  text-decoration: none; }

body {
  background-color: #eee;
  color: rgba(0, 0, 0, 0.87);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Hiragino Kaku Gothic ProN, meiryo, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  word-wrap: break-word; }

.card {
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 24px; }
  .card-body, .card-header {
    padding-bottom: 32px;
    padding-top: 32px; }
  .card-body + .card-body, .card-header + .card-body {
    padding-top: 0; }
  .card-body-large {
    font-size: 1.2rem; }
  .card-header {
    text-align: center; }
  .card-heading {
    font-size: 2rem; }
  .card-paragraph + .card-paragraph {
    margin-top: 1em; }
  .card strong {
    font-weight: bold; }

.markdown ol.article-chapters {
  font-family: sans-serif;
  list-style: none; }

.character-heading {
  font-size: 2rem; }
.character .profile p + p {
  margin-block-start: 1em; }
.character h1,
.character h2,
.character h3,
.character h4,
.character h5,
.character h6 {
  line-height: 1.25;
  margin-bottom: 16px;
  margin-top: 24px; }
.character h2 {
  font-size: 1.3rem;
  margin-top: 50px; }
.character h3 {
  font-size: 1.25rem; }
.character :where(.attributes, .skills, .traits, .talents) dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 1em;
  align-items: center; }
.character :where(.attributes, .skills, .traits, .talents) dd {
  font-family: monospace;
  font-size: 1.2em; }
.character .damage-bonus {
  font-size: 0.8em; }
.character .attribute-name,
.character .skill-name,
.character .trait-name,
.character .talent-name {
  padding-inline-start: 1.2em;
  background-size: 1em;
  background-position: 0 center;
  background-repeat: no-repeat; }
.character .attribute-strength {
  background-image: url(/images/characters/icons/muscle.svg); }
.character .attribute-endurance {
  background-image: url(/images/characters/icons/body-outline.svg); }
.character .attribute-agility {
  background-image: url(/images/characters/icons/sprint.svg); }
.character .attribute-dexterity {
  background-image: url(/images/characters/icons/hand-pointing.svg); }
.character .attribute-intelligence {
  background-image: url(/images/characters/icons/brain.svg); }
.character .attribute-willpower {
  background-image: url(/images/characters/icons/ironwill.svg); }
.character .attribute-charisma {
  background-image: url(/images/characters/icons/face-retouching.svg); }
.character .skill-attack {
  background-image: url(/images/characters/icons/swords.svg); }
.character .skill-defense {
  background-image: url(/images/characters/icons/shield-half.svg); }
.character .skill-manipulation {
  background-image: url(/images/characters/icons/needle-thread.svg); }
.character .skill-excercise {
  background-image: url(/images/characters/icons/run.svg); }
.character .skill-knowledge {
  background-image: url(/images/characters/icons/license.svg); }
.character .skill-negotiation {
  background-image: url(/images/characters/icons/user-talk-1.svg); }
.character .trait-life-point {
  background-image: url(/images/characters/icons/heartbeat.svg); }
.character .trait-mental-point {
  background-image: url(/images/characters/icons/star.svg); }
.character .trait-resistance {
  background-image: url(/images/characters/icons/shield-heart.svg); }
.character .trait-concentration {
  background-image: url(/images/characters/icons/user-focus.svg); }
.character .talent-name {
  background-image: url(/images/characters/icons/wolf-howl.svg); }
.character .licenses a {
  text-decoration: underline; }
.character .licenses img {
  inline-size: 1em; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding-left: 16px;
  padding-right: 16px; }

.footer {
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.9rem;
  padding-bottom: 64px;
  padding-top: 64px; }
  .footer-copyright {
    text-align: center; }
  .footer-sections-element {
    margin-bottom: 24px; }
    .footer-sections-element-heading {
      font-size: 1.4rem; }
    .footer-sections-element li details {
      margin-inline-start: 1rem; }
  .footer-twitter {
    margin-top: 0.4rem; }

.header {
  background-image: url(../images/artwork.png);
  background-size: cover;
  background-position: center; }
  .header-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem; }
  .header-heading {
    color: #fff;
    text-shadow: 0 1px 5px black;
    font-size: 2.5rem;
    font-weight: 500; }
    .header-heading a, .header-heading a:active, .header-heading a:focus, .header-heading a:hover {
      color: inherit; }
    .header-heading .title-credit {
      display: block;
      font-size: 1.5rem; }
  .header-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    padding-bottom: 96px;
    padding-top: 96px; }

.list-group-element {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 0.9rem;
  line-height: 1.7;
  padding-bottom: 16px;
  padding-top: 16px;
  position: relative; }
  .list-group-element-heading {
    font-size: 1.5rem; }
  .list-group-element-images {
    margin-top: 8px; }
    .list-group-element-images-element {
      border-radius: 50%; }
      .list-group-element-images-element + .list-group-element-images-element {
        margin-left: 4px; }

.main {
  background-color: #fff;
  padding-bottom: 48px;
  padding-top: 48px; }

.markdown > *:first-child,
.markdown > blockquote:first-child {
  margin-top: 0 !important; }
.markdown > * *:last-child,
.markdown > blockquote *:last-child {
  margin-bottom: 0 !important; }
.markdown a {
  text-decoration: underline; }
.markdown > code {
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 85%;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem; }
  .markdown > code::after, .markdown > code::before {
    content: "\00a0";
    letter-spacing: -0.2rem; }
.markdown pre {
  background-color: #f7f7f7;
  border-radius: 3px;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 85%;
  line-height: 1.45;
  overflow: auto;
  padding: 16px;
  word-wrap: normal; }
  .markdown pre > code {
    font-size: 100%;
    white-space: pre; }
  .markdown pre code {
    background-color: transparent;
    border: 0;
    display: inline;
    font-size: 12px;
    line-height: inherit;
    max-width: auto;
    overflow: visible;
    padding: 0;
    word-wrap: normal; }
    .markdown pre code::after, .markdown pre code::before {
      content: normal; }
.markdown img {
  box-sizing: content-box;
  max-width: 100%; }
.markdown kbd {
  background-color: #fcfcfc;
  border: solid 1px #ccc;
  border-bottom-color: #bbb;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #bbb;
  color: #555;
  display: inline-block;
  font-family: monospace, monospace;
  font-size: 11px;
  line-height: 10px;
  padding: 3px 5px;
  vertical-align: middle; }
.markdown em {
  font-style: italic; }
.markdown small {
  font-size: 0.9rem; }
.markdown strong {
  font-weight: bold; }
.markdown audio,
.markdown blockquote,
.markdown dl,
.markdown ol,
.markdown p,
.markdown pre,
.markdown table,
.markdown ul {
  margin-bottom: 16px; }
.markdown blockquote {
  border-left: 0.25em solid #ddd;
  color: #777;
  padding-left: 1rem;
  padding-right: 1rem; }
.markdown dl dd {
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px; }
.markdown dl dt {
  margin-top: 16px;
  font-style: italic;
  font-weight: bold; }
.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
  line-height: 1.25;
  margin-bottom: 16px;
  margin-top: 24px; }
.markdown h1,
.markdown h2 {
  padding-bottom: 0.3rem; }
.markdown h1 {
  font-size: 2rem; }
.markdown h2 {
  font-size: 1.3rem;
  margin-top: 50px; }
.markdown h3 {
  font-size: 1.25rem; }
.markdown h5 {
  font-size: 0.875rem; }
.markdown h6 {
  color: #777;
  font-size: 0.85rem; }
.markdown hr {
  background-color: #e7e7e7;
  border: 0;
  border-bottom: 1px solid #eee;
  box-sizing: content-box;
  height: 0.25rem;
  margin: 24px 0;
  overflow: hidden;
  padding: 0; }
.markdown li + li {
  margin-top: 0.25rem; }
.markdown li > p {
  margin-top: 16px; }
.markdown ol,
.markdown ul {
  padding-left: 2rem; }
.markdown ol {
  list-style-type: decimal; }
.markdown ul {
  list-style-type: disc; }
.markdown ol ul,
.markdown ul ul {
  list-style-type: circle; }
.markdown ol ol ul,
.markdown ol ul ul,
.markdown ul ol ul,
.markdown ul ul ul {
  list-style-type: square; }
.markdown ol ol,
.markdown ul ol {
  list-style-type: lower-roman; }
.markdown ol ol ol,
.markdown ol ul ol,
.markdown ul ol ol,
.markdown ul ul ol {
  list-style-type: lower-alpha; }
.markdown table {
  display: block;
  width: 100%;
  overflow: auto; }
  .markdown table td,
  .markdown table th {
    padding: 6px 13px;
    border: 1px solid #ddd; }
  .markdown table th {
    font-weight: bold; }
  .markdown table tr {
    border-top: 1px solid #ccc; }
    .markdown table tr:nth-child(2n) {
      background-color: #f8f8f8; }

.column-extra-small-1,
.column-small-1 {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }

@media (min-width: 768px) {
  .column-small-1 {
    float: left;
    width: 8.3333333333%; } }

@media (min-width: 768px) {
  .column-small-push-1 {
    left: 8.3333333333%; } }

.column-extra-small-1 {
  float: left;
  width: 8.3333333333%; }

.column-extra-small-push-1 {
  left: 8.3333333333%; }

.column-extra-small-2,
.column-small-2 {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }

@media (min-width: 768px) {
  .column-small-2 {
    float: left;
    width: 16.6666666667%; } }

@media (min-width: 768px) {
  .column-small-push-2 {
    left: 16.6666666667%; } }

.column-extra-small-2 {
  float: left;
  width: 16.6666666667%; }

.column-extra-small-push-2 {
  left: 16.6666666667%; }

.column-extra-small-3,
.column-small-3 {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }

@media (min-width: 768px) {
  .column-small-3 {
    float: left;
    width: 25%; } }

@media (min-width: 768px) {
  .column-small-push-3 {
    left: 25%; } }

.column-extra-small-3 {
  float: left;
  width: 25%; }

.column-extra-small-push-3 {
  left: 25%; }

.column-extra-small-4,
.column-small-4 {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }

@media (min-width: 768px) {
  .column-small-4 {
    float: left;
    width: 33.3333333333%; } }

@media (min-width: 768px) {
  .column-small-push-4 {
    left: 33.3333333333%; } }

.column-extra-small-4 {
  float: left;
  width: 33.3333333333%; }

.column-extra-small-push-4 {
  left: 33.3333333333%; }

.column-extra-small-5,
.column-small-5 {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }

@media (min-width: 768px) {
  .column-small-5 {
    float: left;
    width: 41.6666666667%; } }

@media (min-width: 768px) {
  .column-small-push-5 {
    left: 41.6666666667%; } }

.column-extra-small-5 {
  float: left;
  width: 41.6666666667%; }

.column-extra-small-push-5 {
  left: 41.6666666667%; }

.column-extra-small-6,
.column-small-6 {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }

@media (min-width: 768px) {
  .column-small-6 {
    float: left;
    width: 50%; } }

@media (min-width: 768px) {
  .column-small-push-6 {
    left: 50%; } }

.column-extra-small-6 {
  float: left;
  width: 50%; }

.column-extra-small-push-6 {
  left: 50%; }

.column-extra-small-7,
.column-small-7 {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }

@media (min-width: 768px) {
  .column-small-7 {
    float: left;
    width: 58.3333333333%; } }

@media (min-width: 768px) {
  .column-small-push-7 {
    left: 58.3333333333%; } }

.column-extra-small-7 {
  float: left;
  width: 58.3333333333%; }

.column-extra-small-push-7 {
  left: 58.3333333333%; }

.column-extra-small-8,
.column-small-8 {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }

@media (min-width: 768px) {
  .column-small-8 {
    float: left;
    width: 66.6666666667%; } }

@media (min-width: 768px) {
  .column-small-push-8 {
    left: 66.6666666667%; } }

.column-extra-small-8 {
  float: left;
  width: 66.6666666667%; }

.column-extra-small-push-8 {
  left: 66.6666666667%; }

.column-extra-small-9,
.column-small-9 {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }

@media (min-width: 768px) {
  .column-small-9 {
    float: left;
    width: 75%; } }

@media (min-width: 768px) {
  .column-small-push-9 {
    left: 75%; } }

.column-extra-small-9 {
  float: left;
  width: 75%; }

.column-extra-small-push-9 {
  left: 75%; }

.column-extra-small-10,
.column-small-10 {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }

@media (min-width: 768px) {
  .column-small-10 {
    float: left;
    width: 83.3333333333%; } }

@media (min-width: 768px) {
  .column-small-push-10 {
    left: 83.3333333333%; } }

.column-extra-small-10 {
  float: left;
  width: 83.3333333333%; }

.column-extra-small-push-10 {
  left: 83.3333333333%; }

.column-extra-small-11,
.column-small-11 {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }

@media (min-width: 768px) {
  .column-small-11 {
    float: left;
    width: 91.6666666667%; } }

@media (min-width: 768px) {
  .column-small-push-11 {
    left: 91.6666666667%; } }

.column-extra-small-11 {
  float: left;
  width: 91.6666666667%; }

.column-extra-small-push-11 {
  left: 91.6666666667%; }

.column-extra-small-12,
.column-small-12 {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative; }

@media (min-width: 768px) {
  .column-small-12 {
    float: left;
    width: 100%; } }

@media (min-width: 768px) {
  .column-small-push-12 {
    left: 100%; } }

.column-extra-small-12 {
  float: left;
  width: 100%; }

.column-extra-small-push-12 {
  left: 100%; }

@media (max-width: 767px) {
  .hidden-extra-small {
    display: none; } }

.row {
  margin-left: -12px;
  margin-right: -12px; }
  .row::after, .row::before {
    clear: both;
    content: "";
    display: table; }

.visible-extra-small {
  display: none; }
  @media (max-width: 767px) {
    .visible-extra-small {
      display: inherit; } }

.text-center {
  text-align: center; }
.text-right {
  text-align: right; }
