@charset "UTF-8";

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

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

@media screen and (max-width: 599px) {
  .clm2_sp {
    row-gap: 16px;
  }
}

.list_cont .object_fit {
  position: relative;
  overflow: hidden;
}

.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;
  }
}
