@charset "utf-8";

/* inner */
.inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

/* header */
#header {
	z-index: 0;
	background-color: #000000;
}
#header h1 {
	text-align: right;
  margin-right: 10px;
}

/* loading */
#loading {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
#loading:after {
	display: block;
	width: 30px;
	height: 30px;
	content: '　';
	background-repeat: no-repeat;
	background-image: url(../img/loading.gif);
}

/* title_area */
#title_area {
	padding: 16px 0 32px;
	background-image: url(../img/img_main.png), url("../img/bg_1.png"), url("../img/bg_2.png");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: center 70px, left -10px, right -50px;
  background-size: auto, contain, contain;
}
#title_area #catch {
	margin: 0 0 160px;
	text-align: center;
}
#title_area h1 {
	margin: 0 0 24px;
	text-align: center;
}

/* news */
#news {
	background-image: url(url);
	padding: 24px 0 12px;
	background-color: rgba(0,0,0,0.75);
}
#news h2 {
	font: 900 3rem acumin-pro-condensed, sans-serif;
	color: rgba(255,255,255,1.00);
	margin: 0 0 16px;
	text-align: center;
	background-color: rgba(0,0,0,0.25);
}
#news dl {
	margin: 0 48px 16px;
	font-size: 1.3rem;
	line-height: 1.5em;
	color: #FFFFFF;
	padding: 0 0 16px;
	border-bottom: 1px solid rgba(255,255,255,0.50);
}
#news dl dd a {
	color: #FFFFFF;
}
#news dl dd a:hover {
	color: #ABABAB;
}
#credit {
	text-align: right;
	font: 400 1.1rem/1em acumin-pro, sans-serif;
	padding-top: 4px;
}

/* contents */
#contents_area {
	padding: 32px 0;
}
#contents_area h2 {
	font: 3.8rem acumin-pro-condensed, sans-serif;
	color: #000000;
	margin: 0 0 32px;
	text-align: center;
}
#contents_area .contents {
	margin: 0 0 8px;
	padding: 48px 0;
	background-color: rgba(0,0,0,0.75);
	text-align: center;
	color: rgba(255,255,255,1.00);
}
#contents_area .contents:last-of-type {
	margin: 0;
}
#contents_area .contents h3  {
	font: 700 6rem source-han-serif-japanese, serif;
	color: rgba(239,190,0,1.00);
}
#contents_area .contents h3 small {
	display: block;
	font: 900 2.6rem acumin-pro-condensed, sans-serif;
	color: rgba(255,255,255,1.00);
	background-color: rgba(0,0,0,0.25);
}
#contents_area .contents h4 {
	font: 900 2.4rem source-han-sans-japanese, sans-serif;
	margin: 0 0 24px;
	color: rgba(239,190,0,1.00);
}
#contents_area .contents p {
	font-size: 1.5rem;
	margin: 0 0 24px;
	line-height: 1.8em;
}
#contents_area .contents .button2 {
	margin: 0 0 16px;
}
#contents_area .contents .button2 a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 16px;
	font: 700 2.4rem/1em source-han-serif-japanese, serif;
	display: inline-block;
	border: 1px solid rgba(255,255,255,1.00);
	min-width: 280px;
	background-color: rgba(239,190,0,1.00);
}
#contents_area .contents .button2 a:hover {
	color: #000000;
}

/* comics */
#comics {
	padding: 32px 0;
}
#comics h2 {
	margin: 0 0 32px;
}
#comics .newest {
	margin: 0 0 32px;
	padding: 48px 0;
	border-bottom: 5px solid rgba(0,0,0,0.75);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#comics .newest .cover {
	-ms-flex-preferred-size: 250px;
	margin: 0 40px 0 0;
	flex-basis: 350px;
}
#comics .newest .cover img {
	width: 100%;
	-webkit-box-shadow: 0px 0px 5px #9C9C9C;
	box-shadow: 0px 0px 5px #9C9C9C;
}
#comics .newest .detail {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
#comics .newest .detail h3 {
  font: 900 6rem/1em source-han-sans-japanese, sans-serif;
  margin: 0 0 16px;
  padding: 0 0 16px;
  font-feature-settings: "palt";
  border-bottom: 3px solid #F1C008;
}
#comics .newest .detail .author {
	font-size: 1.6rem;
	margin: 0 0 6px;
	line-height: 1em;
}
#comics .newest .detail .price {
	font-size: 1.3rem;
	margin: 0 0 16px;
	line-height: 1em;
}
#comics .newest .detail .booknavi a {
	font: 900 2rem/1em source-han-sans-japanese, sans-serif;
	display: block;
	background-color: #F1C008;
	padding: 16px 32px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	border: 1px solid #000000;
}
#comics .newest .detail .booknavi a:hover {
	color: #000000;
}
#comics .released ol li {
	list-style: none;
	margin: 0 10px 48px 0;
	float: left;
	width: 188px;
}
#comics .released ol li:nth-of-type(5n) {
	margin: 0 0 32px 0;
}
#comics .released ol li img {
	display: block;
	width: 100%;
	-webkit-box-shadow: 0px 0px 5px #838383;
	margin: 0 0 8px;
	box-shadow: 0px 0px 5px #838383;
}
#comics .released ol li .add a {
	display: block;
	font-size: 1.5rem;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	background-color: #F1C008;
	padding: 12px 0;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #000000;
}
#comics .released ol li .add a:hover {
	text-decoration: none;
	color: #000000;
}

/* sns_area */
#sns_area {
	padding-top: 20px;
	background-color: rgba(0,0,0,0.50);
	position: relative;
}

/* menu */
#nav_container {
	position: fixed;
	height: 100vh;
	width: 100%;
	pointer-events: none;
	top: 0px;
	left: 0px;
	z-index: 10;
}
#nav_container .bg {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100vh;
	visibility: hidden;
	opacity: 0;
	transition: .3s;
	background: #000;
	top: 0px;
}
#nav_container:focus-within .bg {
  visibility: visible;
  opacity: .6;
}
#nav_container * {
  visibility: visible;
}

.button {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 9;
	-webkit-appearance: none;
	border: 0;
	border-radius: 0;
	height: 45px;
	width: 30px;
	cursor: pointer;
	pointer-events: auto;
	margin-left: 15px;
	touch-action: manipulation;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.icon-bar {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #EFBE00;
	transition: .3s;
}
.icon-bar + .icon-bar {
  margin-top: 5px;
}

#nav_container:focus-within .button {
  pointer-events: none;
}
#nav_container:focus-within .icon-bar:nth-of-type(1) {
  transform: translate3d(0,8px,0) rotate(45deg);
}
#nav_container:focus-within .icon-bar:nth-of-type(2) {
  opacity: 0;
}
#nav_container:focus-within .icon-bar:nth-of-type(3) {
  transform: translate3d(0,-8px,0) rotate(-45deg);
}

#nav_content {
	padding: 0 20px;
	width: 90%;
	max-width: 300px;
	position: absolute;
	top: 0;
	left: 0;
	height: calc(100% - 40px);
	background-color: #000000;
	pointer-events: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	transform: translateX(-100%);
	transition: transform .3s;
	will-change: transform;
	contain: paint;
	z-index: 8;
	margin-top: 40px;
}
#nav_content ul {
	padding: 0 32px;
	margin-top: 45px;
}
#nav_content ul li {
	box-sizing: border-box;
	border-left: 5px solid #FFFFFF;
	color: #fff;
	font: 700 2rem/1em source-han-serif-japanese, serif;
	margin: 0 0 24px;
	padding: 0 0 0 5px;
  width: 100%;
	height: auto;
}
#nav_content li dl dt {
	margin: 0 0 5px;
	font: 2rem/1em acumin-pro-condensed, sans-serif;
}
#nav_content li dl dd {
	margin: 0;
}
#nav_content li dl dd:first-of-type {
  margin: 0 0 8px;
}
#nav_content li dl dd a,
#nav_content ul .to_index a {
	text-decoration: none;
	color: rgba(239,190,0,1.00);
  opacity: 1;
}
#nav_content li dl dd a:hover,
#nav_content ul .to_index a:hover {
  opacity: 0.6;
} 
#nav_container:focus-within #nav_content {
  transform: none;
}

/* button effect */
.bte,
.bte::before,
.bte::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.bte {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #EFBE00;
	border: 2px solid #333;
	color: #fff;
	line-height: 50px;
}
.bte:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #59b1eb;
}
.bte::before,
.bte::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: rgba(0,0,0,0.50);
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.bte::before {
  top: 0;
}
.bte::after {
  bottom: 0;
}
.bte:hover::before,
.bte:hover::after {
	height: 0;
	background-color: #EFBE00;
}

/* inview */
.upfadein1 {
  opacity: 0;
  transform: translate(0,60px); 
  -webkit-transform: translate(0,60px);
  transition: .5s;
}
.upfadein1_tg {
  opacity: 1.0;
  transform: translate(0,0); 
  -webkit-transform: translate(0,0);
  transition: .5s;
}
.upfadein2 {
  opacity: 0;
  transform: translate(0,60px); 
  -webkit-transform: translate(0,60px);
  transition: .8s;
}
.upfadein2_tg {
  opacity: 1.0;
  transform: translate(0,0); 
  -webkit-transform: translate(0,0);
  transition: .8s;
}
.upfadein3 {
  opacity: 0;
  transform: translate(0,60px); 
  -webkit-transform: translate(0,60px);
  transition: 1.6s;
}
.upfadein3_tg {
  opacity: 1.0;
  transform: translate(0,0); 
  -webkit-transform: translate(0,0);
  transition: 1.6s;
}

/* modal */
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  background-color: #000000;
  border-radius: 5px;
  z-index: 11;
  padding: 2rem;
  text-align: center;
}
.modal-window img {
  width: 80%;
}
.button-open {
  display: block;
  cursor: pointer;
  background-color: transparent;
  color: #FFFFFF;
  border-style: none;
}
.button-close {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 24px;
  right: -12px;
  padding: 8px;
  background-color: #000000;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 20px;
  border-style: none;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}
.no_scroll {
  overflow: hidden;
}
