@charset "UTF-8";
/* design by tsugumi https://miroirs.stars.ne.jp/ */
/* font import */
@font-face {
  font-family: チェックポイント;
  src: url('https://cdn.leafscape.be/cpfont/CP_Font_web.woff2')
  format("woff2");
}
 
@font-face {
  font-family: 刻明朝;
  src: url('https://cdn.leafscape.be/kokumin/font_1_kokumr_1.00_rls_web.woff2')
  format("woff2");
}
/*-------------------------------------------------
このフォントはIPAフォントライセンスv1.0の下で提供されています。
http://ipafont.ipa.go.jp/ipa_font_license_v1.html
オリジナルのフォントは以下から取得できます。
http://ipafont.ipa.go.jp/
-------------------------------------------------*/
/* font import END */
/* resetcss */
/*
Copyright (c) 2021 tsugumi - https://miroirs.stars.ne.jp/
Released under the MIT license
https://licenses.opensource.jp/MIT/MIT.html
 
Copyright (c) 2010 Richard Clark - http://richclarkdesign.com
Released under the MIT license
https://licenses.opensource.jp/MIT/MIT.html
*/
*,
*::before,
*::after {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  background: transparent;
  font-size: 100%;
  outline: 0;
}
 
*::before,
*::after {
  content: none;
}
 
body {
  line-height: 1.5;
}
 
main {
  display: block;
}
 
[type="checkbox"],[type="radio"],[type="submit"],
button,select,option,label,summary {
  cursor: pointer;
}
 
input,button,textarea,select {
  font-family: inherit;
  font-size: 100%;
  letter-spacing: inherit;
  -webkit-appearance: none;
  appearance: none;
}
 
textarea {
  overflow-x: hidden;
  resize: vertical;
}
 
::placeholder {
  opacity: 1;
}
 
ul,ol {
  list-style: none;
}
 
blockquote, q {
  quotes: none;
}
 
blockquote::before,blockquote::after,
q::before,q::after {
  content:'';
  content: none;
}
 
mark {
  color: 000;
  background-color: #ff9;
  font-weight: bold;
}
 
del {
  text-decoration: line-through;
}
 
table {
  border-collapse: collapse;
  border-spacing: 0;
}
 
hr {
  display: block;
  height: 1px;
  border-top: 1px solid #000;
}
/* resetcss END */
/* firefox only */
@-moz-document url-prefix() {
  body {
    overflow-wrap: break-word;
  }
}
/* firefox only END */
/* safari only */
_::-webkit-full-page-media,
_:future,
:root .transparent {
  color: var(--text-color);
  opacity: .1;
}
/* safari only END */
/* root */
:root {
  --chara-color: #d3ccd6;
  --chara-color2: #594255;
  --selection-color: rgb(211,204,214,.3);
  --subtext-color: #ccc;
  --text-color: #333;
  --white-color: #fff;
  --body-type01-font: 'Lato', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
  --body-type02-font: 'Montserrat', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
  --body-type03-font: 'Lora', 'Noto Serif JP', 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
  --body-type04-font: 'Raleway', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
  --headline-type01-font: 'PT Sans', sans-serif;
  --headline-type02-font: 'Rubik Mono One', チェックポイント, sans-serif;
  --headline-type03-font: 'Cinzel', 刻明朝, serif;
  --headline-type04-font: 'Unica One', 'Train One', cursive;
}
/* root END */
/* scrollbar */
::-webkit-scrollbar {
  width: 4px;
}
 
::-webkit-scrollbar-track {
  background: transparent;
}
 
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: var(--text-color);
}
 
html {
  scrollbar-color: var(--text-color) transparent;
  scrollbar-width: thin;
}
/* scrollbar END */
/* selection */
::selection {
  background: var(--selection-color);
}
/* selection END */
/* body */
body {
  position: relative;
  line-height: 1.8;
  color: var(--text-color);
  background: var(--white-color);
  font-family: var(--body-type04-font);
  font-size: 13px;
  text-align: justify;
  letter-spacing: .2em;
  word-break: break-all;
}
/* body END */
/* headline */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  margin: 8px 0;
}
 
.h2-type01,
.h3-type01,
.h4-type01,
.h5-type01,
.h6-type01 {
  font-family: var(--headline-type01-font);
}
 
.h2-type02,
.h3-type02,
.h4-type02,
.h5-type02,
.h6-type02 {
  font-family: var(--headline-type02-font);
}
 
.h2-type03,
.h3-type03,
.h4-type03,
.h5-type03,
.h6-type03 {
  font-family: var(--headline-type03-font);
}
 
.h2-type04,
.h3-type04,
.h4-type04,
.h5-type04,
.h6-type04 {
  font-family: var(--headline-type04-font);
}
 
h1 {
  display: inline-block;
  color: var(--chara-color2);
  font-weight: normal;
  font-size: 20px;
  letter-spacing: .4em;
}
 
h2 {
  font-size: 22px;
}
 
.h2-type01 {
  background: linear-gradient(transparent 60%, var(--chara-color) 60%);
  text-transform: uppercase;
}
 
.h2-type02 {
  display: table;
  position: relative;
  padding: 0 8px;
  border: 2px solid var(--text-color);
  background: transparent;
}
 
.h2-type02::before {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, var(--chara-color) 8px, var(--chara-color) 16px);
  background-size: auto auto;
  content: '';
}
 
.h2-type03 {
  display: flex;
  align-items: center;
  color: var(--text-color);
}
 
.h2-type03::before,
.h2-type03::after {
  flex-grow: 1;
  border-top: 1px solid var(--chara-color);
  content: '';
}
 
.h2-type03::before {
  margin-right: 16px;
}
 
.h2-type03::after {
  margin-left: 16px;
}
 
.h2-type04 {
  position: relative;
  margin-top: 64px;
  color: var(--chara-color);
  text-align: center;
}
 
.h2-type04::before {
  display: block;
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  width: 80px;
  height: 40px;
  margin: auto;
  background: url("モチーフ画像URL") center / contain no-repeat;
  content: '';
}
 
h3 {
  font-size: 18px;
}
 
.h3-type01 {
  padding: 0 8px;
  border: 1px solid var(--chara-color);
  color: var(--chara-color2);
}
 
.h3-type02 {
  display: table;
  position: relative;
  padding: 4px 16px;
  border: 2px solid var(--text-color);
  border-radius: 8px;
  color: var(--chara-color);
  text-shadow: 2px 1px 0px var(--text-color),
  2px -1px 0px var(--text-color),
  -2px 1px 0px var(--text-color),
  -2px -1px 0px var(--text-color);
}
 
.h3-type02::before {
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--text-color);
  border-radius: 50%;
  background: var(--chara-color);
  content: '';
}
 
.h3-type02::after {
  display: block;
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--text-color);
  border-radius: 50%;
  background: var(--chara-color);
  content: '';
}
 
.h3-type03 {
  display: flex;
  align-items: center;
  color: var(--text-color);
}
 
.h3-type03::after {
  flex-grow: 1;
  border-top: 1px solid var(--chara-color);
  content: '';
}
 
.h3-type03::after {
  margin-left: 16px;
}
 
.h3-type04 {
  position: relative;
  text-align: center;
}
 
.h3-type04 span {
  padding: 0 8px;
  color: var(--chara-color);
  background: var(--white-color);
}
 
.h3-type04::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 60px;
  height: 30px;
  margin: auto;
  background: url("モチーフ画像URL") center / contain no-repeat;
  opacity: .5;
  content: '';
}
 
.h3-type04::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  margin: auto;
  background: var(--chara-color2);
  content: '';
}
 
h4 {
  font-size: 18px;
}
 
.h4-type01 {
  padding-left: 8px;
  border-left: 6px solid var(--chara-color);
}
 
.h4-type02 span {
  margin-right: 8px;
  padding: 0 4px;
  border: 1px solid var(--text-color);
  border-radius: 4px;
  box-shadow: 4px 4px 0px 0px var(--text-color);
  color: var(--chara-color);
  text-shadow: 1px 1px 0px var(--text-color),
  1px -1px 0px var(--text-color),
  -1px 1px 0px var(--text-color),
  -1px -1px 0px var(--text-color);
}
 
.h4-type03 {
  display: table;
  position: relative;
  padding: 0 8px;
  border: 1px solid var(--chara-color);
}
 
.h4-type03::before {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: -1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid var(--chara-color);
  content: '';
}
 
.h4-type04 {
  position: relative;
  color: var(--chara-color);
  text-align: center;
}
 
.h4-type04::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 50px;
  height: 25px;
  margin: auto;
  background: url("モチーフ画像URL") center / contain no-repeat;
  opacity: .5;
  content: '';
}
 
h5 {
  font-size: 16px;
}
 
.h5-type01::first-letter {
  color: var(--chara-color2);
  font-size: 18px;
  text-transform: uppercase;
}
 
.h5-type02 {
  color: var(--white-color);
  text-shadow: 1px 1px 0px var(--text-color),
  1px -1px 0px var(--text-color),
  -1px 1px 0px var(--text-color),
  -1px -1px 0px var(--text-color);
}
 
[data-h5] {
  position: relative;
}
 
[data-h5]::before {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: -1;
  margin: auto;
  color: var(--chara-color);
  content: attr(data-h5);
}
 
[data-h5]::after {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: -2;
  margin: auto;
  color: var(--chara-color);
  content: attr(data-h5);
}
 
.h5-type03 {
  display: table;
  position: relative;
  padding: 0 8px;
}
 
.h5-type03::before,
.h5-type03::after {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: var(--chara-color);
  content: '';
  transform: skewX(-15deg);
}
 
.h5-type03::before {
  left: 0;
}
 
.h5-type03::after {
  right: 0;
}
 
.h5-type04 {
  position: relative;
  padding-left: 24px;
  color: var(--chara-color);
}
 
.h5-type04::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url("モチーフ(小)画像URL") center / contain no-repeat;
  content: '';
}
 
h6 {
  font-size: 14px;
}
 
.h6-type01 {
  display: table;
  border-bottom: 1px solid var(--chara-color);
}
 
.h6-type02 {
  color: var(--white-color);
  text-shadow: 1px 1px 0px var(--text-color),
  1px -1px 0px var(--text-color),
  -1px 1px 0px var(--text-color),
  -1px -1px 0px var(--text-color);
}
 
.h6-type02::first-letter {
  color: var(--chara-color);
}
 
.h6-type03 {
  display: table-cell;
  padding: 0 4px;
  border-bottom: 1px solid var(--chara-color);
  text-transform: capitalize;
}
 
.h6-type03::first-letter {
  color: var(--chara-color);
}
 
.h6-type04 {
  position: relative;
  padding-left: 5px;
  color: var(--chara-color);
}
 
.h6-type04::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url("モチーフ(小)画像URL") center / contain no-repeat;
  opacity: .5;
  content: '';
}
/* headline END */
/* text decoration */
a {
  color: var(--chara-color2);
  text-decoration: underline;
}
 
strong {
  color: var(--chara-color);
  filter: brightness(75%) contrast(200%);
}
 
em {
  border-bottom: 1px dashed var(--chara-color);
}
 
mark {
  display: inline-block;
  padding: 0 6px;
  color: var(--text-color);
  background: var(--selection-color);
}
 
[data-ruby] {
  position: relative;
}
 
[data-ruby]::before {
  position: absolute;
  right: -3em;
  bottom: 105%;
  left: -3em;
  line-height: 100%;
  margin: auto;
  font-size: .5em;
  text-align: center;
  letter-spacing: 1px;
  word-break: keep-all;
  content: attr(data-ruby);
  transform: scale(.75);
  transform-origin: bottom center;
}
 
ruby rt {
  display: none;
}
 
.border-l {
  margin-right: 8px;
  padding-left: 8px;
  border-left: 6px solid var(--chara-color);
}
 
.border-r {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 6px solid var(--chara-color);
}
 
.border-a {
  position: relative;
  margin-right: 40px;
}
 
.border-a::after {
  position: absolute;
  top: 0;
  right: -32px;
  bottom: 0;
  width: 25px;
  height: 2px;
  margin: auto;
  background: var(--chara-color);
  content: '';
}

.marker {
  background: linear-gradient(transparent 60%, var(--chara-color) 60%);
}
 
.btn {
  display: inline-block;
  line-height: 2;
  padding: 0 8px;
  cursor: pointer;
}
 
.btn-type01 {
  border: 1px solid var(--chara-color);
  border-bottom-width: 4px;
  color: var(--chara-color);
}
 
.btn-type02 {
  position: relative;
  border: 2px solid var(--text-color);
  color: var(--text-color);
}
 
.btn-type02::after {
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: -1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: var(--chara-color);
  content: '';
}
 
.btn-type03 {
  position: relative;
  border-radius: 30px;
  color: var(--chara-color);
}
 
.btn-type03::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: 1px solid var(--chara-color);
  content: '';
  transform: skewX(-15deg);
  ;
}
 
.btn-type04 {
  position: relative;
}
 
.btn-type04::before {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("モチーフ画像URL") center / contain no-repeat;
  opacity: .5;
  content: '';
}
 
.transparent {
  color: transparent;
}
 
.transparent::selection {
  color: var(--text-color);
}

.yo-b36 {
  margin-bottom: 36px;
}

.yo-l15 {
  margin-left: 15px;
}

/* text decoration END */
/* align */
.left {
  text-align: left;
}
 
.center {
  text-align: center;
}
 
.right {
  text-align: right;
}
/* align END */
/* separator */
hr {
  margin: 16px auto;
}
 
.hr-type01 {
  height: 1px;
  border-top: 1px solid var(--chara-color);
}
 
.hr-type02 {
  height: 10px;
  border: 0;
  background-image: linear-gradient(90deg,rgba(255,255,255,0),var(--chara-color) 33.33%,rgba(255,255,255,0) 33.33%,rgba(255,255,255,0) 100%);
  background-size: 6px 100%;
}
 
.hr-type03 {
  height: 4px;
  border-top: 1px solid var(--chara-color);
  border-bottom: 1px solid var(--chara-color);
}
 
.hr-type04 {
  position: relative;
  overflow: visible;
  border-color: var(--chara-color);
}
 
.hr-type04::before {
  display: block;
  position: absolute;
  top: -12.5px;
  right: 0;
  left: 0;
  width: 50px;
  height: 25px;
  margin: auto;
  background: var(--white-color) url("モチーフ画像URL") center / contain no-repeat;
  content: '';
}
/* line END */
/* box & quote */
.box,
.scroll-box,
blockquote {
  margin: 14px auto;
  padding: 8px 8px;
}
 
.scroll-box {
  height: 55px;
  max-width: 450px;
  margin: 0 0 0 auto;
}
 
.scroll-contents {
  height: 45px;
  overflow-y: scroll;
 
  scrollbar-color: var(--text-color) transparent;
  scrollbar-width: thin;
}
 
.scroll-contents::-webkit-scrollbar {
  width: 2px;
  height: 100%;
}
 
.scroll-contents::-webkit-scrollbar-track {
  background: transparent;
}
 
.box-type01 {
  border: 1px solid var(--chara-color);
}
 
.box-type02 {
  border: 2px solid var(--text-color);
  box-shadow: 4px 4px 0px 0px var(--chara-color);
}
 
.box-type03 {
  position: relative;
  overflow: visible;
  border: 1px solid var(--chara-color);
}
 
.box-type03::after {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: -1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid var(--chara-color);
  content: '';
}
 
.box-type04 {
  position: relative;
  padding-top: 28px;
  border: 1px solid var(--chara-color);
}
 
.box-type04::after {
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  width: 50px;
  height: 25px;
  margin: auto;
  background: url("モチーフ画像URL") center / contain no-repeat;
  content: '';
}
 
q,
blockquote,
cite {
  font-style: italic;
}
 
q::before,
q::after {
  display: inline;
  content: '"';
}
 
blockquote {
  position: relative;
}
 
blockquote::before {
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  color: var(--chara-color);
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: '\f10d';
}
 
blockquote.box-type04::before {
  top: 9px;
  right: 0;
  left: 0;
  z-index: 10;
  margin: auto;
  text-align: center;
}
 
cite {
  display: block;
  color: var(--subtext-color);
  font-size: 10px;
  text-align: right;
}
/* box & quote END */
/* details */
details summary {
  display: inline-block;
}
 
details summary::marker,
details summary::-webkit-details-marker {
  display: none;
}
 
details summary::before {
  display: inline-block;
  margin-right: 4px;
  margin-left: 5px;
  color: var(--text-color);
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  content: '\f0da';
  transition: .3s;
}
 
details[open] summary::before {
  transform: rotate(90deg);
}
 
details[open] .details-contents {
  animation: fadeIn 1s ease;
  margin-left: 18px;
}
 
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
 
  100% {
    opacity: 1;
    transform: none;
  }
}
/* details END */
/* list */
.ol-row,
.ol-column,
.ul-row,
.ul-column,
.dl-row,
.dl-column {
  margin: 16px 0;
}

 
.ul-row li,
.ul-column li {
  margin-top: 10px;
}

.ul-row2,
.ul-column2 {
  margin: 3px 0;
  display: flex;
  flex-wrap: wrap;
}

.ul-row2 li,
.ul-column2 li {
  margin-top: 0;
}
 
.ol-row,
.ul-row {
  display: flex;
  flex-wrap: wrap;
}

 
.ul-row li,
.ol-row li {
  margin-right: 8px;
}
 
.ol-row-type01,
.ol-column-type01 {
  list-style-type: decimal;
}
 
.ol-row-type01 li,
.ol-column-type01 li {
  margin-left: 24px;
}
 
.ol-row-type01 li::marker,
.ol-column-type01 li::marker {
  color: var(--chara-color);
  font-size: 12px;
}
 
.ol-row-type02,
.ol-column-type02 {
  counter-reset: item;
  list-style-type: none;
}
 
.ol-row-type02 li,
.ol-column-type02 li {
  position: relative;
  margin: 0 0 8px 32px;
}
 
.ol-row-type02 li::before,
.ol-column-type02 li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  z-index: -1;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: auto;
  border: 1.5px solid var(--text-color);
  border-radius: 50%;
  text-align: center;
  content: counter(item);
  counter-increment: item;
}
 
.ol-row-type02 li::after,
.ol-column-type02 li::after {
  position: absolute;
  top: 2px;
  left: -26px;
  z-index: -2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--chara-color);
  content: '';
}
 
.ol-row-type03,
.ol-column-type03 {
  counter-reset: item;
  list-style-type: none;
}
 
.ol-row-type03 li,
.ol-column-type03 li {
  position: relative;
  margin: 0 0 8px 32px;
}
 
.ol-row-type03 li::before,
.ol-column-type03 li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  z-index: -1;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: auto;
  color: var(--white-color);
  background: var(--chara-color);
  text-align: center;
  content: counter(item);
  counter-increment: item;
}
 
.ol-row-type04,
.ol-column-type04 {
  counter-reset: item;
  list-style-type: none;
}
 
.ol-row-type04 li,
.ol-column-type04 li {
  position: relative;
  margin: 0 0 8px 32px;
}
 
.ol-row-type04 li::before,
.ol-column-type04 li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: auto;
  color: var(--chara-color);
  background: url("モチーフ(小)画像URL") center / contain no-repeat;
  text-align: center;
  content: counter(item);
  counter-increment: item;
}
 
.ul-row-type01 li,
.ul-column-type01 li {
  margin-left: 16px;
  margin-right: 14px;
}
 
.ul-row-type01,
.ul-column-type01 {
  list-style-type: disc;
}
 
.ul-row-type01 li::marker,
.ul-column-type01 li::marker {
  color: var(--chara-color);
}
 
.ul-row-type02 li,
.ul-column-type02 li {
  position: relative;
  padding-left: 12px;
}
 
.ul-row-type02 li::before,
.ul-column-type02 li::before {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border: 1.5px solid var(--text-color);
  border-radius: 50%;
  content: '';
}
 
.ul-row-type02 li::after,
.ul-column-type02 li::after {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 2px;
  z-index: -1;
  width: 7px;
  height: 7px;
  margin: auto;
  border-radius: 50%;
  background: var(--chara-color);
  content: '';
}
 
.ul-row-type03 li,
.ul-column-type03 li {
  position: relative;
  padding-left: 12px;
}
 
.ul-row-type03 li::before,
.ul-column-type03 li::before {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: var(--chara-color);
  content: '-';
}
 
.ul-row-type04 li,
.ul-column-type04 li {
  position: relative;
  margin-left: 16px;
}
 
.ul-row-type04 li::before,
.ul-column-type04 li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
  width: 12px;
  height: 12px;
  line-height: 24px;
  margin: auto;
  color: var(--chara-color);
  background: url("モチーフ(小)画像URL") center / contain no-repeat;
  text-align: center;
  content: '';
}
 
.dl-row {
  display: flex;
  flex-wrap: wrap;
}
 
.dl-row dt {
  width: 96px;
  margin-bottom: 4px;
  padding: 4px 0;
}
 
.dl-row dd {
  width: calc(100% - 96px);
  margin-bottom: 4px;
  padding: 4px 8px;
}
 
.dl-row-type01 dt {
  border-bottom: 1px solid var(--chara-color2);
}
 
.dl-row-type01 dd {
  border-bottom: 1px solid var(--subtext-color);
}
 
.dl-row-type02 dt {
  border-right: 6px solid var(--chara-color);
}
 
.dl-row-type03 dt {
  display: flex;
  align-items: center;
  padding-left: 0;
}
 
.dl-row-type03 dt::after {
  flex-grow: 1;
  margin-left: 4px;
  border-top: 2px solid var(--chara-color);
  content: '';
}
 
.dl-row-type04 dt {
  position: relative;
  text-align: center;
}
 
.dl-row-type04 dt::before {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("モチーフ画像URL") center / contain no-repeat;
  opacity: .5;
  content: '';
}
.dl-column-type01 dt {
  background: linear-gradient(transparent 60%, var(--chara-color) 60%);
}
 
.dl-column-type02 dt {
  position: relative;
  padding-left: 18px;
}
 
.dl-column-type02 dt::before {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border: 1.5px solid var(--text-color);
  border-radius: 50%;
  content: '';
}
 
.dl-column-type02 dt::after {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 2px;
  z-index: -1;
  width: 7px;
  height: 7px;
  margin: auto;
  border-radius: 50%;
  background: var(--chara-color);
  content: '';
}
 
.dl-column-type03 dt {
  position: relative;
  padding-left: 12px;
}
 
.dl-column-type03 dt::before {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: var(--chara-color);
  content: '-';
}
 
.dl-column-type04 dt {
  position: relative;
  margin-left: 16px;
}
 
.dl-column-type04 dt::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
  width: 12px;
  height: 12px;
  line-height: 24px;
  margin: auto;
  color: var(--chara-color);
  background: url("モチーフ(小)画像URL") center / contain no-repeat;
  text-align: center;
  content: '';
}
/* list END */
/* table */
.table-wrapper {
  width: 100%;
  overflow-x: scroll;
  margin: 16px auto;
  padding-bottom: 2px;
  scrollbar-color: var(--text-color) transparent;
  scrollbar-width: thin;
}
 
.table-wrapper::-webkit-scrollbar {
  width: 100%;
  height: 2px;
}
 
.table-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
 
.table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: var(--text-color);
}
 
table {
  min-width: calc(100% - 1px);
  text-align: center;
  white-space: nowrap;
  border-collapse: collapse;
}
 
table th,
table td {
  line-height: 2;
  padding: 4px 16px;
}
 
.table-type01 th {
  color: var(--white-color);
  background: var(--chara-color);
}
 
.table-type02 tr:first-child {
  border: 1px solid var(--text-color);
}
 
.table-type02 th {
  position: relative;
}
 
.table-type02 th::after {
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: var(--chara-color);
  content: '';
}
 
.table-type03 tr:first-child {
  position: relative;
  border: 4px double var(--chara-color);
  color: var(--chara-color);
}
 
.table-type04 th {
  background: url("モチーフ画像URL") center / contain no-repeat;
}
 
table tr:not(:last-child) {
  border-bottom: 1px solid var(--chara-color);
}
/* table END */
/* semantic elements */
header,
section {
  max-width: 1000px;
  margin: 0 auto 80px;
  padding: 3px;

}

.details-wrapper .flex-wrapper section:last-child{
  margin: 0 auto 120px;
}
 
footer {
  line-height: 2;
  text-align: right;
  font-size: .85em;
}
/* semantic elements END */
/* character list parts */
.details-wrapper {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  margin: 0 auto;
  padding: 12px;
  padding-bottom: 10px;
  border: 16px solid var(--chara-color);
  background: var(--white-color);
  scrollbar-width: none;
}

.flex-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
 
.details-wrapper::-webkit-scrollbar {
  display: none;
}
 
.icon {
  display: inline-block;
  width: 120px;
  height: 120px;
  vertical-align: middle;
  margin: 0 16px 16px 0;
  object-fit: cover;
}
 
.lines {
  position: relative;
  margin: 16px 0 0 auto;
  padding: 8px 16px;
  text-align: center;
  max-width: 500px;

}
 
.lines-type01::before,
.lines-type01::after {
  position: absolute;
  width: 16px;
  height: 16px;
  content: '';
}
 
.lines-type01::before {
  top: 0;
  left: 0;
  border-top: 1px solid var(--chara-color);
  border-left: 1px solid var(--chara-color);
}
 
.lines-type01::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid var(--chara-color);
  border-bottom: 1px solid var(--chara-color);
}
 
.lines-type02 {
  border: 2px solid var(--text-color);
  box-shadow: 4px 4px 0px 0px var(--chara-color);
  background: transparent;
}
 
.lines-type02::before {
  position: absolute;
  top: -24px;
  left: 24px;
  z-index: 2;
  border: 12px solid transparent;
  border-bottom: 12px solid var(--white-color);
  content: '';
}
 
.lines-type02::after {
  position: absolute;
  top: -28px;
  left: 23px;
  z-index: 1;
  border: 13px solid transparent;
  border-bottom: 13px solid var(--text-color);
  content: '';
}
 
.lines-type03 {
  border: 1px solid var(--chara-color);
  background: transparent;
}
 
.lines-type03::before {
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: -1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid var(--chara-color);
  content: '';
}
 
.lines-type03::after {
  position: absolute;
  top: -12px;
  left: 24px;
  z-index: 1;
  width: 1px;
  height: 24px;
  background: var(--chara-color);
  content: '';
  transform: rotate(-15deg);
}
 
.lines-type04 {
  border: 1px solid var(--chara-color);
}
 
.lines-type04::before {
  position: absolute;
  top: -20px;
  left: 24px;
  z-index: 1;
  width: 16px;
  height: 16px;
  -webkit-clip-path: polygon(50% 0, 0% 100%, 5% 100%, 50% 8%, 50% 8%, 93% 95%, 7% 95%, 5% 100%, 100% 100%, 50% 0);
  clip-path: polygon(50% 0, 0% 100%, 5% 100%, 50% 8%, 50% 8%, 93% 95%, 7% 95%, 5% 100%, 100% 100%, 50% 0);
  background: var(--chara-color);
  content: '';
}
 
.lines-type04::after {
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  z-index: -1;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  margin: auto;
  background: url("モチーフ画像URL") center / contain no-repeat;
  opacity: .5;
  content: '';
}
 
.tl {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  padding-top: 24px;
}
 
.tl::before {
  position: absolute;
  top: 0;
  left: 44px;
  width: 4px;
  height: 100%;
  background: var(--chara-color);
  opacity: .25;
  content: '';
}
 
.tl dt {
  position: relative;
  width: 44px;
  margin-bottom: 16px;
}
 
.tl dt::after {
  position: absolute;
  top: 4px;
  right: -10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--chara-color);
  content: '';
}
 
.tl dd {
  width: calc(100% - 64px);
  margin-bottom: 16px;
  padding-left: 16px;
}

footer .tl {
  padding-top: 0;
}

footer .tl dt {
  width: 74px;
  margin-bottom: 4px;
}
 
footer .tl dd {
  width: calc(100% - 94px);
  margin-bottom: 4px;
  text-align: left;
}

footer .tl::before,
footer .tl dt::after {
  display: none;
}
 
img {
  pointer-events: none; 
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}
/* character list parts END */
/* slider */
.slider img {
  width: calc(100% - 32px);
  height: auto;
  margin: auto;
}
 
.slick-dots {
  margin: 16px auto;
  text-align: center;
}
 
.slick-dots li {
  display: inline-block;
  margin: 0 8px;
}
 
.slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  color: transparent;
  background: var(--subtext-color);
  outline: none;
}
 
.slick-dots .slick-active button {
  background: var(--chara-color);
}
 
.slick-prev,
.slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 16px;
  height: 16px;
  margin: auto;
  border-width: 1px;
  border-color: transparent transparent var(--chara-color) var(--chara-color);
  border-style: solid;
}
 
.slick-prev {
  left: 0;
  transform: rotate(45deg);
}
 
.slick-next {
  right: 0;
  transform: rotate(225deg);
}
/* slider END */
<!--
/* less than 768px */
@media screen and (min-width: 768px) {
  .flex-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
 
  .flex-item {
    width: 50%;
    padding: 0 16px;
  }
 
  .ol-row-type02 li::after,
  .ol-column-type02 li::after {
    top: 6px;
  }
 
  .ul-row-type02 li::after,
  .ul-column-type02 li::after,
  .dl-column-type02 dt::after {
    top: 10px;
  }
 
  .tl::before {
    left: 56px;
  }
 
  .tl dt {
    width: 56px;
  }
}
/* less than 768px END */
-->