.new-arrive-title{
	margin:20px 0 10px;
	font-size: 22px;
}
.flex-container{
	flex-wrap: wrap;
	    justify-content: flex-start;
	    align-items: flex-start;
}
.flex-container > a{
	flex: 25% 0 0;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}
.flex-container > a:hover{
	opacity: .8;
}
.flex-container .title-container{
	font-size: 16px;
	    font-size: 16px;
color: #4a4a4a;
}
.flex-container  .title-en{
	margin: 10px 0 10px;
}
.flex-container  .title-jp{
	font-size: 0.75em;
}
.anime-background-image{
height: 60px;
padding-bottom: 100%;
background-size: 100% auto;
background-position: center;
background-repeat: no-repeat;
	    background-color: #fff;
}
body.body-mobile .flex-container > a{
	flex: 50% 0 0;
}
body.body-mobile .flex-container .title-container .title-en{
	font-size: 14px;
	margin: 4px 0;
}