@media (min-width: 1000px) {
  .spOnly {
    display: none;
  }
}
@media (max-width: 999px) {
  .pcOnly {
    display: none;
  }
}
.rank {
  font-size: 1rem;
  font-weight: bold;
}

.rank_s {
  color: #FF0000;
}

.rank_a {
  color: #FF33AA;
}

.rank_b {
  color: #FFA840;
}

.rank_c {
  color: #009900;
}

.rank_d {
  color: #33AAFF;
}

.rank_e {
  color: #AA33FF;
}

.rank_f {
  color: #A0A0A0;
}

.rank_size_l {
  font-size: 1.625rem;
  line-height: 1.1;
}

.novel-pt {
  font-weight: normal;
}

.novel-pt--review-high,
.novel-pt--amazon-high {
  color: #FF8888;
}

.novel-pt--muted {
  color: #666666;
}

.novel-pt--hidden {
  color: #888888;
}

.novel-score {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 3px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 1.35;
  text-align: left;
  white-space: nowrap;
}
.novel-score .novel-score__rank {
  flex-shrink: 0;
  font-weight: bold;
}
.novel-score .novel-score__sep {
  flex-shrink: 0;
}
.novel-score .novel-score__pt {
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 999px) {
  .novel-score {
    justify-content: flex-start;
  }
}
.novel-score--grid {
  margin-bottom: 4px;
}
.novel-score--grid .novel-score__rank.rank {
  font-size: 1.25rem;
}
.novel-score--grid .novel-score__pt {
  font-size: 0.875rem;
}

.novel-score--unit-sp {
  margin-bottom: 4px;
}

.novel-score--publish {
  margin-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.35;
}
.novel-score--publish .novel-score__rank.rank {
  font-size: 1.125rem;
}

.novel-score--ranking {
  margin-top: 10px;
  margin-bottom: 4px;
}
.novel-score--ranking .novel-score__rank.rank {
  font-size: 0.875rem;
  line-height: 1.35;
}
.novel-score--ranking .novel-score__pt,
.novel-score--ranking .novel-score__sep {
  font-size: 14px;
}

.novel-score--slick {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.2;
}
.novel-score--slick .novel-score__rank.rank {
  font-size: 1.125rem;
}
.novel-score--slick .novel-score__sep {
  margin-inline: 0.05em;
}
.novel-score--slick .novel-score__rank.semihide {
  font-size: 0.8125rem;
}

.novel-score--favorite {
  height: 30px;
  text-align: left;
  color: #ffffff;
}

.novel-score--side-navi {
  margin: 0 0 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
  width: auto;
  max-width: 100%;
}
.novel-score--side-navi .novel-score__rank.rank {
  font-size: 1rem;
  line-height: 1.2;
}

.novel-score--side-navi-amazon {
  margin: 0 0 0.15rem;
  font-size: 0.875rem;
  line-height: 1.35;
  width: auto;
}
.novel-score--side-navi-amazon .novel-score__rank.rank {
  font-size: 1.125rem;
  line-height: 1.15;
}

.novel-score--side-navi-grid {
  margin-top: 0.15rem;
  width: auto;
}
.novel-score--side-navi-grid .novel-score__rank.rank,
.novel-score--side-navi-grid .novel-score__pt {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}

.novel-cover-link.novel-cover--with-border,
.novel-cover-link--static.novel-cover--with-border {
  border: 1px solid #666666;
  padding: 2px;
  box-sizing: border-box;
  overflow: hidden;
}
.novel-cover-link.novel-cover--with-border .novel-cover-img,
.novel-cover-link.novel-cover--with-border .novel-cover-img--table,
.novel-cover-link--static.novel-cover--with-border .novel-cover-img,
.novel-cover-link--static.novel-cover--with-border .novel-cover-img--table {
  padding: 0;
}

a.novel-cover-link {
  overflow: hidden;
}

.novel-grid-item .novel-grid-item__cover {
  overflow: hidden;
}
@media (hover: hover) {
  .novel-grid-item .novel-grid-item__cover:hover {
    cursor: pointer;
  }
}

.novel-page,
.novel-detail-page {
  text-align: left;
}
.novel-page .section-title,
.novel-detail-page .section-title {
  margin-top: 1.75rem;
}
.novel-page .novel-books-short,
.novel-detail-page .novel-books-short {
  width: 560px;
  max-width: 100%;
  margin: 1.25rem auto 1.5rem;
}
.novel-page .novel-books-short .novel-books-short-note,
.novel-detail-page .novel-books-short .novel-books-short-note {
  margin-bottom: 0.65rem;
  text-align: center;
}
.novel-page .novel-books-short .novel-book-visual__note,
.novel-page .novel-books-short .novel-book-visual__footer,
.novel-page .novel-books-short .uiBookCtrl,
.novel-detail-page .novel-books-short .novel-book-visual__note,
.novel-detail-page .novel-books-short .novel-book-visual__footer,
.novel-detail-page .novel-books-short .uiBookCtrl {
  display: none;
}
.novel-page .novel-books-short .novel-book-visual__layout,
.novel-detail-page .novel-books-short .novel-book-visual__layout {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem 1.25rem;
}
.novel-page .novel-books-short .novel-book-visual__main,
.novel-detail-page .novel-books-short .novel-book-visual__main {
  flex: 0 1 300px;
  max-width: 300px;
}
.novel-page .novel-books-short .novel-book-visual__panel,
.novel-detail-page .novel-books-short .novel-book-visual__panel {
  padding: 0.75rem;
}
.novel-page .novel-books-short .novel-book-visual__cover-stage,
.novel-detail-page .novel-books-short .novel-book-visual__cover-stage {
  max-width: 160px;
}
.novel-page .novel-books-short .novel-book-visual__stores,
.novel-detail-page .novel-books-short .novel-book-visual__stores {
  flex-direction: column;
}
.novel-page .novel-books-short .novel-book-visual__store-btn,
.novel-detail-page .novel-books-short .novel-book-visual__store-btn {
  width: 100%;
}
.novel-page .novel-books-short .novel-book-visual__thumbs,
.novel-detail-page .novel-books-short .novel-book-visual__thumbs {
  flex: 0 1 260px;
  max-width: 260px;
  max-height: 300px;
  overflow-y: auto;
  align-self: stretch;
}
.novel-page .novel-books-short:not(:has(.novel-book-visual__thumbs)) .novel-book-visual__layout,
.novel-detail-page .novel-books-short:not(:has(.novel-book-visual__thumbs)) .novel-book-visual__layout {
  justify-content: center;
}
.novel-page .novel-review-add,
.novel-detail-page .novel-review-add {
  width: 100%;
  margin: 5px auto 1.25rem;
  text-align: center;
}
.novel-page .novel-review-add__hint,
.novel-detail-page .novel-review-add__hint {
  display: block;
  margin-top: 0.35rem;
  text-align: center;
  color: #666666;
  font-size: 0.75rem;
  line-height: 1.45;
}
.novel-page .box.boxCaution,
.novel-page .novel-amazon-caution,
.novel-detail-page .box.boxCaution,
.novel-detail-page .novel-amazon-caution {
  margin: 10px 0 30px;
  padding: 20px 10px;
  border: 3px solid #cc3333;
  background: rgba(255, 200, 200, 0.4);
  border-radius: 6px;
  font-size: 1rem;
  text-align: left;
}
.novel-page .box.boxCaution p,
.novel-page .novel-amazon-caution p,
.novel-detail-page .box.boxCaution p,
.novel-detail-page .novel-amazon-caution p {
  margin: 0;
  line-height: 1.5em;
  color: #cccccc;
}
.novel-page .novel-score-summary,
.novel-detail-page .novel-score-summary {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: baseline;
  gap: 0.35em;
  margin: 0.65rem 0 0;
  line-height: 1.5;
  text-align: right;
  font-size: 0.875rem;
  color: #aaaaaa;
  white-space: nowrap;
  overflow: hidden;
}
.novel-page .novel-score-summary .novel-score-summary__lead,
.novel-page .novel-score-summary .novel-score-summary__stats,
.novel-detail-page .novel-score-summary .novel-score-summary__lead,
.novel-detail-page .novel-score-summary .novel-score-summary__stats {
  margin: 0;
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.novel-page .novel-score-summary .novel-score-summary__stats,
.novel-detail-page .novel-score-summary .novel-score-summary__stats {
  flex-shrink: 0;
}
.novel-page .novel-score-summary .novel-score-summary__avg,
.novel-detail-page .novel-score-summary .novel-score-summary__avg {
  color: #ff4499;
}
.novel-page .novel-score-summary--total,
.novel-detail-page .novel-score-summary--total {
  margin: 1rem 0 0;
  padding-top: 0.35rem;
  border-top: 1px solid rgba(136, 136, 136, 0.35);
}
.novel-page .novel-amazon-more,
.novel-detail-page .novel-amazon-more {
  margin: 1.75rem 0;
  line-height: 1.65;
  text-align: left;
}
.novel-page .novel-related-list,
.novel-detail-page .novel-related-list {
  margin: 1.25rem 0 1.75rem;
}
.novel-page .novel-related-list .flexList,
.novel-detail-page .novel-related-list .flexList {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.novel-page .review-graph,
.novel-detail-page .review-graph {
  width: 100%;
  margin-bottom: 0.5rem;
}
.novel-page .review-graph .review-graph__header,
.novel-detail-page .review-graph .review-graph__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.35rem 1rem;
  padding: 0.25rem 0;
}
.novel-page .review-graph .review-graph__lead,
.novel-page .review-graph .review-graph__avg,
.novel-detail-page .review-graph .review-graph__lead,
.novel-detail-page .review-graph .review-graph__avg {
  margin: 0;
  font-size: 0.8125rem;
}
.novel-page .review-graph .review-graph__lead,
.novel-detail-page .review-graph .review-graph__lead {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}
.novel-page .review-graph .review-graph__avg,
.novel-detail-page .review-graph .review-graph__avg {
  flex: 0 0 auto;
  text-align: right;
  color: #888888;
}
.novel-page .review-graph .review-graph__avg .review-graph__avg-val,
.novel-detail-page .review-graph .review-graph__avg .review-graph__avg-val {
  color: #ff4499;
}
.novel-page .review-graph .review-graph__chart,
.novel-detail-page .review-graph .review-graph__chart {
  margin-bottom: 1rem;
}
.novel-page .review-graph .review-graph__filter,
.novel-detail-page .review-graph .review-graph__filter {
  margin-top: 0.25rem;
}
.novel-page .review-graph .review-graph__filter .review-graph__filter-label,
.novel-detail-page .review-graph .review-graph__filter .review-graph__filter-label {
  margin: 0 0 0.35rem;
  line-height: 1.5;
}
.novel-page .chartScore,
.novel-detail-page .chartScore {
  margin-bottom: 1rem;
}
.novel-page .filter.c5,
.novel-detail-page .filter.c5 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.novel-page .filter.c5 li a.on,
.novel-detail-page .filter.c5 li a.on {
  font-weight: bold;
}
.novel-page .novel-review-list,
.novel-detail-page .novel-review-list {
  margin: 1rem 0 2rem;
}

.novel-review-page .novel-score-summary,
.novel-review-amazon-page .novel-score-summary {
  color: #888888;
}
.novel-review-page .novel-score-summary .novel-score-summary__rank.rank_s,
.novel-review-page .novel-score-summary .novel-score-summary__rank.rank_a,
.novel-review-page .novel-score-summary .novel-score-summary__rank.rank_b,
.novel-review-page .novel-score-summary .novel-score-summary__rank.rank_c,
.novel-review-page .novel-score-summary .novel-score-summary__rank.rank_d,
.novel-review-page .novel-score-summary .novel-score-summary__rank.rank_e,
.novel-review-page .novel-score-summary .novel-score-summary__rank.rank_f,
.novel-review-amazon-page .novel-score-summary .novel-score-summary__rank.rank_s,
.novel-review-amazon-page .novel-score-summary .novel-score-summary__rank.rank_a,
.novel-review-amazon-page .novel-score-summary .novel-score-summary__rank.rank_b,
.novel-review-amazon-page .novel-score-summary .novel-score-summary__rank.rank_c,
.novel-review-amazon-page .novel-score-summary .novel-score-summary__rank.rank_d,
.novel-review-amazon-page .novel-score-summary .novel-score-summary__rank.rank_e,
.novel-review-amazon-page .novel-score-summary .novel-score-summary__rank.rank_f {
  font-size: 1.625rem;
  line-height: 1.1;
}
.novel-review-page .novel-books-short,
.novel-review-amazon-page .novel-books-short {
  width: 100%;
  max-width: 640px;
  margin-bottom: 1rem;
}
.novel-review-page .novel-books-short .novel-book-visual__layout,
.novel-review-amazon-page .novel-books-short .novel-book-visual__layout {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0.35rem;
}
.novel-review-page .novel-books-short .novel-book-visual__main,
.novel-review-amazon-page .novel-books-short .novel-book-visual__main {
  flex: 0 0 auto;
  min-width: 0;
  max-width: 320px;
}
.novel-review-page .novel-books-short .novel-book-visual__panel,
.novel-review-amazon-page .novel-books-short .novel-book-visual__panel {
  padding: 0.65rem;
}
.novel-review-page .novel-books-short .novel-book-visual__cover-stage,
.novel-review-amazon-page .novel-books-short .novel-book-visual__cover-stage {
  max-width: 140px;
}
.novel-review-page .novel-books-short .novel-book-visual__meta-stage,
.novel-review-amazon-page .novel-books-short .novel-book-visual__meta-stage {
  margin-top: 0.35rem;
}
.novel-review-page .novel-books-short .novel-book-visual__thumbs,
.novel-review-amazon-page .novel-books-short .novel-book-visual__thumbs {
  flex: 0 1 260px;
  width: 100%;
  max-width: 260px;
  min-width: 0;
  max-height: 240px;
  overflow-y: auto;
  align-self: flex-start;
  justify-content: start;
  justify-items: start;
  grid-template-columns: repeat(auto-fill, minmax(52px, 1fr));
}
.novel-review-page .review-graph .review-graph__avg-val,
.novel-review-amazon-page .review-graph .review-graph__avg-val {
  font-size: 28px;
  font-size: 1.75rem;
}

table.review {
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
table.review th,
table.review td {
  padding: 4px;
  font-size: 0.75rem;
  vertical-align: top;
  text-align: left;
}
table.review th.caption {
  border-top: 1px solid #660033;
  border-bottom: 1px solid #888888;
  background-color: #060814;
  color: #ffffff;
}
table.review th.caption p.title {
  margin-top: 4px;
  margin-left: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  color: #ffffff;
}
table.review th.caption p.title span.hideNetabareCaption {
  color: #141622;
  transition: color 0.3s ease;
}
table.review th.caption p.title span.hideNetabareCaption.is-revealed {
  color: #ffffff;
}
table.review th.caption table {
  width: 100%;
}
table.review th.caption td.navi {
  width: 100px;
  text-align: right;
  vertical-align: middle;
}
table.review th.caption td.navi a {
  display: inline-block;
  margin-left: 4px;
  text-decoration: none;
}
table.review th.caption td.navi a:link, table.review th.caption td.navi a:visited, table.review th.caption td.navi a:hover, table.review th.caption td.navi a:active {
  text-decoration: none;
}
table.review th.caption td.navi .review-navi-icon {
  display: inline-block;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1;
  background: linear-gradient(180deg, #7dd3fc 0%, #38bdf8 45%, #0284c7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
table.review th.caption td.navi a:hover .review-navi-icon {
  background: linear-gradient(180deg, #bae6fd 0%, #7dd3fc 45%, #0ea5e9 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
table.review th.caption .review-caption-book-icon {
  float: left;
  margin-top: 9px;
  margin-right: 6px;
  margin-left: 5px;
  font-size: 1.125rem;
  line-height: 1;
  transform: rotate(-18deg);
  transform-origin: center bottom;
  background: linear-gradient(135deg, #f0d8b8 0%, #d4a878 38%, #b88058 72%, #9a6848 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
table.review th.caption .review-netabare-icon {
  color: #f84230;
}
table.review th.caption .netabare-label {
  font-weight: normal;
  color: #f84230;
}
table.review th.caption .netabare-meta,
table.review th.caption .claim-meta {
  font-weight: normal;
  color: #666666;
}
table.review th.caption .netabare-count,
table.review th.caption .claim-count {
  color: #f84230;
}
table.review th.caption a {
  color: #2FAAFB;
}
table.review td.comment {
  background-color: #E0E0E0;
  font-size: 1rem;
  padding: 1em;
  line-height: 1.7em;
  color: #212121;
}
table.review td.comment span.hideNetabare {
  color: #cccccc;
  transition: color 0.3s ease;
}
table.review td.comment span.hideNetabare.is-revealed {
  color: #333333;
}
table.review td.comment .caution {
  color: #aa0000;
}
table.review td.comment a {
  color: #2FAAFB;
}
table.review td.comment .review-comment-collapsible.collapsible-panel {
  margin-bottom: 0;
}
table.review td.comment .review-comment-collapsible.collapsible-panel .collapsible-panel__fade {
  height: 8rem;
  background: linear-gradient(to bottom, rgba(224, 224, 224, 0) 0%, rgba(224, 224, 224, 0.82) 58%, rgba(224, 224, 224, 0.98) 100%);
}
table.review td.comment .review-comment-collapsible.collapsible-panel .collapsible-panel__toggle {
  border-radius: 0 0 4px 4px;
}
table.review td.user {
  font-size: 0.875rem;
  padding: 2px 2px 0 5px;
  width: 400px;
  max-width: 100%;
  background-color: #060814;
  border-top: 1px solid #888888;
  border-bottom: 1px solid #660033;
  color: #888888;
}
table.review td.user a {
  color: #2FAAFB;
}
table.review td.user .disabled {
  color: #666666;
}
table.review table.header {
  width: 100%;
}
table.review table.header td {
  font-size: 0.875rem;
  padding-bottom: 0;
  vertical-align: bottom;
}
table.review table.header td.osusume {
  color: #999999;
}
table.review table.header td.osusume .review-recommend-count {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  margin-left: 0.35rem;
  vertical-align: middle;
}
table.review table.header td.osusume .review-recommend-count--vote {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: left;
}
table.review table.header td.osusume .review-recommend-count--vote:hover .review-recommend-count__icon,
table.review table.header td.osusume .review-recommend-count--vote:hover .val, table.review table.header td.osusume .review-recommend-count--vote:active .review-recommend-count__icon,
table.review table.header td.osusume .review-recommend-count--vote:active .val {
  opacity: 0.85;
}
table.review table.header td.osusume .review-recommend-count__icon {
  color: #ff8fab;
  font-size: 15px;
}
table.review table.header td.osusume .review-recommend-count--empty .review-recommend-count__icon {
  color: #999999;
}
table.review table.header td.osusume .val {
  color: #ff4499;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  vertical-align: -2px;
}
table.review table.header td.score {
  width: 240px;
  color: #999999;
  text-align: right;
}
table.review table.header td.score .val {
  color: #ff4499;
  font-size: 20px;
  font-size: 1.25rem;
}
table.review table.header td.score .pt1 {
  color: #63D5BD;
  font-weight: bold;
}
table.review table.header td.score .pt2 {
  color: #7BCF8B;
  font-weight: bold;
}
table.review table.header td.score .pt3 {
  color: #AFEF7A;
  font-weight: bold;
}
table.review table.header td.score .pt4 {
  color: #C4E549;
  font-weight: bold;
}
table.review table.header td.score .pt5 {
  color: #D2DA12;
  font-weight: bold;
}
table.review table.header td.score .pt6 {
  color: #EFCE0E;
  font-weight: bold;
}
table.review table.header td.score .pt7 {
  color: #E59811;
  font-weight: bold;
}
table.review table.header td.score .pt8 {
  color: #F57717;
  font-weight: bold;
}
table.review table.header td.score .pt9 {
  color: #F64714;
  font-weight: bold;
}
table.review table.header td.score .pt10 {
  color: #FE3D39;
  font-weight: bold;
}
table.review table.header td.score .amz_pt1 {
  color: #236877;
  font-weight: bold;
}
table.review table.header td.score .amz_pt2 {
  color: #90DF84;
  font-weight: bold;
}
table.review table.header td.score .amz_pt3 {
  color: #DCEE1E;
  font-weight: bold;
}
table.review table.header td.score .amz_pt4 {
  color: #E7AA01;
  font-weight: bold;
}
table.review table.header td.score .amz_pt5 {
  color: #EA4300;
  font-weight: bold;
}
table.review td.footer {
  position: relative;
  font-size: 0.75rem;
  border-bottom: 1px dotted #444444;
  color: #999999;
}
table.review td.footer table {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
table.review td.footer table tbody,
table.review td.footer table tr {
  display: block;
  width: 100%;
}
table.review td.footer td.osusume {
  display: block;
  width: 100%;
  padding: 0;
}
table.review td.footer td.osusume > .review-action-buttons:only-child {
  margin-top: 1.15rem;
  padding-right: 9.5rem;
  box-sizing: border-box;
}
table.review td.footer td.date {
  position: absolute;
  top: 4px;
  right: 4px;
  width: auto;
  max-width: 48%;
  padding: 0;
  font-size: 0.875rem;
  text-align: right;
  white-space: nowrap;
  color: #888888;
}
table.review td.footer .review-footer-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  width: 100%;
  padding-right: 9.5rem;
  padding-bottom: 0.4rem;
  box-sizing: border-box;
}
table.review td.footer .review-footer-actions__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  width: 100%;
}
table.review td.footer .review-footer-actions__label {
  flex: 0 1 auto;
}
table.review td.footer .review-footer-actions__help {
  flex: 0 0 auto;
  text-decoration: none;
}
table.review td.footer .review-footer-actions__help:link, table.review td.footer .review-footer-actions__help:visited, table.review td.footer .review-footer-actions__help:hover, table.review td.footer .review-footer-actions__help:active {
  text-decoration: none;
}
table.review td.footer .review-action-buttons {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  width: 100%;
  max-width: 100%;
}
table.review td.footer a.btn.btn-action.review-action-btn,
table.review td.footer button.btn.btn-action.review-action-btn {
  vertical-align: middle;
  flex-shrink: 0;
}
table.review td.footer a.btn.btn-action.review-action-btn .btn-action__inner,
table.review td.footer button.btn.btn-action.review-action-btn .btn-action__inner {
  width: auto;
  min-width: 0;
  padding: 4px 8px;
  font-size: 0.75rem;
  line-height: 1.3;
  white-space: nowrap;
}
table.review td.footer a.btn.btn-action.review-action-btn--good {
  background: linear-gradient(180deg, #d45a82 0%, #a83858 100%);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
}
table.review td.footer a.btn.btn-action.review-action-btn--good:hover {
  background: linear-gradient(180deg, #e06e96 0%, #b84868 100%);
}
table.review td.footer a.btn.btn-action.review-action-btn--good .btn-action__inner {
  background: rgba(102, 0, 51, 0.22);
}
table.review td.footer a.btn.btn-action.review-action-btn--good:hover .btn-action__inner {
  background: rgba(102, 0, 51, 0.12);
}
table.review td.footer a.btn.btn-action.review-action-btn--good i {
  color: #ffb3cc;
}
table.review td.footer a.btn.btn-action.review-action-btn--netabare {
  background: linear-gradient(180deg, #6b5050 0%, #453535 100%);
  box-shadow: none;
}
table.review td.footer a.btn.btn-action.review-action-btn--netabare:hover {
  background: linear-gradient(180deg, #7a5f5f 0%, #524040 100%);
}
table.review td.footer a.btn.btn-action.review-action-btn--netabare .btn-action__inner {
  background: rgba(0, 0, 0, 0.18);
}
table.review td.footer a.btn.btn-action.review-action-btn--netabare:hover .btn-action__inner {
  background: rgba(0, 0, 0, 0.1);
}
table.review td.footer a.btn.btn-action.review-action-btn--netabare i {
  color: #e05545;
}
table.review td.footer a.btn.btn-action.review-action-btn--claim {
  background: linear-gradient(180deg, #5c5345 0%, #3d3830 100%);
  box-shadow: none;
}
table.review td.footer a.btn.btn-action.review-action-btn--claim:hover {
  background: linear-gradient(180deg, #6b6254 0%, #4a4540 100%);
}
table.review td.footer a.btn.btn-action.review-action-btn--claim .btn-action__inner {
  background: rgba(0, 0, 0, 0.18);
}
table.review td.footer a.btn.btn-action.review-action-btn--claim:hover .btn-action__inner {
  background: rgba(0, 0, 0, 0.1);
}
table.review td.footer a.btn.btn-action.review-action-btn--claim i {
  color: #d4a832;
}

@media (max-width: 999px) {
  .novel-page:not(.novel-review-page):not(.novel-review-amazon-page) .novel-books-short,
  .novel-detail-page .novel-books-short {
    width: 100%;
  }
  .novel-page:not(.novel-review-page):not(.novel-review-amazon-page) .novel-books-short .novel-book-visual__layout,
  .novel-detail-page .novel-books-short .novel-book-visual__layout {
    flex-direction: column;
    align-items: center;
  }
  .novel-page:not(.novel-review-page):not(.novel-review-amazon-page) .novel-books-short .novel-book-visual__main,
  .novel-page:not(.novel-review-page):not(.novel-review-amazon-page) .novel-books-short .novel-book-visual__thumbs,
  .novel-detail-page .novel-books-short .novel-book-visual__main,
  .novel-detail-page .novel-books-short .novel-book-visual__thumbs {
    flex: none;
    width: 100%;
    max-width: 100%;
    max-height: none;
  }
  .novel-page {
    min-width: 0;
    max-width: 100%;
  }
  .novel-page .review-graph {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .novel-page .review-graph .review-graph__chart,
  .novel-page .review-graph #chartScoreGraph {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .novel-page .novel-score-summary {
    font-size: 0.75rem;
  }
  .novel-page .novel-review-list {
    min-width: 0;
    max-width: 100%;
  }
  .novel-page .novel-review-add {
    width: 100%;
    margin: 0.5rem auto 1rem;
  }
  .novel-page .novel-review-add a.btn.btn-action.btn-action-command--big {
    width: 100%;
    max-width: none;
  }
  .novel-page .novel-review-add a.btn.btn-action.btn-action-command--big .btn-action__inner {
    padding: 10px 8px;
    font-size: 0.75rem;
    line-height: 1.25;
  }
  .novel-page .novel-review-add .novel-review-add__hint {
    font-size: 0.8125rem;
  }
  .novel-page .novel-review-add--after-action {
    margin: 0.35rem 0 0.85rem;
  }
  .novel-page .box.boxCaution.novel-amazon-caution {
    margin: 8px 0 16px;
    padding: 10px 8px;
    border-width: 2px;
    font-size: 0.75rem;
  }
  .novel-page .box.boxCaution.novel-amazon-caution p {
    line-height: 1.45;
  }
  table.review {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    margin-bottom: 20px;
  }
  table.review th,
  table.review td {
    padding: 2px;
    font-size: 0.75rem;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  table.review table.header {
    width: 100%;
    table-layout: fixed;
  }
  table.review th.caption p.title {
    margin-left: 12px;
    font-size: 0.9375rem;
  }
  table.review th.caption .review-caption-book-icon {
    margin-top: 6px;
    margin-right: 4px;
    font-size: 0.9375rem;
  }
  table.review td.comment {
    font-size: 0.875rem;
    padding: 0.8rem 0.5rem;
    line-height: 1.5;
  }
  table.review td.user {
    font-size: 0.75rem;
    width: auto;
    max-width: 100%;
    padding: 2px 2px 0 4px;
  }
  table.review table.header {
    width: 100%;
    table-layout: fixed;
  }
  table.review table.header td {
    word-break: normal;
    overflow-wrap: normal;
  }
  table.review table.header td.osusume {
    width: 45%;
    vertical-align: middle;
  }
  table.review table.header td.score {
    width: 55%;
    min-width: 0;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    vertical-align: middle;
  }
  table.review table.header td.score > div {
    display: flex;
    justify-content: flex-end;
  }
  table.review table.header td.score table {
    width: auto;
    max-width: 100%;
  }
  table.review table.header td.score td.score-icon,
  table.review table.header td.score td.rating {
    white-space: nowrap;
    word-break: normal;
  }
  table.review table.header td.score .val {
    font-size: 0.8125rem;
  }
  table.review td.footer {
    font-size: 0.625rem;
  }
  table.review td.footer td.date {
    top: 2px;
    right: 2px;
    font-size: 0.75rem;
  }
  table.review td.footer .review-footer-actions {
    padding-right: 8.5rem;
    gap: 0.3rem;
  }
  table.review td.footer td.osusume > .review-action-buttons:only-child {
    padding-right: 8.5rem;
  }
  table.review td.footer .review-action-buttons {
    flex-wrap: nowrap;
    gap: 4px;
  }
  table.review td.footer a.btn.btn-action.review-action-btn--good {
    flex: 0 0 120px;
    width: 120px;
  }
  table.review td.footer a.btn.btn-action.review-action-btn--good .btn-action__inner {
    width: 100%;
    padding: 3px 4px;
    white-space: nowrap;
  }
  table.review td.footer a.btn.btn-action.review-action-btn--netabare,
  table.review td.footer a.btn.btn-action.review-action-btn--claim {
    flex: 0 0 100px;
    width: 100px;
  }
  table.review td.footer a.btn.btn-action.review-action-btn--netabare .btn-action__inner,
  table.review td.footer a.btn.btn-action.review-action-btn--claim .btn-action__inner {
    width: 100%;
    padding: 3px 4px;
    font-size: 0.625rem;
    white-space: nowrap;
  }
  table.review td.footer a.btn.btn-action.review-action-btn .btn-action__inner {
    padding: 3px 6px;
    font-size: 0.625rem;
  }
  .novel-review-page .review-graph .review-graph__avg-val,
  .novel-review-amazon-page .review-graph .review-graph__avg-val {
    color: #ff4499;
    font-size: 1.625rem;
  }
  .novel-review-page .review-graph .review-graph__header,
  .novel-review-amazon-page .review-graph .review-graph__header {
    flex-direction: column;
    align-items: stretch;
  }
  .novel-review-page .novel-books-short .novel-book-visual__layout,
  .novel-review-amazon-page .novel-books-short .novel-book-visual__layout {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 0.35rem;
  }
  .novel-review-page .novel-books-short .novel-book-visual__main,
  .novel-review-amazon-page .novel-books-short .novel-book-visual__main {
    flex: 0 0 auto;
    max-width: min(100%, 280px);
  }
  .novel-review-page .novel-books-short .novel-book-visual__cover-stage,
  .novel-review-amazon-page .novel-books-short .novel-book-visual__cover-stage {
    max-width: 120px;
  }
  .novel-review-page .novel-books-short .novel-book-visual__thumbs,
  .novel-review-amazon-page .novel-books-short .novel-book-visual__thumbs {
    flex: 0 1 200px;
    width: 100%;
    max-width: 200px;
    max-height: 200px;
    justify-content: start;
    justify-items: start;
    grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
  }
}
div.chartScore .highcharts-legend .highcharts-color-0 .highcharts-point {
  fill: #2FAAFB !important;
  stroke: #2FAAFB !important;
}
div.chartScore .chtColumnRead.highcharts-column-series .highcharts-point:nth-child(1) {
  fill: rgba(79, 137, 215, 0.3);
  stroke: rgba(79, 137, 215, 0.3);
}
div.chartScore .chtColumnRead.highcharts-column-series .highcharts-point:nth-child(2) {
  fill: rgba(102, 166, 161, 0.3);
  stroke: rgba(102, 166, 161, 0.3);
}
div.chartScore .chtColumnRead.highcharts-column-series .highcharts-point:nth-child(3) {
  fill: rgba(127, 184, 164, 0.3);
  stroke: rgba(127, 184, 164, 0.3);
}
div.chartScore .chtColumnRead.highcharts-column-series .highcharts-point:nth-child(4) {
  fill: rgba(108, 209, 107, 0.3);
  stroke: rgba(108, 209, 107, 0.3);
}
div.chartScore .chtColumnRead.highcharts-column-series .highcharts-point:nth-child(5) {
  fill: rgba(166, 217, 147, 0.3);
  stroke: rgba(166, 217, 147, 0.3);
}
div.chartScore .chtColumnRead.highcharts-column-series .highcharts-point:nth-child(6) {
  fill: rgba(176, 203, 128, 0.3);
  stroke: rgba(176, 203, 128, 0.3);
}
div.chartScore .chtColumnRead.highcharts-column-series .highcharts-point:nth-child(7) {
  fill: rgba(213, 212, 56, 0.3);
  stroke: rgba(213, 212, 56, 0.3);
}
div.chartScore .chtColumnRead.highcharts-column-series .highcharts-point:nth-child(8) {
  fill: rgba(202, 125, 43, 0.3);
  stroke: rgba(202, 125, 43, 0.3);
}
div.chartScore .chtColumnRead.highcharts-column-series .highcharts-point:nth-child(9) {
  fill: rgba(205, 88, 44, 0.3);
  stroke: rgba(205, 88, 44, 0.3);
}
div.chartScore .chtColumnRead.highcharts-column-series .highcharts-point:nth-child(10) {
  fill: rgba(206, 48, 44, 0.3);
  stroke: rgba(206, 48, 44, 0.3);
}
div.chartScore .highcharts-point {
  fill: rgba(238, 238, 238, 0.6);
  stroke: rgba(238, 238, 238, 0.6);
}
div.chartScore .chtLineReview .highcharts-spline-series {
  stroke: transparent;
}
div.chartScore .chtLineReview.avg1.highcharts-spline-series {
  stroke: #5ca1fd;
}
div.chartScore .chtLineReview.avg2.highcharts-spline-series {
  stroke: #65dad1;
}
div.chartScore .chtLineReview.avg3.highcharts-spline-series {
  stroke: #86e4c3;
}
div.chartScore .chtLineReview.avg4.highcharts-spline-series {
  stroke: #7af679;
}
div.chartScore .chtLineReview.avg5.highcharts-spline-series {
  stroke: #bdf7a8;
}
div.chartScore .chtLineReview.avg6.highcharts-spline-series {
  stroke: #cef08d;
}
div.chartScore .chtLineReview.avg7.highcharts-spline-series {
  stroke: #fffe41;
}
div.chartScore .chtLineReview.avg8.highcharts-spline-series {
  stroke: #ff9829;
}
div.chartScore .chtLineReview.avg9.highcharts-spline-series {
  stroke: #ff672d;
}
div.chartScore .chtLineReview.avg10.highcharts-spline-series {
  stroke: #ff332e;
}
div.chartScore .chtLineRead .highcharts-spline-series {
  stroke: transparent;
}
div.chartScore .chtLineRead.avg1.highcharts-spline-series {
  stroke: #025ed7;
  stroke-dasharray: 10;
}
div.chartScore .chtLineRead.avg2.highcharts-spline-series {
  stroke: #259a92;
  stroke-dasharray: 10;
}
div.chartScore .chtLineRead.avg3.highcharts-spline-series {
  stroke: #2ac08b;
  stroke-dasharray: 10;
}
div.chartScore .chtLineRead.avg4.highcharts-spline-series {
  stroke: #10e10f;
  stroke-dasharray: 10;
}
div.chartScore .chtLineRead.avg5.highcharts-spline-series {
  stroke: #65ed33;
  stroke-dasharray: 10;
}
div.chartScore .chtLineRead.avg6.highcharts-spline-series {
  stroke: #9ce01e;
  stroke-dasharray: 10;
}
div.chartScore .chtLineRead.avg7.highcharts-spline-series {
  stroke: #c1c000;
  stroke-dasharray: 10;
}
div.chartScore .chtLineRead.avg8.highcharts-spline-series {
  stroke: #a95700;
  stroke-dasharray: 10;
}
div.chartScore .chtLineRead.avg9.highcharts-spline-series {
  stroke: #ad3000;
  stroke-dasharray: 10;
}
div.chartScore .chtLineRead.avg10.highcharts-spline-series {
  stroke: #ae0400;
  stroke-dasharray: 10;
}
div.chartScore .highcharts-plot-background {
  fill: rgba(0, 0, 0, 0.2);
}
div.chartScore .highcharts-xaxis-labels text {
  fill: #2FAAFB;
  cursor: pointer;
}
div.chartScore .highcharts-xaxis-labels text:hover {
  fill: #ff4080;
}
div.chartScore tspan.percent {
  fill: #999999;
}
div.chartScore tspan.n0 {
  fill: #333333;
}
div.chartScore .highcharts-plot-line.avgReview {
  stroke: rgba(255, 0, 0, 0.6);
  stroke-width: 12px;
}
div.chartScore .highcharts-plot-line.avgRead {
  stroke: rgba(160, 160, 160, 0.6);
  stroke-width: 12px;
}
div.chartScore .highcharts-plot-line-label {
  fill: #ffffff;
}
@media (max-width: 999px) {
  div.chartScore #chartScoreGraph .highcharts-container {
    font-size: 10px;
  }
  div.chartScore #chartScoreGraph .highcharts-xaxis-labels text,
  div.chartScore #chartScoreGraph .highcharts-xaxis-labels tspan {
    font-size: 0.75rem;
  }
  div.chartScore #chartScoreGraph .highcharts-data-label,
  div.chartScore #chartScoreGraph .highcharts-data-label span.num,
  div.chartScore #chartScoreGraph .highcharts-data-label span.percent {
    font-size: 0.625rem;
    line-height: 1.2;
  }
  div.chartScore #chartScoreGraph .highcharts-legend-item text {
    font-size: 0.625rem;
  }
  div.chartScore #chartScoreGraph .highcharts-plot-line-label {
    font-size: 0.625rem;
  }
}

div.chartReview .chtColumnReview.highcharts-column-series .highcharts-point:nth-child(1) {
  fill: #2984FD;
  stroke: #0253be;
}
div.chartReview .chtColumnReview.highcharts-column-series .highcharts-point:nth-child(2) {
  fill: #3CD0C5;
  stroke: #20867e;
}
div.chartReview .chtColumnReview.highcharts-column-series .highcharts-point:nth-child(3) {
  fill: #5CDBAE;
  stroke: #26ab7c;
}
div.chartReview .chtColumnReview.highcharts-column-series .highcharts-point:nth-child(4) {
  fill: #4AF349;
  stroke: #0ec90d;
}
div.chartReview .chtColumnReview.highcharts-column-series .highcharts-point:nth-child(5) {
  fill: #9AF379;
  stroke: #53eb1b;
}
div.chartReview .chtColumnReview.highcharts-column-series .highcharts-point:nth-child(6) {
  fill: #BAEA60;
  stroke: #8dc91b;
}
div.chartReview .chtColumnReview.highcharts-column-series .highcharts-point:nth-child(7) {
  fill: #FFFE0E;
  stroke: #a7a600;
}
div.chartReview .chtColumnReview.highcharts-column-series .highcharts-point:nth-child(8) {
  fill: #F57F00;
  stroke: #8f4a00;
}
div.chartReview .chtColumnReview.highcharts-column-series .highcharts-point:nth-child(9) {
  fill: #F94500;
  stroke: #932900;
}
div.chartReview .chtColumnReview.highcharts-column-series .highcharts-point:nth-child(10) {
  fill: #FA0600;
  stroke: #940400;
}

div.chartUser .chtColumnReview.highcharts-column-series .highcharts-point:nth-child(1) {
  fill: #2984FD;
  stroke: #0253be;
}
div.chartUser .chtColumnReview.highcharts-column-series .highcharts-point:nth-child(2) {
  fill: #3CD0C5;
  stroke: #20867e;
}
div.chartUser .chtColumnReview.highcharts-column-series .highcharts-point:nth-child(3) {
  fill: #5CDBAE;
  stroke: #26ab7c;
}
div.chartUser .chtColumnReview.highcharts-column-series .highcharts-point:nth-child(4) {
  fill: #4AF349;
  stroke: #0ec90d;
}
div.chartUser .chtColumnReview.highcharts-column-series .highcharts-point:nth-child(5) {
  fill: #9AF379;
  stroke: #53eb1b;
}
div.chartUser .chtColumnReview.highcharts-column-series .highcharts-point:nth-child(6) {
  fill: #BAEA60;
  stroke: #8dc91b;
}
div.chartUser .chtColumnReview.highcharts-column-series .highcharts-point:nth-child(7) {
  fill: #FFFE0E;
  stroke: #a7a600;
}
div.chartUser .chtColumnReview.highcharts-column-series .highcharts-point:nth-child(8) {
  fill: #F57F00;
  stroke: #8f4a00;
}
div.chartUser .chtColumnReview.highcharts-column-series .highcharts-point:nth-child(9) {
  fill: #F94500;
  stroke: #932900;
}
div.chartUser .chtColumnReview.highcharts-column-series .highcharts-point:nth-child(10) {
  fill: #FA0600;
  stroke: #940400;
}
div.chartUser .chtLineReview.avg1.highcharts-spline-series {
  stroke: #5ca1fd;
}
div.chartUser .chtLineReview.avg2.highcharts-spline-series {
  stroke: #65dad1;
}
div.chartUser .chtLineReview.avg3.highcharts-spline-series {
  stroke: #86e4c3;
}
div.chartUser .chtLineReview.avg4.highcharts-spline-series {
  stroke: #7af679;
}
div.chartUser .chtLineReview.avg5.highcharts-spline-series {
  stroke: #bdf7a8;
}
div.chartUser .chtLineReview.avg6.highcharts-spline-series {
  stroke: #cef08d;
}
div.chartUser .chtLineReview.avg7.highcharts-spline-series {
  stroke: #fffe41;
}
div.chartUser .chtLineReview.avg8.highcharts-spline-series {
  stroke: #ff9829;
}
div.chartUser .chtLineReview.avg9.highcharts-spline-series {
  stroke: #ff672d;
}
div.chartUser .chtLineReview.avg10.highcharts-spline-series {
  stroke: #ff332e;
}

div.chartReviewAmazon .chtColumnReview.highcharts-column-series .highcharts-point:nth-child(1) {
  fill: #236877;
  stroke: #0c2328;
}
div.chartReviewAmazon .chtColumnReview.highcharts-column-series .highcharts-point:nth-child(2) {
  fill: #90DF84;
  stroke: #48c934;
}
div.chartReviewAmazon .chtColumnReview.highcharts-column-series .highcharts-point:nth-child(3) {
  fill: #DCEE1E;
  stroke: #8e9a0c;
}
div.chartReviewAmazon .chtColumnReview.highcharts-column-series .highcharts-point:nth-child(4) {
  fill: #E7AA01;
  stroke: #815f01;
}
div.chartReviewAmazon .chtColumnReview.highcharts-column-series .highcharts-point:nth-child(5) {
  fill: #EA4300;
  stroke: #842600;
}
div.chartReviewAmazon .chtLineReview .highcharts-spline-series {
  stroke: transparent;
}
div.chartReviewAmazon .chtLineReview.avg1.highcharts-spline-series {
  stroke: #2f8a9e;
}
div.chartReviewAmazon .chtLineReview.avg2.highcharts-spline-series {
  stroke: #b5eaac;
}
div.chartReviewAmazon .chtLineReview.avg3.highcharts-spline-series {
  stroke: #e3f24d;
}
div.chartReviewAmazon .chtLineReview.avg4.highcharts-spline-series {
  stroke: #fec21d;
}
div.chartReviewAmazon .chtLineReview.avg5.highcharts-spline-series {
  stroke: #ff5e1e;
}

p.onComplateMsg {
  color: #cccccc;
  font-size: 0.8125rem;
}

div.unitReview.private {
  border: 2px solid #888888;
  background: #222222;
  border-radius: 6px;
}
div.unitReview p.status {
  padding: 8px;
  text-align: left;
}
div.unitReview table.review td.score-icon {
  font-size: 1.2rem;
}
div.unitReview table.review td.score-icon .review-score-stars__star {
  font-size: 1.2rem;
}

div.reviewBook {
  margin-top: 40px;
  text-align: center;
}
div.reviewBook div.img {
  text-align: center;
  margin: 0 auto 10px;
  min-height: 300px;
}
div.reviewBook div.img a.review-book-cover-link {
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
div.reviewBook div.img .review-book-cover {
  display: block;
  position: static;
  transform: none;
  margin: 0;
  max-width: 100%;
  max-height: 300px;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  box-shadow: none;
}
div.reviewBook p {
  text-align: center;
  margin-bottom: 4px;
  font-weight: normal;
}
div.reviewBook p.no {
  font-size: 0.9375rem;
}
div.reviewBook p.author {
  font-size: 0.875rem;
}
div.reviewBook p.title {
  font-size: 20px;
  font-size: 1.25rem;
}

.catalog-preview-covers {
  --catalog-preview-frame-border:rgba(136, 136, 238, 0.18);
  --catalog-preview-empty-border:rgba(136, 136, 238, 0.18);
  --catalog-preview-text:rgba(255, 255, 255, 0.86);
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.55rem;
  position: relative;
  z-index: 2;
  width: calc(5 * 86px + (5 - 1) * 0.55rem);
  min-width: calc(5 * 86px + (5 - 1) * 0.55rem);
  max-width: calc(5 * 86px + (5 - 1) * 0.55rem);
  flex: 0 0 calc(5 * 86px + (5 - 1) * 0.55rem);
  overflow: hidden;
}
@media (max-width: 991px) {
  .catalog-preview-covers {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    flex: 1 1 auto;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.catalog-preview-covers--grid-covers {
  grid-area: covers;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  flex: 1 1 auto;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.catalog-preview-covers--empty {
  opacity: 0.55;
}
.catalog-preview-covers--empty .catalog-preview-covers__item--empty {
  visibility: visible;
}
.catalog-preview-covers--empty .catalog-preview-covers__item--empty .catalog-preview-covers__frame--empty {
  background: rgba(0, 0, 0, 0.18);
  border: 1px dashed var(--catalog-preview-empty-border);
}
.catalog-preview-covers__item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex: 0 0 86px;
  width: 86px;
  min-width: 86px;
  max-width: 86px;
}
.catalog-preview-covers__item:has(a.novel-cover-link:hover) {
  z-index: 5;
}
.catalog-preview-covers__item--empty {
  visibility: hidden;
}
.catalog-preview-covers__badges {
  display: flex;
  flex: 0 0 1rem;
  height: 1rem;
  min-height: 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 0.12rem;
  pointer-events: none;
}
.catalog-preview-covers__badges .novel-mark-icon {
  margin-right: 0;
  font-size: 0.75rem;
}
.catalog-preview-covers__frame {
  position: relative;
  flex: 0 0 120px;
  height: 120px;
  margin-bottom: 0.2rem;
  overflow: hidden;
  border: 1px solid var(--catalog-preview-frame-border);
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.25);
}
.catalog-preview-covers__frame .novel-cover-link {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 0;
  box-shadow: none;
}
.catalog-preview-covers__frame .novel-cover-img,
.catalog-preview-covers__frame .novel-cover-img--table {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center top;
  padding: 0;
  border: 0;
  transform: none;
  position: static;
}
.catalog-preview-covers__frame--empty {
  background: transparent;
  border: 0;
}
.catalog-preview-covers__title {
  display: block;
  flex: 0 0 1.05rem;
  height: 1.05rem;
  margin: 0;
  font-size: 0.625rem;
  line-height: 1.35;
  color: var(--catalog-preview-text);
  overflow: hidden;
}
.catalog-preview-covers__title-text {
  display: block;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog-preview-covers__score {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 0.2rem 0.35rem;
  flex: 0 0 1.1rem;
  height: 1.1rem;
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.35;
  color: var(--catalog-preview-text);
  overflow: hidden;
  white-space: nowrap;
}
.catalog-preview-covers__score .rank_s,
.catalog-preview-covers__score .rank_a,
.catalog-preview-covers__score .rank_b,
.catalog-preview-covers__score .rank_c,
.catalog-preview-covers__score .rank_d,
.catalog-preview-covers__score .rank_e,
.catalog-preview-covers__score .rank_f {
  font-size: inherit;
  font-weight: bold;
}
.catalog-preview-covers__score .pt1 {
  color: #63D5BD;
  font-weight: bold;
}
.catalog-preview-covers__score .pt2 {
  color: #7BCF8B;
  font-weight: bold;
}
.catalog-preview-covers__score .pt3 {
  color: #AFEF7A;
  font-weight: bold;
}
.catalog-preview-covers__score .pt4 {
  color: #C4E549;
  font-weight: bold;
}
.catalog-preview-covers__score .pt5 {
  color: #D2DA12;
  font-weight: bold;
}
.catalog-preview-covers__score .pt6 {
  color: #EFCE0E;
  font-weight: bold;
}
.catalog-preview-covers__score .pt7 {
  color: #E59811;
  font-weight: bold;
}
.catalog-preview-covers__score .pt8 {
  color: #F57717;
  font-weight: bold;
}
.catalog-preview-covers__score .pt9 {
  color: #F64714;
  font-weight: bold;
}
.catalog-preview-covers__score .pt10 {
  color: #FE3D39;
  font-weight: bold;
}
.catalog-preview-covers__score .amz_pt1 {
  color: #236877;
  font-weight: bold;
}
.catalog-preview-covers__score .amz_pt2 {
  color: #90DF84;
  font-weight: bold;
}
.catalog-preview-covers__score .amz_pt3 {
  color: #DCEE1E;
  font-weight: bold;
}
.catalog-preview-covers__score .amz_pt4 {
  color: #E7AA01;
  font-weight: bold;
}
.catalog-preview-covers__score .amz_pt5 {
  color: #EA4300;
  font-weight: bold;
}
.catalog-preview-covers__score .semihide,
.catalog-preview-covers__score .scorehide {
  color: #aaaaaa;
  font-size: inherit;
  font-weight: normal;
}

.catalog-item-count {
  --catalog-item-count-label-color:rgba(255, 255, 255, 0.66);
  --catalog-item-count-num-color:#ffffff;
  --catalog-item-count-unit-color:rgba(255, 255, 255, 0.88);
  flex: 0 0 5.75rem;
  width: 5.75rem;
  margin: 0;
  padding: 0;
  text-align: right;
  line-height: 1.2;
}
.catalog-item-count__label {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.72rem;
  color: var(--catalog-item-count-label-color);
  white-space: nowrap;
}
.catalog-item-count__body {
  display: block;
  white-space: nowrap;
}
.catalog-item-count__num {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--catalog-item-count-num-color);
  line-height: 1;
}
.catalog-item-count__unit {
  margin-left: 0.08em;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--catalog-item-count-unit-color);
}

.catalog-item-count-head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 3.1rem;
}

.catalog-item-count-head-row__title {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}

.author-list-page .author-list-notice {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.85rem 1.25rem;
  margin-bottom: 0.85rem;
  color: #666666;
  font-size: 13px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.author-list-page .author-list-notice span.hit {
  color: #333333;
}
.author-list-page .author-list-notice__disclaimer {
  flex-shrink: 0;
}
.author-list-page .novel-example-legend {
  margin-bottom: 0;
  flex-shrink: 0;
  white-space: nowrap;
}
.author-list-page .novel-example-legend--inline {
  display: inline;
}
.author-list-page .author-list-toolbar__order {
  align-self: start;
  justify-self: start;
  width: auto;
  max-width: 100%;
  text-align: left;
}
.author-list-page .author-index-order {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 0.65rem 0.75rem;
  border: 0;
  background: linear-gradient(158deg, rgba(24, 26, 52, 0.94) 0%, rgba(12, 14, 30, 0.97) 100%);
  border: 1px solid rgba(136, 136, 238, 0.28);
  box-shadow: inset 0 0 0 1px rgba(200, 200, 255, 0.06), 0 8px 24px rgba(0, 0, 0, 0.42);
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px rgba(200, 200, 255, 0.06), 0 4px 14px rgba(0, 0, 0, 0.28);
}
.author-list-page .author-index-order__legend {
  display: block;
  margin: 0 0 0.45rem;
  padding: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #c8c8ff;
}
.author-list-page .author-index-order__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.35rem;
}
.author-list-page .author-index-order__pill {
  display: inline-flex;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.author-list-page .author-index-order__pill span {
  display: inline-block;
  padding: 0.28rem 0.58rem;
  font-size: 0.8125rem;
  line-height: 1.35;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(136, 136, 238, 0.2);
  border-radius: 999px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.author-list-page .author-index-order__pill.is-current span {
  color: #ffffff;
  font-weight: 700;
  background: rgba(85, 85, 204, 0.72);
  border-color: #8888ee;
}
.author-list-page .author-index-order__pill:focus-visible span {
  outline: 2px solid #8888ee;
  outline-offset: 2px;
}
.author-list-page .author-index-order__pill:hover span {
  border-color: rgba(136, 136, 238, 0.45);
  color: #ffffff;
}

.author-list-page #authorList .author-index-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 0 1.5rem;
}
.author-list-page #authorList .author-index-card {
  --catalog-preview-frame-border:rgba(136, 136, 238, 0.18);
  --catalog-preview-empty-border:rgba(136, 136, 238, 0.18);
  --catalog-preview-text:rgba(255, 255, 255, 0.86);
  --catalog-item-count-label-color:rgba(255, 255, 255, 0.66);
  --catalog-item-count-num-color:#ffffff;
  --catalog-item-count-unit-color:rgba(255, 255, 255, 0.88);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
  padding: 0.85rem 1rem 1rem;
  background: linear-gradient(158deg, rgba(24, 26, 52, 0.94) 0%, rgba(12, 14, 30, 0.97) 100%);
  cursor: pointer;
  border: 1px solid rgba(136, 136, 238, 0.28);
  box-shadow: inset 0 0 0 1px rgba(200, 200, 255, 0.06), 0 8px 24px rgba(0, 0, 0, 0.42);
  border-radius: 6px;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
.author-list-page #authorList .author-index-card:hover {
  border-color: #8888ee;
  box-shadow: inset 0 0 0 1px rgba(200, 200, 255, 0.1), 0 10px 28px rgba(0, 0, 0, 0.48), 0 0 22px rgba(85, 85, 204, 0.18);
  transform: translateY(-1px);
}
.author-list-page #authorList .author-index-card__link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  text-decoration: none;
}
.author-list-page #authorList .author-index-card__link:focus-visible {
  outline: 2px solid #8888ee;
  outline-offset: 2px;
}
.author-list-page #authorList .author-index-card__row--head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}
.author-list-page #authorList .author-index-card__badge {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #8888ee;
  background: radial-gradient(circle at 30% 30%, rgba(136, 136, 238, 0.28) 0%, rgba(18, 20, 40, 0.92) 70%);
  border: 1px solid rgba(136, 136, 238, 0.42);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(85, 85, 204, 0.2);
}
.author-list-page #authorList .author-index-card__badge i.fa {
  display: block;
  width: 1em;
  margin: 0;
  text-align: center;
  line-height: 1;
}
.author-list-page #authorList .author-index-card__head {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  min-width: 0;
}
.author-list-page #authorList .author-index-card__head-row.catalog-item-count-head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 0;
  gap: 0.75rem;
}
.author-list-page #authorList .author-index-card .catalog-item-count {
  flex: 0 0 auto;
  margin-left: auto;
  text-align: right;
}
.author-list-page #authorList .author-index-card__title {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #fff;
}
.author-list-page #authorList .author-index-card__title-kana {
  display: inline;
  margin-left: 0.2em;
  font-size: 0.62em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.66);
}
.author-list-page #authorList .author-index-card__title-kana span.hit {
  background: #ffff00;
  color: #333333;
}
.author-list-page #authorList .author-index-card__row--body {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  min-width: 0;
}
.author-list-page #authorList .author-index-card__hero {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 112px;
  pointer-events: none;
}
.author-list-page #authorList .author-index-card__hero-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 80/112;
  object-fit: cover;
  border: 1px solid rgba(136, 136, 238, 0.22);
  border-radius: 3px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.42);
}
.author-list-page #authorList .author-index-card__body-main {
  display: flex;
  flex: 1 1 auto;
  align-items: flex-start;
  gap: 1rem;
  min-width: 0;
}
.author-list-page #authorList .author-index-card__body-col {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}
.author-list-page #authorList .author-index-card__stats {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: baseline;
  justify-content: start;
  column-gap: 0.45rem;
  row-gap: 0.35rem;
  min-width: 0;
  margin: 0;
  padding: 0.45rem 0.65rem;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(136, 136, 238, 0.14);
  border-radius: 4px;
}
.author-list-page #authorList .author-index-card__stats-row {
  display: contents;
}
.author-list-page #authorList .author-index-card__rank-range {
  display: inline-flex;
  grid-column: 1/-1;
  width: auto;
  min-width: 0;
  max-width: 100%;
  align-items: baseline;
  gap: 0.4rem;
  white-space: nowrap;
}
.author-list-page #authorList .author-index-card__rank-range-label,
.author-list-page #authorList .author-index-card__stat-label {
  flex-shrink: 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.66);
  white-space: nowrap;
  text-align: left;
}
.author-list-page #authorList .author-index-card__rank-range-values {
  display: inline-flex;
  flex: 1 1 auto;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.2rem;
  min-width: 0;
}
.author-list-page #authorList .author-index-card__rank-best {
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
}
.author-list-page #authorList .author-index-card__rank-sep {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.66);
}
.author-list-page #authorList .author-index-card__rank-worst {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  opacity: 0.88;
}
.author-list-page #authorList .author-index-card__stat {
  display: inline-flex;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.18rem 0.22rem;
  width: 100%;
  min-width: 0;
  font-size: 0.84rem;
  white-space: nowrap;
}
.author-list-page #authorList .author-index-card__pt-val,
.author-list-page #authorList .author-index-card__stat-val {
  display: inline-block;
  box-sizing: border-box;
  flex-shrink: 0;
  min-width: 0;
  padding: 0.06rem 0.28rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: right;
  font-variant-numeric: tabular-nums;
  background: rgba(136, 136, 238, 0.1);
  border-radius: 2px;
}
.author-list-page #authorList .author-index-card__pt-val {
  min-width: 5rem;
  color: #e6e6ff;
}
.author-list-page #authorList .author-index-card__pt-val.review-pt-high {
  color: #FF8888;
}
.author-list-page #authorList .author-index-card__stat-val {
  min-width: 5rem;
  color: #e6e6ff;
}
.author-list-page #authorList .author-index-card__series {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.45rem;
  min-width: 0;
  margin: 0;
}
.author-list-page #authorList a.btn-link-group.author-index-card__series-link {
  position: relative;
  z-index: 2;
}
.author-list-page #authorList .author-index-card__series-more {
  display: inline-flex;
  align-items: center;
  align-self: center;
  padding: 0.28rem 0.65rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.68);
  background: rgba(0, 0, 0, 0.18);
  border: 1px dashed rgba(136, 136, 238, 0.22);
  border-radius: 999px;
}
.author-list-page #authorList .author-index-card__goto {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.3rem;
  margin: 0;
  margin-top: auto;
  padding-top: 0.15rem;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.66);
}
.author-list-page #authorList .author-index-card:hover .author-index-card__goto-label {
  color: #c8c8ff;
}
.author-list-page #authorList .author-index-card:hover .author-index-card__goto-icon {
  transform: translateX(2px);
  color: #8888ee;
}
.author-list-page #authorList .author-index-card__goto-icon {
  font-size: 0.8125rem;
  transition: transform 0.2s ease, color 0.2s ease;
}
.author-list-page #authorList .author-index-card .catalog-preview-covers.catalog-preview-covers--grid-covers {
  flex: 0 0 auto;
  width: calc(5 * 86px + (5 - 1) * 0.55rem);
  min-width: 0;
  max-width: calc(5 * 86px + (5 - 1) * 0.55rem);
}

@media (max-width: 999px) {
  .author-list-page .author-list-notice {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.35rem;
    white-space: normal;
    overflow-x: visible;
    overflow-y: visible;
  }
  .author-list-page .novel-example-legend {
    white-space: normal;
  }
  .author-list-page .novel-example-legend--inline {
    display: block;
  }
  .author-list-page #authorList .author-index-list {
    gap: 0.75rem;
  }
  .author-list-page #authorList .author-index-card {
    gap: 0.45rem;
    padding: 0.7rem;
  }
  .author-list-page #authorList .author-index-card__row--head {
    gap: 0.35rem;
  }
  .author-list-page #authorList .author-index-card__badge {
    width: 1.65rem;
    height: 1.65rem;
    font-size: 0.8125rem;
  }
  .author-list-page #authorList .author-index-card__hero {
    display: none;
  }
  .author-list-page #authorList .author-index-card__row--body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.45rem;
  }
  .author-list-page #authorList .author-index-card__body-main {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.45rem;
    min-width: 0;
  }
  .author-list-page #authorList .author-index-card__body-col {
    display: contents;
  }
  .author-list-page #authorList .catalog-item-count-head-row {
    gap: 0.35rem;
    min-height: 0;
  }
  .author-list-page #authorList .catalog-item-count-head-row__title {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    min-width: 0;
    margin: 0;
  }
  .author-list-page #authorList .author-index-card__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    font-size: 1rem;
    line-height: 1.25;
  }
  .author-list-page #authorList .catalog-item-count {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .author-list-page #authorList .catalog-item-count .catalog-item-count__label {
    font-size: 0.625rem;
  }
  .author-list-page #authorList .catalog-item-count .catalog-item-count__num {
    font-size: 1.25rem;
  }
  .author-list-page #authorList .catalog-item-count .catalog-item-count__unit {
    font-size: 0.75rem;
  }
  .author-list-page #authorList .author-index-card__stats {
    order: 1;
    grid-template-columns: max-content max-content;
    gap: 0.28rem 0.35rem;
    padding: 0.35rem 0.45rem;
  }
  .author-list-page #authorList .author-index-card__rank-range {
    gap: 0.25rem;
  }
  .author-list-page #authorList .author-index-card__rank-range-label,
  .author-list-page #authorList .author-index-card__stat-label {
    font-size: 0.625rem;
  }
  .author-list-page #authorList .author-index-card__rank-best {
    font-size: 1.1rem;
  }
  .author-list-page #authorList .author-index-card__rank-sep {
    font-size: 0.8125rem;
  }
  .author-list-page #authorList .author-index-card__rank-worst {
    font-size: 0.75rem;
  }
  .author-list-page #authorList .author-index-card__stat {
    font-size: 0.75rem;
    gap: 0.12rem 0.18rem;
  }
  .author-list-page #authorList .author-index-card__pt-val,
  .author-list-page #authorList .author-index-card__stat-val {
    min-width: 0;
    padding: 0.04rem 0.18rem;
    font-size: 0.8125rem;
  }
  .author-list-page #authorList .author-index-card__series {
    order: 3;
    gap: 0.28rem 0.35rem;
  }
  .author-list-page #authorList .author-index-card__series-more {
    padding: 0.2rem 0.45rem;
    font-size: 0.8125rem;
  }
  .author-list-page #authorList .author-index-card__goto {
    margin-top: 0;
    padding-top: 0.05rem;
    font-size: 0.75rem;
  }
  .author-list-page #authorList .author-index-card .catalog-preview-covers.catalog-preview-covers--grid-covers {
    order: 2;
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
    gap: 0.4rem;
  }
  .author-list-page #authorList .author-index-card .catalog-preview-covers.catalog-preview-covers--grid-covers .catalog-preview-covers__item {
    flex: 0 0 68px;
    width: 68px;
    min-width: 68px;
    max-width: 68px;
  }
  .author-list-page #authorList .author-index-card .catalog-preview-covers.catalog-preview-covers--grid-covers .catalog-preview-covers__frame {
    flex: 0 0 94px;
    height: 94px;
  }
  .author-list-page #authorList .author-index-card .catalog-preview-covers.catalog-preview-covers--grid-covers .catalog-preview-covers__title {
    height: auto;
    flex: 0 0 auto;
    font-size: 0.625rem;
  }
  .author-list-page #authorList .author-index-card .catalog-preview-covers.catalog-preview-covers--grid-covers .catalog-preview-covers__score {
    height: auto;
    flex: 0 0 auto;
    font-size: 0.625rem;
  }
}
