/* ----------------------------------------

コスチューム

---------------------------------------- */

.costumelist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.costumelist .cosbox2 {
	width: 24.5%;
	background: url("../../images/costume/bg.jpg") no-repeat;
	padding: 15px;
	background-size: cover;
	box-sizing: border-box;
	margin-bottom: 5px;
	
}
.costumelist .cosbox2 img {
	width: 100%;
	height: auto;
}


@media screen and (max-width: 1200px) {
.costumelist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.costumelist .cosbox2 {
	width: 49%;
	background: url("../../images/costume/bg.jpg") no-repeat;
	padding: 5px;
	background-size: cover;
	box-sizing: border-box;
	margin-bottom: 5px;
	
}
.costumelist .cosbox2 img {
	width: 100%;
	height: auto;
}
}