@charset "UTF-8";

/**======================================
	gallery
======================================**/

/*--------------------------------------
	common
---------------------------------------*/

.list_cont {
	margin-bottom: 1.4em;
}

.list_cont .object_fit {
	position: relative;
	overflow: hidden;
	border: 1px solid #999;
}

.list_cont a {
	transition: 0.5s
}

.list_cont a,
.list_cont .icon-play-circle::before {
	transition: 0.5s
}

.list_cont img {
	transition: 0.5s
}

.list_cont a:hover img {
	opacity: 0.8;
	transform: scale(1.1);
	transition: 0.5s
}

#gallery_box span.icon-zoom {
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding: 5px;
	background: rgba(131, 128, 128, 0.5);
	height: 26px;
	width: 26px;
	border-radius: 13px;
	color: #fff;
	font-size: 1.6rem;
}

#gallery_box .gallery_title {
	font-size: 1.2rem;
	font-weight: 500;
}

@media screen and (min-width: 600px) {
	#gallery_box .gallery_title {
		font-size: 1.4rem;
	}
}