@charset "utf-8";
/* CSS Document */

html, body {
    padding: 0;
    margin: 0;
    height: 100%;
}
body {
	max-width: 1920px;
	min-width: 1330px;
	font-family: 'Lato', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	display: flex;
    flex-direction: column;
}

/* HEADER */
header {
	margin: 0;
	background: black;
	padding: 5px 0 0 0;
}
header .align {
	width: 980px;
	margin: 0 auto;
}
header a {
	display: flex;
	align-items: center;
}
header .logo {
	display: flex;
	padding-top: 2px;
}
header h1 {
	color: white;
	font-size: 13px;
	padding: 0 0 0 15px;
	line-height: 1ex;
}
header h1 p {
	font-size: 34px;
	margin: 0;
	padding: 22px 0 0 5px;
}
/* NAVIGATION */
header .navi {
	display: flex;
}
header nav ul {
	color: white;
	font-size: 18px;
	list-style-type: none;
	display: flex;
}
header nav ul li {
	margin-right: 20px;
}
header nav ul li a {
	color: white;
	padding: 5px 20px;
}
header nav ul li a:hover {
	color: #CC6;
}
.align {
	display: flex;
	justify-content:space-between;
	align-items: flex-start;
	width: 980px;
	margin: 100px auto 0 auto;
}
.align .left {
	width: 200px;
}

/* SNS */
.sns {
	display: flex;
}
.sns .icons {
	width: 35px;
	height: 35px;
	margin: 17px 0 0 5px;
}
.sns .icons:hover {
	filter: brightness(60%);
}
.sns #no_hover:hover {
	filter: brightness(100%);
	cursor: default;
}

/* OVERALL */
.flex {
	display: flex;
	justify-content: space-between;
	margin: auto;
}
a {
	text-decoration: none;
}

/* 広告 */
.top_ad:hover {
	opacity: 0.6
}
.main_ad {
	width: 980px;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
}
.main_ad a:hover {
	opacity: 0.6;
}
.side_ad {
	width: 145px;
}
.side_ad a:hover {
	opacity: 0.6;
}
#right {
	display: flex;
	justify-content: flex-end;
}


/* TITLE */
.title {
	line-height: 1em;
	font-size: 38px;
	padding: 5px 0 0 15px;
	border-left: #000 6px solid;
	width: 960px;
	margin: 40px auto 0 auto;
}

/* MAIN CONTENT */
#main {
	width: 1300px;
	align-items: flex-start;
}

/* 漫画 */
.manga_flex {
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
	align-items: center;
}
#content {
	width: 980px;
	padding: 80px 0 50px 0;
	background: black;
}
.manga .hide {
	display: none;
	visibility: hidden;
}
.manga .img p {
	font-size: 20px;
	text-align: right;
	width: 700px;
	margin: 30px 0 -80px 0;
	color: white;
}
.manga .img p a {
	color: white;
}
.manga .img p a:hover {
	color: #996;
}

/* 矢印 */
#arrow {
	background: url(../images/Arrow.png) no-repeat;
	height: 450px;
	width: 60px;
	padding: 0 15px;
}
#arrow:hover {
	background: url(../images/Arrow_hover.png) no-repeat;
}
.next {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

/* ページ */
.paging {
	overflow: hidden;
	border: #AAA883 4px solid;
	width: 300px;
	text-align: center;
	margin-top: 50px;
}
.dropdown {
	overflow: hidden;
}
.dropdown .dropbtn {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;  
  border: none;
  outline: none;
  color: #AAA883;
  width: 300px;
  padding: 5px 0;
  background-color: inherit;
  margin: 0;
}
.paging:hover  {
  border: #CCC 4px solid;
}
.paging:hover .dropbtn  {
  color: #CCC;
}
.dropdown-content {
  display: none;
  position: absolute;
  font-size: 18px;
  background: #f9f9f9;
  width: 300px;
  height: 450px;
  overflow: auto; /*..will introduce scroll bar when needed..*/
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
	float: none;
	color: black;
	padding: 10px 0;
	text-decoration: none;
	display: block;
	text-align: center;
}
.dropdown-content a:hover {
	background-color: #ddd;
}
.show {
	display: block;
}

/* リンク */
#links {
	width: 980px;
	margin: auto;
}
.links {
	width: 235px;
}
.links .link_img {
	height: 131px;
	background: black;
}
.links .flex {
	justify-content: center;
	margin-top: 5px;
}
.links .flex img {
	margin-right: 10px;
}
.links p {
	color: black;
	text-align: center;
	margin: 0;
}
.links:hover img {
	opacity: 0.6;
}
.links:hover p {
	color: #AAA883;
}

/* ナビ */
#chapters {
	width: 980px;
	margin: 0 auto 100px auto;
}
#chapters nav ul {
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	width: 980px;
	margin-left: -40px;
}
#chapters nav ul li a {
	border: #000000 4px solid;
	border-radius: 4px;
	background: #000000;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 80px;
	padding: 5px 0 3px 0;
}
#chapters nav ul li a:hover {
	background: #AAA883;
	color: #white;
	border: #AAA883 4px solid;
}
#chapters nav ul #not_yet {
	border: #CCC 4px solid;
	background: #CCC;
	color: white;
	cursor: default;
}
#chapters nav ul #not_yet:hover {
	border: #CCC 4px solid;
	background: #CCC;
	color: white;
	cursor: default;
}



/* INDEX.HTML */

/* 目次 */
.chapters {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 720px;
}
.chapters .chap {
	margin: 0 0 40px 20px;
}
.chapters .chap .img {
	background: black;
}
.chapters .chap:hover img {
	opacity: 0.6;
}
.chapters .chap p {
	text-align: center;
	margin: 0;
	font-size: 15px;
	color: black;
}
.chapters .chap:hover p {
	color: #996;
}
.chapters .chap .free {
	width: 100px;
	margin: 10px auto 0 auto;
	text-align: center;
	font-size: 13px;
	color: white;
	background: #ff7316;
	border-radius: 10px;
}
.chapters .chap:hover .free {
	background: #b25719;
}

/* FOOTER - COPYRIGHT */
#copyright {
	background: black;
	color: white;
	font-size: 16px;
	text-align: center;
	padding: 15px 0;
}
#flex_grow {
	flex-grow: 1;
}


/*@media (max-width: 750px) {
	#copyright {
		  position: fixed;
		  bottom: 0;
		  left: 0;
		  width: 100%;
		  height: 35px;
		  display: flex;
		  align-items: center;
		  justify-content: center;
	}
	#flex_grow {
		  padding-bottom: 50px;
	}
}
*/