@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1;
}

/* 太さ200〜800 */
html {
  font-size: 62.5%;
  cursor: crosshair;
}

body {
  min-height: 100vh;
  color: #232323;
  background: #eaeaea;
  position: relative;
  z-index: auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 30px;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  cursor: help;
}

/* a */
ul {
  list-style: none;
}

table {
  border-spacing: 0;
}

p {
  font-size: 1.4rem;
  line-height: 1.5;
}

/* ============================== ▼▼▼ ヘッダー ▼▼▼ ============================== */
header a.close {
  display: block;
  width: 45px;
  height: 45px;
  border-left: 1px solid #232323;
  border-bottom: 1px solid #232323;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  background: rgba(234, 234, 234, 0.7);
}
header a.close span {
  display: block;
  width: 25px;
  height: 2px;
  background: #232323;
  position: absolute;
}
header a.close span:first-child {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
header a.close span:last-child {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
header a.close {
  /* span */
}
header {
  /* a.close */
}
header h1 {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 0 55px 0 10px;
  height: 45px;
  line-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header h1::before {
  content: "[";
}
header h1::after {
  content: "]";
}
header {
  /* h1 */
} /* header */
/* ============================== ▲▲▲ ヘッダー ▲▲▲ ============================== */
/* ============================== ▼▼▼ メイン ▼▼▼ ============================== */
main {
  padding: 10px 0 0;
  /* ------------------------------ ▽▽▽ 共通 ▽▽▽ ------------------------------ */
}
main section {
  margin: 0 auto;
  max-width: 100%;
}
main { /* section*/ }
main .back_list {
  display: block;
  font-size: 1.4rem;
  margin: 30px auto 0;
  background: #232323;
  color: #fff;
  width: 10em;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
main .atogaki {
  border-top: 1px solid #232323;
  padding: 30px 2.5%;
  text-align: center;
  margin-top: 30px;
}
main .atogaki p:last-of-type {
  margin-bottom: 5px;
}
main .atogaki time {
  font-size: 1.4rem;
}
main .atogaki time::before {
  content: "– ";
}
main .atogaki time::after {
  content: " –";
}
main .atogaki {
  /* time */
}
main {
  /* .atogaki */
  /* ------------------------------ △△△ 共通 △△△ ------------------------------ */
  /* ------------------------------ ▽▽▽ 漫画・イラスト共通 ▽▽▽ ------------------------------ */
}
main#comic section div, main#illust section div {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}
main#comic section div ~ div, main#illust section div ~ div {
  margin-top: 20px;
}
main#comic section div img, main#illust section div img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
main#comic section, main#illust section {
  /* div */
}
main#comic, main#illust {
  /* section */
}
main {
  /* &#comic, &#illust */
  /* ------------------------------ △△△ 漫画 ・イラスト共通△△△ ------------------------------ */
  /* ------------------------------ ▽▽▽ 漫画 ▽▽▽ ------------------------------ */
}
main#comic section {
  width: 750px;
}
main {
  /* &#comic */
  /* ------------------------------ △△△ 漫画 △△△ ------------------------------ */
  /* ------------------------------ ▽▽▽ イラスト ▽▽▽ ------------------------------ */
}
main#illust section div {
  margin: 0 auto;
  max-width: 100%;
}
main#illust {
  /* section */
}
main {
  /* &#illust */
  /* ------------------------------ △△△ イラスト △△△ ------------------------------ */
  /* ------------------------------ ▽▽▽ その他・LINE風チャット風共通 ▽▽▽ ------------------------------ */
}
main#other_line section, main#other_chat section {
  width: 800px;
  /* ----- ▽▽▽ 登場人物紹介 ▽▽▽ ----- */
}
main#other_line section .character, main#other_chat section .character {
  padding: 20px;
  border: 1px solid #232323;
  border-radius: 20px;
  margin-bottom: 30px;
}
main#other_line section .character ul li, main#other_chat section .character ul li {
  display: flex;
}
main#other_line section .character ul li img, main#other_chat section .character ul li img {
  width: 20%;
  border-radius: 10px;
  margin-right: auto;
}
main#other_line section .character ul li p, main#other_chat section .character ul li p {
  width: 77%;
}
main#other_line section .character ul li p strong, main#other_chat section .character ul li p strong {
  display: block;
  line-height: 1.5;
  margin: -0.1em 0 5px;
}
main#other_line section .character ul li p strong::before, main#other_chat section .character ul li p strong::before {
  content: "◆ ";
}
main#other_line section .character ul li p, main#other_chat section .character ul li p {
  /* strong */
}
main#other_line section .character ul li, main#other_chat section .character ul li {
  /* p */
}
@media only screen and (max-width: 910px) and (min-width: 300px) {
  main#other_line section .character ul li img, main#other_chat section .character ul li img {
    width: 22%;
  }
  main#other_line section .character ul li p, main#other_chat section .character ul li p {
    width: 75%;
  }
}
main#other_line section .character ul li ~ li, main#other_chat section .character ul li ~ li {
  margin-top: 30px;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#other_line section .character ul li ~ li, main#other_chat section .character ul li ~ li {
    margin-top: 20px;
  }
}
main#other_line section .character ul, main#other_chat section .character ul {
  /* li */
}
main#other_line section .character, main#other_chat section .character {
  /* ul */
}
main#other_line section, main#other_chat section {
  /* .character */
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#other_line section .character, main#other_chat section .character {
    width: 95%;
    margin: 0 auto 20px;
    padding: 15px;
  }
}
main#other_line section, main#other_chat section {
  /* ----- △△△ 登場人物紹介 △△△ ----- */
  /* ----- ▽▽▽ メインコンテンツ部分 ▽▽▽ ----- */
}
main#other_line section .content_wrap, main#other_chat section .content_wrap {
  background: #fff;
  padding: 25px 2.5%;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
main#other_line section, main#other_chat section { /* .content_wrap */ }
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#other_line section .content_wrap, main#other_chat section .content_wrap {
    border-radius: 0;
  }
}
main#other_line section, main#other_chat section {
  /* ----- △△△ メインコンテンツ部分 △△△ ----- */
}
main#other_line, main#other_chat {
  /* section */
}
main {
  /* &#other_line, &#other_chat */
  /* ------------------------------ △△△ その他・LINE風チャット風共通 △△△ ------------------------------ */
  /* ------------------------------ ▽▽▽ その他・チャット風 ▽▽▽ ------------------------------ */
}
main#other_chat section {
  /* ----- ▽▽▽ メインコンテンツ部分 ▽▽▽ ----- */
}
main#other_chat section .content_wrap .serif + h2, main#other_chat section .content_wrap .mono + h2, main#other_chat section .content_wrap .togaki + h2, main#other_chat section .content_wrap .image + h2 {
  margin-top: 50px;
}
main#other_chat section .content_wrap .serif, main#other_chat section .content_wrap .mono {
  display: flex;
  align-items: flex-start;
}
main#other_chat section .content_wrap .serif .img, main#other_chat section .content_wrap .mono .img {
  width: 10%;
  text-align: center;
}
main#other_chat section .content_wrap .serif .img div, main#other_chat section .content_wrap .mono .img div {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1px;
}
main#other_chat section .content_wrap .serif .img div img, main#other_chat section .content_wrap .mono .img div img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
main#other_chat section .content_wrap .serif .img, main#other_chat section .content_wrap .mono .img {
  /* div */
}
main#other_chat section .content_wrap .serif .img span, main#other_chat section .content_wrap .mono .img span {
  color: #727272;
  font-size: 1.1rem;
  line-height: 1.2;
}
main#other_chat section .content_wrap .serif, main#other_chat section .content_wrap .mono {
  /* .img */
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#other_chat section .content_wrap .serif .img, main#other_chat section .content_wrap .mono .img {
    width: 15%;
  }
}
main#other_chat section .content_wrap .serif .text, main#other_chat section .content_wrap .mono .text {
  width: 89%;
  margin-left: 1%;
  padding-left: 25px;
}
main#other_chat section .content_wrap .serif .text p, main#other_chat section .content_wrap .mono .text p {
  border-radius: 10px;
  padding: 10px 15px;
  color: #232323;
  display: inline-block;
  border: 2px #e2e2e2 solid;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#other_chat section .content_wrap .serif .text p, main#other_chat section .content_wrap .mono .text p {
    padding: 10px;
  }
}
main#other_chat section .content_wrap .serif, main#other_chat section .content_wrap .mono {
  /* .text */
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#other_chat section .content_wrap .serif .text, main#other_chat section .content_wrap .mono .text {
    width: 94%;
    padding-left: 20px;
  }
}
main#other_chat section .content_wrap {
  /* .serif, .mono */
}
main#other_chat section .content_wrap .serif .text {
  background: url(other/images/serif.svg) no-repeat top 15px left 0/25px;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#other_chat section .content_wrap .serif .text {
    background-size: 20px;
  }
}
main#other_chat section .content_wrap {
  /* .serif */
}
main#other_chat section .content_wrap .mono .text {
  background: url(other/images/mono.svg) no-repeat top 15px left 0/25px;
}
main#other_chat section .content_wrap .mono .text p {
  background: #e2e2e2;
}
main#other_chat section .content_wrap .mono {
  /* .text */
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#other_chat section .content_wrap .mono .text {
    background-size: 20px;
  }
}
main#other_chat section .content_wrap {
  /* .mono */
}
main#other_chat section .content_wrap .serif + .serif, main#other_chat section .content_wrap .serif + .mono, main#other_chat section .content_wrap .mono + .mono, main#other_chat section .content_wrap .mono + .serif {
  margin-top: 20px;
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#other_chat section .content_wrap .serif + .serif, main#other_chat section .content_wrap .serif + .mono, main#other_chat section .content_wrap .mono + .mono, main#other_chat section .content_wrap .mono + .serif {
    margin-top: 15px;
  }
}
main#other_chat section .content_wrap .togaki p {
  color: #232323;
  padding-left: 5em;
}
main#other_chat section .content_wrap .togaki p + p {
  margin-top: 1.5em;
}
main#other_chat section .content_wrap .togaki {
  /* p */
}
main#other_chat section .content_wrap {
  /* .togaki */
}
main#other_chat section .content_wrap .image {
  margin: 30px 0;
  text-align: center;
}
main#other_chat section .content_wrap .image img {
  max-width: 100%;
  height: auto;
}
main#other_chat section .content_wrap .image + p {
  border-top: 1px solid #efecea;
}
main#other_chat section .content_wrap .image:last-child {
  margin-bottom: 0;
}
main#other_chat section .content_wrap {
  /* .image */
}
main#other_chat section .content_wrap .serif + .togaki, main#other_chat section .content_wrap .mono + .togaki {
  margin-top: 40px;
}
main#other_chat section .content_wrap .togaki + .serif, main#other_chat section .content_wrap .togaki + .mono {
  margin-top: 40px;
}
main#other_chat section {
  /* .content_wrap */
  /* ----- △△△ メインコンテンツ部分 △△△ ----- */
}
main#other_chat {
  /* section */
}
main {
  /* &#other_chat */
  /* ------------------------------ △△△ その他・チャット風 △△△ ------------------------------ */
  /* ------------------------------ ▽▽▽ その他・LINE風 ▽▽▽ ------------------------------ */
}
main#other_line section {
  /* ----- ▽▽▽ メインコンテンツ部分 ▽▽▽ ----- */
}
main#other_line section .content_wrap .left, main#other_line section .content_wrap .right {
  display: flex;
  align-items: flex-start;
}
main#other_line section .content_wrap .left .img, main#other_line section .content_wrap .right .img {
  width: 10%;
  border-radius: 50%;
  overflow: hidden;
}
main#other_line section .content_wrap .left .img img, main#other_line section .content_wrap .right .img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
main#other_line section .content_wrap .left, main#other_line section .content_wrap .right {
  /* .img */
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#other_line section .content_wrap .left .img, main#other_line section .content_wrap .right .img {
    width: 13%;
  }
}
main#other_line section .content_wrap .left .text, main#other_line section .content_wrap .right .text {
  display: inline-block;
  max-width: 75%;
}
main#other_line section .content_wrap .left .text p, main#other_line section .content_wrap .right .text p {
  border-radius: 20px;
  padding: 10px 15px;
  color: #232323;
}
main#other_line section .content_wrap .left, main#other_line section .content_wrap .right {
  /* .text */
}
main#other_line section .content_wrap .left .photo, main#other_line section .content_wrap .right .photo {
  max-width: 70%;
}
main#other_line section .content_wrap .left .photo img, main#other_line section .content_wrap .right .photo img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}
main#other_line section .content_wrap .left, main#other_line section .content_wrap .right {
  /* photo */
}
@media only screen and (max-width: 800px) and (min-width: 300px) {
  main#other_line section .content_wrap .left .photo, main#other_line section .content_wrap .right .photo {
    max-width: 75%;
  }
}
main#other_line section .content_wrap .left .text span, main#other_line section .content_wrap .left .photo span, main#other_line section .content_wrap .right .text span, main#other_line section .content_wrap .right .photo span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 3px;
  color: #747474;
}
main#other_line section .content_wrap {
  /* .left, .right */
}
main#other_line section .content_wrap .left .text {
  margin-left: 1%;
  padding-left: 18px;
  background: url(other/images/left.svg) no-repeat top 25px left 0/20px;
}
main#other_line section .content_wrap .left .text p {
  background: #e7f0f4;
}
main#other_line section .content_wrap .left {
  /* .text */
}
main#other_line section .content_wrap .left .photo {
  margin-left: calc(1% + 5px);
}
main#other_line section .content_wrap {
  /* .left */
}
main#other_line section .content_wrap .right {
  margin-left: auto;
  justify-content: flex-end;
}
main#other_line section .content_wrap .right .text {
  margin-right: 1%;
  padding-right: 18px;
  background: url(other/images/right.svg) no-repeat top 25px right 0/20px;
}
main#other_line section .content_wrap .right .text span {
  text-align: right;
}
main#other_line section .content_wrap .right .text p {
  background: #bbeaa0;
}
main#other_line section .content_wrap .right {
  /* .text */
}
main#other_line section .content_wrap .right .photo {
  margin-right: calc(1% + 5px);
}
main#other_line section .content_wrap .right .photo span {
  text-align: right;
}
main#other_line section .content_wrap .right {
  /* .photo */
}
main#other_line section .content_wrap {
  /* .right */
}
main#other_line section .content_wrap .left + .left, main#other_line section .content_wrap .left + .right, main#other_line section .content_wrap .right + .right, main#other_line section .content_wrap .right + .left {
  margin-top: 20px;
}
main#other_line section {
  /* .content_wrap */
  /* ----- △△△ メインコンテンツ部分 △△△ ----- */
}
main#other_line {
  /* section */
}
main {
  /* &#other_line */
  /* ------------------------------ △△△ その他・LINE風 △△△ ------------------------------ */
} /* main */
/* ============================== ▲▲▲ メイン ▲▲▲ ============================== */
/* ============================== ▼▼▼ フッター ▼▼▼ ============================== */
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-top: 1px solid #232323;
  font-size: 1.2rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
}

/* ============================== ▲▲▲ フッター ▲▲▲ ============================== *//*# sourceMappingURL=style.css.map */