@charset "UTF-8";


 @font-face {
     font-family: 'KaiseiOpti';
     src: url("../font/KaiseiOpti-Medium.woff") format("woff");
     font-weight: bold;
     font-display: swap;
   }
@import url('https://fonts.googleapis.com/css2?family=Jersey+15&family=Kalam:wght@300;400;700&family=Sawarabi+Gothic&display=swap');
body {
  font-family: "Sawarabi Gothic",sans-serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .8px;
  color: #32292f;
}
a {
  transition: opacity .3s;
  text-decoration: none;
  color: #AA7E7E;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

ul,
li {
  list-style: none;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

/*--------------------------------
 レイアウト
---------------------------------*/
.section {
  padding: 40px 0;
}

.inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 40px;
}

.c-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 40px;
}

.icateg {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

/*--------------------------------
 見出し
---------------------------------*/
.title {
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: .05em;
  font-family: "KaiseiOpti", sans-serif;
  border-bottom: 2px dashed #B7B0B0;
  padding: 10px 0;
  width: 80%;
}

.lead {
  margin-bottom: 30px;
}

.about {
  margin: 20px 10px;
}

.about img{
  margin: 20px auto;
}

/*--------------------------------
ヘッダー
---------------------------------*/
.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
}

.header-logo {
  font-size: 18px;
  line-height: 1.2;
  margin-right: 20px;
  letter-spacing: .05em;
}

.header-logo a {
  color: #32292f;
  font-family: "KaiseiOpti", sans-serif;
}

.header-nav-list {
  display: flex;
  justify-content: space-between;
}

.header-nav-item:not(:last-child) {
  margin-right: 20px;
}

.header-nav-item a {
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0;
  letter-spacing: .05em;
  color: #32292f;
  font-family: "KaiseiOpti", sans-serif;
}

.header-nav-item a:hover {
  opacity: .8;
}

/*--------------------------------
 メインビジュアル
---------------------------------*/
.main-visual-img {
  width: 100%;
  height:500px;
  object-fit:cover;
  background-image: url(../img/tope.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.sub-main-visual-img {
  height: 180px;
  background-image: url(../img/tope.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main {
  padding: 50px 0;
}

.main-title {
  font-size: 25px;
  margin-bottom: 20px;
  text-align: center;
  color: #996697;
  font-family: "KaiseiOpti", sans-serif;
}

.main-title span {
    padding: 0.7rem;
    border-radius: 0.5rem;
    background-color: #F8F5F7;
    color: #E599E2;
    font-size: 25px;
}

.main-text {
  max-width: 660px;
  margin: 0px auto;
  font-family: "Sawarabi Gothic",sans-serif;
}

.tk {
   color: #999293;
}

.mini{
  font-size: 20px;
  color: #E599E2;
}

.minii{
  font-size: 18px;
  color: #E599E2;
}

/*--------------------------------
 更新情報
---------------------------------*/

ul.newsList {
display: flex;
flex-flow: row wrap;
border-bottom: 1px dotted #5E5A5A;
padding: 1px 0;
}

ul.newsList li {
display: block;
margin: 10px 10px;
}

ul.newsList li:nth-child(-n + 3) {
flex-basis: 60px;
}

ul.newsList li:nth-child(2) {
font-size: 12px;
padding: 1px 1px;
text-align: center;
color: #32292f;
background-color: #fff;
border: 1px dashed #C9B0B0;
border-radius: 10px;
}

ul.newsList li:nth-child(3) {
flex-basis: auto;
}

.old {
    color: #898989;
}
/*--------------------------------
 content
---------------------------------*/
.content-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

.content-item {
  width: 40%;
  margin-right: 1.58730%;
  margin-bottom: 40px;
  color: #32292f;
}

.content-item:hover {
  opacity: .9;
}

.content-item:nth-of-type(3n) {
  margin-right: 0;
}

.content-img img {
  border: 1px solid #e6e6e6;
}

.content-name {
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
  font-family: "KaiseiOpti", sans-serif;
}

.content-info {
  font-size: 12px;
}

.chara-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 30px 0;
    padding-top: 30px;
}

.chara-item {
    width: calc(100% / 3);
    margin: 20px 5px;
    padding: 10px 10px;
}

.chara-img img {
  border: 1px solid #e6e6e6;
  overflow: hidden;
  border-radius: 50%;
  width: 200px;
 	height: 200px;
 	object-fit: cover;
}

.chara-name {
  font-size: 17px;
  font-weight: bold;
  margin-top: 8px;
  font-family: "KaiseiOpti", sans-serif;
}

.chara-info {
  font-size: 13px;
}

/*--------------------------------
 Contact
---------------------------------*/
.contact-item:not(:last-child) {
  margin-right: 10px;
}

.contact-text {
  margin-top: 10px;
}

/*--------------------------------
 cp
---------------------------------*/
.list {
  position: relative;
  margin: 0 auto;
}

.list ul,
.list ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border: none;
}

.index-list {
  display: inline-block;
  padding: 10px 6px;
  line-height: 1.5;
}

.index-list:hover {
  background: #f3f3f4;
}

.index-name-select {
  line-height: 1.4;
  color: #555;
  border-bottom: 1.5px solid #00b5ad;
}

.index-name a{
  color: #32292f;
}

.name{
  color: #ded4d4;
}

/*--------------------------------
 mokulist
---------------------------------*/

.mokulist {
    margin: 30px auto;
    padding: 1em 1em 1em 2em;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    width: 80%;
    border-radius :10px;
}

.mokulist div {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 5px 0;
}

.mokulist label::after {
    margin-left: 5px;
    font-size: .8em;
    color: #32292f;
    content: "[開く]";
    cursor: pointer;
}

.mokulist:has(:checked) label::after {
    content: "[閉じる]";
}

.mokulist input {
    display: none;
}

.mokulist ol {
    list-style-type: disc;
    margin: 0;
    padding: 0 1.2em;
    overflow: hidden;
}

.mokulist > ol {
    height: 0;
}

.mokulist:has(:checked) > ol {
    height: auto;
}

.mokulist ol ol {
    margin-top: 5px;
}

.mokulist li {
    padding: 5px 0;
    font-size: 90%;
}

.mokulist li.one {
   border-bottom: 1px dotted #BAABBD;
}

.mokulist a {
    color: #AA7E7E;
}

/*--------------------------------
 ページトップ
---------------------------------*/
.page-top {
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  background-color: #EBDDDE;
}

.page-top .material-icons-outlined {
  vertical-align: bottom;
}

/*--------------------------------
 aboutリスト
---------------------------------*/

.listp ul {
  padding: 0.3em 0;
  list-style-type: none;
  border: none;
}
.listp ul li {
  position:relative;
  padding: 0.3em 0 0.3em 1.6em;
  line-height: 1.5;
}
.listp ul li:before{
  content: '';
  position: absolute;
  background-color: #EBDDDE;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 2px;
  top: 10px;
}

/*--------------------------------
 フッター
---------------------------------*/
.footer {
  padding: 30px;
  background-color: #999293;
}

.copyright {
  font-size: 10px;
  text-align: center;
  color: #FFFCFC;
}
/*--------------------------------
 下層：contentページ
---------------------------------*/
.article {
  padding: 80px 0;
}

.article-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.article-title {
  position: relative;
  margin-bottom: 0.5rem;
  padding-bottom: 1rem;
  background-image: repeating-linear-gradient(45deg, transparent 0 3px, #ded7df 3px 6px);
  background-repeat: no-repeat;
  background-size: 4rem 0.4rem;
  background-position: center bottom;
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 50px;
  letter-spacing: .05em;
  text-align: center;
  font-family: "KaiseiOpti", sans-serif;
}

.article-img {
  margin-bottom: 20px;
}

.article-body {
  max-width: 930px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.article-info-title {
  font-size: 15px;
}

.article-body img {
  margin-bottom: 30px;
}

.article-body p {
  margin-bottom: 5px;
}

.home-link {
  text-align: center;
}

.article-memo-title {
    position: relative;
    padding: 0.3rem 0.2rem;
    margin: 2rem auto 1.5rem;
    border-top: 3px solid #d2c8d4;
    font-size: 15px;
    color: #937B8B;
}

.article-memo-title:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 5px;
    background-image: repeating-linear-gradient(45deg, #ded7df 0 2px, transparent 2px 4px);
    content: '';
}

.article-c-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.article-c-title {
    font-size: 20px;
    font-weight: bold;
    font-family: "KaiseiOpti", sans-serif;
    margin: 35px 15px;
    border-bottom: 1px dashed #60505A;
}

.article-c-title::first-letter {
    padding: 0.3rem 0.7rem 0.3rem;
    border-radius: 0.5rem;
    background-color: #F8F5F7;
    color: #AA97A3;
    font-size: 25px;
}

.article-c-title2 {
    font-size: 20px;
    font-weight: bold;
    font-family: "KaiseiOpti", sans-serif;
    margin: 35px 15px;
    border-bottom: 1px dashed #60505A;
}

.article-c-title2 span {
    padding: 0.3rem 0.7rem 0.3rem;
    border-radius: 0.5rem;
    background-color: #F8F5F7;
    color: #AA97A3;
    font-size: 25px;
}

.article-cc-title {
  padding: 0.3rem 0.3rem;
  border-bottom: 1px dotted #7A6572;
  background: #EEE6EB;
  font-family: "KaiseiOpti", sans-serif;
  margin: 20px 0px;
}

.article-cc-title2 {
  padding: 0.3rem 0.3rem;
  border-bottom: 1px dotted #7A6572;
  background: #EEE6EB;
  font-family: "KaiseiOpti", sans-serif;
  margin: 20px 0 -15px;
}

hr{
   border-top: 2px dashed #b9b9b9;
   margin: 30px auto;
}
/*--------------------------------
 manga
---------------------------------*/
.mokuji-list {
  display: flex;
  flex-wrap: wrap;
}

.mokuji-item {
	width:			140px;
	height:			40px;
	overflow:		hidden;
	margin:			5px 5px;
	position:		relative;
  border: 1px solid #b9b9b9;
}
.mokuji-item .caption {
	font-size:		12px;
	text-align: 		center;
  padding-top:		10px;
	color:			#fff;
	font-family: "KaiseiOpti", sans-serif;
}
.mokuji-item a {
	color:			#fff;
}
.mokuji-item .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.mokuji-item:hover .mask {
	opacity:		1;
}

.mokuji-title {
    font-size: 15px;
    padding: .0.2em 0;
    margin: 5px;
    font-family: "KaiseiOpti", sans-serif;
    border-bottom: 1px dotted #b9b9b9;
}

.new{
    position: relative;
    aspect-ratio: 16/9;
}

.new::before{
    position: absolute;
    content: "NEW";
    background-color: #ffffff;
    padding: 2px 10px;
    border:solid 1px #b6b3b3;
    border-radius: 10%;
}

.number ul{
display: table;
margin: 0 auto;
padding: 0 ;
width: 30%;
text-align: center;
font-size: 12px;
}
.number li{
display: table-cell;
min-width: 50px;
}
.number a{
display: block;
width: 100%;
text-decoration: none;
color: #BC9CB0;
padding-bottom: 5px;
}
.number li.current{
border-bottom: 3px solid #BC9CB0;
}
.number li:hover{
color: #BC9CB0;
border-bottom: 3px solid #BC9CB0;
}
.number li.active{
border-bottom: 3px solid #AA7E7E;
background-color: #AA7E7E;
pointer-events: none;
padding-bottom: 5px;
}

.number2 ul{
display: table;
margin: 0 auto;
padding: 0 ;
width: 30%;
text-align: center;
font-size: 10px;
}
.number2 li{
display: table-cell;
min-width: 50px;
}
.number2 a{
display: block;
width: 100%;
text-decoration: none;
color: #BC9CB0;
padding-bottom: 5px;
}
.number2 li.current{
border-bottom: 3px solid #BC9CB0;
}
.number2 li:hover{
color: #BC9CB0;
border-bottom: 3px solid #BC9CB0;
}
.number2 li.active{
border-bottom: 3px solid #AA7E7E;
background-color: #AA7E7E;
pointer-events: none;
padding-bottom: 5px;
}

.comics {
  display: block;
  margin: 50px auto;
  max-width: 100%;
  border: 1px #b6b3b3 solid;
}

.comics.space {
  margin-bottom: 800px;
}

.comics-4 {
  display: block;
  margin: 50px auto;
  max-width: 100%;
}

.comics.title {
    display: block;
    max-width: 560px;
    margin: 0 auto 0;
}

.comics.inside {
    display: block;
    max-width: 100%;
    margin: 0 auto 50px;
    border: 1px #b6b3b3 solid;
}

.comics-n {
  display: block;
  max-width: 100%;
  margin: 50px auto;
}

.comics.none {
  border: none;
}

.spacet {
  margin-top: 800px;
}

.hr-end {
  border-top: 2px solid #dcdada;
  text-align: center;
}

.hr-end::after {
  content: 'END';
  display: inline-block;
  position: relative;
  top: -14px;
  padding: 0px 12px;
  background: #fff;
  color: #827c7c;
  font-size: 14px;
}

.hr-end2 {
  border-top: 2px solid #dcdada;
  text-align: center;
  width: 30%;
}

.hr-end2::after {
  content: 'END';
  display: inline-block;
  position: relative;
  top: -14px;
  padding: 0px 12px;
  background: #fff;
  color: #827c7c;
  font-size: 14px;
}

.hr-tuduku {
  border-top: 2px solid #dcdada;
  text-align: center;
  width: 30%;
}

.hr-tuduku::after {
  content: '続くよ！';
  display: inline-block;
  position: relative;
  top: -14px;
  padding: 0px 12px;
  background: #fff;
  color: #827c7c;
  font-size: 14px;
}

.short{
  border-top: 2px solid #dcdada;
  text-align: center;
  width: 30%;
  margin: 30px auto;
}

.atogaki{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 20px auto;
}

.back{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  list-style-type: none;
  padding: 0;
}

.back a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    border-bottom: 2px solid #e2e2e2;
    color: #32292f;
    text-decoration: none;
}

.center{
  text-align: center;
  margin: 10px auto;
}

.allow{
  color:#777;
}

.pagi {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px 15px;
    list-style-type: none;
    padding: 0;
}

.pagi a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    border-bottom: 2px solid #C9B0B0;
    color: #32292f;
    text-decoration: none;
}

.pagi .current a {
    border-bottom: 2px solid #C9B0B0;
    pointer-events: none;
}

.pagi .prev a,
.pagi .next a {
    gap: 0 4px;
    width: auto;
    padding: .5em .8em;
    line-height: 1;
}

.pagi .prev a::before,
.pagi .next a::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;

}

.pagi .prev a::before {
    border-bottom: 1px solid #C9B0B0;
    border-left: 1px solid #C9B0B0;
}

.pagi .next a::after {
    border-top: 1px solid #C9B0B0;
    border-right: 1px solid #C9B0B0;
}

/*--------------------------------
雑記
---------------------------------*/

.zakki {
  margin: 30px auto;
}

.zakki-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.zakki-list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    border-radius: 50%;
    border: 1px solid #dedede;
    text-decoration: none;
    width: 2.5em;
    height: 2.5em;
    line-height: 2em;
    text-align: center;
}

.zakki-list i {
    line-height: 2em;
}

.zakki-list .active a {
    background-color: #C9B0B0;
    color: white;
}

.zakki-list a:hover {
    background-color: #BC9CB0;
    color: white;
}

.zakki-list .disabled a {
    pointer-events: none;
    color: #ccc;
}

.zakki-list .disabled a:hover {
    background-color: initial;
    color: #ccc;
}

.hidden_box {
    margin: 2em 0;
    padding: 0;
}

.hidden_box label {
    padding: 10px;
    margin: 10px 25px 30px;
    border: solid 2px #b6b3b3;
    cursor :pointer;
    border-radius: 5px;
}

.hidden_box label:hover {
    background: #fffcfc;
}

.hidden_box input {
    display: none;
}

.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

/*--------------------------------
heart
---------------------------------*/
.heart-15{
  color:#8C271E;
}
.heart-18{
  color:#8C271E;
}

/*--------------------------------
page-top
---------------------------------*/
/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#EBDDDE;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

#page-top a:hover{
	background: #999293;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

.sbr{
    display: block;
}

/*media Queries 767
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 1.7;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .sbr{
        display: none;
        padding-left: -5px;
    }

  /* 見出し */
  .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .main {
    padding: 10px 0;
  }  
  
  .main-title {
    font-size: 22px;
 }  
  
  .main-text {
    padding: 0 20px;
 }
 
  /* レイアウト */
  .section {
    padding: 30px 0;
  }

  .inner {
    padding: 0 0;
  }

  /* ヘッダー */
  .header-inner {
    padding: 20px;
  }

  .header-logo {
    font-size: 16px;
    font-family: "KaiseiOpti", sans-serif;
  }

  .header-nav-item:not(:last-child) {
    margin-right: 10px;
  }

  .header-nav-item a {
    font-size: 11px;
  }

 /* メインビジュアル */
  .main-visual-img {
    height: 25vh;
    background-image: url(../img/tope.jpg);
  }
  .sub-main-visual-img {
    height: 100px;
    background-image: url(../img/tope.jpg);
  }

  /* content */
  .content-name {
    font-size: 15px;
    font-family: "KaiseiOpti", sans-serif;
  }

  .content-list {
    justify-content: space-between;
  }

  .content-item {
    flex: 0 0 48%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* chara */
  .chara-name {
    font-size: 18px;
    font-family: "KaiseiOpti", sans-serif;
  }

  .chara-list {
    justify-content: space-between;
    display: flex;
  }

  .chara-item {
    flex: 0 0 48%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  
.number{
  font-size: 8px;
}

.number2{
  display: flex;
  flex-wrap: wrap;
  min-width:50px;
  font-size: 7px;
}
.number2 ul{
  min-width:50px;
}
.number2 li{
  min-width: 30px;
}

.comics.title {
    max-width: 100%;
    margin: 0 auto 0;
}

.article-c-inner {
  margin: 0 auto;
  padding: 0 3px;
}

  /* フッター */
  .footer {
    padding: 20px;
  }  
}
