.maindesign .top-title{
	padding: 0;
	border: none;
}
.maindesign .top-title h1{
	padding: 0;
	width: auto;
}
.maindesign .top-title h1 img{
	width: 100%;
	max-width: none;
	max-height: none;
}
.maindesign .top-title h1 span{
	text-align: left;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px){
	
}

.maindesign .new-release{
	display: flex;
	flex-wrap: wrap;
}
.maindesign .new-release--block{
	width: calc(50% - 40px);
	padding: 20px 20px 5.5em;
	position: relative;
}
.maindesign .new-release--block:first-child,
.maindesign .new-release--block:last-child{
	background-color: #eee;
}
.maindesign .new-release--block__images{
	margin: 0 auto 10px;
	width: 100%;
	max-width: 450px;
}
.maindesign .new-release--block__catch{
	text-align: center;
	line-height: 1.4;
	margin-bottom: 5px;
}
.maindesign .new-release--block__name{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 10px;
}
.maindesign .new-release--block__features li{
	line-height: 1.2;
	text-indent: calc(-1em - 5px);
	padding-left: calc(1em + 5px);
	margin-bottom: 5px;
}
.maindesign .new-release--block__features li::before{
	content: "■";
	margin-right: 5px;
}
.maindesign .new-release--block .menu-btn-list{
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	margin: 0;
}
.maindesign .new-release--block .menu-btn-list li{
}
@media screen and (max-width: 767px){
.maindesign .new-release--block{
	width: calc(100% - 40px);
}
.maindesign .new-release--block__features li{
	font-size: 0.9em;
}
.maindesign .new-release--block .menu-btn-list{
	position: absolute;
	bottom: 20px;
	left: 0;
	width: calc(100% - 40px);
	margin: 0;
}
.maindesign .new-release--block .menu-btn-list{
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
}
.maindesign .new-release--block:first-child,
.maindesign .new-release--block:last-child{
	background-color: #fff;
}
.maindesign .new-release--block:nth-child(odd){
	background-color: #eee;
}

}

