.indexTop{
	margin: 0 auto;
	width: 800px;
	background: #fff;
	display: flex;
	align-items: center;
}
.indexTop>div{
	margin: 5px auto;
	width: 790px;
	height: 410px;
	background: #BE9BB4;
	display: flex;
	justify-content: center;
	align-items: center;
}
.indexTop>div>div{
	margin: 0 auto;
	width: 780px;
	height: 400px;
	background: #fff;
}
.indexTop>div>div>img{
	width: 100%;
}
.indexNewsTwitter{
	margin: 0 auto;
	padding: 0 0 60px;
	width: 800px;
	height: 460px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.indexNews{
	margin: 60px 0 0;
	width: 520px;
	height: 400px;
	background: #fff;
}
.indexNewsBox{
	margin: 0 auto;
	padding: 15px 0;
	width: 474px;
	height: 360px;
}
.indexNewsList{
	margin: 0px auto;
	width: 95%;
	height: 313px;
	overflow: auto;
}
.indexNewsList>div{
	margin: 15px auto 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.indexNewsDate, .indexNewsTxt{
}
.indexNewsDate{
	padding: 0;
	width: 20%;
	text-align: center;
}
.indexNewsTxt{
	width: 75%;
	border-bottom: solid 1px;
}
.indexNewsTxt a{
	width: 100%;
	height: 100%;
}
.indexTwitter{
	margin: 60px 0 0;
	width: 250px;
	height: 400px;
	background: #fff;
}
.indexTwitterBox{
	margin: 0 auto;
	padding: 15px 0 0;
	width: 204px;
}
.indexTwitterTitle{
	margin: 20px 0 0;
	width: 100%;
}
.indexTitleContainer{
	margin: 0 auto;
	width: 800px;
}
.indexTitlelist, .indexComic{
	width: 800px;
	background: #fff;
}
.indexNovel{
	width: 800px;
	background: #fff;
}
.indexTitlelistBox, .indexComicBox{
	margin: 0 auto;
	padding: 15px 0 0;
	width: 754px;
}
.indexNovelBox{
	margin: 0 auto;
	padding: 15px 0;
	width: 754px;
}
.indexTitlelistTitle, .indexComicTitle, .indexNovelTitle{
	padding: 30px 0 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.indexTitlelistTitle>div, .indexComicTitle>div, .indexNovelTitle>div{
	margin: 0 2% 30px;
	width: 21%;
}
.titleReleaseMonth{
	height: 20px;
	margin: 0 0 5px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.titleReleaseMonth>div:nth-child(1){
	padding: 0 10px;
	background: #c8aafa;
	border-radius: 8px;
	display: inline-block;
}
.titleReleaseMonth>div:nth-child(2){
	padding: 0 10px;
	background: #FF9FF5;
	border-radius: 8px;
	display: inline-block;
}
.titleImg{
	width: 100%;
}
.titleImg img{
	width: 100%;
}
.titleOriginal{
	margin: 10px 0 0;
}
@media screen and (max-width: 670px){
	.indexTop{
		width: 100%;
		height: auto;
	}
	.indexTop>div{
		margin: 0;
		width: 100%;
		height: auto;
	}
	.indexTop>div>div{
		width: 100%;
		height: auto;
	}
	.indexTop>div>div>img{
		vertical-align: top;
	}
	.indexNewsTwitter{
		margin: 0 auto;
		padding: 0 0 30px;
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: normal;
	}
	.indexNews{
		margin: 30px 0 0;
		width: 100%;
		height: auto;
		background: #fff;
	}
	.indexNewsBox{
		margin: 0 auto;
		padding: 15px 0;
		width: 95%;
	}
	.indexNewsList{
		margin: 0 auto;
		padding: 20px 0 10px;
		width: 100%;
	}
	.indexNewsList>div{
		margin: 5px auto 0;
		width: 90%;
		display: flex;
		flex-direction: column;
		justify-content: normal;
	}
	.indexNewsDate{
		border-bottom: none;
	}
	.indexNewsTxt{
		border-bottom: none;
	}
	.indexNewsDate{
		width: 100%;
		text-align: start;
	}
	.indexNewsTxt{
		width: 100%;
	}
	.indexTwitter{
		margin: 30px 0 0;
		width: 100%;
		height: 400px;
		background: #fff;
	}
	.indexTwitterBox{
		margin: 0 auto;
		padding: 15px 0 0;
		width: 95%;
	}
	.indexTwitterTitle{
		margin: 20px auto 0;
		width: 283px;
	}
	.indexTitleContainer{
		margin: 0 auto;
		width: 100%;
	}
	.indexTitlelist, .indexComic{
		width: 100%;
		background: #fff;
	}
	.indexNovel{
		width: 100%;
		background: #fff;
	}
	.indexTitlelistBox, .indexComicBox{
		margin: 0 auto;
		padding: 15px 0 0;
		width: 95%;
	}
	.indexNovelBox{
		margin: 0 auto;
		padding: 15px 0;
		width: 95%;
	}
	.indexTitlelistTitle, .indexComicTitle, .indexNovelTitle{
		padding: 20px 0 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.indexTitlelistTitle>div, .indexComicTitle>div, .indexNovelTitle>div{
		margin: 10px 2%;
		width: 46%;
	}
	.titleImg{
		width: 100%;
	}
	.titleImg img{
		width: 100%;
	}
	.titleOriginal{
		margin: 10px 0 0;
	}
}