*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	background: transparent;
}
body{
	background: #fff;
	position: relative;
}
::-webkit-scrollbar{
    width: 8px;
    height: 16px;
}
::-webkit-scrollbar-track{
    border-radius: 2px;
    border: none;
}
::-webkit-scrollbar-thumb{
    border-radius: 2px;
    background: #e1ecb4;
}
a, a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
.colorBkGreen{
	background: #e1ecb4;
}

.menuComingsoon img{
	width: 100%;
}
.menuBottun>div:nth-child(1){
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}


.menuBottun{
	height: 63px;
	border-left: 2px solid #BE9BB4;
}
.menuBottun:last-child{
	border-right: 2px solid #BE9BB4;
}
.menuBottun img{
	width: 100%;
}


.menuPcTitlelist{
	width: 144px;
}
.menuPcComic{
	width: 118px;
}
.menuPcNovel{
	width: 124px;
}
.menuPcRecruit{
	width: 131px;
}
.menuPcMessage{
	width: 136px;
}


.menuPcTitlelist:hover, .menuPcComic:hover, .menuPcNovel:hover, .menuPcRecruit:hover, .menuPcMessage:hover{
}




.headerLine{
	width: 100%;
	height: 9px;
	background-image: url("../img/hexagontile.jpg");
}



.container{
	width: 100%;
	background: #E1ECB4;
}
.container>div{
	margin: 0 auto;
	padding: 76px 60px 60px;
	width: 1020px;
	max-width: 100%;
	background: #E1ECB4 url("../img/niutopbkimg2.jpg") no-repeat;
}

.container2{
	margin: 0 auto;
	padding: 0 0 60px;
	width: 800px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.containerLeft{
	margin: 0;
	padding: 0 0 30px;
	width: 520px;
}
.midashi{
	margin: 10px 0 0 0;
	width: 100%;
	height: 37px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}
.midashiImg{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.midashiLeft{
	display: flex;
	align-items: center;
}
.midashiHex{
	width: 30px;
	height: 26px;
	background-color: #c8aafa;
	-webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
	clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
}
.midashiText{
	margin: 0 0 0 7px;
	height: 100%;
}

.midashiHexLong{
	width: 80px;
	height: 20px;
	position: relative;
	z-index: 10;
}
.midashiHexLong:hover{
	opacity: .8;
}
.midashiHexLong>div:nth-child(1){
	width: 80px;
	height: 20px;
	position: absolute;
	top: 0;
	left: -7px;
	background: #c8aafa;
}
.midashiHexLong>div:nth-child(2), .midashiHexLong>div:nth-child(3){
	width: 14px;
	height: 14px;
	position: absolute;
	background: #c8aafa;
	transform: rotate(-45deg);
}
.midashiHexLong>div:nth-child(2){
	top: 3px;
	left: -14px;
}
.midashiHexLong>div:nth-child(3){
	top: 3px;
	right: 0;
}
.midashiHexLong>div:nth-child(4){
	position: absolute;
	top: 1px;
	left: -3px;
	z-index: 100;
}
.midashiHexLong>div:nth-child(4) a{
	width: 80px;
	height: 20px;
}
.midashiLine{
	width: 100%;
	height: 2px;
	background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 6px);
	background-size: 6px 2px;
	background-repeat: repeat-x;
}
.midashiImg img{
	width: 100%;
}

.subHeading{
	margin: 40px 0 0 20px;
	width: calc(100% - 20px);
	height: 20px;
	display: flex;
	align-items: center;
}
.subHeadingHex{
	margin: 0 4px 0 0;
	width: 24px;
	height: 20px;
	background-color: #c8aafa;
	-webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
	clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
}



.genreBox{
	margin: 10px 0 20px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.genreHexLong{
	width: 88px;
	height: 22px;
	position: relative;
	z-index: 10;
}
.genreHexLong>div:nth-child(1){
	width: 65px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 10px;
	background: #c8aafa;
}
.genreHexLong>div:nth-child(2), .genreHexLong>div:nth-child(3){
	width: 14px;
	height: 14px;
	position: absolute;
	background: #c8aafa;
	transform: rotate(-45deg);
}
.genreHexLong>div:nth-child(2){
	top: 3px;
	left: 3px;
}
.genreHexLong>div:nth-child(3){
	top: 3px;
	right: 5px;
}
.genreHexLong>div:nth-child(4){
	width: 88px;
	height: 18px;
	position: absolute;
	top: 1px;
	left: 0px;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
}
.externalLink{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.externalLink div{
	margin: 15px 1% 0 0;
	width: 19%;
	background: #f7c2c4;
}
.externalLink>div>a{
	padding: 5px 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}


@media screen and (max-width: 670px){
	.midashi{
		margin: 10px 0 0 0;
		width: 100%;
		height: 37px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
	}
	.midashiImg{
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
	}
	
	.container>div{
		margin: 0 auto;
		padding: 30px 0;
		width: 95%;
		max-width: 95%;
		background: #E1ECB4;
		background-image: none;
	}
	.container2{
		margin: 0 auto 30px;
		padding: 0;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	.containerLeft{
		margin: 0;
		padding: 0 0 30px;
		width: 100%;
		height: auto;
		background: #fff;
	}
	.containerLeft2{
		margin: 0;
		padding: 0 0 30px;
		width: 100%;
		height: auto;
		background: #fff;
	}
	.externalLink{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.externalLink div{
		margin: 10px 0 0 0;
		padding: 15px 0;
		width: 100%;
		background: #f7c2c4;
		border-radius: 4px;
		display: flex;
		justify-content: center;
	}
}