@charset "utf-8";

.lity {
	background-color: rgba(255, 255, 255, 0.6);
}

.lity-close {
	color: #000;
}
.contents-title .page-title::before{
	background-image: url(img/icon_title.png) !important;
	background-size: 100% 100%;
	background-position:0 0 !important;
}
.movie-list{
	display: flex;
	flex-wrap: wrap;
}
.movie {
	margin-top: 40px;
	width: 30%;
}
.movie:nth-child(3n-1){
	margin-left: 5%;
	margin-right: 5%;
}
.movie img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.movie a {
	position: relative;
	display: block;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.4;
}

.movie a::after {
	content: "";
	position: absolute;
	top: 33%;
	left: 50%;
	transform: translateX(-50%);
	width: 56px;
	height: 56px;
	background: url(../assets/top/img/icon_play.png) no-repeat 0 0 / cover;
}

/* 768px以下
==============================*/
@media screen and (max-width: 768px) {
	.movie {
		margin-top: 24px;
		width: 48%;
	}
	.movie:nth-child(3n-1){
		margin-left: 0;
		margin-right: 0;
	}
	.movie:nth-child(2n){
		margin-left: 4%;
	}
}

/* media */

/* 640px以下
==============================*/
@media screen and (max-width: 640px) {
		.movie {
		width: 90%;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: ;
	}
	.movie:nth-child(3n-1),
	.movie:nth-child(2n){
		margin-left: auto;
		margin-right: auto;
	}
}

/* media */