@charset "UTF-8";
#area-visual {
	background-image: url(../vintage/img/pt-main.jpg);
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#area-visual.-movie {
	height: 500px;
}
#area-visual.-movie::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.50);
}
.visual_movie {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 800px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.vintage_list {
	margin: 30px 0 0;
}
.vintage_list li {
	float: left;
	margin: 0 18px 18px 0;
}
.vintage_list li:nth-child(3n) {
	margin-right: 0;
}
.vintage_list li a {
	display: block;
	background: #fff;
	padding: 13px;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
}
.vintage_list li a:hover {
	border-color: #EEE07C;
	background: #FBF8DD;
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
}
.vintage_list li a:hover img {
	opacity: 1;
}
