@charset "UTF-8";

.movie_list-item {
	border: 1px solid var(--baseItemColor04);
	padding: 20px;
}
.list3 > li {
	width: calc(100% / 3 - 10px);
}
.movie_list-ttl {
	margin-bottom: 10px;
}
.movie_list-item video {
	width:100%;
}
@media screen and (max-width: 769px) {
.movie_list.list3.list {
	flex-direction: column;
}
.list3 > li {
	width: 100%;
}
}