@charset "utf-8";



* {
  text-decoration: none;
}

#all {
  width: 830px;
  padding: 0;
  margin:0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: white;
}

html{
  scroll-behavior: smooth;
}
p{
  line-height: 1.5em;
}

header {
  background-color: black;
  height: auto;
  overflow: hidden;
}
header h1{
  margin: 0;
  padding: 0;
  float: left;
}
header img {
  display: block;
  width: 80px;
  float: left;
}
#drawer_input{
  display: none;
}
header nav {
  float: right;
  height: 40px;
}
header nav ul{
  margin: 0;
}
header nav ul li {
  display: inline;
  list-style: none;
}
header nav ul li a {
  display: inline-block;
  color: white;
  font-weight: bold;
  height: 40px;
  text-decoration: none;
  width: 130px;
  text-align: center;
  line-height: 40px;
}
header nav ul li a:hover {
  background-color: gray;
}

main {
  height: auto;
}
#main_visual{
  width: 100%;
}

#main {
  width: 550px;
  float: left;
  padding-bottom: 30px;
}
#contents {
  margin-top: 30px;
}
h2 {
  font-size: 180%;
  font-weight: bold;
  border-bottom: 3px solid black;
  margin-bottom: 30px;
}
#sub {
  width: 220px;
  float: right;
}
.profile {
  margin-top: 50px;
  border:1px dotted gray;
  border-radius: 5px;
  overflow: hidden;
  padding: 20px; 
}
.profile img{
  display: block;
  border-radius: 50%;
  margin:0 auto;
 
}
.profile dd{
margin-top: 10px;
margin-left:0;
text-align: left;
}

footer {
  clear: both;
  height: 40px;
  background-color: black;
  padding: 5px 0;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer p {
  color: white;
  font-size: 80%;
  text-align: center;
}

#footer_temp{
  position: relative;
}
#gotop {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size:0.8em;
  text-decoration: none;
  position: absolute;
  right: 0;
  bottom:60px;
  background: black;
  color: white;
  visibility: hidden;
  opacity: 0;
  user-select: none;
  cursor: pointer;
  transition: 1s;
}

#gotop.up{
  transition: 1s;
  visibility: visible;
  opacity: 1;
 
}

/* トップページ */

#news {
  margin-top: 30px;
  margin-bottom: 30px;
}

#news_area {
  overflow: scroll;
  height: 200px;
}

#news_area a{
  position: relative;
  z-index: 9999;
}

#news_area dl {
  padding: 10px;
}
#news_area dt {
  font-size: 80%;
  margin-left: 0;
}
#news_area dd {
  border-bottom: 1px dotted gray;
  line-height: 1.5em;
  margin-left: 0;
}
#X p {
  margin-bottom: 20px;
}
/* キャラクター */
#characters_area {
  margin: 30px 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.characters_box {
  float: left;
  flex-direction: column;

}
.characters_box img{
  border: 1px solid gray;
}

.characters_box figcaption {
  text-align: center;
  display: block;
  margin: 0 0 20px 0;
  
}

/* ストーリー */

#bg img {
  float: left;
  margin: 0 10px 10px 0;
}
#bg p {
  float: left;
  margin-bottom: 30px;
}

#short_story {
  clear: both;
  padding-bottom: 30px;
}
.comic_box {
  margin-left: 10px;
  overflow: hidden;
}
.comic_tmn {
  width: 160px;
  height: 120px;
  float: left;
  border: 1px solid gray;
}
.comic_text {
  width: 65%;
  float: left;
  margin-left: 10px;
}
.comic_text a {
  text-decoration: none;
}
.comic_text dt {
  font-weight: bold;
}
.comic_text dd {
  margin-top: 5px;
}
.comic_text p {
  margin-top: 5px;
}

.comic_box {
  padding: 10px;
  border: 1px dotted gray;
}

/* 下層ページ　キャラページ */
#characters_seat .charapage_area h2{
  margin-top: 30px;
}

.charapage_area p {
  margin: 10px 0;
}

.charapage_area:last-child{
  margin-bottom: 30px;
}

.character_list {
  margin-top: 30px;
  width: 220px;
  height: auto;
  position: fixed;
  background-color: gray;
  padding: 10px;
  z-index: 1;
  
}
.character_list a{
  color:white;
  line-height: 1.5em; 

}
.character_list p{
  margin: 5px;
  text-align: center;
}
.character_list li {
  list-style: none;
  display: block;
  margin-bottom: 5px;
}

.character_list li a {
  display: block;
  font-size: 1em;
}

/* 漫画ページ */

#bg p{
  margin-top: 0;
}
#comic_page p {
  line-height: 1.5em;
}
.comic_contents_box {
  margin-top: 30px;
  height: 733px;
  overflow: scroll;
}
#blank {
  display: block;
  margin-top: 20px;
  margin-bottom: -25px;
}

.slider{
  width: 100%;
  max-width: 830px;
  margin: auto;
}
.slick-prev{
  left: 5px;
  z-index: 10;
}

.slick-next{
 right: 15px;
}

.slick-next::before , .slick-prev::before{
  opacity: 1;
  font-size: 30px;
}

/*newsページ */
#news_box img{
  width: 100%;
}

#news_box {
  border-bottom: 1px dotted gray;
}
#news_box:last-child{
  border: none;
}
#news_box p {
  margin: 10px 0 30px 0;
}

#news_box .time {
  font-size: 80%;
  color: gray;
  margin-bottom: 0;
}
#news_box h3 {
  font-size: 120%;
  margin-bottom: 10px;
}

.line-through{
  text-decoration: line-through;
}
/* 拡大漫画ページ */

