
.main {
	max-width: 80%;
	padding-bottom: 150px;
	position: relative; }
@media screen and (max-width: 750px) {
	.main {
		max-width: 100%;
		padding-bottom: 60px; 
	} }

#works-List li {
	position: relative;
	float: left;
	width: 25%; 
}
#works-List li a {
    display: table;
    width: 100%;
    position: relative;
    cursor: pointer; }
#works-List li a .over {
	opacity: 0;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 7px solid #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
    z-index: 50;
}
#works-List li a .over .inner {
	display: inline-table;
	width: 50%;
	height: 30%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
#works-List li a .over .inner b {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#works-List li img {
    width: 100%; 
}
#works-List li span {
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    width: 100%;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-align: right;
}
@media screen and (max-width: 750px) {
	#works-List.hide {
		display: block !important; 
	}
	#works-List li {
		width: 50%;
	}
    #works-List li span {
		font-size: 10px; 
	} }
#control-ui {
	position: absolute;
	right: 0; 
}

.hover-info span, .hover-info a {
	display: block;
	font-size: 14px; }

.hover-info span {
	color: #000;
	padding: 10px 0;
	text-align: left; 
}
.slick-dots li button:before {
	content: "" !important;
	color: transparent;
}
.over .mask b{
	opacity:0;
}

.over:hover .mask b{
	opacity: 1;

}

@media screen and (min-width: 751px) {
	.only-sp {
		display: none;
	} }
@media screen and (max-width: 750px) {
	.only-pc {
		display: none; 
	} }
