@charset "utf-8";
.gunplaListsWrap {
	width: 960px;
	margin: 80px auto 0;
}
@media screen and (max-width:770px) {
	.gunplaListsWrap {
		width: 100%;
		margin: 90px auto 0;
		padding: 0 50px;
	}
}

/**
 * lists
 */
.gunplaLists {
	display: flex;
	flex-wrap: wrap;
}
/* item */
.gunplaLists__item {
	width: calc(100% / 3);
	margin-bottom: 40px;
	position: relative;
}
.gunplaLists__item__in {
	height: 100%;
	display: flex;
    flex-direction: column;
	padding: 40px;
	position: relative;
	z-index: 3;
}

/* thumb */
.gunplaLists__thumbWrap {
	width: 100%;
}
.gunplaLists__thumbWrap img {
	width: 100%;
}
@media screen and (max-width:770px) {
	.gunplaLists__item {
		width: 50%;
		margin-bottom: 50px;
	}
	.gunplaLists__item__in {
		padding: 40px 20px;
	}
}

/* bottomWrap */
.gunplaLists__bottomWrap {
    height: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

/* title */
.gunplaLists__title {
	color: #fff;
	font-size: 16px;
}
@media screen and (max-width:770px) {
	.gunplaLists__title {
		font-size: 24px;
	}
}
/* a link */
a.gunplaLists__link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/* date, price */
.gunplaLists__date,
.gunplaLists__price {
	color: #61daf2;
    font-size: 16px;
}
@media screen and (max-width:770px) {
	.gunplaLists__date,
	.gunplaLists__price {
	    font-size: 24px;
	}
}

.gunplaLists__date {
	margin-bottom: 16px;
}

.gunplaLists__price {
	margin-top: auto;
	text-align: right;
}