@charset "utf-8";
@font-face {
  font-family: "Koburi";
  src: url(/font/Koburi.woff2) format("woff2"),url(/font/Koburi.woff) format("woff");
}
@font-face {
  font-family: "honoka";
  src: url(/font/honoka.woff2) format("woff2"),url(/font/honoka.woff) format("woff");
}

.KoburiClass {
  font-family: "Koburi";
}

#honokaID {
  font-family: "honoka";
}

/* 共通の設定 */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #0a0a0a;
  background-color: #fafafa;
}

p,h1,h2,h3,h4,h5,h6 {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

iframe {
  border: 0;
}

.wrap {
  width: 750px;
  margin: 5rem auto;
  line-height: 1.5;
}

p {
  margin-bottom: 1rem;
}

a {
  text-decoration: underline;
  color: #0a0a0a;
}

a:visited {
  color: #c5c5c5;
}

a:hover {
  filter: blur(0.8px);
}

.a_none {
  text-decoration: none;
}

/* menu */
#menu {
  background-color: #1c1c8c;
  text-align: center;
  margin-bottom: 30px;
}

#menu li {
  font-size: 22px;
  display: inline-block;
  margin: 5px 20px;
}

#menu li a {
  color: #fafafa;
}

#menu li a:visited {
  color: #fafafa;
}

/* 一番上に戻る設定 */
#page_top {
  position: fixed;
  bottom: 25px;
  right: 10px;
  z-index: 99;
}

#page_top a {
  background-color: #1c1c8c;
  color: #fafafa;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 18px;
  border-radius: 50%;
}

#page_top a:hover {
  background-color: #e0e0e0;
  color: #70708c;
  text-decoration: none;
}

#page_top a:visited {
  background-color: #1c1c8c;
  color: #fafafa;
}

/* 見出し装飾 */
.heading {
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: 4px 0;
	border-top: 3px double #008c8c;
	border-bottom: 3px double #008c8c;
	text-align: center;
	color: #0a0a0a;
}

.line {
  display: flex;
  align-items: center;
  margin-top: 8rem;
  margin-bottom: 1rem;
}

.line::before {
  margin-right: 2rem;
}

.line::before,.line::after {
  content: '';
  height: 1px;
  background-color: #008c8c;
  flex-grow: 1;
}

.line::after {
  margin-left: 2rem;
  flex-grow: 7;
}

.line_g {
  border-bottom: 0.5px solid #008c8c;
  width: 85%;
}

/* index */
#index_h1 {
  margin-top: 15px;
}

#index_p {
  border: 1px solid #0a0a0a;
  margin-top: 3rem;
  padding: 0 0.5rem;
}

#index_p ul {
  margin-bottom: 2.5rem;
}

#index_p li {
  margin-left: 1rem;
}

.cp_point {
	position: relative;
	margin: 40px 0 30px;
	padding: 25px 20px 15px 30px;
	border: 1px dashed #0a0a0a;
}
.cp_point::before {
	position: absolute;
	top: -1em;
	left: 1em;
	content: attr(title);
	padding: .5em .6em 0 .5em;
	font-size: 90%;
	color: #fafafa;
	height: 27px;
	background-color: #0a0a0a;
	border-radius: 4px;
}

/* info */
#topimg {
  text-align: center;
  margin-bottom: 40px;
}

#topimg h1 {
  font-size: 35px;
}

#topimg_clip_octa {
  width: 280px;
  height: 280px;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

#updtext {
  font-size: 0.8em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#updtext {
  width: 100%;
  height: 100px;
  display: inline-block;
  margin-bottom: 3rem;
}

#info ul {
  margin-bottom: 1.8rem;
}

#info li {
  list-style: none;
  margin-top: 3px;
}

/* illust */
.illul li {
  list-style: none;
  margin-bottom: 1.5rem;
}

.comiul li {
  list-style: none;
  margin-bottom: 1.5rem;
}

.thmargin {
  margin-right: 0.3rem;
}

/* novel */
#attentionul {
  margin-left: 2rem;
  margin-bottom: 2rem;
  line-height: 1.8;
  list-style: square;
}

#series_short {
  text-align: center;
  font-size: 18px;
}

#series_short a {
  color: #008c8c;
}

.char {
  color: #0a0a0a;
  margin-top: 1rem;
}

.char::before {
  content: "";
  margin-right: 0.4rem;
}

.char::after {
  display: block;
  content: "";
  height: 2px;
  background: -moz-linear-gradient(to right, rgb(183, 198, 199), transparent); 
  background: -webkit-linear-gradient(to right, rgb(183, 198, 199), transparent); 
  background: linear-gradient(to right, rgb(183, 198, 199), transparent); 
}

.series_div {
  margin-bottom: 2rem;
  padding: 0.5rem 0 0 0.2rem;
  width: 85%;
  border: 1px dotted #008c8c;
}

.series_div p {
  margin-bottom: 0.3rem;
}

.series_div a {
  color: #4f4f8e;
}

.series_div a:visited {
  color: #c5c5c5;
}

.series_p {
  font-size: 0.8rem;
  margin: 0.2rem 0;
}

.novel_ul {
  list-style: none;
  margin-top: 0.8rem;
}

.novel_li_char {
  border-bottom: 1px dotted #008c8c;
}

.novel_li {
  margin: 0.2rem 0 0.5rem 0.8rem;
  color: #282828;
  font-size: 0.8rem;
}

.li_title {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border-left: 2px solid;
  font-weight: bold;
}

/* page */
.page {
  width: 630px;
  margin: 0 auto;
  color: #282828;
}

#page_title {
  margin: 2.5rem 0 2.5rem 1rem;
  font-size: 1.3rem;
  color: #6b8f99;
  font-family: "honoka";
}

#page_title_R {
  text-align: right;
  margin: 2.5rem 1rem 2.5rem 0;
  font-size: 1.3rem;
  color: #6b8f99;
  font-family: "honoka";
}

#page_title_C {
  width: 80%;
  margin: 0 auto 3rem auto;
  border-bottom: 1px solid #282828;
  text-align: center;
  font-size: 1.5rem;
}

/* 装飾の共通設定 */
.note {
  display: inline-block;
  margin-bottom: 7rem;
  background: linear-gradient(transparent 70%, #c0c0c0 70%);
}

.note::before {
  content: "!";
  color: #6a1917;
  margin-left: 0.5em;
}

.new {
  color: #6b8f99;
  display: inline-block;
}

.new::before {
  content: "NEW";
  color: #6b8f99;
  font-size: 0.3em;
  border: 1px solid #6b8f99;
  padding: 0.2em;
  margin-left: 0.5em;
}

.dot {
  text-emphasis-style: filled dot;
}

.atogaki {
  font-size: small;
}

.atogaki h4 {
  font-weight: lighter;
  text-decoration: underline;
}

/* clip */
.clip_circle {
  width: 100px;
  height: 100px;
  clip-path: circle(50% at 50% 50%);
}

.clip_rhom {
  width: 120px;
  height: 120px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.clip_bevel {
  width: 100px;
  height: 100px;
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}

.clip_square {
  width: 100px;
  height: 100px;
  clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

.clip_penta {
  width: 110px;
  height: 110px;
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}

.clip_hepta {
  width: 110px;
  height: 110px;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.clip_octa {
  width: 110px;
  height: 110px;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.clip_nona {
  width: 120px;
  height: 120px;
  clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

/* 各ページの設定 */
/* deca */
#deca_title {
  text-align: right;
  margin: 2.5rem 1rem 2.5rem 0;
  font-size: 1.3rem;
  color: #3d1548;
  font-family: "honoka";
}

/* arca */
#arca {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #0a0a0a;
  background-image: url(/main/img/neo_flower1156.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

#arca_main {
  width: 450px;
  margin: 20px auto 50px auto;
  background-color: #fafafa;
}

#arca a {
  color: #4863ad;
}

#arca a:visited {
  color: #c2a2b6;
}

#arca hr {
  width: 85%;
  margin: 2rem auto;
  border-width: 1px 0 0 0;
	border-style: solid;
  border-color: #4863ad;
}

#arca h1 {
  text-align: right;
  margin-right: 1.8rem;
  color: #3f3f3f;
}

#arca_head {
  text-align: center;
  color: #3f3f3f;
}

#arca_block {
  margin: 0 0.8rem;
}

#arca_announce {
  list-style: square;
  font-size: 15px;
  margin: 0.2rem 0 2.5rem 1.2rem;
}

.chapter {
  position: relative;
  margin-top: 1em;
  padding: 1em 0.5rem;
  border: solid 1px #4863ad;
}

.chapter h4 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1em;
  margin: 0;
  background-color: #fafafa;
  transform: translateY(-50%) translateX(1em);
}

.chapterul {
  margin: 0.5rem;
}

.chapterul li {
  list-style: none;
  display: inline-block;
  margin: 0.1rem;
}

.SS {
  position: relative;
  margin-top: 2.5em;
  padding: 1em 0.5rem;
  border: dotted 2px #4863ad;
}

.SS h4 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1em;
  margin: 0;
  background-color: #fafafa;
  transform: translateY(-50%) translateX(1em);
  font-weight: lighter;
}

.SSul {
  margin: 0.5rem;
}

.SSul li {
  list-style: none;
  margin-bottom: 0.3rem;
}

/* PC以外 */
@media screen and (max-width: 600px) {
  .wrap {
    width: 96%;
    margin-top: 3rem;
    font-size: 15px;
  }

  .series_div {
    width: 95%;
  }

  .page {
    width: 100%;
  }

  #arca_main {
    width: 100vw;
  }
}
