@charset "UTF-8";
/* CSS Document */
body{
	margin: 0;
	line-height: 1.8rem;
	font-size: 16px;
	font-family: tbudmincho-std, sans-serif;
font-weight: 500;
font-style: normal;
}
a{
  text-decoration: none;
}
.m_h{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: fixed;
	background-color: rgba(13,62,139,1.00);
	text-align: center;
	box-shadow:0px 20px 52px -23px #000;
	z-index: 100000;
	
}
.m_h img{
	width: 25%;
	max-width: 100px;
	margin: 0 auto;
}
article{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	
}
.hero{
	
	background-image: url("img/hero.jpg");
	background-repeat: no-repeat;
	height: 88vh;
	max-height:800px;
	background-position: center bottom;
	background-size: cover;
	text-align: center;
	position: relative;
	
}
.ichi{
	position: absolute;
	width: 40%;
	margin: auto;
	display: block;
	bottom:20%;
	left: 0;
	right: 0;
	max-width: 600px;
	
}
.ni{
	position: absolute;
	width: 30%;
	max-width: 400px;
	margin: auto;
	display: block;
	bottom: 5%;
	left: 0;
	right: 0;
	
}
.asa{
	background-image: url("img/bg01.svg");
	background-repeat: repeat;
	background-size: 80px;

}
.asa_n{
	background-image: url("img/bg02.svg");
	background-repeat: repeat;
	background-size: 80px;
	background-attachment: fixed;

}
h2{
	font-size: 1.8rem;
	text-align: center;
	margin: 50px auto;
}
section{
	max-width:1024px;
	margin: auto;
}

.manga{
	max-width:1024px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.manga a {
	width: 38%;
	border: rgba(230,230,230,1.00) solid 1px;
	text-align: center;
	margin-bottom: 80px;
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	/* border-radius */
border-radius:4px;
}
.manga div {
	width: 100%;
	height: 100%;
	/* box-shadow */
box-shadow:0px 20px 32px -13px #858585;

/* border-radius */
border-radius:4px;
}
.manga div img{
width: 100%;	
}
.manga div h3{
	font-size: 1.4rem;
	margin:20px auto 0 auto;
	width: 80%;
}
.manga div h5{
	background-image: url("img/pen.svg");
	background-repeat: no-repeat;
	padding-left:1em;
	line-height: 1.2em;
	font-size: 1rem;
	width: auto;
	display: inline-block;
}
.okina p{
	writing-mode: vertical-rl;
	height: 360px;
	font-size: 1.1rem;
	line-height: 2.5rem;
	margin: 0 auto;
}
.okina h6{
	width: 70%;
	color: rgba(255,255,255,1.00);
	font-size: 1.5rem;
	padding: 10px 0;
	margin:100px auto;
	background-color: rgba(13,62,139,1.00);
	display: block;
	text-align: center;
		/* box-shadow */
box-shadow:0px 20px 32px -13px #858585;

/* border-radius */
border-radius:4px;

}
.okina h6 img{
	width: 25%;
}
.iwasaki h6{
	width: 70%;
	color: rgba(0,0,0,1.00);
	font-size: 1.5rem;
	padding: 10px 0;
	margin:100px auto;
	background-color: rgba(200,200,200,1.00);
	display: block;
	text-align: center;
	/* box-shadow */
box-shadow:0px 20px 32px -13px #858585;

/* border-radius */
border-radius:4px;


}
.iwasaki h6 img{
	width: 35%;
	mix-blend-mode: multiply;
	margin: 6px 0;
}

.manga_page{
	max-width:1024px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.manga_page div{
	width: 60%;
	max-width: 500px;
	border: rgba(111,111,111,1.00) solid 1px;
	text-align: center;
	margin:0 20% 80px 20%;
	background-color: rgba(255,255,255,1.00);
}
.manga_page div h2{
	font-size: 1.2rem;

}
.manga_page div p{
	text-align: justify;
	width: 75%;
	margin: auto;
	line-height: 180%;

}
.manga_page div img{
width: 100%;
	margin: 0;
}

footer{
	padding: 50px 0 10px 0;
	color: rgba(255,255,255,1.00);
	 background-color: rgba(14,63,149,1.00);
	text-align: center;
}
footer img{
	width:30%;
	max-width: 150px;
}
/* Mobile */
@media (max-width: 640px) {
	.hero{
	
	background-image: url("img/hero.jpg");
	background-repeat: no-repeat;
	height: 75vh;
	max-height: 650px;
	background-position: center bottom;
	background-size: cover;
	text-align: center;
	position: relative;
	
}
.ichi{
	position: absolute;
	width: 98%;
	margin: auto;
	display: block;
	bottom:20%;
	left: 0;
	right: 0;
	max-width: 600px;
	
}
.ni{
	position: absolute;
	width: 90%;
	max-width: 400px;
	margin: auto;
	display: block;
	bottom: 10%;
	left: 0;
	right: 0;
	
}
h2{
	font-size: 1.5rem;
}
	.manga a{
	width: 65%;
}
.manga div h3{
	font-size: 1.1rem;
	width: 90%;
	margin: 15px auto 0 auto;
}
.manga div h5{
	font-size: 0.9rem;
}
.okina div{
	width: 75%;
	margin: auto;
	height: 360px;
	overflow: hidden;
	position: relative;
}
		.okina div div{
	width:18%;
			height: 360px;
	overflow-y: scroll;
		z-index: 2;
		position:absolute;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

}
	.okina p{
	width: 100%;
	overflow-y: scroll;
		z-index: 1;
		position:absolute;
}
.okina p span{
	width: 3em;
	display: block;
}
.okina h6{
	font-size: 1.2rem;
}
.okina h6 img{
	width: 40%;
}
	.iwasaki h6{
	font-size: 1.2rem;
}
.iwasaki h6 img{
	width: 60%;
}
	.manga_page div{
	width: 90%;
		margin: 0 0 80px 0;
}
}

