/* ===== 小説共通 ===== */
@font-face {
  font-family: "GenEiKoburi";
  src: url("../fonts/GenEiKoburiMin6-R.ttf") format("truetype");
}

.novel-text.is-tate {
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
}

.novel-text.is-yoko {
  writing-mode: horizontal-tb;
}

.novel-text.is-tate {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  overflow-x: auto;
  overflow-y: hidden;
  max-height: 70vh;

  font-family:
     "GenEiKoburi",
     "Yu Mincho",
     serif;
}

/* ===== 縦書き濁点保護：通常小説・スケベ共通 ===== */

.dakuten-char {
  display: inline-block;
  text-indent: 0;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.novel-text.is-yoko .dakuten-char {
  display: inline;
  writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
}

.novel-text.is-tate .dakuten-char {
  display: inline-block;
  writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  text-combine-upright: none;
  -webkit-text-combine: none;
  vertical-align: middle;
}