@charset "utf-8";

.gallery_lt {position:relative;max-width:1000px;width:90%;column-count:3;-webkit-column-count:3;-moz-column-count:3;column-gap:3rem;-webkit-column-gap:3rem;-moz-column-gap:3rem;}
.gallery_lt .lat_masonry {display:inline-block;width:100%;margin-bottom:5rem;}
.gallery_lt .lat_masonry:hover .lt_img img {transform:scale(1.1);}
.gallery_lt .lat_masonry .lt_img {position:relative;display:block;border-radius:1.5rem;overflow:hidden;}
.gallery_lt .lat_masonry .lt_img span.ico_youtube {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:100;width:6rem;height:5rem;background:url('./img/youtube.svg') center center/6rem no-repeat;}
.gallery_lt .lat_masonry img {width:100%;transition:all .3s ease;}
.gallery_lt .lat_masonry .lt_tit {display:block;font-size:1.9rem;font-weight:500;color:#333;margin-top:2rem;word-break:keep-all;}
.gallery_lt .lat_masonry .lt_date {display:block;font-size:1.6rem;font-weight:400;color:#b0b0b0;margin-top:1.5rem;}
.empty_list::before {display:block;content:'!';width:7rem;height:7rem;line-height:7rem;background:#e9e9e9;border-radius:3.5rem;margin:0 auto 1.5rem;font-size:4rem;font-weight:700;color:#fff;}
.empty_list {position:absolute;left:50%;transform:translateX(-50%);width:100%;padding:0 !important;font-size:1.9rem;color:#666;text-align:center;}
@media screen and (max-width:1440px) {
    .gallery_lt .lat_masonry .lt_img span.ico_youtube {width:7rem;height:6rem;background-size:7rem;}
}
@media screen and (max-width:960px) {
    .gallery_lt .lat_masonry .lt_tit {display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
}
@media screen and (max-width:640px) {
    .gallery_lt {width:100%;column-count:2;-webkit-column-count:2;-moz-column-count:2;column-gap:1.5rem;-webkit-column-gap:1.5rem;-moz-column-gap:1.5rem;}
    .gallery_lt .lat_masonry {margin-bottom:3.5rem;}
	.gallery_lt .lat_masonry .lt_img {border-radius:1rem;}
}