@charset "UTF-8";
/* --------------------------------------------------
  Template by espace（https://espace.monbalcon.net/）
  Copyright: 2020 espace.

  利用規約を遵守の上、ご利用ください。
  二次配布、販売は禁止しています。
  --------------------------------------------------*/

/* ----- ▼ CSS変数設定 ここから ▼ ----- */
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&family=Roboto:wght@400;500;700&family=Zeyada&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
:root {
  --text-color: #111;
  --bg-color: var(--light-gray);
  --required-color: #0e9725;
  --white: #fff;
  --light-gray: #f1f1f1;
  --gray: #e9e7e8;
  --gray-op: rgba(233, 231, 232, 0.65);
  --theme-color1-light: #ffabd4;
  --theme-color1-default: #ff3399;
  --theme-color1-gray: #dfd3d9;
  --theme-color2-gray: #cdcadb;
  --animation: 0.5s;
  --animation-slow: 0.5s;

  /* ▼ novel viewerを使用しない場合は削除してOK ▼ */
  /** 開閉ボタン **/
  /* テキスト色 */
  --env-button-text-color: var(--theme-color1-default);
  /* 背景色 */
  --env-button-bg-color: transparent;
  /* 線色 */
  --env-button-border-color: transparent;
  /* 上からの位置 */
  --env-button-position-top: 100px;
  /* 右からの位置 */
  --env-button-position-right: 20px;
  /** 設定画面 **/
  /* タイトルテキスト */
  --env-menu-title-text: "ビューア設定";
  /* リセットボタンテキスト */
  --env-menu-reset-text: "リセット";
  /* タイトル下線色 */
  --env-menu-title-border-color: var(--theme-color1-gray);
  /* 文字色 */
  --env-menu-color: var(--text-color);
  /* 背景色 */
  --env-menu-bg-color: var(--white);
  /* 角丸サイズ */
  --env-menu-rounded: 0;
  /* 外側の背景色 */
  --env-menu-overlay-color: rgba(0, 0, 0, 0.3);
  /* input関係要素の角丸サイズ */
  --env-menu-input-rounded: 0;
  /* inputの色（メイン） */
  --env-menu-input-main-color: var(--text-color);
  /* inputの色（サブ） */
  --env-menu-input-sub-color: var(--white);
  /* input[type="range"]のバー色 */
  --env-menu-input-bar-color: var(--gray);
  /** ベーシックモードのビジュアル設定 **/
  /* デフォルトカラータイプ設定 */
  --env-color-type-default-bg-color: var(--bg-color);
  --env-color-type-default-color: var(--text-color);
  /** 各種アニメーションの時間 **/
  --env-animation: var(--animation);
  /* ▲ novel viewerを使用しない場合は削除してOK ▲ */

  /* ▼ my galleryを使用しない場合は削除してOK ▼ */
  /** 装飾設定 **/
  /* 線色 */
  --emg-border-color: var(--theme-color1-gray);
  /** 新着マーク設定 **/
  /* 背景色 */
  --emg-new-bg-color: var(--theme-color1-gray);
  /* 文字色 */
  --emg-new-text-color: var(--white);
  /** キャプション設定 **/
  /* 文字色 */
  --emg-caption-text-color: var(--white);
  /* ▲ my galleryを使用しない場合は削除してOK ▲ */

  /* ▼ chara setを使用しない場合は削除してOK ▼ */
  /**** リスト設定 ****/
  /* 線色 */
  --ecs-list-border-color: var(--theme-color1-gray);
  /* 角丸 */
  --ecs-list-border-radius: 0;
  /* 背景色 */
  --ecs-list-bg-color: var(--white);
  /** 準備中設定 **/
  /* 背景色 */
  --ecs-span-bg-color: var(--text-color);
  /* テキスト色 */
  --ecs-span-tx-color: var(--white);
  /**** コンテンツ設定 ****/
  /** データ要素（項目名）設定 **/
  /* 線幅 */
  --ecs-data-border-width: 0;
  /* 角丸 */
  --ecs-data-border-radius: 20px;
  /* 背景色 */
  --ecs-data-bg-color: var(--theme-color1-gray);
  /* テキスト色 */
  --ecs-data-text-color: var(--text-color);
  /** 時系列要素設定 **/
  /* 線色 */
  --ecs-history-border-color: var(--theme-color1-gray);
  /* 丸の色 */
  --ecs-history-circle-color: var(--text-color);
  /* ▲ chara setを使用しない場合は削除してOK ▲ */

  /* ▼ my bookshelfを使用しない場合は削除してOK ▼ */
  /** 間隔の設定 **/
  /* newマーク・背景色 */
  --ebs-new-bg-color: var(--theme-color1-gray);
  /* newマーク・テキスト色 */
  --ebs-new-text-color: var(--white);
  /** ebs-borderの設定 **/
  /* 線幅 */
  --ebs-border-width: 1px;
  /* 線色 */
  --ebs-border-color: var(--theme-color1-gray);
  /* 角丸サイズ */
  --ebs-border-radius: 0;
  /** 装飾の設定 **/
  /* 下線（色） */
  --ebs-text-border-color: var(--theme-color1-gray);
  /* 下線（幅） */
  --ebs-text-border-width: 2px;
  /* 強調テキスト背景色 */
  --ebs-text-em-bg-color: var(--theme-color2-gray);
  /* ボタン風リンク（テキスト色） */
  --ebs-link-btn-text-color: var(--white);
  /* ボタン風リンク（背景色） */
  --ebs-link-btn-bg-color: var(--text-color);
  /* ボタン風リンク（角丸サイズ） */
  --ebs-link-btn-radius: 10px;
  /* ▲ my bookshelfを使用しない場合は削除してOK ▲ */
}
/* ----- ▲ CSS変数設定 ここまで ▲ ----- */


/* ----- ▼ PCレイアウト　ここから ▼ ----- */
/* 基本 */
html {
  background: var(--bg-color);
}

body,
button,
input,
textarea,
select {
  font: 500 1.6rem/2.65rem "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  color: var(--text-color);
}

body {
  overflow-x: hidden;
}
body.get-header main {
  margin-block-start: 32vw;
}
body.fix-menu header::before, body.fix-menu header::after {
  content: none;
}
body.fix-menu header h1 a {
  color: var(--theme-color1-default);
}
body.fix-menu header .menu ul li a {
  color: var(--theme-color1-default);
}
body.fix-menu main {
  margin-block-start: 0;
}

header {
  width: 100%;
  position: relative;
  overflow-x: clip;
  z-index: 90;
}
header::before, header::after {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  pointer-events: none;
}
header::before {
  top: -62vw;
  left: -5vw;
  width: 120vw;
  height: 50vw;
  background: var(--gray);
  transform: rotate(350deg);
}
header::after {
  top: -37vw;
  left: -2vw;
  width: 47vw;
  height: 40vw;
  background: url("/data/pasta_ucys/img/pasta_ucys_upld_1.png") no-repeat top left/contain;
}
header h1 {
  position: fixed;
  top: 1.25rem;
  writing-mode: vertical-lr;
  z-index: 1;
}
header.scroll h1 a {
  color: var(--theme-color1-default);
}

main {
  max-width: 1000px;
  margin-inline: auto;
}

footer {
  margin-block-start: 5rem;
  padding-block: 5rem;
  text-align: center;
}

/* メニュー */
.menu {
  position: fixed;
  top: 0;
  width: 100%;
  padding-left: calc(6vw + 1.25rem);
  background: var(--gray-op);
  font: 500 1.4rem/1 "Roboto", "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: 1px;
}
.menu.scroll ul li a {
  color: var(--theme-color1-default);
}
.menu ul {
  display: flex;
  margin: 0;
}
.menu ul li {
  text-shadow: 0 0 3px var(--gray);
}
.menu ul li a {
  display: block;
  padding: 1.25rem 2.5rem;
  color: var(--text-color);
}
.menu ul li a::after {
  content: none;
}
.manu-toggler {
  display: none;
}

.fixed-menu {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 91;
}
.fixed-menu ul {
  margin: 0;
}
.fixed-menu a,
.fixed-menu button,
.fixed-menu span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  color: var(--theme-color1-default);
}
.fixed-menu a::before,
.fixed-menu button::before,
.fixed-menu span::before {
  font: 400 24px/1 "Material Symbols Rounded";
}
.fixed-menu a::after,
.fixed-menu button::after,
.fixed-menu span::after {
  content: none;
}
.fixed-menu a:hover,
.fixed-menu button:hover {
  color: var(--text-color);
}
.fixed-menu span {
  opacity: 0.5;
}
.fixed-menu li.next::before {
  content: none;
}
.fixed-menu li.pagetop a::before,
.fixed-menu li.pagetop button::before,
.fixed-menu li.pagetop span::before {
  content: "\eacf";
}
.fixed-menu li.prev a::before,
.fixed-menu li.prev button::before,
.fixed-menu li.prev span::before {
  content: "\e5cb";
}
.fixed-menu li.next a::before,
.fixed-menu li.next button::before,
.fixed-menu li.next span::before {
  content: "\e5cc";
}
.fixed-menu li.home a::before,
.fixed-menu li.home button::before,
.fixed-menu li.home span::before {
  content: "\e88a";
}
.fixed-menu li.toc a::before,
.fixed-menu li.toc button::before,
.fixed-menu li.toc span::before {
  content: "\ea19";
}
.fixed-menu li.characters a::before,
.fixed-menu li.characters button::before,
.fixed-menu li.characters span::before {
  content: "\e7fd";
}
.fixed-menu li.images a::before,
.fixed-menu li.images button::before,
.fixed-menu li.images span::before {
  content: "\e413";
}

/* 見出し */
h1 {
  font: 400 6vw/0.7 "Zeyada", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: var(--theme-color1-default);
}
h1 a {
  color: var(--text-color);
  transition: color var(--animation);
}
h1 a::after {
  content: none;
}
h1 a:hover {
  color: var(--white);
}

h2, h3, h4, h5 {
  font: 500 1.8rem/1 "Kaisei Opti", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

h2 {
  position: relative;
  margin-block: calc(10rem + 70px);
  text-align: center;
  font-size: 1.6rem;
}
h2::before {
  content: "";
  position: absolute;
  inset-block-start: calc(-50% - 45px - 0.8rem);
  inset-inline-start: calc(50% - 70px);
  display: block;
  width: 140px;
  height: 140px;
  background: var(--bg-color);
  border: 4px double var(--theme-color1-gray);
  border-radius: 50%;
}
h2 span {
  position: relative;
  display: inline-block;
  background: var(--bg-color);
}

h3, h4, h5 {
  margin-block: 10rem 5rem;
}

h3 {
  padding-block-end: 2rem;
  border-block-end: 4px double var(--theme-color1-gray);
}

h4 span, h5 span {
  display: inline-block;
  padding-block-end: 2rem;
}

h4 span {
  border-block-end: 4px double var(--theme-color1-gray);
}

h5 span {
  border-block-end: 2px solid var(--theme-color1-gray);
}

/* リスト */
ul.no-style, ol.no-style {
  padding: 0;
  list-style: none;
}
ul.column, ol.column {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
ul.column > *, ol.column > * {
  margin: 0 !important;
}
ul.column.gap, ol.column.gap {
  gap: 5px 25px;
}
ul.column.column-2 > *, ol.column.column-2 > * {
  inline-size: calc((100% - 25px) / 2) !important;
}
ul.column.column-3 > *, ol.column.column-3 > * {
  inline-size: calc((100% - 50px) / 3) !important;
}
ul .description, ol .description {
  margin-inline-start: 10px;
}
ul .description::before, ol .description::before {
  content: "…";
  margin-inline-end: 10px;
}
ul .description:has(ul.small), ul .description:has(ol.small), ol .description:has(ul.small), ol .description:has(ol.small) {
  display: flex;
  justify-content: flex-start;
}
ul .description:has(ul.small)::before, ul .description:has(ol.small)::before, ol .description:has(ul.small)::before, ol .description:has(ol.small)::before {
  content: "└";
}
ul .description > ul.small, ol .description > ul.small {
  display: inline-block;
  margin-block: 0;
  margin-inline: 0;
}

dl dd {
  margin-block-end: 1.25rem;
  padding-inline-start: 5rem;
  padding-block-end: 1.25rem;
}
dl dd:last-of-type {
  padding-block-end: 0 !important;
  border-block-end: 0 !important;
}
dl.inline {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 0;
}
dl.inline dt, dl.inline dd {
  margin-block-end: 0;
  padding-block-end: 1.25rem;
}
dl.inline dt:last-of-type, dl.inline dd:last-of-type {
  padding-block-end: 0 !important;
  border-block-end: 0 !important;
}
dl.inline dt {
  inline-size: 200px;
}
dl.inline dd {
  inline-size: calc(100% - 200px);
  padding-inline-start: 0;
}

ul li.next {
  list-style: none;
}
ul li.next::before {
  content: "→";
  margin-inline-end: 5px;
  font-size: 120%;
}
ul.small {
  list-style: none;
  padding-inline-start: 0;
}
ul.small li {
  display: inline;
}
ul.small li::before {
  color: blue;
}
ul.small li:not(:first-child):not(.next)::before {
  content: ":";
  margin-block: 0;
  margin-inline: 2px 5px;
  font-weight: 900;
}
ul.small li.next::before {
  margin-block: 0;
  margin-inline: 2px 7px;
}

dl dd {
  border-block-end: 1px solid var(--theme-color1-gray);
}
dl.inline dt,
dl.inline dd {
  border-block-end: 1px solid var(--theme-color1-gray);
}
dl.border {
  padding-block: 15px;
  padding-inline: 20px;
  border: 1px solid var(--theme-color1-gray);
  box-shadow: 3px 3px 13px var(--theme-color1-gray);
}

/* フォーム */
.required::after {
  content: "*";
  color: var(--required-color);
}

.form-block {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.form-block > dl:first-child {
  margin-block-start: 0;
}
.form-block > dl:last-of-type {
  margin-block-end: 0;
}
.form-block dl dt,
.form-block dl dd {
  margin: 0;
  padding: 0;
  border-block-end: 0;
}
.form-block dl dd > * {
  margin: 0;
}
.form-block dl.inline {
  gap: 1.25rem 0;
}
.form-block dl.inline dt {
  inline-size: 130px;
}
.form-block dl.inline dd {
  inline-size: calc(100% - 130px);
}
.form-block > *,
.form-block dl dd > * {
  inline-size: 100%;
}

input, textarea, select,
button:not(.manu-toggler):not(.env-button), input[type=submit], input[type=button] {
  padding: 2px 5px;
  border: 2px solid var(--white);
  border-radius: 20px;
  transition: all var(--animation);
}
input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus,
button:not(.manu-toggler):not(.env-button):hover,
button:not(.manu-toggler):not(.env-button):focus, input[type=submit]:hover, input[type=submit]:focus, input[type=button]:hover, input[type=button]:focus {
  border-color: var(--theme-color1-gray);
}

button:not(.manu-toggler):not(.env-button), input[type=submit], input[type=button] {
  background: var(--theme-color1-gray);
}
/* リンク */
a {
  position: relative;
  color: var(--theme-color1-default);
  transition: all var(--animation);
}
a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--theme-color1-gray);
  z-index: -1;
  transition: bottom var(--animation), opacity var(--animation);
}
a:hover::after {
  opacity: 0;
  bottom: -5px;
}

.ecs-list a::after {
  content: none;
}

/* 装飾 */
b, em, strong {
  font-weight: bold;
}

em {
  font-style: normal;
  background: linear-gradient(transparent 50%, var(--theme-color2-gray) 50%);
}

strong {
  background: var(--theme-color2-gray);
}

hr {
  margin-block: 10rem;
  margin-inline: auto;
  border: 0;
}
hr::before, hr::after {
  content: "";
  display: block;
  margin-block: 6px;
  margin-inline: auto;
  block-size: 8px;
  inline-size: 30px;
  border-block: 1px solid var(--theme-color1-default);
}

.box {
  padding: 20px;
  border: 1px solid var(--theme-color1-gray);
  box-shadow: 3px 3px 13px var(--theme-color1-gray);
}
.box > *:first-child {
  margin-block-start: 0;
  padding-block-start: 0;
}
.box > *:last-child {
  margin-block-end: 0;
  padding-block-end: 0;
}

.scrollbox {
  overflow-y: auto;
  max-block-size: 14rem;
}
.scrollbox::-webkit-scrollbar {
  inline-size: 10px;
}
.scrollbox::-webkit-scrollbar-track {
  background-color: transparent;
}
.scrollbox::-webkit-scrollbar-thumb {
  background-color: var(--theme-color1-gray);
  border-radius: 5px;
}
.scrollbox > *:first-child {
  margin-block-start: 0;
  padding-block-start: 0;
}
.scrollbox > *:last-child {
  margin-block-start: 0;
  padding-block-start: 0;
}

.onlyrow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.material-symbols-rounded {
  font-size: initial;
  vertical-align: unset;
}

.column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  margin-block: 2.5rem;
  margin-inline: auto;
}
.column > * {
  margin: 0 !important;
}
.column.column-2 {
  grid-template-columns: repeat(2, 1fr);
}
.column.column-3 {
  grid-template-columns: repeat(3, 1fr);
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-bold {
  font-weight: bold;
}
.text-small {
  font-size: smaller;
}
.text-large {
  font-size: larger;
}

/* ▼ novel viewerを使用しない場合は削除してOK ▼ */
.env-writing-mode-vertical {
  margin-top: 12vh;
}
.env-writing-mode-vertical::-webkit-scrollbar {
  inline-size: 10px;
}
.env-writing-mode-vertical::-webkit-scrollbar-track {
  background-color: transparent;
}
.env-writing-mode-vertical::-webkit-scrollbar-thumb {
  background-color: var(--theme-color1-gray);
}
/* ▲ novel viewerを使用しない場合は削除してOK ▲ */

/* インデックス */
#INDEX {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
#INDEX main, #INDEX footer {
  max-width: 500px;
  padding: 2.5rem 10rem;
}
#INDEX main {
  position: relative;
  border: 1px solid var(--theme-color1-default);
}
#INDEX footer {
  margin: 0;
  padding: 0;
}
#INDEX h1 {
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
}
#INDEX h1 a {
  color: var(--theme-color1-default);
}
#INDEX h1 a:hover {
  color: var(--text-color);
}
/* ----- ▲ PCレイアウト　ここまで ▲ ----- */

/* ----- ▼ SPレイアウト　ここから ▼ ----- */
@media only screen and (max-width: 1200px) {
  :root {
    /* ▼ novel viewerを使用しない場合は削除してOK ▼ */
    /** 開閉ボタン **/
    /* 上からの位置 */
    --env-button-position-top: 40px;
    /* 右からの位置 */
    --env-button-position-right: 0;
    /* 幅 */
    --env-button-width: 30px;
    /* 高さ */
    --env-button-height: 30px;
    /** 設定画面 **/
    /* 背景色 */
    --env-menu-bg-color: var(--gray-op);
    /* 外側の背景色 */
    --env-menu-overlay-color: transparent;
    /* ▲ novel viewerを使用しない場合は削除してOK ▲ */
  }
  /* 基本 */
  body,
  button,
  input,
  textarea {
    font-size: 1.6rem;
    line-height: 2.65rem;
  }
  body.get-header main {
    margin-block-start: 20vw;
  }
  body.fix-menu header {
    height: 30px;
  }
  body.fix-menu header h1 {
    top: 10px;
    transform: none;
    text-align: left;
    font-size: 36px;
  }
  header {
    width: 100vw;
    height: 80vw;
    overflow-x: clip;
  }
  header::before {
    top: -20vw;
    left: -10vw;
    width: 120vw;
    height: 80vw;
  }
  header::after {
    top: 0;
    left: -5vw;
    width: 90vw;
    height: 90vw;
  }
  header h1 {
    position: absolute;
    top: 55vw;
    width: 100%;
    writing-mode: initial;
    transform: rotate(350deg);
    text-align: right;
  }
  main {
    padding: 0 1.25rem;
  }
  /* メニュー */
  .menu {
    right: calc(-65vw - 30px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65vw;
    height: 100vh;
    padding: 1.25rem;
    transition: all var(--animation);
    box-shadow: 0 0 30px var(--gray);
    border: 2px solid var(--white);
    z-index: 92;
  }
  .menu ul {
    flex-direction: column;
  }
  .menu ul li a {
    color: var(--theme-color1-default);
  }
  .menu.open {
    right: 0;
  }
  .manu-toggler {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    z-index: 91;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 2px solid var(--white);
  }
  .manu-toggler::before, .manu-toggler::after {
    content: "";
    position: absolute;
    left: 5px;
    display: block;
    height: 2px;
    width: 16px;
    background: var(--white);
    transition: all var(--animation);
  }
  .manu-toggler::before {
    top: 9px;
  }
  .manu-toggler::after {
    top: 15px;
  }
  .manu-toggler.open::before, .manu-toggler.open::after {
    top: 12px;
    background: var(--theme-color1-default);
    transform: rotate(45deg);
  }
  .fixed-menu {
    right: 0;
  }
  .fixed-menu a,
  .fixed-menu button,
  .fixed-menu span {
    width: 30px;
    height: 30px;
  }
  .fixed-menu a::before,
  .fixed-menu button::before,
  .fixed-menu span::before {
    font-size: 20px;
  }
  /* 見出し */
  h1 {
    font-size: 20vw;
    color: var(--theme-color1-default);
  }
  h1 a {
    color: var(--theme-color1-default);
  }
  /* リスト */
  ul.no-style, ol.no-style {
    padding: 0;
    list-style: none;
  }
  ul.column, ol.column {
    display: flex;
    flex-direction: column;
  }
  ul.column.column-2 > *, ul.column.column-3 > *, ol.column.column-2 > *, ol.column.column-3 > * {
    inline-size: 100% !important;
  }
  ul .description, ol .description {
    display: block;
    margin-inline-start: 10px;
  }
  ul .description::before, ol .description::before {
    content: "└";
    margin-inline-end: 10px;
  }
  dl.border, dl.inline {
    display: block;
  }
  dl.border dt, dl.border dd, dl.inline dt, dl.inline dd {
    inline-size: 100%;
  }
  dl.border dt, dl.inline dt {
    padding-block-end: 0;
    border-block-end: 0;
  }
  dl.border dd, dl.inline dd {
    padding-inline-start: 5rem;
    margin-block-end: 1.25rem;
  }
  dl.border dd:last-of-type, dl.inline dd:last-of-type {
    margin-block-end: 0;
  }
  /* フォーム */
  .form-inline input {
    inline-size: 40%;
  }
  .form-block dl {
    flex-direction: column;
  }
  .form-block dl.inline dt, .form-block dl.inline dd {
    inline-size: 100%;
  }
  /* リンク */
  /* 装飾 */
  .column.column-sp-1 {
    grid-template-columns: 1fr;
  }
  .column.column-sp-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .column.column-sp-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* ▼ novel viewerを使用しない場合は削除してOK ▼ */
  .env-menu .env-menu-inner {
    border: 2px solid var(--white);
  }
  .env-button {
    border: 2px solid var(--white);
    border-radius: 0;
  }
  .env-button::before {
    height: 14px;
  }
  .env-button::after {
    content: none !important;
  }
  /* ▲ novel viewerを使用しない場合は削除してOK ▲ */
}
/* ----- ▲ SPレイアウト　ここまで ▲ ----- */

/* ----- ▼ リセット　ここから（基本的には触らない方が良い部分） ▼ ----- */
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  -webkit-font-smoothing: antialiased;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

/*
  Add by espace
*/
* {
  word-break: break-all;
}

:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  word-wrap: break-word;
}

picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  margin-block: 0;
  margin-inline: auto;
}

a,
button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
  max-inline-size: 100%;
}

p,
dl,
ul,
ol,
form,
.box,
.scrollbox {
  margin-block: 2.5rem;
  margin-inline: auto;
}

nav ul {
  list-style: none;
  padding: 0;
}

main {
  hanging-punctuation: allow-end;
}
/* ----- ▲ リセット　ここまで（基本的には触らない方が良い部分） ▲ ----- */
