body {
  background-color: #151422;
  color: #ffffff;
  font-family: 'Roboto', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
}

.section-title {
  font-size: 1.5rem;
  background-color: #E83820;
  margin-bottom: 0.5rem;
  padding: 0.25rem 1rem;
  color: #ffffff;
  font-weight: 700;
}

.shop-button {
  margin: 0.25rem;
  margin-left: 0;
}

.shop-buttons-wrapper {
  margin-left: -2px;
}

.x-link {
  color: #1DA1F2;
  text-decoration: none;
}

h1, h2, h3, h4, .lead, body, .list-group-item{
  font-family: 'Roboto', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

h1 {
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.25rem !important;
  margin-block-start: 0.25rem !important;
}

.lead {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  line-height: 1.2;
}

.lead + p {
  color: #999;
}

@media screen and (min-width: 768px) {
  .lead {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .lead {
    font-size: 1.75rem;
  }
}

.form-select {
  margin-bottom: 1.5rem;
}

.table {
  color: #ffffff;
  background-color: #151422;
}

.table th {
  color: #999;
  font-weight: 700;
  padding: 3px;
  line-height: 1.2;
  background-color: #151422;
}

.table td {
  color: #ffffff;
  padding: 3px;
  line-height: 1.2;
  background-color: #151422;
}

.table-borderless {
  border: none;
}

.staff-name {
  font-size: 1.5rem;
  font-weight: bold;
}

.staff-role {
  color: #999;
}

.co-write {
  font-size: 0.8rem;
}

.x-logo {
  display: inline-flex;
  align-items: center;
  margin-left: 0.5rem;
  color: #1DA1F2;
  text-decoration: none;
  font-size: 0.9rem;
  transition: opacity 0.3s ease;
}

.x-logo img {
  width: 16px;
  height: 16px;
  margin-right: 0.25rem;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.x-logo:hover {
  opacity: 1;
  text-decoration: none;
  color: #1DA1F2;
}

.x-logo:hover img {
  opacity: 1;
} 

footer {
  margin-bottom: 0 !important;
  padding-bottom: 1.5rem !important;
}


.footer-custom {
  background-color: #23203a !important;
  color: #fff !important;
} 

.top-image {
  overflow: hidden;
}
.top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
} 

@media (max-width: 575.98px) {
  .top-image {
    height: auto;
  }
  .top-image img {
    height: auto;
    object-fit: contain;
  }
} 

@media (min-width: 992px) {
  .top-image img.d-lg-block {
    object-fit: contain;
    background: #000;
  }
}

body, h1, h2, h3, h4, .lead, .list-group-item {
  font-family: var(--site-font-family, 'Noto Sans JP', 'Noto Sans TC', 'Noto Sans SC', 'Roboto', 'PingFang TC', 'Microsoft JhengHei', 'PingFang SC', 'Microsoft YaHei', sans-serif);
} 